@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Calibri:400,700,400italic,700italic");
@font-face {
  font-family: "Calibri";
  font-style: normal;
  font-weight: normal;
  src: url("/wp-content/themes/clean-horizon/assets/fonts/Calibri/Calibri-Regular.ttf") format("truetype"), url("/wp-content/themes/clean-horizon/assets/fonts/Calibri/Calibri-Regular.woff") format("woff"), url("/wp-content/themes/clean-horizon/assets/fonts/Calibri/Calibri-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  src: url("/wp-content/themes/clean-horizon/assets/fonts/font-awesome/fonts/fontawesome-webfont.ttf") format("truetype"), url("/wp-content/themes/clean-horizon/assets/fonts/font-awesome/fonts/fontawesome-webfont.woff") format("woff"), url("/wp-content/themes/clean-horizon/assets/fonts/font-awesome/fonts/fontawesome-webfont.woff2") format("woff2");
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  overflow-x: hidden;
}

body {
  font-family: "Calibri", sans-serif;
  letter-spacing: 0;
  color: #82868A;
  margin: 0;
}

.header-height {
  height: 80px;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .container {
    padding: 0 20px;
  }
}

.wp-block-heading {
  margin: 32px auto;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #003F89;
}

p {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

ul {
  padding-left: 16px;
}

.hidden {
  display: none !important;
}

.modal-body-hidden {
  overflow: hidden !important;
  height: 100vh;
}

.slick-track {
  display: flex;
  align-items: center;
}

.slick-slide {
  padding: 0 10px;
}

.header {
  width: 100%;
  z-index: 20;
  position: fixed;
  left: 0;
  top: 0;
  background: #fff;
}
.header__wrapper {
  max-width: 1360px;
  margin: 0 auto;
  padding: 17px 24px 17px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__menu {
  margin-left: -50px;
}
@media screen and (max-width: 1200px) {
  .header__menu {
    margin-left: 24px;
  }
}
.header__menu .menu-header-menu-container .header-menu {
  height: 24px;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.header__menu .menu-header-menu-container .header-menu .menu-item {
  height: 24px;
  margin: 0 30px;
  position: relative;
}
.header__menu .menu-header-menu-container .header-menu .menu-item a {
  width: 100%;
  height: 24px;
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #003F89;
  text-decoration: none;
  position: relative;
  white-space: nowrap;
}
.header__menu .menu-header-menu-container .header-menu .menu-item a:before {
  content: "";
  position: absolute;
  right: -25px;
  top: 6px;
  width: 6px;
  height: 6px;
  border-right: 1.5px solid #003F89;
  border-bottom: 1.5px solid #003F89;
  transform: rotate(45deg);
}
.header__menu .menu-header-menu-container .header-menu .menu-item a:hover {
  color: #015F9E;
}
.header__menu .menu-header-menu-container .header-menu .menu-item .sub-menu {
  width: 250px;
  list-style: none;
  position: absolute;
  left: -75px;
  top: 40px;
  padding: 24px;
  border-top: 2px solid #006DB6;
  background: #FFFFFF;
  z-index: 20;
  display: none;
}
.header__menu .menu-header-menu-container .header-menu .menu-item .sub-menu .menu-item {
  width: unset;
  height: unset;
  margin: 0;
}
.header__menu .menu-header-menu-container .header-menu .menu-item .sub-menu .menu-item a {
  width: 100%;
  height: unset;
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 48px;
  color: #82868A;
}
.header__menu .menu-header-menu-container .header-menu .menu-item .sub-menu .menu-item a:hover {
  color: #006DB6;
  text-decoration: underline;
}
.header__menu .menu-header-menu-container .header-menu .menu-item .sub-menu .menu-item a:before {
  display: none;
}
.header__menu .menu-header-menu-container .header-menu .menu-item .sub-menu .menu-item:before {
  display: none;
}
.header__menu .menu-header-menu-container .header-menu .menu-item:nth-child(5) {
  margin-left: 190px;
}
@media screen and (max-width: 1200px) {
  .header__menu .menu-header-menu-container .header-menu .menu-item:nth-child(5) {
    margin: 0 30px;
  }
}
.header__menu .menu-header-menu-container .header-menu .menu-item:nth-child(5) a:before {
  top: 7px;
  transform: rotate(-45deg);
}
.header__menu .menu-header-menu-container .header-menu .menu-item:nth-child(5) .sub-menu {
  left: -50px;
}
.header__menu .menu-header-menu-container .header-menu .active .sub-menu {
  display: block;
}
.header__navigation {
  display: none;
}
.header__navigation #menuToggle {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}
.header__navigation #menuToggle a {
  text-decoration: none;
  color: #82868A;
  transition: color 0.3s ease;
}
.header__navigation #menuToggle a:hover {
  color: #006DB6;
}
.header__navigation #menuToggle input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  -webkit-touch-callout: none;
}
.header__navigation #menuToggle span {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #82868A;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}
.header__navigation #menuToggle span:first-child {
  transform-origin: 0 0;
}
.header__navigation #menuToggle span:nth-last-child(2) {
  transform-origin: 0 100%;
}
.header__navigation #menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #003F89;
}
.header__navigation #menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
.header__navigation #menuToggle input:checked ~ span:nth-last-child(2) {
  transform: rotate(-45deg) translate(0, -1px);
}
.header__navigation #menu {
  position: absolute;
  width: 0;
  margin: -57px 0 0 58px;
  padding: 0;
  background: #FFFFFF;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0 0;
  transform: translate(1%, 0);
  transition: all 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  box-shadow: 0 0 10px 0 rgba(65, 66, 73, 0.1019607843);
  overflow: hidden;
}
.header__navigation #menu li {
  padding: 10px 0;
  font-size: 22px;
}
.header__navigation #menuToggle input:checked ~ #menu {
  width: 300px;
  padding: 80px 40px 40px;
  transform: translate(-100%, 0);
}
.header__navigation #menuToggle input:checked ~ #menu .menu-header-menu-container .header-menu {
  list-style: none;
  padding-left: 0;
}
.header__navigation #menuToggle input:checked ~ #menu .menu-header-menu-container .header-menu li.menu-item a {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #333333;
  text-decoration: none;
  position: relative;
}
.header__navigation #menuToggle input:checked ~ #menu .menu-header-menu-container .header-menu li.menu-item a:before {
  content: "";
  position: absolute;
  right: -25px;
  top: 3px;
  width: 6px;
  height: 6px;
  border-right: 1.5px solid #003F89;
  border-bottom: 1.5px solid #003F89;
  transform: rotate(45deg);
  transition: all 0.2s;
}
.header__navigation #menuToggle input:checked ~ #menu .menu-header-menu-container .header-menu li.menu-item ul.sub-menu {
  height: 0;
  overflow: hidden;
  list-style: none;
  padding-left: 20px;
  transition: all 0.3s ease-in-out;
}
.header__navigation #menuToggle input:checked ~ #menu .menu-header-menu-container .header-menu li.menu-item ul.sub-menu .menu-item {
  height: 35px;
  padding: 0;
}
.header__navigation #menuToggle input:checked ~ #menu .menu-header-menu-container .header-menu li.menu-item ul.sub-menu .menu-item a {
  font-size: 18px;
  font-weight: 400;
  line-height: 48px;
  color: #82868A;
}
.header__navigation #menuToggle input:checked ~ #menu .menu-header-menu-container .header-menu li.menu-item ul.sub-menu .menu-item a:before {
  display: none;
}
.header__navigation #menuToggle input:checked ~ #menu .menu-header-menu-container .header-menu .active a:before {
  top: 6px !important;
  transform: rotate(225deg) !important;
}
.header__navigation #menuToggle input:checked ~ #menu .menu-header-menu-container .header-menu .active ul.sub-menu {
  height: unset !important;
}
.header__social-icons a {
  margin-right: 20px;
  text-decoration: none;
}
.header__social-icons a:hover svg path {
  fill: #015F9E;
}

@media screen and (max-width: 1024px) {
  .header__menu {
    display: none;
  }
  .header__social-icons {
    display: none;
  }
  .header__navigation {
    display: block;
  }
  .header__social-icons--mobile {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .header__wrapper {
    padding: 17px 24px 17px 20px;
  }
}
.footer {
  background: #003F89;
}
.footer__wrapper {
  max-width: 1360px;
  margin: 0 auto;
  padding: 56px 40px 26px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.footer__logo {
  display: block;
  margin-bottom: 56px;
}
.footer__social-icons a {
  padding: 8px;
  margin-right: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.footer__social-icons a:hover {
  background: rgba(0, 0, 0, 0.1019607843);
}
.footer__social-icons a:hover svg path {
  fill: #006DB6;
}
.footer__menu {
  width: 70%;
}
.footer__menu .menu-footer-menu-container .footer-menu {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  list-style: none;
  margin: 0;
}
.footer__menu .menu-footer-menu-container .footer-menu .menu-item {
  width: 19.5%;
}
.footer__menu .menu-footer-menu-container .footer-menu .menu-item:first-child {
  margin-left: 0;
}
.footer__menu .menu-footer-menu-container .footer-menu .menu-item a {
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: #FFFFFF;
  text-decoration: none;
  margin-bottom: 32px;
  white-space: nowrap;
}
.footer__menu .menu-footer-menu-container .footer-menu .menu-item .sub-menu {
  list-style: none;
  padding-inline-start: 0;
}
.footer__menu .menu-footer-menu-container .footer-menu .menu-item .sub-menu .menu-item {
  width: 100%;
  margin-left: 0;
}
.footer__menu .menu-footer-menu-container .footer-menu .menu-item .sub-menu .menu-item a {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 8px;
}
.footer__menu .menu-footer-menu-container .footer-menu .menu-item .sub-menu .menu-item a:hover {
  text-decoration: underline;
}
.footer__menu .menu-footer-menu-container .footer-menu .menu-item:nth-child(5) {
  width: 22%;
}
.footer__terms {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 16px 0;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer__terms a {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #FFFFFF;
  text-decoration: none;
}
.footer__terms a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1024px) {
  .footer__wrapper {
    flex-direction: column;
  }
  .footer__site-info {
    margin-bottom: 20px;
  }
  .footer__social-icons a:hover {
    background: #003F89;
  }
  .footer__social-icons a:hover svg path {
    fill: #FFFFFF;
  }
  .footer__menu {
    width: 100%;
  }
  .footer__menu .menu-footer-menu-container .footer-menu .menu-item .sub-menu .menu-item a:hover {
    text-decoration: none;
  }
  .footer__terms a:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 991px) {
  .footer__menu .menu-footer-menu-container .footer-menu {
    padding-left: 0;
  }
  .footer__menu .menu-footer-menu-container .footer-menu .menu-item {
    width: 23%;
  }
}
@media screen and (max-width: 768px) {
  .footer__wrapper {
    padding: 56px 20px 26px;
  }
  .footer__site-info {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .footer__logo {
    margin-bottom: 0;
  }
  .footer__menu .menu-footer-menu-container .footer-menu {
    padding: 0;
  }
}
@media screen and (max-width: 576px) {
  .footer__site-info {
    flex-direction: column;
  }
  .footer__logo {
    margin-bottom: 16px;
  }
  .footer__menu .menu-footer-menu-container .footer-menu {
    flex-wrap: wrap;
  }
  .footer__menu .menu-footer-menu-container .footer-menu .menu-item {
    width: 48% !important;
    margin-bottom: 16px;
  }
}
.one-career {
  background: #F2F5F9;
  padding: 56px 40px 72px;
  margin-top: 80px;
}
.one-career__content {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.one-career__left {
  width: 75%;
  padding: 56px 64px;
  background: #FFFFFF;
}
.one-career__title {
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #003F89;
  margin-bottom: 36px;
}
.one-career__share {
  display: flex;
  align-items: center;
  padding-bottom: 14px;
  border-bottom: 1px solid #EDEEEE;
  margin-bottom: 32px;
}
.one-career__share span {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #4D4D4D;
  margin-right: 36px;
}
.one-career__share .heateor_sss_sharing_container .heateor_sss_sharing_ul a span {
  width: 28px !important;
  height: 28px !important;
  background: transparent !important;
  margin-right: 20px;
}
.one-career__share .heateor_sss_sharing_container .heateor_sss_sharing_ul a:hover span svg path {
  fill: #015F9E;
}
.one-career__description-blocks {
  margin-bottom: 40px;
}
.one-career__description-block {
  margin-bottom: 32px;
}
.one-career__description-block-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: #4D4D4D;
}
.one-career__description-block-description {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #82868A;
}
.one-career__description-block-description ul {
  padding-left: 12px;
}
.one-career__description-block-description ul li ul {
  padding-left: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 16px;
}
.one-career__description-block-description ul li ul li {
  width: 33%;
}
.one-career__apply, .one-career__done {
  width: 180px;
  height: 56px;
  border-radius: 30px;
  background: #006DB6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #FFFFFF;
  cursor: pointer;
  text-decoration: none;
}
.one-career__apply:hover, .one-career__done:hover {
  background: #015F9E;
}
.one-career__apply img, .one-career__done img {
  margin-left: 12px;
}
.one-career__right {
  width: 23%;
  padding: 32px;
  background: #FFFFFF;
}
.one-career__right .one-career__apply {
  margin: 0 auto;
}
.one-career__info-blocks-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  color: #333333;
  margin-bottom: 24px;
}
.one-career__info-block {
  margin-bottom: 26px;
}
.one-career__info-block-title {
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  color: #333333;
}
.one-career__info-block-description {
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  color: #82868A;
}
.one-career__info-block-description p {
  margin: 0;
}

.one-career__modal-overlay {
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.6980392157);
  z-index: 5;
  backdrop-filter: blur(5px);
}

.one-career__form-modal {
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  pointer-events: none;
}

.one-career__close-modal {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
}

.one-career__modal-content {
  width: 519px;
  height: 588px;
  background: #FFFFFF;
  box-shadow: 0 0 10px 0 rgba(65, 66, 73, 0.1019607843);
  position: absolute;
  left: calc((100vw - 519px) / 2);
  top: calc((100vh - 588px) / 2);
  pointer-events: auto;
  padding: 48px;
}
.one-career__modal-content input {
  width: 100%;
  height: 56px;
  border: none;
  background: #F2F5F9;
  border-bottom: 1px solid #EDEEEE;
  margin-bottom: 40px;
  padding: 16px;
}

.one-career__modal-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  color: #003F89;
  margin-bottom: 40px;
}

.one-career__form-attach {
  display: flex;
  align-items: center;
  margin-bottom: 48px;
  cursor: pointer;
}
.one-career__form-attach img {
  margin-right: 8px;
}
.one-career__form-attach span {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #333333;
}

@media screen and (max-width: 1024px) {
  .one-career__left {
    width: 65%;
  }
  .one-career__right {
    width: 33%;
  }
}
@media screen and (max-width: 768px) {
  .one-career {
    padding: 56px 20px 72px;
  }
  .one-career__content {
    flex-direction: column;
  }
  .one-career__left {
    width: 100%;
    margin-bottom: 20px;
    padding: 32px;
  }
  .one-career__right {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .one-career__modal-content {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow-y: auto;
  }
}
@media screen and (max-width: 520px) {
  .one-career__modal-content {
    width: 100%;
    left: 0;
  }
}
.one-news__top {
  background: #003F89;
}
.one-news__top-wrapper {
  max-width: 1280px;
  margin: 80px auto 0;
  padding: 48px 0;
}
.one-news__sub-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  margin-bottom: 24px;
}
.one-news__title {
  font-size: 64px;
  font-weight: 700;
  line-height: 72px;
  color: #FFFFFF;
}
.one-news__content {
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.one-news__left {
  width: 66%;
}
.one-news__image {
  width: 100%;
  margin-bottom: 40px;
}
.one-news__date {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-transform: uppercase;
  color: #82868A;
  margin-bottom: 24px;
}
.one-news__date img {
  margin-right: 16px;
}
.one-news__description {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #82868A;
}
.one-news__description h2 {
  color: #333333;
}
.one-news__description ul {
  list-style: none;
  padding-left: 60px;
}
.one-news__description ul li {
  margin-bottom: 16px;
}
.one-news__description ul li:before {
  content: "";
  width: 12px;
  height: 12px;
  background: #003F89;
  font-weight: bold;
  display: inline-block;
  margin-left: -20px;
  margin-right: 12px;
}
.one-news__description p img {
  width: 48%;
  height: 310px;
}
.one-news__description p img:first-child {
  margin-right: 2%;
}
.one-news__description blockquote {
  margin-left: 0;
  padding-left: 144px;
  border-left: 2px solid #006DB6;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #333333;
  position: relative;
}
.one-news__description blockquote:before {
  content: "";
  width: 66px;
  height: 58px;
  display: block;
  background-image: url("../images/quote.svg");
  position: absolute;
  left: 40px;
  top: 46px;
}
.one-news__description blockquote p {
  padding: 40px 0;
}
.one-news__description blockquote p code {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: #82868A;
  text-transform: uppercase;
  margin-top: 16px;
}
.one-news__prev-next {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #EDEEEE;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.one-news__prev {
  width: 100%;
  display: flex;
  text-decoration: none;
}
.one-news__prev img {
  width: 85px;
  height: 85px;
  object-fit: cover;
}
.one-news__prev .content {
  margin-left: 16px;
}
.one-news__prev .content .direction {
  width: 100%;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #82868A;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.one-news__prev .content .direction img {
  width: 4px;
  height: auto;
  margin-right: 12px;
  transform: rotate(180deg);
}
.one-news__prev .content .title {
  width: 75%;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  color: #333333;
  float: left;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.one-news__next {
  width: 100%;
  display: flex;
  text-decoration: none;
}
.one-news__next .content {
  margin-right: 16px;
}
.one-news__next .content .direction {
  width: 100%;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #82868A;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.one-news__next .content .direction img {
  width: 4px;
  height: auto;
  margin-left: 12px;
}
.one-news__next .content .title {
  width: 75%;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: right;
  color: #333333;
  float: right;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.one-news__next img {
  width: 85px;
  height: 85px;
  object-fit: cover;
}
.one-news__right {
  width: 310px;
}
.one-news__recent-news {
  padding: 0 32px;
  margin-bottom: 32px;
}
.one-news__recent-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: #333333;
  margin-bottom: 40px;
}
.one-news__one-recent-news {
  margin-bottom: 32px;
  display: flex;
  align-items: center;
}
.one-news__one-recent-news:last-child {
  margin-bottom: 0;
}
.one-news__recent-news-image {
  width: 85px;
  height: 85px;
  object-fit: cover;
}
.one-news__recent-news-info {
  margin-left: 16px;
}
.one-news__recent-news-date {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #82868A;
  margin-bottom: 4px;
  text-transform: uppercase;
}
.one-news__recent-news-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #333333;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media screen and (max-width: 1280px) {
  .one-news__top-wrapper {
    padding: 48px 40px;
  }
  .one-news__content {
    padding: 80px 40px;
  }
}
@media screen and (max-width: 768px) {
  .one-news__top-wrapper {
    padding: 48px 20px;
  }
  .one-news__title {
    font-size: 48px;
    line-height: 56px;
  }
  .one-news__content {
    padding: 80px 20px;
    flex-direction: column;
  }
  .one-news__left {
    width: 100%;
    margin-bottom: 40px;
  }
  .one-news__description p img {
    width: 100%;
    height: auto;
  }
  .one-news__description p img:first-child {
    margin-right: 0;
    margin-bottom: 24px;
  }
  .one-news__right {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .one-news__description blockquote {
    padding-left: 100px;
  }
  .one-news__description blockquote:before {
    left: 16px;
    top: 28px;
  }
  .one-news__description blockquote p {
    padding: 24px 0;
  }
}
.not-found {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: calc((100vh - 484px) / 2) 120px 0;
}
.not-found__left {
  width: 50%;
}
.not-found__error {
  font-size: 220px;
  font-weight: 700;
  line-height: 220px;
  color: #003F89;
  text-transform: uppercase;
}
.not-found__title {
  font-size: 48px;
  font-weight: 700;
  line-height: 46px;
  color: #333333;
  margin-bottom: 40px;
}
.not-found__description {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #82868A;
  margin-bottom: 48px;
}
.not-found__back {
  width: 180px;
  height: 56px;
  border: none;
  border-radius: 50px;
  background: #006DB6;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
}
.not-found__back img {
  margin-left: 8px;
}
.not-found__right {
  width: 40%;
}

@media screen and (max-width: 1024px) {
  .not-found {
    padding-left: 64px;
    padding-right: 64px;
  }
  .not-found__left {
    width: 100%;
    text-align: center;
  }
  .not-found__back {
    margin: 0 auto;
  }
  .not-found__right {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .not-found {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 475px) {
  .not-found {
    padding-left: 20px;
    padding-right: 20px;
  }
  .not-found__error {
    font-size: 160px;
    line-height: 200px;
  }
}
.main-slider__modal-overlay {
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.6980392157);
  z-index: 5;
  backdrop-filter: blur(5px);
}

.main-slider__iframe-modal {
  width: 100vw;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
}

.main-slider__close-modal {
  z-index: 10;
  cursor: pointer;
  position: fixed;
  right: calc((100vw - 900px - 80px) / 2);
  top: calc((100vh - 506px - 80px) / 2);
}

.main-slider__player {
  z-index: 10;
  position: fixed;
  left: calc((100vw - 900px) / 2);
  top: calc((100vh - 506px) / 2);
}

.main-slider {
  width: 100%;
  aspect-ratio: 16/4.73;
  position: relative;
}
.main-slider__prev, .main-slider__next {
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3019607843);
  position: absolute;
  right: 16px;
  top: 40%;
  z-index: 1;
  cursor: pointer;
}
.main-slider__prev:before, .main-slider__next:before {
  content: "";
  width: 10px;
  height: 18px;
  background-image: url("../images/main-arrow.svg");
  position: absolute;
  right: 18px;
  top: 14px;
}
.main-slider__prev:hover, .main-slider__next:hover {
  background: #006DB6;
}
.main-slider__prev:hover:before, .main-slider__next:hover:before {
  transform: rotate(180deg);
  background-image: url("../images/chevron-left.svg");
}
.main-slider__prev {
  left: 16px;
}
.main-slider__prev:before {
  right: 21px;
  transform: rotate(180deg);
}
.main-slider__prev:hover:before {
  transform: rotate(0deg);
}
.main-slider__slide {
  padding: 0;
  position: relative;
}
.main-slider__overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.main-slider__wrapper {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 120px 80px 0;
  z-index: 5;
}
.main-slider__content {
  max-width: 1280px;
  margin: 0 auto;
}
.main-slider__title {
  width: 80%;
  font-size: 56px;
  font-weight: 700;
  line-height: 65px;
  color: #FFFFFF;
  margin: 0 0 32px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.main-slider__description {
  width: 80%;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  color: #FFFFFF;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 50px;
}
.main-slider__cta {
  width: 140px;
  height: 56px;
  border-radius: 50px;
  background: #006DB6;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #FFFFFF;
  text-decoration: none;
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 10;
}
.main-slider__cta:before {
  content: "";
  width: 6px;
  height: 10px;
  background-image: url("../images/white-arrow.svg");
  position: absolute;
  right: 24px;
  top: 22px;
}
.main-slider__cta:hover {
  color: #015F9E;
  background: #FFFFFF;
}
.main-slider__cta:hover:before {
  background-image: url("../images/arrow-right.svg");
}
.main-slider__video {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/4.73;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-slider__video video,
.main-slider__video iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/4.73;
}
.main-slider__image {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/4.73;
  object-fit: cover;
}
.main-slider__play-icon {
  position: absolute;
  right: 9%;
  top: 46%;
  cursor: pointer;
  z-index: 5;
}
.main-slider__pagination-actions {
  width: 100%;
  position: absolute;
  bottom: 50px;
  left: 0;
}
.main-slider__pagination-wrapper {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-slider__pagination ul.slick-dots {
  height: 20px;
  display: flex !important;
  align-items: center;
  margin: 0 auto;
  list-style: none;
  padding: 0;
}
.main-slider__pagination ul.slick-dots li {
  width: 20px;
  height: 20px;
  margin: 0 4px;
}
.main-slider__pagination ul.slick-dots li button {
  width: 20px;
  height: 20px;
  cursor: pointer;
  border-radius: 50%;
  background: transparent;
  border: none;
  transition: all 0.2s ease-out;
  color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1px;
  position: relative;
}
.main-slider__pagination ul.slick-dots li button:before {
  content: "";
  width: 12px;
  min-width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6980392157);
  position: absolute;
  left: 2px;
  top: 4px;
}
.main-slider__pagination ul.slick-dots li:hover button:before {
  background: #FFFFFF;
}
.main-slider__pagination ul.slick-dots .slick-active button:before {
  background: #FFFFFF;
}

@media screen and (max-width: 1024px) {
  .main-slider__wrapper {
    padding: 80px 80px 0;
  }
  .main-slider__title {
    font-size: 48px;
    line-height: 56px;
  }
  .main-slider__description {
    margin-bottom: 32px;
  }
  .main-slider__play-icon {
    top: 40%;
  }
}
@media screen and (max-width: 991px) {
  .main-slider__wrapper {
    padding: 60px 60px 0;
  }
  .main-slider__close-modal {
    right: calc((100vw - 90% - 60px) / 2);
    top: calc((100vh - 50vw - 60px) / 2);
  }
  .main-slider__player {
    width: 100%;
    left: calc((100vw - 90%) / 2);
    top: calc((100vh - 50vw) / 2);
  }
}
@media screen and (max-width: 768px) {
  .main-slider__prev, .main-slider__next {
    display: none !important;
  }
  .main-slider__title {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 24px;
  }
  .main-slider__description {
    margin-bottom: 24px;
  }
  .main-slider__play-icon {
    width: 64px;
    height: 64px;
    right: 4%;
    top: 24%;
  }
  .main-slider__pagination-actions {
    bottom: 12px;
  }
  .main-slider__close-modal {
    right: calc((100vw - 90%) / 2);
  }
}
@media screen and (max-width: 576px) {
  .main-slider__wrapper {
    padding: 24px 24px 0;
  }
  .main-slider__title {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 16px;
  }
  .main-slider__description {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 16px;
  }
  .main-slider__play-icon {
    top: 36%;
  }
  .main-slider__cta {
    width: 160px;
    height: 40px;
    padding: 15px 24px;
  }
  .main-slider__cta:before {
    right: 32px;
    top: 15px;
  }
}
@media screen and (max-width: 425px) {
  .main-slider__wrapper {
    padding: 16px 16px 0;
  }
}
@media screen and (max-width: 375px) {
  .main-slider__title {
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 16px;
  }
  .main-slider__description {
    font-size: 16px;
    line-height: 20px;
  }
}
.main-about {
  padding: 0 40px;
}
.main-about__info {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 1280px;
  margin: 100px auto 32px;
}
.main-about__left {
  width: 38%;
}
.main-about__sub-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #82868A;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.main-about__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  color: #003F89;
  margin-bottom: 32px;
}
.main-about__description {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #999CA0;
  margin-bottom: 40px;
}
.main-about__cta {
  width: 180px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  padding: 15px 40px;
  border: 1px solid #C0C4CF;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #333333;
  text-decoration: none;
  position: relative;
}
.main-about__cta:before {
  content: "";
  width: 6px;
  height: 10px;
  background-image: url("../images/arrow-right.svg");
  position: absolute;
  right: 40px;
  top: 22px;
}
.main-about__cta:hover {
  color: #FFFFFF;
  background: #015F9E;
}
.main-about__cta:hover:before {
  background-image: url("../images/white-arrow.svg");
}
.main-about__image {
  width: 58%;
}
.main-about__info-blocks {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 1280px;
  margin: 0 auto;
}
.main-about__info-block {
  width: calc((100% - 96px) / 5);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 32px 32px 24px;
  border: 1px solid #E9E9E9;
  margin-right: 24px;
}
.main-about__info-block:last-child {
  margin-right: 0;
}
.main-about__info-block-icon {
  margin-bottom: 32px;
}
.main-about__info-block-number {
  font-size: 40px;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
  color: #003F89;
}
.main-about__info-block-number span {
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
  color: #82868A;
}
.main-about__info-block-title {
  height: 48px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  color: #999CA0;
}

@media screen and (max-width: 1280px) {
  .main-about__info-block {
    padding: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .main-about__info-block {
    height: 264px;
    padding: 16px;
  }
  .main-about__cta:hover {
    color: #333333;
    background: #FFFFFF;
  }
  .main-about__cta:hover:before {
    background-image: url("../images/arrow-right.svg");
  }
}
@media screen and (max-width: 991px) {
  .main-about__info {
    margin: 48px auto 32px;
  }
  .main-about__info-block {
    width: calc((100% - 64px) / 4);
    margin-right: 16px;
  }
  .main-about__info-block-number {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .main-about {
    padding: 0 20px;
  }
  .main-about__info {
    flex-direction: column;
  }
  .main-about__left {
    width: 100%;
  }
  .main-about__image {
    width: 100%;
    margin-top: 40px;
  }
  .main-about__info-blocks {
    flex-wrap: wrap;
  }
  .main-about__info-block {
    width: calc((100% - 32px) / 3);
    height: unset;
    margin-bottom: 16px;
  }
  .main-about__info-block:nth-child(3) {
    margin-right: 0;
  }
  .main-about__info-block:nth-child(4), .main-about__info-block:nth-child(5) {
    width: calc((100% - 16px) / 2);
  }
}
@media screen and (max-width: 576px) {
  .main-about__info-block {
    width: calc((100% - 16px) / 2);
  }
  .main-about__info-block:nth-child(2) {
    margin-right: 0;
  }
  .main-about__info-block:nth-child(3) {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .main-about__info-block:nth-child(4) .main-about__info-block-title, .main-about__info-block:nth-child(5) .main-about__info-block-title {
    height: 68px;
  }
}
@media screen and (max-width: 375px) {
  .main-about__info-block {
    width: 100% !important;
    margin-right: 0;
  }
  .main-about__info-block__info-block-title {
    height: 48px !important;
  }
}
.main-scope__info {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 1280px;
  margin: 80px auto 56px;
}
.main-scope__title {
  width: 17%;
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #82868A;
  text-transform: uppercase;
  margin-right: 16px;
}
.main-scope__description {
  width: 64%;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #999CA0;
}
.main-scope__description p {
  margin: 0;
}
.main-scope__info-blocks {
  background: #003F89;
}
.main-scope__info-blocks-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 1344px;
  margin: 0 auto;
  padding: 56px 32px 32px;
}
.main-scope__info-block {
  width: calc((100% - 72px) / 4);
  margin-right: 24px;
  margin-bottom: 24px;
  background: rgba(255, 255, 255, 0.0784313725);
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  text-decoration: none;
}
.main-scope__info-block:nth-child(4n) {
  margin-right: 0;
}
.main-scope__info-block:hover {
  background: rgba(0, 0, 0, 0.1019607843);
}
.main-scope__info-block-image {
  width: 120px;
  height: 120px;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
}
.main-scope__info-block-text {
  height: 84px;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  color: #FFFFFF;
  text-decoration: none;
}

@media screen and (max-width: 1280px) {
  .main-scope__info {
    padding: 0 40px;
  }
}
@media screen and (max-width: 1024px) {
  .main-scope__info-block {
    height: 340px;
  }
  .main-scope__info-block:hover {
    background: rgba(255, 255, 255, 0.0784313725);
  }
}
@media screen and (max-width: 991px) {
  .main-scope__info {
    margin: 56px auto;
  }
  .main-scope__title {
    width: 18%;
  }
  .main-scope__description {
    width: 75%;
  }
  .main-scope__info-blocks-wrapper {
    padding: 36px 20px;
  }
  .main-scope__info-block {
    width: calc((100% - 48px) / 4);
    margin-right: 16px;
    margin-bottom: 16px;
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .main-scope__info {
    padding: 0 20px;
    margin: 32px auto;
    flex-direction: column;
  }
  .main-scope__title {
    width: 100%;
    margin-bottom: 16px;
  }
  .main-scope__description {
    width: 100%;
  }
  .main-scope__info-block {
    width: calc((100% - 32px) / 3);
    padding: 16px;
  }
  .main-scope__info-block:nth-child(3n) {
    margin-right: 0;
  }
  .main-scope__info-block:nth-child(4n) {
    margin-right: 16px;
  }
  .main-scope__info-block:nth-child(7), .main-scope__info-block:nth-child(8) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 576px) {
  .main-scope__info-block {
    width: 100%;
    height: unset;
    margin-right: 0 !important;
    margin-bottom: 24px !important;
  }
  .main-scope__info-block:last-child {
    margin-bottom: 0 !important;
  }
}
.main-partners {
  position: relative;
  max-width: 1280px;
  margin: 96px auto 82px;
}
.main-partners__title {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #82868A;
  text-transform: uppercase;
  margin-bottom: 48px;
}
.main-partners__navigation {
  position: absolute;
  right: 20px;
  top: -16px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.main-partners__prev, .main-partners__next {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #C0C4CF;
  background: transparent;
  cursor: pointer;
  position: relative;
}
.main-partners__prev:before, .main-partners__next:before {
  content: "";
  width: 10px;
  height: 18px;
  background-image: url("../images/gray-arrow.svg");
  position: absolute;
  right: 20px;
  top: 14px;
}
.main-partners__prev:hover, .main-partners__next:hover {
  border: 1px solid #015F9E;
}
.main-partners__prev:hover:before, .main-partners__next:hover:before {
  background-image: url("../images/blue-arrow.svg");
}
.main-partners__next {
  margin-left: 32px;
}
.main-partners__next:before {
  right: 17px;
  transform: rotate(180deg);
}
.main-partners__list {
  width: 100%;
  max-width: 1280px;
  display: block;
  padding: 0 20px;
}
.main-partners__pagination {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.main-partners__pagination ul.slick-dots {
  display: flex !important;
  margin: 0 auto;
  list-style: none;
}
.main-partners__pagination ul.slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 4px;
}
.main-partners__pagination ul.slick-dots li button {
  width: 12px;
  height: 12px;
  cursor: pointer;
  border-radius: 50%;
  background: #F8F8F8;
  border: none;
  transition: all 0.2s ease-out;
  color: #F8F8F8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1px;
}
.main-partners__pagination ul.slick-dots li:hover button {
  background: #116ACC;
}
.main-partners__pagination ul.slick-dots .slick-active button {
  background: #116ACC;
}

@media screen and (max-width: 1280px) {
  .main-partners__title {
    padding: 0 40px;
  }
}
@media screen and (max-width: 1024px) {
  .main-partners__prev:hover, .main-partners__next:hover {
    border: 1px solid #C0C4CF;
  }
  .main-partners__prev:hover:before, .main-partners__next:hover:before {
    background-image: url("../images/gray-arrow.svg");
  }
}
@media screen and (max-width: 991px) {
  .main-partners {
    margin: 60px auto;
  }
  .main-partners__title {
    margin-bottom: 36px;
  }
  .main-partners__pagination {
    margin-top: 32px;
  }
}
@media screen and (max-width: 768px) {
  .main-partners {
    margin: 48px auto;
  }
  .main-partners__title {
    padding: 0 20px;
    margin-bottom: 24px;
  }
  .main-partners__pagination {
    margin-top: 24px;
  }
}
.main-team {
  position: relative;
  max-width: 1280px;
  margin: 80px auto;
}
.main-team__title {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #82868A;
  text-transform: uppercase;
  margin-bottom: 68px;
}
.main-team__see-all {
  position: absolute;
  right: 190px;
  top: -16px;
  width: 180px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  padding: 15px 50px;
  border: 1px solid #C0C4CF;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #333333;
  text-decoration: none;
}
.main-team__see-all:before {
  content: "";
  width: 6px;
  height: 10px;
  background-image: url("../images/grey-arrow.svg");
  position: absolute;
  right: 60px;
  top: 21px;
}
.main-team__see-all:hover {
  color: #FFFFFF;
  background: #015F9E;
}
.main-team__see-all:hover:before {
  background-image: url("../images/white-arrow.svg");
}
.main-team__navigation {
  position: absolute;
  right: 20px;
  top: -12px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.main-team__prev, .main-team__next {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #C0C4CF;
  background: transparent;
  cursor: pointer;
  position: relative;
}
.main-team__prev:before, .main-team__next:before {
  content: "";
  width: 10px;
  height: 18px;
  background-image: url("../images/gray-arrow.svg");
  position: absolute;
  right: 20px;
  top: 14px;
}
.main-team__prev:hover, .main-team__next:hover {
  border: 1px solid #015F9E;
}
.main-team__prev:hover:before, .main-team__next:hover:before {
  background-image: url("../images/blue-arrow.svg");
}
.main-team__next {
  margin-left: 32px;
}
.main-team__next:before {
  right: 17px;
  transform: rotate(180deg);
}
.main-team__list {
  width: 100%;
  max-width: 1280px;
  display: block;
  padding: 0 20px;
}
.main-team__member {
  position: relative;
  display: flex !important;
  align-items: center;
  flex-direction: column;
}
.main-team__member-description {
  display: none;
}
.main-team__member-image {
  width: 220px;
  height: 300px;
  border-radius: 150px;
  border: 1px solid #C0C4CF;
  position: relative;
}
.main-team__member-image img {
  width: 220px;
  height: 300px;
  object-fit: cover;
  border-radius: 150px;
}
.main-team__member-position {
  height: 32px;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
  color: #82868A;
  text-transform: uppercase;
  margin: 24px 0 12px;
}
.main-team__member-name {
  height: 64px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
  color: #003F89;
}
.main-team__member-linkedin {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #003F89;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: #FFFFFF;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  right: 0;
}
.main-team__pagination {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.main-team__pagination ul.slick-dots {
  display: flex !important;
  margin: 0 auto;
  list-style: none;
}
.main-team__pagination ul.slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 4px;
}
.main-team__pagination ul.slick-dots li button {
  width: 12px;
  height: 12px;
  cursor: pointer;
  border-radius: 50%;
  background: #F8F8F8;
  border: none;
  transition: all 0.2s ease-out;
  color: #F8F8F8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1px;
}
.main-team__pagination ul.slick-dots li:hover button {
  background: #116ACC;
}
.main-team__pagination ul.slick-dots .slick-active button {
  background: #116ACC;
}

@media screen and (max-width: 1280px) {
  .main-team__title {
    padding: 0 40px;
  }
}
@media screen and (max-width: 1024px) {
  .main-team__see-all:hover {
    color: #333333;
    background: #FFFFFF;
  }
  .main-team__see-all:hover:before {
    background-image: url("../images/grey-arrow.svg");
  }
  .main-team__prev:hover, .main-team__next:hover {
    border: 1px solid #C0C4CF;
  }
  .main-team__prev:hover:before, .main-team__next:hover:before {
    background-image: url("../images/gray-arrow.svg");
  }
}
@media screen and (max-width: 991px) {
  .main-team {
    margin: 48px auto;
  }
}
@media screen and (max-width: 768px) {
  .main-team {
    margin: 32px auto;
  }
  .main-team__title {
    padding: 0 20px;
  }
}
@media screen and (max-width: 576px) {
  .main-team__title {
    margin-bottom: 120px;
  }
  .main-team__see-all {
    top: 50px;
    right: 20px;
  }
}
.main-join {
  max-width: 1280px;
  margin: 0 auto 72px;
}
.main-join__sub-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #82868A;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.main-join__banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #003F89;
  padding: 40px;
}
.main-join__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  color: #FFFFFF;
}
.main-join__cta {
  width: 180px;
  height: 56px;
  border: 1px solid #FFFFFF;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  padding: 15px 50px;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  color: #FFFFFF;
  text-decoration: none;
  position: relative;
}
.main-join__cta:before {
  content: "";
  width: 6px;
  height: 10px;
  background-image: url("../images/white-arrow.svg");
  position: absolute;
  right: 44px;
  top: 22px;
}
.main-join__cta:hover {
  color: #015F9E;
  background: #FFFFFF;
}
.main-join__cta:hover:before {
  background-image: url("../images/arrow-right.svg");
}

@media screen and (max-width: 1280px) {
  .main-join__sub-title {
    padding: 0 40px;
  }
}
@media screen and (max-width: 1024px) {
  .main-join {
    margin: 0 auto 56px;
  }
  .main-join__banner {
    padding: 36px;
  }
  .main-join__cta:hover {
    color: #FFFFFF;
    background: #003F89;
  }
  .main-join__cta:hover:before {
    background-image: url("../images/white-arrow.svg");
  }
}
@media screen and (max-width: 991px) {
  .main-join {
    margin: 0 auto 48px;
  }
}
@media screen and (max-width: 768px) {
  .main-join {
    margin: 0 auto 36px;
  }
  .main-join__banner {
    padding: 36px 20px;
  }
  .main-join__sub-title {
    padding: 0 20px;
  }
  .main-join__cta {
    padding: 15px 32px;
  }
  .main-join__cta:before {
    right: 36px;
  }
}
@media screen and (max-width: 576px) {
  .main-join__banner {
    align-items: flex-start;
    flex-direction: column;
  }
  .main-join__title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
  }
}
.main-news {
  background: #F2F5F9;
  padding: 0 40px;
}
.main-news__wrapper {
  max-width: 1280px;
  margin: 0 auto;
  padding: 64px 0;
}
.main-news__sub-title {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: #82868A;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.main-news__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 48px;
}
.main-news__title {
  font-size: 60px;
  font-weight: 700;
  line-height: 56px;
  color: #003F89;
}
.main-news__see-all {
  width: 180px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  padding: 15px 56px;
  border: 1px solid #C0C4CF;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #333333;
  text-decoration: none;
  position: relative;
}
.main-news__see-all:before {
  content: "";
  width: 6px;
  height: 10px;
  background-image: url("../images/grey-arrow.svg");
  position: absolute;
  right: 56px;
  top: 21px;
}
.main-news__see-all:hover {
  color: #FFFFFF;
  background: #015F9E;
}
.main-news__see-all:hover:before {
  background-image: url("../images/white-arrow.svg");
}
.main-news__news-list {
  display: flex;
  justify-content: space-between;
}
.main-news__one-news {
  width: 32%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.main-news__news-image {
  width: 100%;
  height: 274px;
  object-fit: cover;
}
.main-news__news-date {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: #82868A;
  margin-top: 32px;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.main-news__news-date img {
  margin-right: 16px;
}
.main-news__news-title {
  height: 64px;
  display: block;
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  color: #003F89;
  margin-bottom: 24px;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.main-news__news-description {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #82868A;
  margin-bottom: 32px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.main-news__news-description p {
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .main-news__see-all:hover {
    color: #333333;
    background: #F2F5F9;
  }
  .main-news__see-all:hover:before {
    background-image: url("../images/grey-arrow.svg");
  }
  .main-news__one-news {
    width: 49%;
  }
  .main-news__one-news:last-child {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .main-news__wrapper {
    padding: 48px 0;
  }
}
@media screen and (max-width: 768px) {
  .main-news {
    padding: 0 20px;
  }
  .main-news__wrapper {
    padding: 36px 0;
  }
  .main-news__title {
    font-size: 36px;
    line-height: 42px;
  }
  .main-news__news-list {
    flex-direction: column;
  }
  .main-news__one-news {
    width: 100%;
    margin-bottom: 24px;
  }
  .main-news__one-news:last-child {
    display: unset;
    margin-bottom: 0;
  }
  .main-news__news-image {
    height: unset;
  }
  .main-news__news-title {
    height: unset;
  }
  .main-news__news-description {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 576px) {
  .main-news__title {
    font-size: 28px;
    line-height: 26px;
  }
  .main-news__see-all {
    width: 120px;
    padding: 15px 28px;
  }
  .main-news__see-all:before {
    right: 26px;
  }
}
.main-activities {
  background: #F2F5F9;
  padding: 0 40px;
}
.main-activities__wrapper {
  max-width: 1280px;
  margin: 0 auto;
  padding: 64px 0;
}
.main-activities__title {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #82868A;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.main-activities__iframes {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.main-activities__iframe {
  width: 32%;
}
.main-activities__iframe iframe {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .main-activities {
    padding: 0 20px;
  }
}
.main-subscribe {
  max-width: 1280px;
  margin: 72px auto;
}
.main-subscribe__wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.main-subscribe__left {
  width: 49%;
}
.main-subscribe__sub-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #82868A;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.main-subscribe__title {
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #003F89;
  margin-bottom: 40px;
}
.main-subscribe__description {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #999CA0;
}
.main-subscribe__description a {
  color: #003F89;
}
.main-subscribe__right {
  width: 41%;
  padding: 48px;
  background: #F2F5F9;
}
.main-subscribe__right iframe {
  width: 100%;
  height: 433px;
  border: none;
}
.main-subscribe__form-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: #003F89;
  margin-bottom: 40px;
}
.main-subscribe__form-block {
  position: relative;
}
.main-subscribe__form-block label {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #82868A;
  position: absolute;
  left: 16px;
  top: 16px;
}
.main-subscribe__form-block input:focus {
  padding: 24px 16px 8px;
}
.main-subscribe__form-block input:focus + label {
  font-size: 12px;
  line-height: 16px;
  color: #333333;
  left: 16px;
  top: 8px;
}
.main-subscribe__form-name, .main-subscribe__form-email, .main-subscribe__form-company {
  width: 100%;
  height: 56px;
  border: none;
  background: #FFFFFF;
  border-bottom: 1px solid #EDEEEE;
  margin-bottom: 40px;
  color: #82868A;
  padding: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.main-subscribe__form-name:hover, .main-subscribe__form-email:hover, .main-subscribe__form-company:hover {
  background: #E9EFF6;
}
.main-subscribe__form-name:focus, .main-subscribe__form-email:focus, .main-subscribe__form-company:focus {
  outline: none;
  background: #FFFFFF;
  border-bottom: 2px solid #EDEEEE;
}
.main-subscribe .with-data input {
  padding: 24px 16px 8px;
}
.main-subscribe .with-data label {
  font-size: 12px;
  line-height: 16px;
  color: #333333;
  left: 16px;
  top: 8px;
}
.main-subscribe input.error {
  color: #EB5757;
  border-bottom: 1px solid #EB5757;
}
.main-subscribe input.error + label {
  color: #EB5757;
}
.main-subscribe__form-button {
  width: 180px;
  height: 56px;
  border: none;
  border-radius: 50px;
  background: #006DB6;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.main-subscribe__form-button:hover {
  background: #015F9E;
}
.main-subscribe__form-button img {
  margin-left: 8px;
}
.main-subscribe__success {
  width: 41%;
  height: 512px;
  padding: 68px;
  background: #003F89;
  text-align: center;
}
.main-subscribe__success img {
  margin-top: 72px;
}
.main-subscribe__success-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 56px;
}
.main-subscribe__success-text {
  font-size: 42px;
  font-weight: 700;
  line-height: 48px;
  text-align: center;
  margin-bottom: 24px;
  color: #FFFFFF;
}

@media screen and (max-width: 1280px) {
  .main-subscribe {
    padding: 0 40px;
    margin: 40px auto;
  }
}
@media screen and (max-width: 1258px) {
  .main-subscribe__right iframe {
    height: 455px;
  }
}
@media screen and (max-width: 1024px) {
  .main-subscribe__title {
    font-size: 42px;
    line-height: 48px;
  }
  .main-subscribe__right {
    padding: 32px;
  }
  .main-subscribe__form-name:hover, .main-subscribe__form-email:hover, .main-subscribe__form-company:hover {
    background: #FFFFFF;
  }
  .main-subscribe__form-button:hover {
    background: #006DB6;
  }
}
@media screen and (max-width: 991px) {
  .main-subscribe {
    margin: 60px auto;
  }
  .main-subscribe__right {
    width: 45%;
    padding: 32px;
  }
}
@media screen and (max-width: 768px) {
  .main-subscribe {
    padding: 0 20px;
    margin: 36px auto;
  }
  .main-subscribe__wrapper {
    flex-direction: column;
  }
  .main-subscribe__left {
    width: 100%;
  }
  .main-subscribe__title {
    font-size: 36px;
    line-height: 42px;
  }
  .main-subscribe__right {
    width: 100%;
  }
  .main-subscribe__right iframe {
    height: 433px;
  }
  .main-subscribe__success {
    width: 47%;
    padding: 32px;
  }
}
@media screen and (max-width: 491px) {
  .main-subscribe__title {
    margin-bottom: 20px;
  }
  .main-subscribe__right iframe {
    height: 455px;
  }
  .main-subscribe__success {
    width: 100%;
    padding: 24px;
  }
}
@media screen and (max-width: 389px) {
  .main-subscribe__right iframe {
    height: 477px;
  }
}
.about-main {
  padding-top: 56px;
  background: #F2F5F9;
}
.about-main__sub-title {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto 24px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #82868A;
  text-transform: uppercase;
}
.about-main__title {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto 48px;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #003F89;
}
.about-main__info {
  background: #114285;
}
.about-main__content {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 80px 40px 40px;
}
.about-main__description {
  width: 41%;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #FFFFFF;
}
.about-main__description ul {
  margin: 0;
}
.about-main__description ul li {
  margin-bottom: 32px;
}
.about-main__description p {
  margin: 0;
}
.about-main__description p span {
  display: block;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 32px;
  padding-left: 70px;
}
.about-main__image {
  width: 49%;
  margin-top: -36px;
}

@media screen and (max-width: 1280px) {
  .about-main__sub-title {
    padding: 0 40px;
  }
  .about-main__title {
    padding: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .about-main__content {
    padding: 40px 20px;
    flex-direction: column;
  }
  .about-main__title {
    font-size: 32px;
    line-height: 40px;
    padding: 0 20px;
  }
  .about-main__sub-title {
    padding: 0 20px;
  }
  .about-main__description {
    width: 100%;
  }
  .about-main__image {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .about-main__content {
    padding: 20px;
  }
}
.about-offering {
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 0 20px;
}
.about-offering__sub-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #82868A;
  text-transform: uppercase;
  margin-bottom: 32px;
}
.about-offering__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 56px;
}
.about-offering__title {
  width: 48%;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  color: #003F89;
}
.about-offering__description {
  width: 48%;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #82868A;
}
.about-offering__description p {
  margin: 0;
}
.about-offering__offers {
  display: flex;
  justify-content: space-between;
}
.about-offering__offer {
  width: 49%;
  border: 1px solid #E9E9E9;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.about-offering__offer-top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 40px;
}
.about-offering__offer-icon {
  width: 104px;
  height: 104px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #184284;
  margin-right: 24px;
}
.about-offering__offer-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  color: #003F89;
}
.about-offering__offer-description {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #82868A;
  margin-bottom: 32px;
}
.about-offering__offer-description ul {
  list-style: none;
  padding-left: 18px;
}
.about-offering__offer-description ul li {
  margin-bottom: 24px;
}
.about-offering__offer-description ul li:before {
  content: "•";
  color: #003F89;
  font-weight: bold;
  display: inline-block;
  width: 8px;
  margin-left: -20px;
  margin-right: 12px;
}
.about-offering__offer-cta {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #999CA0;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: 18px;
  position: relative;
}
.about-offering__offer-cta:before {
  content: "";
  width: 32px;
  height: 32px;
  background-image: url("../images/gray-arrow-circle.svg");
  position: absolute;
  left: 90px;
  top: -4px;
}
.about-offering__offer-cta:hover {
  color: #015F9E;
}
.about-offering__offer-cta:hover:before {
  background-image: url("../images/blue-arrow-circle.svg");
}

@media screen and (max-width: 1280px) {
  .about-offering {
    padding: 80px 40px 20px;
  }
}
@media screen and (max-width: 1024px) {
  .about-offering__offer-cta:hover {
    color: #999CA0;
  }
  .about-offering__offer-cta:hover:before {
    background-image: url("../images/gray-arrow-circle.svg");
  }
}
@media screen and (max-width: 991px) {
  .about-offering__offer {
    height: unset;
  }
  .about-offering__offer-description {
    height: unset;
  }
}
@media screen and (max-width: 768px) {
  .about-offering {
    padding: 40px 20px;
  }
  .about-offering__top {
    flex-direction: column;
    margin-bottom: 40px;
  }
  .about-offering__title {
    width: 100%;
    margin-bottom: 20px;
  }
  .about-offering__description {
    width: 100%;
  }
  .about-offering__offers {
    flex-direction: column;
  }
  .about-offering__offer {
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
  }
  .about-offering__offer:last-child {
    margin-bottom: 0;
  }
  .about-offering__offer-icon {
    width: 64px;
    height: 64px;
  }
  .about-offering__offer-icon img {
    width: 40px;
  }
  .about-offering__offer-title {
    font-size: 20px;
  }
}
.about-research {
  padding: 56px 0;
  background: #F2F5F9;
}
.about-research__wrapper {
  max-width: 1280px;
  margin: 0 auto;
}
.about-research__title {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #82868A;
  text-transform: uppercase;
  margin-bottom: 32px;
}
.about-research__info-blocks {
  display: flex;
  justify-content: space-between;
}
.about-research__info-block {
  width: 32%;
  background: #FFFFFF;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.about-research__info-block-icon {
  width: 72px;
  height: 72px;
  margin-bottom: 32px;
}
.about-research__info-block-title {
  height: 84px;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  color: #333333;
  margin-bottom: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.about-research__info-block-description {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #82868A;
  margin-bottom: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.about-research__info-block-cta {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #006DB6;
  cursor: pointer;
}
.about-research__info-block-cta:hover {
  color: #003F89;
}

.about-research__modal-overlay {
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.6980392157);
  z-index: 40;
  backdrop-filter: blur(5px);
}

.about-research__member-modal {
  width: 100vw;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
}

.about-research__modal-content {
  width: 760px;
  z-index: 50;
  position: fixed;
  left: calc((100vw - 760px) / 2);
  top: calc((100vh - 528px) / 2);
  box-shadow: 0 0 10px 0 rgba(65, 66, 73, 0.1019607843);
  background: #FFFFFF;
  padding: 64px 72px 72px;
}

.about-research__close-modal {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
}

.modal__research-icon {
  width: 60px;
  height: 64px;
  margin-bottom: 32px;
}

.modal__research-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  color: #003F89;
  margin-bottom: 24px;
}

.modal__research-description {
  height: 192px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #333333;
  overflow-y: auto;
}

@media screen and (max-width: 1280px) {
  .about-research__wrapper {
    padding: 0 40px;
  }
}
@media screen and (max-width: 1024px) {
  .about-research__info-block-cta:hover {
    color: #006DB6;
  }
}
@media screen and (max-width: 991px) {
  .about-research__info-block-title {
    height: unset;
  }
  .about-research__info-block-description {
    height: unset;
  }
}
@media screen and (max-width: 768px) {
  .about-research__wrapper {
    padding: 0 20px;
  }
  .about-research__modal-content {
    width: 95%;
    left: calc((100vw - 95%) / 2);
  }
  .about-research__modal-content {
    padding: 40px;
  }
}
@media screen and (max-width: 576px) {
  .about-research__info-blocks {
    flex-direction: column;
  }
  .about-research__info-block {
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
  }
  .about-research__info-block:last-child {
    margin-bottom: 0;
  }
  .about-research__modal-content {
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
  }
  .modal__research-title {
    font-size: 24px;
    line-height: 32px;
  }
  .modal__research-description {
    height: calc(100vh - 70%);
  }
}
.about-contacts {
  max-width: 1280px;
  margin: 64px auto 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about-contacts__left {
  width: 50%;
}
.about-contacts__sub-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #82868A;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.about-contacts__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  color: #003F89;
  margin-bottom: 40px;
}
.about-contacts__form {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about-contacts__form-block {
  width: 48%;
  position: relative;
}
.about-contacts__form-block label {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #82868A;
  position: absolute;
  left: 16px;
  top: 16px;
  pointer-events: none;
}
.about-contacts__form-block input:focus,
.about-contacts__form-block textarea:focus {
  background: #F2F5F9;
  padding: 24px 16px 8px;
}
.about-contacts__form-block input:focus + label,
.about-contacts__form-block textarea:focus + label {
  font-size: 12px;
  line-height: 16px;
  color: #333333;
  left: 16px;
  top: 8px;
}
.about-contacts__form-block--full {
  width: 100%;
}
.about-contacts__form-name, .about-contacts__form-email, .about-contacts__form-message {
  background: #F2F5F9;
  border: none;
  border-bottom: 1px solid #DFDFDF;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #82868A;
  padding: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.about-contacts__form-name:hover, .about-contacts__form-email:hover, .about-contacts__form-message:hover {
  background: #E9EFF6;
}
.about-contacts__form-name:focus, .about-contacts__form-email:focus, .about-contacts__form-message:focus {
  outline: none;
  background: #FFFFFF;
  border-bottom: 2px solid #EDEEEE;
}
.about-contacts__form-topic {
  width: 100%;
  height: 56px;
  margin-bottom: 24px;
  position: relative;
}
.about-contacts__form-topic .select2 .selection .select2-selection {
  width: 100%;
  height: 56px;
  border: none;
}
.about-contacts__form-topic .select2 .selection .select2-selection .select2-selection__rendered {
  width: 100%;
  height: 56px;
  padding: 15px;
  background: #F2F5F9;
}
.about-contacts__form-topic .select2 .selection .select2-selection .select2-selection__arrow {
  height: 56px;
  right: 16px;
}
.about-contacts__form-name, .about-contacts__form-email {
  width: 100%;
  height: 56px;
  margin-bottom: 24px;
}
.about-contacts__form-message {
  width: 100%;
  min-width: 100%;
  height: 149px;
  min-height: 149px;
  margin-bottom: 40px;
}
.about-contacts .with-data .select2 .selection .select2-selection .select2-selection__rendered {
  padding: 24px 16px 8px;
}
.about-contacts .with-data input,
.about-contacts .with-data textarea {
  padding: 24px 16px 8px;
}
.about-contacts .with-data label {
  font-size: 12px;
  line-height: 16px;
  color: #333333;
  left: 16px;
  top: 8px;
}
.about-contacts input.error {
  color: #EB5757;
  border-bottom: 1px solid #EB5757;
}
.about-contacts input.error + label {
  color: #EB5757;
}
.about-contacts__form-button {
  width: 180px;
  height: 56px;
  border-radius: 50px;
  border: none;
  background: #006DB6;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-top: 10px;
}
.about-contacts__form-button:hover {
  background: #015F9E;
}
.about-contacts__form-button img {
  margin-left: 12px;
}
.about-contacts__form-button[disabled] {
  opacity: 0.5;
  pointer-events: none;
}
.about-contacts__success {
  width: 100%;
  height: 485px;
  padding: 68px;
  background: #003F89;
  text-align: center;
  margin-bottom: 72px;
}
.about-contacts__success img {
  margin-top: 48px;
}
.about-contacts__success-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 56px;
}
.about-contacts__success-text {
  font-size: 24px;
  font-weight: 400;
  line-height: 29px;
  text-align: center;
  margin-bottom: 24px;
  color: #FFFFFF;
}
.about-contacts__right {
  width: 40%;
}
.about-contacts__contacts {
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
  padding-top: 32px;
}
.about-contacts__contact {
  padding: 65px;
  background: #F2F5F9;
  margin-bottom: 24px;
  cursor: pointer;
}
.about-contacts__contact:hover {
  background: #006DB6;
}
.about-contacts__contact:hover .about-contacts__contact-title {
  color: #FFFFFF;
}
.about-contacts__contact:hover .about-contacts__contact-description {
  color: #FFFFFF;
}
.about-contacts__contact-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: #999CA0;
  margin-bottom: 16px;
}
.about-contacts__contact-description {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #999CA0;
}
.about-contacts__contact-description p {
  margin: 0;
}
.about-contacts .active-contact {
  background: #006DB6;
}
.about-contacts .active-contact .about-contacts__contact-title {
  color: #FFFFFF;
}
.about-contacts .active-contact .about-contacts__contact-description {
  color: #FFFFFF;
}
.about-contacts__contact-iframe {
  width: 100%;
  height: 40vw;
}
.about-contacts__contact-iframe p {
  width: 100% !important;
  height: 100% !important;
}
.about-contacts__contact-iframe iframe {
  width: 100% !important;
  height: 100% !important;
}

.select2-container .select2-dropdown {
  border: none;
  box-shadow: 0 0 10px 0 rgba(65, 66, 73, 0.1019607843);
}
.select2-container .select2-dropdown .select2-results .select2-results__options {
  max-height: unset;
}
.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option {
  font-size: 16px;
  font-weight: 400;
  line-height: 48px;
  color: #82868A;
  padding: 0 16px;
}
.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option:hover {
  color: #006DB6;
  background: #F2F5F9;
}
.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option--highlighted {
  color: #006DB6;
  background: #F2F5F9;
}

.select2-container--default .select2-results__option--selected {
  color: #006DB6 !important;
  background: #F2F5F9 !important;
}

@media screen and (max-width: 1280px) {
  .about-contacts {
    padding: 0 40px;
  }
}
@media screen and (max-width: 1047px) {
  .about-contacts__form-message {
    margin-bottom: 24px;
  }
  .about-contacts__form-button {
    margin-top: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .about-contacts__form-name:hover, .about-contacts__form-email:hover, .about-contacts__form-message:hover {
    background: #F2F5F9;
  }
  .about-contacts__form-button:hover {
    background: #006DB6;
  }
  .about-contacts__contact:hover {
    background: #F2F5F9;
  }
  .select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option:hover {
    color: #82868A;
    background: #F2F5F9;
  }
}
@media screen and (max-width: 991px) {
  .about-contacts__form {
    margin-bottom: 40px;
  }
  .about-contacts__contact {
    padding: 46px;
  }
}
@media screen and (max-width: 768px) {
  .about-contacts {
    padding: 0 20px;
  }
}
@media screen and (max-width: 576px) {
  .about-contacts__success {
    padding: 32px;
  }
}
@media screen and (max-width: 576px) {
  .about-contacts {
    flex-direction: column;
  }
  .about-contacts__left {
    width: 100%;
  }
  .about-contacts__right {
    width: 100%;
  }
  .about-contacts__contacts {
    margin-bottom: 40px;
  }
  .about-contacts__contact {
    padding: 40px;
  }
  .about-contacts__success {
    padding: 24px;
  }
}
.team-list {
  max-width: 1280px;
  margin: 0 auto;
  padding: 56px 0 0;
}
.team-list__title {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #82868A;
  margin-bottom: 32px;
}
.team-list__description {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #82868A;
  margin-bottom: 56px;
}
.team-list__list {
  width: 100%;
  max-width: 1280px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.team-list__member {
  width: calc((100% - 72px) / 4);
  position: relative;
  display: flex !important;
  align-items: center;
  flex-direction: column;
  margin-bottom: 48px;
  margin-right: 24px;
}
.team-list__member:nth-child(4n) {
  margin-right: 0;
}
.team-list__member-description {
  display: none;
}
.team-list__member-video {
  display: none;
}
.team-list__member-image {
  width: 220px;
  height: 300px;
  border-radius: 150px;
  border: 1px solid #C0C4CF;
  position: relative;
  cursor: pointer;
}
.team-list__member-image img {
  width: 220px;
  height: 300px;
  object-fit: cover;
  border-radius: 150px;
}
.team-list__member-position {
  height: 32px;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
  color: #82868A;
  text-transform: uppercase;
  margin: 24px 0 12px;
}
.team-list__member-name {
  height: 64px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
  color: #003F89;
  cursor: pointer;
}
.team-list__member-name:hover {
  color: #006DB6;
}
.team-list__member-linkedin {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #003F89;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: #FFFFFF;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 8px;
  right: 8px;
}

.team-list__modal-overlay {
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.6980392157);
  z-index: 40;
  backdrop-filter: blur(5px);
}

.team-list__member-modal {
  width: 100vw;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
}

.team-list__modal-content {
  width: 1048px;
  height: 620px;
  z-index: 50;
  position: fixed;
  left: calc((100vw - 1048px) / 2);
  top: calc((100vh - 620px) / 2);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  box-shadow: 0 0 10px 0 rgba(65, 66, 73, 0.1019607843);
  background: #FFFFFF;
  padding: 56px;
}

.team-list__close-modal {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
}

.modal__member-left {
  width: 220px;
  height: 388px;
  min-height: 388px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin-right: 24px;
}
.modal__member-left .modal__member-image {
  width: 220px;
  height: 300px;
  object-fit: cover;
  border-radius: 150px;
  border: 1px solid #C0C4CF;
  margin-bottom: 56px;
}
.modal__member-left .modal__member-linkedin {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #003F89;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: #FFFFFF;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 56px;
  right: 20px;
}
.modal__member-left .modal__member-video {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #999CA0;
  text-decoration: none;
}
.modal__member-left .modal__member-video img {
  margin-right: 16px;
}

.modal__member-right {
  width: 65%;
}
.modal__member-right .modal__member-name {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  color: #003F89;
  margin-bottom: 8px;
}
.modal__member-right .modal__member-position {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #82868A;
  text-transform: uppercase;
  margin-bottom: 32px;
}
.modal__member-right .modal__member-description {
  height: 400px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #82868A;
  overflow-y: auto;
  padding-right: 16px;
}

@media screen and (max-width: 1280px) {
  .team-list {
    padding: 56px 40px 0;
  }
}
@media screen and (max-width: 1024px) {
  .team-list__member-name:hover {
    color: #003F89;
  }
  .team-list__modal-content {
    width: 95%;
    left: calc((100vw - 95%) / 2);
  }
}
@media screen and (max-width: 991px) {
  .team-list__member {
    width: calc((100% - 48px) / 3);
  }
  .team-list__member:nth-child(3n) {
    margin-right: 0;
  }
  .team-list__member:nth-child(4n) {
    margin-right: 24px;
  }
  .team-list__modal-content {
    padding: 40px;
  }
}
@media screen and (max-width: 768px) {
  .team-list {
    padding: 56px 20px 0;
  }
  .team-list__member {
    width: calc((100% - 24px) / 2);
    margin-right: 24px !important;
  }
  .team-list__member:nth-child(2n) {
    margin-right: 0 !important;
  }
  .team-list__modal-content {
    height: 600px;
    top: calc((100vh - 600px) / 2);
  }
  .modal__member-left {
    height: 356px;
    min-height: 356px;
  }
  .modal__member-left .modal__member-image {
    margin-bottom: 24px;
  }
  .modal__member-right {
    width: 55%;
  }
  .modal__member-right .modal__member-description {
    height: 280px;
  }
}
@media screen and (max-width: 576px) {
  .team-list__member {
    width: 100%;
    margin-right: 0 !important;
  }
  .team-list__modal-content {
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    flex-direction: column;
    justify-content: flex-start;
    overflow-x: auto;
  }
  .modal__member-left {
    margin: 0 auto 40px;
  }
  .modal__member-right {
    width: 100%;
  }
  .modal__member-right .modal__member-description {
    height: unset;
  }
}
.careers-top {
  max-width: 1280px;
  margin: 0 auto;
  padding: 56px 0 64px;
}
.careers-top__sub-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #82868A;
  margin-bottom: 24px;
}
.careers-top__content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.careers-top__left {
  width: 49%;
}
.careers-top__main-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #003F89;
  margin-bottom: 40px;
}
.careers-top__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: #333333;
  margin-bottom: 16px;
}
.careers-top__description {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #82868A;
}
.careers-top__image {
  width: 40%;
}

@media screen and (max-width: 1280px) {
  .careers-top {
    padding: 56px 40px 64px;
  }
}
@media screen and (max-width: 768px) {
  .careers-top {
    padding: 32px 20px 48px;
  }
  .careers-top__content {
    flex-direction: column;
  }
  .careers-top__left {
    width: 100%;
  }
  .careers-top__image {
    width: 100%;
  }
}
.careers-one-image {
  padding: 56px 40px 64px;
  background: #E6F0F8;
}
.careers-one-image__wrapper {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.careers-one-image__image {
  width: 40%;
}
.careers-one-image__content {
  width: 49%;
}
.careers-one-image__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: #333333;
  margin-bottom: 16px;
}
.careers-one-image__description {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #82868A;
}
.careers-one-image__description ul {
  margin: 0;
}
.careers-one-image__description ul li {
  margin-bottom: 8px;
}

@media screen and (max-width: 768px) {
  .careers-one-image {
    padding: 32px 20px 48px;
  }
  .careers-one-image__wrapper {
    flex-direction: column;
  }
  .careers-one-image__image {
    width: 100%;
    margin-bottom: 20px;
  }
  .careers-one-image__content {
    width: 100%;
  }
}
.careers-two-images {
  max-width: 1280px;
  margin: 0 auto;
  padding: 72px 0 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.careers-two-images__content {
  width: 45%;
}
.careers-two-images__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: #333333;
  margin-bottom: 16px;
}
.careers-two-images__description {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #82868A;
}
.careers-two-images__description ul {
  margin: 0;
}
.careers-two-images__description ul li {
  margin-bottom: 8px;
}
.careers-two-images__images {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.careers-two-images__image {
  width: 48%;
}

@media screen and (max-width: 1280px) {
  .careers-two-images {
    padding: 72px 40px 56px;
  }
}
@media screen and (max-width: 768px) {
  .careers-two-images {
    padding: 56px 20px 48px;
    flex-direction: column;
  }
  .careers-two-images__content {
    width: 100%;
  }
  .careers-two-images__images {
    width: 100%;
  }
}
.careers-list {
  padding: 72px 40px 48px;
  background: #F2F5F9;
}
.careers-list__wrapper {
  max-width: 1280px;
  margin: 0 auto;
}
.careers-list__list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.careers-list__career {
  width: 49%;
  padding: 36px 40px;
  background: #FFFFFF;
  margin-bottom: 24px;
  margin-right: 2%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.careers-list__career:nth-child(2n) {
  margin-right: 0;
}
.careers-list__career-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 16px;
}
.careers-list__career-title {
  max-width: 75%;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: #333333;
}
.careers-list__view-job {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #003F89;
  display: flex;
  align-items: center;
  text-decoration: none;
  margin-right: 40px;
  position: relative;
}
.careers-list__view-job:before {
  content: "";
  width: 32px;
  height: 32px;
  background-image: url("../images/arrow-in-circle.svg");
  position: absolute;
  left: 70px;
  top: -4px;
}
.careers-list__view-job:hover {
  color: #015F9E;
}
.careers-list__view-job:hover:before {
  background-image: url("../images/blue-arrow-circle.svg");
}
.careers-list__career-description {
  max-width: 75%;
  height: 48px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #82868A;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 32px;
}
.careers-list__career-description p {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #82868A;
  margin: 0;
}
.careers-list__career-date {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #999CA0;
}

@media screen and (max-width: 1024px) {
  .careers-list__view-job:hover {
    color: #003F89;
  }
  .careers-list__view-job:hover:before {
    background-image: url("../images/arrow-in-circle.svg");
  }
}
@media screen and (max-width: 850px) {
  .careers-list__view-job {
    flex-direction: column-reverse;
  }
  .careers-list__view-job img {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .careers-list {
    padding: 56px 20px 32px;
  }
  .careers-list__career {
    width: 100%;
    margin-right: 0;
  }
  .careers-list__view-job {
    flex-direction: row;
  }
  .careers-list__view-job img {
    margin-left: 8px;
  }
}
@media screen and (max-width: 475px) {
  .careers-list__view-job {
    flex-direction: column-reverse;
  }
  .careers-list__view-job img {
    margin-left: 0;
  }
}
.our-services {
  width: 100%;
  padding: 40px 0 0;
  background: #FFFFFF;
  position: fixed;
  top: 80px;
  z-index: 10;
}
.our-services__wrapper {
  max-width: 1280px;
  margin: 0 auto;
}
.our-services__list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.our-services__service {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #C0C4CF;
  margin-right: 40px;
  text-decoration: none;
}
.our-services__service:hover {
  color: #003F89;
}
.our-services__service--active {
  color: #003F89;
  text-decoration: underline;
}
.our-services__title {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #82868A;
  text-transform: uppercase;
}

@media screen and (max-width: 1280px) {
  .our-services {
    padding: 40px 40px 0;
  }
}
@media screen and (max-width: 1024px) {
  .our-services__service:hover {
    color: #C0C4CF;
  }
}
@media screen and (max-width: 991px) {
  .our-services__wrapper {
    overflow-x: auto;
  }
  .our-services__list {
    min-width: 867px;
  }
}
@media screen and (max-width: 768px) {
  .our-services {
    padding: 40px 20px 0;
  }
}
.service-block {
  padding: 72px 40px 56px;
}
.service-block__wrapper {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 24px 0 40px;
  border-bottom: 1px solid rgba(171, 201, 225, 0.5019607843);
}
.service-block__left {
  width: calc(100% - 220px);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.service-block__icon-title {
  width: 41%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 40px;
}
.service-block__icon {
  width: 80px;
  min-width: 80px;
  height: 80px;
  min-height: 80px;
  border-radius: 50%;
  margin-right: 29px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-block__title-desc {
  flex: 1;
  display: flex;
  align-items: flex-start;
}
.service-block__title-desc .service-block__title {
  margin-bottom: 4px;
}
.service-block__title {
  width: 300px;
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
  color: #003F89;
  display: flex;
  align-items: center;
}
.service-block__description {
  flex: 1;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #686C71;
  padding-top: 12px;
}
.service-block__description span {
  font-weight: 700;
  color: #003F89;
}
.service-block__description p {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}
.service-block__description p strong {
  color: #333333;
}
.service-block__description ul {
  padding-left: 26px;
  margin: 0;
}
.service-block__description ul li {
  margin-bottom: 28px;
}
.service-block__description ul li:last-child {
  margin-bottom: 0;
}
.service-block__cta {
  width: 180px;
  height: 56px;
  border-radius: 50px;
  border: 1px solid #003F89;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 15px 40px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #003F89;
  text-decoration: none;
  position: relative;
}
.service-block__cta:before {
  content: "";
  width: 6px;
  height: 10px;
  background-image: url("../images/bold-arrow.svg");
  position: absolute;
  right: 48px;
  top: 22px;
}
.service-block__cta:hover {
  color: #FFFFFF;
  background: #015F9E;
  border: 1px solid #015F9E;
}
.service-block__cta:hover:before {
  background-image: url("../images/white-arrow.svg");
}

#market_analysis {
  padding-top: 36px !important;
  border-top: 1px solid #EDEEEE;
}
#market_analysis .service-block__icon-title {
  width: unset !important;
  align-items: center !important;
  margin: 0 !important;
}
#market_analysis .service-block__title {
  width: unset !important;
  padding-top: 0 !important;
}
#market_analysis .service-block__description {
  display: none !important;
}
#market_analysis .service-block__cta {
  margin-top: 12px !important;
}

#technical_consulting .service-block__description strong {
  color: #003F89;
}

.service-block--cosmos {
  padding-bottom: 64px;
}
.service-block--cosmos .service-block__wrapper {
  align-items: center;
}
.service-block--cosmos .service-block__left {
  align-items: center;
}
.service-block--cosmos .service-block__icon-title {
  margin: 0;
}

.cosmos-service-block {
  padding: 0 40px;
}
.cosmos-service-block .service-block__wrapper {
  padding: 72px 0 56px;
  align-items: center;
}
.cosmos-service-block .service-block__icon-title {
  width: 75%;
  margin-top: 0;
}
.cosmos-service-block .service-block__title-desc {
  flex-direction: column;
}
.cosmos-service-block .service-block__description {
  width: 100%;
}

#our_scope {
  padding: 72px 20px 48px;
}

.service-block--blue-background .service-block__title {
  color: #FFFFFF;
}
.service-block--blue-background .service-block__description {
  color: #FFFFFF;
}

@media screen and (max-width: 1024px) {
  .service-block {
    padding: 48px 40px;
  }
}
@media screen and (max-width: 991px) {
  .service-block__left {
    flex-direction: column;
  }
  .service-block__icon-title {
    width: unset;
    margin-bottom: 12px;
  }
  .service-block__title {
    width: unset;
  }
}
@media screen and (max-width: 768px) {
  .service-block {
    padding: 32px 20px;
  }
  .service-block__icon-title {
    width: 100%;
    margin-bottom: 24px;
  }
  .service-block__title {
    font-size: 32px;
    line-height: 40px;
  }
  .service-block__description {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .service-block__wrapper {
    flex-direction: column;
  }
  .service-block__left {
    width: 100%;
  }
  .service-block__description {
    margin-bottom: 24px;
  }
  #market_analysis .service-block__cta {
    margin-top: 24px !important;
  }
}
.supporting-projects {
  background: #F2F5F9;
}
.supporting-projects__wrapper {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-bottom: 72px;
}
.supporting-projects__image {
  width: 100%;
}

.service-border-blocks {
  padding: 0 40px;
}
.service-border-blocks__wrapper {
  max-width: 1280px;
  margin: 0 auto;
}
.service-border-blocks__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  color: #003F89;
  margin-bottom: 26px;
}
.service-border-blocks__description {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  color: #82868A;
  margin-bottom: 24px;
}
.service-border-blocks__info-blocks {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 50px;
}
.service-border-blocks__info-block {
  width: 49%;
  padding: 40px;
  margin-bottom: 24px;
  background: #FFFFFF;
}
.service-border-blocks .last-full .service-border-blocks__info-block:last-child {
  width: 100%;
}
.service-border-blocks__info-block-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: #003F89;
  margin-bottom: 32px;
}
.service-border-blocks__info-block-description {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #82868A;
}
.service-border-blocks__info-block-description ul {
  padding-left: 16px;
}
.service-border-blocks__info-block-description ul li {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 8px;
}

@media screen and (max-width: 991px) {
  .service-border-blocks__info-block {
    padding: 32px;
  }
  .service-border-blocks__info-block-title {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  .service-border-blocks {
    padding: 0 40px;
  }
}
@media screen and (max-width: 576px) {
  .service-border-blocks__info-block {
    width: 100%;
  }
}
.numbered-blocks {
  max-width: 1280px;
  margin: 0 auto 64px;
}
.numbered-blocks__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  color: #003F89;
  margin-bottom: 32px;
}
.numbered-blocks__info-blocks {
  columns: 2;
}
.numbered-blocks__info-block {
  display: flex;
  align-items: flex-start;
  margin-bottom: 24px;
}
.numbered-blocks__info-block-number {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: #006DB6;
  margin-right: 24px;
}
.numbered-blocks__info-block-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #82868A;
}

@media screen and (max-width: 1280px) {
  .numbered-blocks {
    padding: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .numbered-blocks {
    padding: 0 20px;
  }
  .numbered-blocks__info-blocks {
    columns: 1;
  }
}
.strengths-blocks {
  max-width: 1280px;
  margin: 0 auto 72px;
}
.strengths-blocks__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  color: #003F89;
  margin-bottom: 48px;
}
.strengths-blocks__info-blocks {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.strengths-blocks__info-block {
  width: calc((100% - 48px) / 3);
  padding: 31px 40px;
  border: 1px dashed #006DB6;
  margin-bottom: 24px;
  position: relative;
}
.strengths-blocks__info-block:nth-child(4), .strengths-blocks__info-block:nth-child(5) {
  width: calc((100% - 24px) / 2);
  margin-bottom: 0;
}
.strengths-blocks__info-block:before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #006DB6;
  position: absolute;
  left: -8px;
  top: -8px;
}
.strengths-blocks__info-block-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  color: #000000;
}

@media screen and (max-width: 1280px) {
  .strengths-blocks {
    padding: 0 40px;
  }
}
@media screen and (max-width: 1024px) {
  .strengths-blocks__info-block {
    padding: 24px;
  }
}
@media screen and (max-width: 768px) {
  .strengths-blocks {
    padding: 0 20px;
  }
  .strengths-blocks__info-block {
    width: 100% !important;
    margin-bottom: 24px !important;
  }
  .strengths-blocks__info-block:last-child {
    margin-bottom: 0 !important;
  }
}
.methodology-blocks {
  max-width: 1280px;
  margin: 0 auto 24px;
}
.methodology-blocks__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  color: #003F89;
  margin-bottom: 32px;
}
.methodology-blocks__sub-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.5019607843);
  margin-bottom: 48px;
}
.methodology-blocks__info-blocks {
  background: #003F89;
  padding: 24px 32px 32px;
}
.methodology-blocks__list {
  display: flex;
  justify-content: space-between;
}
.methodology-blocks__info-block {
  width: 49%;
  padding: 48px 40px 40px 40px;
  background: rgba(0, 109, 182, 0.3);
  position: relative;
}
.methodology-blocks__info-block-triple {
  width: 32%;
}
.methodology-blocks__info-block-number {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #FFFFFF;
  position: absolute;
  top: -30px;
  left: calc(50% - 30px);
  background: #003F89;
  display: flex;
  align-items: center;
  justify-content: center;
}
.methodology-blocks__info-block-number span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #006DB6;
}
.methodology-blocks__info-block-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  color: #FFFFFF;
  margin-bottom: 16px;
}
.methodology-blocks__info-block-description {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.6);
}
.methodology-blocks__info-block-description p {
  margin: 0;
}
.methodology-blocks__bottom-margin {
  height: 48px;
}

@media screen and (max-width: 1280px) {
  .methodology-blocks {
    padding: 0 40px;
  }
}
@media screen and (max-width: 1024px) {
  .methodology-blocks__info-block-triple {
    padding: 32px;
  }
  .methodology-blocks__info-block {
    padding: 32px;
  }
}
@media screen and (max-width: 991px) {
  .methodology-blocks__info-block-triple {
    padding: 24px;
  }
  .methodology-blocks__info-block {
    padding: 24px;
  }
}
@media screen and (max-width: 768px) {
  .methodology-blocks {
    padding: 0 20px;
  }
  .methodology-blocks__list {
    flex-direction: column;
  }
  .methodology-blocks__info-block {
    width: 100% !important;
    margin-bottom: 48px;
  }
  .methodology-blocks__info-block:last-child {
    margin-bottom: 0;
  }
}
.geographical-coverage {
  max-width: 1280px;
  margin: 0 auto 44px;
}
.geographical-coverage__wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.geographical-coverage__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  color: #003F89;
  margin-bottom: 48px;
}
.geographical-coverage__left {
  width: 49%;
}
.geographical-coverage__left img {
  width: 100%;
}
.geographical-coverage__right {
  width: 40%;
}
.geographical-coverage__info-block {
  margin-bottom: 64px;
}
.geographical-coverage__info-block-top {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
.geographical-coverage__info-block-icon {
  margin-right: 27px;
}
.geographical-coverage__info-block-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  color: #999CA0;
}
.geographical-coverage__info-block-description {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #82868A;
  padding-left: 76px;
}
.geographical-coverage__table-title {
  padding: 10px 24px;
  background: #006DB6;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  color: #FFFFFF;
  margin-top: 16px;
}
.geographical-coverage__table-text {
  padding: 24px;
  border: 1px solid #E6E9EE;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #82868A;
  margin-bottom: 38px;
}
.geographical-coverage__table-text ul {
  margin: 0;
  padding-left: 16px;
}
.geographical-coverage__table-text ul li {
  margin-bottom: 16px;
}
.geographical-coverage__after-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  color: #333333;
  margin-bottom: 16px;
  padding-left: 16px;
}
.geographical-coverage__after-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #82868A;
  padding-left: 16px;
  margin-bottom: 40px;
}

@media screen and (max-width: 1280px) {
  .geographical-coverage {
    padding: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .geographical-coverage {
    margin: 0 auto;
    padding: 0 20px;
  }
  .geographical-coverage__wrapper {
    flex-direction: column;
  }
  .geographical-coverage__left {
    width: 100%;
    padding-left: 0;
  }
  .geographical-coverage__right {
    width: 100%;
    margin-top: 40px;
  }
  .geographical-coverage__info-blocks {
    padding-left: 40px;
  }
}
.economic-model-blocks {
  background: #003F89;
  padding: 0 40px;
}
.economic-model-blocks__wrapper {
  max-width: 1280px;
  margin: 0 auto;
  padding-bottom: 64px;
}
.economic-model-blocks__title {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 16px;
}
.economic-model-blocks__description {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #FFFFFF;
  margin-bottom: 32px;
}
.economic-model-blocks__full-block {
  padding: 28px 32px;
  background: rgba(255, 255, 255, 0.1019607843);
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  color: #FFFFFF;
  margin-bottom: 24px;
}
.economic-model-blocks__info-blocks {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
.economic-model-blocks__info-block {
  width: 32%;
  background: rgba(255, 255, 255, 0.1019607843);
  padding: 36px 48px;
}
.economic-model-blocks__info-block-icon {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 36px;
}
.economic-model-blocks__info-block-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  color: #FFFFFF;
  margin-bottom: 24px;
}
.economic-model-blocks__info-block-description {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.6);
}
.economic-model-blocks__allow-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 142px;
}
.economic-model-blocks__allow-blocks {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.economic-model-blocks__allow-block {
  width: 22%;
  position: relative;
}
.economic-model-blocks__allow-block:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #FFFFFF;
  position: absolute;
  top: -70px;
  left: 0;
}
.economic-model-blocks__allow-block:after {
  content: "";
  display: block;
  width: 80%;
  height: 2px;
  border-bottom: 2px dashed #FFFFFF;
  position: absolute;
  top: -64px;
  right: 0;
}
.economic-model-blocks__allow-block-text {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  color: #FFFFFF;
}

@media screen and (max-width: 1024px) {
  .economic-model-blocks__info-block {
    padding: 32px;
  }
}
@media screen and (max-width: 768px) {
  .economic-model-blocks {
    padding: 0 20px;
  }
  .economic-model-blocks__info-blocks {
    flex-direction: column;
  }
  .economic-model-blocks__info-block {
    width: 100%;
    padding: 24px;
    margin-bottom: 24px;
  }
  .economic-model-blocks__info-block:last-child {
    margin-bottom: 0;
  }
  .economic-model-blocks__allow-block {
    width: 48%;
    margin-bottom: 100px;
  }
  .economic-model-blocks__allow-block:nth-child(3), .economic-model-blocks__allow-block:nth-child(4) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 576px) {
  .economic-model-blocks__allow-block {
    width: 100%;
  }
  .economic-model-blocks__allow-block:nth-child(3) {
    margin-bottom: 100px;
  }
}
.monitoring-blocks {
  background: #F2F5F9;
  padding: 0 40px;
}
.monitoring-blocks__wrapper {
  max-width: 1280px;
  margin: 0 auto;
  padding: 8px 0 78px;
}
.monitoring-blocks__text_blocks {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}
.monitoring-blocks__text_block {
  width: 32%;
  padding: 32px 40px;
  background: #FFFFFF;
  position: relative;
}
.monitoring-blocks__text_block:before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #006DB6;
  position: absolute;
  left: -8px;
  top: -8px;
}
.monitoring-blocks__text_block-text {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: #000000;
}
.monitoring-blocks__service-blocks {
  display: flex;
  justify-content: space-between;
}
.monitoring-blocks__service-block {
  width: 49%;
  padding: 32px 48px;
  background: #FFFFFF;
}
.monitoring-blocks__service-block-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.monitoring-blocks__service-block-title {
  width: 90%;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  color: #003F89;
  margin-bottom: 48px;
}
.monitoring-blocks__service-block-title span {
  display: block;
  width: 100%;
}
.monitoring-blocks__service-block-icon {
  margin-top: -48px;
  margin-right: -24px;
}
.monitoring-blocks__service-block-description {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #82868A;
}
.monitoring-blocks__service-block-description strong {
  font-weight: 700;
  color: #003F89;
}
.monitoring-blocks__service-block-description p:nth-child(1n) {
  margin: 0 0 16px;
}
.monitoring-blocks__service-block-description p:nth-child(2n) {
  margin: 0 0 48px;
}

@media screen and (max-width: 1024px) {
  .monitoring-blocks__text_block {
    padding: 20px;
  }
  .monitoring-blocks__service-block {
    height: 620px;
    padding: 32px;
  }
}
@media screen and (max-width: 991px) {
  .monitoring-blocks__text_block {
    height: 210px;
  }
  .monitoring-blocks__service-block {
    height: 700px;
  }
  .monitoring-blocks__service-block-title {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  .monitoring-blocks {
    padding: 0 20px;
  }
  .monitoring-blocks__text_blocks {
    flex-direction: column;
  }
  .monitoring-blocks__text_block {
    width: 100%;
    height: unset;
    margin-bottom: 24px;
  }
  .monitoring-blocks__text_block:last-child {
    margin-bottom: 0;
  }
  .monitoring-blocks__service-blocks {
    flex-direction: column;
  }
  .monitoring-blocks__service-block {
    width: 100%;
    height: unset;
  }
  .monitoring-blocks__service-block:first-child {
    margin-bottom: 24px;
  }
}
.tabs {
  width: 100%;
  padding: 40px 0 0;
  background: #FFFFFF;
  z-index: 10;
  background: #F6F7F9;
  margin-top: -80px;
}
.tabs__wrapper {
  max-width: 1280px;
  margin: 0 auto;
  overflow-x: auto;
}
.tabs__list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 24px;
}
.tabs__tab {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #C0C4CF;
  margin-right: 40px;
  text-decoration: none;
  padding: 2px 20px;
  border-radius: 40px;
  white-space: nowrap;
}
.tabs__tab:last-child {
  margin-right: 0;
}
.tabs__tab:hover {
  color: #003F89;
}
.tabs__tab--active {
  color: #003F89;
  background: #FFFFFF;
}
.tabs__title {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #82868A;
  text-transform: uppercase;
}

@media screen and (max-width: 1280px) {
  .tabs {
    padding: 40px 40px 0;
  }
}
@media screen and (max-width: 1024px) {
  .tabs__tab:hover {
    color: #C0C4CF;
  }
}
@media screen and (max-width: 768px) {
  .tabs {
    padding: 40px 20px 0;
  }
}
.text-image__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1280px;
  margin: 0 auto;
  padding: 56px 0;
}
.text-image__left {
  width: 46%;
  height: 404px;
  display: flex;
  align-items: flex-start;
  padding-top: 30px;
}
.text-image__icon {
  width: 80px;
  min-width: 80px;
  height: 80px;
  min-height: 80px;
  border-radius: 50%;
  margin-right: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #003F85;
}
.text-image__title {
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #003F89;
  margin-top: 12px;
  margin-bottom: 40px;
}
.text-image__description {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #82868A;
}
.text-image__description p {
  font-size: 20px;
  line-height: 28px;
}
.text-image__right {
  width: 46%;
  height: 404px;
}
.text-image__right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.text-image--reverse .text-image__wrapper {
  flex-direction: row-reverse;
}

#update_from {
  margin-top: 90px;
}

@media screen and (max-width: 1024px) {
  .text-image__left {
    padding-left: 20px;
  }
}
@media screen and (max-width: 991px) {
  .text-image__left {
    width: 58%;
    height: 300px;
    padding-top: 0;
  }
  .text-image__icon {
    margin-right: 16px;
  }
  .text-image__title {
    margin-bottom: 24px;
  }
  .text-image__right {
    width: 40%;
    height: 300px;
  }
}
@media screen and (max-width: 768px) {
  .text-image {
    flex-direction: column;
  }
  .text-image__wrapper {
    padding: 0;
    flex-direction: column !important;
  }
  .text-image__left {
    width: 100%;
    height: unset;
    padding: 40px;
  }
  .text-image__title {
    font-size: 36px;
    line-height: 42px;
  }
  .text-image__right {
    width: 100%;
    height: unset;
    padding: 40px;
    padding-top: 0;
  }
}
.content-blocks {
  max-width: 1280px;
  margin: 0 auto;
  padding: 72px 0 0;
}
.content-blocks__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  color: #003F89;
  margin-bottom: 32px;
}
.content-blocks__description {
  width: 60%;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #82868A;
  margin-bottom: 40px;
}
.content-blocks__info-blocks {
  display: flex;
  justify-content: space-between;
}
.content-blocks__info-block {
  width: 49%;
  padding: 40px;
  border: 1px solid #E9E9E9;
}
.content-blocks__info-block-top {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.content-blocks__info-block-icon {
  width: 112px;
  height: 112px;
  border-radius: 50%;
  background: #184284;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 24px;
}
.content-blocks__info-block-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  color: #003F89;
}
.content-blocks__info-block-description {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #82868A;
}
.content-blocks__info-block-description p {
  color: #333333;
}
.content-blocks__info-block-description ul {
  list-style: none;
  padding-left: 26px;
}
.content-blocks__info-block-description ul li {
  margin-bottom: 18px;
}
.content-blocks__info-block-description ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  border: 2px solid #006DB6;
  border-radius: 50%;
  color: #003F89;
  font-weight: bold;
  display: inline-block;
  margin-left: -20px;
  margin-right: 12px;
}

@media screen and (max-width: 1280px) {
  .content-blocks {
    padding: 72px 40px 0;
  }
}
@media screen and (max-width: 991px) {
  .content-blocks__info-block {
    padding: 32px;
  }
}
@media screen and (max-width: 768px) {
  .content-blocks {
    padding: 72px 20px 0;
  }
  .content-blocks__description {
    width: 100%;
  }
  .content-blocks__info-blocks {
    flex-direction: column;
  }
  .content-blocks__info-block {
    width: 100%;
  }
  .content-blocks__info-block:first-child {
    margin-bottom: 24px;
  }
}
.text-buttons {
  padding: 48px 80px 80px 80px;
}
.text-buttons__wrapper {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.text-buttons__text {
  width: 50%;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.6);
}
.text-buttons__buttons {
  display: flex;
  align-items: center;
}
.text-buttons__cta-1 {
  width: 180px;
  height: 56px;
  border-radius: 50px;
  border: 1px solid #C0C4CF;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 15px 40px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #999CA0;
  text-decoration: none;
  position: relative;
}
.text-buttons__cta-1:before {
  content: "";
  width: 6px;
  height: 10px;
  background-image: url("../images/arrow-right.svg");
  position: absolute;
  right: 44px;
  top: 22px;
}
.text-buttons__cta-1:hover {
  color: #FFFFFF;
  background: #015F9E;
}
.text-buttons__cta-1:hover:before {
  background-image: url("../images/white-arrow.svg");
}
.text-buttons__cta-2 {
  width: 180px;
  height: 56px;
  border-radius: 50px;
  border: 1px solid #C0C4CF;
  background: #006DB6;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 15px 36px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #FFFFFF;
  text-decoration: none;
  margin-left: 16px;
  position: relative;
}
.text-buttons__cta-2:before {
  content: "";
  width: 6px;
  height: 10px;
  background-image: url("../images/white-arrow.svg");
  position: absolute;
  right: 40px;
  top: 22px;
}
.text-buttons__cta-2:hover {
  color: #015F9E;
  background: #FFFFFF;
}
.text-buttons__cta-2:hover:before {
  background-image: url("../images/arrow-right.svg");
}

.text-buttons--blue .text-blocks__text {
  color: rgba(255, 255, 255, 0.6);
}
.text-buttons--blue .text-buttons__cta-1 {
  border: 1px solid #FFFFFF;
  background: #003F89;
  color: #FFFFFF;
}
.text-buttons--blue .text-buttons__cta-1:before {
  background-image: url("../images/white-arrow.svg");
}
.text-buttons--blue .text-buttons__cta-1:hover {
  color: #003F89;
  background: #FFFFFF;
}
.text-buttons--blue .text-buttons__cta-1:hover:before {
  background-image: url("../images/arrow-right.svg");
}
.text-buttons--blue .text-buttons__cta-2 {
  border: 1px solid #FFFFFF;
  background: #FFFFFF;
  color: #003F89;
}
.text-buttons--blue .text-buttons__cta-2:before {
  background-image: url("../images/arrow-right.svg");
}
.text-buttons--blue .text-buttons__cta-2:hover {
  color: #FFFFFF;
  background: #003F89;
}
.text-buttons--blue .text-buttons__cta-2:hover:before {
  background-image: url("../images/white-arrow.svg");
}

@media screen and (max-width: 1024px) {
  .text-buttons__cta-1:hover {
    color: #999CA0;
    background: transparent;
  }
  .text-buttons__cta-1:hover:before {
    background-image: url("../images/arrow-right.svg");
  }
  .text-buttons__cta-2:hover {
    color: #FFFFFF;
    background: #006DB6;
  }
  .text-buttons__cta-2:hover:before {
    background-image: url("../images/white-arrow.svg");
  }
  .text-buttons--blue .text-buttons__cta-1:hover {
    color: #FFFFFF;
    background: #003F89;
  }
  .text-buttons--blue .text-buttons__cta-1:hover:before {
    background-image: url("../images/white-arrow.svg");
  }
  .text-buttons--blue .text-buttons__cta-2:hover {
    color: #003F89;
    background: #FFFFFF;
  }
  .text-buttons--blue .text-buttons__cta-2:hover:before {
    background-image: url("../images/arrow-right.svg");
  }
}
@media screen and (max-width: 991px) {
  .text-buttons {
    padding: 40px;
  }
}
@media screen and (max-width: 768px) {
  .text-buttons__wrapper {
    align-items: flex-start;
    flex-direction: column;
  }
  .text-buttons__text {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 576px) {
  .text-buttons {
    padding: 24px;
  }
  .text-buttons__buttons {
    flex-direction: column;
  }
  .text-buttons__cta-2 {
    margin-left: 0;
    margin-top: 16px;
  }
}
.database-blocks {
  background: #FFFFFF;
  padding: 24px 40px 80px;
}
.database-blocks__wrapper {
  max-width: 1280px;
  margin: 0 auto;
}
.database-blocks__info-blocks {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-bottom: 72px;
}
.database-blocks__info-block {
  padding: 40px 32px;
  background: #F7F8F9;
}
.database-blocks__info-block-line {
  width: 75%;
  margin-bottom: 24px;
}
.database-blocks__info-block-description {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #000000;
}
.database-blocks__info-block-description p {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #000000;
}
.database-blocks__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  color: #000000;
  margin-bottom: 56px;
}
.database-blocks__content-blocks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.database-blocks__content-block {
  padding: 32px;
  border: 1px solid rgba(171, 201, 225, 0.5019607843);
}
.database-blocks__content-block-icon {
  width: 72px;
  height: 72px;
  margin-bottom: 32px;
}
.database-blocks__content-block-title {
  height: 56px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: #000000;
  margin-bottom: 24px;
}
.database-blocks__content-block-description {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.6980392157);
}
.database-blocks__content-block-description p {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.6980392157);
  margin: 0 0 12px;
}
.database-blocks__content-block-description ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.database-blocks__content-block-description ul li {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.6980392157);
  padding-left: 20px;
  margin-bottom: 12px;
  position: relative;
}
.database-blocks__content-block-description ul li:last-child {
  margin-bottom: 0;
}
.database-blocks__content-block-description ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border: 2px solid #2B6DB1;
  border-radius: 50%;
}

@media screen and (max-width: 1024px) {
  .database-blocks {
    padding: 0 40px 48px;
  }
  .database-blocks__title {
    margin-bottom: 24px;
  }
  .database-blocks__content-block {
    padding: 16px;
  }
  .database-blocks__content-block-title {
    margin-bottom: 24px;
  }
  .database-blocks__content-block-description ul {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 991px) {
  .database-blocks__info-blocks {
    margin-bottom: 56px;
    grid-template-columns: repeat(2, 1fr);
  }
  .database-blocks__content-blocks {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .database-blocks {
    padding: 16px 20px 48px;
  }
  .database-blocks__content-blocks {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 576px) {
  .database-blocks__info-blocks {
    margin-bottom: 48px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.market-analysis {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px 72px;
}
.market-analysis__info-blocks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding-top: 16px;
  margin-bottom: 64px;
}
.market-analysis__info-block {
  padding: 40px 32px 24px;
  background: #F9FAFB;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.market-analysis__info-block-content {
  margin-bottom: 16px;
}
.market-analysis__info-block-title {
  width: 85%;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  color: #000000;
  margin-bottom: 24px;
}
.market-analysis__info-block-description {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.8);
}
.market-analysis__info-block-description p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 16px;
}
.market-analysis__info-block-description ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.market-analysis__info-block-description ul li {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 16px;
  padding-left: 20px;
  position: relative;
}
.market-analysis__info-block-description ul li:last-child {
  margin-bottom: 0;
}
.market-analysis__info-block-description ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border: 2px solid #2B6DB1;
  border-radius: 50%;
}
.market-analysis__info-block-cta {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #2B6DB1;
  text-decoration: none;
  position: relative;
  margin-bottom: 16px;
}
.market-analysis__info-block-cta:before {
  content: "";
  width: 32px;
  height: 32px;
  background-image: url("../images/gray-arrow-circle.svg");
  position: absolute;
  left: 90px;
  top: -4px;
}
.market-analysis__info-block-cta:hover {
  color: #015F9E;
}
.market-analysis__info-block-cta:hover:before {
  background-image: url("../images/blue-arrow-circle.svg");
}
.market-analysis__countries {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
  padding: 16px 0 8px 32px;
}
.market-analysis__country {
  display: flex;
  align-items: center;
}
.market-analysis__country-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: rgba(0, 0, 0, 0.8);
  margin-left: 16px;
}

@media (max-width: 1200px) {
  .market-analysis__countries {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 1024px) {
  .market-analysis {
    padding-bottom: 56px;
  }
  .market-analysis__info-blocks {
    grid-template-columns: repeat(2, 1fr);
  }
  .market-analysis__info-block {
    padding: 24px;
  }
  .market-analysis__info-block-title {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .market-analysis__countries {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .market-analysis {
    padding: 0 20px 48px;
  }
  .market-analysis__countries {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 576px) {
  .market-analysis__info-blocks {
    grid-template-columns: repeat(1, 1fr);
  }
  .market-analysis__countries {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 375px) {
  .market-analysis__countries {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cosmos {
  background: #FFFFFF;
  padding: 0 40px 80px;
}
.cosmos__wrapper {
  max-width: 1280px;
  margin: 0 auto;
}
.cosmos__before-text {
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  color: #000000;
  margin-bottom: 40px;
}
.cosmos__info-blocks {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 72px;
  border-bottom: 1px solid rgba(171, 201, 225, 0.5019607843);
}
.cosmos__info-block {
  width: 23.5%;
  background: #F7F8F9;
  padding: 32px;
}
.cosmos__info-block-top {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
}
.cosmos__info-block-image {
  margin-right: 24px;
}
.cosmos__info-block-line {
  width: 70%;
}
.cosmos__info-block-description {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  color: #000000;
}
.cosmos__countries-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  color: #000000;
  margin-top: 64px;
  margin-bottom: 24px;
}
.cosmos__countries-description {
  width: 65%;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #000000;
  margin-bottom: 40px;
}
.cosmos__countries-description p {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #000000;
}
.cosmos__countries-list {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #000000;
  padding-bottom: 64px;
  border-bottom: 1px solid rgba(171, 201, 225, 0.5019607843);
}
.cosmos__countries-list ul {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
}
@media screen and (max-width: 1220px) {
  .cosmos__countries-list ul {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media screen and (max-width: 1100px) {
  .cosmos__countries-list ul {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (max-width: 991px) {
  .cosmos__countries-list ul {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .cosmos__countries-list ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .cosmos__countries-list ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 375px) {
  .cosmos__countries-list ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cosmos__benefits-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  text-align: left;
  color: #000000;
  margin-top: 72px;
  margin-bottom: 24px;
}
.cosmos__benefits-description {
  max-width: 650px;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #000000;
  margin-bottom: 48px;
}
.cosmos__benefits-description p {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #000000;
}
.cosmos__benefits-blocks {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 40px;
}
.cosmos__benefits-block {
  width: 32%;
  background: #F7F8F9;
  padding: 32px;
  margin-bottom: 24px;
}
.cosmos__benefits-block-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-align: left;
  color: #000000;
  margin-bottom: 24px;
}
.cosmos__benefits-block-description {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #000000;
}
.cosmos__benefits-block-description p {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #000000;
}
.cosmos__cta {
  width: 180px;
  height: 56px;
  border-radius: 50px;
  border: 1px solid #003F89;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 15px 28px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #003F89;
  text-decoration: none;
  position: relative;
  margin: 0 auto;
}
.cosmos__cta:before {
  content: "";
  width: 6px;
  height: 10px;
  background-image: url("../images/bold-arrow.svg");
  position: absolute;
  right: 32px;
  top: 22px;
}
.cosmos__cta:hover {
  color: #FFFFFF;
  background: #015F9E;
  border: 1px solid #015F9E;
}
.cosmos__cta:hover:before {
  background-image: url("../images/white-arrow.svg");
}

@media screen and (max-width: 1024px) {
  .cosmos {
    padding: 0 40px 48px;
  }
  .cosmos__info-blocks {
    margin-bottom: 24px;
    padding-bottom: 24px;
  }
  .cosmos__info-block {
    width: 49%;
    padding: 24px;
    margin-bottom: 24px;
  }
  .cosmos__benefits-title {
    margin-top: 48px;
  }
  .cosmos__benefits-blocks {
    padding-bottom: 24px;
  }
  .cosmos__benefits-block {
    padding: 24px;
  }
}
@media screen and (max-width: 786px) {
  .cosmos {
    padding: 0 20px 48px;
  }
  .cosmos__countries-description {
    width: 100%;
  }
  .cosmos__benefits-block {
    width: 49%;
  }
}
@media screen and (max-width: 576px) {
  .cosmos {
    padding: 0 20px 56px;
  }
  .cosmos__info-block, .cosmos__benefits-block {
    width: 100%;
  }
  .cosmos__info-block:last-child, .cosmos__benefits-block:last-child {
    margin-bottom: 0;
  }
}
.price-forecast {
  background: #F9FAFB;
  padding: 16px 40px 80px;
}
.price-forecast__wrapper {
  max-width: 1280px;
  margin: 0 auto;
}
.price-forecast__components-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  text-align: left;
  color: #000000;
  margin-bottom: 40px;
}
.price-forecast__components-blocks {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 72px;
  padding-bottom: 72px;
  border-bottom: 1px solid rgba(171, 201, 225, 0.5019607843);
}
.price-forecast__components-block {
  width: 32%;
  background: #FFFFFF;
  padding: 40px 40px 32px 40px;
}
.price-forecast__components-block-image {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #F2F8FB;
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.price-forecast__components-block-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
  text-align: left;
  color: #000000;
  margin-bottom: 24px;
}
.price-forecast__components-block-description {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  color: #000000;
}
.price-forecast__components-block-description p {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  color: #000000;
}
.price-forecast__components-block-description ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.price-forecast__components-block-description ul li {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #333333;
  margin-bottom: 16px;
  padding-left: 20px;
  position: relative;
}
.price-forecast__components-block-description ul li:last-child {
  margin-bottom: 0;
}
.price-forecast__components-block-description ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border: 2px solid #2B6DB1;
  border-radius: 50%;
}
.price-forecast__coverage-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 72px;
  padding-bottom: 72px;
  border-bottom: 1px solid rgba(171, 201, 225, 0.5019607843);
}
.price-forecast__coverage-left {
  width: 50%;
}
.price-forecast__coverage-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  text-align: left;
  color: #000000;
  margin-bottom: 72px;
}
.price-forecast__countries-1-title, .price-forecast__countries-2-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  color: #000000;
  padding-left: 56px;
  margin-bottom: 20px;
  position: relative;
  text-transform: uppercase;
}
.price-forecast__countries-1-title:before, .price-forecast__countries-2-title:before {
  content: "";
  width: 32px;
  height: 16px;
  background: #003F89;
  position: absolute;
  left: 0;
  top: 0;
}
.price-forecast__countries-1-list, .price-forecast__countries-2-list {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  color: #000000;
  padding-left: 72px;
}
.price-forecast__countries-1-list ul, .price-forecast__countries-2-list ul {
  margin: 0;
  padding: 0;
}
.price-forecast__countries-1-list ul li, .price-forecast__countries-2-list ul li {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  color: #000000;
  padding-left: 8px;
}
.price-forecast__countries-1-list ul li::marker, .price-forecast__countries-2-list ul li::marker {
  color: #8D8D8D;
}
.price-forecast__countries-2-title {
  margin-top: 40px;
}
.price-forecast__countries-2-title:before {
  background: #1978F4;
}
.price-forecast__coverage-right {
  width: 50%;
}
.price-forecast__coverage-image {
  width: 100%;
  height: auto;
}
.price-forecast__offer-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  text-align: left;
  color: #000000;
  margin-bottom: 40px;
}
.price-forecast__offer-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.price-forecast__offer-description {
  width: 41%;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #000000;
}
.price-forecast__offer-description p {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #000000;
}
.price-forecast__offer-description ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.price-forecast__offer-description ul li {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #000000;
  margin-bottom: 24px;
  padding-left: 20px;
  position: relative;
}
.price-forecast__offer-description ul li:last-child {
  margin-bottom: 0;
}
.price-forecast__offer-description ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border: 2px solid #2B6DB1;
  border-radius: 50%;
}
.price-forecast__offer-blocks {
  width: 49%;
}
.price-forecast__offer-block {
  padding: 40px;
  background: #FFFFFF;
  margin-bottom: 24px;
}
.price-forecast__offer-block:last-child {
  margin-bottom: 0;
}
.price-forecast__offer-block-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
  text-align: left;
  color: rgba(0, 0, 0, 0.8980392157);
  margin-bottom: 20px;
}
.price-forecast__offer-block-description {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  color: rgba(0, 0, 0, 0.8);
}
.price-forecast__offer-block-description p {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  color: rgba(0, 0, 0, 0.8);
}

@media screen and (max-width: 1024px) {
  .price-forecast {
    padding: 16px 40px 56px;
  }
  .price-forecast__components-blocks {
    margin-bottom: 48px;
    padding-bottom: 48px;
  }
  .price-forecast__components-block {
    padding: 24px;
  }
  .price-forecast__coverage-wrapper {
    margin-bottom: 48px;
    padding-bottom: 48px;
  }
  .price-forecast__coverage-left {
    width: 45%;
  }
  .price-forecast__coverage-title {
    margin-bottom: 48px;
  }
  .price-forecast__offer-title {
    margin-bottom: 32px;
  }
  .price-forecast__offer-description {
    width: 45%;
  }
  .price-forecast__offer-block {
    padding: 24px;
  }
}
@media screen and (max-width: 991px) {
  .price-forecast__components-blocks {
    flex-direction: column;
  }
  .price-forecast__components-block {
    width: 100%;
    margin-bottom: 24px;
  }
  .price-forecast__components-block:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .price-forecast {
    padding: 16px 20px 48px;
  }
  .price-forecast__coverage-wrapper {
    flex-direction: column;
  }
  .price-forecast__coverage-left {
    width: 100%;
    margin-bottom: 24px;
  }
  .price-forecast__coverage-right {
    width: 100%;
  }
  .price-forecast__offer-wrapper {
    flex-direction: column;
  }
  .price-forecast__offer-description {
    width: 100%;
    margin-bottom: 24px;
  }
  .price-forecast__offer-blocks {
    width: 100%;
  }
}
.technical-consulting {
  padding-bottom: 72px;
  margin: -10px auto 0;
  background: #F6F7F9;
}
.technical-consulting__wrapper {
  max-width: 1280px;
  margin: 0 auto;
}
.technical-consulting__info-blocks {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  padding-bottom: 56px;
  border-bottom: 1px solid rgba(171, 201, 225, 0.5019607843);
}
.technical-consulting__info-block {
  display: flex;
  align-items: flex-start;
  background: #FFFFFF;
  padding: 24px 24px 32px 24px;
}
.technical-consulting__info-block-content {
  margin-left: 20px;
}
.technical-consulting__info-block-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: #000000;
  margin-top: 8px;
  margin-bottom: 16px;
}
.technical-consulting__info-block-description {
  font-family: Calibri;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #000000;
}
.technical-consulting__content-blocks {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 56px;
  margin-bottom: 64px;
  position: relative;
}
.technical-consulting__content-block {
  width: 24%;
  height: 380px;
  background: #FFFFFF;
  padding: 40px 24px;
  position: relative;
}
.technical-consulting__content-block:nth-child(2) {
  margin-top: 48px;
}
.technical-consulting__content-block:nth-child(4) {
  margin-top: 48px;
}
.technical-consulting__content-block-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: #002A5B;
  margin-bottom: 16px;
}
.technical-consulting__content-block-description {
  max-height: 188px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #333333;
  margin-bottom: 68px;
  overflow: hidden;
}
.technical-consulting__content-block-description ul {
  margin: 0;
}
.technical-consulting__content-block-description ul li {
  margin-bottom: 8px;
}
.technical-consulting__line {
  width: 82%;
  position: absolute;
  bottom: 16px;
  left: 9%;
}
.technical-consulting__cta {
  width: 180px;
  height: 56px;
  border-radius: 50px;
  border: 1px solid #003F89;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 15px 40px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #003F89;
  text-decoration: none;
  position: relative;
  margin: 0 auto;
}
.technical-consulting__cta:before {
  content: "";
  width: 6px;
  height: 10px;
  background-image: url("../images/bold-arrow.svg");
  position: absolute;
  right: 48px;
  top: 22px;
}
.technical-consulting__cta:hover {
  color: #FFFFFF;
  background: #015F9E;
  border: 1px solid #015F9E;
}
.technical-consulting__cta:hover:before {
  background-image: url("../images/white-arrow.svg");
}

@media screen and (max-width: 1280px) {
  .technical-consulting {
    padding: 0 40px 56px;
  }
}
@media screen and (max-width: 1024px) {
  .technical-consulting__info-blocks {
    grid-template-columns: repeat(2, 1fr);
  }
  .technical-consulting__content-blocks {
    margin-bottom: 48px;
  }
  .technical-consulting__content-block {
    height: 400px;
  }
  .technical-consulting__content-block:nth-child(2), .technical-consulting__content-block:nth-child(4) {
    margin-top: 36px;
  }
  .technical-consulting__line {
    width: 82%;
    bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .technical-consulting__content-block:nth-child(2), .technical-consulting__content-block:nth-child(4) {
    margin-top: 24px;
  }
}
@media screen and (max-width: 768px) {
  .technical-consulting {
    padding: 0 20px 56px;
  }
  .technical-consulting__info-blocks {
    grid-template-columns: repeat(1, 1fr);
  }
  .technical-consulting__content-block {
    width: 49%;
    height: unset;
    margin-bottom: 16px;
    margin-top: 0 !important;
  }
  .technical-consulting__content-block-description {
    margin-bottom: 0;
  }
  .technical-consulting__line {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .technical-consulting__content-block {
    width: 100%;
    height: unset;
  }
  .technical-consulting__content-block:last-child {
    margin-bottom: 0;
  }
  .technical-consulting__content-block-description {
    margin-bottom: 0;
  }
}
.profitability-monitoring {
  background: #003F89;
  padding-bottom: 72px;
}
.profitability-monitoring__wrapper {
  max-width: 1280px;
  margin: 0 auto;
}
.profitability-monitoring__info-blocks {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 56px;
}
.profitability-monitoring__info-block {
  width: 32%;
  padding: 40px 32px;
  position: relative;
  background: rgba(255, 255, 255, 0.1019607843);
}
.profitability-monitoring__info-block:before {
  content: "";
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 6px solid #003F89;
  background: #006DB6;
  position: absolute;
  left: -18px;
  top: -32px;
}
.profitability-monitoring__info-block:after {
  content: "";
  width: 20px;
  height: 15px;
  background-image: url("../images/checkmark.svg");
  position: absolute;
  left: 2px;
  top: -10px;
}
.profitability-monitoring__info-block-description {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #FFFFFF;
}
.profitability-monitoring__cta {
  width: 180px;
  height: 56px;
  border-radius: 50px;
  border: 1px solid #FFFFFF;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 15px 40px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #FFFFFF;
  text-decoration: none;
  position: relative;
  margin: 0 auto;
}
.profitability-monitoring__cta:before {
  content: "";
  width: 6px;
  height: 10px;
  background-image: url("../images/white-arrow.svg");
  position: absolute;
  right: 48px;
  top: 22px;
}
.profitability-monitoring__cta:hover {
  color: #003F89;
  background: #FFFFFF;
}
.profitability-monitoring__cta:hover:before {
  background-image: url("../images/bold-arrow.svg");
}

@media screen and (max-width: 1280px) {
  .profitability-monitoring {
    padding: 0 40px 56px;
  }
}
@media screen and (max-width: 768px) {
  .profitability-monitoring {
    padding: 0 20px 56px;
  }
  .profitability-monitoring__info-block {
    width: 100%;
    margin-bottom: 48px;
  }
  .profitability-monitoring__info-block:last-child {
    margin-bottom: 0;
  }
}
.premium-index {
  background: #F9FAFB;
  padding: 24px 40px 80px;
}
.premium-index__wrapper {
  max-width: 1280px;
  margin: 0 auto;
}
.premium-index__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 36px;
}
.premium-index__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: #000000;
}
.premium-index__cta {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #003F89;
  padding-right: 24px;
  text-decoration: none;
  position: relative;
  white-space: nowrap;
}
.premium-index__cta:before {
  content: "";
  position: absolute;
  right: 0;
  top: 7px;
  width: 6px;
  height: 6px;
  border-right: 1.5px solid #003F89;
  border-bottom: 1.5px solid #003F89;
  transform: rotate(-45deg);
}
.premium-index__cta:hover {
  color: #015F9E;
}
.premium-index__includes-blocks {
  display: flex;
  justify-content: space-between;
}
.premium-index__includes-block {
  width: 32.11%;
  background: #FFFFFF;
  padding: 24px 24px 40px 24px;
}
.premium-index__includes-block-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.premium-index__includes-block-line {
  width: 75%;
}
.premium-index__includes-block-icon {
  width: 64px;
  height: 64px;
}
.premium-index__includes-block-description {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #000000;
  padding: 0 16px;
}
.premium-index__includes-block-description p {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #000000;
}

@media screen and (max-width: 1024px) {
  .premium-index {
    padding: 0 40px 48px;
  }
  .premium-index__top {
    margin-bottom: 24px;
  }
  .premium-index__includes-block {
    padding: 16px 16px 24px 16px;
  }
}
@media screen and (max-width: 786px) {
  .premium-index {
    padding: 16px 20px 48px;
  }
  .premium-index__includes-blocks {
    flex-wrap: wrap;
  }
  .premium-index__includes-block {
    width: 49%;
    margin-bottom: 24px;
  }
  .premium-index__includes-block:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 576px) {
  .premium-index__includes-block {
    width: 100%;
  }
}
.news-list__top {
  background: #003F89;
}
.news-list__top-wrapper {
  max-width: 1280px;
  margin: 0 auto;
  padding: 56px 40px 48px;
}
.news-list__sub-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  margin-bottom: 24px;
}
.news-list__title {
  font-size: 64px;
  font-weight: 700;
  line-height: 72px;
  color: #FFFFFF;
}
.news-list__wrapper {
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 20px;
}
.news-list__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news-list__one-news {
  width: 32%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 40px;
}
.news-list__news-image {
  width: 100%;
  height: 274px;
  object-fit: cover;
}
.news-list__news-date {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: #82868A;
  margin-top: 32px;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.news-list__news-date img {
  margin-right: 16px;
}
.news-list__news-title {
  display: block;
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  color: #003F89;
  margin-bottom: 24px;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-list__news-description {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #82868A;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-list__news-description p {
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .news-list__one-news {
    width: 48%;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 768px) {
  .news-list__top-wrapper {
    padding: 56px 20px 48px;
  }
  .news-list__one-news {
    width: 100%;
    margin-bottom: 24px;
  }
  .news-list__news-image {
    height: unset;
  }
}
.page-title {
  background: #003F89;
}
.page-title__wrapper {
  max-width: 1280px;
  margin: 0 auto 80px;
  padding: 32px 0;
}
.page-title__sub-title {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  margin-bottom: 24px;
}
.page-title__title {
  font-size: 64px;
  font-weight: 700;
  line-height: 72px;
  color: #FFFFFF;
}

@media screen and (max-width: 1280px) {
  .page-title__wrapper {
    padding: 56px 20px;
  }
}
.battery-index {
  background: #F6F7F9;
  padding: 0 20px 80px;
}
.battery-index__charts {
  max-width: 1280px;
  margin: 0 auto 24px;
  padding: 60px 50px 30px;
  background: #FFFFFF;
}
.battery-index__charts .tab-panel {
  display: none;
}
.battery-index__charts .tab-panel.active {
  display: block;
}
.battery-index__tabs {
  display: block;
  width: 100%;
  height: 28px;
  margin-bottom: 24px;
}
.battery-index__tabs .tabs {
  position: unset;
  width: max-content;
  height: 28px;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0 0 0 8px;
  background: #F4FAFF;
}
.battery-index__tabs .tab {
  padding: 6px 12px;
  gap: 4px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
  color: #000000;
}
.battery-index__tabs .tab.active {
  background: #003F89;
  font-weight: bold;
  color: #FFFFFF;
}
.battery-index__wrapper {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.battery-index__left {
  width: 66%;
}
.battery-index__premium {
  background: #FFFFFF;
  padding: 21px 32px 32px 32px;
  margin-bottom: 24px;
}
.battery-index__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16px;
  border-bottom: 1px solid #E5E5EF;
}
.battery-index__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
  text-align: left;
  color: #000000;
}
.battery-index__cta {
  width: 180px;
  height: 56px;
  border-radius: 50px;
  border: 1px solid #003F89;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 15px 40px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #003F89;
  text-decoration: none;
  position: relative;
  transition: all 0.3s;
}
.battery-index__cta:before {
  content: "";
  width: 6px;
  height: 10px;
  background-image: url("../images/bold-arrow.svg");
  position: absolute;
  right: 48px;
  top: 22px;
}
.battery-index__cta:hover {
  color: #FFFFFF;
  background: #015F9E;
  border: 1px solid #015F9E;
}
.battery-index__cta:hover:before {
  background-image: url("../images/white-arrow.svg");
}
.battery-index__description {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  color: rgba(0, 0, 0, 0.8);
}
.battery-index__description ul {
  list-style: none;
  padding-left: 0;
}
.battery-index__description ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 16px;
}
.battery-index__description ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border: 2px solid #2B6DB1;
  border-radius: 50%;
}
.battery-index__table-wrapper {
  width: 100%;
  overflow-x: auto;
  padding-bottom: 8px;
}
.battery-index__table {
  width: 100%;
  min-width: 700px;
  border: 1px solid #E5E5EF;
  border-right: none;
  border-bottom: none;
  border-collapse: collapse;
  overflow: hidden;
  margin-top: 16px;
}
.battery-index__table .first-row,
.battery-index__table .content-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #E5E5EF;
}
.battery-index__table .first-row span,
.battery-index__table .content-row span {
  width: 22%;
  height: 56px;
  padding: 12px 24px;
  border-right: 1px solid #E5E5EF;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: rgba(0, 0, 0, 0.8);
}
.battery-index__table .first-row span:first-child,
.battery-index__table .content-row span:first-child {
  width: 32%;
  font-weight: 700;
}
.battery-index__table .first-row span:last-child,
.battery-index__table .content-row span:last-child {
  width: 46%;
}
.battery-index__table .first-row {
  height: 48px;
  background: rgba(243, 246, 250, 0.9450980392);
}
.battery-index__table .first-row span {
  color: #000000;
}
.battery-index__index-blocks {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 576px) {
  .battery-index__index-blocks {
    flex-direction: column;
  }
}
.battery-index__index-block {
  width: calc(50% - 12px);
  background: #FFFFFF;
  padding: 56px 48px;
  position: relative;
}
.battery-index__index-block svg {
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1024px) {
  .battery-index__index-block {
    padding: 48px 32px;
  }
}
@media screen and (max-width: 576px) {
  .battery-index__index-block {
    width: 100%;
  }
  .battery-index__index-block:first-child {
    margin-bottom: 24px;
  }
}
.battery-index__index-block-title {
  display: flex;
  align-items: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  text-align: left;
  color: #020202;
  margin-bottom: 40px;
  position: relative;
}
.battery-index__index-block-title span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #2B6DB1;
  text-transform: uppercase;
  margin-left: 28px;
}
.battery-index__index-block-items {
  display: flex;
  flex-direction: column;
}
.battery-index__index-block-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 24px;
}
.battery-index__index-block-item:last-child {
  margin-bottom: 0;
}
.battery-index__index-block-item img {
  margin-right: 24px;
}
.battery-index__index-block-item span {
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: rgba(0, 0, 0, 0.8);
}
.battery-index__caption {
  padding-top: 24px;
  border-top: 1px solid #E5E5EF;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: rgba(0, 0, 0, 0.8);
}
.battery-index__methodology {
  background: #FFFFFF;
  padding: 21px 32px 32px 32px;
  margin-bottom: 24px;
}
.battery-index__right {
  width: 32%;
}
.battery-index_questions {
  background: #FFFFFF;
  margin-bottom: 24px;
  padding: 40px 32px;
}
.battery-index_question {
  margin-bottom: 40px;
  display: flex;
  align-items: flex-start;
}
.battery-index_question:last-child {
  margin-bottom: 0;
}
.battery-index_question .icon {
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(43, 109, 177, 0.3019607843);
  margin-right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.battery-index_question .content .question {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 12px;
}
.battery-index_question .content .answer {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: rgba(0, 0, 0, 0.8);
}
.battery-index_question .content .answer p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: rgba(0, 0, 0, 0.8);
  margin: 0;
}
.battery-index_question .content .answer a {
  color: #006DB6;
  text-decoration: none;
}
.battery-index__contacts {
  padding: 32px;
  background: #FFFFFF;
}
.battery-index__contacts .sub-title {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  color: rgba(0, 0, 0, 0.8);
}
.battery-index__contacts .email {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  color: #000000;
  margin-bottom: 32px;
}
.battery-index__contacts .cta {
  width: 180px;
  height: 56px;
  border-radius: 50px;
  background: #006DB6;
  border: 1px solid #006DB6;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 15px 40px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #FFFFFF;
  text-decoration: none;
  position: relative;
  margin: 0 auto;
  transition: all 0.3s;
}
.battery-index__contacts .cta:before {
  content: "";
  width: 6px;
  height: 10px;
  background-image: url("../images/white-arrow.svg");
  position: absolute;
  right: 44px;
  top: 22px;
}
.battery-index__contacts .cta:hover {
  color: #015F9E;
  background: #FFFFFF;
  border: 1px solid #006DB6;
}
.battery-index__contacts .cta:hover:before {
  background-image: url("../images/arrow-right.svg");
}

@media screen and (max-width: 768px) {
  .battery-index__charts {
    padding: 24px;
  }
  .battery-index__wrapper {
    flex-direction: column;
  }
  .battery-index__left, .battery-index__right {
    width: 100%;
  }
  .battery-index__top {
    flex-direction: column;
  }
  .battery-index__cta {
    margin-top: 16px;
  }
  .battery-index__premium {
    margin-bottom: 24px;
  }
  .battery-index__index-blocks {
    margin-bottom: 24px;
  }
}
.highcharts-axis-title {
  display: none;
}

.highcharts-contextmenu .highcharts-menu li:first-child, .highcharts-contextmenu .highcharts-menu li:last-child {
  display: none;
}

.description-title {
  background: #003F89;
  padding: 48px 40px;
}
.description-title__wrapper {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.description-title__title {
  max-width: 410px;
  font-family: Calibri;
  font-size: 56px;
  font-weight: 700;
  line-height: 64px;
  color: #FFFFFF;
}
.description-title__description {
  flex: 1;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #FFFFFF;
  margin: 0 32px 0 24px;
}
.description-title__description p {
  margin: 12px 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #FFFFFF;
}
.description-title__cta {
  width: 180px;
  height: 56px;
  border: 1px solid #FFFFFF;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  padding: 15px 50px;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  color: #FFFFFF;
  text-decoration: none;
  position: relative;
}
.description-title__cta:before {
  content: "";
  width: 6px;
  height: 10px;
  background-image: url("../images/white-arrow.svg");
  position: absolute;
  right: 44px;
  top: 22px;
}
.description-title__cta:hover {
  color: #015F9E;
  background: #FFFFFF;
}
.description-title__cta:hover:before {
  background-image: url("../images/arrow-right.svg");
}

@media screen and (max-width: 1024px) {
  .description-title {
    padding: 32px 40px;
  }
  .description-title__wrapper {
    flex-wrap: wrap;
  }
  .description-title__title {
    width: 100%;
    max-width: unset;
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 24px;
  }
  .description-title__description {
    margin-left: 0;
  }
  .description-title__description p {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .description-title {
    padding: 24px 20px;
  }
}
@media screen and (max-width: 576px) {
  .description-title__wrapper {
    flex-direction: column;
  }
  .description-title__description {
    margin-bottom: 24px;
  }
}
.description-products {
  background: #F6F7F9;
  padding: 80px 40px 48px;
}
.description-products__wrapper {
  max-width: 1280px;
  margin: 0 auto;
}
.description-products__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  color: #000000;
  margin-bottom: 48px;
}
.description-products__products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.description-products__product {
  background: #FFFFFF;
}
.description-products__product-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  aspect-ratio: 2.05/1;
}
.description-products__product-content {
  height: calc(100% - 206px);
  padding: 40px 32px 32px 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.description-products__product-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
  color: #000000;
  margin-bottom: 24px;
}
.description-products__product-description {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #000000;
  margin-bottom: 32px;
}
.description-products__product-cta {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #2B6DB1;
  text-decoration: none;
  position: relative;
}
.description-products__product-cta:before {
  content: "";
  width: 32px;
  height: 32px;
  background-image: url("../images/gray-arrow-circle.svg");
  position: absolute;
  left: 90px;
  top: -4px;
}
.description-products__product-cta:hover {
  color: #015F9E;
}
.description-products__product-cta:hover:before {
  background-image: url("../images/blue-arrow-circle.svg");
}

@media screen and (max-width: 1024px) {
  .description-products {
    padding: 64px 40px 32px;
  }
  .description-products__product-content {
    padding: 32px 24px 24px 24px;
  }
}
@media screen and (max-width: 991px) {
  .description-products__products {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .description-products {
    padding: 48px 20px 24px;
  }
  .description-products__products {
    grid-template-columns: repeat(1, 1fr);
  }
  .description-products__product {
    height: max-content;
  }
  .description-products__product-content {
    height: unset;
  }
}
.description-images {
  background: #F6F7F9;
  padding: 0 40px;
}
.description-images__wrapper {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}
.description-images__prev, .description-images__next {
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3019607843);
  position: absolute;
  right: 16px;
  top: calc(50% - 32px);
  z-index: 1;
  cursor: pointer;
}
.description-images__prev:before, .description-images__next:before {
  content: "";
  width: 10px;
  height: 18px;
  background-image: url("../images/main-arrow.svg");
  position: absolute;
  right: 18px;
  top: 14px;
}
.description-images__prev:hover, .description-images__next:hover {
  background: #006DB6;
}
.description-images__prev:hover:before, .description-images__next:hover:before {
  transform: rotate(180deg);
  background-image: url("../images/chevron-left.svg");
}
.description-images__prev {
  left: 16px;
}
.description-images__prev:before {
  right: 21px;
  transform: rotate(180deg);
}
.description-images__prev:hover:before {
  transform: rotate(0deg);
}
.description-images__images {
  aspect-ratio: 16/5.6;
}
.description-images__image {
  width: 100%;
  padding: 0;
  aspect-ratio: 16/5.6;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .description-images {
    padding: 0 20px;
  }
}
@media screen and (max-width: 576px) {
  .description-images__prev, .description-images__next {
    width: 32px;
    height: 32px;
    top: calc(50% - 12px);
  }
  .description-images__prev:before, .description-images__next:before {
    right: 10px;
    top: 7px;
  }
  .description-images__prev:before {
    right: 12px;
  }
}
.description-benefits {
  background: #F6F7F9;
  padding: 72px 40px 80px;
}
.description-benefits__wrapper {
  max-width: 1280px;
  margin: 0 auto;
}
.description-benefits__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  color: #000000;
  margin-bottom: 48px;
}
.description-benefits__benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.description-benefits__benefit {
  padding: 24px 32px;
  background: #FFFFFF;
}
.description-benefits__benefit-icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #F2F8FB;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.description-benefits__benefit-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: #000000;
  margin-bottom: 20px;
}
.description-benefits__benefit-description {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #333333;
}
.description-benefits__benefit-description p {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #333333;
}

@media screen and (max-width: 1024px) {
  .description-benefits {
    padding: 56px 40px 64px;
  }
  .description-benefits__benefits {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .description-benefits {
    padding: 32px 20px 48px;
  }
}
@media screen and (max-width: 576px) {
  .description-benefits__benefits {
    grid-template-columns: repeat(1, 1fr);
  }
}

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