@font-face {
  font-family: 'Mariupol-Regular';
  src: url("../fonts/Mariupol-Regular.ttf");
  src: local("0"), url("../fonts/Mariupol-Regular.otf") format("otf"), url("../fonts/Mariupol-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Mariupol-Bold';
  src: url("../fonts/Mariupol-Bold.ttf");
  src: local("0"), url("../fonts/Mariupol-Bold.otf") format("otf"), url("../fonts/Mariupol-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

h1, h2, h3 {
  font-family: 'Mariupol-Bold';
  font-weight: 700 !important;
}

* {
  font-size: calc(16 * 100vw / 1440);
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  margin-top: 0 !important;
}

body {
  font-family: 'Mariupol-Regular';
}

.site {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

footer,
header {
  flex: 0 1 auto;
}

main {
  flex: 1 1 auto;
}

.container {
  padding: 0 6.25rem;
}

@media (max-width: 992px) {
  .container {
    padding: 0 2.5rem;
  }
  * {
    font-size: calc(16 * 100vw / 768);
  }
}

@media (max-width: 767px) {
  .container {
    padding: 0 0.9375rem;
  }
  * {
    font-size: calc(16 * 100vw / 320);
  }
}

.block-border-radius {
  border-radius: 0.625rem;
}

.header {
  position: relative;
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.header__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__logo {
  width: 3.2rem;
  height: 3.2rem;
}

.header__logo img {
  width: 100%;
  height: 100%;
}

.header__nav {
  margin: 0 3rem;
}

.header__nav ul {
  display: flex;
  align-items: center;
}

.header__nav ul li:not(:last-child) {
  margin-right: 2.7rem;
}

.header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  border-bottom: #0168AA 1px solid;
}

.header__body {
  position: relative;
  z-index: 999;
}

main {
  padding-top: 4.5rem;
}

@media (min-width: 992px) {
  .header__nav li.header__sub-menu ul {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease-in;
  }
  .header__nav li.header__sub-menu:hover ul {
    opacity: 0;
    padding: 1.5rem 6.24rem;
    top: 4.5rem;
    background: #0168AA;
    z-index: 9;
    box-shadow: 0px 4.25rem 6.25rem 0.25rem rgba(0, 0, 0, 0.3);
    left: 0;
    visibility: visible;
    opacity: 1;
    width: 100%;
  }
  .header__nav li.header__sub-menu:hover li {
    position: relative;
    z-index: 999;
  }
  .header__nav li {
    position: relative;
  }
  .header__nav > ul > li::after {
    content: "";
    position: absolute;
    bottom: 0.75rem;
    left: 0;
    width: 0;
    height: 0.25rem;
    background: #FAB337;
    transition: all 0.3s;
  }
  .header__nav > ul > li:hover::after {
    width: 100%;
  }
  .header__nav > ul > li ul li::after {
    content: "";
    position: absolute;
    bottom: -0.625rem;
    left: 0;
    width: 0;
    height: 0.125rem;
    background: #fff;
    transition: all 0.3s;
  }
  .header__nav > ul > li ul li:hover::after {
    width: 100%;
  }
  .header__nav li.header__sub-menu:hover::before {
    transform: rotate(180deg) translateY(40%);
  }
  .header__lang {
    margin-left: auto;
  }
}

.header__nav li.header__sub-menu {
  position: relative;
  padding-right: 1rem;
}

.header__nav li.header__sub-menu::before {
  content: "";
  height: 0.65rem;
  width: 0.65rem;
  background: url("../img/arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-30%);
}

.header__nav li.header__sub-menu li a {
  color: #fff;
}

.header__nav li a {
  font-size: 1.5rem;
  color: #151515;
  letter-spacing: 0.05rem;
  display: block;
}

.header__nav > ul > li > a {
  padding: 1.5rem 0;
}

.header__error {
  padding: 6.25rem 0;
  font-size: 3.125rem;
  color: #0168AA;
}

.header__lang a {
  font-size: 1.25rem;
  color: #151515;
}

.header__lang ul {
  display: flex;
}

.header li {
  list-style: none;
}

.header a {
  text-decoration: none;
}

.header__lang ul li:not(:last-child) {
  margin-right: 1rem;
}

.header__lang ul li {
  padding: 0.625rem;
  border-radius: 0.625rem;
  border: solid 1px #000;
  position: relative;
}

.header__lang ul li.current-lang {
  background: #0168AA;
  border: #0168AA solid 1px;
}

.header__lang ul li.current-lang a {
  color: #fff;
}

.header__lang ul li:nth-child(1):after {
  content: '';
  position: absolute;
  top: 0;
  left: calc(100% + 0.5rem);
  height: 100%;
  width: 1px;
  background: #000;
}

.header__bonat a {
  margin-left: 2.25rem;
  padding: 0.875rem 3.5rem;
  border-radius: 0.6255rem;
  background: #0168AA;
  font-size: 1.25rem;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.125rem;
  border: 1px solid #0168AA;
}

.header__bonat a:hover {
  border: 1px solid #0168AA;
  background: #fff;
  color: #0168AA;
}

.header__bonat-m,
.header__burger {
  display: none;
}

@media (max-width: 992px) {
  main {
    padding-top: 5rem;
  }
  .header__error {
    padding: 3.125rem 0;
    font-size: 1.5rem;
    line-height: 130%;
    color: #0168AA;
  }
  .header {
    justify-content: inherit;
    padding: 1.25rem 0;
  }
  .header__nav li.header__sub-menu::before {
    background: url("../img/arrow-white.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 23%;
  }
  .header__nav .header__sub-menu.open::before {
    transform: rotate(180deg);
    top: 0.35rem;
  }
  .header__burger,
  .header__lang,
  .header__logo {
    position: relative;
    z-index: 99;
  }
  .header__bonat-m {
    display: block;
  }
  .header__burger {
    display: block;
    position: relative;
    width: 3.125rem;
    height: 1.5625rem;
    margin-left: 3.125rem;
  }
  .header__burger span {
    position: absolute;
    right: 0;
    top: 0.6rem;
    width: 80%;
    height: 0.125rem;
    background: #0168AA;
  }
  .header__burger::before,
  .header__burger::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 0.125rem;
    background: #0168AA;
  }
  .header__burger::before {
    top: 0;
  }
  .header__burger::after {
    bottom: 0;
  }
  .header__bonat {
    display: none;
  }
  .header__lang {
    margin-left: auto;
  }
  .header__nav {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    padding: 1.875rem 2.5rem 1.875rem 1.875rem;
    top: 5rem;
    right: -100%;
    min-width: 18.75rem;
    transition: all 0.4s;
    margin: 0;
  }
  .header__nav.open {
    visibility: visible;
    opacity: 1;
    background: #0168AA;
    right: 0;
  }
  .header::before {
    content: '';
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
  }
  .header.nav-open::before {
    visibility: visible;
    opacity: 1;
    background: rgba(0, 0, 0, 0.4);
  }
  .header__nav ul {
    flex-direction: column;
    align-items: flex-start;
  }
  .header__nav li.header__sub-menu ul {
    margin-left: 1.25rem;
  }
  .header__nav li.header__sub-menu:not(:last-child) ul {
    margin-bottom: 1.25rem;
  }
  .header__nav li.header__sub-menu li:not(:last-child) {
    margin-bottom: 0.625rem;
  }
  .header__nav ul li a {
    color: #fff;
  }
  .header__nav > ul > li > a {
    padding: 0;
  }
  .header__nav > ul > li > a {
    padding-bottom: 0.625rem;
  }
  .header__bonat-m a {
    margin-top: 0.625rem;
    text-align: center;
    display: block;
    width: 100%;
    padding: 0.925rem;
    background: #0168AA;
    border-radius: 0.625rem;
    border: #fff solid 1px;
    color: #fff;
    font-size: 1.25rem;
  }
  .header__nav li.header__sub-menu li a {
    font-size: 1.125rem;
  }
  .header__logo {
    width: 2.5rem;
    height: 2.5rem;
  }
  .header__nav li a {
    font-size: 1.25rem;
  }
  .header__lang a {
    font-size: 1rem;
  }
  .header__sub-menu ul {
    display: none;
  }
  .header__sub-menu.open ul {
    display: block;
  }
}

@media (max-width: 766px) {
  .header__body {
    position: static;
  }
  main {
    padding-top: 3.3rem;
  }
  .header {
    padding: 0.625rem 0;
  }
  .header.nav-open::before {
    display: none;
  }
  .header__nav {
    padding: 1.25rem 0.9375rem;
    top: -140%;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100% - 3.3rem);
    opacity: 1;
    visibility: visible;
  }
  .header__nav.open {
    top: 3.3rem;
  }
  .header__lang ul li:not(:last-child) {
    margin-right: 0.625rem;
  }
  .header__lang ul li:nth-child(1):after {
    left: calc(100% + 0.3125rem);
  }
  .header__nav li a {
    font-size: 1.25rem;
  }
  .header__nav li.header__sub-menu li a {
    font-size: 1.125rem;
  }
  .header__nav ul li:not(:last-child) {
    margin-right: 0;
  }
  .header__nav > ul > li > a {
    margin-bottom: 0.625rem;
  }
  .header__bonat-m {
    margin-top: auto;
  }
  .header__bonat-m a {
    padding: 0.625rem 0;
    font-size: 1rem;
  }
  .header__logo {
    height: 2.1875rem;
    width: 2.1875rem;
  }
  .header__lang a {
    font-size: 0.875rem;
  }
  .header__lang ul li {
    padding: 0.325rem 0.4rem;
  }
  .header__burger {
    width: 1.875rem;
    height: 1.25rem;
    overflow: visible;
    margin-left: 1.5rem;
  }
}

/* ---------------------------- HERO ----------------------------- */
.hero {
  padding-top: 0.625rem;
}

.hero__row {
  width: 100%;
  display: flex;
}

.hero__col h1 {
  font-size: 4rem;
  margin-bottom: 2.5rem;
  line-height: 130%;
  letter-spacing: 0.07rem;
  font-family: 'Mariupol-Bold';
  font-weight: 700;
  text-transform: uppercase;
}

.hero__col p {
  font-size: 1.5rem;
  margin-top: 1.25rem;
  line-height: 130%;
  letter-spacing: 0.07rem;
}

.hero__col:nth-child(1) {
  flex: 0 1 calc(100% / 2 - 3.125rem);
}

.hero__col:nth-child(1) img {
  width: 33rem;
  transform: translateX(-1rem);
}

.hero__col:nth-child(2) {
  flex: 0 1 calc(100% / 2 + 3.125rem);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-right: 6.25rem;
}

@media (max-width: 992px) {
  .hero__col:nth-child(1),
  .hero__col:nth-child(2) {
    flex: 0 1 calc(100% / 2 + 0.625rem);
  }
  .hero__col:nth-child(2) {
    padding-right: 2.5rem;
  }
  .hero__col h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
  }
  .hero__col p {
    font-size: 1rem;
    margin-top: 0.625rem;
  }
}

@media (max-width: 767px) {
  .hero {
    padding-top: 2.5rem;
  }
  .hero__row {
    display: grid;
    grid-template-columns: 7.75rem 11.875rem;
  }
  .hero__col:nth-child(1) img {
    width: 10rem;
  }
  .hero__col h1 {
    font-size: 1.5rem;
    margin-bottom: 0;
  }
  .hero__col p {
    font-size: 0.875rem;
  }
  .hero__col:nth-child(2) {
    padding-right: 0.9375rem;
  }
}

/* ------------------------------ News ---------------------------------*/
.news {
  margin-top: 3.125rem;
  margin-bottom: 9.375rem;
}

.element-title h2,
.element-title a {
  text-decoration: none;
  font-size: 3rem;
  letter-spacing: 0.07rem;
  color: #fff;
  position: relative;
  z-index: 10;
  display: inline-block;
  font-weight: 400;
}

.element-title {
  display: inline-block;
  padding-left: 6.25rem;
  padding-right: 3.5rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  position: relative;
  margin-bottom: 4.375rem;
}

.element-title::before {
  content: '';
  position: absolute;
  width: calc(100% + 1.25rem);
  height: calc(100% + 1.25rem);
  top: -0.625rem;
  left: 0;
  background: url("../img/Header-flag.svg");
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
}

.news__row {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem 1.5rem;
}

.news__col {
  display: flex;
  flex-direction: column;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2);
  border-radius: 0.625rem;
  background: #fff;
  text-decoration: none;
  transition: all 0.1s;
  position: relative;
}

@media (min-width: 1200px) {
  .news__col:hover {
    transform: scale(0.97);
  }
}

.news__col{
  flex: 0 1 calc((100% - 3rem) / 3);
}

.col-news__img {
  height: 17.375rem;
  overflow: hidden;
  border-radius: 0.625rem 0.625rem 0 0;
}

.col-news__img img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.col-news__content {
  flex: 1 1 auto;
  padding: 1.875rem;
  width: 100%;
  display: flex;
  background: #fff;
  flex-direction: column;
  border-radius: 0.625rem;
}

.col-news__content p {
  font-size: 1rem;
  margin-top: 0.625rem;
  line-height: 130%;
}

.col-news__show-more {
  margin-top: auto;
  text-align: right;
}

.col-news__show-more a {
  align-self: end;
  justify-self: end;
  display: inline-block;
  padding-top: 1.5rem;
  margin-top: auto;
  font-size: 1.125rem;
  text-decoration: none;
  color: #151515;
}

.col-news__title a {
  font-size: 1.5rem;
  margin-bottom: 0.3125rem;
  line-height: 130%;
  font-weight: 400;
  text-decoration: none;
  color: #151515;
}

.news__show {
  margin-top: 4.375rem;
  text-align: right;
}

.news__show a {
  display: inline-block;
  width: calc(100% / 3);
  padding: 1.25rem;
  background: #0168AA;
  border-radius: 0.625rem;
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  text-decoration: none;
  margin-left: auto;
  border: 1px #0168AA solid;
}

.news__show a:hover {
  border: 1px #0168AA solid;
  background: #fff;
  color: #0168AA;
}

.news__indicator {
  display: none;
}

@media (min-width: 992px) {
  .news {
    position: relative;
  }
  .news__body {
    position: relative;
  }
  .paralax-abstract {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/news/AbstractNews.svg");
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    transition: all 1.4s ease-out;
  }
  .col-news__show-more a {
    position: relative;
  }
  .col-news__show-more a::after {
    content: "";
    position: absolute;
    bottom: -0.425rem;
    height: 3px;
    width: 0%;
    left: 0;
    background: #0168AA;
    transition: all 0.3s ease-in-out;
  }
  .col-news__show-more a:hover::after {
    width: 100%;
  }
}

@media (max-width: 992px) {
  .news {
    margin-bottom: 6.25rem;
  }
  .paralax-abstract {
    display: none;
  }
  .element-title h2,
  .element-title a {
    font-size: 2.25rem;
  }
  .element-title {
    margin-bottom: 3.25rem;
    padding: 0.625rem 2.5rem 0.625rem 2.5rem;
  }
  .element-title::before {
    width: calc(100% + 0.625rem);
    height: calc(100% + 0.625rem);
    top: -0.325rem;
  }
  .news__col {
    flex-direction: row;
  }
  .news__col:nth-child(1),
  .news__col:nth-child(2),
  .news__col:nth-child(3),
  .news__col:nth-child(4) {
    flex: 1 0 100%;
  }
  .col-news__content {
    flex: 1 0 50%;
    padding: 1.25rem;
  }
  .col-news__img {
    position: relative;
    height: 100%;
    flex: 1 0 50%;
    border-radius: 0.625rem 0 0 0.625rem;
  }
  .col-news__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .col-news__content p {
    font-size: 1rem;
  }
  .col-news__show-more a {
    font-size: 1rem;
    margin-top: 1rem;
    padding-top: 0;
  }
  .news__show a {
    width: calc(100% / 2);
    padding: 0.975rem;
    font-size: 1.125rem;
  }
  .col-news__title a {
    font-size: 1.25rem;
  }
  .news__show {
    margin-top: 3.125rem;
  }
}

@media (max-width: 767px) {
  .news {
    margin-top: 4.375rem;
    margin-bottom: 5rem;
  }
  .element-title {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    padding-right: 1.875rem;
    padding-left: 0.9375rem;
    margin-bottom: 1.875rem;
  }
  .element-title h2,
  .element-title a {
    font-size: 1.25rem;
  }
  .element-title::before {
    width: calc(100% + 0.325rem);
    height: calc(100% + 0.325rem);
    top: -0.15rem;
  }
  .news__indicator {
    display: flex;
  }
  .news__row {
    display: block;
    overflow: hidden;
    padding-bottom: 1.25rem;
  }
  .news__col {
    height: 0;
    width: 0px;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s;
    flex-direction: column;
    border-radius: 0.625rem;
  }
  .news__col.show {
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: visible;
  }
  .col-news__content,
  .col-news__img {
    flex: 1 0 auto;
  }
  .col-news__img {
    height: 11.5625rem;
    border-radius: 0.625rem 0.625rem 0 0;
  }
  .col-news__content {
    background: #fff;
    padding: 1rem 0.625rem;
    border-radius: 0 0 0.625rem 0.625rem;
  }
  .news__show {
    display: none;
  }
  .col-news__show-more a,
  .col-news__content p {
    font-size: 0.875rem;
  }
  .news__indicator {
    display: flex;
    justify-content: center;
    gap: 0.625rem;
    position: relative;
    z-index: 4;
    background: transparent;
  }
  .news__indicator span {
    display: block;
    width: 0.875rem;
    height: 0.875rem;
    border-radius: 50%;
    background: #D9D9D9;
  }
  .news__indicator span.active {
    background: #0168AA;
  }
}

/*--------------------------- HELP ---------------------------*/
.help {
  position: relative;
  padding: 4.375rem 6.25rem;
  background: url("../img/help/help.png");
  background-size: cover;
  background-position: center;
  z-index: 9;
  margin-bottom: 9.375rem;
}

.help__title {
  margin-bottom: 7.5rem;
}

.help__title h2 {
  font-size: 4rem;
  color: #fff;
  text-align: center;
  font-weight: 400;
}

.help__row {
  display: flex;
  justify-content: space-between;
}

.help__col {
  flex: 0 1 calc((100% - 2.5rem) / 3);
}

.help__num {
  display: block;
  text-align: center;
  margin-bottom: 1.5rem;
}

.help__num span {
  font-size: 4rem;
  color: #fff;
  text-align: center;
}

.help__text {
  display: block;
}

.help__text h3 {
  font-size: 2rem;
  color: #fff;
  text-align: center;
  font-weight: 400;
}

@media (max-width: 992px) {
  .help {
    padding: 2.875rem 2.5rem;
    margin-bottom: 6.25rem;
  }
  .help__title {
    margin-bottom: 2.5rem;
  }
  .help__title h2 {
    font-size: 2.25rem;
  }
  .help__num span {
    font-size: 2.25rem;
  }
  .help__num {
    margin-bottom: 1.25rem;
  }
  .help__text h3 {
    font-size: 1.25rem;
  }
}

@media (max-width: 767px) {
  .help {
    padding: 2rem 0.9375rem;
    margin-bottom: 4.375rem;
  }
  .help__title {
    display: none;
  }
  .help__row {
    display: flex;
    flex-direction: column;
    gap: 3.125rem;
  }
  .help__num span {
    font-size: 1.75rem;
  }
  .help__text h3 {
    font-size: 1.125rem;
  }
  .help__num {
    margin-bottom: 0.525rem;
  }
}

/*----------------------------- THINK ---------------------------------*/
.think {
  margin-bottom: 9.375rem;
  display: block;
}

.think__row {
  width: 100%;
  display: flex;
  gap: 12.5rem;
}

.think__col {
  position: relative;
  padding-top: 2.8175rem;
}

.think__col:nth-child(1)::after {
  content: '';
  position: absolute;
  top: 0;
  left: -2.8125rem;
  width: calc(100% + 5.630rem);
  height: 36.25rem;
  background: url("../img/think/Abstract-think.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.think__col:nth-child(2) {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.think__img {
  position: relative;
  width: 31.5rem;
  height: 30.05rem;
  overflow: hidden;
}

.think__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: 9;
}

.think__title {
  margin-bottom: 2.5rem;
}

.think__title h3 {
  font-size: 2rem;
  letter-spacing: 0.125rem;
  line-height: 130%;
  font-weight: 400 !important;
  color: #151515;
  font-family: 'Mariupol-Regular';
}

.think__text {
  padding: 2.1875rem 0;
  position: relative;
}

.think__text::before {
  content: '';
  width: 1.875rem;
  height: 1.25rem;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/think/simbol.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.think__text::after {
  content: '';
  width: 1.875rem;
  height: 1.25rem;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: rotate(180deg);
  background: url("../img/think/simbol.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.think__text p {
  font-size: 1.125rem;
  letter-spacing: 0.05rem;
  line-height: 130%;
}

@media (max-width: 992px) {
  .think__row {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 5rem 0;
  }
  .think__col:nth-child(1) {
    display: flex;
    justify-content: center;
    padding-top: 3.2rem;
  }
  .think__col:nth-child(1)::after {
    left: 0;
    width: 100%;
    height: 40.5rem;
  }
  .think__img {
    width: calc(100% - 6.5rem);
    height: 34.6rem;
  }
  .think__col:nth-child(2) {
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .think {
    margin-bottom: 4.375rem;
  }
  .think__col:nth-child(1) {
    padding-top: 1.35rem;
  }
  .think__img {
    width: calc(100% - 2.7rem);
    height: 14.5rem;
  }
  .think__row {
    gap: 1.875rem 0;
  }
  .think__title {
    margin-bottom: 1.875rem;
  }
  .think__title h3 {
    font-size: 1.25rem;
    letter-spacing: 0.05rem;
  }
  .think__text p {
    font-size: 0.875rem;
    letter-spacing: 0.05rem;
  }
}

/*-------------------------------------- FEEDBACK ---------------------------------------*/
.feedback {
  margin-bottom: 9.375rem;
}

.feedback__body .element-title {
  margin-bottom: 7.5rem;
}

.feedback__row {
  width: 100%;
  display: flex;
  gap: 12.5rem;
}

.feedback__col {
  flex: 0 1 calc(100% / 2 - 6.25rem);
}

.feedback__col span {
  font-size: 1.5rem;
  font-weight: 400;
}

.feedback__col span:not(:last-child) input {
  margin-bottom: 1.875rem;
  display: block;
}

.feedback__col:nth-child(2) > span {
  display: inline-block;
  margin-bottom: 2.5rem;
}

.feedback__col:nth-child(1) span:nth-child(1) {
  margin-bottom: 1.25rem;
  display: inline-block;
}

.feedback__col iframe {
  height: 17.1875rem !important;
  margin-bottom: 1.25rem;
  width: 100% !important;
}

.feedback__form {
  position: relative;
}

.feedback__form form {
  width: 100%;
  position: relative;
  z-index: 99;
}

.feedback__form .feedback__abstract {
  position: absolute;
  width: 38.75rem;
  height: 23.4375rem;
  left: -4.25rem;
  top: -4.25rem;
  transition: all 0.6s ease-out;
}

.feedback__form .feedback__abstract span {
  position: absolute;
  display: inline;
  transform: rotate(45deg);
  transition: all 0.6s ease-out;
  border-radius: 0.625rem;
}

.feedback__form .feedback__abstract span:nth-child(1) {
  width: 6.25rem;
  height: 6.25rem;
  background: #FCCA74;
  top: 50%;
  left: 0;
}

.feedback__form .feedback__abstract span:nth-child(2) {
  width: 5rem;
  height: 5rem;
  background: #6CA8CE;
  top: 18%;
  left: 21%;
}

.feedback__form .feedback__abstract span:nth-child(3) {
  width: 8.75rem;
  height: 8.75rem;
  background: #6CA8CE;
  top: 71%;
  left: 17%;
}

.feedback__form .feedback__abstract span:nth-child(4) {
  width: 6.25rem;
  height: 6.25rem;
  background: #FCCA74;
  top: 51%;
  left: 39%;
}

.feedback__form .feedback__abstract span:nth-child(5) {
  width: 6.25rem;
  height: 6.25rem;
  background: #FCCA74;
  top: 79%;
  left: 56%;
}

.feedback__form .feedback__abstract span:nth-child(6) {
  width: 8.75rem;
  height: 8.75rem;
  background: #6CA8CE;
  top: 37%;
  left: 71%;
}

.feedback__form form > p {
  display: flex;
  flex-direction: column;
  align-items: end;
}

.feedback__form form span {
  display: block;
}

.feedback__col:nth-child(2) .feedback__form span.wpcf7-spinner {
  margin: 0;
}

.feedback__col > span {
  position: relative;
  z-index: 99;
  display: inline-block;
}

.feedback__form input {
  position: relative;
  z-index: 9;
}

.feedback__form .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(2);
  z-index: 99;
}

.feedback__form textarea:focus,
.feedback__form input:focus {
  outline: none;
}

.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #0168AA;
  background: #0168AA;
  color: #fff;
  border-radius: 0.625rem;
  margin: 1.25rem 0 0 0;
  padding: 1.725rem;
  font-size: 1.125rem;
}

.feedback__form form span.wpcf7-form-control-wrap {
  width: 100%;
}

.feedback__form form span textarea,
.feedback__form input[type="email"],
.feedback__form input[type="tel"],
.feedback__form input[type="text"] {
  width: 100%;
  color: #818181;
  font-size: 1.25rem;
  font-family: 'Mariupol-Regular';
  padding: 1rem 1.875rem;
  box-shadow: 2px 4px 10px 0 rgba(0, 0, 0, 0.2);
  border: none;
}

.feedback__form form span textarea {
  height: 7.25rem;
}

.feedback__col:nth-child(2) span.wpcf7-not-valid-tip,
.feedback__form .wpcf7-not-valid-tip {
  margin: -0.875rem 0 0.875rem 0;
  font-size: 1.25rem;
}

.feedback__form form span textarea,
.feedback__form form span:not(:last-child) input {
  margin-bottom: 1.875rem;
  border-radius: 0.625rem;
}

.feedback__form input[type="submit"] {
  width: 50%;
  height: 3.125rem;
  border: none;
  background: #0168AA;
  border: 1px solid #0168AA;
  font-size: 1.2rem;
  color: #D9D9D9;
  border-radius: 0.625rem;
  cursor: pointer;
}

.feedback__form input[type="submit"]:hover {
  background: #fff;
  color: #0168AA;
}

@media (max-width: 992px) {
  .feedback {
    margin-bottom: 6.25rem;
  }
  .feedback__body .element-title {
    margin-bottom: 3.75rem;
  }
  .feedback__row {
    width: 100%;
    display: flex;
    gap: 0;
    flex-direction: column;
  }
  .feedback__col:nth-child(1) {
    display: none;
  }
  .feedback__form .feedback__abstract span {
    display: none;
  }
  .feedback__form .feedback__abstract {
    left: -2.25rem;
    top: -1.875rem;
    background: url(../img/feedback/Abstract-feedback.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .feedback__col:nth-child(2) span.wpcf7-not-valid-tip,
  .feedback__form .wpcf7-not-valid-tip {
    margin: -0.875rem 0 0.875rem 0;
  }
  .feedback__form form span.wpcf7-form-control-wrap {
    width: 100%;
  }
  .wpcf7 form.sent .wpcf7-response-output,
  .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    margin: 1.25rem 0 0 0;
    padding: 1.25rem;
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  .feedback {
    margin-bottom: 4.375rem;
  }
  .feedback__body .element-title {
    margin-bottom: 2.25rem;
  }
  .feedback__col:nth-child(2) > span {
    margin-bottom: 1.25rem;
    font-size: 1.125rem;
  }
  .feedback__col:nth-child(2) span.wpcf7-not-valid-tip, .feedback__form .wpcf7-not-valid-tip {
    font-size: 0.875rem;
    margin: -0.325rem 0 0.625rem 0;
  }
  .feedback__form span:not(:last-child) textarea,
  .feedback__form span:not(:last-child) input {
    margin-bottom: 1rem !important;
  }
  .feedback__form .feedback__abstract {
    left: -1.25rem;
    top: -0.25rem;
    width: 19.68rem;
    height: 11.56rem;
  }
  .feedback__form form span textarea,
  .feedback__form input[type="email"],
  .feedback__form input[type="tel"],
  .feedback__form input[type="text"] {
    font-size: 0.875rem;
    padding: 0.625rem;
  }
  .feedback__form form span textarea {
    height: 4.125rem;
  }
  .feedback__form input[type="submit"] {
    font-size: 0.875rem;
    height: 2.2875rem;
    width: 100%;
  }
  .wpcf7 form.sent .wpcf7-response-output,
  .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    margin: 1.25rem 0 0 0;
    padding: 0.9375rem 0.625rem;
    font-size: 1rem;
  }
}

/*------------------------------- FOOTER ----------------------------------*/
/*------------------------------- News page -------------------------------*/
.news-page {
  margin-top: 2.5rem;
  position: relative;
  padding-bottom: 6.25rem;
}

.news-page__preloader {
  display: none;
  margin: -1.25rem auto 0.625rem auto;
  width: 7.5rem;
  height: 0.625rem;
  position: relative;
  z-index: 99;
}

.prev.page-numbers {
  display: none;
}

.news-page__preloader::before {
  content: '';
  position: absolute;
  width: 2rem;
  height: 100%;
  left: 0;
  top: 0;
  background: #0168AA;
  animation-name: preloader;
  animation-duration: 1.3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: normal;
  border-radius: 0.625rem;
  transform: translateX(-50%);
}

@keyframes preloader {
  0% {
    left: 0;
  }
  25% {
    left: 50%;
  }
  50% {
    left: 90%;
  }
  75% {
    left: 50%;
  }
  100% {
    left: 0;
  }
}

.news-page .element-title {
  position: relative;
  z-index: 9;
}

.news-page__posts {
  position: relative;
  z-index: 9;
}

.news-page__post {
  display: flex;
  gap: 2.5rem;
}

.news-page__post:not(:last-child) {
  margin-bottom: 2.5rem;
}

.post-news-page {
  position: relative;
  transition: all 0.4s;
  border-radius: 0 0.625rem 0 0.625rem;
}

@media (min-width: 1200px) {
  .post-news-page:hover {
    transform: scale(0.98);
  }
}

.post-news-page__data {
  display: flex;
	flex:0 0 auto;
  gap: 1.25rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: end;
}

.post-news-page__data span {
  text-align: end;
}

.post-news-page__data span:nth-child(1) {
  font-size: 2rem;
  font-weight: 700;
}

.post-news-page__data span:nth-child(2) {
  font-size: 1.25rem;
}

.post-news-page__content {
  display: flex;
  background: #fff;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
  border-radius: 0.625rem;
  overflow: hidden;
}

.post-news-page__img {
  position: relative;
  flex: 0 1 calc(100% / 3);
}

.post-news-page__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.post-news-page__text-content {
  flex: 0 1 calc(100% / 3 * 2);
  padding: 1.875rem;
  border-radius: 0 0.625rem 0.625rem 0;
  display: flex;
  flex-direction: column;
}

.post-news-page__title {
  margin-bottom: 1.25rem;
}

.post-news-page__title a {
  font-size: 1.5rem;
  line-height: 130%;
  letter-spacing: 0.125rem;
  font-weight: 400;
  text-decoration: none;
  color: #151515;
}

.post-news-page__text {
  margin-bottom: 2rem;
}

.post-news-page__text p {
  font-size: 1rem;
  line-height: 130%;
  letter-spacing: 0.07rem;
}

.post-news-page__show {
  margin-left: auto;
  display: inline-block;
  justify-self: flex-end;
}

.post-news-page__show a {
  display: inline-block;
  text-decoration: none;
  font-size: 1.125rem;
  font-weight: 700;
  color: #151515;
}

.news-page .paralax-abstract {
  background-image: url("../img/news-page/Abstract-news-page.svg");
  background-size: cover;
}

.news-page__drop-down {
  display: flex;
  position: relative;
  z-index: 99;
  justify-content: end;
  margin-bottom: 3.125rem;
}

.drop-down-news-page li {
  list-style: none;
  cursor: pointer;
}

.drop-down-news-page li span {
  font-size: 1.5rem;
}

.drop-down-news-page__category li span {
  font-size: 1rem;
}

.drop-down-news-page__category li:not(:last-child) {
  margin-bottom: 0.625rem;
}

.drop-down-news-page > ul {
  position: relative;
  display: flex;
  gap: 1.2875rem;
}

.drop-down-news-page__category-list {
  position: relative;
  padding-right: 1.25rem;
}

.drop-down-news-page__category-list::after {
  content: '';
  position: absolute;
  top: 40%;
  right: 0;
  width: 0.625rem;
  height: 0.625rem;
  background-image: url("../img/arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.drop-down-news-page__category-list.open::after {
  transform: rotate(180deg);
  top: 20%;
}

.drop-down-news-page__category-list .drop-down-news-page__category {
  position: absolute;
  top: calc(100% + 0.625rem);
  right: 0;
  visibility: hidden;
  min-width: 100%;
  opacity: 0;
  transition: opacity 0.3s;
  cursor: pointer;
  white-space: nowrap;
}

.drop-down-news-page__category-list.open .drop-down-news-page__category {
  visibility: visible;
  opacity: 1;
  padding: 1.25rem;
  background: #fff;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
  border-radius: 0.3125rem;
}

@media (min-width: 992px) {
  .post-news-page__show a {
    position: relative;
  }
  .post-news-page__show a::after {
    content: "";
    position: absolute;
    bottom: -0.425rem;
    height: 3px;
    width: 0%;
    left: 0;
    background: #0168AA;
    transition: all 0.3s ease-in-out;
  }
  .post-news-page__show a:hover::after {
    width: 100%;
  }
}

@media (max-width: 992px) {
  .news-page {
    padding-bottom: 4.375rem;
  }
  .news-page__drop-down {
    margin-bottom: 1.875rem;
  }
  .drop-down-news-page li span {
    font-size: 1.25rem;
  }
  .post-news-page__content {
    flex-direction: column;
  }
  .post-news-page__img {
    flex: 0 1 15rem;
    width: 100%;
  }
  .post-news-page__text-content {
    flex: 1 1 auto;
    padding: 1.25rem;
  }
  .post-news-page__data span:nth-child(1) {
    font-size: 1.125rem;
  }
  .post-news-page__data {
    gap: 1rem;
  }
  .post-news-page__data span:nth-child(2) {
    font-size: 1.125rem;
  }
	.news-page__post{
		display: flex;
    	gap: 2rem;
	}
}

@media (max-width: 767px) {
  .drop-down-news-page__category-list::after {
    top: 30%;
  }
  .drop-down-news-page__category-list {
    padding-right: 0.875rem;
  }
  .news-page__preloader {
    margin: -1.25rem auto 0.625rem auto;
    width: 7.5rem;
    height: 0.625rem;
  }
  .post-news-page__img {
    flex: 0 1 10rem;
    width: 100%;
  }
  .news-page {
    padding-bottom: 2.5rem;
  }
  .news-page__drop-down {
    margin-bottom: 1.25rem;
  }
  .drop-down-news-page li span {
    font-size: 0.9375rem;
  }
  .drop-down-news-page > ul {
    gap: 0.625rem;
  }
  .drop-down-news-page__category-list.open .drop-down-news-page__category {
    padding: 0.9375rem 0.625rem;
  }
  .news-page__post {
    display: inline-flex;
    gap: 0.975rem;
    position: relative;
  }
  .post-news-page__title a {
    font-size: 1.125rem;
    letter-spacing: 0.06rem;
  }
  .post-news-page__show a,
  .post-news-page__text p {
    font-size: 0.875rem;
    letter-spacing: 0.04rem;
  }
  .post-news-page__data span:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1rem;
  }
  .post-news-page__data span:nth-child(2) {
    font-size: 1rem;
  }
  .news-page__post:not(:last-child) {
    margin-bottom: 1.875rem;
  }
  .news-page__post {
    padding-top: 1.875rem;
  }
  .post-news-page__data span {
    font-size: 1rem;
  }
  .post-news-page__text-content {
    padding: 1rem 0.625rem;
  }
  .post-news-page__title {
    margin-bottom: 0.625rem;
  }
  .post-news-page__text {
    margin-bottom: 0.875rem;
  }
}

/*------------------------------- POST-PAGE ------------------------------------------*/
.post-page.news {
  margin-top: 0;
}

.post-page {
  margin-bottom: 4.375rem;
}

.post-page__title {
  padding: 1.25rem 6.25rem;
  background: #0168AA;
}

.post-page__title h1 {
  font-size: 3rem;
  font-weight: 400;
  color: #fff;
}

.post-page__data {
  max-width: 47.5rem;
  margin: 0 auto;
  padding-top: 1.5rem;
}

.post-page__data span {
  color: #555555;
  font-size: 1.125rem;
}

.post-page__content {
  max-width: 47.5rem;
  margin: 0 auto;
}

.post-page__content h5,
.post-page__content h4,
.post-page__content h3,
.post-page__content h2 {
  margin: 1.5rem 0 0.9875rem 0;
}

.post-page__content h2 {
  font-size: 1.5rem;
}

.post-page__content ol,
.post-page__content ul {
  margin: 1.5rem 0 1.5rem 1.25rem;
}

.post-page__content h5,
.post-page__content h4,
.post-page__content h3 {
  font-size: 1.25rem;
}

.post-page__content li,
.post-page__content p {
  margin: 0.75rem 0;
  font-size: 1.125rem;
}

.post-page__content {
  font-size: 1.125rem;
}

.post-page__content img {
  display: block;
  width: 100%;
  margin: 1.25rem 0;
}

.post-page__author {
  display: block;
  max-width: 47.5rem;
  margin: 0 auto;
  margin-top: 1.875rem;
}

.post-page__author span {
  display: block;
  text-align: right;
  font-size: 1.125rem;
  color: #555555;
}

@media (max-width: 992px) {
  .post-page {
    margin-bottom: 3.125rem;
  }
  .post-page__title {
    padding: 1.25rem 2.5rem;
  }
  .post-page__title h1 {
    font-size: 2.25rem;
  }
  .post-page__content,
  .post-page__author,
  .post-page__data {
    width: 100%;
    max-width: none;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (max-width: 767px) {
  .post-page {
    margin-bottom: 2.5rem;
  }
  .post-page__title {
    padding: 0.9375rem;
  }
  .post-page__title h1 {
    font-size: 1.5rem;
  }
  .post-page__data {
    padding-top: 0.625rem;
  }
  .post-page__data span {
    font-size: 0.875rem;
  }
  .post-page__content,
  .post-page__author,
  .post-page__data {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .post-page__content h2 {
    font-size: 1.125rem;
    margin: 1rem 0 0.75rem;
  }
  .post-page__content ol,
  .post-page__content ul {
    margin: 0.75rem 0 0.75rem 1rem;
  }
  .post-page__content h5,
  .post-page__content h4,
  .post-page__content h3 {
    font-size: 1rem;
    margin: 1.25rem 0 0.5rem;
  }
  .post-page__content img {
    margin: 1rem 0;
  }
  .post-page__content li,
  .post-page__content p {
    margin: 0.5rem 0;
    font-size: 0.875rem;
  }
  .post-page__content {
    font-size: 0.875rem;
  }
  .post-page__author span {
    font-size: 1rem;
  }
  .post-page__author {
    margin-top: 0.9375rem;
  }
}

/* ----------------------------- Contact -------------------------------- */
.contact-page {
  position: relative;
  overflow: hidden;
}

.contact-page .paralax-abstract {
  background: url("../img/contact-page/Contacts-abstract.svg");
  background-position: bottom right;
  background-size: contain;
  background-repeat: no-repeat;
  width: 50%;
  left: 50%;
  height: 100%;
}

.contact-page__map {
  position: relative;
  width: 100%;
  height: 31rem;
  z-index: 9;
}

.map-contact__info {
  position: absolute;
  right: 6.25rem;
  bottom: 0;
  width: calc(100% / 2 - 6.25rem);
  transform: translateY(60%);
  padding: 1.875rem;
  background: #0168AA;
  border-radius: 0.625rem;
  box-shadow: 6px 6px 20px 0 rgba(0, 0, 0, 0.2);
}

.map-contact__info h3,
.map-contact__info span {
  color: #fff;
  display: block;
}

.map-contact__info h3 {
  font-size: 2rem;
  margin-bottom: 3.125rem;
}

.map-contact__info span {
  font-size: 1.25rem;
}

.map-contact__info span:not(:last-child) {
  margin-bottom: 3.125rem;
}

.map-contact__info span:last-child {
  margin-bottom: 1.25rem;
}

.contact-page__info {
  padding-bottom: 6.65rem;
  position: relative;
  z-index: 9;
  margin-top: 2.5rem;
}

.contact-page__info h1 {
  font-size: 4rem;
  margin-bottom: 3.125rem;
}

.contact-page__info p {
  font-size: 1.25rem;
  margin: 1.25rem 0;
}

.contact-page__info p,
.contact-page__info h1 {
  width: calc(100% / 2 - 6.25rem);
}

@media (max-width: 992px) {
  .contact-page__info {
    padding-bottom: 4.375rem;
  }
  .map-contact {
    height: 21.25rem;
  }
  .map-contact__info {
    right: 2.5rem;
    width: calc(100% / 2 - 3.125rem);
  }
  .map-contact__info h3 {
    font-size: 1.25rem;
    margin-bottom: 1.875rem;
  }
  .map-contact__info span {
    font-size: 1rem;
  }
  .map-contact__info span:not(:last-child) {
    margin-bottom: 1.875rem;
  }
  .map-contact__info span:last-child {
    margin-bottom: 0;
  }
  .contact-page__info p,
  .contact-page__info h1 {
    position: relative;
    z-index: 9;
    margin-top: 1.5rem;
    width: calc(100% / 2 - 3.125rem);
  }
  .contact-page__info h1 {
    font-size: 2rem;
    margin-bottom: 1.875rem;
  }
  .contact-page__info p {
    font-size: 1.25rem;
    margin: 1.25rem 0;
  }
}

@media (max-width: 767px) {
  .map-contact {
    height: auto;
    margin-top: -0.625rem;
  }
  .map-contact iframe {
    height: 14.625rem;
  }
  .map-contact__info {
    position: relative;
    margin: 0 0.9375rem;
    width: calc(100% - 1.875rem);
    right: 0;
    transform: translateY(0);
    margin-top: -2.5rem;
    padding: 1rem 0.625rem;
  }
  .map-contact__info h3 {
    font-size: 1.125rem;
    margin-bottom: 1.25rem;
  }
  .map-contact__info span {
    font-size: 0.875rem;
  }
  .map-contact__info span:not(:last-child) {
    margin-bottom: 1.25rem;
  }
  .contact-page__info {
    margin-top: 1.875rem;
  }
  .contact-page__info p,
  .contact-page__info h1 {
    width: 100%;
  }
  .contact-page__info h1 {
    margin: 1.25rem 0;
    font-size: 2.125rem;
  }
  .contact-page__info p {
    margin: 1rem 0;
    font-size: 0.9375rem;
  }
}

/*---------------------------- ABOUT US PAGE ----------------------------------*/
/*--------------------- PURPOSE -----------------------*/
.purpose {
  margin-top: 2.5rem;
}

.purpose__row {
  display: flex;
  width: 100%;
}

.purpose__col {
  border-radius: 0.625rem;
  position: relative;
}

.elementor .purpose__col img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  border-radius: 0.625rem !important;
}

.purpose__col:nth-child(1) {
  flex: 1 0 39.375rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: -2.5rem;
  position: relative;
  z-index: 9;
}

.purpose__content {
  position: relative;
}

.purpose__content::after {
  content: '';
  position: absolute;
  top: 0;
  left: 4.375rem;
  width: 29.375rem;
  transform: translateY(-100%);
  height: 7.5rem;
  background: url("../img/about-us/Abstract-city.jpg");
  background-repeat: no-repeat;
  background-size: contain;
}

.purpose__content::before {
  content: '';
  position: absolute;
  bottom: 0;
  transform: translateY(100%);
  left: 4.375rem;
  width: 26.375rem;
  height: 2.5rem;
  background: url("../img/about-us/Rect.jpg");
  background-repeat: no-repeat;
  background-size: contain;
}

.purpose__content {
  background: #0168AA;
  padding: 1.875rem 1.875rem 1.875rem 6.25rem;
  border-radius: 0 0.625rem 0.625rem 0;
}

.purpose__content h1 {
  font-size: 2.125em;
  color: #fff;
  letter-spacing: 0.07rem;
  line-height: 130%;
  margin-bottom: 1.25rem;
}

.purpose__content p {
  color: #fff;
  font-size: 1.125rem;
  letter-spacing: 0.07rem;
  line-height: 130%;
  margin: 0.875rem 0;
}

.purpose__content p:last-child {
  margin-bottom: 0;
}

.purpose__col:nth-child(2) {
  flex: 1 0 45.25rem;
  height: 32rem;
  margin-right: 6.25rem;
}

@media (max-width: 992px) {
  .purpose {
    margin-top: 1.25rem;
  }
  .purpose__row {
    padding: 0 2.5rem;
    gap: 1.875rem;
  }
  .purpose__col:nth-child(1) {
    margin-right: 0;
    flex: 1 0 calc((100% - 1.875rem) / 2);
  }
  .purpose__col:nth-child(2) {
    height: auto;
    flex: 1 0 calc((100% - 1.875rem) / 2);
    margin-right: 0;
    border-radius: 0.625rem;
  }
  .purpose__content {
    padding: 1.25rem;
    border-radius: 0.625rem;
  }
  .purpose__content::after,
  .purpose__content::before {
    display: none;
  }
  .purpose__content h1 {
    font-size: 1.5em;
    color: #fff;
    letter-spacing: 0.02rem;
    line-height: 130%;
    margin-bottom: 1rem;
  }
  .purpose__content p {
    color: #fff;
    font-size: 0.9375rem;
    letter-spacing: 0.02rem;
    line-height: 130%;
    margin: 0.675rem 0;
  }
}

@media (max-width: 767px) {
  .purpose__row {
    padding: 0 0.9375rem;
    flex-direction: column;
    gap: 0.625rem 0;
  }
  .purpose__col:nth-child(2) {
    flex: 1 0 16.625rem;
    order: 1;
    width: 100%;
  }
  .purpose__col:nth-child(1) {
    order: 2;
    flex: 1 0 100%;
    width: 100%;
  }
  .purpose__content h1 {
    font-size: 1.25em;
    color: #fff;
    letter-spacing: 0.07rem;
    line-height: 120%;
    margin-bottom: 0.425rem;
  }
  .purpose__content {
    padding: 0.9375rem 0.625rem;
  }
  .purpose__content p {
    color: #fff;
    font-size: 0.875rem;
    letter-spacing: 0.07rem;
    line-height: 120%;
    margin: 0.675rem 0;
  }
}

/*--------------------------------- story -----------------------------*/
.story {
  padding-top: 9.375rem;
}

.story__body {
  position: relative;
}

.story__body::before {
  content: '';
  height: calc(100% + 13rem);
  position: absolute;
  top: -6.5rem;
  right: 13.125rem;
  width: 30vw;
  background: url("../img/about-us/story/Abstract-story.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}

.story__row {
  display: flex;
  gap: 3.125rem;
}

.story__row:not(:last-child) {
  margin-bottom: 1.875rem;
}

.story__col {
  flex: 1 0 calc((100% - 3.125rem) / 2);
  position: relative;
  border-radius: 0.625rem;
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.4);
}

.story__content {
  border-radius: 0.625rem;
  padding: 1.875rem;
  background: #0168AA;
}

.story__img {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 0.625rem;
}

.story__col img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  border-radius: 0.625rem !important;
}

.story__col h3 {
  font-size: 2.125em;
  color: #fff;
  letter-spacing: 0.07rem;
  line-height: 130%;
  margin-bottom: 1.25rem;
}

.story__col p {
  color: #fff;
  font-size: 1.125rem;
  letter-spacing: 0.07rem;
  line-height: 130%;
  margin: 0.875rem 0;
}

.story__col p:last-child {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .story {
    padding-top: 6.25rem;
  }
  .story__row {
    gap: 1.875rem;
  }
  .story__col {
    flex: 1 0 calc((100% - 1.875rem) / 2);
  }
  .story__content {
    padding: 1.25rem;
    background: #0168AA;
  }
  .story__col h3 {
    font-size: 1.5em;
    color: #fff;
    letter-spacing: 0.02rem;
    line-height: 120%;
    margin-bottom: 0.875rem;
  }
  .story__col p {
    color: #fff;
    font-size: 0.9375rem;
    letter-spacing: 0.02rem;
    line-height: 130%;
    margin: 0.675rem 0;
  }
  .story__body::before {
    right: 6.25rem;
  }
}

@media (max-width: 767px) {
  .story {
    padding-top: 4.375rem;
  }
  .story__row {
    flex-direction: column;
    gap: 0.625rem;
  }
  .story__row:nth-child(1) .story__col:nth-child(2) {
    order: 1;
  }
  .story__row:nth-child(1) .story__col:nth-child(1) {
    order: 2;
  }
  .story__img {
    height: 14rem;
  }
  .story__content {
    padding: 0.9375rem 0.625rem;
  }
  .story__body::before {
    display: none;
  }
  .story__col h3 {
    font-size: 1.25em;
    color: #fff;
    letter-spacing: 0.07rem;
    line-height: 120%;
    margin-bottom: 0.425rem;
  }
  .story__col p {
    color: #fff;
    font-size: 0.875rem;
    letter-spacing: 0.07rem;
    line-height: 120%;
    margin: 0.675rem 0;
  }
}

/*----------------------- Project ----------------------------------*/
.project {
  padding-top: 9.75rem;
}

.project__row {
  display: flex;
  gap: 3.125rem;
}

.project__row:not(:last-child) {
  margin-bottom: 1.875rem;
}

.project__col {
  flex: 1 0 calc((100% - 3.125rem) / 2);
  position: relative;
  border-radius: 0.625rem;
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.2);
}

.project__content {
  border-radius: 0.625rem;
  padding: 1.875rem;
  background: #F2F2F2;
}

.project__img {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 0.625rem;
}

.project__col img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  border-radius: 0.625rem !important;
}

.project__col h3 {
  font-size: 2.125em;
  color: #151515;
  letter-spacing: 0.07rem;
  line-height: 130%;
  margin-bottom: 1.25rem;
}

.project__col p {
  color: #151515;
  font-size: 1.125rem;
  letter-spacing: 0.07rem;
  line-height: 130%;
  margin: 0.875rem 0;
}

.project__col p:last-child {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .project {
    padding-top: 6.25rem;
  }
  .project__row {
    gap: 1.875rem;
  }
  .project__col {
    flex: 1 0 calc((100% - 1.875rem) / 2);
  }
  .project__content {
    padding: 1.25rem;
  }
  .project__col h3 {
    font-size: 1.5em;
    letter-spacing: 0.02rem;
    line-height: 120%;
    margin-bottom: 0.875rem;
  }
  .project__col p {
    font-size: 0.9375rem;
    letter-spacing: 0.02rem;
    line-height: 130%;
    margin: 0.675rem 0;
  }
  .project__body::before {
    right: 4.25rem;
    top: -6.25rem;
    height: 53.56rem;
  }
}

@media (max-width: 767px) {
  .project {
    padding-top: 4.375rem;
  }
  .project__row {
    flex-direction: column;
    gap: 0.625rem;
  }
  .project__img {
    height: 14rem;
  }
  .project__content {
    padding: 0.9375rem 0.625rem;
  }
  .project__body::before {
    display: none;
  }
  .project__col h3 {
    font-size: 1.25em;
    letter-spacing: 0.07rem;
    line-height: 120%;
    margin-bottom: 0.425rem;
  }
  .project__col p {
    font-size: 0.875rem;
    letter-spacing: 0.07rem;
    line-height: 120%;
    margin: 0.675rem 0;
  }
  .project__col:nth-child(1) {
    order: 2;
  }
  .project__col:nth-child(2) {
    order: 1;
  }
}

/*--------------------------------------- People -------------------------------*/
.people {
  padding-top: 9.75rem;
}

.people__body {
  overflow: hidden;
  padding-left: 6.25rem;
  margin-top: -1.25rem;
}

.people__items {
  display: flex;
  transform: translateX(0rem);
  padding: 1.25rem 0;
  transition: all 0.4s ease-in-out;
}

.people__item {
  flex: 1 0 39.6rem;
  display: flex;
  padding-right: 3rem;
}

.item-people__row {
  flex: 0 1 39.6rem;
  position: relative;
  display: flex;
  gap: 0 1.875rem;
  padding: 1.875rem;
  border-radius: 0.625rem;
  box-shadow: 2px 4px 15px 2px rgba(0, 0, 0, 0.2);
}

.item-peple__col:nth-child(1) {
  flex: 0 1 15rem;
}

.item-peple__col:nth-child(2) {
  flex: 0 1 16.25rem;
}

.item-people__img {
  border-radius: 0.625rem;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  min-height: 12.5rem;
}

.item-people__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.item-people__content h3 {
  font-size: 2rem;
  margin-bottom: 0.9375rem;
  color: #151515;
}

.item-people__content span {
  font-size: 1.125rem;
  color: #151515;
  font-weight: 700;
  margin-bottom: 0.9375rem;
  display: block;
}

.item-people__content p {
  font-size: 1.125rem;
  color: #151515;
}

.item-people__socials {
  position: absolute;
  top: 50%;
  right: 0;
  padding: 0.625rem;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  border-radius: 0.625rem;
  transform: translate(50%, -50%);
  background: #F2F2F2;
}

.item-people__social {
  text-decoration: 0;
  line-height: 0;
  padding: 0.325rem;
  border-radius: 0.625rem;
  background: #0168AA;
}

.item-people__social img {
  width: 1.5rem;
  height: 1.5rem;
}

.people__carousel-control {
  margin-top: 0.625rem;
  display: flex;
  gap: 1.25rem;
}

.carousel-control-people__next,
.carousel-control-people__prev {
  line-height: 0;
  padding: 0.625rem 0.875rem;
  background: #0168AA;
  border-radius: 0.625rem;
  cursor: pointer;
}

.carousel-control-people__next img {
  transform: rotate(180deg);
}

.carousel-control-people__line {
  flex: 1 1 100%;
  display: flex;
  align-items: center;
}

.carousel-control-people__indecator {
  flex: 1 1 100%;
  border-radius: 0.625rem;
  position: relative;
  height: 0.625rem;
  overflow: hidden;
}

.carousel-control-people__indecator span {
  display: block;
  line-height: 0;
  font-size: 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 25%;
  border-radius: 0.625rem;
  background: #FAB337;
  cursor: pointer;
}

@media (max-width: 992px) {
  .item-people__img {
    min-height: 10.25rem;
  }
  .people {
    padding-top: 6.25rem;
  }
  .people__body {
    padding-left: 2.5rem;
  }
  .people__item {
    flex: 1 0 34.4rem;
  }
  .item-people__row {
    flex: 0 1 31.4rem;
    padding: 1.25rem;
    gap: 1.25rem;
  }
  .item-people__content h3 {
    font-size: 1.5rem;
  }
  .item-people__content span {
    font-size: 1.125rem;
    color: #151515;
    font-weight: 700;
    margin-bottom: 0.9375rem;
    display: block;
  }
  .item-people__content p {
    font-size: 0.875rem;
    color: #151515;
  }
}

@media (max-width: 767px) {
  .item-people__img {
    min-height: none;
  }
  .people {
    padding-top: 4.375rem;
  }
  .people__body {
    padding-left: 0.9375rem;
    margin-top: -0.625rem;
  }
  .people__items {
    padding: 0.625rem 0;
  }
  .people__item {
    flex: 1 0 100%;
    padding-right: 0.9375rem;
    padding-bottom: 1.875rem;
  }
  .item-people__row {
    flex: 1 1 100%;
    padding: 0.9375rem 0.625rem 2.5rem 0.625rem;
    gap: 0.625rem;
    flex-direction: column;
  }
  .item-peple__col:nth-child(2) {
    flex: 1 1 auto;
  }
  .item-people__col {
    width: 100%;
    flex: 1 1 auto;
  }
  .item-people__content h3 {
    font-size: 1.25rem;
    margin-bottom: 0.625rem;
  }
  .item-people__content span {
    font-size: 1rem;
    margin-bottom: 0.625rem;
  }
  .item-people__content p {
    font-size: 0.875rem;
    color: #151515;
  }
  .item-people__socials {
    top: 100%;
    flex-direction: row;
    height: 3.125rem;
    right: 1.25rem;
    transform: translate(0, -50%);
    padding: 0.625rem;
  }
  .item-people__social {
    line-height: 0;
    width: 1.85rem;
    height: 1.85rem;
  }
  .item-people__social img {
    width: 1.2rem;
    height: 1.2rem;
  }
  .people__carousel-control {
    gap: 0.625rem;
    margin-top: 0;
  }
  .carousel-control-people__next, .carousel-control-people__prev {
    padding: 0.452rem 0.55rem;
    border-radius: 0.525rem;
  }
}

/*--------------------------------- Document ------------------------- */
.document {
  margin-bottom: 9.75rem;
  padding-top: 9.75rem;
}

.document__row {
  display: flex;
  flex-wrap: wrap;
  gap: 3.125rem;
}

.document__col {
  text-decoration: none;
  text-align: center;
  flex: 0 1 calc((100% - 9.375rem) / 4);
  background: #FAB337;
  border-radius: 0.625rem;
  box-shadow: 4px 4px 16px 2px rgba(0, 0, 0, 0.2);
  padding: 1.875rem;
}

.document__col span {
  font-size: 1.5rem;
  color: #fff;
  display: block;
}

.document__col img {
  display: block;
  height: 5rem;
  width: 4.375rem;
  margin: 0 auto 1.875rem auto;
}

@media (max-width: 992px) {
  .document {
    margin-bottom: 6.25rem;
    padding-top: 6.25rem;
  }
  .document__row {
    display: flex;
    gap: 1.875rem;
  }
  .document__col {
    padding: 1.25rem;
    flex: 0 1 calc((100% - 5.625rem) / 4);
  }
  .document__col span {
    font-size: 1.125rem;
  }
  .document__col img {
    display: block;
    height: 3rem;
    width: 2.375rem;
    margin: 0 auto 1.25rem auto;
  }
}

@media (max-width: 767px) {
  .document {
    margin-bottom: 4.375rem;
    padding-top: 4.375rem;
  }
  .document__row {
    display: flex;
    gap: 0.9375rem 0;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .document__col {
    padding: 0.9375rem 0.625rem;
    flex: 0 1 calc((100% - 0.9375rem) / 2);
  }
  .document__col span {
    font-size: 1rem;
  }
  .document__col img {
    display: block;
    height: 3rem;
    width: 2.375rem;
    margin: 0 auto 0.625rem auto;
  }
}

/*--------------------------- Decision page -------------------------------*/
/*--------------------------- decision carousel ---------------------------*/
.decision {
  margin-bottom: 6.25rem;
}

.decision-carousel {
  margin-bottom: 4.375rem;
  position: relative;
}

.decision-carousel__row {
  position: relative;
  height: 31.25rem;
  width: 100%;
}

.decision-carousel__row img {
  position: absolute;
  left: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  visibility: hidden;
  transition: opacity 0.6s ease-out;
}

.decision-carousel__row img:nth-child(1) {
  visibility: visible;
}

.decision-carousel button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
}

.decision-carousel svg {
  height: 5rem;
  width: 3.125rem;
}

.decision-carousel__next {
  right: 3.125rem;
}

.decision-carousel__next svg {
  transform: rotate(180deg);
}

.decision-carousel__prev {
  left: 3.125rem;
}

.decision-carousel__title {
  position: absolute;
  right: 6.25rem;
  bottom: 0;
  padding: 1.25rem 2.5rem;
  background: #FAB337;
  border-radius: 0.625rem;
  transform: translateY(50%);
  box-shadow: 6px 6px 40px 0 rgba(0, 0, 0, 0.2);
}

.decision-carousel__title h1 {
  color: #fff;
  font-size: 4rem;
}

.decision-carousel__indecator {
  position: absolute;
  left: 6.25rem;
  bottom: 0;
  transform: translateY(100%);
  display: flex;
  gap: 0.625rem;
  padding-top: 1.25rem;
}

.decision-carousel__indecator span {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background: #D9D9D9;
}

.decision-carousel__indecator span.active {
  background: #FAB337;
}

@media (max-width: 992px) {
  .decision {
    margin-bottom: 4.375rem;
  }
  .decision-carousel__title {
    right: 2.5rem;
    padding: 1rem 1.875rem;
  }
  .decision-carousel__title h1 {
    font-size: 2rem;
  }
  .decision-carousel__row {
    height: 18.75rem;
  }
  .decision-carousel__prev {
    left: 1.25rem;
  }
  .decision-carousel__next {
    right: 1.25rem;
  }
  .decision-carousel svg {
    height: 4rem;
    width: 2.125rem;
  }
  .decision-carousel__indecator {
    padding-top: 0.875rem;
    left: 2.5rem;
  }
}

@media (max-width: 767px) {
  .decision {
    margin-bottom: 2.5rem;
  }
  .decision-carousel__title {
    right: 0.9375rem;
    padding: 0.625rem 1rem;
  }
  .decision-carousel__title h1 {
    font-size: 1.25rem;
  }
  .decision-carousel__row {
    height: 13rem;
  }
  .decision-carousel__prev {
    left: 0.875rem;
  }
  .decision-carousel__next {
    right: 0.875rem;
  }
  .decision-carousel svg {
    height: 2rem;
    width: 1.125rem;
  }
  .decision-carousel__indecator {
    padding-top: 0.875rem;
    gap: 0.325rem;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .decision-carousel__indecator span {
    width: 0.625rem;
    height: 0.625rem;
  }
}

/*-------------------------- Decision-content -------------------*/
.decision-content {
  padding-top: 3.375rem;
}

.decision-content__row {
  display: flex;
  gap: 3.125rem;
}

.decision-content__col {
  flex: 0 1 calc((100% - 3.125rem) / 2);
}

.decision-content__button {
  text-align: center;
  margin-top: 4.875rem;
}

.decision-content__button a {
  padding: 1.5rem 4.375rem;
  border-radius: 0.625rem;
  background: #0168AA;
  color: #fff;
  text-decoration: none;
  font-size: 1.75rem;
}

.decision-content__button a:hover {
  border: 1px solid #0168AA;
  background: #fff;
  color: #0168AA;
}

.decision-content h3,
.decision-content h2 {
  margin: 1.5rem 0 0.9875rem 0;
}

.decision-content h2 {
  font-size: 2rem;
}

.decision-content ul {
  margin: 1.5rem 0 1.5rem 1.25rem;
}

.decision-content h3 {
  font-size: 1.875rem;
}

.decision-content li,
.decision-content p {
  margin: 0.75rem 0;
  font-size: 1.25rem;
}

@media (max-width: 992px) {
  .decision-content {
    padding-top: 1.875rem;
  }
  .decision-carousel {
    margin-bottom: 3.125rem;
  }
  .decision-content__row {
    display: flex;
    gap: 1.875rem;
  }
  .decision-content__col {
    flex: 0 1 calc((100% - 1.875rem) / 2);
  }
  .decision-content h2 {
    font-size: 1.5rem;
    margin: 1rem 0 0.75rem;
  }
  .decision-content ul {
    margin: 0.75rem 0 0.75rem 1rem;
  }
  .decision-content h3 {
    font-size: 1.25rem;
    margin: 1.25rem 0 0.5rem;
  }
  .decision-content li,
  .decision-content p {
    margin: 0.75rem 0;
    font-size: 1.125rem;
  }
  .decision-content__button a {
    padding: 1rem 3.125rem;
    font-size: 1.125rem;
  }
  .decision-content__button {
    margin-top: 2.5rem;
  }
}

@media (max-width: 767px) {
  .decision-content__row {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
  }
  .decision-carousel {
    margin-bottom: 1.5rem;
  }
  .decision-content {
    padding-top: 1.5rem;
  }
  .decision-content h2 {
    font-size: 1.125rem;
    margin: 1rem 0 0.75rem;
  }
  .decision-content ul {
    margin: 0.75rem 0 0.75rem 1rem;
  }
  .decision-content h3 {
    font-size: 1rem;
    margin: 1.25rem 0 0.5rem;
  }
  .decision-content img {
    margin: 1rem 0;
  }
  .decision-content li,
  .decision-content p {
    margin: 0.5rem 0;
    font-size: 0.875rem;
  }
  .decision-content__button {
    margin-top: 1.5rem;
  }
  .decision-content__button a {
    padding: 0.75rem 3.125rem;
    width: 100%;
    font-size: 1rem;
    display: block;
  }
}

/*----------------------------- Footer ----------------------------------*/
.footer {
  position: relative;
  z-index: 99;
}

.footer__body {
  background: #0168AA;
}

.footer__bottom {
  padding: 1.25rem 6.25rem;
  border-top: 0.125rem #fff solid;
  text-align: center;
}

.footer__bottom span {
  font-size: 1.125rem;
  color: #fff;
  letter-spacing: 0.07rem;
}

.footer__row {
  padding: 4.375rem 6.25rem;
  display: flex;
  gap: 3.125rem;
}

.footer__col:nth-child(1) {
  flex: 1 0 calc(100% / 4);
}

.footer__col:nth-child(2) {
  flex: 0 1 calc(100% - (100% - 9.375rem) / 4);
}

.footer__col ul {
  display: flex;
  list-style: none;
}

.footer__col > ul {
  gap: 3.125rem;
}

.footer__col > ul ul {
  flex-direction: column;
}

.footer__col > ul > li {
  width: calc((100% - 6.25rem) / 3);
}

.footer__col > ul > li > a {
  font-size: 1.5rem;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.015rem;
}

.footer__col > ul ul a {
  letter-spacing: 0.015rem;
  font-size: 1.125rem;
  color: #fff;
  text-decoration: none;
}

.footer__col > ul ul {
  margin-top: 0.9375rem;
}

.footer__col > ul ul > li:not(:last-child) {
  margin-bottom: 0.75rem;
}

.footer__col li {
  list-style: none;
}

.footer__logo {
  margin-top: -0.825rem;
  display: flex;
  align-items: center;
}

.footer__logo img {
  width: 5.375rem;
  height: 5.375rem;
}

.footer__logo span {
  color: #fff;
  font-size: 1.25rem;
  line-height: 150%;
  margin-left: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.02rem;
}

.footer__social {
  display: flex;
  gap: 1.25rem;
  margin-top: 1.875rem;
}

.footer__social img {
  height: 2rem;
  width: 2rem;
}

@media (max-width: 992px) {
  .footer__row {
    flex-direction: column;
    padding: 2.5rem 2.5rem;
  }
  .footer__bottom {
    padding: 1rem 2.5rem;
  }
  .footer__col:nth-child(1) {
    display: flex;
  }
  .footer__logo {
    margin-top: 0;
  }
  .footer__social,
  .footer__logo {
    flex: 0 1 50%;
  }
  .footer__logo span {
    max-width: 10rem;
  }
  .footer__social {
    justify-content: center;
  }
  .footer__col > ul {
    flex-wrap: wrap;
    gap: 1.25rem;
  }
  .footer__col > ul > li {
    flex: 0 1 calc((100% - 2.5rem) / 3);
  }
  .footer__col > ul ul a {
    font-size: 1rem;
  }
  .footer__col > ul > li > a {
    font-size: 1.25rem;
  }
  .footer__bottom span {
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  .footer__bottom {
    text-align: left;
  }
  .footer__row {
    gap: 1.875rem;
    padding: 1.875rem 0.93875rem 1.875rem 0.93875rem;
  }
  .footer__bottom {
    padding: 0.93875rem;
  }
  .footer__col > ul {
    flex-direction: column;
  }
  .footer__col > ul > li {
    width: 100%;
    flex: 0 1 auto;
  }
  .footer__col:nth-child(1) {
    flex-direction: column;
  }
  .footer__social {
    margin-top: 1.25rem;
    justify-content: flex-start;
  }
  .footer__logo img {
    width: 4rem;
    height: 4rem;
  }
  .footer__logo span {
    font-size: 1.25rem;
  }
  .footer__col > ul ul > li:not(:last-child) {
    margin-bottom: 0.625rem;
  }
  .footer__col > ul ul {
    margin-top: 0.625rem;
  }
  .footer__col > ul {
    gap: 1.875rem;
  }
  .footer__col > ul > li > a {
    font-size: 1.25rem;
  }
  .footer__col > ul ul a {
    font-size: 0.93875rem;
  }
  .footer__bottom span {
    font-size: 0.93875rem;
  }
}

.pagination {
  text-align: center;
}

.pagination span,
.pagination a {
  text-decoration: none;
  font-size: 1.75rem;
  color: #151515;
  margin: 0 0.625rem;
  font-weight: 700;
}

.pagination span.current {
  color: #555555;
}

@media (max-width: 992px) {
  .pagination span, .pagination a {
    margin: 0 0.3125rem;
    font-size: 1.25rem;
  }
}

@media (max-width: 767px) {
  .pagination span, .pagination a {
    margin: 0 0.125rem;
    font-size: 1rem;
  }
}
/*# sourceMappingURL=general.css.map */