@charset "UTF-8";
/*Обнуление*/
* {
  padding: 0;
  margin: 0;
  border: 0;
}

/* БИНОТЕЛ binotel */
body #bingc-passive div.bingc-passive-overlay a.bingc-powered-by {
  display: none !important;
}
body #bingc-active a.bingc-powered-by {
  display: none !important;
}
nav,
footer,
header,
aside {
  display: block;
}
nav,
footer,
header,
aside {
  display: block;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*--------------------*/
@font-face {
  font-family: Inter;
  src: url(../fonts/Inter-Bold.woff);
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: Inter;
  src: url(../fonts/Inter-ExtraBold.woff);
  font-weight: 800;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: Inter;
  src: url(../fonts/Inter-Medium.woff);
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: Inter;
  src: url(../fonts/Inter-Regular.woff);
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: Inter;
  src: url(../fonts/Inter-SemiBold.woff);
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: Inter;
  src: url(../fonts/Inter-Black.woff);
  font-weight: 900;
  font-display: swap;
  font-style: normal;
}
[class*="__container"] {
  max-width: 1170px;
  margin: 0 auto;
}
@media (max-width: 1199.98px) {
  [class*="__container"] {
    max-width: 1050px;
  }
}
@media (max-width: 1089.98px) {
  [class*="__container"] {
    max-width: 950px;
  }
}
@media (max-width: 990.98px) {
  [class*="__container"] {
    max-width: none;
    padding: 0px 15px;
  }
}
@media (max-width: 449.98px) {
  [class*="__container"] {
    max-width: none;
    padding: 0px 0px;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Inter, sans-serif;
  font-weight: 400;
  color: #ffffff;
}
body.lock {
  overflow: hidden;
}

.wrapper {
  min-height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.page {
  flex: 1 1 auto;
}

textarea {
  resize: none;
}
/* ====ANIMATION==================================================================================================================================================== */
._hide {
  transform: translate(0px, 120%);
  opacity: 0;
  transition: all 0.8s ease 0s;
}

._active {
  transform: translate(0px, 0px);
  opacity: 1;
  transition: all 0.8s ease 0s;
}

/* ====ANIMATION=END=================================================================================================================================================== */
/* ============Cookie============================================================================================================================================ */
.cookie-alert {
  max-width: 377px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: fixed;
  bottom: 30px;
  left: 30px;
  background: #ffffff;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  z-index: 9;
  transform: translateY(120%);
  transition: all 0.5s ease;
}
.cookie-alert.is-show {
  transform: translateY(0);
  transition: all 0.5s ease;
}
@media (max-width: 450px) {
  .cookie-alert {
    bottom: 10px;
    left: 10px;
    right: 10px;
    margin: 0 auto;
  }
}
.cookie-alert p {
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: #141414;
}
.cookie-alert p a {
  text-decoration-line: underline;
  color: #081f62;
}
.cookie-alert button {
  background: #081f62;
  border-radius: 4px;
  padding: 12.4118px 18.0014px 13.3312px 18.1852px;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #fbfbfb;
}
.cookie-alert button:hover {
  scale: 1.05;
}
/* ============Cookie== END========================================================================================================================================== */
/* =====POP UP FORM=================================================================================================================================================== */
.form-pop-up-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9;
  display: none;
}
.form-pop-up {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 320px;
  background: #ffffff;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  z-index: 9;
  padding: 30px;
  display: flex;
  flex-direction: column;
}
.form-pop-up p {
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: #141414;
  padding-bottom: 20px;
}
.form-pop-up button {
  background: #081f62;
  border-radius: 4px;
  padding: 12.4118px 18.0014px 13.3312px 18.1852px;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #fbfbfb;
  border: 1px solid #081f62;
  transition: all 0.5s ease;
}
.cy_but button {
  background: #0b4b49;
}
.no-scroll {
  overflow-y: hidden;
}
.form-pop-up button:hover {
  background: #fbfbfb;
  color: #081f62;
  border: 1px solid #081f62;
  transition: all 0.5s ease;
}
/* =======END POP UP FORM================================================================================================================================================= */

.header {
  background: #0e1e5e;
  width: 100%;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  z-index: 50;
}
.header__body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 10px 0px;
}
@media (max-width: 449.8px) {
  .header__body {
    padding: 10px 15px;
  }
}
.header__logo {
  margin-right: 10px;
}
@media (max-width: 767.8px) {
  .header__logo {
    padding-right: 25px;
  }
}
.header__logo img {
  width: 100%;
  max-height: 77px;
}
.header__burger {
  display: none;
}
.header__burger span {
  background-color: #fff;
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  top: 9px;
  transition: all 0.3s ease 0s;
}
@media (max-width: 767.8px) {
  .header__burger {
    display: block;
    position: relative;
    width: 30px;
    height: 20px;
    position: relative;
    z-index: 3;
  }
  .header__burger::before,
  .header__burger::after {
    content: "";
    background-color: #fff;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    transition: all 0.3s ease 0s;
  }
  .header__burger::before {
    top: 0;
  }
  .header__burger::after {
    bottom: 0;
  }
}
.header__burger.active::before {
  transform: rotate(45deg);
  top: 9px;
}
.header__burger.active::after {
  transform: rotate(-45deg);
  bottom: 9px;
}
.header__burger.active span {
  transform: scale(0);
}
.header__menu {
  transition: all 0.3s ease 0s;
}
@media (max-width: 767.8px) {
  .header__menu {
    position: fixed;
    top: -200%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(7, 16, 55, 0.95);
    padding: 120px 10px 20px 10px;
    z-index: 2;
    display: flex;
    justify-content: center;
  }
  .header__menu--green {
    background: #0b4b49;
  }
}
.header__menu.active {
  top: 0;
  overflow-y: scroll;
}
@media (max-width: 899.8px) {
  .header__button {
    display: none;
  }
}
.menu__list {
  display: flex;
  column-gap: 30px;
  row-gap: 20px;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-wrap: wrap;
}
@media (max-width: 1089.98px) {
  .menu__list {
    gap: 20px;
  }
}
@media (max-width: 889.98px) {
  .menu__list {
    padding-left: 20px;
  }
}
@media (max-width: 767.8px) {
  .menu__list {
    display: block;
  }
}
@media (max-width: 767.8px) {
  .menu__list > li {
    margin: 0px 0px 30px 0px;
  }
}
.menu__link {
  font-size: 15px;
  line-height: 120%; /* 18/15 */
  text-align: center;
  color: #ffffff;
  transition: all 0.3s ease 0s;
}
.menu__link:hover {
  text-decoration: underline;
}
@media (max-width: 767.8px) {
  .menu__link {
    font-size: 20px;
  }
}

.header--fix {
  position: absolute;
  background: transparent;
  box-shadow: none;
}

.fi {
  margin-right: 10px;
}

.lang_switcher {
  position: relative;
  color: #fff;
  padding: 0px 20px 0px 0px;
}
@media (max-width: 1199.8px) {
  .lang_switcher {
    margin: 0px 20px 0px 0px;
  }
}

.lang_current {
  position: relative;
}
@media (max-width: 767.8px) {
  .lang_current {
    font-size: 18px;
  }
}

.lang_current:after {
  content: "";
  width: 0px;
  height: 0px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 9px solid #fff;
  position: absolute;
  top: 9px;
  right: -20px;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}

.lang_switcher:hover .lang_current::after {
  border: none;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 9px solid #fff;
  transition: all 0.3s ease;
}

.lang_list {
  position: absolute;
  background: #fff;
  color: #000;
  border-radius: 2px;
  padding: 10px;
  transition: all 0.3s ease;
  left: 0px;
  top: 15px;
}
.lang_option {
  margin-bottom: 10px;
  display: flex;
  transition: all 0.3s ease 0s;
}
@media (max-width: 767.8px) {
  .lang_option {
    font-size: 18px;
  }
  .lang_list {
    top: 25px;
  }
}
.lang_option:hover {
  cursor: pointer;
  color: blue;
  scale: 1.1;
  transition: all 0.3s ease 0s;
}

.lang_option:last-child {
  margin-bottom: 0;
}

.lang_wrapper {
  display: flex;
  justify-content: center;
}

.footer {
  background: #081f62;
}

.footer__body {
  display: flex;
  justify-content: space-between;
  padding-top: 23px;
  padding-bottom: 17px;
  flex-wrap: wrap;
}
.footer__reward {
  /* padding-right: 84px; */
  padding-top: 30px;
}
.footer__reward img {
  max-width: 200px;
}
@media (max-width: 929.8px) {
  .footer__reward {
    display: none;
  }
}
.footer__copy {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 2px 0px;
}
.footer__copy-text {
  font-size: 15px;
  line-height: 186.666667%; /* 28/15 */
  text-align: right;
}

.body-footer {
  gap: 15px;
}
@media (max-width: 767.8px) {
  .body-footer {
    gap: 30px;
  }
}
@media (max-width: 767.8px) {
  .body-footer__column {
    flex: 1 1 100%;
    display: flex;
    justify-content: center;
    gap: 20px;
  }
}
.body-footer__logo-wrap {
  padding-top: 8px;
  max-width: 280px;
}
.body-footer__logo-wrap img {
  max-height: 80px;
}
.body-footer__subtitle {
  font-size: 16px;
  line-height: 175%; /* 28/16 */
  padding-top: 27px;
}
@media (max-width: 767.8px) {
  .body-footer__subtitle {
    display: none;
  }
  .body-footer__logo-wrap img {
    max-height: 90px;
  }
}

.menu-footer {
  max-width: 150px;
}
@media (max-width: 767.8px) {
  .menu-footer {
    max-width: none;
  }
}
.menu-footer__list {
  gap: 15px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767.8px) {
  .menu-footer__list {
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 0px;
    row-gap: 20px;
  }
}
@media (max-width: 767.8px) {
  .menu-footer__item {
    flex: 1 1 50%;
    text-align: center;
  }
}
.menu-footer__link {
  font-size: 15px;
  line-height: 120%; /* 18/15 */
  color: #ffffff;
}
@media (max-width: 767.8px) {
  .menu-footer__link {
    font-size: 17px;
  }
}
.menu-footer__link:hover {
  text-decoration: underline;
}

.contacts-footer {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.contacts-footer a:hover {
  text-decoration: underline;
}
.contacts-footer__phone {
  display: flex;
}
.contacts-footer__adress {
  display: flex;
}
.contacts-footer__email {
  display: flex;
}
.contacts-footer__emailforsmi {
  display: flex;
}

.phone-footer {
  gap: 50px;
  justify-content: space-between;
}
@media (max-width: 767.8px) {
  .phone-footer {
    flex-wrap: wrap;
    gap: 0px;
  }
}
.phone-footer__text {
  font-size: 15px;
  line-height: 180%; /* 27/15 */
}
@media (max-width: 767.8px) {
  .phone-footer__text {
    width: 100%;
    text-align: center;
    font-size: 17px;
  }
}
.phone-footer__link {
  font-size: 16px;
  line-height: 175%; /* 28/16 */
}
@media (max-width: 767.8px) {
  .phone-footer__link {
    text-align: center;
    width: 100%;
    font-size: 17px;
  }
}
.phone-footer__link a {
  color: #ffffff;
}

.adress-footer {
  gap: 50px;
  justify-content: space-between;
}
@media (max-width: 767.8px) {
  .adress-footer {
    flex-wrap: wrap;
    gap: 0px;
  }
}
.adress-footer__text {
  font-size: 14px;
  line-height: 200%; /* 28/14 */
}
@media (max-width: 767.8px) {
  .adress-footer__text {
    width: 100%;
    text-align: center;
    font-size: 17px;
  }
}
.adress-footer__link {
  pointer-events: none;
  font-size: 15px;
  line-height: 180%; /* 27/15 */
}
@media (max-width: 767.8px) {
  .adress-footer__link {
    width: 100%;
    text-align: center;
    font-size: 17px;
  }
}
.adress-footer__link a {
  color: #ffffff;
}

.email-footer {
  gap: 50px;
  justify-content: space-between;
}
@media (max-width: 767.8px) {
  .email-footer {
    flex-wrap: wrap;
    gap: 0px;
  }
}
.email-footer__text {
  font-size: 15px;
  line-height: 180%; /* 27/15 */
}
@media (max-width: 767.8px) {
  .email-footer__text {
    width: 100%;
    text-align: center;
    font-size: 17px;
  }
}
.email-footer__link {
  font-size: 16px;
  line-height: 175%; /* 28/16 */
}
@media (max-width: 767.8px) {
  .email-footer__link {
    width: 100%;
    text-align: center;
    font-size: 17px;
  }
}
.email-footer__link a {
  color: #ffffff;
}

.emailforsmi-footer {
  gap: 50px;
  justify-content: space-between;
}
@media (max-width: 767.8px) {
  .emailforsmi-footer {
    flex-wrap: wrap;
    gap: 0px;
  }
}
.emailforsmi-footer__text {
  font-size: 16px;
  line-height: 175%; /* 28/16 */
}
@media (max-width: 767.8px) {
  .emailforsmi-footer__text {
    width: 100%;
    text-align: center;
    font-size: 17px;
  }
}
.emailforsmi-footer__link {
  font-size: 16px;
  line-height: 175%; /* 28/16 */
}
@media (max-width: 767.8px) {
  .emailforsmi-footer__link {
    width: 100%;
    text-align: center;
    font-size: 17px;
  }
}
.emailforsmi-footer__link a {
  color: #ffffff;
}

.whatsapp-button__wrapper {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 50;
}
.whatsapp-button__link img {
  width: 50px;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .whatsapp-button__link img:hover {
    scale: 1.1;
    transition: all 0.3s ease;
  }
}
@media (max-width: 767.98px) {
  .whatsapp-button__wrapper {
    bottom: 20px;
    right: 20px;
  }
}
.page {
  background: #eff1f6;
}
.page__search {
  margin-top: 50px;
  margin-bottom: 61px;
}
.page__news {
  flex-basis: 70%;
}
.news-aside {
  flex-basis: 30%;
}
.page__news-item {
  max-width: 100%;
}
@media (min-width: 1023.98px) {
  .page__news-item {
    flex: 1 1 70%;
  }
}

@media (max-width: 767.98px) {
  .page__search {
    margin-top: 30px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1023.98px) {
  .page__search {
    margin-top: 40px;
    margin-bottom: 10px;
  }
}
.news-aside {
  flex-basis: 30%;
  color: black;
}
@media (max-width: 1023.98px) {
  .news-aside {
    display: none;
  }
}
.news-aside__title {
  font-size: 22px;
  color: #000;
  text-align: center;
  padding-bottom: 20px;
}
.news-aside__more-btn {
  display: flex;
  justify-content: center;
}
.news-aside__more--dn {
  margin-top: 20px;
}
.news-page__item-aside {
  padding-bottom: 20px;
}

@media (min-width: 1023.98px) {
  .news-aside__more--dn {
    display: none;
  }
}
.search__container {
  display: flex;
  padding: 25px 64px 25px;
  background: #fbfbfb;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04);
  border-radius: 4px;
}
@media (max-width: 767.98px) {
  .search__container {
    flex-wrap: wrap;
    padding: 22px 14px 28px;
  }
}
.search__body {
  flex: 1 1 50%;
  padding-right: 120px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 1199.98px) {
  .search__body {
    padding-right: 65px;
  }
}
@media (max-width: 1089.98px) {
  .search__body {
    flex: 1 0 60%;
  }
}
@media (max-width: 989.98px) {
  .search__body {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 767.98px) {
  .search__body {
    justify-content: center;
    padding-right: 0px;
    margin-bottom: 20px;
  }
}
.search__text {
  font-weight: 600;
  font-size: 22px;
  line-height: 118.181818%; /* 26/22 */
  text-align: center;
  color: #081f62;
  padding-bottom: 44px;
}
.search__form-input {
  background: #ffffff;
  border: 0.91939px solid #92918f;
  border-radius: 3.67756px 0px 0px 3.67756px;
  padding: 12px 18px 13px;
  width: 58%;
}
@media (max-width: 1199.98px) {
  .search__form-input {
    width: 50%;
  }
}
@media (max-width: 989.98px) {
  .search__form-input {
    width: 100%;
    border-radius: 3.67756px;
  }
}
.search__btn {
  text-align: center;
  color: #fbfbfb;
  font-weight: 600;
  font-size: 12.8715px;
  line-height: 129%;
  padding: 14px 83px 13px;
  background: #081f62;
  border-radius: 0px 3.67756px 3.67756px 0px;
  margin-left: -5px;
  transition: all 0.3s ease 0s;
}
.search__btn:hover {
  background: #0c2f97;
  transition: all 0.3s ease 0s;
}
.search__btn:focus {
  background: #0c2f97;
  transition: all 0.3s ease 0s;
}
@media (max-width: 989.98px) {
  .search__btn {
    width: 100%;
    margin-left: 0px;
    margin-top: 15px;
    border-radius: 3.67756px;
  }
}
@media (max-width: 767.98px) {
  .search__image {
    margin: 0 auto;
    margin-top: 20px;
  }
}
.search__image-item img {
  max-width: 100%;
  object-fit: cover;
}

.scan-title__container {
  margin-top: 16px;
  margin-bottom: 16px;
  padding-left: 43px;
}
@media (max-width: 989.98px) {
  .scan-title__container {
    padding-left: 57px;
  }
}
@media (max-width: 767.98px) {
  .scan-title__container {
    padding-left: 26px;
  }
}
@media (max-width: 449.98px) {
  .scan-title__container {
    padding-left: 10px;
  }
}
.scan-title__container h2 {
  font-weight: 600;
  font-size: 20px;
  line-height: 130%; /* 26/20 */
  color: #92918f;
}

.page {
  background: #eff1f6;
}
.page__scan {
  margin-bottom: 61px;
}
@media (max-width: 767.98px) {
  .page__scan {
    margin-bottom: 0px;
  }
}
@media (max-width: 1023.98px) {
  .page__scan {
    margin-bottom: 10px;
  }
}

.scan__container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 767.98px) {
  .scan__container {
    flex-wrap: wrap;
  }
}
.scan__body {
  background: #fbfbfb;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  padding: 36px 20px 200px 43px;
  flex: 1 1 auto;
  margin-right: 15px;
}
@media (max-width: 767.98px) {
  .scan__body {
    margin-right: 0px;
    padding: 36px 10px 0px 10px;
  }
}
.scan__body-result {
  padding-bottom: 20px;
}
.scan__body-result p {
  font-weight: 400;
  font-size: 18px;
  line-height: 122.222222%; /* 22/18 */
  color: #000000;
}
.scan__body-result p span {
  color: #081f62;
  font-weight: 500;
}
.scan__form {
  background: #fbfbfb;
  box-shadow: 0px 3.67756px 7.35512px rgba(0, 0, 0, 0.04);
  border-radius: 3.67756px;
  padding: 26px 49px 34px;
}
/* @media (max-width: 767.98px) {
  .scan__form {
    width: 100%;
    padding: 26px 15px 34px;
  }
} */
.scan__form-item {
  display: flex;
  flex-direction: column;
}
.scan__title {
  display: flex;
  padding: 0px 10px 29px;
}
@media (max-width: 767.98px) {
  .scan__title {
    padding: 0px 10px 15px;
  }
}
.scan__title h2 {
  font-weight: 600;
  font-size: 16.549px;
  line-height: 100%;
  color: #081f62;
  padding-left: 11px;
}
@media (max-width: 767.98px) {
  .scan__title h2 {
    text-align: left;
  }
}
.scan__form-input {
  padding: 12px 18px 13px;
  background: #ffffff;
  border: 0.91939px solid #92918f;
  border-radius: 3.67756px;
  margin-bottom: 10px;
}
.scan__btn {
  border: 0.91939px solid #081f62;
  border-radius: 3.67756px;
  padding: 12px 18px 13px;
  background: #ffffff;
  font-weight: 600;
  font-size: 12.8715px;
  line-height: 129%;
  text-align: center;
  color: #081f62;
  transition: all 0.3s ease 0s;
}
.scan__btn:hover {
  background: #081f62;
  color: #ffffff;
  transition: all 0.3s ease 0s;
}
.scan__btn:focus {
  background: #081f62;
  color: #ffffff;
  transition: all 0.3s ease 0s;
}

.solution__text {
  font-size: 14.4543px;
  line-height: 137%;
  color: #92918f;
  padding-bottom: 15px;
}
.solution__list {
  padding-left: 25px;
}
.solution__item {
  font-size: 14.4543px;
  line-height: 137%;
  color: #000000;
  list-style: disc;
}

.gray-name {
  font-size: 14.4543px;
  line-height: 137.931034%; /* 20/14.5 */
  color: #92918f;
  font-weight: 400;
}

.page__container {
  display: flex;
  gap: 13px;
  margin-top: 64px;
  margin-bottom: 64px;
}
@media (max-width: 1023.98px) {
  .page__container {
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 37px;
    margin-bottom: 34px;
  }
}
@media (max-width: 767.98px) {
  .page__container {
    padding-top: 27px;
    margin-bottom: 24px;
    margin-top: 20px;
  }
}

.content__wrapper {
  flex: 0 0 65%;
  max-width: 100%;
}
@media (max-width: 1199.98px) {
  .content__wrapper {
    flex: 0 0 60%;
  }
}
@media (max-width: 1023.98px) {
  .content__wrapper {
    flex: 0 0 100%;
  }
}
.no_site__container {
  margin-left: 0;
  padding: 0;
}
.no_site__container span,
.no_site__container img {
  vertical-align: middle;
  font-size: 14.45px;
  color: #b89e14;
}
.content__info {
  background: #fbfbfb;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  padding: 37px 30px 26px;
}
@media (max-width: 767.98px) {
  .content__info {
    padding: 20px 15px 26px;
  }
}
.content__more-info-btn {
  font-weight: 500;
  font-size: 14px;
  line-height: 129%; /* 18/14 */
  color: #081f62;
  padding: 13px 16px;
  border: 1px solid #081f62;
  border-radius: 4px;
  width: 180px;
  text-align: center;
  display: block;
  transition: all 0.3s ease 0s;
}
.content__more-info-btn:hover {
  background: #081f62;
  color: #ffffff;
  transition: all 0.3s ease 0s;
}
.content__more-info-btn:focus {
  background: #081f62;
  color: #ffffff;
  transition: all 0.3s ease 0s;
}

.info-basic {
  font-weight: 500;
  font-size: 14.4543px;
  line-height: 137.931034%; /* 20/14.5 */
  color: #141414;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 37px;
}
.info-basic__company-name {
  font-weight: 700;
  font-size: 22px;
  line-height: 122.727273%; /* 27/22 */
  color: #081f62;
}
.info-basic__status {
  font-weight: 600;
  font-size: 14.45px;
  line-height: 117.647059%; /* 17/14.45 */
  color: #197131;
  /* margin-bottom: 10px; */
}
.info-basic__full-name {
  display: flex;
}
@media (max-width: 767.98px) {
  .info-basic__full-name {
    flex-direction: column;
  }
}
.info-basic__kz-name {
  display: flex;
}
@media (max-width: 767.98px) {
  .info-basic__kz-name {
    flex-direction: column;
  }
}
.info-basic__bin {
  display: flex;
}
@media (max-width: 767.98px) {
  .info-basic__bin {
    flex-direction: column;
  }
}
.info-basic__bin-text {
  display: flex;
  flex: 0 0 250px;
}
@media (max-width: 767.98px) {
  .info-basic__bin-text {
    flex: none;
  }
}
.info-basic__bin-item {
  display: flex;
}
.info-basic__leader {
  display: flex;
}
@media (max-width: 767.98px) {
  .info-basic__leader {
    flex-direction: column;
  }
}
.info-basic__legal-address {
  display: flex;
}
@media (max-width: 767.98px) {
  .info-basic__legal-address {
    flex-direction: column;
  }
}

.full-name__text {
  flex: 0 0 250px;
}
@media (max-width: 767.98px) {
  .full-name__text {
    flex: none;
  }
}
.kz-name__text {
  flex: 0 0 250px;
}
@media (max-width: 767.98px) {
  .kz-name__text {
    flex: none;
  }
}
.leader__text {
  flex: 0 0 250px;
}
@media (max-width: 767.98px) {
  .leader__text {
    flex: none;
  }
}
.legal-address__text {
  flex: 0 0 250px;
}
@media (max-width: 767.98px) {
  .legal-address__text {
    flex: none;
  }
}
.info-extended {
  display: flex;
  flex-direction: column;
}
.info-extended__map {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 44px;
}
.info-extended__close-btn {
  font-weight: 500;
  font-size: 14px;
  line-height: 129%; /* 18/14 */
  color: #081f62;
  padding: 13px 16px;
  border: 1px solid #081f62;
  border-radius: 4px;
  text-align: center;
  min-width: 180px;
  max-width: 200px;
  display: block;
  transition: all 0.3s ease 0s;
}
.info-extended__close-btn:hover {
  background: #081f62;
  color: #ffffff;
  transition: all 0.3s ease 0s;
}
.info-extended__close-btn:focus {
  background: #081f62;
  color: #ffffff;
  transition: all 0.3s ease 0s;
}

.activities__title {
  font-size: 16px;
  line-height: 123%;
  color: #92918f;
  margin-bottom: 17px;
}
.activities__text {
  font-size: 14px;
  line-height: 86%;
  color: #000000;
}
@media (max-width: 767.98px) {
  .activities__text {
    line-height: 120%;
  }
}
.activities__text p {
  margin-bottom: 12px;
}
.activities__text span {
  color: #92918f;
}

.information {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 11px;
  margin-bottom: 30px;
}
.information__kato,
.information__analytics-region {
  display: flex;
}
@media (max-width: 767.98px) {
  .information__kato,
  .information__analytics-region {
    flex-direction: column;
  }
}
.information__kato-text,
.information__analytics-region-text {
  width: 200px;
}
@media (max-width: 767.98px) {
  .information__kato-text,
  .information__analytics-region-text {
    width: 100%;
  }
}
.information__kato-item,
.information__analytics-region-item {
  font-weight: 500;
  font-size: 14.3047px;
  line-height: 123%;
  color: #141414;
}
.information__register-date,
.information__registry-category {
  display: flex;
}
@media (max-width: 767.98px) {
  .information__register-date,
  .information__registry-category {
    flex-direction: column;
  }
}
.information__employees {
  display: flex;
}
@media (max-width: 767.98px) {
  .information__employees {
    flex-direction: column;
  }
}
.information__employees-text {
  width: 200px;
}
@media (max-width: 767.98px) {
  .information__employees-text {
    width: 100%;
  }
}
.information__employees-item {
  font-weight: 500;
  font-size: 14.3047px;
  line-height: 123%;
  color: #141414;
}
.information__dimension {
  display: flex;
}
@media (max-width: 767.98px) {
  .information__dimension {
    flex-direction: column;
  }
}
.information__dimension-text {
  width: 200px;
}
@media (max-width: 767.98px) {
  .information__dimension-text {
    width: 100%;
  }
}
.information__dimension-item {
  font-weight: 500;
  font-size: 14.3047px;
  line-height: 123%;
  color: #141414;
}

.register-date__text,
.registry-category__text,
.oked__text {
  min-width: 200px;
}
@media (max-width: 767.98px) {
  .register-date__text,
  .registry-category__text,
  .oked__text {
    width: 100%;
  }
}
.register-date__item,
.registry-category__item,
.oked__item {
  font-weight: 500;
  font-size: 14.3047px;
  line-height: 123%;
  color: #141414;
}

.information__oked {
  display: flex;
}
@media (max-width: 767.98px) {
  .information__oked {
    flex-direction: column;
  }
}

.request {
  padding: 28px 34px;
  background-image: url(../images/sidebar/reward_bg.webp);
  background-size: cover;
  margin-top: 15px;
}
.request__title {
  margin-bottom: 14px;
}
.request__title p {
  font-weight: 600;
  font-size: 16.549px;
  line-height: 121%;
  text-align: center;
  background: linear-gradient(180deg, #7e6d3c 0%, #a88c33 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.request__sub-title {
  font-weight: 600;
  font-size: 15px;
  line-height: 120%;
  text-align: center;
  color: #081f62;
  margin-bottom: 13px;
}
.request__image {
  text-align: center;
  margin-bottom: 34px;
}
.request__button {
  text-align: center;
}
.request__btn {
  font-weight: 700;
  font-size: 12.8715px;
  line-height: 129%;
  text-align: center;
  color: #081f62;
  padding: 10px 36px;
  background: #ffffff;
  border-radius: 3.67756px;
  border: 1.84px solid #cbb677;
  transition: all 0.3s ease 0s;
}
.request__btn:hover {
  background: #081f62;
  color: #ffffff;
  transition: all 0.3s ease 0s;
}
.request__btn:focus {
  background: #081f62;
  color: #ffffff;
  transition: all 0.3s ease 0s;
}

.charts {
  background: #fbfbfb;
  box-shadow: 0px 3.67756px 7.35512px rgba(0, 0, 0, 0.04);
  border-radius: 3.67756px;
  padding: 25px 14px 20px;
  margin-top: 12px;
  align-items: center;
  display: flex;
  flex-direction: column;
}
.charts__title {
  font-weight: 600;
  font-size: 16.549px;
  line-height: 122%;
  text-align: center;
  color: #081f62;
  padding-bottom: 12px;
}
.charts__number-of-enterprises {
  margin-bottom: 50px;
}
.content__methods {
  padding: 33px 30px 26px;
  background: #fbfbfb;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  margin-top: 16px;
}
@media (max-width: 767.98px) {
  .content__methods {
    padding: 20px 15px 26px;
  }
}

.card-title {
  font-weight: 700;
  font-size: 22px;
  line-height: 122.727273%; /* 27/22 */
  color: #081f62;
  display: flex;
  align-items: center;
}
.card-title img {
  margin-right: 10px;
}

.methods__text {
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  margin-top: 22px;
}
.methods__more {
  margin-top: 22px;
}
.methods__more a {
  font-weight: 500;
  font-size: 14px;
  line-height: 129%; /* 18/14 */
  color: #081f62;
  padding: 13px 16px;
  border: 1px solid #081f62;
  border-radius: 4px;
  text-align: center;
  width: 150px;
  display: block;
  transition: all 0.3s ease 0s;
}
.methods__more a:hover {
  background: #081f62;
  color: #ffffff;
  transition: all 0.3s ease 0s;
}
.methods__more a:focus {
  background: #081f62;
  color: #ffffff;
  transition: all 0.3s ease 0s;
}

.security-clearance {
  background: #fbfbfb;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  margin-top: 16px;
  padding: 33px 30px 26px;
}
@media (max-width: 767.98px) {
  .security-clearance {
    padding: 20px 15px 26px;
  }
}
.security-clearance__title {
  margin-bottom: 34px;
}
.registry {
  display: flex;
  flex-direction: column;
}

.reg-item-text {
  font-size: 13.3565px;
  line-height: 16px;
  color: #000000;
}

.reg-item-value {
  font-weight: 500;
  font-size: 13.3565px;
  line-height: 16px;
  color: #197131;
  text-align: right;
}

.reg-item-value.red {
  color: darkred;
}

.reg-item {
  display: flex;
  justify-content: space-between;
  column-gap: 30px;
}
@media (max-width: 767.98px) {
  .reg-item {
    column-gap: 15px;
  }
}
.reg-item:not(:last-child) {
  margin-bottom: 15px;
}
/* slider on company card SIDEBAR */
.sidebar {
  max-width: 100%;
}
@media (min-width: 1023.98px) {
  .sidebar-margin {
    margin-top: 47px;
  }
}
.sidebar-slider__swiper {
  /* height: 100%; */
  margin-bottom: 15px;
  width: 100%;
  max-width: 381px;
}
.sidebar-slider__wrapper {
  position: relative;
}
.sidebar-slider__swiper-slide {
  border-radius: 3.67px;
}
.banner2 {
  height: 372px !important;
  background: url("../images/sidebar/banner-sidebar-2.webp") 0 0 no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: end;
}
.banner2-kz {
  background: url("../images/sidebar/banner-sidebar-3-kz.webp") 0 0 / cover
    no-repeat;
  height: 462.63px;
}
.banner3 {
  height: 372px !important;
  background: url("../images/sidebar/banner-sidebar-3.webp") 0 0 no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: end;
}
.request__button--gold {
  background: linear-gradient(
    to right,
    #e5b352 0%,
    #f4d08d 49%,
    #f4d08d 51%,
    #e5b352 100%
  );
  border: 2px solid transparent;
  color: #000;
  padding: 12px 20px;
  transition: all ease 0.3s;
}

.request__button--gold:hover {
  background: transparent;
  color: #e5b352;
  border: 2px solid #e5b352;
  scale: 1.1;
  transition: all ease 0.3s;
}
/* END Slider Company card */

.popup.open .popup__content {
  opacity: 1;
  transform: translate(0px, 0px);
}

.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(146, 145, 143, 0.75);
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  overflow-x: hidden;
  transition: all 0.8s ease 0s;
}
.popup.open {
  opacity: 1;
  visibility: visible;
  z-index: 4;
}
.popup__body {
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup__content {
  background-image: url(../images/sidebar/reward_bg.webp);
  max-width: 491px;
  padding: 46px 46px 27px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-size: cover;
  position: relative;
  opacity: 0;
  transition: all 0.8s ease 0s;
  transform: translate(0px, -100px);
}
.popup__close {
  position: absolute;
  right: 20px;
  top: 20px;
}
.popup__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  text-align: center;
  background: linear-gradient(180deg, #7e6d3c 0%, #a88c33 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.popup__text {
  font-size: 14px;
  line-height: 114%;
  text-align: center;
  color: #000000;
  margin-top: 19px;
  margin-bottom: 16px;
}
.popup__form {
  display: flex;
  flex-direction: column;
  row-gap: 7.26px;
  width: 100%;
  padding: 0px 23px;
}
@media (max-width: 500px) {
  .popup__form {
    padding: 0px;
  }
}
.popup__form-input {
  background: #ffffff;
  border: 0.91939px solid #92918f;
  border-radius: 3.67756px;
  padding: 12.4118px 18.0014px 13.3312px 18.1852px;
  font-weight: 500;
  font-size: 12.8715px;
  line-height: 17px;
}
.popup__form-input::placeholder {
  color: #92918f;
}
.popup__button {
  padding: 12.4118px 18.0014px 13.3312px 18.1852px;
  background: #081f62;
  border-radius: 3.67756px;
  font-weight: 600;
  font-size: 12.8715px;
  line-height: 129%;
  text-align: center;
  color: #fbfbfb;
  margin-bottom: 15px;
}
.popup__image img {
  max-width: 100%;
}

.content__table-title,
.content__table-title_do {
  background: linear-gradient(180deg, #7e6d3c 0%, #a88c33 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}

.not-included {
  background: #fbfbfb;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  margin-top: 12px;
  padding: 33px 30px 26px;
}
@media (max-width: 767.98px) {
  .not-included {
    padding: 20px 15px 26px;
  }
}
.not-included__title {
  background: linear-gradient(180deg, #7e6d3c 0%, #a88c33 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;
  margin-bottom: 20px;
  text-align: center;
}

.content__table-title_do {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
}
.company__reestr-switch--hide {
  display: none;
}
.company__reestr-trigger.opened .company__reestr-switch::before {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.content__table-title_do.opened .company__reestr-switch--hide {
  display: block;
}

.content__table-title_do.opened .company__reestr-switch--show {
  display: none;
}
.company__reestr-switch {
  position: relative;
  padding-right: 30px;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  -webkit-text-fill-color: #081f62;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: none;
  background: transparent;
  cursor: pointer;
}
.content__table-title_do.opened .company__reestr-switch::before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.company__reestr-switch::before {
  content: "";
  position: absolute;
  right: 1px;
  top: 0;
  width: 15px;
  height: 19px;
  background-image: url("../images/index/arrow-down-border.png");
  background-repeat: no-repeat;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.not-included__text {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #141414;
  margin-bottom: 20px;
  text-align: center;
}
.not-included__sub-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 122%;
  color: #081f62;
  margin-bottom: 20px;
  text-align: center;
}
.not-included__form {
  display: flex;
  flex-direction: column;
  row-gap: 7.26px;
  max-width: 282px;
  margin: 0 auto;
}
.not-included__form-input {
  background: #ffffff;
  border: 0.91939px solid #92918f;
  border-radius: 3.67756px;
  padding: 12.4118px 18.0014px 13.3312px 18.1852px;
  font-weight: 500;
  font-size: 12.8715px;
  line-height: 17px;
}
.not-included__form-input::placeholder {
  color: #92918f;
}
.not-included__button {
  padding: 12.4118px 18.0014px 13.3312px 18.1852px;
  border-radius: 3.67756px;
  font-weight: 600;
  font-size: 12.8715px;
  line-height: 129%;
  text-align: center;
  color: #081f62;
  margin-bottom: 15px;
  border: 0.91939px solid #081f62;
  background: #fbfbfb;
  transition: all 0.3s ease 0s;
}
.not-included__button:hover {
  background: #081f62;
  color: #fbfbfb;
  transition: all 0.3s ease 0s;
}

.wrapper-table {
  overflow: hidden;
  overflow-x: auto;
}
@media (max-width: 767.98px) {
  .wrapper-table {
    overflow-x: scroll;
  }
}

.table {
  display: flex;
  flex-direction: column;
  width: 800px;
}
.table__row {
  display: flex;
  margin-bottom: 5px;
  box-shadow: 0px 2.9434px 2.9434px rgba(146, 145, 143, 0.24);
  gap: 4px;
  width: 800px;
}
.table__row .table__cell.table__cell-indicators-wrap {
  display: flex;
  flex-direction: row;
  padding: 0px;
  flex-wrap: wrap;
  gap: 2px;
  background: none;
  justify-content: space-between;
}
.table__row .table__cell.table__cell-indicators-wrap .table__cell-indicators {
  flex: 0 0 100%;
}
.table__row
  .table__cell.table__cell-indicators-wrap
  .table__cell-indicators-wrap2 {
  display: flex;
  gap: 2px;
  justify-content: space-between;
  flex-direction: row;
  padding: 0px;
  background: none;
}
.table__cell {
  padding: 10px;
  font-weight: 400;
  font-size: 10.3019px;
  line-height: 10px;
  text-align: center;
  color: #000000;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.table__row--header .table__cell {
  color: #fff;
  background: #081f62;
}
.table__row--header {
  font-weight: bold;
  gap: 2.7px;
}
.table__cell-number {
  flex: 0 0 43px;
}
.table__cell-name {
  flex: 0 0 210px;
}
.table__cell-sum,
.table__cell-tax,
.table__cell-pension-fund,
.table__cell-social-medical-insurence,
.table__cell-income-tax {
  /* flex: 0 0 96px; */
  width: 100%;
  /* flex: 0 0 84px; ЕСЛИ 5 показателей */
}
/* .table__cell-sum {
  flex: 0 0 84px;
}
.table__cell-tax {
  flex: 0 0 84px;
}
.table__cell-pension-fund {
  flex: 0 0 84px;
}
.table__cell-social-medical-insurence {
  flex: 0 0 84px;
}
.table__cell-income-tax {
  flex: 0 0 84px;
} */

.active-company {
  border: 2px solid #cbb677;
}
#kg {
  background: #0b4b49;
}
.content__table {
  padding: 33px 30px 26px;
  background: #fbfbfb;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  margin-top: 16px;
}
@media (max-width: 767.98px) {
  .content__table {
    padding: 20px 15px 26px;
  }
}

.content__table-social {
  display: flex;
  justify-content: flex-end;
  gap: 6px;
  margin-top: 24px;
  align-items: center;
}
.content__table-social p {
  font-size: 15px;
  line-height: 18px;
  color: #92918f;
  margin-right: 21px;
}
.content__table-button,
.content__table-button_do {
  display: flex;
  gap: 30px;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .content__table-button,
  .content__table-button_do {
    gap: 10px;
  }
}
.content__table-button_do button {
  padding: 12px 16px;
  font-weight: 600;
  font-size: 14.0916px;
  line-height: 15px;
  text-align: center;
  color: #081f62;
  border-width: 0.828919px 0.828919px 0.83px 0.828919px;
  border-style: solid;
  border-color: #081f62;
  border-radius: 2px;
  transition: all 0.3s ease 0s;
}
.content__table-button button {
  padding: 12px 16px;
  font-weight: 600;
  font-size: 14.0916px;
  line-height: 15px;
  text-align: center;
  color: #0b4b49;
  border-width: 0.828919px 0.828919px 0.83px 0.828919px;
  border-style: solid;
  border-color: #0b4b49;
  border-radius: 2px;
  transition: all 0.3s ease 0s;
}
.content__table-button button:hover {
  color: #ffffff;
  background: #0b4b49;
  transition: all 0.3s ease 0s;
}
.content__table-button_do button:hover {
  color: #ffffff;
  background: #081f62;
  transition: all 0.3s ease 0s;
}
.content__table-button button.tab__btn--active {
  color: #ffffff;
  background: #0b4b49;
  transition: all 0.3s ease 0s;
}
.content__table-button_do button.tab__btn_do--active,
.content__table-button_do button.tab__btn_arch22_do--active {
  color: #ffffff;
  background: #081f62;
  transition: all 0.3s ease 0s;
}
.news-page {
  background: #fbfbfb;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  padding: 20px 20px;
  margin-top: 50px;
}
@media (max-width: 1199.98px) {
  .news-page {
    padding: 30px 20px;
  }
}
@media (max-width: 1089.98px) {
  .news-page {
    padding: 30px 20px;
  }
}
@media (max-width: 1023.98px) {
  .news-page {
    margin-top: 0px;
  }
  .page__news {
    flex-basis: 90%;
  }
}
.news-page__button {
  flex: 0 0 100%;
  column-gap: 20px;
  display: flex;
}
@media (max-width: 767.98px) {
  .news-page__button {
    align-items: center;
    display: flex;
    justify-content: center;
  }
}
.news-page__button a {
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #081f62;
  border: 1px solid #081f62;
  border-radius: 4px;
  padding: 13.5px 19.5797px 14.5px 19.7797px;
  transition: all 0.3s ease 0s;
  width: 180px;
}
.news-page__button a.active-news {
  background: #081f62;
  color: #ffffff;
  pointer-events: none;
}
.news-page__button a:hover {
  background: #081f62;
  color: #ffffff;
  transition: all 0.3s ease 0s;
}
.news-page__button a:active {
  background: #081f62;
  color: #ffffff;
  transition: all 0.3s ease 0s;
}
@media (max-width: 399.98px) {
  .news-page__button a {
    font-size: 15px;
    width: auto;
  }
}
.news-page__row {
  display: flex;
  justify-content: space-between;
  column-gap: 30px;
  flex-wrap: wrap;
  row-gap: 40px;
}
@media (max-width: 767.98px) {
  .news-page__row {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.news-page__item {
  flex: 0 0 47%;
  max-width: 438px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 8px;
  transition: all 0.3s ease 0s;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04);
  padding: 5px;
}
.news-page__item:hover {
  scale: 1.05;
  transition: all 0.3s ease 0s;
}
@media (max-width: 767.98px) {
  .news-page__item {
    flex: 0 0 100%;
  }
}
.news-page__item-image {
  position: relative;
  padding: 0px 0px 52% 0px;
  display: flex;
  overflow: hidden;
  transition: all 0.3s ease 0s;
}
.news-page__item-image:hover {
  transition: all 0.3s ease 0s;
}
.news-page__item-image img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.news-page__item-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #081f62;
}
.news-page__item-date {
  font-size: 14.4543px;
  line-height: 20px;
  color: #92918f;
}
.news-page__item-text {
  font-weight: 500;
  font-size: 14.4543px;
  line-height: 20px;
  color: #141414;
}
.news-page__item-more a {
  padding: 13.5px 19.5797px 14.5px 19.7797px;
  border: 1px solid #081f62;
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #081f62;
  width: 180px;
  text-align: center;
  display: inline-block;
  transition: all 0.3s ease 0s;
}
.news-page__item-more a:hover {
  background: #081f62;
  color: #ffffff;
  transition: all 0.3s ease 0s;
}

.pagination a {
  float: left;
  padding: 6px 9px;
  transition: background-color 0.3s;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #081f62;
}

.pagination a.pagination__active {
  font-weight: 600;
}

.pagination a:hover:not(.active) {
  scale: 1.2;
}

.pagination {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.pagination p {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #081f62;
}

.results-title__container {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  color: #92918f;
  padding-left: 35px;
  margin-top: 16px;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .oked__text-search-result {
    flex: 0 0 180px;
  }
}

.search-results {
  background: #fbfbfb;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  padding: 25px 35px;
}
@media (max-width: 768px) {
  .search-results {
    padding: 25px 15px;
  }
}

.mb0 {
  margin-bottom: 0px;
}

.pl35 {
  padding-left: 35px;
}

@media (min-width: 768px) {
  .fl180 {
    flex: 0 0 180px;
  }
}

.results__container {
  padding-top: 0px;
}

.fdc10 {
  row-gap: 10px;
  display: flex;
  flex-direction: column;
}

.company-name__results a {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #081f62;
}

.item-news__container {
  display: flex;
  gap: 13px;
  flex-direction: column;
  margin-top: 47px;
  margin-bottom: 63px;
}
@media (max-width: 1023.98px) {
  .item-news__container {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .item-news__container {
    margin-top: 20px;
    margin-bottom: 15px;
  }
}
.item-news__body {
  padding: 40px;
  background: #fbfbfb;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  gap: 22px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767.98px) {
  .item-news__body {
    padding: 20px;
  }
}
.item-news__title {
  font-weight: 700;
  font-size: 22px;
  line-height: 122.727273%; /* 27/22 */
  color: #081f62;
}
.item-news__date {
  font-size: 14.4543px;
  line-height: 137%;
  color: #92918f;
}
.item-news__text {
  font-size: 14.4543px;
  line-height: 137%;
  color: #141414;
}
.item-news__text span {
  font-weight: 600;
}
.item-news__image {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 767.98px) {
  .item-news__image {
    justify-content: center;
  }
}
.item-news__image img {
  max-width: 100%;
}
.check-registry {
  padding: 32px 40px;
  background: #fbfbfb;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 767.98px) {
  .check-registry {
    padding: 15px 20px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.check-registry__image img {
  max-width: 100%;
}
.check-registry__form-body {
  border-radius: 4px;
  padding: 3% 50px;
  display: flex;
  flex-direction: column;
  background: url("../images/popup/bg.webp") 0 no-repeat;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .check-registry__form-body {
    padding: 3% 50px;
  }
}
.check-registry__form-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 122%;
  color: #081f62;
  margin-bottom: 21px;
  text-align: center;
}
.check-registry__form-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.check-registry__form-input {
  background: #ffffff;
  border: 0.91939px solid #92918f;
  border-radius: 3.67756px;
  padding: 12.4118px 18.0014px 13.3312px 18.1852px;
}
.check-registry__btn {
  border: 0.91939px solid #081f62;
  border-radius: 3.67756px;
  padding: 12.4118px 18.0014px 13.3312px 18.1852px;
  font-weight: 600;
  font-size: 12.8715px;
  line-height: 129%;
  text-align: center;
  color: #081f62;
  background-color: transparent;
  transition: all 0.3s ease 0s;
}
.check-registry__btn:hover {
  background-color: #081f62;
  color: #fff;
  transition: all 0.3s ease 0s;
}

.tab__items {
  position: relative;
}

.tab__item,
.tab__item_do,
.tab__item_arch22_do {
  display: none;
  animation: fadeEffect 0.6s ease;
}

.tab__item--active,
.tab__item_do--active,
.tab__item_arch22_do--active {
  display: block;
}

@keyframes fadeEffect {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
.main {
  padding: 56px 0px 123px;
  background: #eff1f6;
  flex: auto;
}
@media (max-width: 767.98px) {
  .main {
    padding: 30px 0px 30px;
  }
}
.general-contacts {
  display: flex;
  gap: 20px;
}
@media (max-width: 1023.98px) {
  .general-contacts {
    flex-wrap: wrap;
  }
}
.general-contacts__body {
  flex: 1 1 624px;
}
.general-contacts__form-wrapper {
  background: #fbfbfb;
  border-radius: 4px;
  flex: 1 1 528px;
  padding: 117px 66px 23px;
}
@media (max-width: 1023.98px) {
  .general-contacts__form-wrapper {
    padding: 40px 66px 23px;
  }
}
@media (max-width: 767.98px) {
  .general-contacts__form-wrapper {
    padding: 40px 24px 23px;
  }
}
@media (max-width: 350.98px) {
  .general-contacts__form-wrapper {
    padding: 40px 15px 23px;
  }
}
.general-contacts__form-wrapper h2 {
  font-weight: 700;
  font-size: 28px;
  line-height: 150%;
  text-align: center;
  color: #081f62;
  margin-bottom: 41px;
}
.general-contacts__form {
  display: flex;
  flex-direction: column;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.general-contacts__form-input {
  background: rgba(20, 20, 20, 0.12);
  border-radius: 4px;
  padding: 12px 20px;
}
.general-contacts__form-textarea {
  background: rgba(20, 20, 20, 0.12);
  border-radius: 4px;
  padding: 12px 20px;
  height: 150px;
}
.general-contacts__form-button {
  background: #081f62;
  border-radius: 4px;
  font-size: 17px;
  line-height: 22px;
  color: #ffffff;
  text-align: center;
  padding: 14px 0px;
  transition: all 0.3s;
  border: #081f62 2px solid;
}
.general-contacts__form-button:hover {
  background-color: transparent;
  color: #081f62;
  border: #081f62 2px solid;
  font-weight: 600;
  transition: all 0.3s;
}

.body-contacts {
  background: #fbfbfb;
  border-radius: 4px;
  padding: 18px 24px 23px;
}
.body-contacts__item-phone {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
.body-contacts__title {
  font-weight: 700;
  font-size: 22px;
  line-height: 150%;
  color: #081f62;
  display: flex;
}
.body-contacts__title::before {
  content: "";
  display: block;
  width: 10px;
  height: 30px;
  background: #0e38b1;
  margin-right: 48px;
}
.body-contacts__sub-title {
  font-size: 16px;
  line-height: 150%;
  color: #141414;
  /* margin-top: 70px; */
  margin-bottom: 20px;
  max-width: 496px;
}

.body-contacts h3 {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
}

@media (max-width: 424.98px) {
  .body-contacts__sub-title {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
.body-contacts__text {
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  color: #141414;
  flex: 0 0 143px;
}
@media (max-width: 424.98px) {
  .body-contacts__text {
    flex: 0 0 100%;
  }
}
.body-contacts__item {
  font-size: 18px;
  line-height: 150%;
  color: #141414;
}
.body-contacts__item a {
  color: #141414;
}
.body-contacts__row {
  display: flex;
  gap: 35px;
  margin-bottom: 16px;
  max-width: 496px;
}
@media (max-width: 424.98px) {
  .body-contacts__row {
    flex-wrap: wrap;
    gap: 5px;
  }
}
.body-contacts__map {
  margin-top: 24px;
  width: 100%;
  height: 334px;
}

.contacts-managers {
  margin-top: 80px;
}
@media (max-width: 1023.98px) {
  .contacts-managers {
    margin-top: 40px;
  }
}
.contacts-managers h2 {
  font-weight: 700;
  font-size: 22px;
  line-height: 150%;
  text-align: center;
  color: #081f62;
  margin-bottom: 40px;
}
.contacts-managers__item {
  background: #fafafa;
  border-radius: 4px;
  display: flex;
  padding: 40px 15px;
  gap: 28px;
}
@media (max-width: 767.98px) {
  .contacts-managers__item {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.contacts-managers__item:not(:last-child) {
  margin-bottom: 32px;
}
.contacts-managers__img {
  padding-left: 60px;
}
.contacts-managers__img img {
  object-fit: cover;
  max-width: 100%;
  max-width: 350px;
}
@media (max-width: 767.98px) {
  .contacts-managers__img {
    padding-left: 0px;
  }
}
@media (min-width: 767.98px) {
  .contacts-managers__img {
    flex-shrink: 0;
  }
}
@media (max-width: 767.98px) {
  .contacts-managers__body {
    text-align: center;
  }
}
.contacts-managers__body h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  color: #141414;
  padding: 19px 0px 36px 0px;
}
.contacts-managers__FIO {
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  color: #081f62;
}
.contacts-managers__position {
  font-size: 18px;
  line-height: 150%;
  color: #141414;
}
.contacts-managers__email {
  font-size: 18px;
  line-height: 150%;
  color: #141414;
  display: inline-block;
  margin-top: 24px;
}
.contacts-managers__email:hover {
  text-decoration: underline;
}
/*=====INDEX.HTML=================================================================================================================================================== */
.main--p0 {
  padding: 0;
}

.home-screen {
  padding-top: 125px;
  height: 100vh;
  min-height: 750px;
  background-image: linear-gradient(
      180deg,
      rgba(14, 30, 94, 0.576) 0%,
      rgba(14, 30, 94, 0) 100%
    ),
    url(../images/index/head-wave-colorful.svg), url(../images/index/bg1.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0, 0 -10vh, 0 0;
  background-attachment: fixed, local, fixed;
}
@media (min-width: 1600px) {
  .home-screen {
    background-size: cover, 112%, cover;
    background-position: 0 0, 0 -35vh, 0 0;
  }
}
.home-screen__container {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.home-screen__title-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.home-screen__title {
  font-weight: 900;
  font-size: 48px;
  line-height: 120%;
  letter-spacing: 1px;
  color: #ffffff;
  max-width: 754px;
  padding-top: 35px;
}
@media (max-width: 1023.98px) {
  .home-screen__title {
    font-size: 38px;
  }
}
@media (max-width: 849.98px) {
  .home-screen__title {
    font-size: 34px;
  }
}
@media (max-width: 767.98px) {
  .home-screen__title {
    text-align: center;
    padding-top: 0px;
    font-size: 32px;
  }
}
@media (max-width: 539.98px) {
  .home-screen__title {
    font-size: 19px;
    padding: 0px 15px;
  }
}
.home-screen__reward img {
  width: 179px;
}
@media (max-width: 767.98px) {
  .home-screen__reward {
    display: none;
  }
}
.home-screen__bottom-wrapper {
  display: flex;
  gap: 120px;
}
@media (max-width: 1199.98px) {
  .home-screen__bottom-wrapper {
    gap: 35px;
  }
}
@media (max-width: 1089.98px) {
  .home-screen__bottom-wrapper {
    justify-content: space-between;
  }
}
@media (max-width: 767.98px) {
  .home-screen__bottom-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
  }
}
.home-screen__form-wrapper {
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.75);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  padding: 15px;
  flex-basis: 42%;
}
@media (max-width: 1199.98px) {
  .home-screen__form-wrapper {
    flex-basis: 42%;
  }
}
.home-screen__form-wrapper h3 {
  color: #081f62;
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  padding-bottom: 19px;
  padding-left: 18px;
  padding-right: 18px;
  max-width: 411px;
}
.home-screen__slider-wrapper {
  min-width: 0;
  max-width: 576px;
  position: relative;
}
@media (max-width: 1089.98px) {
  .home-screen__slider-wrapper {
    max-width: 376px;
  }
}
@media (max-width: 767.98px) {
  .home-screen__slider-wrapper {
    max-width: 100%;
  }
}
.home-screen__swiper-slide {
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  height: 130px;
  padding: 20px 15px 20px 20px;
  display: flex;
  align-items: center;
}
.home-screen__swiper-slide p {
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  color: #081f62;
}

.search__form-input {
  font-weight: 500;
  font-size: 12px;
}
.search__btn-home-screen {
  padding: 13px 52px 12px;
}
.registries-upperscreen__form-item {
  display: flex;
}

.search__form-input-home-screen {
  width: 67%;
}
@media (max-width: 1199.98px) {
  .search__form-input-home-screen {
    width: 65%;
  }
}
@media (max-width: 1089.98px) {
  .search__form-input-home-screen {
    width: 61%;
  }
}
@media (max-width: 989.98px) {
  .search__form-input-home-screen {
    width: 100%;
  }
  .registries-upperscreen__form-item {
    flex-wrap: wrap;
  }
}

.swiper-button-prev {
  right: 100px;
  bottom: -85px;
  top: auto;
  left: auto;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #ffffff;
  border-radius: 4px;
  width: 70px;
  height: 40px;
  z-index: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  background-image: url(../images/index/arrowLeft.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  transition: all 0.3s ease;
}
.swiper-button-prev:hover {
  background-color: transparent;
  transition: all 0.3s ease;
}
.swiper-button-prev::after {
  content: "";
}

.swiper-button-next {
  right: 0px;
  bottom: -85px;
  top: auto;
  left: auto;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #ffffff;
  border-radius: 4px;
  width: 70px;
  height: 40px;
  z-index: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  background-image: url(../images/index/arrowLeft.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  transform: rotate(180deg);
  transition: all 0.3s ease;
}
.swiper-button-next:hover {
  background-color: transparent;
  transition: all 0.3s ease;
}
@media (max-width: 539.98px) {
  .swiper-button-next {
    right: 10px;
  }
}
.swiper-button-next::after {
  content: "";
}

.about-project__container {
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.04));
  display: flex;
  background-color: #fff;
  margin-top: 60px;
  margin-bottom: 60px;
}
@media (max-width: 767.98px) {
  .about-project__container {
    flex-wrap: wrap;
  }
}
.about-project__body {
  flex-basis: 50%;
  padding: 60px 80px 60px 60px;
}
@media (max-width: 767.98px) {
  .about-project__body {
    flex-basis: 100%;
    padding: 30px 20px 30px 20px;
  }
}
@media (max-width: 1089.98px) {
  .about-project__body {
    padding: 60px 40px 60px 40px;
  }
}
@media (max-width: 950.98px) {
  .about-project__body {
    padding: 60px 20px 60px 20px;
  }
}
.about-project__title {
  font-weight: 800;
  font-size: 22px;
  line-height: 150%;
  color: #081f62;
  margin-bottom: 30px;
}
.about-project__subtitle {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #141414;
}
.about-project__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #141414;
  text-align: justify;
}
.about-project__image {
  flex-basis: 50%;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
@media (max-width: 767.98px) {
  .about-project__image {
    flex-basis: 100%;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.about-project__image img {
  max-width: 100%;
  object-fit: cover;
  object-position: left;
  height: 100%;
}

.marquee-infinite {
  max-width: 100%;
  overflow: hidden;
}

/*Здесь можно поиграть со свойством width: mac-content*/
.marquee-infinite div {
  display: flex;
  width: max-content;
  animation: marquee-infinite 40s linear infinite;
}

.marquee-infinite span {
  width: 100%;
  display: flex;
  justify-content: space-around;
  max-height: 70px;
}

.marquee-infinite img {
  width: 20%;
  padding-right: 30px;
  object-fit: contain;
  /* max-width: 350px; */
}

.marquee-infinite:hover div {
  animation-play-state: paused;
}

@keyframes marquee-infinite {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
.data-sources__container {
  margin-bottom: 60px;
}
.data-sources__title {
  font-weight: 800;
  font-size: 32px;
  line-height: 150%;
  text-align: center;
  color: #081f62;
  padding-bottom: 30px;
  padding-top: 30px;
  text-transform: uppercase;
}

.big-slider {
  background-image: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.3),
      rgba(0, 0, 0, 0.1)
    ),
    url(../images/index/bigSlider/sliderBG.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.big-slider__container {
  display: flex;
}
@media (max-width: 767.98px) {
  .big-slider__container {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    gap: 75px;
  }
  .data-sources__title {
    font-size: 22px;
  }
}
.big-slider__left-wrapper {
  width: 50%;
  padding-top: 20px;
}
@media (max-width: 767.98px) {
  .big-slider__left-wrapper {
    width: 100%;
  }
}
.big-slider__right-wrapper {
  position: relative;
  width: 50%;
  margin-top: 60px;
}
@media (max-width: 767.98px) {
  .big-slider__right-wrapper {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .left-slider__swiper-slide {
    align-items: center;
    justify-content: center;
    display: flex;
  }
}
.left-slider__swiper-slide img {
  max-width: 100%;
  max-height: 600px;
}

.right-slider__swiper-slide {
  display: flex;
  flex-direction: column;
  padding: 30px 60px 30px 60px;
  background: #ffffff;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  gap: 20px;
  min-height: 430px;
}
@media (max-width: 1023.98px) {
  .right-slider__swiper-slide {
    padding: 25px 30px 27px 30px;
  }
}
.right-slider__swiper-slide h2 {
  font-weight: 800;
  font-size: 22px;
  line-height: 150%;
  color: #081f62;
}
.right-slider__swiper-slide h2 span {
  text-transform: uppercase;
}
.right-slider__swiper-slide p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #141414;
  text-align: justify;
}
.right-slider__swiper-slide a {
  border: 1px solid #081f62;
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #081f62;
  padding: 14px 20px;
  background-color: transparent;
  max-width: 180px;
  transition: all 0.3s ease;
  text-align: center;
  display: inline-block;
}
.right-slider__swiper-slide a:hover {
  transition: all 0.3s ease;
  color: #fff;
  background-color: #081f62;
}

.big-slider__prev {
  bottom: 60px;
  /* visibility: hidden; */
}
@media (max-width: 767.98px) {
  .big-slider__prev {
    bottom: -60px;
  }
}

.big-slider__next {
  /* visibility: hidden; */
  bottom: 60px;
}
@media (max-width: 767.98px) {
  .big-slider__next {
    bottom: -60px;
  }
}

.slider-carousel {
  margin-bottom: 70px;
  margin-top: 60px;
}
.slider-carousel__container {
  position: relative;
}

.swiper-carousel {
  position: relative;
}
.swiper-carousel__button-prev {
  top: 55%;
  left: 0px;
  width: 30px;
  height: 40px;
  z-index: 10;
  cursor: pointer;
  position: absolute;
  background-image: url(../images/index/slider-carousel/arrow.svg);
  background-repeat: no-repeat;
  background-position: 0 50%;
}
@media (max-width: 989.98px) {
  .swiper-carousel__button-prev {
    left: 15px;
  }
}
@media (max-width: 569.98px) {
  .swiper-carousel__button-prev {
    top: 65%;
  }
}
.swiper-carousel__button-next {
  top: 55%;
  right: 0px;
  width: 30px;
  height: 40px;
  z-index: 10;
  cursor: pointer;
  position: absolute;
  background-image: url(../images/index/slider-carousel/arrow.svg);
  background-repeat: no-repeat;
  background-position: 0 50%;
  transform: rotate(180deg);
}
@media (max-width: 989.98px) {
  .swiper-carousel__button-next {
    right: 15px;
  }
}
@media (max-width: 569.98px) {
  .swiper-carousel__button-next {
    top: 65%;
  }
}

.swiper-slide__carousel {
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-slide__carousel img {
  max-width: 229px;
}
.carousel-wrapper {
  max-width: 1070px;
}

.work-in-numbers {
  margin-bottom: 60px;
}
.work-in-numbers__row {
  display: flex;
  gap: 20px;
}
@media (max-width: 989.98px) {
  .work-in-numbers__row {
    flex-wrap: wrap;
  }
}
.work-in-numbers__card {
  background: #fbfbfb;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  flex-basis: 25%;
}
@media (max-width: 989.98px) {
  .work-in-numbers__card {
    flex-basis: 48%;
  }
}
@media (max-width: 530.98px) {
  .work-in-numbers__card {
    flex-basis: 47%;
  }
}
@media (max-width: 450.98px) {
  .work-in-numbers__card {
    flex-basis: 100%;
  }
}
.work-in-numbers__card dl {
  text-align: center;
  display: flex;
  flex-direction: column-reverse;
  gap: 30px;
}
.work-in-numbers__card dl dd {
  font-weight: 800;
  font-size: 32px;
  line-height: 150%;
  color: #081f62;
}
.work-in-numbers__card dl dt {
  font-size: 16px;
  line-height: 120%;
  color: #141414;
}

.latest-news__container {
  margin-bottom: 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.latest-news__row {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .latest-news__row {
    flex-wrap: wrap;
  }
}
@media (max-width: 529.98px) {
  .latest-news__row {
    justify-content: center;
  }
}

.latest-news__item {
  padding: 18px;
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  flex-basis: 32%;
}
@media (max-width: 767.98px) {
  .latest-news__item {
    flex-basis: 48%;
  }
}
@media (max-width: 529.98px) {
  .latest-news__item {
    flex-basis: 100%;
  }
}

.latest-news__item-more {
  padding-top: 28px;
}

.latest-news__item-text {
  font-size: 14px;
}

.latest-news__item-image {
  padding: 0px 0px 60% 0px;
}

.more-news-button {
  max-width: 190px;
  margin-top: 40px;
}
.more-news-button a {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #081f62;
  padding: 14px 20px;
  border: 1px solid #081f62;
  border-radius: 4px;
  display: inline-block;
  transition: all 0.3s ease;
}
.more-news-button a:hover {
  background-color: #081f62;
  color: #fff;
  transition: all 0.3s ease;
}

.interactive-map {
  margin-bottom: 60px;
}
.interactive-map__container {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  padding: 60px;
}
.interactive-map__body {
  display: flex;
  gap: 50px;
  margin-top: 60px;
}
.interactive-map__form-wrapper {
  background: #ffffff;
  border: 1px solid #081f62;
  border-radius: 4px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-self: center;
  width: 320px;
}
.interactive-map__form-wrapper h3 {
  font-weight: 700;
  font-size: 22px;
  line-height: 120%;
  text-align: center;
  color: #081f62;
  padding-bottom: 30px;
}
.interactive-map__form-wrapper form {
  display: flex;
  flex-direction: column;
}
.interactive-map__form-input {
  font-weight: 500;
  font-size: 12px;
  line-height: 17px;
  color: #92918f;
  background: #fafafa;
  border: 0.91939px solid #92918f;
  box-shadow: inset -4px -4px 4px rgba(255, 255, 255, 0.16),
    inset 4px 4px 4px rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  display: flex;
  padding: 12.4118px 18.0014px 13.3312px 18.1852px;
  width: 260px;
}
.interactive-map__form-btn {
  padding: 12.4118px 18.0014px 13.3312px 18.1852px;
  background: #081f62;
  border-radius: 4px;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #fbfbfb;
  margin-top: 10px;
  width: 260px;
  border: 1px solid #081f62;
  transition: all 0.5s ease;
}
.interactive-map__form-btn:hover {
  color: #081f62;
  background: transparent;
  border: 1px solid #081f62;
  transition: all 0.5s ease;
}
@media (max-width: 1199.98px) {
  .interactive-map__body {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    align-items: center;
  }
  .interactive-map__form-wrapper {
    width: 100%;
    align-items: center;
  }
  .interactive-map__form-input {
    width: 90%;
  }
  .interactive-map__form-btn {
    width: 90%;
  }
  .interactive-map__form-wrapper form {
    width: 100%;
    align-items: center;
  }
}
@media (max-width: 767.98px) {
  .interactive-map {
    display: none;
  }
}
.companies-chart {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.continent {
  cursor: pointer;
  pointer-events: all;
  transition: all 0.5s ease;
  white-space: pre-line;
}

.continent:hover {
  stroke-width: 1px;
  stroke: red;
  transition: all 0.5s ease;
  transform: scale3d(10px);
}
.tooltip {
  padding: 20px;
  font-size: 14px;
  position: fixed;
  font-weight: 600;
  font-size: 14px;
  line-height: 12px;
  color: #1f1f1f;
  background: #fbfbfb;
  border: 2px solid #081f62;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04);
  border-radius: 4px;
}
/*=====INDEX.HTML===END================================================================================================================================================ */

.about-project-upper-screen {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3)), url(../images/aboutProject/bg-upper-screen.webp) 0 -2px no-repeat;
  background-size: cover;
}
.about-project-upper-screen__container {
  padding: 80px 0px 60px 0px;
}
@media (max-width: 1023.98px) {
  .about-project-upper-screen__container {
    padding: 40px 0px 30px 0px;
  }
}
@media (max-width: 989.98px) {
  .about-project-upper-screen__container {
    padding: 40px 20px 30px 20px;
  }
}
.about-project-upper-screen__container h1 {
  font-weight: 900;
  font-size: 48px;
  line-height: 120%;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.12);
}
@media (max-width: 1023.98px) {
  .about-project-upper-screen__container h1 {
    font-size: 34px;
  }
}
@media (max-width: 520px) {
  .about-project-upper-screen__container h1 {
    font-size: 28px;
  }
}
.about-project-upper-screen__text {
  padding: 30px 30px 30px 0px;
  margin: 60px 0px;
  max-width: 576px;
  background: linear-gradient(
    90deg,
    rgba(8, 31, 98, 0) 0%,
    rgba(8, 31, 98, 0.56) 100%,
    rgba(8, 31, 98, 0.56) 100%
  );
  background-blend-mode: multiply;
  border-radius: 4px;
}
@media (max-width: 1023.98px) {
  .about-project-upper-screen__text {
    margin: 30px 0px;
  }
}
.about-project-upper-screen__text p {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  text-align: justify;
  color: #ffffff;
}

.about-project-activities {
  margin: 60px 0px;
}
.about-project-swiper {
  max-width: 90%;
}

.about-project-slider-wrapper {
  position: relative;
}

.about-project-swiper-slide {
  padding: 60px 40px;
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  height: auto;
  justify-content: center;
}
@media (max-width: 449.98px) {
  .about-project-swiper-slide {
    padding: 30px 20px;
  }
}
.about-project-swiper-slide h2 {
  font-weight: 700;
  font-size: 22px;
  line-height: 120%;
  color: #081f62;
}
.about-project-swiper-slide p {
  font-size: 16px;
  line-height: 150%;
  color: #141414;
}

.about-project-button-prev {
  position: absolute;
  top: 50%;
  left: 0;
  width: 11px;
  height: 33px;
  background-image: url(../images/aboutProject/arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  transform: rotate(180deg);
  z-index: 2;
  cursor: pointer;
}
@media (max-width: 449.98px) {
  .about-project-button-prev {
    left: 10px;
  }
}

.about-project-button-next {
  position: absolute;
  top: 50%;
  right: 0;
  width: 11px;
  height: 33px;
  background-image: url(../images/aboutProject/arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
  cursor: pointer;
}
@media (max-width: 449.98px) {
  .about-project-button-next {
    right: 10px;
  }
}

.about-project-enterprise-search {
  padding: 40px 0px;
  background: url("../images/aboutProject/bgsearch-enterprise.webp") 0 0 no-repeat;
  background-size: cover;
  background-position: bottom;
}
.about-project-enterprise-search__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.about-project-enterprise-search__container h2 {
  font-weight: 800;
  font-size: 22px;
  line-height: 120%;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  padding-bottom: 30px;
}
.about-project-enterprise-search__container form {
  display: flex;
  gap: 20px;
  width: 100%;
  max-width: 694px;
  justify-content: center;
}
@media (max-width: 449.98px) {
  .about-project-enterprise-search__container form {
    flex-wrap: wrap;
  }
}
.about-project-enterprise-search__input {
  background: #ffffff;
  border: 0.91939px solid #92918f;
  border-radius: 4px;
  padding: 12.4118px 18.0014px 13.3312px 18.1852px;
  width: 100%;
  max-width: 497px;
}
@media (max-width: 449.98px) {
  .about-project-enterprise-search__input {
    width: 90%;
  }
}
.about-project-enterprise-search__button {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #ffffff;
  border-radius: 4px;
  padding: 12.4118px 18.0014px 13.3312px 18.1852px;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #fbfbfb;
  width: 177px;
  transition: all 0.5s ease;
}
.about-project-enterprise-search__button:hover {
  background: transparent;
  transition: all 0.5s ease;
}
@media (max-width: 449.98px) {
  .about-project-enterprise-search__button {
    width: 90%;
  }
}

.about-project-partners {
  padding: 60px 0px;
}
.about-project-partners__container {
  display: flex;
  flex-direction: column;
}
.about-project-partners__first-row {
  display: flex;
  gap: 20px;
  margin-bottom: 70px;
}
@media (max-width: 767.98px) {
  .about-project-partners__first-row {
    flex-wrap: wrap;
  }
}
.about-project-partners__item {
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  flex-basis: 50%;
}
@media (max-width: 767.98px) {
  .about-project-partners__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-basis: 100%;
  }
}
.about-project-partners__item img {
  max-width: 100%;
  object-fit: cover;
  border-radius: 10px;
  max-height: 209px;
  width: 100%;
}
.about-project-partners__item p {
  font-size: 16px;
  line-height: 150%;
  text-align: justify;
  color: #000000;
  padding: 30px;
}
@media (max-width: 1023.98px) {
  .about-project-partners__item p {
    padding: 30px;
  }
}
.about-project-partners__second-row {
  display: flex;
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04);
  border-radius: 4px;
}
@media (max-width: 899.98px) {
  .about-project-partners__second-row {
    flex-wrap: wrap;
  }
}
.about-project-partners__img {
  flex-basis: 50%;
}
@media (max-width: 899.98px) {
  .about-project-partners__img {
    flex-basis: 100%;
    display: flex;
    justify-content: center;
  }
}
.about-project-partners__img img {
  max-width: 100%;
  object-fit: cover;
  height: 100%;
}
.about-project-partners__body {
  flex-basis: 50%;
  padding: 60px;
}
@media (max-width: 899.98px) {
  .about-project-partners__body {
    flex-basis: 100%;
  }
}
@media (max-width: 1023.98px) {
  .about-project-partners__body {
    padding: 30px;
  }
}
.about-project-partners__body h2 {
  font-weight: 800;
  font-size: 22px;
  line-height: 150%;
  color: #081f62;
}
.about-project-partners__body p {
  font-size: 16px;
  line-height: 150%;
  text-align: justify;
  color: #000000;
}

.project-management-team {
  padding: 30px 0px;
  background: rgba(8, 31, 98, 0.08);
}
.project-management-team__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.project-management-team__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 600.98px) {
  .project-management-team__items {
    grid-template-columns: 1fr;
  }
}
.project-management-team__item-body {
  padding: 30px 60px 40px;
}
@media (max-width: 989.98px) {
  .project-management-team__item-body {
    padding: 20px 30px 20px;
  }
}
.project-management-team__item {
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
}
.project-management-team__item img {
  max-width: 180px;
  object-fit: cover;
  max-height: 180px;
  border-radius: 50%;
}
.project-management-team__item h2 {
  font-weight: 800;
  font-size: 22px;
  line-height: 150%;
  color: #081f62;
}
.project-management-team__item h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #808080;
}
.project-management-team__item p {
  font-size: 16px;
  line-height: 150%;
  color: #000000;
}

.suggestions {
  padding: 60px 0px;
}
@media (max-width: 767.98px) {
  .suggestions {
    padding: 0px;
    margin-bottom: 20px;
  }
}
.suggestions__container {
  display: flex;
}
@media (max-width: 767.98px) {
  .suggestions__container {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.suggestions__form-title {
  font-weight: 700;
  font-size: 22px;
  line-height: 120%;
  text-align: center;
  text-transform: uppercase;
  color: #081f62;
  padding-bottom: 32px;
}
.suggestions__form {
  flex-basis: 50%;
  padding: 60px;
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04);
  border-radius: 4px;
}
@media (max-width: 989.98px) {
  .suggestions__form {
    padding: 30px;
  }
}
@media (max-width: 767.98px) {
  .suggestions__form {
    flex-basis: 100%;
  }
}
@media (max-width: 449.98px) {
  .suggestions__form {
    padding: 10px;
  }
}
.suggestions__form form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.suggestions__form form label a,
.general-contacts__form label a {
  font-weight: 500;
  font-size: 12px;
  line-height: 17px;
  color: #081f62;
  text-decoration-line: underline;
}
.suggestions__form-input {
  width: 100%;
  background: rgba(20, 20, 20, 0.12);
  border-radius: 4px;
  padding: 12px 18px;
}
.suggestions__form-textarea {
  width: 100%;
  height: 126px;
  background: rgba(20, 20, 20, 0.12);
  border-radius: 4px;
  padding: 12px 18px;
  resize: none;
}
.suggestions__form-button {
  margin-top: 20px;
  background: #081f62;
  border-radius: 4px;
  padding: 12.4118px 18.0014px 13.3312px 18.1852px;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #fbfbfb;
  border: 1px solid #081f62;
  transition: all 0.5s ease;
}
.suggestions__form-button:hover {
  border: 1px solid #081f62;
  background-color: transparent;
  color: #081f62;
  transition: all 0.5s ease;
}
.suggestions__image {
  flex-basis: 50%;
}
@media (max-width: 767.98px) {
  .suggestions__image {
    flex-basis: 100%;
    display: flex;
    justify-content: center;
    display: none;
  }
}
.suggestions__image img {
  max-width: 100%;
  object-fit: cover;
  height: 100%;
}

.registries-upperscreen {
  background: url("../images/registries/bg3.webp") 0 -2px no-repeat;
  background-size: cover;
}
.registries-upperscreen__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-top: 80px;
}
@media (max-width: 899.98px) {
  .registries-upperscreen__container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
  }
}
@media (max-width: 449.98px) {
  .registries-upperscreen__container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 10px 0px;
  }
}
.registries-upperscreen__container img {
  grid-row: 2/5;
  grid-column: 2/3;
  max-width: 100%;
  object-fit: cover;
  margin-bottom: -15px;
  align-self: end;
  z-index: 2;
}
@media (max-width: 899.98px) {
  .registries-upperscreen__container img {
    align-self: center;
  }
}
.registries-upperscreen__title {
  grid-column: 1/3;
}
.registries-upperscreen__title h1 {
  font-weight: 900;
  font-size: 48px;
  line-height: 120%;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.12);
}
@media (max-width: 1023.98px) {
  .registries-upperscreen__title h1 {
    font-size: 34px;
  }
}
@media (max-width: 899.98px) {
  .registries-upperscreen__title h1 {
    text-align: center;
    font-size: 28px;
  }
}
@media (max-width: 899.98px) {
  .registries-upperscreen__title h1 {
    text-align: center;
    font-size: 24px;
  }
}
.registries-upperscreen__text {
  max-width: 477px;
  padding: 60px 0px;
}
@media (max-width: 899.98px) {
  .registries-upperscreen__text {
    padding: 30px 0px;
  }
}
.registries-upperscreen__text p {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  text-align: justify;
  color: #ffffff;
}
.registries-upperscreen__form {
  grid-column: 1/2;
  height: fit-content;
  width: 100%;
  max-width: 477px;
}
.registries-upperscreen__form h3 {
  padding-bottom: 10px;
}

.registries-data-sources {
  margin: 60px 0px;
}
.registries-data-sources__container {
  display: grid;
  grid-template-columns: 1fr 1fr 2fr;
  grid-template-rows: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 989.98px) {
  .registries-data-sources__container {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 549.98px) {
  .registries-data-sources__container {
    grid-template-columns: 1fr;
  }
}
.registries-data-sources__logo-item {
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  align-self: center;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: auto;
}
@media (max-width: 449.98px) {
  .registries-data-sources__logo-item {
    width: 90%;
    justify-self: center;
  }
}
.registries-data-sources__logo-item img {
  max-width: 100%;
  object-fit: cover;
}
.registries-data-sources__text {
  grid-row: 1/5;
  grid-column: 3/4;
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  padding: 60px;
}
@media (max-width: 989.98px) {
  .registries-data-sources__text {
    grid-column: 1/3;
    grid-row: auto;
  }
}
@media (max-width: 549.98px) {
  .registries-data-sources__text {
    padding: 20px;
    grid-column: 1/2;
  }
}
.registries-data-sources__text p {
  font-size: 16px;
  line-height: 150%;
  text-align: justify;
  color: #141414;
}
.registries-data-sources__text p span {
  font-weight: 800;
  font-size: 16px;
  line-height: 150%;
  text-align: justify;
  color: #081f62;
}

.registries-stages {
  margin-bottom: 60px;
}
.registries-stages__container svg {
  max-width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 989.98px) {
  .registries-stages__container svg {
    display: none;
  }
}
.registries-stages__row {
  display: flex;
  gap: 20px;
}
@media (max-width: 989.98px) {
  .registries-stages__row {
    flex-wrap: wrap;
  }
}
.registries-stages__item {
  background: #ffffff;
  border-radius: 4px;
  padding: 40px;
  flex-basis: 33%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
}
@media (max-width: 989.98px) {
  .registries-stages__item {
    flex-basis: 100%;
  }
}
@media (max-width: 449.98px) {
  .registries-stages__item {
    padding: 20px;
  }
}
.registries-stages__item::after {
  content: "";
  background: url(../images/registries/Rectangle93.svg);
  width: 28px;
  height: 28px;
  top: -10px;
  left: 47%;
  position: absolute;
  transform: rotate(-90deg);
  background-repeat: no-repeat;
}
@media (max-width: 989.98px) {
  .registries-stages__item::after {
    display: none;
  }
}
.registries-stages__item h2 {
  font-weight: 800;
  font-size: 22px;
  line-height: 122.727273%; /* 27px/22 */
  color: #081f62;
}
.registries-stages__item p {
  font-size: 16px;
  line-height: 150%;
  color: #141414;
}
.registries-stages__item a {
  background: #081f62;
  border-radius: 4px;
  padding: 10px 20px;
  width: 100%;
  display: inline-block;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #ffffff;
}
.registries-stages__item svg {
  max-width: 100%;
}
@media (max-width: 989.98px) {
  .registries-stages__item svg {
    display: block;
    width: 100%;
  }
}
.registries-stages__item-more-text {
  text-align: center;
}

.registries-advantages {
  margin-bottom: 60px;
}
.registries-advantages__row {
  display: flex;
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04);
  border-radius: 4px;
}
@media (max-width: 767.98px) {
  .registries-advantages__row {
    flex-wrap: wrap;
  }
}
.registries-advantages__image {
  flex-basis: 50%;
}
@media (max-width: 767.98px) {
  .registries-advantages__image {
    flex-basis: 100%;
    text-align: center;
  }
}
.registries-advantages__image img {
  max-width: 100%;
  object-fit: cover;
  height: 100%;
}
.registries-advantages__body {
  padding: 45px 80px 10px;
  flex-basis: 50%;
}
@media (max-width: 1199.98px) {
  .registries-advantages__body {
    padding: 45px 60px 10px;
  }
}
@media (max-width: 899.98px) {
  .registries-advantages__body {
    padding: 45px 20px 10px 40px;
  }
}
@media (max-width: 767.98px) {
  .registries-advantages__body {
    flex-basis: 100%;
    padding: 45px 40px 10px 60px;
  }
}
.registries-advantages__body h2 {
  font-weight: 800;
  font-size: 22px;
  line-height: 120%;
  color: #081f62;
  position: relative;
}
.registries-advantages__body h2::after {
  content: "";
  background: url(../images/registries/checkmark.svg) no-repeat;
  width: 28px;
  height: 21px;
  position: absolute;
  top: 4px;
  left: -35px;
}
.registries-advantages__body p {
  font-size: 16px;
  line-height: 150%;
  text-align: justify;
  color: #000000;
  padding: 10px 0px 35px 0px;
}

.about-project-enterprise-search--mb {
  margin-bottom: 50px;
}

.nominations-upper-screen {
  background: url("../images/nominations/womanupperscreen.webp") 80% 100% no-repeat,
    url("../images/nominations/upperscreenbg.webp") 100% 103% no-repeat;
  background-size: contain, cover;
  position: relative;
  height: 750px;
  margin-bottom: 60px;
}
@media (max-width: 1089px) {
  .nominations-upper-screen {
    background: url("../images/nominations/upperscreenbg.webp") 100% 103% no-repeat;
  }
}
@media (max-width: 768px) {
  .nominations-upper-screen {
    padding-bottom: 40px;
    height: auto;
    background-position: inherit;
  }
}
.nominations-upper-screen__container {
  height: 100%;
  padding-top: 200px;
}
@media (max-width: 1024px) {
  .nominations-upper-screen__container {
    background: none;
  }
}
@media (max-width: 768px) {
  .nominations-upper-screen__container {
    padding: 130px 20px 0px;
  }
}
.nominations-upper-screen__container h1 {
  font-weight: 900;
  font-size: 48px;
  line-height: 120%;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.12);
}
@media (max-width: 1200px) {
  .nominations-upper-screen__container h1 {
    font-size: 42px;
  }
}
@media (max-width: 768px) {
  .nominations-upper-screen__container h1 {
    font-size: 36px;
  }
}
@media (max-width: 600px) {
  .nominations-upper-screen__container h1 {
    font-size: 30px;
  }
}
.nominations-upper-screen__container p {
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: #ffffff;
  max-width: 597px;
  margin-top: 50px;
  margin-bottom: 100px;
}
.nominations-upper-screen__container img {
  position: absolute;
  right: 6%;
  bottom: 0;
  display: none;
}
.nominations-upper-screen__button {
  border-radius: 4px;
  border: 2px solid rgba(255, 206, 122, 0.7);
  padding: 12px 20px;
  position: relative;
  z-index: 1;
  background: transparent;
  color: #fff1b0;
  max-width: 336px;
  width: 100%;
  display: inline-block;
  text-align: center;
  transition: all 0.5s ease;
}
.nominations-upper-screen__button:hover {
  transition: all 0.5s ease;
  color: #0c3e83;
  background: #fff;
  border: 2px solid transparent;
  font-weight: 600;
}
.groupWave {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: auto;
  min-height: 130px;
  pointer-events: none;
}
.nominations-stages {
  margin-bottom: 60px;
}
.nominations-stages__body {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.nominations-stages__row {
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  display: flex;
  padding: 20px 0px;
}
.nominations-stages__number {
  padding: 23.5px 40px;
  min-width: 123px;
}
@media (max-width: 449.98px) {
  .nominations-stages__number {
    display: none;
  }
}
.nominations-stages__row-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-left: 1px solid #081f62;
  padding-left: 60px;
}
@media (max-width: 449.98px) {
  .nominations-stages__row-body {
    border-left: none;
    padding: 0px 20px;
  }
}
.nominations-stages__row-body h2 {
  font-weight: 800;
  font-size: 22px;
  line-height: 27px;
  color: #081f62;
}
.nominations-stages__row-body p {
  font-size: 16px;
  line-height: 150%;
  color: #141414;
}
@media (max-width: 449.98px) {
  .nominations-stages__row-body p {
    text-align: justify;
  }
}

.nominations-slider {
  margin-bottom: 60px;
}
.nominations-slider__wrapper {
  position: relative;
}

.nominations-slider__swiper-slide {
  display: flex;
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04);
  border-radius: 4px;
}
@media (max-width: 768px) {
  .nominations-slider__swiper-slide {
    flex-direction: column;
    height: auto;
  }
}
.nominations-slider__image {
  flex-basis: 50%;
}
.nominations-slider__image img {
  object-fit: cover;
  max-width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .nominations-slider__image {
    text-align: center;
  }
  .nominations-slider__image img {
    object-fit: contain;
  }
}
.nominations-slider__body {
  flex-basis: 50%;
  padding: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .nominations-slider__body {
    padding: 20px;
  }
}
.nominations-slider__body h2 {
  font-weight: 800;
  font-size: 22px;
  line-height: 120%;
  color: #081f62;
}

.nominations-slider__body p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #000000;
}

.nominations-advantages {
  margin-bottom: 60px;
}
.nominations-advantages__body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 768px) {
  .nominations-advantages__body {
    grid-template-columns: 1fr;
  }
}
.nominations-advantages__item {
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .nominations-advantages__item {
    padding: 10px;
  }
}
.nominations-advantages__item img {
  padding-right: 30px;
  max-width: 100%;
  object-fit: cover;
}
.nominations-advantages__item p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #141414;
}
.nominations-advantages__item p span {
  font-weight: 700;
  color: #081f62;
}

.nominations-slider-gallery {
  margin-bottom: 60px;
}
.nominations-slider-gallery__wrapper {
  position: relative;
}
.nominations-slider-gallery__swiper {
  width: 95%;
}
@media (max-width: 450px) {
  .nominations-slider-gallery__swiper {
    width: 90%;
  }
}
.nominations-slider-gallery__swiper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 99px;
  z-index: 1;
  background: linear-gradient(
    90deg,
    #eff1f6 18.75%,
    rgba(239, 241, 246, 0.8) 47.4%,
    rgba(239, 241, 246, 0) 100%
  );
}
@media (max-width: 768px) {
  .nominations-slider-gallery__swiper::after {
    width: 49px;
  }
}
@media (max-width: 450px) {
  .nominations-slider-gallery__swiper::after {
    width: 29px;
  }
}
.nominations-slider-gallery__swiper::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 99px;
  z-index: 2;
  background: linear-gradient(
    90deg,
    #eff1f6 18.75%,
    rgba(239, 241, 246, 0.8) 47.4%,
    rgba(239, 241, 246, 0) 100%
  );
  transform: matrix(-1, 0, 0, 1, 0, 0);
}
@media (max-width: 768px) {
  .nominations-slider-gallery__swiper::before {
    width: 49px;
  }
}
@media (max-width: 450px) {
  .nominations-slider-gallery__swiper::before {
    width: 29px;
  }
}
@media (max-width: 540px) {
  .nominations-slider-gallery__swiper-slide {
    text-align: center;
  }
}
.nominations-slider-gallery__swiper-slide img {
  object-fit: cover;
  max-width: 100%;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.04));
  border-radius: 4px;
  height: 100%;
}

.participation-application {
  background: url("../images/nominations/formbg.webp") 0 0 no-repeat;
  background-size: cover;
  margin-bottom: 60px;
}
.participation-application__image {
  flex-basis: 50%;
  text-align: center;
  align-self: end;
}
@media (max-width: 850px) {
  .participation-application__image {
    display: none;
  }
}
.participation-application__image img {
  max-width: 100%;
  object-fit: cover;
  max-height: 600px;
  align-self: auto;
}
.participation-application__container {
  display: flex;
}

.suggestions__form--margin {
  margin: 45px 0px;
}
@media (max-width: 850px) {
  .suggestions__form--margin {
    flex-basis: 100%;
  }
}
.suggestions__form--margin p {
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  color: #141414;
  margin-bottom: 20px;
}

.privacy-policy__container {
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  padding: 20px;
}
.privacy-policy__container h1 {
  font-size: 28px;
  margin-bottom: 20px;
}
@media (max-width: 450px) {
  .privacy-policy__container h1 {
    font-size: 22px;
  }
}
.privacy-policy__container h2 {
  font-size: 24px;
  margin-top: 40px;
  margin-bottom: 10px;
}
.privacy-policy__container p {
  margin-bottom: 10px;
}
/* FAQ ACCRODION */
.content__faq {
  padding: 33px 30px 26px;
  background: #fbfbfb;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  margin-top: 16px;
}

.faq__item {
  line-height: 17px;
  color: #000000;
  margin-top: 10px;
  padding-top: 20px;
}
.faq__item:not(:nth-child(2)) {
  border-top: 1px solid rgba(72, 68, 68, 0.303);
}
.faq__item-question {
  font-size: 16px;
  cursor: pointer;
  padding-top: 5px;
  padding-right: 30px;
  position: relative;
  --rotate-degree: 90deg;
  transition: all 0.3s ease;
}
.faq__item-question::after {
  content: "";
  right: 0;
  top: 10px;
  position: absolute;
  height: 1px;
  width: 15px;
  background-color: #000;
  transition: all 0.3s ease;
}
.faq__item-question::before {
  content: "";
  right: 0;
  top: 10px;
  position: absolute;
  height: 1px;
  width: 15px;
  background-color: #000;
  transform: rotate(var(--rotate-degree));
  transition: all 0.3s ease;
}
.faq__item-answer {
  transition: all 0.5s ease;
  font-size: 14px;
  padding-top: 10px;
  opacity: 0;
  visibility: hidden;
  max-height: 0px;
  overflow: hidden;
}
.faq__item-answer.faq-show {
  transition: all 0.5s ease;
  opacity: 1;
  visibility: visible;
  height: auto;
  padding-bottom: 20px;
  padding-top: 25px;
  max-height: 200px;
}
/* COMPANY INFO  */
.company-info {
  padding: 33px 30px 26px;
  background: #fbfbfb;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  margin-top: 16px;
}
.company-info__text {
  padding-top: 10px;
  color: #000000;
  font-size: 14px;
  line-height: 17px;
  text-align: justify;
}
@media (max-width: 767.98px) {
  .company-info {
    padding: 20px 15px 26px;
  }
  .content__faq {
    padding: 20px 15px 26px;
  }
}
/* Company of year ========================================================*/
.top-screen {
  position: relative;
  background: radial-gradient(
      536.16% 85.28% at 25.43% 47.72%,
      #116b69 0.28%,
      #052e2d 100%
    ),
    radial-gradient(
      373.68% 73.28% at 27.45% 44.18%,
      #116b69 0.28%,
      rgba(17, 107, 105, 0) 100%
    ),
    #094b4a;
}
.top-screen__container {
  display: flex;
}
.top-screen__body {
  display: flex;
  padding: 140px 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  flex: 0 0 50%;
  z-index: 2;
}
.top-screen__sub-title {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.12);
  font-size: 22px;
  font-weight: 700;
}
.top-screen__title {
  color: #ffd86f;
  font-size: 44px;
  font-weight: 900;
  line-height: 120%; /* 52.8px */
  text-align: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  background-image: linear-gradient(
    to bottom,
    rgba(253, 237, 179, 1),
    rgba(255, 206, 122, 1),
    rgba(255, 241, 176, 1)
  );
}

.top-screen__text {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}
.top-screen__button {
  display: flex;
  width: 336px;
  background-color: transparent;
  border: 2px solid;
  color: #fff;
  justify-content: center;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%; /* 24px */
  transition: all ease 0.5s;
  border-image-source: linear-gradient(
    to bottom,
    rgba(253, 237, 179, 1),
    rgba(255, 206, 122, 1),
    rgba(255, 241, 176, 1)
  );
  border-image-slice: 1;
  border-radius: 4px;
}
.top-screen__button:hover {
  scale: 1.05;
  transition: all ease 0.5s;
}
.top-screen__reward-img {
  position: absolute;
  right: 51.828px;
  top: 20px;
  width: 104.172px;
  height: 90px;
  z-index: 2;
}
.top-screen__bg-img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
@media (max-width: 1400px) {
  .top-screen__bg-img {
    max-width: 80%;
    filter: brightness(0.5);
  }
}
@media (max-width: 1024px) {
  .top-screen__bg-img {
    max-width: 100%;
    filter: brightness(0.2);
  }
  .top-screen__body {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    padding: 140px 10px;
  }
}
@media (max-width: 400px) {
  .top-screen__button {
    width: 100%;
  }
}

.data-sources__title--green {
  color: #0b4b49;
  margin-top: 50px;
}

.mission-and-target {
  background: radial-gradient(
      367.47% 144.8% at 47.06% 76.73%,
      #116b69 0.28%,
      #052e2d 100%
    ),
    #0b4b49;
  filter: drop-shadow(0px 4px 4px rgba(1, 46, 44, 0.16));
  clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 90%);
}

.mission-and-target__container {
  display: flex;
  max-height: 530px;
}
.mission-and-target__body {
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 60px;
}
.mission-and-target__body-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 466px;
}
.mission-and-target__title {
  font-size: 22px;
  font-weight: 800;
}
.mission-and-target__text {
  font-size: 16px;
  line-height: 150%; /* 24px */
}
.mission-and-target__img {
  flex-basis: 50%;
}
.mission-and-target__img img {
  object-fit: cover;
  max-width: 100%;
}
@media (min-width: 1200px) {
  .mission-and-target {
    padding-bottom: 25px;
  }
}
@media (max-width: 1024px) {
  .mission-and-target__img img {
    margin-bottom: -10px;
  }
}
@media (max-width: 768px) {
  .mission-and-target__img {
    flex-basis: 100%;
    display: flex;
    justify-content: center;
  }
  .mission-and-target__body {
    flex-basis: 100%;
  }
  .mission-and-target__container {
    flex-wrap: wrap;
    max-height: 100%;
    padding: 120px 20px 0px 20px;
  }
}

.stages {
  position: relative;
  z-index: 2;
}
.stages__wrapper {
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.04);
  color: #141414;
  display: flex;
  gap: 20px;
  flex-basis: 50%;
}
.stages__body {
  display: flex;
  flex-direction: column;
  flex-basis: 50%;
  padding: 60px 20px 60px 60px;
}
.stages__body ul {
  margin: 40px 0px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 767.98px) {
  .stages__body ul {
    margin: 20px 0px;
    gap: 15px;
  }
}
.stages__body ul h3 {
  color: #0b4b49;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%; /* 24px */
}
.stages__body ul li {
  font-size: 16px;
  line-height: 150%; /* 24px */
  position: relative;
  padding-left: 30px;
}
.stages__list::after {
  position: absolute;
  top: 2px;
  left: 0;
  background-color: #0b4b49;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 800;
  line-height: 150%; /* 18px */
  display: flex;
  align-items: center;
  justify-content: center;
}
.stages__list1::after {
  content: "1";
}
.stages__list2::after {
  content: "2";
}
.stages__list3::after {
  content: "3";
}
.stages__list4::after {
  content: "4";
}

.stages__text {
  text-align: justify;
  font-size: 16px;
  line-height: 150%; /* 24px */
}
.stages__text a {
  color: #000;
}
.stages__scheme {
  display: flex;
  flex-direction: column;
  flex-basis: 50%;
  padding: 60px 60px 60px 20px;
}
.stages__scheme {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.stages__scheme-stage1 div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.stages__scheme-stage1 div img {
  width: 32px;
}
.stages__scheme-stage {
  display: flex;
  border-radius: 4px;
  background: #f8f8f8;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 10px;
  gap: 10px;
  transition: all 0.5s ease;
}
.stages__scheme-stage:hover {
  transition: all 0.5s ease;
  scale: 1.1;
}
.stages__scheme-stage5:hover {
  transition: all 0.5s ease;
  scale: 1.1;
}
.stages__scheme-stage1 {
  gap: 20px;
}
.stages__scheme-stage5 {
  transition: all 0.5s ease;
}
.stages__scheme-stage5 img {
  max-width: 100%;
  max-height: 280px;
}
.stages__scheme-arrow {
  display: flex;
  width: 7.328px;
  height: 29.914px;
  padding: 10px 0px;
  align-items: center;
}
@media (max-width: 1200px) {
  .stages__scheme {
    padding: 60px 20px 60px 10px;
  }
  .stages__body {
    padding: 60px 10px 60px 20px;
  }
}
@media (max-width: 1024px) {
  .stages__scheme {
    padding: 20px 20px 20px 10px;
    flex: 0 0 100%;
  }
  .stages__body {
    padding: 20px 10px 20px 20px;
    flex: 0 0 100%;
  }
  .stages__wrapper {
    flex-wrap: wrap;
  }
}
.stages__button {
  display: flex;
  border-radius: 4px;
  background: #0b4b49;
  border: 1px solid #0b4b49;
  width: 100%;
  color: #fff;
  padding: 10px 0px;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%; /* 24px */
  margin-top: 20px;
  transition: all 0.5s ease;
}
.stages__button:hover {
  background: transparent;
  color: #0b4b49;
  transition: all 0.5s ease;
}

@media (max-width: 600px) {
  .stages__scheme-stage1 {
    flex-wrap: wrap;
  }
}
.advantages__container {
  position: relative;
  z-index: 2;
}
.advantages__wrapper {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.advantages__item {
  display: flex;
  flex-basis: 49%;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.04);
  padding: 30px;
  gap: 30px;
  align-items: center;
}
.advantages__item-body h3 {
  color: #0b4b49;
  font-size: 22px;
  font-weight: 800;
}
.advantages__item-body p {
  text-align: justify;
  font-size: 16px;
  line-height: 150%; /* 24px */
  color: #141414;
  padding-top: 10px;
}
.advantages__item- {
  transition: all 0.5s ease;
}
.advantages__item:hover {
  scale: 1.05;
  transition: all 0.5s ease;
}
@media (max-width: 1100px) {
  .advantages__wrapper {
    gap: 15px;
  }
}
@media (max-width: 1024px) {
  .advantages__item {
    flex-direction: column;
  }
}
@media (max-width: 779.98px) {
  .advantages__item {
    flex-direction: row;
    flex-basis: 100%;
  }
}
@media (max-width: 399.98px) {
  .advantages__item {
    flex-direction: column;
  }
}
.feedback {
  margin-bottom: 50px;
  background-image: url(../images/companyoftheyear/Vector2.svg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% auto;
}
.feedback__wrapper {
  display: flex;
  padding-bottom: 60px;
}
.feedback__body {
  display: flex;
  flex-direction: column;
  flex-basis: 50%;
  padding: 45px 60px;
  background: #fff;
  border-radius: 4px 0px 0px 4px;
  box-shadow: 4px 8px 32px 0px rgba(184, 185, 185, 0.48);
}
.feedback__body p {
  color: #141414;
  text-align: center;
  font-size: 16px;
  line-height: 120%; /* 19.2px */
  font-weight: bold;
}
.feedback__body form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 30px;
}
.feedback__form-input {
  border-radius: 4px;
  border: 1px solid rgba(20, 20, 20, 0.24);
  background: #fafafa;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.04) inset,
    -4px -4px 4px 0px rgba(255, 255, 255, 0.16) inset;
  padding: 12.412px 18.001px 13.331px 18.185px;
}
.feedback__body form label a {
  color: #0b4b49;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 16.549px; /* 137.908% */
  text-decoration-line: underline;
}
.feedback__form-button {
  border-radius: 4px;
  background: #0b4b49;
  padding: 12.412px 18.001px 13.331px 18.185px;
  color: #fbfbfb;
  font-style: normal;
  font-weight: 600;
  line-height: 16.549px; /* 118.207% */
  transition: all 0.5s ease;
  border: 1px solid #0b4b49;
}
.feedback__form-button:hover {
  background: transparent;
  color: #0b4b49;
  transition: all 0.5s ease;
}

.feedback__image {
  display: flex;
  flex-direction: column;
  flex-basis: 50%;
}

.feedback__image img {
  border-radius: 0px 4px 4px 0px;
  box-shadow: 4px 8px 32px 0px rgba(184, 185, 185, 0.48);
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}
.nominations-slider-relative {
  position: relative;
}
.decor-image1 {
  position: absolute;
  bottom: -80%;
  right: 0;
}
@media (max-width: 1024px) {
  .decor-image1 {
    display: none;
  }
}
.decor-image2 {
  position: absolute;
  bottom: -40%;
  left: 0;
}
@media (max-width: 1024px) {
  .decor-image2 {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .feedback__wrapper {
    flex-wrap: wrap;
  }
  .feedback__body {
    flex-basis: 100%;
  }
  .feedback__image {
    flex-basis: 100%;
  }
}
@media (max-width: 1023.98px) {
  .feedback__body {
    padding: 25px;
  }
}
.header--green {
  background: #0b4b49;
}
.nominations-slider__body--green h2 {
  color: #0b4b49;
}
.footer--green {
  background: #0b4b49;
  box-shadow: 0px -4px 4px 0px rgba(0, 0, 0, 0.25);
}

@media (max-width: 767.98px) {
  .stages__scheme-stage1 .dotted {
    display: none;
  }
}
.nominations-slider__image {
  transition: all 0.3s ease;
}
.nominations-slider__image:hover {
  scale: 1.15;
  transition: all 0.3s ease;
}
.nominations-slider__swiper {
  margin: 0px 30px;
  overflow: visible;
  overflow-x: clip;
}
.nominations-upper-screen__button--green {
  color: #fff;
  border-color: #0b4b49;
  background-color: #0b4b49;
}
.button-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
.nominations-upper-screen__button--green:hover {
  color: #0b4b49;
  border-color: #0b4b49;
  background-color: transparent;
}
/* HEADER SUB MENU */
.menu__list > li {
  position: relative;
}
.menu__sub-list {
  position: absolute;
  top: 100%;
  left: -65%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 15px;
  min-width: 200px;
  transform: translate(0px, 10%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .menu__sub-list {
    left: -42%;
    background: rgba(7, 16, 55, 0.95) !important;
  }
}
.menu__list > li:hover .menu__sub-list {
  opacity: 1;
  visibility: visible;
  transform: translate(0px, 0px);
  z-index: 2;
}
.menu__sub-item {
  text-align: center;
}
.menu__sub-item:not(:last-child) {
  border-bottom: 1px solid;
  padding-bottom: 10px;
}
.content__info--sub {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 15px;
  padding: 25px 30px 25px;
}
.swiper-wrapper {
  align-items: stretch;
}
.swiper-slide {
  height: auto;
}
/* award --------------------------------- */
.award-upper-screen {
  background: #0f1d5f;
  height: 850px;
  max-height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.award-upper-screen__container {
  position: relative;
  z-index: 2;
  width: 100%;
}
.award-upper-screen__content-block {
  color: #fff;
}

.award-upper-screen__content-block h1 {
  font-weight: 600;
  font-size: 21px;
  padding-bottom: 90px;
  line-height: 26px;
}
.award-upper-screen__wards {
  border-left: 2px solid #fff;
  padding-left: 25px;
  margin-bottom: 80px;
  padding-bottom: 10px;
  text-wrap: balance;
}
.award-upper-screen__wards p {
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 25px;
  border: 1px solid #fff;
  border-radius: 60px;
  padding: 10px 15px;
  display: inline-block;
}
.award-upper-screen__wards h2 {
  font-weight: 700;
  font-size: 32px;
  text-transform: uppercase;
}
.pb20 {
  padding-bottom: 20px;
}
.award-upper-screen__wards h2 sup {
  font-size: 18px;
  text-align: right;
}
.award-upper-screen__button {
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  color: #0e1e5e;
  border-radius: 10px;
  padding: 16px 48px;
  background-color: #fff;
  transition: all 0.3s ease;
  border: 2px solid #fff;
}
.award-upper-screen__button:hover {
  color: #fff;
  background-color: transparent;
  transition: all 0.3s ease;
  border: 2px solid #fff;
}
.award-upper-screen__button span::after {
  content: "";
  display: inline-block;
  margin-left: 8px;
  width: 14px; /* Ширина стрелки */
  height: 12px; /* Высота стрелки */
  background-image: url("../images/icon/arrow-right.svg");
  transition: all 0.3s ease;
  transform: translateY(1px);
}
.award-upper-screen__button:hover span::after {
  background-image: url("../images/icon/arrow-right-white.svg");
  transform: translate(10px, 1px);
  transition: all 0.3s ease;
}
.award-upper-screen-swiper__wrapper {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 55%;
  height: 100%;
}
@media (max-width: 1023.98px) {
  .award-upper-screen-swiper__wrapper {
    max-width: 100%;
    background-color: #000;
    z-index: 0;
  }
  .award-upper-screen-swiper__wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 2;
  }
  .award-upper-screen__container {
    padding: 0px 20px;
  }
  .award-upper-screen__wards h2 {
    font-size: 22px;
  }
  .award-upper-screen__content-block h1 {
    padding-bottom: 30px;
    font-size: 19px;
  }
  .Purpose-award__container {
    flex-wrap: wrap;
  }
  .Purpose-award__container .Purpose-award__content {
    flex-basis: 100%;
    padding: 40px 20px;
  }
  .Purpose-award__container .Purpose-award__scheme {
    flex-basis: 100%;
    padding: 20px;
  }
}
.award-upper-screen-swiper {
  width: 100%;
  height: 100%;
}
.award-upper-screen-swiper__slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center;
}
.Purpose-award {
  background: #eff1f6;
  padding: 40px 0px;
}
.Purpose-award__container {
  display: flex;
  height: 100%;
}
.Purpose-award__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 40px;
  background-color: #fff;
  flex: 1 0 50%;
  border-radius: 16px 0px 0px 16px;
}
.Purpose-award__content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: justify;
  color: #363738;
}
.Purpose-award__content h2 {
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  color: #0e1e5e;
}
.Purpose-award__content-button {
  border: 2px solid #0e1e5e;
  border-radius: 10px;
  padding: 15.5px;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  color: #0e1e5e;
  transition: all 0.3s ease;
}
.Purpose-award__content-button:hover {
  color: #fff;
  background-color: transparent;
  border: 2px solid #fff;
  background-color: #0e1e5e;
  transition: all 0.3s ease;
}
.Purpose-award__content-button span::after {
  content: "";
  display: inline-block;
  margin-left: 8px;
  width: 14px; /* Ширина стрелки */
  height: 12px; /* Высота стрелки */
  background-image: url("../images/icon/arrow-right.svg");
  transition: all 0.3s ease;
  transform: translateY(1px);
}
.Purpose-award__content-button:hover span::after {
  background-image: url("../images/icon/arrow-right-white.svg");
  transition: all 0.3s ease;
  transform: translate(10px, 1px);
}
.Purpose-award__scheme {
  padding: 20px;
  flex: 1 0 50%;
  max-width: 100%;
  min-height: 100%;
  border-radius: 0px 16px 16px 0px;
  overflow: hidden;
  background: url("../images/awards/scheme.jpg") center center / cover no-repeat;
}
.Purpose-award__scheme svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.determination-of-winners {
  background: #0e1e5e;
  margin-bottom: 40px;
}
.determination-of-winners__container {
  padding: 40px;
}
.determination-of-winners__up-block {
  display: flex;
}
.determination-of-winners__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  flex: 1 0 50%;
}
.determination-of-winners__content h2 {
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
}
.determination-of-winners__content p {
  padding-right: 40px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}
.determination-of-winners__image {
  flex: 1 1 50%;
  align-items: center;
  display: flex;
  justify-content: center;
}
.determination-of-winners__image img {
  max-width: 350px;
  max-height: 320px;
}
.determination-of-winners__stages {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 60px;
}
.determination-of-winners__stages h3 {
  font-weight: 700;
  font-size: 20px;
}
.determination-of-winners__stages-wrapper {
  display: flex;
}
.stages-wrapper1 {
  display: flex;
  z-index: 3;
  flex-basis: 34.3%;
}
.stages-wrapper1 svg {
  height: 100%;
}
.stages-wrapper2 {
  display: flex;
  margin-left: -20px;
  z-index: 2;
  flex-basis: 34.3%;
}
.stages-wrapper2 svg {
  margin-left: -1px;
  height: 100%;
}
.stages-item {
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  color: #363738;
  padding: 29px;
  width: 100%;
  max-height: 75px;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
}
.determination-of-winners__stages-item1 {
  background-color: #fff;
  border-radius: 8px 0px 0px 8px;
}
.determination-of-winners__stages-item2 {
  background: #eff1f6;
}
.determination-of-winners__stages-item3 {
  background: #e1e2e9;
  border-radius: 0 8px 8px 0;
  margin-left: -20px;
  flex-basis: 34.3%;
}
.determination-of-winners__stages-item4 {
  background: #cbcdd8;
  border-radius: 0 8px 8px 0;
  margin-left: -20px;
  flex-basis: 34.3%;
}
.determination-of-winners__iconblock {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.determination-of-winners__iconblock h3 {
  font-weight: 700;
  font-size: 20px;
}

.determination-of-winners__iconblock-wrapper {
  display: flex;
  justify-content: space-between;
}
.iconblock-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  width: 241px;
  height: 198px;
  padding: 20px 10px;
  transition: all 0.3s ease;
}
.iconblock-item:hover {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.16);
  transition: all 0.3s ease;
}
.iconblock-item img {
  width: 80px;
  height: 80px;
}
.iconblock-item p {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
}
@media (max-width: 1199.98px) {
  .stages-item {
    padding: 19px;
  }
}
@media (max-width: 1023.98px) {
  .determination-of-winners__image img {
    max-width: 260px;
    max-height: 250px;
  }
  .determination-of-winners__up-block {
    padding-bottom: 30px;
  }
  .determination-of-winners__content {
    flex: 1 0 60%;
  }
  .determination-of-winners__container {
    padding: 40px 20px;
  }
}
@media (max-width: 767.98px) {
  .determination-of-winners__up-block {
    flex-wrap: wrap;
  }
  .determination-of-winners__content p {
    padding-right: 0px;
  }
  .determination-of-winners__image img {
    max-width: 200px;
    max-height: 200px;
  }
  .stages-item {
    padding: 5px 20px;
  }
  .iconblock-item__plus-icon {
    display: none;
  }
  .iconblock-item {
    flex-basis: 45%;
  }
  .determination-of-winners__iconblock-wrapper {
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
  }
}
@media (max-width: 600.98px) {
  .determination-of-winners__stages-wrapper {
    flex-wrap: wrap;
    gap: 20px;
  }
  .stages-wrapper1 {
    flex-basis: 100%;
  }
  .stages-wrapper2 {
    flex-basis: 100%;
    margin-left: 0px;
  }
  .determination-of-winners__stages-item2 {
    border-radius: 8px 0px 0px 8px;
  }
  .determination-of-winners__stages-item3 {
    flex-basis: 100%;
    height: 77px;
    margin-left: 0px;
    border-radius: 8px 8px 8px 8px;
  }
  .determination-of-winners__stages-item4 {
    flex-basis: 100%;
    height: 77px;
    margin-left: 0px;
    border-radius: 8px 8px 8px 8px;
  }
}
.analitics-map {
  margin-bottom: 40px;
}
.analitics-map__body {
  display: flex;
  gap: 40px;
}
.analitics-map__container {
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  padding: 40px 40px 20px 40px;
  background-color: #fff;
}
.analitics-map__container h2 {
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  color: #0e1e5e;
  padding-bottom: 30px;
}
.analitics-map__content {
  display: flex;
  flex-direction: column;
  flex: 1 0 45%;
  gap: 30px;
}
.analitics-map__content p {
  font-size: 16px;
  line-height: 150%;
  color: #363738;
}
.analitics-map__map-wrapper svg {
  width: 100%;
  padding-right: 20px;
}
.counter-uriki {
  display: flex;
  gap: 20px;
}
.counter-uriki__body {
  display: flex;
  flex-direction: column;
}
.counter-uriki__body .counter-uriki__body-active .counter-uriki__body-number,
.counter-fiziki__body .counter-uriki__body-active .counter-uriki__body-number {
  color: #0f519f;
}
.counter-uriki__body-wrapper {
  display: flex;
  gap: 40px;
}
.counter-uriki img,
.counter-fiziki img {
  object-fit: contain;
}
.counter-uriki,
.counter-fiziki {
  flex-wrap: wrap;
}

.counter-uriki__body h4 {
  font-weight: 700;
  font-size: 14px;
  color: #363738;
  padding: 10px 0px;
}
.counter-fiziki {
  display: flex;
  gap: 20px;
}
.counter-fiziki-body {
  display: flex;
  flex-direction: column;
}
.counter-fiziki__body h4 {
  font-weight: 700;
  font-size: 14px;
  color: #363738;
  padding: 10px 0px;
}
.analitics-map__map {
  flex: 1 0 55%;
}
.counter-fiziki__body .counter-uriki__body-all {
  font-weight: 400;
  font-size: 12px;
  color: #9d9d9d;
}
.counter-fiziki__body .counter-uriki__body-number {
  font-weight: 800;
  font-size: 28px;
  color: #e1e2e9;
}
.counter-uriki__body .counter-uriki__body-all {
  font-weight: 400;
  font-size: 12px;
  color: #9d9d9d;
}
.counter-uriki__body .counter-uriki__body-number {
  font-weight: 800;
  font-size: 28px;
  color: #e1e2e9;
}
@media (max-width: 1200px) {
  .analitics-map__body {
    gap: 20px;
  }
}
@media (max-width: 1023.98px) {
  .analitics-map__body {
    flex-wrap: wrap;
  }
  .analitics-map__map-wrapper svg {
    padding-right: 0px;
  }
}
@media (max-width: 500.98px) {
  .analitics-map__map-wrapper svg {
    height: 225px;
  }
}
.Why-participate {
  margin-bottom: 40px;
  padding: 0px 15px;
}
.Why-participate__container {
  display: flex;
  gap: 40px;
}
.Why-participate__body {
  display: flex;
  flex-direction: column;
  flex: 1 0 48%;
  gap: 10px;
  padding: 10px 0px 40px 0px;
}
.Why-participate__body h2 {
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  color: #0e1e5e;
  margin-bottom: 20px;
}

.Why-participate__item {
  display: flex;
  gap: 15px;
  padding: 12px;
}
.Why-participate__item__body {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.Why-participate__item__body h3 {
  font-weight: 700;
  font-size: 16px;
  color: #0e1e5e;
}
.Why-participate__item__body p {
  font-size: 14px;
  line-height: 150%;
  color: #363738;
}
.Why-participate-swiper__wrapper {
  display: flex;
  flex: 1 0 48%;
  overflow: auto;
  padding-bottom: 20px;
}
.Why-participate__swiper-pagination {
  padding-bottom: 30px;
}
.Why-participate-swiper {
  width: 100%;
  height: 100%;
  /* overflow: visible; */
}
.Why-participate-swiper__slide {
  padding: 20px;
}
.Why-participate-swiper__slide img {
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  border-radius: 16px;
  box-shadow: 0 3px 6px 0 rgba(71, 71, 71, 0.1),
    0 11px 11px 0 rgba(71, 71, 71, 0.09);
}
.Why-participate-swiper__swiper-wrapper {
  height: 100%;
}
.Why-participate__button {
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  border-radius: 10px;
  padding: 16px 48px;
  background: #0e1e5e;
  color: #fff;
  margin-top: 57px;
  border: 2px solid #0e1e5e;
  transition: all 0.3s ease;
}
.Why-participate__button:hover {
  color: #0e1e5e;
  background-color: transparent;
  border: 2px solid #0e1e5e;
  background-color: transparent;
  transition: all 0.3s ease;
}
.Why-participate__button span::after {
  content: "";
  display: inline-block;
  margin-left: 8px;
  width: 14px; /* Ширина стрелки */
  height: 12px; /* Высота стрелки */
  transition: all 0.3s ease;
  background-image: url("../images/icon/arrow-right-white.svg");
}
.Why-participate__button:hover span::after {
  background-image: url("../images/icon/arrow-right.svg");

  transition: all 0.3s ease;
  transform: translate(10px, 0px);
}
@media (max-width: 1200px) {
  .Why-participate__container {
    gap: 20px;
  }
}
@media (max-width: 767.98px) {
  .Why-participate__container {
    flex-wrap: wrap;
  }
  .Why-participate__body {
    flex-basis: 100%;
  }
}
.laureates-receive {
  margin-bottom: 40px;
}
.laureates-receive__container {
  border-radius: 16px;
  background-color: #fff;
  display: flex;
}
.laureates-receive__body {
  padding: 40px;
  display: flex;
  flex-direction: column;
  flex: 1 0 50%;
}
.laureates-receive__body h2 {
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  color: #0e1e5e;
  margin-bottom: 30px;
}
.laureates-receive__body-items {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
}
.laureates-receive__body-item {
  flex: 1 0 49%;
  padding: 25px 20px;
  border: 2px solid #eff1f6;
  border-radius: 8px;
  position: relative;
  min-height: 125px;
  transition: all 0.3s ease;
}
.laureates-receive__body-item:hover {
  border: 2px solid #d6e0f9;
  transition: all 0.3s ease;
}
.laureates-receive__body-item svg path {
  transition: all 0.3s ease;
}
.laureates-receive__body-item:hover svg path {
  fill: #d6e0f9;
  transition: all 0.3s ease;
}
.laureates-receive__body-item p {
  font-weight: 500;
  font-size: 16px;
  color: #363738;
}
.laureates-receive__body-item svg {
  position: absolute;
  bottom: 0;
  right: 20px;
}
.laureates-receive__img-block {
  flex: 1 0 50%;
}
.laureates-receive__img-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0px 16px 16px 0px;
}
@media (max-width: 1200px) {
  .laureates-receive__body-item {
    flex-basis: 48%;
  }
}
@media (max-width: 830px) {
  .laureates-receive__container {
    flex-wrap: wrap;
  }
  .laureates-receive__body {
    flex-basis: 100%;
    padding: 20px;
  }
}
@media (max-width: 500px) {
  .laureates-receive__body-item {
    flex-basis: 100%;
  }
}
.application-for-participation {
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
}
.application-for-participation__image {
  flex: 1 0 50%;
}
.application-for-participation__image img {
  width: 100%;
  height: 100%;
  /* max-height: 600px; */
  object-fit: cover;
  border-radius: 0 16px 16px 0;
}
.application-for-participation__body {
  width: 100%;
  border-radius: 16px 0 0 16px;
  padding: 60px;
  background: #0e1e5e;
}
.application-for-participation__wrapper {
  display: flex;
  flex-direction: column;
  max-width: 515px;
}
.application-for-participation__title {
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.application-for-participation__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 48px;
}
.application-for-participation__form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.application-for-participation__form-input {
  border-radius: 10px;
  padding: 12px 16px;
  background: #d4dcef;
  font-weight: 400;
  font-size: 16px;
  /* color: #8993bb; */
  color: #0e1e5e;
}
.application-for-participation__form-input:focus::placeholder {
  color: transparent;
}
.application-for-participation__form-button {
  border-radius: 10px;
  padding: 15.5px 32px;
  background-color: #fff;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  color: #0e1e5e;
  transition: all 0.3s ease;
  border: 2px solid #fff;
}
.application-for-participation__form-button:hover {
  transition: all 0.3s ease;
  color: #fff;
  background-color: transparent;
}
.application-for-participation__form-button span::after {
  content: "";
  display: inline-block;
  margin-left: 8px;
  width: 14px; /* Ширина стрелки */
  height: 12px; /* Высота стрелки */
  background-image: url("../images/icon/arrow-right.svg");
  transition: all 0.3s ease;
  transform: translateY(1px);
}
.application-for-participation__form-button:hover span::after {
  background-image: url("../images/icon/arrow-right-white.svg");
  transform: translate(10px, 1px);
  transition: all 0.3s ease;
}
.application-for-participation__form-checkbox {
  display: flex;
  align-items: center;
}
.application-for-participation__form-checkbox a {
  font-weight: 400;
  font-size: 12px;
  text-decoration: underline;
  color: #fff;
  padding-left: 10px;
}
.application-for-participation__form-checkbox input {
  appearance: none;
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  background: #d4dcef;
}
.application-for-participation__form-checkbox input::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 20px;
  height: 20px;
  background: transparent;
}
.application-for-participation__form-checkbox input:checked:after {
  content: "";
  background: url(../images/awards/icon/checkbox.svg) 50% no-repeat;
}
@media (max-width: 1200px) {
  .application-for-participation__body {
    padding: 40px;
  }
}
@media (max-width: 1023.98px) {
  .application-for-participation__body {
    padding: 40px 20px;
  }
}
@media (max-width: 619.98px) {
  .application-for-participation {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .application-for-participation__image {
    display: none;
  }
  .application-for-participation__body {
    flex-basis: 100%;
  }
  .application-for-participation__wrapper {
    max-width: 100%;
  }
}
@media (min-width: 600.98px) {
  .stages-wrapper2,
  .determination-of-winners__stages-item3,
  .determination-of-winners__stages-item4 {
    transform: translateX(-100%);
    opacity: 0;
    transition: transform 1s ease, opacity 1s ease;
  }
  .show-blocks .stages-wrapper2 {
    transform: translateX(0);
    opacity: 1;
    transition: transform 1s ease, opacity 1s ease;
    transition-delay: 0.3s;
  }
  .show-blocks .determination-of-winners__stages-item3 {
    transform: translateX(0);
    opacity: 1;
    transition: transform 1s ease, opacity 1s ease;
    transition-delay: 1.5s;
  }
  .show-blocks .determination-of-winners__stages-item4 {
    transform: translateX(0);
    opacity: 1;
    transition: transform 1s ease, opacity 1s ease;
    transition-delay: 2.5s;
  }
}
.award-upper-screen-swiper .swiper-pagination,
.Why-participate-swiper .swiper-pagination {
  background: rgba(0, 0, 0, 0.4);
  width: 80px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 40px;
  padding: 5px;
}
.Why-participate-swiper .swiper-pagination {
  width: 200px;
  bottom: 35px;
}
.award-upper-screen-swiper .swiper-pagination-bullet,
.Why-participate-swiper .swiper-pagination-bullet {
  background: #fff;
  width: 10px;
  height: 10px;
}
.award-upper-screen-swiper .swiper-pagination-bullet-active,
.Why-participate-swiper .swiper-pagination-bullet-active {
  width: 25px !important;
  border-radius: 20px;
}
.privacy-policy--regulations ol {
  padding-left: 40px;
  list-style: disc;
}
.privacy-policy--regulations li {
  padding-bottom: 10px;
}
.privacy-policy--regulations__border {
  padding: 20px 0px;
  border-top: 1px solid #000;
}

.first-circle {
  color: #000;
}

@keyframes rotate {
  from {
    transform: rotatez(0deg);
  }
  to {
    transform: rotatez(360deg);
  }
}
.rotate-circle {
  animation: rotate 5s linear infinite;
  transform-origin: 50% 50%;
  transform-box: fill-box;
}
.rotate-circle--paused:hover {
  animation-play-state: paused;
}
.circle-info {
  /* display: none;  */
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: opacity 0.3s ease; /* Плавное изменение прозрачности */
}
.Purpose-award__scheme svg {
  position: relative;
}

.tooltip2 {
  border-radius: 10px;
  padding: 20px;
  max-width: 280px;
  box-shadow: 0 1px 3px 0 rgba(23, 31, 64, 0.04),
    0 6px 6px 0 rgba(23, 31, 64, 0.03), 0 13px 8px 0 rgba(23, 31, 64, 0.02),
    0 23px 9px 0 rgba(23, 31, 64, 0.01), 0 36px 10px 0 rgba(23, 31, 64, 0);
  background: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  color: #363738;
  opacity: 0;
  position: fixed;
  transition: all 0.5s ease;
}

.up-g:hover .blue-hover-circle {
  fill: #0e1e5e;
}
.up-g:hover .rotate-circle--paused {
  opacity: 0;
  transition: all ease 0.5s;
}
.rotate-circle--paused {
  transition: all ease 0.5s;
}
.up-g:hover {
  scale: 2;
  transform-origin: 50% 50%;
  transform-box: fill-box;
  transition: all ease 0.5s;
}
.up-g {
  transition: all ease 0.5s;
  transform-origin: 50% 50%;
  transform-box: fill-box;
}
.max-height-400 {
  max-height: 400px;
}
