@import "Reset.css";
@import "NoReset.css";

b,
strong {
  font-weight: 700 !important;
}

@font-face {
  font-family: lexend_r;
  src: url(../font/LexendDeca-Regular.ttf);
}

@font-face {
  font-family: lexend_m;
  src: url(../font/LexendDeca-Medium.ttf);
}

@font-face {
  font-family: lexend_b;
  src: url(../font/LexendDeca-Bold.ttf);
}

html {
  font-size: 62.5%;
}

body {
  background: #F5F6FE;
}

html .container,
body .container {
  max-width: 1170px;
  margin: auto;
}

html a:hover,
html a:focus,
body a:hover,
body a:focus {
  text-decoration: none;
}

html img,
body img {
  max-width: 100%;
  vertical-align: bottom;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #3b9b8f;
}

.dropdown-item {
  font-size: 12px;
}

button:focus {
  outline: none;
}

a {
  color: #aa86fb;
}

a:hover {
  color: #aa86fb;
}

/*-----nav----*/
.nav__left {
  width: 190px;
}

.nav__main {
  width: calc(100% - 190px);
}

.navigationTop .dropdown .btn-primary {
  background-color: transparent;
  border-color: transparent;
  padding: 0 26px 0 0;
}


.navigationTop .btn-primary:not(:disabled):not(.disabled).active, .navigationTop .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: transparent !important;
  border-color: transparent !important;
}

.nav__right .dropdown .btn-primary img {
  box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}

.navigationTop {
  color: #000000;
  background: #F5F6FE;
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  transition: 1s;
  padding: 20px 0;
}

.navigationTop .navbar {
  display: flex;
  justify-content: space-between;
  padding: 0;
  align-items: center;
}

.nav__center {
  display: flex;
}

.nav__center .navbar-collapse {
  justify-content: end;
  color: #474747;
}

.nav__center .navbar-toggler {
  padding: 0;
  position: absolute;
  right: 0;
  z-index: 99999;
  margin-top: 4px;
}

.nav__right {
  display: flex;
  justify-content: end;
  align-items: center;
  margin-bottom: 20px;
}

.nav__right .btn {
  font-size: 12px;
  color: #666666;
}

.nav__right .dropdown {
  padding-left: 40px;
}

.nav__right .dropdown-menu {
  border: 1px solid #A57CFF;
  border-radius: 15px;
  backdrop-filter: blur(2px);
  background: rgba(255, 255, 255, 0.8);
}

.nav__right .dropdown-menu a {
  color: #474747;
  display: flex;
  padding: 4px 15px;
}

.nav__right .dropdown-menu img {
  box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.2);
  border-radius: 50px;
}

.nav__right .dropdown-menu span {
  padding-left: 10px;
  font-size: 16px;
  color: #474747;
}

.navigationTop .nav__right .dropdown-menu {
  width: auto;
  left: inherit;
  right: 0;
  text-align: right;
}

.nav__right .dropdown-menu.arrow-grt:after {
  border-bottom-color: #ffffff;
}

.nav__right .dropdown-menu.arrow-grt:before, .nav__right .dropdown-menu.arrow-grt:after {
  margin-bottom: 0;
  left: auto;
  right: 30px;
}

.nav__right .dropdown-menu.arrow-grt:before {
  right: 28px;
}

.navigationTop .bg-primary {
  background-color: transparent !important;
}

.navigationTop .navbar-dark .navbar-toggler-icon {
  /*--background: url("../images/menu-icon.png") no-repeat;*/
  width: 24px;
  height: 3px;
  background: #ffffff;
  border-radius: 2px;
  position: relative;
}

.navigationTop .navbar-dark .navbar-toggler-icon:before, .navigationTop .navbar-dark .navbar-toggler-icon:after {
  position: absolute;
  content: "";
  width: 24px;
  height: 3px;
  background: #474747;
  border-radius: 2px;
  left: 0;
}

.navigationTop .navbar-dark .navbar-toggler-icon:before {
  transform: rotate(45deg);
}

.navigationTop .navbar-dark .navbar-toggler-icon:after {
  transform: rotate(-45deg);
}


.navigationTop .navbar-dark .collapsed .navbar-toggler-icon {
  /*--background: url("../images/menu-icon.png") no-repeat;*/
  width: 24px;
  height: 3px;
  background: #474747;
  border-radius: 2px;
  position: relative;
}

.navigationTop .navbar-dark .collapsed .navbar-toggler-icon:before, .navigationTop .navbar-dark .collapsed .navbar-toggler-icon:after {
  position: absolute;
  content: "";
  width: 24px;
  height: 3px;
  background: #474747;
  border-radius: 2px;
  left: 0;
  transform: rotate(0deg);
}

.navigationTop .navbar-dark .collapsed .navbar-toggler-icon:before {
  top: -8px;
}

.navigationTop .navbar-dark .collapsed .navbar-toggler-icon:after {
  bottom: -8px;
}

.navigationTop .navbar-brand {
  padding: 0;
  transition: 1s;
  margin-right: 0;
}

.navigationTop .navbar-brand a {
  display: block;
}

.navigationTop .icon-menu {
  background: url("../images/menu_icon.png");
}

.navigationTop .navbar-default {
  border: none;
  margin-bottom: 0;
  padding: 0;
  color: #5a290b;
}

.navigationTop .navbar-header button:hover {
  background: none;
}

.navigationTop .navbar-header .navbar-toggle {
  border: none;
  background: none;
  margin: 0;
  padding-right: 0;
}

.navigationTop .navbar-brand img {
  transition: ease 0.5s;
  vertical-align: bottom;
}

.navigationTop .navbar-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.navigationTop .navbar-dark .navbar-nav .nav-link {
  color: #474747;
  white-space: nowrap;
}

.navigationTop .navbar-dark .navbar-nav .nav-item:has(.nuxt-link-active) .nav-link {
  font-family: lexend_m;
  color: #6629EB;
}

.navigationTop .navbar-dark .navbar-nav .nav-item:has(.nuxt-link-active) .nav-link:before {
  background: #6629EB;
}

.navigationTop .navbar-dark .navbar-nav .nav-item:has(.nuxt-link-active) .nav-link:after {
  background: #6629EB;
}

.navigationTop .navbar-dark .navbar-nav .nav-item .nuxt-link-exact-active {
  color: #6629EB;
}

.navigationTop .navbar-dark .navbar-nav .nav-link.active {
  font-family: lexend_m;
  color: #6629EB;
}

.navigationTop .navbar-dark .navbar-nav .nav-link.arrow-down:after, .navigationTop .navbar-dark .navbar-nav .nav-link.arrow-down:before {
  background: #474747;
}

.navigationTop .navbar-nav li a {
  padding-right: 15px !important;
  transition: ease 0.5s;
  display: block;
  font-size: 16px;
  line-height: 16px;
  margin-right: 20px;
}

.navigationTop .navbar-nav li.nav-item-account a {
  margin-right: 0;
  padding-right: 0 !important;
}

.navigationTop .navbar-nav li a.nav-link:hover {
  font-family: lexend_m;
  color: #6629EB;
}

.navigationTop .navbar-nav li a.nav-link:hover:after, .navigationTop .navbar-nav li a.nav-link:hover:before {
  background: #6629EB !important;
}

.navigationTop .navbar-nav li a.nav-link.active {
  font-weight: bold;
  color: #274d9f;
}

.navigationTop .navbar-nav li a.nav-link.active:after, .navigationTop .navbar-nav li a.nav-link.active:before {
  background: #6629EB !important;
}

.navigationTop .navbar-nav li a.nav-link.active:after {
  transform: rotate(135deg);
}

.navigationTop .navbar-nav li a.nav-link.active:before {
  transform: rotate(-135deg);
}

.navigationTop .navbar-nav li a .btn-open-account {
  font-size: 16px;
  line-height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
}

.navigationTop .navbar-nav li a .btn-price-board {
  font-size: 16px;
  line-height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  white-space: nowrap;

}

@media (min-width: 991px) {
  .navigationTop .navbar-nav li a .btn-price-board {
    margin-left: 12px;
  }
}

.nav__right .nav-item-account .btn-open-account {
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  margin-left: 20px;
  min-width: 170px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.topRight .btn-group .dropdown-toggle {
  background-color: transparent;
  border: none;
  color: #222222;
  position: relative;
  padding: 0 16px 0 0;
}

.topRight .btn-group .dropdown-toggle:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-right: 1px solid #115a86;
  border-bottom: 1px solid #115a86;
  transform: rotate(45deg);
  top: 4px;
  right: 4px;
  z-index: 99;
}

.topRight .btn-group .dropdown-toggle:after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background: transparent;
  border: none;
  top: 4px;
}

.topRight .btn-group .dropdown-toggle:focus {
  outline: none;
}

.languages .btn-group {
  padding-left: 20px;
  padding-top: 9px;
}

.navbar-nav .dropdown-menu {
  position: absolute;
  right: auto;
  left: 0;
}

.navigationTop .navbar-nav li .dropdown-menu a {
  line-height: 150%;
  padding: 8px 0 !important;
  color: #474747;
}

.navigationTop .navbar-nav li .dropdown-menu {
  border: none;
  border-radius: 15px;
  padding: 0;
  margin-top: 20px;
}

.fixed-menu .navigationTop .navbar-nav li .dropdown-menu a {
  padding: 5px 10px;
}

.navigationTop .navbar-nav li .dropdown-menu a.dropdown-item:hover {
  color: #6629EB;
}

.navigationTop .dropdown-item:focus, .navigationTop .dropdown-item:hover {
  background-color: transparent;
}

.topRight .navbarTop {
  flex-direction: row;
}

.fixed-menu .navigationTop {
  z-index: 1000;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
}

.not-fixed .navigationTop {
  z-index: 999;
  position: relative;
  top: 0;
  display: table;
  width: 100%;
}

.footer__logo_img {
  width: 185px;
  height: auto;
}

.navigation-lang {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  background: #F5F6FE;
  height: 40px;
}

.navigation-lang .dropdown-menu {
  top: -50px;
  left: auto;
  right: 0;
  border: 1px solid #A57CFF;
  border-radius: 15px;
  backdrop-filter: blur(2px);
  background: rgba(255, 255, 255, 0.8);
}

.navigation-lang .dropdown-menu a {
  color: #474747;
  display: flex;
  padding: 4px 15px;
}

.navigation-lang .dropdown-menu img {
  box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.2);
  border-radius: 50px;
}

.navigation-lang .dropdown-menu span {
  padding-left: 10px;
  font-size: 16px;
  color: #474747;
}

.navigationTop .navigation-lang .dropdown-menu {
  width: auto;
  left: inherit;
  right: 0;
  text-align: right;
}

.navigation-lang .dropdown-menu.arrow-grt:after {
  border-top-color: #ffffff;
  margin-top: -1px;
}

.navigation-lang .dropdown-menu.arrow-grt:before, .navigation-lang .dropdown-menu.arrow-grt:after {
  margin-bottom: 0;
  left: auto;
  right: 30px;
  display: block;
  bottom: auto;
  top: 100%;
}

.navigation-lang .dropdown-menu.arrow-grt:before {
  right: 30px;
  border-width: 8px;
  border-color: rgba(194, 225, 245, 0);
  border-top-color: #A57CFF;
}

.navigation-lang .dropdown-menu.arrow-grt:after {
  margin-bottom: 0;
  left: auto;
  right: 30px;
  display: block;
}

.navigation-lang .arrow-down:after {
  right: 5px;
}

.navigation-lang .arrow-down:before {
  right: 2px;
}

@media (min-width: 992px) and (max-width: 1360px) {
  .navigationTop .navbar-nav li a {
    margin-right: 18px;
  }

  .navigationTop .navbar-nav li a {
    font-size: 14px;
  }

  .languages .btn-group {
    padding-top: 6px;
  }
}

@media (min-width: 992px) {
  .navigation-lang {
    display: none;
  }
}

@media (max-width: 992px) {
  .nav__right {
    display: none;
  }

  .nav__center {
    justify-content: end;
  }

  .navigationTop {
    padding: 10px 0;
    min-height: 60px;
  }

  .navigationTop .navbar {
    align-items: flex-start;

  }

  .navigationTop .navbar-nav {
    height: calc(100vh);
    /*height:calc(100vh - 50px);*/
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 50px;
  }

  .navigationTop .nav-item {
    width: 100%;
  }

  .navigationTop .navbar-brand img {
    width: 110px;
    height: 30px;
  }

  .navigationTop .navbar-nav li a {
    margin-right: 0;
    text-align: left;
    padding: 10px 0;
  }

  .arrow-grt:before, .arrow-grt:after {
    display: none;
  }

  .navigationTop .navbar-nav li .dropdown-menu {
    margin-top: 0;
  }

  .navigationTop .dropdown-menu-grt {
    background: #F5F6FE;
    padding: 0 0 0 15px;
  }

  .navigationTop .dropdown-menu-grt:before {
    background: #F5F6FE;
  }

  .nav-item-account {
    width: 100%;
    margin-top: 15px;

  }

  .nav-item-account .btn-primary {
    width: 100%;
    height: 54px;
  }

  .nav-item-account .btn-primary--2 {
    width: 100%;
    height: 54px;
  }
}

@media (min-width: 767px) {
  .navbar-toggle {
    display: none;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .topRight {
    width: calc(100% - 160px);
  }
}

@media (max-width: 767px) {
  .navigationTop .navbar {
    position: relative;
  }

  .nav__left {
    position: absolute;
  }

  .nav__main {
    width: 100%;
  }

  .nav__center .navbar-collapse {
    width: 100%;
  }

  .fixed-menu .navigationTop {
    top: 0;
  }

  .navigationTop .navbar-brand {
    padding: 4px 0 0 0;
  }

  .fixed-menu .navigationTop .navbar-brand {
    padding: 4px 0 0 0;
  }

  .topRight {
    display: none;
  }

  .navigationTop .navbar-header {
    width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
  }

  .navigationTop .navbar-header button:focus {
    outline: none;
  }

  .navbar-nav .dropdown-menu {
    position: static;
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  .dropdown-menu .dropdown-toggle:after {
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid;
  }

  .dropdown-menu .dropdown-menu {
    margin-left: 0;
    margin-right: 0;
  }

  .dropdown-menu li {
    position: relative;
  }

  .nav-item .submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
  }

  .nav-item .submenu-left {
    right: 100%;
    left: auto;
  }

  .dropdown-menu > li:hover > .submenu {
    display: block;
  }
}

/*-----nav----*/
/*-----page__container star----*/
.page__container {
  margin-top: 180px;
}

@media (max-width: 992px) {
  .page__container {
    margin-top: 62px;
  }
}

.page__title {
  color: #14082F;
  font-size: 60px;
  line-height: 78px;
  padding-bottom: 50px;
  font-family: lexend_b;
}

.page__title__sub {
  font-size: 32px;
  line-height: 40px;
  color: #474747;
  font-family: lexend_m;
}

.page__content {
  padding-top: 40px;
}

@media (max-width: 767px) {
  .page__title {
    font-size: 36px;
    line-height: 46px;
    padding-bottom: 20px;
  }

  .page__title__sub {
    font-size: 24px;
    line-height: 34px;
  }

  .page__content {
    padding-top: 20px;
  }
}

/*-----page__container star----*/
/*-----block----*/
.block {
  padding-top: 60px;
  font-family: lexend_b;
}

.block__title {
  color: #14082F;
  font-size: 60px;
  line-height: 78px;
  padding-bottom: 50px;
}

.block__sub-title {
  font-size: 40px;
  line-height: 48px;
  font-family: lexend_m;
  padding-bottom: 32px;
}

@media (max-width: 767px) {
  .block {
    padding-top: 30px;
  }

  .block__title {
    font-size: 36px;
    line-height: 46px;
  }

  .block__sub-title {
    font-size: 32px;
    line-height: 40px;
  }
}

/*-----block----*/
/*-----button----*/
body .btn-primary {
  color: #fff;
  background-color: #6629EB;
  border-color: #6629EB;
  border-radius: 10px;
  min-height: 40px;
  font-size: 24px;
  line-height: 24px;
  font-family: lexend_m;
}

body .btn-primary--2 {
  color: #6629EB;
  background-color: #E7E1FC;
  border-radius: 10px;
  height: 40px;
  font-size: 16px;
  line-height: 16px;
  font-family: lexend_m;
}

body .btn-primary:focus {
  outline: none;
}

body .btn-primary.focus, body .btn-primary:focus {
  color: #fff;
  background-color: #602ece;
  border-color: #602ece;
  box-shadow: none;
}

.btn-primary:hover {
  color: #fff;
  background-color: #6C40C9;
  border-color: #6C40C9;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #6C40C9;
  border-color: #6C40C9;
}

a.btn-normal {
  display: inline-block;
  min-height: 38px;
}

.btn-normal {
  color: #ffffff;
  font-size: 14px;
  line-height: 14px;
  height: 45px;
  border-radius: 5px;
  padding: 10px 30px;
  border: transparent;
  background: #8E9648;
}

.btn-normal:hover {
  opacity: 0.8;
}

/*-----button----*/
/*-----normal----*/
.mg_bt_30 {
  margin-bottom: 30px;
}

/*-----normal----*/
/*-----arrow drop start----*/
.arrow-down {
  position: relative;
}

.arrow-down:after, .arrow-down:before {
  position: absolute;
  content: "";
  border-radius: 4px;
  background: #14082F;
  width: 2px;
  height: 6px;
  top: 50%;
  margin-top: -3px;
}

.arrow-down:after {
  transform: rotate(45deg);
  right: 2px;
}

.arrow-down:before {
  transform: rotate(-45deg);
  right: 5px;
}

.arrow-down.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
}

/*TEST*/
.arrow-up {
  position: relative;
}

.arrow-up:after, .arrow-up:before {
  position: absolute;
  content: "";
  border-radius: 4px;
  background: #14082F;
  width: 2px;
  height: 6px;
  top: 50%;
  margin-top: -3px;
}

.arrow-up:after {
  transform: rotate(-45deg);
  right: 2px;
}

.arrow-up:before {
  transform: rotate(45deg);
  right: 5px;
}

.arrow-up.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
}

/*-----arrow drop ----*/
/*--------------to top-----------------*/
.totop {
  position: fixed;
  bottom: 30px;
  right: 38px;
  cursor: pointer;
  display: none;
  background: #8E9648;
  color: #567db6;
  line-height: 50px;
  text-align: center;
  height: 46px;
  width: 46px;
  border-radius: 50%;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

.totop span {
  position: absolute;
  content: "";
  top: 50%;
  margin-top: -4px;
  right: 16px;
  width: 13px;
  height: 13px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  background: transparent;
  transform: rotate(-45deg);
}

@media (max-width: 767px) {
  .totop {
    display: none !important;
  }
}

/*--------------to top-----------------*/

/*--------------footer-----------------*/
.footer--bottom {
  background: #6629EB;
  color: #ffffff;
  padding: 54px 0;
}

.footer--bottom__app {
  border-bottom: 1px solid #FFFFFF;
  padding-bottom: 40px;
}

.footer--bottom__app__text {
  display: flex;
  align-items: center;
  height: 100%;
}

.footer--bottom__app--top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.footer--bottom__app--top img {
  width: calc(50% - 10px);
}

.footer--bottom__app--bottom img {
  width: 100%;
}

.footer__download {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 60px;
  border-bottom: 1px solid #ffffff;
}

.footer__download--left {
  width: 576px;
}

.footer__download--right {
  width: 477px;
}

.footer__download__title {
  font-size: 24px;
  line-height: 32px;
  font-family: lexend_m;
  padding-bottom: 24px;
}

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

.footer__download__qr {
  background: #ffffff;
  border-radius: 16px;
  width: 252px;
  padding: 4px;
}

.footer__download__qr img {
  vertical-align: bottom;
  width: 244px;
  height: 244px;
  border-radius: 16px;
}

.footer__download__app {
  width: 292px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
}

.footer__download--right .footer__download__qr {
  width: 100%;
  height: 252px;
}

.footer__download--right .footer__download__content {
  position: relative;
}

.footer__download--right .footer__download__img {
  position: absolute;
  top: -56px;
  right: -40px;
}

.footer__download--right .footer__download__img img {
  width: 280px;
  height: auto;
}

@media (min-width: 993px) and (max-width: 1140px) {
  .footer__download--left {
    width: 425px;
  }

  .footer__download__title {
    height: 120px;
  }

  .footer__download__qr {
    width: 180px;
    padding: 8px;
  }

  .footer__download__app {
    width: 220px;
  }

  .footer__download__app img {
    width: 220px;
  }

  .footer__download--right {
    width: 400px;
  }

  .footer__download--right .footer__download__content {
    background: #FFFFFF;
    border-radius: 16px;
  }

  .footer__download--right .footer__download__qr {
    width: 50%;
    height: 180px;
  }

  .footer__download--right .footer__download__qr img {
    max-height: 100%;
  }

  .footer__download--right .footer__download__img {
    position: static;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .footer__download--right .footer__download__img img {
    width: auto;
    max-height: 164px;
  }
}

@media (min-width: 991px) {
  .footer__download__account-mb {
    display: none;
  }
}

@media (max-width: 992px) {
  .footer__download--left, .footer__download--right {
    width: 100%;
  }

  .footer__download--left {
    padding-bottom: 48px;
  }

  .footer__download__title {
    font-size: 14px;
    line-height: 22px;
  }

  .footer__download__qr {
    display: none;
  }

  .footer__download__app {
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
  }

  .footer__download__app img {
    /*width: calc(100% - 8px);*/
  }

  .footer__download--right .footer__download__title {
    display: none;
  }

  .footer__download__account-mb {
    width: calc(100% - 124px);
    padding-right: 16px;
  }

  .footer__download__account-mb .btn {
    width: 100%;
    background: #FFFFFF;
    color: #3D03BC;
    border-radius: 10px;
    height: 56px;
    font-size: 16px;
    font-family: lexend_m;
    margin-top: 16px;
  }

  .footer__download--right .footer__download__img {
    position: static;
    width: 124px;
  }
}

.footer-normal {
  padding-top: 40px;
}

.footer__logo {
  margin-bottom: 40px;
}

.list-info__item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 5px;
}

.list-info__icon {
  width: 40px;
  height: auto;
  margin-right: 20px;
}

.list-info__item p {
  width: calc(100% - 60px);
}

.list-info__item p span {
  display: block;
}

.footer__social__list {
  display: flex;
}

.footer__social__list a {
  display: block;
}

.footer__social__list img {
  width: 40px;
  height: auto;
}

.footer__social__list li {
  padding-right: 16px;
}

.footer__social__list li:last-child {
  padding-right: 0;
}

.footer__link__title {
  font-family: lexend_m;
  margin-bottom: 20px;
}

.footer__link__list li {
  padding-bottom: 10px;
}

.footer__link__list a {
  color: #FFFFFF;
}

@media (max-width: 767px) {
  .footer--bottom__app--top {
    justify-content: space-between;
    margin-top: 20px;
  }

  .list-info {
    margin-bottom: 40px;
  }

  .footer__social {
    margin-top: 40px;
  }

  .footer__social .footer__link__title {
    text-align: center;
  }

  .footer__social__list {
    justify-content: center;
  }

  .list-info__item p span {
    display: inline;
  }
}

/*--------------footer-----------------*/
/*-----page-inside----*/
.page-inside__breadcrumb {
  background: #8E9648;
  padding: 10px 0;
  color: #ffffff;
  font-family: lexend_m;
  font-size: 20px;
  line-height: 150%;
}

.page-inside__main {
  padding-top: 30px;
  display: flex;
}

.page-inside--left {
  width: 300px;
}

.page-inside--right {
  width: calc(100% - 300px);
  padding-left: 40px;
}

@media (max-width: 767px) {
  .page-inside__main {
    padding-left: 10px;
    padding-right: 10px;
  }

  .page-inside--left {
    display: none;
  }

  .page-inside--right {
    width: 100%;
    padding-left: 0;
  }
}

.left-menu {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.left-menu li {
  margin-bottom: 2px;
}

.left-menu li a {
  background: #FAFBF8;
  font-family: Inter_m;
  font-size: 15px;
  color: #000000;
  padding: 15px 20px;
  display: block;
}

.left-menu li a.active, .left-menu li a:hover {
  background: #E9C416;
}

.brochure {
  padding: 30px;
  border: 1px solid #C4C4C4;
}

.brochure__title {
  font-family: Inter_s;
  font-size: 15px;
  padding-bottom: 10px;
}

.brochure__text {
  padding-bottom: 20px;
}

.brochure__button {
  width: 100%;
  position: relative;
  text-align: center;
  line-height: 25px;
}

.brochure__button__icon {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -12px;
}

.page-inside__title {
  font-size: 32px;
  line-height: 50px;
  font-family: lexend_b;
  margin-bottom: 30px;
  text-transform: uppercase;
}

/*-----page-inside----*/
/*-----table----*/
table {
  width: 100%;
}

table th {
  background: #FAFBF8;
  vertical-align: middle;
  font-weight: bold;
  line-height: 20px;
  min-height: 50px;
}

table th, table td {
  padding: 10px;
}

table td {
  line-height: 20px;
  min-height: 42px;
  border-bottom: 1px solid #f5f4f7;
}

/*-----table----*/


/*--------------tab 1-----------------*/
.tabs {
  display: table;
}

.tab-container {
  display: flex;
  flex-direction: column;
}

.tab {
  cursor: pointer;
  padding: 10px 20px;
  background: #ffffff;
  display: table-cell;
  color: #000;
  border-bottom: 2px solid #dcdee0;
  text-align: center;
  width: 33%;
  font-size: 16px;
  font-weight: bold;
}

.panels {
  background: #fff;
  min-height: 200px;
  width: 100%;
  padding: 30px 0;
}

.panel {
  display: none;
  animation: fadein .8s;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.radio {
  display: none;
}

#one:checked ~ .panels #one-panel,
#two:checked ~ .panels #two-panel,
#three:checked ~ .panels #three-panel,
#four:checked ~ .panels #four-panel,
#five:checked ~ .panels #five-panel {
  display: block
}

#one:checked ~ .tabs #one-tab,
#two:checked ~ .tabs #two-tab,
#three:checked ~ .tabs #three-tab,
#four:checked ~ .tabs #four-tab,
#five:checked ~ .tabs #five-tab {
  background: #ffffff;
  border-bottom: 2px solid #8d41ce;
  color: #173e71;
}

@media (max-width: 767px) {
  .tab {
    font-size: 12px;
  }
}

/*--------------tab 1-----------------*/
/*--------------inside-page__banner-----------------*/
/*--------------inside-page__banner-----------------*/
.inside-page {
  min-height: calc(100vh - 76px - 206px);
}

.inside-page__banner {
  position: relative;
}

.inside-page__banner__img img {
  height: 335px;
  width: 100%;
  object-fit: cover;
  vertical-align: bottom;
}

.inside-page__banner__text {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  color: #ffffff;
  text-align: right;
}

.inside-page__banner__text--small {
  font-size: 16px;
}

.inside-page__banner__text--large {
  font-size: 36px;
  line-height: 150%;
  font-weight: bold;
}

@media (max-width: 767px) {
  .inside-page__banner__img img {
    height: 200px;
  }

  .inside-page__banner__text {
    text-align: left;
  }
}

/*--------------inside-page__banner-----------------*/
/*--------------pagination-----------------*/
.pagination {
  margin-top: 30px;
}

.page-link {
  width: 40px;
  height: 40px;
  text-align: center;
  color: #111111;
  padding-top: 12px;
  font-weight: bold;
}

.page-link:hover {
  background: #f4ecfa;
}

.page-item.disabled .page-link {
  color: #7d35ba;
  background: #f4ecfa;
}

/*--------------pagination-----------------*/
/*--------------gradient block start -----------------*/

.arrow-grt:before, .arrow-grt:after {
  bottom: 100%;
  left: 60px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  margin-bottom: -1px;
}

.arrow-grt:after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #F3F2FF;
  border-width: 8px;
  margin-left: -8px;
}

.arrow-grt:before {
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #A57CFF;
  border-width: 10px;
  margin-left: -10px;
}

.dropdown-menu-grt {
  position: relative;
  background-clip: padding-box;
  border: 1px solid transparent;
  background-image: linear-gradient(to right bottom, #F3F2FF, #FEFEFC);
  border-radius: 15px;
  padding: 20px;
}

.dropdown-menu-grt:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  margin: -1px;
  background-image: linear-gradient(to right bottom, #9E72FF, #A57CFF, #ECE3FF, #6629EB);
  border-radius: inherit;
}

/*--------------gradient block end-----------------*/
/*--------------flex slider start-----------------*/

.flexslider {
  background: transparent;
  border: none;
}

.flex-direction-nav {
  display: none;
}

.flex-control-paging li a {
  background: #D2D6FF;
  width: 12px;
  height: 12px;
  box-shadow: none;
}

.flex-control-paging li a.flex-active {
  background: #6629EB;
  width: 24px;
}

.flex-control-paging li a:hover {
  background: #6629EB;
}

.flex-control-nav {
  bottom: -60px;
}

/*--------------flex slider end-----------------*/


/*--------------Push menu mobile start-----------------*/
/* General styles for all menus */
.cbp-spmenu {
  background: #3c4247;
  position: fixed;
  overflow: inherit;
}

/* Orientation-dependent styles for the content of the menu */

.cbp-spmenu-vertical {
  width: 280px;
  height: 100%;
  top: 0;
  z-index: 1000;
}

/* Vertical menu that slides from the left or right */

.cbp-spmenu-left {
  left: -306px;
}

.cbp-spmenu-right {
  right: -280px;
  background: #202931;
  color: #ffffff;
}

.cbp-spmenu-left.cbp-spmenu-open {
  left: 0px;
}

.cbp-spmenu-right.cbp-spmenu-open {
  right: 0px;
}

/* Horizontal menu that slides from the top or bottom */

.cbp-spmenu-top.cbp-spmenu-open {
  top: 0px;
}

.cbp-spmenu-bottom.cbp-spmenu-open {
  bottom: 0px;
}

/* Push classes applied to the body */

.cbp-spmenu-push {
  overflow-x: hidden;
  position: relative;
  left: 0;
}

.cbp-spmenu-push-toright {
  left: 280px;
}

.cbp-spmenu-push-toleft {
  left: -280px;
}

/* Transitions */

.cbp-spmenu,
.cbp-spmenu-push {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* Example media queries */

@media screen and (max-width: 55.1875em) {

  .cbp-spmenu-horizontal {
    font-size: 75%;
    height: 110px;
  }

  .cbp-spmenu-top {
    top: -110px;
  }

  .cbp-spmenu-bottom {
    bottom: -110px;
  }

}

@media screen and (max-height: 26.375em) {

  .cbp-spmenu-vertical {
    font-size: 90%;
    width: 190px;
  }

  .cbp-spmenu-left,
  .cbp-spmenu-push-toleft {
    left: -190px;
  }

  .cbp-spmenu-right {
    right: -190px;
  }

  .cbp-spmenu-push-toright {
    left: 190px;
  }
}

/*--------------Push menu mobile end-----------------*/
/*--------------paging start-----------------*/
.pagination {
  justify-content: center;
}

.page-item {
  margin: 0 10px;
}

.page-link {
  border: none;
  border-radius: 10px;
  padding-top: 10px;
  color: #474747;
}

.page-item:first-child .page-link, .page-item:last-child .page-link {
  border-radius: 10px;
}

.page-link:hover {
  color: #ffffff;
  background: #6629EB;
}

/*--------------paging end-----------------*/
/*custom*/
.size-24-16 {
  font-size: 24px;
  line-height: 130%;
}

@media (max-width: 767px) {
  .size-24-16 {
    font-size: 16px;
  }
}

/*custom*/
.visible-frame {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 100;
  top: 0;
  right: 0;
  background: transparent;
  cursor: pointer
}

.modal-btn-big {
  padding: 20px 60px;
  font-size: 24px !important;
}

@media (max-width: 767px) {
  .modal-btn-big {
    padding: 12px 20px;
    font-size: 16px !important;
  }
}

.grecaptcha-badge {
  display: none !important;
}

.in_mobile {
  display: none !important;
}

@media (max-width: 992px) {
  .in_pc {
    display: none !important;
  }

  .in_mobile {
    display:flex !important;
  }
}
