@charset "UTF-8";

/* Підключення шрифтів */
@font-face {
  font-family: 'Open Sans';
  font-display: swap;
  /* src: url('/wp-content/themes/credits/fonts/OpenSans-Light.eot'); */
  src: local('Open Sans LightBold'), local('OpenSans-LightBold'),
    url('/wp-content/themes/credits/fonts/OpenSans-Light.woff') format('woff'),
    url('/wp-content/themes/credits/fonts/OpenSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  font-display: swap;
  /* src: url('/wp-content/themes/credits/fonts/OpenSans-Regular.eot'); */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
    url('/wp-content/themes/credits/fonts/OpenSans-Regular.woff') format('woff'),
    url('/wp-content/themes/credits/fonts/OpenSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  font-display: swap;
  src: url('/wp-content/themes/credits/fonts/OpenSans-Medium.woff2') format('woff2'),
    url('/wp-content/themes/credits/fonts/OpenSans-Medium.woff') format('woff'),
    url('/wp-content/themes/credits/fonts/OpenSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  font-display: swap;
  /* src: url('/wp-content/themes/credits/fonts/OpenSans-SemiBold.eot'); */
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
    url('/wp-content/themes/credits/fonts/OpenSans-SemiBold.woff') format('woff'),
    url('/wp-content/themes/credits/fonts/OpenSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  font-display: swap;
  /* src: url('/wp-content/themes/credits/fonts/OpenSans-Bold.eot'); */
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
    url('/wp-content/themes/credits/fonts/OpenSans-Bold.woff') format('woff'),
    url('/wp-content/themes/credits/fonts/OpenSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  font-display: swap;
  /* src: url('/wp-content/themes/credits/fonts/OpenSans-ExtraBold.eot'); */
  src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'),
    url('/wp-content/themes/credits/fonts/OpenSans-ExtraBold.woff') format('woff'),
    url('/wp-content/themes/credits/fonts/OpenSans-ExtraBold.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

/* Підключення шрифтів */


/* Скидання стилів */
*,
*::before,
*::after {
  box-sizing: border-box;
}

ul,
ol {
  padding: 0;
  margin: 0;
}

ul[class],
ol[class] {
  padding: 0;
  list-style: none;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img {
  max-width: 100%;
  display: block;
}

article>*+* {
  margin-top: 1em;
}

button {
  cursor: pointer;
  border: none;
  background: none;
}

input[type=submit] {
  cursor: pointer;
}

input,
button,
textarea,
select {
  font: inherit;
  outline-width: 0;
}

textarea {
  resize: none;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* Скидання стилів */


/* Основні стилі */
html {
  overflow-x: hidden;
}

body {
  font-family: "Open Sans", sans-serif;
  background-color: #F9FAFF;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  line-height: 26px;
  color: #3D4765;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.no-scroll {
  overflow: hidden;
}

.container {
  max-width: 1170px;
  padding: 0 10px;
  margin: 0 auto;
}

a {
  transition: color 0.3s ease 0s;
  text-decoration: none;
}

a:hover {
  color: var(--main-color-3);
}

b {
  font-weight: 600;
}

strong {
  font-weight: 600;
}

input[type=submit]:focus {
  border: none !important;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
}

ul .li-item {
  padding-left: 15px;
  position: relative;
  line-height: 23px;
}

ul .li-item:not(:last-child) {
  margin-bottom: 10px;
}

ul .li-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--main-color-3);
}

:root {
  --main-color-1: #FED500;
  --main-color-2: #334050;
  --main-color-3: #DC4D56;
  --color-bg-1: #FAFAFA;
  --border-bg-1: #EDEDF6;
  --color-bg-2: #FEFAE0;
  --border-bg-2: #FED500;
}

/* Основні стилі */


/* Основні стилі кнопок */
.btn {
  min-height: 55px;
  width: fit-content;
  padding: 14px 50px;
  color: #fff;
  background: var(--main-color-3);
  font-weight: 500;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease 0s !important;
}

.btn:hover {
  background-color: #C34D54;
  color: #fff;
}

.company-btn {
  min-width: 600px;
  margin: 30px auto 0 auto;
  min-height: 55px;
  padding: 10px 50px;
  background: green;
}

/* Основні стилі кнопок */


/* Хедер */
.header {
  position: relative;
  z-index: 10;
  background: #181A20;
}

.header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #181a20;
}

.header__logo {
  width: 220px;
}

.header__left {
  display: flex;
  align-items: center;
}

.header__list {
  display: flex;
}

.header__item {
  padding: 15px 0;
}

.header__item:not(:last-child) {
  margin-right: 25px;
}

.header__item a,
.header__item span {
  padding: 7px 15px;
  border-radius: 12px;
  display: block;
  color: #B4B9C9;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  font-size: 14px;
  line-height: 21px;
}

.header__item a svg,
.header__item span svg {
  display: none;
}

.header__item:hover a,
.header__item:hover span {
  color: #fff;
  background-color: #2F323E;
}

.header__item:hover .header__sub-menu {
  opacity: 1;
  visibility: visible;
  top: 65px;
}

.header__sub-menu {
  padding: 19px 0;
  position: absolute;
  left: 0;
  top: -50px;
  border-top: 1px solid #202A36;
  background-color: #181A20;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease 0s;
  width: 100%;
  z-index: -1;
}

.header__sub-list {
  column-count: 3;
  column-gap: 200px;
}

.header__sub-item {
  margin-right: 0 !important;
  padding: 11px 0 !important;
}

.header__sub-item:hover a {
  background: #181A20 !important;
  color: #B4B9C9 !important;
}

.header__sub-item a {
  background: #181A20 !important;
  color: #B4B9C9 !important;
  font-weight: 400 !important;
  padding: 0 !important;
}

.header__sub-item a:hover {
  color: #DC4D56 !important;
}

.hamburger {
  margin-left: 25px;
  height: 16px;
  width: 20px;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.hamburger span {
  height: 2px;
  width: 100%;
  background-color: #EAECEF;
  transition: all 0.2s ease 0s;
  border-radius: 30px;
}

.hamburger.close span {
  background-color: #DC4D56;
}

.hamburger.close span:nth-child(1) {
  transform: translateY(7px) rotate(-45deg);
}

.hamburger.close span:nth-child(2) {
  display: none;
}

.hamburger.close span:nth-child(3) {
  transform: translateY(-7px) rotate(45deg);
}

/* Хедер */


/* Футер */
.footer {
  background: #181A20;
  padding: 50px 0;
}

.footer__menu {
  padding-bottom: 30px;
}

.footer__nav {
  width: 100%;
}

.footer__nav:not(:last-child) {
  margin-bottom: 20px;
}

.footer__name {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}

.footer__list {
  margin-top: 15px !important;
  display: flex;
  flex-wrap: wrap;
}

.footer__li {
  position: relative;
  margin-right: 22px;
  margin-bottom: 20px;
  line-height: 18px;
}

.footer__li a {
  color: #dedfe7;
  line-height: 14px;
  text-decoration: none;
  transition: color 0.3s ease 0s;
}

.footer__li a:hover {
  color: #DC4D56;
}

.footer__li:before {
  content: "";
  position: absolute;
  right: -12px;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 14px;
  background-color: #DC4D56;
}

.footer__li:last-child:before {
  content: none;
}

.footer__bottom {
  padding-top: 50px;
  border-top: 1px solid #3D4650;
}

.footer__wrapper {
  margin-top: 30px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.footer__text {
  max-width: 660px;
  font-size: 13px;
  line-height: 21px;
  color: #BFBFBF;
  margin-right: 50px;
}

.footer__social {
  display: flex;
  align-items: center;
}

.footer__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  text-decoration: none;
  background-color: #2F323E;
  border-radius: 8px;
}

.footer__icon svg path {
  transition: fill 0.3s ease 0s;
}

.footer__icon:not(:last-child) {
  margin-right: 20px;
}

.footer__icon:hover svg path {
  fill: #DC4D56;
}

.footer__add-nav {
  margin-top: 30px;
}

.footer__add-list {
  display: flex;
  flex-wrap: wrap;
}

.footer__add-list .footer__li {
  padding-left: 0;
  margin-bottom: 15px;
  margin-right: 0;
}

.footer__add-list .footer__li:not(:last-child) {
  margin-right: 50px;
}

.footer__add-list .footer__li::before {
  content: none;
}

.footer__add-list .footer__li a {
  font-weight: 400;
  color: #fff;
}

.footer__add-list .footer__li a:hover {
  color: #DC4D56;
}

.footer__copy {
  margin-top: 20px;
  color: #BFBFBF;
}

/* Футер */


/* Хлібні крихти */
.breadcrumbs {
  padding-top: 20px;
}

.breadcrumbs__wrapper {
  display: flex;
  margin-left: 3px;
}

.breadcrumbs__nav {
  overflow: hidden;
}

.breadcrumbs__wrapper_center {
  justify-content: center;
}

.breadcrumbs__wrapper_category {
  margin-bottom: 20px;
}

.breadcrumbs__item:last-child {
  text-overflow: ellipsis;
  overflow: hidden;
}

.breadcrumbs__text {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 13px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.breadcrumbs__text a span {
  color: #595959;
  text-decoration: none;
  transition: color 0.3s ease 0s;
}

.breadcrumbs__text_white a span {
  color: #c7c7c7;
}

.breadcrumbs__text a span:hover {
  color: var(--main-color-3);
}

.breadcrumbs__text span {
  color: #202020;
}

.breadcrumbs__text_white span {
  color: #fff;
}

.breadcrumbs__sep {
  color: #595959;
  padding: 0 12px 0 15px;
}

.breadcrumbs__text_white .breadcrumbs__sep {
  color: #c7c7c7;
}

/* Хлібні крихти */



/* Стилі для тексту на сторінках */
.company-article {
  padding: 45px 0;
}

.company-article__title {
  margin-bottom: 30px !important;
}

.company-article__wrapper {
  margin-top: 20px;
}

.company-article__wrapper p:not(:first-child) {
  margin-top: 20px;
}

.company-article__wrapper p:not(:last-child) {
  margin-bottom: 20px;
}

.company-article__wrapper h2:not(:first-child) {
  margin-top: 20px;
}

.company-article__wrapper h3:not(:first-child) {
  margin-top: 20px;
}

.company-article__wrapper h2,
.company-article__wrapper h3,
.company-article__wrapper h4,
.company-article__wrapper h5,
.company-article__wrapper h6 {
  margin-bottom: 20px;
  font-weight: 600;
  color: #111728;
}

.company-article__wrapper h2 {
  font-size: 18px;
  line-height: 24px;
}

.company-article__wrapper h3 {
  font-size: 16px;
  line-height: 22px;
}

.company-article__wrapper h4 {
  font-size: 15px;
  line-height: 21px;
}

.company-article__wrapper h5 {
  font-size: 14px;
  line-height: 20px;
}

.company-article__wrapper h6 {
  font-size: 13px;
  line-height: 19px;
}

.company-article__wrapper ul,
.company-article__wrapper ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.company-article__wrapper ul:not(:last-child),
.company-article__wrapper ol:not(:last-child) {
  margin-bottom: 30px;
}

.company-article__wrapper li {
  padding-left: 21px;
  position: relative;
  margin-bottom: 15px;
}

.company-article__wrapper li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 13px;
  height: 13px;
  background: url('/wp-content/themes/credits/assets/icons/check-mark.svg') center center / cover no-repeat;
}

.company-article__wrapper li ul,
.company-article__wrapper li ol {
  margin-top: 15px;
}

.company-article__wrapper blockquote {
  width: 100%;
  border-radius: 20px;
  padding: 15px 20px;
  background: #F4F8FF;
  font-weight: 500;
}

.company-article__wrapper blockquote:not(:last-child) {
  margin-bottom: 20px;
}

.company-article__wrapper blockquote p {
  margin-bottom: 0;
}

.company-article__wrapper table {
  width: 100% !important;
  border-collapse: collapse;
  border-spacing: 0;
}

.company-article__wrapper tr {
  border-bottom: 1px solid var(--border-bg-1);
}

.company-article__wrapper tr:last-child {
  border-bottom: 0;
}

.company-article__wrapper th {
  padding: 10px 20px;
  line-height: 22px;
  border: 1px solid var(--border-bg-1);
  border-top: 0;
  font-weight: 600;
  text-align: left;
}

.company-article__wrapper td {
  padding: 10px 20px;
  border: 1px solid var(--border-bg-1);
  font-size: 14px;
  line-height: 22px;
  border-top: 0;
  border-bottom: 0;
}

.company-article__wrapper th p {
  margin-bottom: 0;
}

.company-article__wrapper td p {
  margin-bottom: 0;
}

.company-article__wrapper th:first-child {
  border-left: 0;
}

.company-article__wrapper th:last-child {
  border-right: 0;
}

.company-article__wrapper td:first-child {
  border-left: 0;
}

.company-article__wrapper td:last-child {
  border-right: 0;
}

.company-article__wrapper img {
  width: 100%;
  max-width: 100%;
  border: 1px solid #E0E1E7;
  border-radius: 20px;
  height: auto;
}

.company-article__wrapper img:not(:first-child) {
  margin-top: 20px;
}

.company-article__wrapper img:not(:last-child) {
  margin-bottom: 20px;
}

/* .company-article__wrapper ul:has(a[href^="#"]),
.company-article__wrapper ol:has(a[href^="#"]) {
  column-count: 2;
  column-gap: 30px;
  width: 100%;
} */

.company-article__wrapper li:has(a[href^="#"]) {
  padding-left: 20px;
  line-height: 22px;
  margin-bottom: 10px;
  margin-left: 3px;
}

.company-article__wrapper li:has(a[href^="#"])::before {
  top: 4px;
  width: 7px;
  height: 14px;
  border-radius: 0;
  background: url("icons/arrow.svg") center center/cover no-repeat;
}

.company-article__wrapper a[href^="#"] {
  font-weight: 500;
  border: none;
}

.company-article__wrapper a {
  text-decoration: none;
  color: #5876D2;
  font-weight: 500;
  border-bottom: 1px solid #5876D2;
  transition: all 0.3s ease 0s;
}

.company-article__wrapper a:hover {
  color: var(--main-color-3);
  border-color: var(--main-color-3);
}

.stat_table {
  margin: 30px 0 30px 0;
  width: 100%;
  max-width: 100%;
  overflow: auto;
  border: 1px solid #E0E1E7;
  background: #FFF;
  border-radius: 20px;
}

/* Стилі для тексту на сторінках */


/* Слайдер в хедері */
.slider-header {
  padding: 30px 0 45px 0;
}

.slider-header__body {
  position: relative;
}

.slider-header__main {
  position: static !important;
}

.slider-header__wrapper {
  display: flex;
}

.slider-header__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 80px 80px 80px;
  border-radius: 30px;
  height: 410px;
  background: #D4F0FE;
}

.slider-header__item_1 {
  background: #E3F3F3 url("/wp-content/themes/credits/assets/img/ban/ban_double-deal-esperio_bg.webp") center center/cover no-repeat;
}

.slider-header__item_1 .slider-header__btn {
  background-color: #3BCC76;
  color: #fff;
}

.slider-header__item_2 {
  background: #B4D0FB url("/wp-content/themes/credits/assets/img/ban/ban_education-cbt_bg.webp") center center/cover no-repeat;
}

.slider-header__item_3 {
  background: #E6D6B4 url("/wp-content/themes/credits/assets/img/ban/ramadan-npbfx_bg.webp") center center/cover no-repeat;
}

.slider-header__item_3 .slider-header__title {
  color: #F0B648;
  line-height: 47px;
  font-size: 40px;
  font-weight: 900;
}

.slider-header__item_3 .slider-header__descr {
  margin-top: 10px;
  color: #fff;
  font-size: 20px;
  line-height: 27px;
  font-weight: 700;
}

.slider-header__item_3 .slider-header__btn {
  background-image: linear-gradient(135deg, rgb(215, 161, 80) 0%, rgb(198, 106, 55) 100%) !important;
  color: #fff;
}

.slider-header__item_4 {
  background: #CADBFF url("/wp-content/themes/credits/assets/img/ban/ban_equityboost-teletrade_bg.webp") center center/cover no-repeat;
}

.slider-header__item_4 .slider-header__btn {
  background-color: #DB4377;
  color: #fff;
}

.slider-header__content {
  padding: 30px 0;
  max-width: 500px;
}

/* NPBFX */
.slider-header__content_npbfx {
  display: flex;
}

.slider-header__right {
  margin-left: 50px;
  margin-top: -12px;
}

.slider-header__list {
  margin-top: 20px !important;
  list-style-type: disc !important;
  padding-left: 15px !important;
}

.slider-header__list li {
  color: #fff;
  font-weight: 500;
}

.slider-header__btn_npbfx {
  position: absolute;
  right: 160px;
  bottom: 120px;
  padding: 15px 50px !important;
  border-radius: 15px !important;
}

/* NPBFX */

.slider-header__logo {
  margin-bottom: 20px;
}

.slider-header__title {
  color: #222222;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
}

.slider-header__descr {
  margin-top: 20px;
  color: #222222;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  max-width: 370px;
}

.slider-header__descr span {
  font-weight: 600;
}

.slider-header__btn {
  margin-top: 25px;
  padding: 15px 25px;
  border-radius: 5px;
}

.slider-header__img {
  display: none;
}

.slider-pag {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  background: rgba(255, 255, 255, 0.52);
  backdrop-filter: blur(10px);
  border-radius: 0px 0px 30px 30px;
  height: 80px;
}

.slider-pag__wrapper {
  display: flex;
  height: 100%;
  align-items: center;
}

.slider-pag__item {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 30px;
}

.slider-pag__item:first-child {
  padding-left: 80px;
}

.slider-pag__item:last-child {
  padding-right: 80px;
}

.slider-pag__item.swiper-slide-thumb-active {
  background-color: rgba(197, 214, 238, 0.3);
}

.slider-pag__title {
  font-weight: 600;
  line-height: 22px;
  color: #DC4D56;
}

.slider-pag__descr {
  margin-top: 3px;
  color: #222222;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}

.slider-pag__descr span {
  font-weight: 700;
}

@-webkit-keyframes slide-progress {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes slide-progress {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(0);
  }
}

.slider-header__progress {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 80px !important;
  left: 0 !important;
  z-index: 3;
  width: 100% !important;
}

.slider-header__bullet {
  width: 25%;
  height: 2px;
  border-radius: 0;
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.3);
}

.slider-header__bullet::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.slider-header__bullet_active::before {
  background: #DC4D56;
  animation: slide-progress 8s cubic-bezier(0.3, 0, 0.3, 1) forwards;
}

.swiper-paused .slider-header__bullet_active::before {
  animation-play-state: paused;
}

.progress-paused {
  animation-play-state: paused;
}

/* Слайдер в хедері */


/* Попапи */
.popup-overlay {
  overflow: hidden;
  opacity: 0;
  z-index: -1;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(32, 42, 54, 0.46);
  backdrop-filter: blur(17px);
  transition: all 0.5s ease 0s;
}

.popup-overlay.active {
  overflow: visible;
  opacity: 1;
  z-index: 8;
}

.popup {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 22px;
  padding: 40px 50px;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s ease 0.2s;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.popup__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 22px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
}

.popup__close span {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--main-color-2);
  border-radius: 14px;
}

.popup__close span:nth-child(1) {
  transform: rotate(45deg) translate(0px, 1px);
}

.popup__close span:nth-child(2) {
  transform: rotate(-45deg) translate(1px, -1px);
}

.popup_btn {
  position: fixed;
  border: 1px solid #CACFD3;
  cursor: pointer;
  background: #f7f9fc;
}

.popup-form-stock {
  width: 390px;
}

.popup-form-stock.active {
  top: 50%;
  overflow: visible;
  opacity: 1;
  z-index: 9;
}

.popup-form-stock__title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
}

.popup-form-stock__descr {
  margin-top: 10px;
  font-weight: 400;
  line-height: 25px;
  text-align: center;
}

.popup-form-stock__form {
  margin-top: 30px;
}

.popup-form-stock__item {
  width: 100%;
  margin-bottom: 15px;
}

.popup-form-stock__input {
  width: 100%;
  border-radius: 13px;
  padding: 15px 15px 15px 38px;
  border: 1px solid #EDEDF6;
  font-weight: 300;
  background-color: #fff;
}

.popup-form-stock__btn {
  margin-top: 20px;
  width: 100%;
  min-height: 58px;
}

.popup-robo {
  width: 600px;
  background: #f9faff;
}

.popup-robo.active {
  top: 50%;
  overflow: visible;
  opacity: 1;
  z-index: 100;
}

.popup-robo__title {
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;
  text-align: center;
}

.popup-robo__wrapper {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: -15px;
  margin-right: -15px;
}

.popup-robo__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px 20px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 4px 36.4px 2px rgba(147, 160, 204, .07);
  width: calc(45% - 30px);
  margin: 0 15px;
}

.popup-robo__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.popup-robo__info {
  margin-left: 50px;
  width: calc(55% - 30px);
  margin: 0 15px;
}

.popup-robo__item {
  font-weight: 400;
  position: relative;
  padding-left: 21px;
}

.popup-robo__item:not(:last-child) {
  margin-bottom: 5px;
}

.popup-robo__item:before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 13px;
  height: 13px;
  background: url(/wp-content/themes/credits/assets/icons/check-mark.svg) center center / cover no-repeat;
}

.popup-robo__btn {
  margin: 30px auto 0;
}

.popup-robo__not {
  margin-top: 10px;
  font-size: 14px;
  color: #2773c1;
}

.popup-robo__warning {
  margin-top: 15px;
  font-size: 13px;
  line-height: 20px;
  color: #828282;
  background: #fff;
  border: 1px solid #e8f1f6;
  padding: 12px 15px;
  border-radius: 15px;
  display: flex;
  align-items: flex-start;
}

.popup-robo__warning img {
  margin-top: 3px;
  margin-right: 8px;
  width: 35px;
}

/* Попапи */


/* Сайдбар */
.sidebar-recomend__wrapper {
  margin-bottom: 30px;
}

.sidebar-recomend__title {
  border-bottom: 1px solid #CACFD3;
  color: #434343;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 15px;
  padding-bottom: 5px;
}

.sidebar-recomend__list {
  list-style: none;
}

.sidebar-recomend__item {
  margin-bottom: 12px;
  line-height: 20px !important;
  position: relative;
  padding-left: 18px;
}

.sidebar-recomend__item:before {
  content: "●";
  color: var(--main-color-3);
  font-size: 14px;
  position: absolute;
  top: 0;
  left: 0;
}

.sidebar-recomend__link {
  font-weight: 500;
  font-size: 15px;
  line-height: 20px !important;
  color: #3d3d3d;
}

.sidebar_rating {
  background-color: #f9faff;
}

.sidebar_wrapper {
  margin-top: 10px;
}

.sidebar_rating_block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 8px;
  border-bottom: 1px solid #f0f0f0;
}

.sidebar_rating_block:not(:last-child) {
  margin-bottom: 8px;
}

.sidebar_left {
  display: flex;
  align-items: center;
}

.sidebar_broker {
  display: flex;
  align-items: center;
}

.sidebar_broker img {
  border-radius: 20px;
}

.sidebar_block {
  margin-left: 12px;
  text-align: left;
  height: 30px;
}

.sidebar_icons {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sidebar_icons img {
  max-height: 100%;
  max-width: 100%;
}

.sidebar_name {
  font-weight: 500;
  font-size: 15px;
  color: #3d3d3d;
  line-height: 30px !important;
}

.reting_ball {
  font-size: 14px;
  width: 50px;
  text-align: right;
  font-weight: 500;
  color: #575757;
}

.reting_ball span {
  font-size: 15px;
  font-weight: 600;
  color: #353535;
}

/* Сайдбар */


/* Статті на головній */
.news-main {
  padding: 45px 0;
}

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

.news-main__title {
  width: calc(35% - 15px);
}

.news-main__scroll-tabs {
  width: calc(65% - 15px);
}

.news-main__tabs {
  display: inline-flex;
  border-radius: 33px;
  background-color: #fff;
  border: 1px solid #C8DAF6;
}

.news-main__tab {
  padding: 10px 30px;
  background: none;
  font-weight: 500;
  color: #5876D2;
  cursor: pointer;
  border-radius: 41px;
}

.news-main__tab:not(:last-child) {
  margin-right: 30px;
}

.news-main__tab.active {
  background-color: #87A9DB;
  color: #fff;
  z-index: 2;
}

.news-main__content {
  margin-top: 35px;
  position: relative;
}

.news-main__wrap {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease 0s;
  display: none;
}

.news-main__wrap.active {
  visibility: visible;
  opacity: 1;
  display: flex;
}

.news-main__last {
  width: calc(35% - 15px);
  background: #fff;
  border-radius: 20px;
  padding: 25px 10px 25px 30px;
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 4px 36.4px 2px rgba(147, 160, 204, 0.07);
}

.news-main__block {
  margin-top: 30px;
  max-height: 620px;
  overflow: auto;
  padding-right: 15px;
}

.news-main__block::-webkit-scrollbar {
  width: 7px;
  background-color: #fff;
}

.news-main__block::-webkit-scrollbar-thumb {
  background-color: #FBEBEC;
  border-radius: 7px;
}

.news-main__item {
  display: flex;
  align-items: center;
  padding: 15px 0;
}

.news-main__item:first-child {
  padding-top: 0;
}

.news-main__item:last-child {
  padding-bottom: 0;
}

.news-main__item:not(:last-child) {
  border-bottom: 1px solid #E8F1F6;
}

.news-main__item:nth-child(2n) .news-main__name {
  font-weight: 500;
}

.news-main__date {
  font-size: 12px;
  line-height: 12px;
  color: #5C6684;
  font-weight: 600;
  border-radius: 30px;
  padding: 4px 6px;
  background-color: #EAEAEA;
}

.news-main__name {
  font-weight: 400;
  line-height: 22px;
  color: #5876D2;
  margin-left: 15px;
  max-height: 44px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-decoration: none;
}

.news-main__subtitle {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #111728;
}

.news-main__subtitle svg {
  margin-right: 10px;
}

.news-main__choice {
  width: calc(65% - 15px);
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.choice__subtitle {
  position: absolute;
  top: 30px;
  left: 30px;
  padding: 10px 25px;
  border-radius: 37px;
  color: #fff;
  line-height: 28px;
  font-weight: 700;
  background-color: rgba(82, 97, 106, 0.35);
  backdrop-filter: blur(15px);
  z-index: 2;
}

.choice__item {
  position: relative;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: all 0.3s ease 0s;
}

.news-main__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px;
}

.news-main__img img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
}

.choice__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(17, 23, 46, 0.6);
  border-radius: 20px;
  z-index: 1;
  transition: all 0.3s ease 0s;
}

.choice__item:hover:before {
  background-color: rgba(17, 23, 46, 0.3);
}

.choice__item:nth-child(1) {
  width: 100%;
  height: 420px;
}

.choice__item:nth-child(2),
.choice__item:nth-child(3) {
  width: calc(50% - 15px);
  height: 280px;
}

.choice__content {
  background-color: rgba(82, 97, 106, 0.24);
  backdrop-filter: blur(15px);
  z-index: 2;
  padding: 20px 30px;
  border-radius: 0 0 20px 20px;
}

.choice__name {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  max-height: 50px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.3s ease 0s;
  max-width: 240px;
}

.choice__name_top {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  max-height: 60px;
  max-width: 420px;
}

.choice__date {
  border-radius: 30px;
  padding: 7px 12px;
  background-color: #D8D8D8;
  color: #636363;
  z-index: 3;
  position: absolute;
  top: 20px;
  right: 20px;
  line-height: 14px;
  font-weight: 600;
}

.choice__date svg {
  display: none;
}

.choice__date_top {
  top: auto;
  bottom: 25px;
  right: 20px;
}

/* Статті на головній */


/* Сторінка відгуків TN */
.tn-reviews {
  padding: 90px 0;
}

.tn-reviews__wrapper {
  margin-top: 50px;
  column-count: 3;
  column-gap: 30px;
}

.tn-reviews__item {
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 25px 30px;
  background: var(--color-bg-1);
  box-shadow: var(--shadow-bg-1);
  border-radius: 20px;
  width: 100%;
}

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

.tn-reviews__author {
  font-weight: 600;
  font-size: 16px;
}

.tn-reviews__date {
  font-size: 14px;
  color: #828282;
}

.tn-reviews__body {
  margin-top: 15px;
}

.tn-reviews-leave {
  margin-top: 70px;
}

.tn-reviews-leave__wrapper {
  margin-top: 40px;
  background: var(--color-bg-1);
  border: 1px solid var(--border-bg-1);
  border-radius: 20px;
  padding: 40px 60px;
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}

.tn-reviews-leave__textarea {
  width: calc(70% - 15px);
}

.tn-reviews-leave__textarea textarea {
  border: 1px solid var(--border-bg-1);
  background: #FFF;
  border-radius: 20px;
  font-weight: 500;
  color: #3a3a3a;
  height: 100%;
  padding: 15px 25px;
  width: 100%;
}

.tn-reviews-leave__inputs {
  width: calc(30% - 15px);
}

.tn-reviews-leave__input {
  border: 1px solid var(--border-bg-1);
  background: #FFF;
  border-radius: 20px;
  font-weight: 500;
  color: #3a3a3a;
  height: 55px;
  padding: 15px 25px;
  width: 100%;
  margin-bottom: 20px;
}

.tn-reviews-leave__btn {
  width: 100%;
}

/* Сторінка відгуків TN */



/* Стара звездность */

.table-stars__ball {
  margin-top: -2px;
  font-weight: 500;
  color: #ababab;
  margin-left: 10px;
  font-size: 13px;
}

.table-stars__ball span {
  font-weight: 700;
  font-size: 15px;
  line-height: 15px;
  margin-right: 2px;
}

/* Стара звездность */



/* Стилі таблиці рейтингу */
.rating_main {
  padding: 20px 0 45px 0 !important;
}

.rating {
  padding: 45px 0;
}

.rating__table {
  margin-top: 40px;
}

.rating__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #202A36;
  font-size: 13px;
  font-weight: 600;
  border-radius: 20px 20px 0 0;
  padding: 0 20px;
  margin-bottom: 10px;
}

.rating__top .rating__item {
  padding: 15px 10px;
  color: #B4B9C9;
}

.rating__top .rating__item svg {
  margin-right: 9px;
}

.rating__top .rating__item:nth-child(6) {
  color: #ECD932;
  font-size: 14px;
}

.rating__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  border-radius: 15px;
  background-color: #fff;
  min-height: 90px;
}

.rating__wrapper:not(:last-child) {
  margin-bottom: 10px;
}

.rating__item {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex: 0 0 16%;
  padding: 15px;
  font-weight: 400;
  line-height: 20px;
}

.rating__item:first-child {
  flex: 0 0 5%;
}

.rating__item:nth-child(2) {
  flex: 0 0 17%;
  flex-direction: column;
}

.rating__item:nth-child(6) {
  font-size: 15px;
  font-weight: 500;
  color: #40D160;
}

.rating__item:last-child {
  flex: 0 0 13%;
}

.rating__logo {
  display: flex;
  align-items: center;
  width: 160px;
}

.rating__logo img {
  max-width: 160px;
  max-height: 50px;
  object-fit: contain;
  object-position: left;
}

.rating__number {
  font-weight: 700;
  line-height: 14px;
  text-align: center;
  color: #7E8AAD;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 33px;
  min-height: 33px;
}

.rating__number_top {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33px;
  height: 33px;
  border-radius: 9px;
}

.rating__number_top-1 {
  background-color: #E1F8E5 !important;
  color: #40C25D !important;
}

.rating__number_top-2 {
  background-color: #E8F9FF !important;
  color: #73A7BB !important;
}

.rating__number_top-3 {
  background-color: #EEF5F6 !important;
  color: #899498 !important;
}

.rating__th-mob {
  display: none;
}

.rating__open-account {
  font-weight: 600;
  color: #464BBE;
  border-bottom: 1px solid #464BBE;
  transition: all 0.3s ease 0s;
  line-height: 20px;
}

.rating__open-account:hover {
  border-color: var(--main-color-3);
}

span.rating__open-account {
  color: #CFCFCF;
  border-bottom: 0;
  font-weight: 400;
}

.rating__visit-site {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 11px;
  background-color: #F8F8F8;
  transition: all 0.3s ease 0s;
}

.rating__visit-site span {
  display: none;
}

.rating__visit-site svg path {
  transition: fill 0.3s ease 0s;
}

.rating__visit-site:hover {
  background-color: #FBEEEF;
}

.rating__visit-site:hover svg path {
  fill: var(--main-color-3);
}

span.rating__visit-site:hover {
  background-color: #F8F8F8;
}

span.rating__visit-site svg path {
  fill: #c2c2c2;
}

span.rating__visit-site:hover svg path {
  fill: #c2c2c2;
}

/* Стилі таблиці рейтингу */


/* Блок всі рейтинги на головній */
.all-rating {
  padding: 45px 0
}

.all-rating__wrapper {
  margin-top: 40px;
  display: flex;
  min-height: 160px;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0px 4px 36.4px 2px rgba(147, 160, 204, 0.07);
}

.all-rating__link {
  width: 25%;
  height: 100%;
  padding: 30px 50px;
  position: relative;
}

.all-rating__link:not(:last-child):after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  background-color: #E7E4FC;
  height: 70%;
  z-index: -2;
}

.all-rating__link:first-child {
  padding-left: 80px;
}

.all-rating__link:last-child {
  padding-right: 80px;
}

.all-rating__link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease 0s;
  z-index: -1;
}

.all-rating__link:nth-child(1)::before {
  background: url('/wp-content/themes/credits/assets/img/home/all-rating-forex.webp') center center / cover no-repeat;
  border-radius: 15px 0 0 15px;
}

.all-rating__link:nth-child(2)::before {
  background: url('/wp-content/themes/credits/assets/img/home/all-rating-consult.webp') center center / cover no-repeat;
}

.all-rating__link:nth-child(3)::before {
  background: url('/wp-content/themes/credits/assets/img/home/all-rating-binary.webp') center center / cover no-repeat;
}

.all-rating__link:nth-child(4)::before {
  background: url('/wp-content/themes/credits/assets/img/home/all-rating-crypto.webp') center center / cover no-repeat;
  border-radius: 0 15px 15px 0;
}

.all-rating__link:hover::before {
  opacity: 1;
  visibility: visible;
}

.all-rating__link:hover .all-rating__name {
  color: #fff;
}

.all-rating__link:hover .all-rating__icon svg path {
  fill: var(--main-color-1);
}

.all-rating__icon {
  width: 30px;
  height: 30px;
}


.all-rating__name {
  margin-top: 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #111728;
  z-index: 2;
  transition: color 0.3s ease 0s;
}

.all-rating__name span {
  font-weight: 600;
}

.all-rating__icon svg path {
  transition: fill 0.3s ease 0s;
}

/* Блок всі рейтинги на головній */



/* Сторінки з бонусами */
.bonus-home {
  padding: 45px 0;
}

.bonus-category {
  padding: 20px 0 45px;
}

.bonus-category__top {
  margin-top: 40px;
  width: 100%;
  padding: 20px;
  background: #202A37 url('/wp-content/themes/credits/assets/img/bonus-category/bonus-category_bg.webp') center center / cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 20px 20px 0 0;
  position: relative;
  z-index: 3;
}

.bonus-category__subtitle {
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  color: #fff;
  display: flex;
  align-items: center;
}

.bonus-category__subtitle svg {
  margin-right: 10px;
}

.bonus-category__subtitle:nth-child(1) {
  width: calc(35% - 15px);
}

.bonus-category__subtitle:nth-child(2) {
  width: calc(65% - 15px);
}

.bonus-category__wrapper {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
}

.bonus-category__brokers {
  width: calc(35% - 15px);
  position: relative;
  z-index: 3;
}

.bonus-category__broker {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease 0s;
  padding: 10px 20px;
  background: #fff;
  box-shadow: 0px 4px 36.4px 2px rgba(147, 160, 204, .07);
  border: 1px solid #fff;
}

.bonus-category__broker.active {
  border: 1px solid #E7E4FC;
}

.bonus-category__broker.active .bonus-category__name-brokers {
  color: #1647DE;
}

.bonus-category__broker:first-child {
  border-radius: 15px 15px 0 0;
}

.bonus-category__broker:last-child {
  border-radius: 0 0 15px 15px;
}

.bonus-category__broker:not(:last-child) {
  margin-bottom: 8px;
}

.bonus-category__block {
  display: flex;
  align-items: center;
  pointer-events: none;
}

.bonus-category__logo {
  width: 39px;
  height: 39px;
  margin-right: 20px;
}

.bonus-category__logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bonus-category__name-brokers {
  font-size: 16px;
  font-weight: 600;
  color: #111728;
}

.bonus-category__text {
  color: #82889A;
  font-weight: 400;
  margin-right: 10px;
}

.bonus-category__value {
  font-size: 12px;
  line-height: 12px;
  color: #5c6684;
  font-weight: 700;
  border-radius: 30px;
  padding: 4px 9px;
  background-color: #eaeaea;
}

.bonus-category__wrap {
  width: calc(65% - 15px);
  min-height: 407px;
}

.bonus-category__offers {
  width: 100%;
  display: none;
}

.bonus-category__offers.active {
  display: block;
}

.bonus-category__offer {
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 30px 40px 30px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0px 4px 36.4px 2px rgba(147, 160, 204, .07);
  position: relative;
}

.bonus-category__offer::before {
  content: '';
  position: absolute;
  right: 120px;
  bottom: 0;
  width: 130px;
  height: 81px;
  background: url('/wp-content/themes/credits/assets/img/bonus-category/bonus-category_before.svg') center center / cover no-repeat;
  z-index: 0;
}

.bonus-category__offer:not(:last-child) {
  margin-bottom: 15px;
}

.bonus-category__content {
  max-width: 60%;
  z-index: 1;
}

.bonus-category__get {
  z-index: 1;
  font-weight: 600;
  color: #464bbe;
  border-bottom: 1px solid #464bbe;
  transition: all .3s ease 0s;
  line-height: 20px;
}

.bonus-category__get:hover {
  border-color: var(--main-color-3);
}

.bonus-category__name-bonus {
  color: #111728;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.bonus-category__name-bonus svg {
  margin-top: 4px;
  margin-right: 8px;
}

.bonus-category__name-bonus div {
  width: fit-content;
}

.bonus-category__descr {
  margin-top: 15px;
}

.bonus-category__more {
  margin-top: 30px;
  display: flex;
  align-items: center;
  color: #3555B8;
  padding: 15px 25px;
  border-radius: 14px;
  background-color: #E8F0FD;
}

.bonus-category__more svg {
  margin-left: 10px;
}

.bonus-category__more svg path {
  transition: fill 0.3s ease 0s;
}

.bonus-category__more:hover {
  background-color: #DC4D56;
}

.bonus-category__more:hover svg path {
  fill: #fff;
}


.bonus-single__top {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 4px 36.4px 2px rgba(147, 160, 204, .07);
  padding: 30px 25px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.bonus-single__logo {
  max-width: 250px;
}

.bonus-single__logo img {
  object-fit: contain;
  height: 60px;
}

.bonus-single__btns {
  display: flex;
  width: 65%;
  justify-content: flex-end;
}

.bonus-single__link_w {
  padding: 13px 35px;
}

.company-page__titles_img {
  display: flex;
  align-items: center;
}

.bonus-single__body {
  margin-top: 25px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.bonus-single__info {
  display: flex;
  flex-direction: column;
}

.bonus-single__info span {
  margin-top: 5px;
  font-weight: 600;
  font-size: 18px;
}

.bonus-single__link {
  padding: 10px 30px;
}

.bonus-single__link_span {
  transition: all 0.3s ease 0s;
  background-color: #7ab5d1;
  cursor: default;
}

.bonus-single__link_span:hover {
  background-color: #7ab5d1;
}

.bonus-single__link:hover {
  background: var(--main-color-3);
  color: #fff;
  border-color: var(--main-color-3);
}

.bonus-single__link_check {
  background: var(--main-color-2);
  margin-right: 30px;
  color: #fff;
}

.bonus-single__link_reviews {
  background: #fff;
  color: #4f4f4f;
}

.bonus-single__link_reviews:hover {
  background: #fff;
  color: var(--main-color-3);
}

.bonus-single__list {
  margin-top: 50px;
  width: 100%;
}

.bonus-single__item {
  margin-bottom: 30px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 4px 36.4px 2px rgba(147, 160, 204, .07);
  padding: 30px 25px;
}

.bonus-single__item h2 {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: var(--main-color-2);
  margin-bottom: 15px;
}

.bonus-single__p {
  font-weight: 600;
}

.bonus-single__content p {
  font-weight: 400;
}

.bonus-single__item li {
  line-height: 23px;
  position: relative;
  padding-left: 15px;
  list-style: none;
}

.bonus-single__item li:not(:last-child) {
  margin-bottom: 10px;
}

.bonus-single__item li::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--main-color-1);
  position: absolute;
  top: 8px;
  left: 0;
}

.bonus-single__get {
  display: flex;
  height: 50px;
  background: var(--main-color-3);
  min-width: 200px;
  color: #fff;
  transition: all 0.3s ease 0s;
}

.bonus-single__get:hover {
  background-color: var(--main-color-1);
}

.bonus-single__content {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transition: max-height 0.2s ease 0s, opacity 0.5s ease 0s;
}

.bonus-single__content.active {
  opacity: 1;
  visibility: visible;
}

.bonus-single__content.active ul {
  margin-top: 15px;
  margin-bottom: 0;
}

.bonus-single__content.active ol {
  margin-top: 15px;
  margin-bottom: 0;
}

.bonus-single__content.active p {
  margin-top: 15px;
  margin-bottom: 0;
}

.bonus-single__content.active h3 {
  margin-top: 15px;
  margin-bottom: 0;
}

.bonus-single__more {
  margin-top: 12px;
  padding: 0;
  border: none;
  background: none;
  color: var(--main-color-3);
  font-weight: 600;
  font-size: 15px;
  position: relative;
  cursor: pointer;
  padding-right: 18px;
}

.bonus-single__more::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-70%) rotate(45deg);
  border: solid var(--main-color-3);
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  transition: all 0.3s ease 0s;
}

.bonus-single__more.show::before {
  transform: translateY(-10%) rotate(-135deg);
}

.bonus-single__more_next {
  margin-top: 20px;
  display: inline-block;
}

.bonus-single__more_next::before {
  border-width: 1px 1px 0 0;
  transform: translateY(-30%) rotate(45deg);
}

.bonus-single__block {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.bonus-single__main-text {
  margin-right: 30px;
}

.bonus__btn_get_no-active {
  background: #9dc3ea;
  color: #fff;
  cursor: default;
}

.bonus__btn_get_no-active:hover {
  background: #9dc3ea !important;
  color: #fff !important;
}

.recomend-bonus {
  padding: 45px 0 0 0;
}

.recomend-bonus__wrapper {
  margin-top: 40px;
}

.recomend-bonus__item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  box-shadow: 0 4px 36.4px 2px rgba(147, 160, 204, .07);
  border-radius: 20px;
  padding: 30px 25px;
  gap: 50px;
}

.recomend-bonus__item:not(:last-child) {
  margin-bottom: 30px;
}

.recomend-bonus__left {
  width: 200px;
}

.recomend-bonus__content {
  width: 70%;
}

.recomend-bonus__logo {
  height: 50px;
  width: 100%;
}

.recomend-bonus__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.recomend-bonus__name {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: var(--main-color-2);
}

.recomend-bonus__descr {
  margin-top: 15px;
}

.recomend-bonus__btn {
  margin-top: 20px;
  min-height: 50px;
  width: 100%;
  padding: 14px 20px;
}

/* Сторінки з бонусами */


/* Блок відгуків на головній */

.reviews__body {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.reviews__body .home-reviews__item {
  width: calc(50% - 15px);
}


.home-reviews {
  padding: 45px 0 90px;
}

.home-reviews__wrapper {
  margin-top: 40px;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}

.home-reviews__all {
  width: calc(35% - 15px);
  margin-left: 15px;
  margin-right: 15px;
  border-radius: 20px;
  box-shadow: 0px 4px 36.4px 2px rgba(147, 160, 204, 0.07);
  background: #FFF;
  padding: 25px 10px 25px 30px;
  align-self: flex-start;
}

.home-reviews__all-subtitle {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #111728;
}

.home-reviews__all-subtitle svg {
  margin-right: 10px;
}

.home-reviews__all-list {
  margin-top: 30px;
  padding-right: 15px;
  max-height: 540px;
  overflow: auto;
}

.home-reviews__all-list::-webkit-scrollbar {
  width: 7px;
  background-color: #fff;
}

.home-reviews__all-list::-webkit-scrollbar-thumb {
  background-color: #FBEBEC;
  border-radius: 7px;
}

.home-reviews__all-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}

.home-reviews__all-item:first-child {
  padding-top: 0;
}

.home-reviews__all-item:last-child {
  padding-bottom: 0;
}

.home-reviews__all-item:not(:last-child) {
  border-bottom: 1px solid #e8f1f6;
}

.home-reviews__all-name {
  font-weight: 400;
  line-height: 22px;
  color: #5876d2;
}

.home-reviews__all-value {
  font-size: 12px;
  line-height: 12px;
  color: #5c6684;
  font-weight: 600;
  border-radius: 30px;
  padding: 4px 6px;
  background-color: #eaeaea;
}

.home-reviews__list {
  width: calc(65% - 15px);
  margin-left: 15px;
  margin-right: 15px;
}

.home-reviews__item {
  width: 100%;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 4px 36.4px 2px rgba(147, 160, 204, 0.07);
  padding: 20px;
}

.home-reviews__item:not(:last-child) {
  margin-bottom: 26px;
}

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

.home-reviews__block {
  display: flex;
  align-items: center;
}

.home-reviews__avatar {
  margin-right: 13px;
  width: 34px;
  height: 34px;
}

.home-reviews__author {
  font-weight: 400;
  line-height: 14px;
  color: #111728;
}

.home-reviews__date {
  margin-top: 8px;
  font-size: 12px;
  line-height: 12px;
}

.home-reviews__broker {
  display: block;
  color: #5876D2;
  line-height: 20px;
  max-width: 300px;
  overflow: hidden;
  max-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.home-reviews__text {
  margin-top: 15px;
}

/* Блок відгуків на головній */



/* Блок всі продукти на головній */
.products-all {
  padding: 70px 0 50px 0;
  background-color: #202A36;
}

.products-all__title {
  color: #fff;
}

.products-all__wrap {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  gap: 80px;
}

.products-all__item {
  max-width: 25%;
}

.products-all__subtitle {
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 16px;
  line-height: 23px;
  color: #fff;
}

.products-all__link {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #B4B9C9;
  margin-bottom: 15px;
}

.products-all__more {
  font-size: 15px;
  font-weight: 600;
  margin: 0 auto;
  color: var(--main-color-1);
  padding: 0px 20px 0px 0px;
  margin-top: 30px;
  position: relative;
}

.products-all__more::before {
  content: "";
  position: absolute;
  top: 9px;
  right: 0;
  transform: rotate(45deg);
  border: 1.5px solid var(--main-color-1);
  border-width: 0 1px 1px 0;
  padding: 3px;
  transition: transform 0.2s ease 0s;
}

.products-all__more.active::before {
  top: 13px;
  border-width: 1px 0 0 1px;
}

/* Блок всі продукти на головній */


/* Банер-слайдер на моб */
.baner-mob {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #B3F6D5 url('/wp-content/themes/credits/assets/img/ban/ban-mob-bg_teletrade.webp') center center / cover no-repeat;
  z-index: 3;
  transition: all 0.3s ease 0s;
  bottom: -125px;
  opacity: 0;
  visibility: hidden;
}

.baner-mob_education {
  background: #1E345D url('/wp-content/themes/credits/assets/img/ban/ban-mob-bg_cbt.webp') center center / cover no-repeat;
}

.baner-mob_education .baner-mob__descr {
  color: #fff;
}

.baner-mob_education .baner-mob__title {
  color: var(--main-color-1);
}

.baner-mob_education .baner-mob__btn {
  background-color: var(--main-color-1);
  color: #181A20;
}

.baner-mob_education .baner-mob__arrow {
  background-color: #2E7193;
  border: none;
}

.baner-mob_education .baner-mob__arrow svg g {
  stroke: #fff;
}

.baner-mob_shares {
  background: #DFEFFF url('/wp-content/themes/credits/assets/img/ban/ban-mob-bg_shares.webp') center center / cover no-repeat;
}

.baner-mob_shares .baner-mob__title {
  color: var(--main-color-3);
}

.baner-mob_shares .baner-mob__btn {
  background-color: var(--main-color-3);
}

.baner-mob_shares .baner-mob__arrow {
  background-color: #DCF2F0;
  border: none;
}

.baner-mob.active {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}

.baner-mob.hide {
  bottom: -100px;
}

.baner-mob__wrapper {
  height: 100px;
  padding: 0 10px !important;
}

.baner-mob__block {
  display: flex;
}

.baner-mob__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100% !important;
  height: 100px;
}

.baner-mob__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.baner-mob__item:nth-child(2) {
  height: 100px;
  margin-right: -5px;
}

.baner-mob__item:first-child {
  max-width: 145px;
}

.baner-mob__item:last-child {
  align-items: center;
}

@media(max-width: 380px) {
  .baner-mob__item:nth-child(2) {
    display: none;
  }
}

.baner-mob__title {
  font-size: 14px;
  line-height: 17px;
  font-weight: 700;
  text-transform: uppercase;
}

.baner-mob__descr {
  font-weight: 400;
  margin-top: 10px;
  font-size: 14px;
  line-height: 21px;
  color: #383838;
}

.baner-mob__descr span {
  font-weight: 700;
}

.baner-mob__logo {
  width: 115px;
}

.baner-mob__btn {
  width: 115px;
  padding: 7px 5px;
  border-radius: 23px;
  font-weight: 600;
  min-height: 45px;
  background-color: #DA1C5C;
  color: #fff;
}

.baner-mob__arrow {
  width: 47px;
  height: 23px;
  position: absolute;
  top: -23px;
  right: 10px;
  background-color: #97FCB6;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px 20px 0 0;
  border-bottom: none;
  padding-top: 4px;
  border: 1px solid #A7F9C8;
  border-bottom: 0;
}

.baner-mob__arrow.hide svg {
  transform: rotate(180deg);
  padding-top: 2px;
}

/* Банер-слайдер на моб */


/* Рубрика статті + рекомендованні статті на сайті */
.popular-articles {
  padding: 60px 0;
}

.popular-articles__wrapper {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}

.popular-articles__item {
  width: calc(33.3333% - 20px);
  border-radius: 20px;
  border: 1px solid var(--border-bg-1);
  background: #FFF;
  display: flex;
  flex-direction: column;
}

.popular-articles__item:last-child {
  display: none;
}

.popular-articles__img {
  width: 100%;
  height: 200px;
  position: relative;
}

.popular-articles__img::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #00000017;
  border-radius: 20px 20px 0 0;
}

.popular-articles__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px 20px 0 0;
}

.popular-articles__body {
  padding: 25px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.popular-articles__top {
  display: flex;
  flex-direction: column;
}

.popular-articles__category {
  font-weight: 600;
  color: #666666;
  text-decoration: none;
  line-height: 23px;
}

.popular-articles__name {
  margin-top: 10px;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: #222222;
  text-decoration: none;
  transition: 0.3s ease 0s;
  height: 52px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.popular-articles__name:hover {
  color: var(--main-color-3);
}

.popular-articles__info {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.popular-articles__autor {
  color: #696969;
}

.popular-articles__date {
  color: #696969;
}

/* Рубрика статті + рекомендованні статті на сайті */


/* Старі стилі контейнерів */
.row {
  margin-right: auto;
  max-width: 1170px;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
}

.column,
.col {
  flex: 1 1 0px;
  padding-right: 10px;
  padding-left: 10px;
}

.large-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.large-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
  padding-right: 0;
}

.large-8_right {
  padding-left: 0;
  padding-right: 10px;
}

/* Старі стилі контейнерів */


/* Сторінка контакти */
.but_contactep {
  padding-bottom: 70px;
  overflow: hidden;
}

/* Сторінка контакти */


/* Сторінка наша команда */
.our-team {
  padding: 70px 0 90px;
}

.our-team__descr {
  margin-top: 30px;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
}

.our-team__wrapper {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.our-team__item {
  width: calc(50% - 15px);
  padding: 25px 30px;
  background: var(--color-bg-1);
  box-shadow: var(--shadow-bg-1);
  border-radius: 20px;
}

.our-team__top {
  display: flex;
  align-items: center;
}

.our-team__img {
  margin-right: 20px;
  width: 100px;
  height: 100px;
  border: 1px solid var(--border-bg-1);
  border-radius: 50%;
}

.our-team__avtor {
  font-size: 16px;
  font-weight: 500;
  display: flex;
  flex-direction: column;
}

.our-team__avtor span {
  font-weight: 600;
  font-size: 18px;
}

.our-team__social {
  margin-top: 7px;
  display: flex;
  align-items: center;
}

.our-team__social a:not(:last-child) {
  margin-right: 15px;
}

.our-team__list {
  margin-top: 30px !important;
}

.our-team__list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
}

.our-team__list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--main-color-2);
}

/* Сторінка наша команда */


/* Сторінка робота в компанії */
.tn-work {
  padding: 70px 0 90px;
}

.tn-work__title {
  text-align: left !important;
}

.tn-work__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 100px;
}

.tn-work__item {
  width: 60%;
}

.tn-work__subtitle {
  margin-top: 20px;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: var(--main-color-2);
}

.tn-work__descr {
  margin-top: 40px;
}

.tn-work__img {
  width: 40%;
  display: flex;
  justify-content: center;
}

.tn-work__img img {
  width: 100%;
  object-fit: contain;
}

.tn-work__body {
  margin: 50px auto 0 auto;
  max-width: 600px;
}

.tn-work__warning {
  margin-top: 30px;
  color: var(--main-color-1);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
}

.tn-work__text {
  margin-top: 20px;
  text-align: center;
  font-weight: 500;
}

/* Сторінка робота в компанії */


/* Сторінка контакти */
.contacts {
  padding: 70px 0 90px;
}

.contacts__wrapper {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  gap: 50px;
}

.contacts__content {
  width: fit-content;
}

.contacts__agency {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
}

.contacts__block {
  margin-top: 50px;
}

.contacts__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
}

.contacts__item:not(:last-child) {
  margin-bottom: 20px;
}

.contacts__item a,
.contacts__item span {
  font-weight: 500;
  width: 340px;
}

.contacts__item a {
  color: var(--main-color-1);
  transition: color 0.3s ease 0s;
}

.contacts__item a:hover {
  color: var(--main-color-2);
}

.contacts__offer {
  margin-top: 50px;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
}

.contacts__warning {
  margin-top: 15px;
}

.contacts__btn {
  margin-top: 30px;
  padding: 10px 30px;
  min-height: 55px;
  min-width: 220px;
}

.contacts__maps iframe {
  border-radius: 20px;
  border: none;
  width: 600px;
}

/* Сторінка контакти */



/* Сторінка навчання */
.education-breadcrumbs {
  background-color: #fff;
}

.education-main {
  padding: 20px 0 75px;
  background-color: #fff;
  color: #181a20;
}

.education-main__wrapper {
  display: flex;
}

.education-main__content {
  max-width: 660px;
  margin-right: 90px;
}

.education-main__cbt {
  display: inline-flex;
  align-items: center;
  background: var(--color-bg-2);
  border: 1px solid var(--border-bg-2);
  border-radius: 40px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 20px;
  margin-bottom: 25px;
}

.education-main__cbt svg {
  margin-right: 10px;
}

.education-main__title {
  font-weight: 600;
  font-size: 47px;
  line-height: 63px;
  margin-bottom: 25px;
}

.education-main__descr {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 25px;
}

.education-main__sub-descr {
  margin-bottom: 40px;
}

.education-main__info {
  display: flex;
  justify-content: space-between;
  margin-left: -15px;
  margin-right: -15px;
}

.education-main__item {
  width: calc(50% - 15px);
  margin-left: 15px;
  margin-right: 15px;
  border: 1px solid var(--border-bg-1);
  border-radius: 20px;
  padding: 25px;
}

.education-main__i {
  margin-bottom: 13px;
}

.education-main__name {
  font-weight: 600;
  margin-bottom: 13px;
}

.education-main__btn-mob {
  display: none;
}

.education-main__right {
  background-color: var(--main-color-2);
  border-radius: 42px 0 0 42px;
  position: relative;
  padding: 70px 0 70px 70px;
}

.education-main__right::before {
  content: '';
  position: absolute;
  top: 0;
  right: -50vw;
  height: 100%;
  width: 50vw;
  background-color: var(--main-color-2);
}

.education-form {
  margin-top: 35px;
  width: 330px;
  z-index: 2;
  position: relative;
}

.education-form__title {
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  line-height: 35px;
}

.education-form__item {
  margin-bottom: 20px;
  width: 100%;
  position: relative;
}

.education-form__label {
  position: absolute;
  top: 20px;
  left: 15px;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.education-form__input {
  width: 100%;
  height: 55px;
  padding: 15px 15px 15px 38px;
  border-radius: 13px;
  background-color: #fff;
  border: 1px solid #fff;
}

.education-form__btn {
  margin-top: 30px;
  width: 100%;
}

.education-main__img {
  position: absolute;
  bottom: 0;
  left: 130px;
  height: 373px;
}

.education-main__webinar {
  display: flex;
  align-items: center;
  margin-top: -10px;
  margin-bottom: 10px;
}

.education-main__icon {
  margin-right: 10px;
  height: 58px;
}

.education-top_crypto {
  background: linear-gradient(110.64deg, #17191C 23.48%, #363322 60.82%, #6F622C 105.06%);
  min-height: 550px;
  position: relative;
}

.education-top_crypto::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 400px;
  height: 100%;
  background: url('img/education-crypto-img_left1.svg') center center / cover no-repeat;
  z-index: 1;
  opacity: 0.8;
}

.education-top_crypto::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 450px;
  height: 100%;
  background: url('img/education-crypto-img_right1.svg') center center / cover no-repeat;
  z-index: 1;
  opacity: 0.8;
}

.education-top__wrapper {
  padding: 30px 0 60px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 550px;
}

.education-top__content {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 850px;
}

.education-top__title {
  font-weight: 700;
  font-size: 35px;
  line-height: 48px;
  text-transform: uppercase;
  text-align: center;
  color: #FFFFFF;
  z-index: 2;
}

.education-top__subtitle {
  margin-top: 7px;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #fcca3d;
  text-align: center;
  z-index: 2;
}

.education-top__descr {
  margin-top: 25px;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: #FFFFFF;
  z-index: 2;
}

.education-top__descr a {
  text-decoration: none;
  color: var(--main-color-1);
  font-weight: 500;
  padding-bottom: 1px;
  border-bottom: 1px solid var(--main-color-1);
  transition: all .3s ease 0s;
}

.education-top__descr a:hover {
  color: var(--main-color-2);
  border-color: var(--main-color-2);
}

.education-top__arbitrazh::before {
  content: none;
}

.education-top__btn {
  margin-top: 20px;
}

.education-top .breadcrumb_wrap {
  display: flex;
  justify-content: center;
  z-index: 2;
}

.education-top .breadcrumb_wrap span {
  color: #fff !important;
}

.education-top .breadcrumb_wrap a span {
  color: #fff !important;
}

.education__titles {
  padding-left: 20px;
  position: relative;
}

.education__titles::before {
  content: '';
  position: absolute;
  top: 5%;
  left: 0;
  width: 4px;
  height: 93%;
  border-radius: 10px;
  background-color: var(--main-color-1);
}

.education__titles::after {
  content: '';
  position: absolute;
  top: -50px;
  left: -95px;
  background: url('assets/img/education/education-before_bg.svg') center center / cover no-repeat;
  width: 217px;
  height: 277px;
  z-index: -1;
}

.education-btn {
  background-color: #FED500;
  color: #181A20;
  border-radius: 35px;
  font-weight: 600;
}

.education-title {
  font-weight: 400;
  font-size: 35px;
  line-height: 49px;
}

.education-title span {
  font-weight: 600;
}

.education-subtitle {
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  max-width: 700px;
  margin-top: 15px;
}

.education-subtitle span {
  font-weight: 600;
}

.education-cbt__subtitle {
  max-width: 800px;
}

.education-whom {
  padding: 75px 0;
  position: relative;
  background-color: #fff;
  color: #181a20;
  z-index: 1;
}

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

.education-whom__titles {
  width: calc(32% - 50px);
  margin-right: 50px;
}

.education-whom__block {
  width: 68%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.education-whom__item {
  width: calc(33.3333% - 15px);
  background: var(--color-bg-1);
  border-radius: 20px;
  min-height: 200px;
  padding: 25px 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.education-whom__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
}

.education-whom__descr {
  margin-top: 20px;
  text-align: center;
}

.education-whom__descr span {
  font-weight: 600;
}

.education-result {
  padding: 75px 0;
  position: relative;
  background-color: #fff;
  color: #181a20;
}

.education-result::after {
  content: '';
  position: absolute;
  top: 0;
  right: -180px;
  background: url(/wp-content/themes/credits/assets/img/education/education-before_bg.svg) center center/cover no-repeat;
  width: 521px;
  height: 643px;
  z-index: -1;
}

.education-result__body {
  display: flex;
  align-items: center;
  align-self: center;
}

.education-result__content {
  background-color: var(--main-color-2);
  border-radius: 20px;
  width: calc(45% - 80px);
  margin-right: 80px;
  min-height: 490px;
  padding: 40px;
  position: relative;
  overflow: hidden;
}

.education-result__titles {
  color: #fff;
  z-index: 2;
}

.education-result__titles::after {
  content: none;
}

.education-result__img {
  position: absolute;
  bottom: 0;
  left: -125px;
  width: 145%;
  height: 332px;
}

.education-result__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 55%;
}

.education-result__item {
  width: calc(50% - 50px);
  display: flex;
}

.education-result__item:not(:nth-last-child(-n+2)) {
  margin-bottom: 65px;
}

.education-result__icon {
  margin-right: 15px;
}

.education-result__name {
  font-weight: 600;
  font-size: 16px;
}

.education-result__descr {
  margin-top: 10px;
}

.education-result__descr span {
  font-weight: 500;
}

.education-cbt {
  padding: 75px 0;
  background-color: #fff;
  color: #181a20;
}

.education-cbt__wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.education-cbt__block {
  max-width: 600px;
}

.education-cbt__content {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}

.education-cbt__titles:after {
  top: 40px;
}

.education-cbt__btn {
  margin-top: 40px;
}

.education-cbt__item {
  width: calc(33.3333% - 20px);
  display: flex;
  justify-content: space-between;
  background-color: var(--color-bg-1);
  padding: 20px 20px 20px 35px;
  border-radius: 20px;
}

.education-cbt__icon {
  width: 35px;
  height: 35px;
}

.education-cbt__name {
  font-weight: 600;
  font-size: 16px;
}

.education-cbt__descr {
  margin-top: 5px;
  max-width: 200px;
}

.education-pass {
  padding: 75px 0;
  background-color: #fff;
  color: #181a20;
}

.education-pass__title::after {
  content: none;
}

.education-pass__slider {
  margin-top: 30px;
}

.education-pass__wrapper {
  position: relative;
}

.education-pass__item {
  display: flex;
  height: 330px;
}

.education-pass__img {
  width: calc(35% - 30px);
  margin-left: 30px;
  border-radius: 20px;
}

.education-pass__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  background-color: var(--main-color-2);
}

.education-pass__content {
  width: 65%;
  border: 1px solid var(--border-bg-1);
  border-radius: 20px;
  padding: 35px 30px 110px 35px;
  position: relative;
}

.education-pass__content::before {
  content: "01";
  position: absolute;
  bottom: 25px;
  right: 30px;
  font-weight: 900;
  font-size: 80px;
  line-height: 80px;
  color: #EAECEF;
}

.education-pass__item:nth-child(2) .education-pass__content::before {
  content: "02";
}

.education-pass__item:nth-child(3) .education-pass__content::before {
  content: "03";
}

.education-pass__item:nth-child(4) .education-pass__content::before {
  content: "04";
}

.education-pass__item:nth-child(5) .education-pass__content::before {
  content: "05";
}

.education-pass__item:nth-child(6) .education-pass__content::before {
  content: "06";
}

.education-pass__item:nth-child(7) .education-pass__content::before {
  content: "07";
}

.education-pass__item:nth-child(8) .education-pass__content::before {
  content: "08";
}

.education-pass__item:nth-child(9) .education-pass__content::before {
  content: "09";
}

.education-pass__item:nth-child(10) .education-pass__content::before {
  content: "10";
}

.education-pass__text {
  max-height: 180px;
  overflow-y: auto;
  padding-right: 20px;
}

.education-pass__text::-webkit-scrollbar {
  width: 6px;
  background-color: #fff;
}

.education-pass__text::-webkit-scrollbar-thumb {
  background-color: #DBDBDB;
  border-radius: 7px;
}

.education-pass__text span {
  font-weight: 600;
}

.education-pass__text h3 {
  font-weight: 600;
  font-size: 18px;
}

.education-pass__text p {
  margin-top: 20px;
}

.education-pass__nav {
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 3;
  bottom: 35px;
  left: 35px;
}

.education-pass__pag {
  position: static;
  margin: 0 12px;
  width: auto !important;
}

.education-pass__pag .swiper-pagination-current {
  font-weight: 600;
}

.education-pass__arrow {
  position: static;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  border: 1px solid #8392AA;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease 0s;
}

.education-pass__arrow:hover {
  background-color: var(--main-color-1);
  border: 1px solid var(--main-color-1);
}

.education-pass__arrow:hover svg path {
  fill: #474D57;
}

.education-gallery {
  padding: 75px 0;
  position: relative;
  background-color: #fff;
}

.education-gallery:after {
  content: '';
  position: absolute;
  right: -220px;
  bottom: -300px;
  background: url(/wp-content/themes/credits/assets/img/education/education-before_bg.svg) center center/cover no-repeat;
  width: 521px;
  height: 643px;
  z-index: -1;
}

.education-gallery__wrapper {
  display: grid;
  grid-template-columns: 1fr 0.2fr repeat(2, 0.5fr) 0.2fr 1fr;
  grid-template-rows: repeat(2, 0.6fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.education-gallery__item {
  cursor: zoom-in;
  max-height: 300px;
}

.education-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 22px;
}


.education-gallery__item:nth-child(1) {
  grid-area: 1 / 1 / 2 / 2;
}

.education-gallery__item:nth-child(2) {
  grid-area: 1 / 2 / 2 / 6;
}

.education-gallery__item:nth-child(3) {
  grid-area: 1 / 6 / 2 / 7;
}

.education-gallery__item:nth-child(4) {
  grid-area: 2 / 1 / 3 / 3;
}

.education-gallery__item:nth-child(5) {
  grid-area: 2 / 3 / 3 / 5;
}

.education-gallery__item:nth-child(6) {
  grid-area: 2 / 5 / 3 / 7;
}

.education-gallery__nav {
  display: none;
}

.fullscreen-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(48, 48, 48, .5);
  backdrop-filter: blur(40px);
  transition: all .5s ease 0s;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 7;
}

.fullscreen-content {
  max-width: 90%;
  max-height: 90%;
}

.fullscreen-image {
  object-fit: cover;
  border-radius: 22px;
  max-width: 90%;
  max-height: 90%;
}

.fullscreen-close {
  position: absolute;
  top: 30px;
  right: 32px;
  cursor: pointer;
  z-index: 7;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ECF1F7;
  border-radius: 10px;
  transition: background-color 0.3s ease 0s;
}

.fullscreen-close:hover {
  background-color: var(--main-color-1);
}

.fullscreen-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 60px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 7;
}

.fullscreen-arrow {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ECF1F7;
  border-radius: 10px;
  width: 45px;
  height: 45px;
  transition: background-color 0.3s ease 0s;
}

.fullscreen-arrow_right svg {
  margin-right: -2px;
}

.fullscreen-arrow_left svg {
  margin-left: -2px;
}

.fullscreen-arrow:hover {
  background-color: var(--main-color-1);
}


.education-content {
  padding: 75px 0;
  background-color: #fff;
  color: #181A20;
}

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

.education-content__left {
  background-color: var(--color-bg-1);
  padding: 30px 10px 15px 30px;
  border-radius: 20px;
  width: calc(32% - 30px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.education-content__titles::after {
  content: none;
}

.education-content__block {
  border: 1px solid var(--border-bg-1);
  padding: 30px 20px 30px 30px;
  border-radius: 20px;
  position: relative;
  width: 68%;
}

.education-content__text {
  margin-top: 0 !important;
  max-height: 230px;
  overflow: hidden;
  overflow-y: auto;
  padding-right: 30px;
}

.education-content__text h2:first-child {
  margin-top: 0;
}

.education-content__text::-webkit-scrollbar {
  width: 6px;
  background-color: #fff;
}

.education-content__text::-webkit-scrollbar-thumb {
  background-color: #DBDBDB;
  border-radius: 7px;
}

.education-faq {
  padding: 75px 0;
  background-color: #fff;
  color: #181A20;
}

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

.education-faq__content {
  width: calc(45% - 90px);
  margin-right: 90px;
}

.education-faq__titles::after {
  top: 135px;
}

.education-faq__img {
  margin-top: 25px;
  display: flex;
  justify-content: center;
}

.education-faq__block {
  width: 55%;
  padding: 0 !important;
}

.education-faq__block .faq__accordion {
  box-shadow: none;
  background-color: #F6F6F6;
  border-radius: 40px;
}

.education-faq__block .faq__accordion.active {
  border-radius: 33px;
}

.education-consult {
  padding: 75px 0 100px 0;
  background-color: #fff;
}

.education-consult__wrapper {
  border-radius: 20px;
  padding: 30px 30px 0 60px;
  display: flex;
  justify-content: space-between;
  background-color: var(--main-color-2);
  align-items: center;
}

.education-consult__content {
  width: calc(50% - 35px);
  margin-right: 35px;
  padding-bottom: 50px;
}

.education-consult__titles {
  color: #fff;
  max-width: 450px;
}

.education-consult__titles::after {
  content: none;
}

.education-consult__img {
  width: 50%;
  height: 429px;
}

.education-consult__wrapper .wpcf7 {
  margin-top: 45px;
}

.education-consult__wrapper .wpcf7-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.education-consult__item {
  width: calc(50% - 12px);
  position: relative;
}

.education-consult__item:nth-child(2) {
  margin-bottom: 24px;
}

.education-consult__item:nth-child(3) {
  margin-bottom: 24px;
}

.education-consult__btn {
  padding: 15px 40px;
  width: 100%;
  height: 55px;
}

.education-offer {
  padding: 60px 0 80px;
}

.education-offer__wrapper {
  display: flex;
  align-items: center;
}

.education-offer__img {
  width: 45%;
}

.education-offer__text {
  width: 55%;
  padding-left: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.education-offer__title {
  text-align: left;
  font-size: 27px;
  line-height: 36px;
}

.education-offer__subtitle {
  text-align: left;
}

.education-recomend {
  padding: 50px 0 120px 0;
  background-color: #fff;
  color: #181a20;
}

.education-recomend__titles::after {
  top: -110px;
}

/* Сторінка навчання */



/* Сторінка запису криптовалют */
.crypto-stat__top {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 4px 36.4px 2px rgba(147, 160, 204, .07);
  padding: 30px;
}

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

.crypto-stat__logo {
  width: 40%
}

.crypto-stat__price {
  width: 50%;
  display: flex;
  justify-content: space-between
}

.crypto-stat__current {
  padding: 0 10px
}

.crypto-stat__value {
  color: #d00000;
  font-weight: 700;
  font-size: 24px;
}

.crypto-stat__descr {
  margin-top: 5px;
  font-size: 14px;
  line-height: 20px;
}

.crypto-stat__changes {
  padding: 0 10px
}

.crypto-stat__trade {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center
}

.crypto-stat__btn {
  padding: 15px 40px;
}

.crypto-stat__specif {
  margin-top: 15px;
  text-align: center;
}

.crypto-stat__specif a {
  color: #5876d2;
  transition: color 0.3s ease 0s;
  font-weight: 600;
}

.crypto-stat__specif a:hover {
  color: var(--main-color-3);
}

.sidebar-baner {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 4px 36.4px 2px rgba(147, 160, 204, .07);
  padding: 30px 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.sidebar-baner__logo {
  width: 250px;
  max-height: 40px
}

.sidebar-baner__logo img {
  width: 100%
}

.sidebar-baner__title {
  margin-top: 20px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: var(--main-color-2);
  line-height: 24px
}

.sidebar-baner__text {
  margin-top: 15px;
}

.sidebar-baner__text li {
  list-style-type: none;
  margin-bottom: 8px;
  font-weight: 500;
  position: relative;
  padding-left: 18px;
  font-size: 14px;
  line-height: 20px;
}

.sidebar-baner__text li:before {
  content: "●";
  color: var(--main-color-2);
  font-size: 14px;
  position: absolute;
  top: 0;
  left: 0;
}

.sidebar-baner__btn {
  margin-top: 20px;
  padding: 15px 20px;
  width: 100%;
}

.recomend-crypto {
  margin: 30px 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.recomend-crypto__item {
  width: calc(50% - 15px);
  background: #fff;
  box-shadow: 0 4px 36.4px 2px rgba(147, 160, 204, .07);
  border-radius: 20px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.recomend-crypto__item a {
  border-bottom: 0;
  padding-bottom: 0;
  display: block;
  width: 100%;
}

.recomend-crypto__logo {
  max-width: 280px;
  height: 50px;
}

.recomend-crypto__logo img {
  max-width: 100%;
  height: 50px;
  border: none !important;
  margin: 0 !important;
  border-radius: 0 !important;
}

.recomend-crypto__title {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.recomend-crypto__btn {
  margin: 15px auto 0 auto;
  padding: 15px 50px;
}

.recomend-crypto__descr {
  margin-top: 15px;
  text-align: center;
}

/* Сторінка запису криптовалют */


/* Рубрика записів */
.category-articles {
  padding: 20px 0 45px;
}

.category-articles__wrapper {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.category-articles__item {
  width: calc(33.33333% - 20px);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 4px 36.4px 2px rgba(147, 160, 204, .07);
}

.category-page {
  padding: 45px 0;
}

.category-page__wrapper {
  padding: 30px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 4px 36.4px 2px rgba(147, 160, 204, .07);
}

.category-faq {
  padding: 45px 0 90px 0 !important;
}

/* Рубрика записів */


/* Сторінка реклами */
.advertising {
  padding: 70px 0 90px;
}

.advertising__subtitle {
  margin-top: 30px;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
}

.advertising__descr {
  margin-top: 50px;
}

.advertising__wrapper {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}

.advertising__item {
  padding-top: 10px;
  width: calc(33.333% - 30px);
  position: relative;
  font-size: 14px;
  font-weight: 500;
}

.advertising__item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 4px;
  background-color: #FEC110 !important;
}

.advertising__cont-title {
  font-size: 23px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 40px;
  color: #fff;
}

.advertising__cont-title_black {
  color: #222222;
  margin-bottom: 30px;
}

.advertising__contact {
  margin-top: 50px;
}

.advertising__cont {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 50px;
}

.advertising__cont:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 30px;
  height: 3px;
  background-color: #FEC110 !important;
}

.advertising__cont:not(:last-child) {
  margin-bottom: 20px;
}

.advertising__cont span {
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  color: #222222;
  width: 200px;
  display: block;
}

.advertising__cont a {
  font-weight: 500;
  line-height: 22px;
  color: var(--main-color-1);
  transition: color 0.3s ease 0s;
}

.advertising__cont a:hover {
  color: var(--main-color-2);
}

/* Сторінка реклами */



/* Стилі для плашок контакт форм 7 */
.wpcf7-not-valid-tip {
  margin-top: 5px !important;
  font-weight: 600 !important;
  margin-left: 3px !important;
  line-height: 18px !important;
}

.wpcf7-response-output {
  border-radius: 20px !important;
  padding: 10px 20px !important;
  border: 1px solid #f7e700 !important;
  background-color: #fcf15b !important;
  font-weight: 500 !important;
  margin: 2em 0 1em !important;
  line-height: 23px;
}

.wpcf7 form.sent .wpcf7-response-output {
  background-color: #46b450 !important;
  border: 1px solid #398f14 !important;
}

.wpcf7-spinner {
  top: 17px !important;
}

div.wpcf7 .ajax-loader {
  display: none !important;
}

span.wpcf7-list-item {
  margin: 0 !important;
  display: flex !important;
  align-items: center;
}

span.wpcf7-list-item .wpcf7-list-item-label {
  margin-left: 8px;
  line-height: 17px;
}

span.wpcf7-list-item input[type="checkbox"] {
  margin: 0 0 0 3px !important;
}

/* Стилі для плашок контакт форм 7 */


/* Стилі для особистого кабінету, логіна, реєстрації*/
.block_for_login {
  margin-left: 25px;
  width: 25px;
}

.block_for_login a {
  width: 22px;
  height: 30px;
  display: block;
}

.um-field-b,
.um-field-c {
  margin-bottom: 30px;
  width: fit-content;
}

.um-field-checkbox {
  cursor: pointer;
  margin-left: 2px;
}

.um .um-tip:hover,
.um .um-field-radio.active:not(.um-field-radio-state-disabled) i,
.um .um-field-checkbox.active:not(.um-field-radio-state-disabled) i,
.um .um-member-name a:hover,
.um .um-member-more a:hover,
.um .um-member-less a:hover,
.um .um-members-pagi a:hover,
.um .um-cover-add:hover,
.um .um-profile-subnav a.active,
.um .um-item-meta a,
.um-account-name a:hover,
.um-account-nav a.current,
.um-account-side li a.current span.um-account-icon,
.um-account-side li a.current:hover span.um-account-icon,
.um-dropdown li a:hover,
i.um-active-color,
span.um-active-color {
  color: var(--main-color-1) !important;
}

input[type=submit].um-button,
a.um-button.um-alt {
  border-radius: 20px !important;
  font-weight: 600 !important;
  font-size: 16px !important;
}

.um-19244.um {
  max-width: 600px !important;
}

.um-field-half {
  width: 100% !important;
}

.um-field-checkbox-option,
.um-field-radio-option {
  margin: 0 0 0 25px !important;
  font-size: 14px !important;
}

.login {
  padding: 50px 0 70px 0;
}

.login__wrapper {
  background: var(--color-bg-1);
  border: 1px solid var(--border-bg-1);
  border-radius: 20px;
  padding: 50px 30px;
}

.login__content {
  margin-top: 30px;
  text-align: center;
  display: flex;
  justify-content: center;
}

.login__btn {
  bottom: 5px;
  left: 0;
  position: absolute;
  display: flex;
  align-items: center;
  color: #555;
  font-weight: 600;
  border-radius: 20px;
  background: #fff !important;
  padding: 7px 0 !important;
  height: 51px !important;
  border: 1px solid var(--border-bg-1) !important;
  width: 330px;
}

.login__btn:hover {
  color: #555 !important;
  background: var(--color-bg-3) !important;
}

.login__btn svg {
  width: 20px;
  height: 30px;
}

.login__btn span:nth-child(1) {
  height: 30px;
  border-right: 1px solid var(--border-bg-1);
  padding: 0 15px;
}

.login__btn span:nth-child(2) {
  padding-left: 20px;
}

.login__btn span:nth-child(3) {
  position: absolute;
  right: 20px !important;
  top: 10px !important;
  font-size: 26px;
  opacity: .6;
}

.login__account {
  position: relative;
}

.um-account {
  max-width: 1100px;
}

.um-account-meta {
  margin-bottom: 40px !important;
}

.um-account-name {
  padding-top: 0 !important;
  font-size: 25px !important;
  font-weight: 700 !important;
}

.um-account-profile-link {
  display: none;
}

.um-account-main {
  padding: 0 0 0 60px !important;
}

.um-account-side li a {
  padding: 7px 0 !important;
  height: 35px !important;
  display: flex !important;
  align-items: center !important;
  border-radius: 20px;
  border: 1px solid var(--border-bg-1) !important;
  font-weight: 600 !important;
}

.um-account-side li a:hover {
  background: var(--color-bg-3) !important;
  color: #666 !important;
}

.um-account-side li a.current,
.um-account-side li a.current:hover {
  background: var(--color-bg-3) !important;
  border: 1px solid var(--border-bg-1) !important;
  font-weight: 600 !important;
}

.um-account-side li a span.um-account-icon,
.um-account-side li a.current span.um-account-icon,
.um-account-side li a.current:hover span.um-account-icon {
  border-right: 1px solid var(--border-bg-1) !important;
}

.um-account-side li a span.um-account-arrow {
  right: 20px !important;
  top: 10px !important;
}

.um-field-label {
  margin: 0 0 5px !important;
}

.um-misc-with-img {
  border-bottom: none !important;
  text-align: center;
}

.um-misc-ul,
.um-misc-ul li {
  text-align: center;
}

.um-misc-ul,
.um-misc-ul li a {
  color: var(--main-color-1);
}

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

.um-um_password_id.um {
  max-width: 600px !important;
}

.um-field-block {
  font-size: 15px !important;
  line-height: 23px !important;
}

/* Стилі для особистого кабінету, логіна, реєстрації */

/* Сторінка зворотній зв'язок */
.feedback {
  padding: 70px 0 90px 0;
}

.feedback__descr {
  margin-top: 20px;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
}

.feedback__body {
  margin-top: 50px;
  background-color: #2d3748;
  padding: 50px 100px;
  border-radius: 20px;
}

.feedback__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.feedback__item:not(:last-child) {
  margin-bottom: 30px;
}

.feedback__item span.wpcf7-form-control-wrap {
  width: calc(50% - 15px)
}

.feedback__input {
  width: 100%;
  height: 55px;
  padding: 10px 25px;
  border: 1px solid var(--border-bg-1);
  background: #fff;
  border-radius: 20px;
  color: #3a3a3a;
  margin-bottom: 5px;
}

.feedback__textarea span {
  width: 100%;
}

.feedback__inputarea {
  width: 100%;
  height: 200px;
  padding: 15px 25px;
  border: 1px solid var(--border-bg-1);
  background: #fff;
  border-radius: 20px;
  color: #3a3a3a;
}

.feedback__button {
  margin-top: 30px;
  min-width: 250px;
  min-height: 55px;
}

.feedback__list {
  margin-top: 30px !important;
}

.feedback__list li {
  color: #fff;
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
}

.feedback__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--main-color-2);
}

/* Сторінка зворотній зв'язок */


/* Блок питань-відповідей */
.faq {
  padding: 45px 0;
}

.faq__wrapper {
  margin-top: 40px;
}

.faq__wrapper_two-col {
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
}

.faq__col {
  margin-right: 15px;
  margin-left: 15px;
  width: calc(50% - 30px);
}

.faq__accordion {
  background: #fff;
  box-shadow: 0px 4px 36.4px 2px rgba(147, 160, 204, .07);
  border-radius: 20px;
  transition: all 0.3s ease 0s;
}

.faq__accordion:not(:last-child) {
  margin-bottom: 15px;
}

.faq__accordion.active {
  border-radius: 23px;
}

.faq__question {
  cursor: pointer;
  padding: 20px 70px 20px 30px;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  user-select: none;
}

.faq__question::before {
  content: "";
  position: absolute;
  right: 32px;
  top: 50%;
  transform: translateY(-60%) rotate(45deg);
  border: solid #A1A1AB;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transition: transform 0.3s ease 0s;
  z-index: 2;
}

.faq__question.active::before {
  transform: translateY(-35%) rotate(-135deg);
}

.faq__answer {
  padding: 0 30px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.faq__answer p {
  margin-bottom: 25px;
}

.faq__answer ul {
  margin-bottom: 25px;
}

.faq__answer ol {
  margin-bottom: 25px;
}

/* Блок питань-відповідей */


/* Основні заголовки */
.main-title {
  font-size: 30px;
  font-weight: 400;
  line-height: 49px;
}

.title {
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

.title span {
  font-weight: 700;
}

.company-title {
  font-size: 27px;
  font-weight: 700;
  line-height: 37px;
}

.company-title_mt {
  margin-top: 40px;
}

/* Основні заголовки */


/* Нова зірковість */
.company-rating {
  border-bottom: 1px solid var(--border-bg-1);
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.company-rating__name {
  color: #4e4e4e;
  font-size: 17px;
  font-weight: 600;
  line-height: 23px;
  letter-spacing: 0.6px;
}

.company-rating__body {
  margin-top: 10px;
  display: flex;
  align-items: center;
}

.company-rating__body_table {
  justify-content: space-between;
  width: 160px;
}

.company-rating__wrap {
  height: 22px;
  position: relative;
}

.company-rating__active {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
  z-index: 2;
}

.company-rating__stars {
  height: 22px;
  position: relative;
  display: inline-block;
}

.company-rating__stars svg path {
  fill: #EAEAEA;
}

.company-rating__grade {
  margin-left: 20px;
  color: #ABABAB;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
}

.company-rating__grade span {
  margin-right: 3px;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  color: #666666;
}

.company-rating_reviews {
  display: flex;
  align-items: center;
  max-width: fit-content;
  margin: 30px auto 0 auto;
  padding-bottom: 0 !important;
  border: none;
}

.company-rating_reviews .company-rating__body {
  margin-top: 0;
}

.company-rating_reviews .company-rating__grade {
  margin-left: 10px;
}

/* Нова зірковість */


/* Стилі для форми залишку коментарів + попередження реєстрації */
.comments-add {
  margin-top: 30px;
}

#com_karma {
  display: none;
}

.reviews-respond {
  margin-top: 40px;
  background: #fff;
  box-shadow: 0px 4px 36.4px 2px rgba(147, 160, 204, .07);
  border-radius: 20px;
  padding: 30px;
}

.reviews-respond__autor {
  display: flex;
  align-items: center;
}

.reviews-respond__avatar {
  margin-right: 13px;
  width: 34px;
  height: 34px;
}

.reviews-respond__name {
  font-weight: 400;
}

.reviews-respond__form {
  display: flex;
  flex-direction: column;
}

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

.reviews-respond__review-input {
  border: 1px solid #E8F1F6;
  background: #FFF;
  border-radius: 12px;
  height: 50px;
  padding: 15px 20px;
  color: #3D4765;
  width: calc(50% - 10px);
}


.reviews-respond__review-text {
  margin-top: 20px;
  border: 1px solid #E8F1F6;
  background: #FFF;
  border-radius: 12px;
  height: 150px;
  padding: 15px 20px;
  color: #3D4765;
}

.reviews-respond__title {
  margin-left: 3px;
  font-size: 15px;
}

.reviews-respond__title span {
  font-weight: 600;
}

.reviews-respond__rating {
  margin-top: 20px;
  display: flex;
  align-items: center;
}

.reviews-respond__status {
  margin-left: 3px;
  font-weight: 600;
  margin-right: 15px;
}

.reviews-respond__area {
  margin-top: -5px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.half-stars {
  text-align: center;
  height: 18px;
  display: flex;
  align-items: center;
}

.half-stars .rating-group {
  display: inline-flex;
  height: 18px;
}

.half-stars input {
  display: none;
}

.half-stars label {
  margin: 0;
  cursor: pointer;
}

.half-stars label svg {
  margin: 0 2px;
  height: 18px;
  width: 18px;
  fill: #FDD10D;
  transition: fill 0.3s ease 0s;
}

.half-stars .hsr {
  margin-right: -11px;
  width: 11px;
  overflow: hidden;
  z-index: 2;
}

.half-stars input:checked~label svg {
  fill: #EAEAEA;
}

.half-stars .rating-group:hover label svg {
  fill: #FDD10D;
}

.half-stars .rating-group input:hover~label svg {
  fill: #EAEAEA;
}

.half-number {
  margin-top: 3px;
  margin-left: 15px;
  color: #838A9E;
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
}

.half-number span {
  margin-right: 1px;
  font-size: 16px;
  font-weight: 700;
  color: #40D160;
}

.reviews-respond__btn {
  margin-top: 30px;
  width: fit-content;
}

.company-register {
  background-color: #E0F1FB;
  border: 2px solid #B2C8FF;
  padding: 18px 20px;
  font-weight: 400;
  line-height: 22px;
  border-radius: 20px;
}

.company-register a {
  font-weight: 600;
  color: #464BBE;
  text-decoration: underline !important;
}

.company-register a:hover {
  color: var(--main-color-3);
}

.company-register svg {
  margin-right: 5px;
  transform: translateY(5px);
}

/* Стилі для форми залишку коментарів + попередження реєстрації */



/* Стилі плавного з'являння блоків */
.smooth-appearance {
  opacity: 0;
  transform: translateY(70px);
  transition: opacity 0.5s, transform 0.5s;
}

.smooth-appearance.active {
  opacity: 1;
  transform: translateY(0);
}

/* Стилі плавного з'являння блоків */


/* Пагінація */
.navigation.comments-pagination {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-links,
.wp-pagenavi {
  display: flex;
  align-items: center;
}

.nav-links span,
.wp-pagenavi span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: var(--main-color-3);
  font-weight: 600;
  color: #fff;
  margin: 0 10px;
  font-size: 16px;
}

.nav-links a,
.nav-links .dots,
.wp-pagenavi a,
.wp-pagenavi .extend {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: none;
  padding: 6px 12px;
  color: #717184;
  margin: 0 10px;
  text-decoration: none;
  margin: 0 10px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0px 4px 36.4px 2px rgba(147, 160, 204, .07);
  font-weight: 500;
  font-size: 15px;
  transition: all 0.3s ease 0s;
}

/* Пагінація */


.anchor-list {
  margin-bottom: 20px;
}



/* 1 блок нової карточки компаній на новій сторінкі брокерів */

.company-head {
  padding: 20px 0 45px 0;
}

.company-head__wrapper {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 4px 36.4px 2px rgba(147, 160, 204, .07);
  padding: 30px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.company-head__item {
  width: 33.3333%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.company-head__item:nth-child(1) {
  width: 32%;
}

.company-head__item:nth-child(2) {
  width: 34.6666%;
}

.company-head__logo {
  width: 100%;
  height: 100px;
  padding: 20px 25px;
  border-radius: 20px;
  border: 1px solid #ECECEC;
  background: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
}

.company-head__logo img {
  width: 100%;
  height: auto;
  max-height: 60px;
  object-fit: contain;
}

.company-head__block {
  margin-top: 0;
  border-radius: 20px;
  border: 1px solid #ECECEC;
  background: #FFF;
  padding: 20px 25px;
}

.company-head__block_ratings {
  min-height: 100px;
}

.company-head__name {
  color: #4e4e4e;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.6px;
  margin-bottom: 10px;
}

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

.company-head__page a {
  text-decoration: none;
  color: #999;
  line-height: 22px;
  transition: color 0.3s ease 0s;
}

.company-head__page a:hover {
  color: var(--main-color-3);
}

.company-head__page:not(:last-child) {
  margin-bottom: 3px;
  padding-bottom: 5px;
}

.company-head__place {
  margin-left: 15px;
  color: #464646;
  font-size: 18px;
  font-weight: 700;
}

.company-head__place span {
  color: #6C6C6C;
  font-size: 14px;
  font-weight: 600;
}

.company-head__title {
  font-size: 32px;
  line-height: 42px;
  font-weight: 700;
}

.company-head__subtitle {
  margin-top: 12px;
  font-size: 20px;
  font-weight: 600;
}

.company-head__site {
  margin-top: 15px;
  border-radius: 10px;
  border: 1px solid var(--border-bg-1);
  background: #FFF;
  display: flex;
  align-items: center;
  padding: 5px 12px;
  width: fit-content;
  color: #828282;
  font-size: 14px;
  text-decoration: none;
}

.company-head__site svg {
  margin-right: 7px;
}

.company-head__star-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.company-head__time {
  margin-top: 5px;
  font-size: 14px;
  line-height: 15px;
  display: flex;
  align-items: center;
  color: #7a7a7a;
}

.company-head__time svg {
  width: 13px;
  height: 13px;
  margin-right: 7px;
}

.company-head__rating {
  color: #ABABAB;
  font-weight: 600;
  font-size: 26px;
  line-height: 30px;
}

.company-head__rating span {
  color: #2BB351;
  font-size: 38px;
  font-weight: 700;
  margin-right: 3px;
}

.company-head__btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  width: 100%;
}

.company-head__btn {
  width: calc(50% - 15px);
  font-size: 15px;
  padding: 14px 20px;
}

span.company-head__open-account {
  background-color: #7ab5d1;
  cursor: default;
}

span.company-head__open-account:hover {
  background-color: #7ab5d1;
}

.company-head__visit-site {
  background: #6DA454;
}

span.company-head__visit-site {
  background-color: #c4daba;
  cursor: default;
}

span.company-head__visit-site:hover {
  background-color: #c4daba;
}

.company-head__reg {
  padding: 10px 25px;
  display: flex;
  align-items: center;
}

.company-head__icon {
  display: none;
  width: 50px;
  height: 50px;
  margin-right: 15px;
}

.company-head__dealer {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #2BB351;
}

.company-head__dealer span {
  font-weight: 600;
  padding: 5px 8px;
  border-radius: 7px;
  margin-left: 5px;
  line-height: 20px;
}

.company-head__dealer div:last-child {
  font-weight: 600;
  font-size: 16px;
  color: #2F2F2F;
}

.company-head__license {
  display: flex;
  align-items: center;
  margin-top: 5px;
  font-weight: 700;
}

.company-head__license svg {
  margin-right: 10px;
  width: 25px;
  height: 25px;
}

.company-head__score {
  padding: 15px 25px;
}

.company-head__score table {
  width: 100%;
}

.company-head__score tr {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.company-head__score tr:not(:last-child) {
  margin-bottom: 5px;
}

.company-head__score td {
  color: #a3a3a3;
}

.company-head__score td:first-child {
  position: relative;
  padding-left: 25px;
}

.company-head__score td:first-child::before {
  content: "";
  position: absolute;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  background: url("/wp-content/themes/credits/icons/check.svg") center center/cover no-repeat;
}

.company-head__score td:last-child {
  font-size: 16px;
  color: #343434;
  font-weight: 600;
  background: rgba(53, 179, 137, 0.05);
  border: 1px solid #35b389;
  border-radius: 7px;
  font-size: 14px;
  line-height: 20px;
  margin-left: 10px;
  padding: 0 7px;
  color: #016F54;
}

/* Верхній блок на новій сторінкі брокерів */


/* Блок переваг і недостатків на новій сторінкі брокерів */
.company-advant__wrapper {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.company-advant__item {
  min-height: 255px;
  padding: 25px 30px;
  border-radius: 20px;
  width: 50%;
}

.company-advant__item_positive {
  border: 1px solid #b8d8b3;
  background: #F3F7F2;
}

.company-advant__item_negative {
  border: 1px solid #e9c7c4;
  background: #F7F0F0;
}

.company-advant__title {
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
}

.company-advant__list {
  margin-top: 20px !important;
  padding-left: 7px !important;
}

/* Блок переваг і недостатків на новій сторінкі брокерів */


/* Блок опису про брокера на новій сторінкі брокерів */
.company-about {
  padding: 45px 0;
}

.company-about__extra {
  margin-top: 40px;
  display: flex;
  gap: 30px;
  justify-content: space-between;
}

.company-about__block {
  width: 20%;
  border-radius: 20px;
  border: 1px solid var(--border-bg-1);
  background: #FFF;
  padding: 25px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.company-about__import {
  color: var(--main-color-3);
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
}

.company-about__wrapper {
  margin-top: 30px;
  display: flex;
  gap: 30px;
}

.company-about__name {
  font-size: 15px;
  line-height: 22px;
}

.company-about__name_center {
  text-align: center;
}

.company-about__value {
  font-weight: 600;
  font-size: 16px;
  margin-top: 5px;
  line-height: 23px;
}

.company-about__value_green {
  color: #2BB351;
}

.company-about__value_red {
  color: #C1373A;
}

.company-about__main {
  border-radius: 20px;
  border: 1px solid var(--border-bg-1);
  background: #FFF;
  padding: 25px 30px;
  display: flex;
  justify-content: space-between;
  gap: 15px 60px;
  flex-wrap: wrap;
  width: 66.6666%;
  min-height: 185px;
}

.company-about__item {
  width: calc(33.3333% - 40px);
}

.company-about__item:not(:nth-last-child(-n+3)) {
  border-bottom: 1px solid var(--border-bg-1);
  padding-bottom: 10px;
}

.company-about__lists {
  width: 33.3333%;
  display: flex;
  gap: 20px 30px;
  flex-wrap: wrap;
  border-radius: 20px;
  border: 1px solid var(--border-bg-1);
  background: #FFF;
  padding: 25px 30px;
  min-height: 185px;
}

.company-about__wrap {
  width: calc(50% - 15px);
}

.company-about__list {
  margin-top: 10px !important;
}

.company-about__list li {
  font-weight: 600;
}

/* Блок опису про брокера на новій сторінкі брокерів */


/* Блок карти вліянія на новій сторінкі брокерів */
.company-geochart {
  padding: 45px 0;
}

.company-geochart__wrapper {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  gap: 60px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 4px 36.4px 2px rgba(147, 160, 204, .07);
  padding: 30px;
}

.company-geochart__maps {
  width: 66.6666%;
  height: 100%;
}

.company-geochart__maps img {
  width: 100%;
}

.company-geochart__stats {
  width: 33.3333%;
  padding: 20px 0;
}

.company-geochart__item {
  display: flex;
  align-items: center;
}

.company-geochart__item:not(:last-child) {
  margin-bottom: 15px;
}

.company-geochart__left {
  display: flex;
  align-items: center;
  width: 80px;
}

.company-geochart__country {
  margin-right: 7px;
}

.company-geochart__country img {
  border-radius: 5px;
  width: 30px;
  height: 19px;
  object-fit: cover;
}

.company-geochart__name {
  color: #3F3F3F;
  font-size: 18px;
  font-weight: 600;
  margin-right: 10px;
}

.company-geochart__progress-bar {
  border-radius: 10px;
  border: 1px solid var(--border-bg-1);
  background: #fff;
  height: 13px;
  width: 70%;
}

.company-geochart__progress-bar span {
  display: block;
  background: var(--main-color-1);
  border-radius: 10px;
  height: 11px;
  transition: width 0.5s ease-in;
  position: relative;
  left: 0;
}

.company-geochart__percent_country {
  margin-left: 10px;
  font-weight: 600;
  width: 35px;
  text-align: right;
  line-height: 15px;
}

/* Блок карти вліянія на новій сторінкі брокерів */



/* Додаткові стилі факю на новій сторінкі брокерів */
.company-faq {
  padding: 45px 0;
}

.company-faq__wrapper {
  margin-top: 40px;
}

/* Додаткові стилі факю на новій сторінкі брокерів */


/* Стилі нових відгуків */
.reviews {
  padding: 45px 0;
}

.company-reviews {
  padding: 45px 0;
}

.company-reviews__btn {
  width: fit-content;
  margin: 30px auto 0 auto;
  padding: 10px 50px;
  font-size: 15px;
  background: var(--main-color-1);
  color: #091f30;
}

.company-reviews__wrapper {
  margin-top: 50px;
}

.company-reviews__item {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 4px 36.4px 2px rgba(147, 160, 204, .07);
  padding: 20px;
  list-style: none;
}

.company-reviews__item:not(:last-child) {
  margin-bottom: 20px;
}

.company-reviews__title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.company-reviews__head {
  display: flex;
  align-items: center;
}

.company-reviews__avatar {
  margin-top: -6px;
  width: 34px;
  height: 34px;
  margin-right: 13px;
}

.company-reviews__info {
  margin-top: 3px;
  display: flex;
  align-items: center;
}

.company-reviews__rating {
  margin-top: 0;
  display: flex;
  align-items: center;
}

.company-reviews__stars {
  height: 14px;
}

.company-reviews__active svg {
  width: 15px;
  height: 14px;
}

.company-reviews__stars svg {
  width: 15px;
  height: 14px;
}

.company-reviews__grade {
  margin-right: 8px;
  margin-left: 0;
  color: #838A9E;
  font-size: 12px;
  font-weight: 400;
}

.company-reviews__grade span {
  margin-right: 1px;
  font-size: 14px;
  font-weight: 700;
}

.company-reviews__name {
  font-size: 15px;
  line-height: 15px;
  font-weight: 400;
  color: #111728;
}

.company-reviews__date {
  margin-right: 13px;
  font-size: 13px;
  font-weight: 400;
}

.company-reviews__text {
  margin-top: 15px;
}

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

.company-reviews__answer {
  margin-top: 15px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease 0s;
  font-weight: 500;
  color: #3D4765;
}

.company-reviews__answer svg {
  margin-right: 6px;
}

.company-reviews__answer svg path {
  transition: fill 0.3s ease 0s;
}

.company-reviews__answer:hover svg path:nth-child(1) {
  fill: #DC4D56;
}

.company-reviews__specialist {
  margin-top: 10px;
  font-size: 15px;
  font-weight: 500;
  color: var(--main-color-3);
}

.company-reviews__reply,
.company-reviews__item.depth-2 {
  margin-top: 20px;
  border-radius: 20px;
  border: 1px solid #e8f1f6;
  padding: 20px;
}

/* Стилі нових відгуків */



/* Шорткод з топ брокерами форекс */
.warning {
  background: #fff;
  box-shadow: 0 4px 36.4px 2px rgba(147, 160, 204, .07);
  padding: 30px;
  border-radius: 20px;
  border: 1px solid #FF6161;
  margin: 40px 0 0 0;
}

.warning_shortcode {
  margin: 30px 0 30px 0;
  border: none;
}

.warning__wrap {
  display: flex;
  align-items: center;
}

.warning__wrap img {
  width: 30px;
  height: 30px;
  margin: 0 15px 0 0 !important;
  border: none !important;
}

.warning__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
}

.warning__descr {
  margin-top: 20px;
}

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

.warning__item {
  margin-top: 25px;
  width: calc(33.3333% - 20px);
  border-radius: 20px;
  border: none !important;
  background-color: var(--color-bg-1);
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 20px 15px !important;
  transition: all 0.3s ease 0s;
}

.warning__item:hover {
  background: var(--color-bg-2);
}

.warning__number img {
  width: 48px;
  height: 51px;
  border: none !important;
  border-radius: 0;
  margin: 0 !important;
}

.warning__number_no-ico {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border: 2px solid var(--main-color-1);
  border-radius: 50%;
  font-weight: 700;
  color: var(--main-color-1);
  font-size: 14px;
}

.warning__logo {
  margin-top: 10px;
  height: 40px;
  max-width: 150px;
  display: flex;
  align-items: center;
}

.warning__logo img {
  width: 100%;
  height: 100%;
  margin: 0 !important;
  border: none !important;
  border-radius: 0;
  object-fit: contain;
}

.warning__all-brokers {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}

.warning__all-brokers a {
  text-decoration: none;
  font-weight: 500;
  padding-right: 18px;
  position: relative;
  color: var(--main-color-3);
  font-size: 15px;
  border: none;
  padding-bottom: 0;
}

.warning__all-brokers a::before {
  content: "";
  position: absolute;
  top: 43%;
  right: 4px;
  transform: rotate(-45deg);
  border: 1px solid var(--main-color-3);
  border-width: 0 1px 1px 0;
  padding: 3px;
}

a.warning__btn {
  margin: 20px auto 0 auto;
  padding: 15px 40px;
  color: #fff;
  border: none !important;
}

a.warning__btn:hover {
  color: #fff;
}

.warning__text {
  margin-top: 30px;
  background-color: var(--color-bg-2);
  padding: 15px 20px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 400;
  line-height: 21px;
  color: #777777;
}

/* Шорткод з топ брокерами форекс */



/* Перелінковка */
.popular-queries {
  padding: 45px 0 90px 0;
}

.popular-queries__wrapper {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}

.popular-queries__wrapper_category {
  margin-top: 20px;
}

.popular-queries__wrapper_category:not(:last-child) {
  margin-bottom: 30px;
}

.popular-queries__body {
  margin-top: 40px;
}

.popular-queries__name {
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
}

.popular-queries__name a {
  color: #3d4765;
}

.popular-queries__link {
  display: inline-block;
  background: #EDF1FE;
  border: 1px solid #d8d8d9;
  border-radius: 42px;
  color: #3D4765;
  padding: 14px 20px;
  margin: 0 5px 10px;
  text-decoration: none;
  font-weight: 400;
  line-height: 14px;
  transition: all 0.3s ease 0s;
}

.popular-queries__link:hover {
  background: #FBFCFF;
  color: #3D4765;
}

/* Перелінковка */


/* Плашка рекомендованих брокерів внизу сайту */
.recomend-brokers {
  padding: 45px 0 90px 0;
}

.recomend-brokers__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 40px -15px 0 -15px;
}

.recomend-brokers__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background: #FFF;
  box-shadow: 0px 4px 36.4px 2px rgba(147, 160, 204, .07);
  width: calc(33.3333% - 15px);
  min-height: 150px;
  padding: 30px 60px;
  border-radius: 20px;
  margin: 0 15px;
}

.recomend-brokers__logo {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
}

.recomend-brokers__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.recomend-brokers__btn {
  margin-top: 20px;
  padding: 10px 45px;
}

/* Плашка рекомендованих брокерів внизу сайту */


/* Плашка перемикача мови */

.header__lang {
  width: 20px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  transition: all 0.4s ease 0s;
  margin-left: 25px;
  cursor: pointer;
  position: relative;
}

.header__lang::before {
  content: url('/wp-content/themes/credits/assets/icons/lang.svg');
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.header__lang:hover .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  opacity: 1;
  visibility: visible;
}

.wpml-ls-legacy-dropdown {
  position: relative;
  cursor: pointer;
}

.wpml-ls-legacy-dropdown>ul {
  position: fixed !important;
}

.wpml-ls-native {
  display: none;
}

.wpml-ls-sub-menu .wpml-ls-native {
  display: inline;
}

.wpml-ls-statics-shortcode_actions,
.wpml-ls-statics-shortcode_actions a {
  border: none !important;
  transition: 0s !important;
}

.wpml-ls-legacy-dropdown {
  width: auto !important;
}

.wpml-ls-sub-menu {
  border-radius: 8px;
  border: none !important;
  background-color: #2F323E !important;
  transition: all 0.4s ease 0s !important;
  width: 68px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  top: 18px !important;
}

.wpml-ls-legacy-dropdown a {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 10px 0 !important;
  font-weight: 400 !important;
  color: #B4B9C9 !important;
  transition: color 0.2s ease 0s !important;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  padding: 3px 0 !important;
  opacity: 0;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
  background: none !important;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a:hover {
  color: #fff !important;
}

.wpml-ls-legacy-dropdown .wpml-ls-flag+span {
  margin: 0 !important;
}

.wpml-ls-item-toggle {
  display: flex;
  align-items: center;
}

.wpml-ls-legacy-dropdown .wpml-ls-flag {
  display: none !important;
}

.wpml-ls-sub-menu .wpml-ls-flag {
  display: inline !important;
  width: 17px !important;
  height: 13px !important;
  border-radius: 3px !important;
  margin-right: 8px;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  content: none !important;
}

.wpml-ls-statics-shortcode_actions .wpml-ls-current-language>a {
  padding: 0 !important;
  font-weight: 400 !important;
}

.wpml-ls-statics-shortcode_actions .wpml-ls-current-language>a,
.wpml-ls-statics-shortcode_actions .wpml-ls-current-language>a {
  background: none !important;
}

.wpml-ls-statics-shortcode_actions .wpml-ls-current-language:hover>a,
.wpml-ls-statics-shortcode_actions .wpml-ls-current-language>a:focus {
  background: none !important;
}

/* Плашка перемикача мови */


/* Сторінка акцій рубрика */
.company-shares {
  padding: 20px 0 45px;
}

.company-shares__wrapper {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.company-shares__item {
  width: calc(33.33333% - 20px);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 4px 36.4px 2px rgba(147, 160, 204, .07);
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

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

.company-shares__img {
  width: 50%;
  height: 70px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.company-shares__img img {
  width: auto;
  height: 70px;
  object-fit: contain;
}

.company-shares__content {
  margin-top: 20px;
}

.company-shares__category {
  font-weight: 600;
  color: #666;
  text-decoration: none;
  line-height: 22px;
}

.company-shares__name {
  margin-top: 10px;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: #222;
  text-decoration: none;
  transition: .3s ease 0s;
  height: 52px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.company-shares__price {
  font-weight: 600;
  margin-left: 15px;
  font-size: 14px;
}

.company-shares__value {
  margin-top: 3px;
  display: flex;
  justify-content: flex-end;
}

.company-shares__value img {
  margin-right: 7px;
  width: 15px;
}

.company-shares__sum {
  font-weight: 700;
  font-size: 16px;
}

.company-shares__btns {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.company-shares__btn {
  width: 50%;
  padding: 14px 20px;
}

.company-shares__about {
  color: #4f4f4f;
  background: var(--color-bg-1);
  border: 1px solid var(--border-bg-1);
}

/* Сторінка акцій рубрика */


/* Сторінка всі відгуки */
.comments-all {
  padding: 20px 0 45px;
}

.comments-all__wrapper {
  margin-top: 30px;
}

.comments-all__btn {
  min-height: 50px;
  padding: 10px 50px;
}

.comments-all__more {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease 0s;
}

.comments-all__broker {
  display: block;
  margin-top: 10px;
}

/* Сторінка всі відгуки */


/* Нові стилі для старого шаблону брокерів, кабінетів і т.п. */
.company-page {
  padding: 20px 0 70px 0;
}

.company-page__wrapper {
  flex-wrap: wrap;
}

.company-page__item {
  width: calc(50% - 15px);
}

.company-page__titles {
  margin-bottom: 20px;
  max-width: 66.66667%;
}

.company-page__rating {
  margin-top: 25px;
  display: flex;
  align-items: flex-end;
}

.company-page__grade {
  color: #ABABAB;
  font-weight: 500;
  font-size: 23px;
  line-height: 23px;
  margin-left: 20px;
  margin-bottom: -3px;
}

.company-page__grade span {
  font-size: 35px;
  line-height: 35px;
  font-weight: 700;
  color: #091f30;
}

.company-page__name {
  font-weight: 500;
  margin-left: 3px;
  margin-bottom: 5px;
}

.company-page__reviews {
  margin-top: 20px;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.company-page__reviews a {
  color: #55c595;
  border-bottom: 2px dashed #e1e4e6;
}

.company-page__reviews svg {
  margin-right: 10px;
  width: 26px;
  height: 22px;
}

.personal-area {
  padding: 20px 0 60px;
}

.personal-area__wrapper {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 4px 36.4px 2px rgba(147, 160, 204, .07);
  padding: 30px;
  display: flex;
  gap: 30px;
}

.personal-area__logo {
  height: 90px;
  width: 250px;
  padding: 25px;
  border-radius: 20px;
  border: 1px solid #ECECEC;
  background: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
}

.personal-area__logo img {
  width: 100%;
  max-height: 70px;
  object-fit: contain;
}

.personal-area__btns {
  margin-top: 30px;
}

.personal-area__btn {
  width: 100%;
}

.personal-area__btns a:nth-child(2),
.personal-area__btns span:nth-child(2) {
  margin-top: 15px;
}

.personal-area__title {
  text-align: left !important;
}

.brokers-article {
  padding: 30px 0 70px 0;
}

.brokers-article .stat_table {
  background: #fff;
  border: 1px solid #e0e1e7;
}

.brokers-faq {
  margin-top: 60px;
}

.brokers-info {
  margin-top: 30px;
}

.brokers-info__item {
  break-inside: avoid;
  margin-bottom: 30px;
}

.brokers-info__title {
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 15px;
}

/* .brokers-info__list {
  border-radius: 15px;
  background: #fff;
  box-shadow: 0px 4px 36.4px 2px rgba(147, 160, 204, .07);
  padding: 15px 20px !important;
} */

.brokers-info__list li:not(:last-child) {
  padding-bottom: 7px;
  margin-bottom: 5px;
}

.brokers-info__list li {
  position: relative;
  padding-left: 15px;
  line-height: 21px;
}

.brokers-info__list li:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--main-color-1);
  position: absolute;
  top: 8px;
  left: 0;
}

.brokers-more {
  margin-top: 70px;
  border-radius: 20px;
  border: 1px solid var(--border-bg-1);
  background-color: #eff1f5;
  padding: 30px 60px;
}

.brokers-more__title {
  text-align: center;
  font-weight: 500;
  font-size: 17px;
  line-height: 26px;
}

.brokers-more__btn {
  margin: 30px auto 0 auto;
  width: fit-content;
  padding: 10px 50px !important;
  min-height: 60px;
}

.company-page__comments {
  margin-top: 40px;
}

/* Нові стилі для старого шаблону брокерів, кабінетів і т.п. */


/* Запис статті */
.article {
  padding: 10px 0 70px 0;
}

.article .stat_table {
  background: #fff;
  border: 1px solid #f0f0f0;
}

.article tr {
  border-color: rgba(1, 125, 182, .1764705882);
}

.article th {
  border-color: rgba(1, 125, 182, .1764705882);
}

.article td {
  border-color: rgba(1, 125, 182, .1764705882);
}

.article__info {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 50px;
}

.article__rating {
  display: flex;
  align-items: center;
}

.article__reviews {
  margin-top: 0;
}

.article__grade {
  color: #ababab;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  margin-left: 15px;
}

.article__grade span {
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  color: #091f30;
}

.article__item {
  margin-top: 0;
  display: flex;
  align-items: center;
}

.article__item span {
  font-weight: 600;
}

.article__item img,
.article__item svg {
  margin-right: 15px;
}

.article__author img {
  border-radius: 50%;
  width: 30px;
  height: 30px;
}

.article__main-img {
  width: 100%;
  position: relative;
}

.article__main-img::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #00000028;
  border-radius: 20px;
}

.article__main-img img {
  width: 100%;
  max-height: 500px;
  object-fit: cover;
}

.article__comments-none {
  margin-top: 40px;
  font-weight: 400;
  display: flex;
  align-items: center;
}

.article__comments-none svg {
  margin-right: 10px;
}


.article__recomend {
  text-align: center;
  font-weight: 500;
  padding: 20px 0;
}

.article__recomend a {
  color: #5876d2;
  font-weight: 600;
  padding-bottom: 1px;
  border-bottom: 1px solid #5876d2;
  transition: all .3s ease 0s;
}

.article__recomend a:hover {
  color: var(--main-color-3);
  border-color: var(--main-color-3);
}

.article__share {
  margin-top: 30px;
  border-radius: 20px;
  padding: 25px 40px;
  background-color: #fff;
  box-shadow: 0px 4px 36.4px 2px rgba(147, 160, 204, .07);
  display: flex;
  align-items: center;
  justify-content: center;
}

.article__text {
  margin-right: 70px;
}

.article__title {
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
}

.article__descr {
  margin-top: 10px;
  font-size: 16px;
  line-height: 23px;
}

.article__icons {
  display: flex;
  align-items: center;
}

.article__icons a {
  display: block;
  width: 30px;
  height: 30px;
}

.article__icons a svg {
  width: 100%;
  height: 100%;
}

.article__icons a svg path {
  transition: fill 0.3s ease 0s;
}

.article__icons a:hover svg path {
  fill: var(--main-color-2);
}

.article__icons a:not(:last-child) {
  margin-right: 15px;
}

.wp-caption {
  width: auto !important;
}

.wp-caption-text {
  margin-top: -10px;
  color: #7c7b79;
  font-weight: 600;
  text-align: center;
}

/* Запис статті */


/* Сторінка пошуку */
.search {
  padding: 35px 0 70px;
}

.search__result {
  margin-top: 20px;
}

.search__look {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 25px;
  padding-left: 2px;
}

.search__item {
  padding: 20px 25px;
  box-shadow: 0 4px 36.4px 2px rgba(147, 160, 204, .07);
  background: #fff;
  border-radius: 20px;
}

.search__item:not(:last-child) {
  margin-bottom: 20px;
}

.search__name {
  color: #222;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
}

.search__category {
  margin-top: 5px;
  color: var(--main-color-3);
  font-weight: 500;
}

.search__text p {
  margin-top: 10px;
}

.search__not-found-title {
  font-size: 20px;
  font-weight: 600;
  color: var(--main-color-3);
}

.search__not-found-descr {
  margin-top: 10px;
  font-weight: 500;
  font-size: 16px;
}

/* Сторінка пошуку */



/* Сторінка 404 */
.page-404 {
  padding: 90px 0;
}

.page-404__title {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}

.page-404__img {
  max-width: 800px;
  margin: 50px auto 0 auto;
}

.page-404__btn {
  margin: 50px auto 0 auto;
  padding: 15px 50px;
}

/* Сторінка 404 */



/* Шаблон сигналів */
.signals-top {
  background: #38414e radial-gradient(circle at calc(50% + 330px) 50%, #495360, #38414e 35%);
}

.signals-top__wrapper {
  padding: 30px 0;
}

.signals-top__content {
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
}

.signals-top__item {
  width: calc(60% - 100px);
}

.signals-top__img {
  width: 40%;
  height: 450px;
}

.signals-top__img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.signals-top__title {
  text-align: left;
  color: #fff;
}

.signals-top__descr {
  margin-top: 30px;
  color: #fff;
  font-size: 14px;
}

.signals-top__descr a {
  color: var(--main-color-1);
  transition: color 0.3s ease 0s;
}

.signals-top__descr a:hover {
  color: var(--main-color-3);
}

.signals-top__btn {
  margin-top: 40px;
  padding: 15px 30px;
  min-height: 55px;
  min-width: 230px;
}

.signals-advantages {
  padding: 90px 0 70px 0;
}

.signals-advantages__wrapper {
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.signals-advantages__item {
  width: calc(25% - 15px);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.signals-advantages__icon {
  width: 90px;
  height: 90px;
  background-color: var(--main-color-3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.signals-advantages__name {
  margin-top: 20px;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
}

.signals-advantages__descr {
  margin-top: 10px;
  text-align: center;
}

.signals-about {
  padding: 70px 0;
}

.signals-about__wrapper {
  padding: 50px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 4px 36.4px 2px rgba(147, 160, 204, .07);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.signals-about__title {
  text-align: left;
  margin-bottom: 20px;
}

.signals-about__img {
  width: calc(40% - 50px);
}

.signals-about__text {
  width: 60%;
}

.signals-about__text p:not(:last-child) {
  margin-bottom: 15px;
}

.signals-content {
  padding: 30px 0 70px 0;
}

.signals-content__wrapper {
  margin-top: 0;
  max-height: 770px;
  overflow: hidden;
  transition: all 0.4s ease 0s;
  padding-bottom: 30px;
}

.signals-content__wrapper img {
  max-width: 500px;
  border: none;
  margin: 0 auto 20px auto;
}

.signals-content__more {
  margin: 40px auto 0 auto;
  padding: 10px 70px 10px 70px;
}

.signals-get {
  padding: 90px 0;
}

.signals-get__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}

.signals-get__content {
  width: calc(60% - 50px);
}

.signals-get__title {
  text-align: left;
  margin-bottom: 30px;
}

.signals-get__img {
  width: 40%;
}

/* Шаблон сигналів */



/* Новий шаблон акцій */

.shares-main {
  padding: 30px 0 45px;
  min-height: 420px;
}

.shares-main__wrapper {
  display: flex;
  align-items: center;
  background: #181C2B url('/wp-content/themes/credits/assets/img/shares/shares-main_bg.webp') center center / cover no-repeat;
  padding: 80px;
  border-radius: 30px;
}

.shares-main__content {
  max-width: 500px;
  margin-right: 130px;
  color: #fff;
}

.shares-main__title {
  margin-top: 10px;
  text-align: left;
}

.shares-main__info {
  margin-top: 30px;
  display: flex;
  align-items: center;
}

.shares-main__price {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: 400;
  font-size: 13px;
  line-height: 13px;
  color: #B4B9C9;
  margin-right: 5px;
  background-color: rgba(40, 56, 86, 0.27);
  border-radius: 15px 0 0 15px;
  padding: 20px 30px;
  height: 80px;
  width: 157px;
}

.shares-main__price span {
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}

.shares-main__prof {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: 400;
  font-size: 13px;
  line-height: 13px;
  color: #B4B9C9;
  background-color: rgba(40, 56, 86, 0.27);
  border-radius: 0 15px 15px 0;
  padding: 20px;
  height: 80px;
  width: 157px;
}

.shares-main__prof span {
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}

.shares-main__leave {
  border-radius: 15px;
  background-color: rgba(40, 56, 86, 0.27);
  backdrop-filter: blur(10.6px);
  padding: 45px 50px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.shares-main__name {
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
}

.shares-main__descr {
  margin-top: 20px;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  max-width: 265px;
}

.shares-main__descr span {
  font-weight: 600;
}

.shares-main__btn {
  margin-top: 20px;
  padding: 16px 26px;
}

.shares-main__btn-mob {
  margin-top: 20px;
  width: 298px;
  display: none;
}

.shares__row {
  padding: 45px 0;
}

.shares-why {
  padding-top: 10px;
}

.shares-why__title {
  font-size: 30px;
  font-weight: 400;
  line-height: 45px;
  color: #111728;
}

.shares-why__title span {
  font-weight: 700;
}

.shares-why__wrapper {
  margin-top: 40px;
}

.shares-why__item {
  display: flex;
  max-height: 165px;
}

.shares-why__item:not(:last-child) {
  margin-bottom: 20px;
}

.shares-why__img {
  border-radius: 20px 0 0 20px;
  margin-right: 10px;
  width: calc(20% - 10px)
}

.shares-why__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px 0 0 20px;
}

.shares-why__text {
  padding: 30px 25px 30px 30px;
  background-color: #fff;
  border-radius: 0 20px 20px 0;
  width: 80%;
}

.shares-why__name {
  font-size: 16px;
  color: #111728;
  font-weight: 600;
  line-height: 16px;
  display: flex;
  align-items: flex-end;
}

.shares-why__name svg {
  margin-right: 8px;
}

.shares-why__descr {
  margin-top: 15px;
}

.shares-page {
  padding: 30px 0 0 0;
}

.shares-page__item {
  padding: 30px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 4px 36.4px 2px rgba(147, 160, 204, .07);
}

.shares-page__item:not(:last-child) {
  margin-bottom: 30px;
}

.shares-page__item h2 {
  display: flex;
}

.shares-page__item h2 .before-image {
  border: none;
  width: 18px;
  height: 18px;
  margin: 3px 10px 0 0 !important;
  order: -1;
  border-radius: 0 !important;
}

.shares-page__item .before-counter {
  margin-right: 3px;
}

.shares-consult:not(:last-child) {
  margin-bottom: 30px;
}

.shares-consult__wrapper {
  width: 100%;
  padding: 0 50px;
  display: flex;
  justify-content: space-between;
  border-radius: 20px;
  background: #D2EFFD url(/wp-content/themes/credits/assets/img/shares/shares-consult_bg.webp) center center / cover no-repeat;
}

.shares-consult__content {
  max-width: 330px;
  padding: 50px 0;
}

.shares-consult__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  color: #222222;
}

.shares-consult__descr {
  margin-top: 15px;
  color: #222222;
}

.shares-consult__btn {
  margin-top: 20px;
  color: #fff;
  padding: 16px 32px;
}

.shares-consult__img {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.shares-consult__img img {
  border: none;
}

.shares-faq {
  padding: 45px 0;
}

.shares-card {
  background-color: #fff;
  border-radius: 20px;
  padding: 25px 30px 20px;
  box-shadow: 0px 4px 36.4px 2px rgba(147, 160, 204, .07);
}

.sidebar-title {
  font-size: 18px;
  line-height: 18px;
  color: #111728;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.sidebar-title svg {
  margin-right: 10px;
}

.shares-card__table {
  margin-top: 25px;
}

.shares-card__item {
  padding: 13px 0;
  border-bottom: 1px solid #E8F1F6;
  display: flex;
  justify-content: space-between;
}

.shares-card__item:first-child {
  padding-top: 0;
}

.shares-card__item:last-child {
  padding-bottom: 0;
  border: none;
}

.shares-card__name {
  text-align: left;
  margin-right: 30px;
  font-weight: 300;
  line-height: 21px;
}

.shares-card__value {
  text-align: right;
  font-weight: 600;
  line-height: 21px;
}

.sidebar__shares-b {
  margin-top: 30px;
}

.shares-nav {
  background-color: #fff;
  border-radius: 20px;
  padding: 25px 30px 20px 30px;
  box-shadow: 0px 4px 36.4px 2px rgba(147, 160, 204, .07);
}

.shares-nav__list {
  margin-top: 30px !important;
}

.shares-nav__item {
  padding: 15px 0;
  border-bottom: 1px solid #E8F1F6;
  line-height: 21px;
}

.shares-nav__item:first-child {
  padding-top: 0;
}

.shares-nav__item:last-child {
  padding-bottom: 0;
  border: none;
}

.shares-nav__item a {
  text-decoration: none;
  color: #5876D2;
  font-weight: 400;
  transition: all 0.1s ease 0s;
}

.shares-nav__item.active a {
  color: var(--main-color-3);
}

.shares-ban {
  margin-top: 30px;
  background: #E2EFFD url(/wp-content/themes/credits/assets/img/shares/shares-ban_bg.webp) center center / cover no-repeat;
  padding: 30px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.shares-ban__content {
  max-width: 160px;
}

.shares-ban__title {
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
}

.shares-ban__descr {
  margin-top: 15px;
  font-weight: 400;
  line-height: 22px;
}

.shares-ban__descr span {
  font-weight: 600;
}

.shares-ban__btn {
  margin-top: 15px;
  padding: 12px 19px;
}


.shares-feedback {
  padding: 45px 0;
}

.shares-feedback__wrapper {
  display: flex;
  align-items: center;
  padding: 60px;
  background: #171D2D url(/wp-content/themes/credits/assets/img/shares/shares-feedback_bg.webp) center center / cover no-repeat;
  border-radius: 20px;
}

.shares-feedback__content {
  max-width: 570px;
  margin-right: 160px;
}

.shares-feedback__title {
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  line-height: 48px;
}

.shares-feedback__title span {
  font-weight: 700;
}

.shares-feedback__info {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}

.shares-feedback__block {
  max-width: 255px;
}

.shares-feedback__block:not(:last-child) {
  margin-right: 30px;
}

.shares-feedback__text {
  margin-top: 17px;
}

.shares-feedback__name {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.shares-feedback__descr {
  margin-top: 10px;
  font-weight: 400;
  color: #B4B9C9;
  line-height: 23px;
}

.shares-feedback__app {
  width: 280px;
}

.shares-feedback__tt {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

.shares-feedback__form {
  margin-top: 20px;
  width: 100%;
}

.shares-feedback__form>.wpcf7 {
  width: 100%;
}

.shares-feedback__form .wpcf7-form {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.shares-feedback__item {
  width: 100%;
  position: relative;
  margin-bottom: 15px;
}

.shares-feedback__input {
  width: 100%;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  height: 48px;
  padding: 15px;
  color: #717A97 !important;
  font-weight: 400;
}

.shares-feedback__label {
  position: absolute;
  top: 17px;
  right: 15px;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.shares-feedback__btn {
  margin-top: 2px;
  width: 100%;
}

/* Новий шаблон акцій */



.big-investor {
  padding: 35px 0;
}

.big-investor__wrapper {
  padding: 20px 30px;
  background: #fff;
  box-shadow: 0 4px 36.4px 2px rgba(147, 160, 204, .07);
  border-radius: 20px;
  display: flex;
  align-items: center;
}

.big-investor__content {
  width: 80%;
}

.big-investor__img {
  margin-left: 50px;
  width: 180px;
}

.big-investor__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
}

.big-investor__text {
  margin-top: 15px;
}

.big-investor__text a {
  text-decoration: none;
  color: #5876d2;
  font-weight: 500;
  border-bottom: 1px solid #5876d2;
  transition: all .3s ease 0s;
}

.big-investor__text a:hover {
  color: var(--main-color-3);
  border-color: var(--main-color-3);
}

@media only screen and (max-height: 1000px) {
  .shares-nav {
    padding: 20px 30px 20px;
  }

  .shares-nav__list {
    margin-top: 25px !important;
  }

  .shares-nav__item {
    padding: 12px 0;
  }

  .shares-ban {
    padding: 20px 30px;
  }
}

@media only screen and (max-height: 850px) {
  .shares-ban {
    display: none;
  }
}

@media (min-width: 2561px) {

  .education-main__wrapper {
    justify-content: space-between;
  }

  .education-main__right {
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    padding: 70px 40px;
    border-radius: 42px;
  }

  .education-form {
    width: 100%;
  }

  .education-main__right:before {
    content: none;
  }

  .education-main__img svg g:nth-child(2) {
    display: none;
  }
}

@media (min-width: 1420px) {
  .container {
    max-width: 1270px;
  }

  .exchange-rate__container {
    max-width: 1250px;
  }

  .row {
    max-width: 1270px;
  }

  .company-head__icon {
    display: block;
  }

}

@media (max-width: 1800px) {
  .education-result:after {
    right: -300px;
  }

  .education-gallery:after {
    right: -320px;
    bottom: -250px;
  }

  .education-top::after {
    right: -300px;
  }

  .education-top::before {
    left: -100px;
  }
}

@media (max-width: 1420px) {
  .popup_btn {
    display: none;
  }

  .education-top::before {
    left: -250px;
  }

  .education-top::after {
    right: -450px;
  }

  .login__btn {
    left: 0;
    width: 30%;
  }

  .education-form__title {
    font-size: 23px;
    line-height: 33px;
  }

  .education-main__right {
    padding: 70px 0 70px 50px;
  }

  .education-main__img {
    left: 100px;
  }

  .education-whom__item {
    min-height: 220px;
  }

  .education-result__content {
    min-height: 470px;
  }

  .education-result__img {
    bottom: -40px;
  }

  .education-result__item {
    width: calc(50% - 30px);
  }

  .education-title {
    font-size: 32px;
    line-height: 44px;
  }

  .header__logo {
    width: 190px;
  }

  .header__item:not(:last-child) {
    margin-right: 13px;
  }

  .slider-header__item {
    height: 390px;
  }

  /* NPBFX */

  .slider-header__btn_npbfx {
    right: 130px;
  }

  /* NPBFX */

  .news-main__block {
    max-height: 550px;
  }

  .news-main__item {
    padding: 13px 0;
  }

  .choice__item:nth-child(1) {
    height: 400px;
  }

  .choice__item:nth-child(2),
  .choice__item:nth-child(3) {
    height: 250px;
  }

  .all-rating__link {
    padding: 30px 40px;
  }

  .bonus-category__content {
    max-width: 65%;
  }

  .home-reviews__item:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media (max-width: 1200px) {
  .container {
    max-width: 960px;
  }

  .comments-all__wrapper {
    margin-top: 20px;
  }

  .exchange-rate__container {
    max-width: 940px;
  }

  .row {
    max-width: 960px;
  }

  .education-result:after {
    content: none;
  }

  .education-gallery:after {
    content: none;
  }

  .exchange-rate {
    padding: 6px 0;
    font-size: 13px;
    line-height: 13px;
  }

  .exchange-rate__icon {
    width: 17px;
    height: 17px;
  }

  .exchange-rate__icon svg {
    width: 17px;
    height: 17px;
  }

  .hamburger {
    display: flex;
  }

  .search-h__wrapper.active {
    top: 92px;
  }

  .header__wrapper {
    padding: 10px 0;
  }

  .header__mob-top {
    display: block;
  }

  .header__menu {
    background: rgba(32, 42, 54, .46);
    backdrop-filter: blur(17px);
    position: absolute;
    top: 60px;
    left: 0;
    width: 100vw;
    height: calc(100vh - 66px);
    opacity: 0;
    visibility: hidden;
    z-index: 30;
    transition: all 0.3s ease 0s;
    border-top: 1px solid #202A36;
  }

  .header__menu.active {
    opacity: 1;
    visibility: visible;
  }

  .header__nav {
    padding: 30px 0;
    width: 360px;
    height: 100%;
    background-color: #181A20;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition: all 0.3s ease 0.1s;
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(100%);
    visibility: hidden;
    opacity: 0;
    overflow-x: hidden;
  }

  .header__nav.active {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
  }

  .header__list {
    margin-top: 30px !important;
    flex-direction: column;
    width: 100%;
  }

  .header__item {
    margin-right: 0 !important;
    width: 100%;
    padding: 0 15px;
    position: relative;
    background-color: #181A20;
  }

  .header__item a,
  .header__item span {
    padding: 15px 0;
    font-weight: 600;
    display: flex;
    align-items: center;
    width: 90%;
  }

  .header__item a svg,
  .header__item span svg {
    display: block;
    margin-right: 10px;
  }

  .header__item:hover .header__sub-menu {
    visibility: hidden;
    opacity: 0;
  }

  .header__item:hover a,
  .header__item:hover span {
    background-color: #181a20;
    color: #b4b9c9;
  }

  .header__item.active a {
    color: #fff;
  }

  .header__item.active span {
    color: #fff;
  }

  .header__item.active a svg path {
    fill: #DC4D56;
  }

  .header__item.active span svg path {
    fill: #DC4D56;
  }

  .header__sub-menu {
    position: static;
    max-height: 0;
    padding: 0 !important;
    border: none;
    transition: all 0.6s ease 0s, opacity 0.3s ease 0s;
  }

  .header__sub-menu.active {
    margin-bottom: 10px;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .header__sub-menu .container {
    padding: 0;
  }

  .header__sub-list {
    column-count: 1;
    column-gap: 0;
    padding: 10px 0 !important;
  }

  .header__sub-item {
    padding: 0 0 0 15px !important;
    border-left: 1px solid #253140;
  }

  .header__sub-item:not(:last-child) {
    padding-bottom: 30px !important;
  }

  .header__sub-item a {
    color: #B4B9C9 !important;
    padding: 0 !important;
    font-size: 14px !important;
    line-height: 21px;
  }

  .menu-item-has-children.header__item:before {
    content: "";
    position: absolute;
    right: 18px;
    top: 21px;
    transform: rotate(45deg);
    border: solid #848893;
    border-width: 0 1px 1px 0;
    padding: 4px;
    transition: transform 0.2s ease 0s;
  }

  .menu-item-has-children.header__item.active::before {
    transform: rotate(-135deg);
    top: 25px;
    border-color: #fff;
  }

  .company-page {
    padding: 15px 0 60px;
  }

  .company-page__titles {
    max-width: 100%;
  }

  .large-8 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .large-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .sidebar {
    display: flex;
    justify-content: space-between;
    padding: 50px 0 0 0;
  }

  .sidebar-recomend {
    width: calc(60% - 15px);
  }

  .sidebar_rating {
    width: calc(40% - 15px);
  }

  .sidebar_rating_block:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }

  .sidebar_wrapper {
    background: #fff;
    box-shadow: 0px 4px 36.4px 2px rgba(147, 160, 204, .07);
    border-radius: 15px;
    padding: 20px 25px;
  }

  .sidebar-recomend__title {
    border: none;
  }

  .sidebar-recomend__list {
    background: #fff;
    box-shadow: 0px 4px 36.4px 2px rgba(147, 160, 204, .07);
    border-radius: 20px;
    padding: 20px 25px !important;
  }

  .sidebar-recomend__item:last-child {
    margin-bottom: 0;
  }

  .company-head {
    padding: 20px 0 30px;
  }

  .company-head__wrapper {
    flex-wrap: wrap;
  }

  .company-head__item:nth-child(1) {
    width: calc(50% - 15px);
  }

  .company-head__item:nth-child(2) {
    width: calc(50% - 15px);
  }

  .company-head__item:nth-child(3) {
    width: 100%;
    flex-direction: row-reverse;
  }

  .company-head__reg {
    width: calc(50% - 15px);
    height: 100px;
  }

  .company-head__score {
    width: calc(50% - 15px);
  }

  .company-head__icon {
    display: block;
  }

  .company-rating__grade {
    font-size: 18px;
  }

  .company-rating__grade span {
    font-size: 22px;
    line-height: 22px;
  }

  .company-about {
    padding: 30px 0;
  }

  .company-about__extra {
    margin-top: 30px;
  }

  .company-about__block {
    width: 25%;
  }

  .company-about__block:last-child {
    display: none;
  }

  .company-about__wrapper {
    flex-direction: column;
  }

  .company-about__main {
    width: 100%;
  }

  .company-about__lists {
    width: 100%;
  }

  .company-about__wrap {
    width: calc(25% - 23px);
  }

  .company-geochart {
    padding: 30px 0;
  }

  .company-geochart__wrapper {
    margin-top: 30px;
  }

  .company-article {
    padding: 30px 0;
  }

  .company-faq {
    padding: 30px 0;
  }

  .company-faq__wrapper {
    margin-top: 30px;
  }

  .company-reviews {
    padding: 30px 0;
  }

  .company-reviews__grade {
    font-size: 12px;
  }

  .company-reviews__grade span {
    font-size: 14px;
  }

  .popular-articles__wrapper {
    margin-top: 30px;
  }

  .popular-articles__name {
    font-size: 17px;
    line-height: 25px;
  }

  .popular-articles__img {
    height: 170px;
  }

  .popular-articles__info {
    flex-direction: column;
  }

  .popular-articles__date {
    margin-top: 5px;
  }

  .recomend-brokers__item {
    padding: 30px 30px;
  }

  .recomend-brokers__btn {
    padding: 10px 50px;
  }

  .bonus-single__link {
    padding: 10px 20px;
  }

  .bonus-single__link_check {
    margin-right: 20px;
  }

  .bonus-single__logo {
    margin-right: 20px;
  }

  .tn-reviews__wrapper {
    column-count: 2;
  }

  .company-shares__item {
    width: calc(50% - 15px);
  }

  .company-shares__name {
    font-size: 17px;
    line-height: 25px;
  }

  .login__btn {
    width: 30%;
  }

  .sidebar-baner {
    display: none;
  }

  .main-title {
    font-size: 26px;
    line-height: 42px;
  }

  .shares-main {
    padding: 20px 0 30px;
    min-height: auto;
  }

  .shares-main__wrapper {
    padding: 60px 40px;
    justify-content: space-between;
  }

  .shares-main__content {
    margin-right: 70px;
    max-width: 420px;
  }

  .shares-main__info {
    margin-top: 25px;
  }

  .shares-main__leave {
    padding: 45px 35px;
  }

  .sidebar-shares {
    flex-direction: column-reverse;
    padding: 0 !important;
  }

  .shares-card {
    width: 100%;
    padding: 20px 30px 20px;
  }

  .shares-ban {
    display: none;
  }

  .shares-card__item {
    padding: 10px 0;
  }

  .sidebar__shares-b {
    width: 100%;
    margin-top: 0;
    margin-bottom: 30px;
  }

  .shares-nav__list {
    margin-top: 15px !important;
    column-count: 2;
    column-gap: 40px;
  }

  .shares-nav__item {
    padding: 10px 0;
    break-inside: avoid;
  }

  .shares-nav__item:first-child {
    padding-top: 10px;
  }

  .shares__row {
    padding: 30px 0;
  }

  .shares-why {
    padding-top: 35px;
  }

  .shares-why__wrapper {
    margin-top: 30px;
  }

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

  .shares-feedback {
    padding: 30px 0;
  }

  .shares-feedback__wrapper {
    padding: 45px;
    justify-content: space-between;
  }

  .shares-feedback__content {
    max-width: 470px;
    margin-right: 80px;
  }

  .shares-feedback__title {
    font-size: 25px;
    line-height: 38px;
  }

  .shares-feedback__text {
    margin-top: 10px;
  }

  .shares-faq {
    padding: 30px 0;
  }

  .reviews {
    padding: 30px 0;
  }

  .popular-queries {
    padding: 30px 0 60px;
  }

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

  .faq__wrapper {
    margin-top: 30px;
  }

  .company-page__comments {
    margin-top: 30px;
  }

  .popular-queries__wrapper {
    margin-top: 30px;
  }

  .popular-queries__wrapper_category {
    margin-top: 20px;
  }

  .popular-queries__body {
    margin-top: 30px;
  }

  .education-main__title {
    font-size: 45px;
    line-height: 60px;
  }

  .education-main__item {
    display: flex;
    align-items: center;
    padding: 15px 20px;
  }

  .education-main__i {
    margin-bottom: 0;
    margin-right: 15px;
  }

  .education-main__name {
    margin-bottom: 0;
    line-height: 20px;
  }

  .education-main__p {
    display: none;
  }

  .education-main__right {
    padding: 50px 0 50px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .education-form__title {
    font-size: 22px;
    line-height: 32px;
  }

  .education-title {
    font-size: 30px;
    line-height: 40px;
  }

  .education-subtitle {
    font-size: 15px;
    line-height: 25px;
  }

  .education-whom__item {
    padding: 25px 15px;
  }

  .education-main__cbt {
    font-size: 15px;
  }

  .education-result__content {
    width: calc(45% - 50px);
    margin-right: 50px;
    min-height: 420px;
    padding: 30px;
  }

  .education-result__item:not(:nth-last-child(-n+2)) {
    margin-bottom: 40px;
  }

  .education-result__item {
    width: calc(50% - 20px);
  }

  .education-result__img {
    left: -200px;
    bottom: -100px;
  }

  .education-cbt__block {
    max-width: 450px;
  }

  .education-cbt__img {
    margin-right: -100px;
  }

  .education-cbt__item {
    padding: 20px;
  }

  .education-pass__item {
    height: 310px;
  }

  .education-pass__content {
    padding: 25px 25px 100px 30px;
  }

  .education-pass__content:before {
    content: none;
  }

  .education-pass__nav {
    bottom: 25px;
  }

  .faq__question {
    line-height: 23px;
  }

  .education-content__block {
    padding: 20px 20px 25px 30px;
  }

  .education-consult__wrapper {
    padding: 30px 25px 0 40px;
  }

  .education-consult__img {
    height: 380px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }

  .education-consult__img svg {
    width: 100%;
    height: auto;
  }

  .company-register {
    padding: 10px 17px;
  }



  .slider-header__item {
    height: 350px;
    padding: 0 50px 80px;
  }

  .slider-pag__item {
    padding: 0 20px;
  }

  .slider-pag__item:first-child {
    padding-left: 50px;
  }

  .slider-pag__item:last-child {
    padding-right: 20px;
  }

  .slider-header__title {
    font-size: 28px;
    line-height: 38px;
  }

  .slider-header__descr {
    font-size: 15px;
    line-height: 25px;
  }

  .slider-header__logo {
    margin-bottom: 10px;
  }

  .slider-header__btn {
    margin-top: 20px;
  }

  /* NPBFX */

  .slider-header__list {
    margin-top: 10px !important;
  }

  .slider-header__btn_npbfx {
    right: 60px;
  }

  .slider-header__item_3 .slider-header__title {
    line-height: 43px;
    font-size: 33px;
  }

  /* NPBFX */

  .news-main__tab {
    padding: 8px 27px;
  }

  .news-main__last {
    padding: 20px 10px 20px 20px;
  }

  .choice__item:nth-child(1) {
    height: 355px;
  }

  .choice__item:nth-child(2),
  .choice__item:nth-child(3) {
    height: 205px;
    width: calc(50% - 10px);
  }

  .news-main__block {
    margin-top: 25px;
    max-height: 500px;
  }

  .news-main__choice {
    gap: 20px;
  }

  .news-main__subtitle {
    font-size: 17px;
  }

  .choice__subtitle {
    font-size: 16px;
    font-weight: 600;
    padding: 8px 20px;
  }

  .choice__content {
    padding: 15px 25px;
  }

  .choice__name {
    font-size: 15px;
    line-height: 23px;
  }

  .choice__name_top {
    font-size: 17px;
    line-height: 28px;
  }

  .choice__date_top {
    right: 20px;
  }

  .rating__item {
    padding: 10px 0px;
  }

  .rating__item:nth-child(5) {
    display: none;
  }

  .rating__top .rating__item {
    padding: 15px 0;
  }

  .all-rating__wrapper {
    min-height: 150px;
  }

  .all-rating__link {
    padding: 25px 25px;
  }

  .all-rating__link:first-child {
    padding-left: 40px;
  }

  .all-rating__link:last-child {
    padding-right: 40px;
  }

  .all-rating__name {
    font-size: 14px;
    line-height: 23px;
  }

  .bonus-category__subtitle {
    font-size: 16px;
    line-height: 16px;
  }

  .bonus-category__offer {
    padding: 23px 30px 23px 25px;
  }

  .bonus-category__offer:before {
    right: 80px;
  }

  .bonus-category__descr {
    margin-top: 10px;
  }

  .bonus-category__content {
    max-width: 60%;
  }

  .bonus-category__logo {
    width: 35px;
    height: 35px;
    margin-right: 15px;
  }

  .home-reviews__all {
    padding: 20px 10px 20px 20px;
  }

  .home-reviews__all-subtitle {
    font-size: 16px;
  }

  .home-reviews__all-list {
    margin-top: 25px;
  }
}

@media (max-width: 992px) {

  .main-title {
    font-size: 20px;
    line-height: 35px;
  }

  .shares-main {
    padding: 20px 0 15px 0;
  }

  .shares-main__wrapper {
    padding: 40px 30px;
    border-radius: 20px;
  }

  .shares-main__content {
    margin-right: 50px;
    max-width: 300px;
  }

  .shares-main__info {
    margin-top: 20px;
  }

  .shares-main__price {
    font-size: 12px;
    padding: 12px 28px;
    height: 70px;
    width: 147px;
  }

  .shares-main__prof {
    font-size: 12px;
    padding: 12px 17px;
    height: 70px;
    width: 147px;
  }

  .shares-main__leave {
    padding: 30px 20px;
  }

  .shares-main__name {
    font-size: 18px;
  }

  .shares-nav {
    border-radius: 15px;
  }

  .shares-card {
    border-radius: 15px;
  }

  .shares__row {
    padding: 15px 0 30px 0;
  }

  .shares-why {
    padding-top: 30px;
  }

  .shares-why__wrapper {
    margin-top: 20px;
  }

  .shares-consult__wrapper {
    padding: 0 30px;
  }

  .shares-consult__content {
    max-width: 320px;
    padding: 30px 0;
  }

  .shares-feedback__wrapper {
    border-radius: 15px;
    padding: 40px 30px;
  }

  .shares-feedback__content {
    max-width: 350px;
    margin-right: 40px;
  }

  .shares-feedback__info {
    flex-direction: column;
  }

  .shares-feedback__block {
    display: flex;
    max-width: 300px;
  }

  .shares-feedback__title {
    font-size: 20px;
    line-height: 31px;
  }

  .shares-feedback__text {
    margin-top: 0;
    margin-left: 15px;
  }

  .shares-feedback__icon {
    margin-top: 5px;
  }

  .shares-feedback__block:not(:last-child) {
    margin-right: 0;
    margin-bottom: 25px;
  }

  .faq__wrapper_two-col {
    flex-direction: column;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .faq__col {
    width: 100%;
    margin: 0;
  }

  .faq__col:not(:last-child) {
    margin-bottom: 15px;
  }

  .company-page__comments {
    margin-top: 20px;
  }

  .company-reviews__item {
    border-radius: 15px;
  }

  .reviews-respond {
    border-radius: 15px;
  }

  .login__btn span:nth-child(3) {
    display: none;
  }

  .um-account-side li a span.um-account-arrow {
    display: none !important;
  }

  .container {
    max-width: 760px;
  }

  .exchange-rate__container {
    max-width: 740px;
  }

  .row {
    max-width: 760px;
  }

  .sidebar-recomend {
    width: calc(50% - 15px);
  }

  .sidebar_rating {
    width: calc(50% - 15px);
  }

  .company-head__score {
    width: 100%;
    display: none;
  }

  .company-head__wrapper {
    flex-direction: column;
    position: relative;
    gap: 0;
  }

  .company-head__item:nth-child(1) {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
  }

  .company-head__item:nth-child(2) {
    margin-top: 30px;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .company-head__main-info {
    width: 100%;
  }

  .company-head__star-wrap {
    width: calc(50% - 15px);
  }

  .company-head__btns {
    width: 100%;
  }

  .company-head__block_ratings {
    width: 100%;
    min-height: auto;
    display: none;
  }

  .company-head__page:not(:last-child) {
    margin-bottom: 5px;
    padding-bottom: 2px;
  }

  .company-head__page a {
    font-size: 14px;
  }

  .company-head__name {
    margin-bottom: 10px;
  }

  .company-head__rating span {
    font-size: 32px;
  }

  .company-head__block {
    padding: 20px 20px;
  }

  .company-head__reg {
    position: absolute;
    bottom: 110px;
    right: 30px;
    width: calc(50% - 45px);
    height: 94px;
  }

  .company-head__icon {
    display: none;
  }

  .company-about__extra {
    gap: 20px;
  }

  .company-about__block {
    padding: 20px 20px;
  }

  .company-about__wrap {
    width: calc(33.3333% - 23px);
  }

  .company-about__wrap:last-child {
    display: none;
  }

  .company-advant__wrapper {
    flex-direction: column;
  }

  .company-advant__item {
    width: 100%;
    min-height: auto;
  }

  .company-geochart__wrapper {
    flex-direction: column;
  }

  .company-geochart__maps {
    width: 100%;
  }

  .company-geochart__stats {
    width: 100%;
  }

  .category-articles {
    padding: 20px 0 30px;
  }

  .category-articles__wrapper {
    margin-top: 30px;
    gap: 20px;
  }

  .category-articles__item {
    width: calc(50% - 10px);
  }

  .popular-articles {
    padding: 30px 0;
  }

  .popular-articles__body {
    padding: 20px;
  }

  .popular-articles__wrapper {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }

  .popular-articles__item {
    width: calc(50% - 15px);
  }

  .popular-articles__item:last-child {
    display: flex;
  }

  .recomend-brokers__item {
    width: calc(50% - 15px);
  }

  .recomend-brokers__item:last-child {
    display: none;
  }

  .company-article__wrapper td {
    padding: 10px 20px;
    line-height: 23px;
  }

  .education-top::before {
    left: -350px;
  }

  .warning {
    padding: 30px 20px;
  }

  .warning__item {
    width: calc(33.3333% - 15px);
  }

  .company-page__wrapper {
    flex-direction: row;
  }

  .company-page__wrapper .company-head__block_ratings {
    display: block;
  }

  .company-page__wrapper .company-head__btns {
    margin-top: 30px;
  }

  .tn-reviews-leave__wrapper {
    flex-direction: column;
    padding: 30px 25px;
  }

  .tn-reviews-leave__textarea {
    width: 100%;
  }

  .tn-reviews-leave__textarea textarea {
    height: 150px;
  }

  .tn-reviews-leave__inputs {
    margin-top: 15px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .tn-reviews-leave__input {
    width: calc(50% - 10px);
  }

  .tn-reviews-leave__btn {
    width: 200px;
  }

  .feedback__body {
    margin-top: 40px;
    padding: 40px;
  }

  .advertising__wrapper {
    flex-direction: column;
  }

  .advertising__item {
    width: 100%;
    background: var(--color-bg-1);
    box-shadow: var(--shadow-bg-1);
    padding: 20px;
    border-radius: 20px;
  }

  .advertising__item::before {
    content: none;
  }

  .advertising__item:not(:last-child) {
    margin-bottom: 20px;
  }

  .our-team__wrapper {
    margin-top: 40px;
  }

  .our-team__item {
    width: 100%;
    padding: 20px;
  }

  .company-shares__wrapper {
    margin-top: 30px;
    gap: 20px;
  }

  .login__wrapper {
    padding: 30px 20px;
  }

  .um-account-main {
    margin-top: 30px !important;
    max-width: 80% !important;
    width: 80% !important;
    padding: 0 !important;
  }

  .um-form>form {
    display: flex;
    flex-direction: column;
  }

  .um-account-meta {
    display: none;
  }

  .um-account-side {
    width: 100% !important;
  }

  .um-account-side ul {
    display: flex;
    border: none !important;
  }

  .um-account-side li:not(:last-child) {
    margin-right: 15px !important;
  }

  .um-account-side li:last-child a {
    border-radius: 15px !important;
  }

  .um-account-side li:first-child a {
    border-radius: 15px !important;
  }

  .um-account-side li a.current,
  .um-account-side li a.current:hover {
    color: #444 !important;
  }

  .um-account-side li a span.um-account-icontip {
    display: flex !important;
    justify-content: center;
    align-items: center;
    color: #666666;
  }

  .um-account-side li a span.um-account-title {
    padding: 0 20px !important;
  }

  .um-account-side li a span.um-account-icontip {
    display: none !important;
  }

  .login__btn {
    bottom: auto;
    top: 0;
    left: auto;
    right: 0;
    height: 51px !important;
    width: 55px;
  }

  .login__btn span:nth-child(1) {
    border-right: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .login__btn span:nth-child(2) {
    display: none;
  }

  .um-account-side li {
    width: 50px !important;
  }

  .um-account-side li a {
    height: 45px !important;
  }

  .um-account-side li a span.um-account-icontip {
    display: block !important;
  }

  .login__btn {
    width: 51px;
    height: 47px !important;
  }

  .signals-top {
    background: #38414e radial-gradient(circle at calc(0% + 135px) 25%, #495360, #38414e 35%);
  }

  .signals-top__img {
    display: none;
  }

  .signals-top__item {
    width: 100%;
  }

  .signals-advantages__wrapper {
    flex-wrap: wrap;
    gap: 50px 30px
  }

  .signals-advantages__item {
    width: calc(50% - 15px);
  }

  .signals-about__wrapper {
    flex-direction: column;
    align-items: flex-start;
    padding: 30px;
  }

  .signals-about__img {
    width: auto;
    max-width: 320px;
  }

  .signals-about__text {
    margin-top: 30px;
    width: 100%;
  }

  .signals-get__wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 0;
  }

  .signals-get__img {
    width: auto;
    max-width: 320px;
  }

  .signals-get__content {
    margin-top: 30px;
    width: 100%;
  }

  .signals-content__wrapper {
    margin-top: 0;
  }

  .recomend-brokers__logo {
    max-width: 220px;
  }

  .company-geochart__progress-bar {
    width: 82%;
  }

  .big-investor__img {
    display: none;
  }

  .big-investor__content {
    width: 100%;
  }

  .bonus-single__btns {
    width: 60%;
  }

  .education-main__wrapper {
    flex-direction: column;
  }

  .education-main__content {
    margin-right: 0;
    max-width: 100%;
  }

  .education-main__right {
    margin-top: 30px;
    border-radius: 42px;
    align-items: flex-start;
    overflow: hidden;
  }

  .education-main__right:before {
    content: none;
  }

  .education-main {
    padding: 20px 0 50px;
  }

  .education-whom {
    padding: 50px 0;
  }

  .education-whom__wrapper {
    flex-direction: column;
  }

  .education-whom__titles {
    width: auto;
    margin-right: 0;
    max-width: 470px;
  }

  .education-whom__block {
    margin-top: 30px;
    width: 100%;
  }

  .education-result {
    padding: 50px 0;
  }

  .education-result__body {
    flex-direction: column;
  }

  .education-result__content {
    width: 100%;
    margin-right: 0;
    min-height: 350px;
  }

  .education-result__img {
    left: 0;
  }

  .education-result__wrapper {
    margin-top: 50px;
    width: 100%;
  }

  .education-result__item {
    width: calc(50% - 40px);
  }

  .education-cbt {
    padding: 50px 0;
  }

  .education-cbt__img {
    margin-right: -200px;
  }

  .education-cbt__item {
    flex-direction: column-reverse;
    justify-content: flex-end;
    padding: 15px;
  }

  .education-pass {
    padding: 50px 0;
  }

  .education-pass__content {
    width: 100%;
  }

  .education-pass__content::before {
    content: "01";
    bottom: 15px;
  }

  .education-pass__content_2::before {
    content: "02";
  }

  .education-pass__content_3::before {
    content: "03";
  }

  .education-pass__img {
    display: none;
  }

  .education-gallery {
    padding: 50px 0;
  }


  .education-gallery__wrapper {
    display: grid;
    grid-template-columns: 1fr 0.5fr 1fr;
    grid-template-rows: repeat(3, 300px);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .education-gallery__item:nth-child(1) {
    grid-area: 2 / 1 / 3 / 3;
  }

  .education-gallery__item:nth-child(2) {
    grid-row-start: 1;
    grid-area: 1 / 1 / 2 / 4;
  }

  .education-gallery__item:nth-child(3) {
    grid-area: 2 / 3 / 3 / 4;
  }

  .education-gallery__item:nth-child(4) {
    grid-area: 3 / 1 / 4 / 2;
  }

  .education-gallery__item:nth-child(5) {
    grid-area: 3 / 2 / 4 / 4;
  }

  .education-gallery__item:nth-child(6) {
    display: none;
  }

  .education-faq {
    padding: 50px 0;
  }

  .education-faq__wrapper {
    flex-direction: column;
  }

  .education-faq__content {
    margin-right: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .education-faq__titles {
    max-width: 380px;
  }

  .education-faq__block {
    margin-top: 30px;
    width: 100%;
  }

  .education-content {
    padding: 50px 0;
  }

  .education-content__wrapper {
    flex-direction: column;
  }

  .education-content__left {
    width: 100%;
    background: none;
    padding: 0;
  }

  .education-content__img {
    display: none;
  }

  .education-content__block {
    margin-top: 30px;
    width: 100%;
  }

  .education-consult {
    padding: 50px 0 75px;
  }

  .education-consult__wrapper {
    padding: 40px;
    position: relative;
    overflow: hidden;
  }

  .education-consult__content {
    width: 100%;
    margin-right: 0;
    padding-bottom: 0;
    z-index: 2;
  }

  .education-consult__img {
    position: absolute;
    height: auto;
    width: 100%;
  }

  .education-consult__img svg g:nth-child(2),
  .education-consult__img svg g:nth-child(3) {
    display: none;
  }

  .education-recomend {
    padding: 25px 0 60px;
  }

  .footer__wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .footer__text {
    margin-top: 30px;
    margin-right: 0;
  }

  .slider-header {
    padding: 25px 0 30px;
  }

  .slider-header__item {
    background-position: center right -100px;
    padding: 0 30px 70px;
    height: 320px;
    border-radius: 20px;
  }

  .slider-header__content {
    max-width: 400px;
  }

  .slider-pag {
    border-radius: 0 0 20px 20px;
    height: 70px;
  }

  .slider-pag__item {
    padding: 0 13px;
  }

  .slider-pag__item:first-child {
    padding-left: 30px;
  }

  .slider-pag__descr {
    margin-top: 1px;
    font-size: 13px;
  }

  .slider-header__progress {
    bottom: 70px !important;
  }

  .slider-header__logo {
    display: none;
  }

  /* NPBFX */

  .slider-header__right {
    margin-left: 0;
    margin-top: 0;
  }

  .slider-header__btn_npbfx {
    right: 30px;
    bottom: 100px;
  }

  /* NPBFX */

  .news-main {
    padding: 30px 0;
  }

  .news-main__top {
    flex-direction: column;
    align-items: flex-start;
  }

  .news-main__content {
    margin-top: 25px;
  }

  .news-main__tabs {
    background: none;
    border: none;
  }

  .news-main__scroll-tabs {
    margin-top: 30px;
    width: 100%;
  }

  .news-main__tab {
    border: 1px solid #87A8DB;
    padding: 7px 20px;
  }

  .news-main__tab:not(:last-child) {
    margin-right: 20px;
  }

  .news-main__wrap {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }

  .news-main__last {
    display: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .news-main__choice {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .news-main__block {
    max-height: 195px;
  }

  .news-main__img {
    position: static;
    height: 250px;
  }

  .news-main__img img {
    border-radius: 13px;
  }

  .choice__item {
    justify-content: flex-start;
    height: auto !important;
  }

  .choice__item:before {
    height: 250px;
  }

  .choice__item:nth-child(2) .news-main__img,
  .choice__item:nth-child(3) .news-main__img {
    height: 150px;
  }

  .choice__item:nth-child(2):before,
  .choice__item:nth-child(3):before {
    height: 150px;
  }

  .choice__content {
    background: none;
    margin-top: 15px;
    padding: 0;
  }

  .choice__name {
    color: #111728;
    font-weight: 600;
    max-width: none;
  }

  .choice__date {
    position: static;
    margin-top: 10px;
    width: fit-content;
  }

  .choice__subtitle {
    top: 20px;
    left: 20px;
    font-size: 15px;
    font-weight: 600;
    padding: 5px 15px;
  }

  .rating_main {
    padding: 20px 0 30px !important;
  }

  .rating {
    padding: 30px 0;
  }

  .rating__top {
    display: none;
  }

  .rating__table {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .rating__wrapper {
    flex-wrap: wrap;
    width: calc(50% - 10px);
    position: relative;
    padding: 20px;
    border: 1px solid #E8F1F6;
    box-shadow: 0px 4px 36.4px 2px rgba(147, 160, 204, .07);
    margin-bottom: 20px !important;
  }

  .rating__item {
    flex: 0 100%;
    justify-content: space-between;
    line-height: 18px;
    text-align: right;
  }

  .rating__item:first-child {
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 0;
  }

  .rating__item:nth-child(2) {
    padding: 0 0 13px 50px;
    flex-direction: row;
    flex: 0 100%;
    border-bottom: 1px solid #E8F1F6;
    margin-bottom: 6px;
  }

  .rating__item:nth-child(6) {
    font-size: 14px;
    font-weight: 400;
  }

  .rating__item:nth-child(7) {
    flex: 0 60%;
    order: 1;
    padding-bottom: 0;
  }

  .rating__item:last-child {
    flex: 0 35%;
    padding-bottom: 0;
  }

  .rating__item_100 {
    flex: 0 100% !important;
  }

  .rating__th-mob {
    display: flex;
    align-items: center;
    font-weight: 600;
    color: #5C6684;
    text-align: left;
    margin-right: 10px;
  }

  .rating__th-mob svg {
    margin-right: 7px;
  }

  .company-rating__body_table {
    margin-top: 0;
    flex-direction: column-reverse;
    align-items: flex-end;
    width: max-content;
  }

  .rating__logo {
    height: 35px;
  }

  .rating__logo img {
    max-width: 135px;
    max-height: 35px;
    object-position: left;
  }

  .company-rating__body_table svg {
    width: 10px;
    height: 10px;
  }

  .company-rating__body_table .company-rating__wrap {
    height: 15px;
  }

  .table-stars__ball {
    font-size: 12px;
  }

  .table-stars__ball span {
    font-size: 14px;
  }

  .rating__number {
    background-color: #eef5f6;
    color: #899498;
    border-radius: 9px;
  }

  .rating__open-account {
    background-color: #4891C7;
    border-radius: 14px;
    color: #fff;
    border-bottom: 0;
    font-weight: 600;
    padding: 10px 15px;
    width: 100%;
    min-height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
  }

  span.rating__open-account {
    background-color: #a8d1e2;
    color: #fff;
  }

  .rating__visit-site {
    border: 1px solid #4891C7;
    background-color: #fff;
    padding: 10px 15px;
    width: 100%;
    min-height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: #4891C7;
    border-radius: 14px;
    font-weight: 500;
  }

  span.rating__visit-site {
    border-color: #a8d1e2;
    color: #a8d1e2;
  }

  .rating__visit-site svg {
    display: none;
  }

  .rating__visit-site span {
    display: inline;
  }

  .all-rating {
    padding: 30px 0;
  }

  .all-rating__wrapper {
    margin-top: 25px;
    min-height: 135px;
  }

  .all-rating__link {
    width: 33.3333%;
  }

  .all-rating__link:nth-child(2) {
    display: none;
  }

  .all-rating__name {
    margin-top: 5px;
  }

  .bonus-home {
    padding: 30px 0 20px 0;
  }

  .bonus-category__top {
    margin-top: 30px;
    padding: 15px 20px;
  }

  .bonus-category__subtitle {
    font-size: 17px;
    line-height: 17px;
  }

  .bonus-category__text {
    display: none;
  }

  .bonus-category__brokers {
    width: calc(35% - 10px);
  }

  .bonus-category__broker {
    padding: 8px 15px;
  }

  .bonus-category__wrap {
    width: calc(65% - 10px);
    min-height: auto;
  }

  .bonus-category__offer {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    border-radius: 15px;
  }

  .bonus-category__offer:before {
    right: 15px;
    bottom: 15px;
    width: 51px;
    height: 58px;
    background: url(/wp-content/themes/credits/assets/img/bonus-category/bonus-category_before-mob.svg) center center / cover no-repeat;
  }

  .bonus-category__content {
    max-width: 100%;
  }

  .bonus-category__get {
    margin-top: 15px;
  }

  .bonus-category__more {
    margin-top: 25px;
  }

  .home-reviews {
    padding: 30px 0 60px 0;
  }

  .home-reviews__wrapper {
    margin-top: 30px;
    margin-left: 0;
    margin-right: 0;
    flex-direction: column;
  }

  .home-reviews__all {
    display: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .home-reviews__all-list {
    max-height: 285px;
  }

  .home-reviews__list {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .home-reviews__item:not(:last-child) {
    margin-bottom: 15px;
  }

  .products-all {
    padding: 40px 0;
  }

  .products-all__wrap {
    margin-top: 30px;
    gap: 50px;
  }

  .products-all__link {
    font-size: 13px;
    margin-bottom: 12px;
  }

  .products-all__subtitle {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
  }

  .bonus-category {
    padding: 20px 0 20px;
  }

  .category-page {
    padding: 30px 0;
  }

  .category-page__wrapper {
    padding: 20px;
  }

  .category-faq {
    padding: 30px 0 60px 0 !important;
  }

  .news-main__title {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .shares-main__wrapper {
    flex-direction: column;
    align-items: flex-start;
    padding: 30px;
  }

  .shares-main__content {
    margin-right: 0;
    max-width: 500px;
  }

  .shares-main__leave {
    display: none;
  }

  .shares-main__btn-mob {
    display: block;
  }

  .sidebar-shares {
    flex-direction: column-reverse !important;
  }

  .shares-why__img {
    display: none;
  }

  .shares-why__item {
    max-height: none;
  }

  .shares-why__text {
    width: 100%;
    border-radius: 15px;
    box-shadow: 0px 4px 36.4px 2px rgba(147, 160, 204, .07);
    padding: 20px 25px;
  }

  .shares-why__title {
    font-size: 20px;
    line-height: 30px;
  }

  .shares-consult__wrapper {
    overflow: hidden;
  }

  .shares-consult__content {
    max-width: 238px;
  }

  .shares-consult__title {
    font-size: 20px;
    line-height: 31px;
  }

  .shares-consult__img {
    margin-right: -70px;
  }

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

  .shares-feedback__wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .shares-feedback__content {
    margin-right: 0;
    max-width: 500px;
    margin-bottom: 30px;
  }

  .shares-feedback__app {
    width: 330px;
  }

  .shares-feedback__info {
    flex-direction: row;
  }

  .shares-feedback__block {
    flex-direction: column;
  }

  .shares-feedback__block:not(:last-child) {
    margin-right: 50px;
    margin-bottom: 0;
  }

  .shares-feedback__text {
    margin-top: 15px;
    margin-left: 0;
  }


  .um-account-main {
    max-width: 100% !important;
    width: 100% !important;
  }

  .sidebar-recomend {
    width: 100%;
  }

  .sidebar {
    flex-direction: column;
  }

  .sidebar_rating {
    width: 100%;
  }

  .company-bonus-btn::before {
    left: 20%;
  }

  .company-head__wrapper {
    padding: 20px;
  }

  .company-head__item {
    gap: 20px;
  }

  .company-head__item:nth-child(2) {
    margin-top: 20px;
  }

  .company-head__title {
    font-size: 28px;
    line-height: 37px;
  }

  .company-head__block {
    padding: 15px 20px;
  }

  .company-head__reg {
    margin-top: 20px;
    position: static;
    width: 100%;
    height: auto;
  }

  .company-head__star-wrap {
    width: 100%;
    justify-content: flex-start;
    gap: 30px;
  }

  .company-head__icon {
    display: block;
  }

  .company-rating {
    padding-bottom: 15px;
  }

  .company-title {
    font-size: 23px;
    line-height: 32px;
    max-width: 400px;
  }

  .company-about__extra {
    flex-wrap: wrap;
    gap: 20px;
  }

  .company-about__block {
    width: calc(50% - 10px);
  }

  .company-about__main {
    padding: 20px;
    gap: 10px 30px;
  }

  .company-about__item {
    width: calc(33.3333% - 20px);
  }

  .company-about__name {
    font-size: 14px;
  }

  .company-about__lists {
    padding: 20px;
  }

  .company-about__wrap {
    width: calc(33.3333% - 20px);
  }

  .company-advant__item {
    padding: 20px;
  }

  .company-geochart__wrapper {
    gap: 30px;
  }

  .company-geochart__stats {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
  }

  .company-geochart__item {
    width: calc(50% - 10px);
  }

  .company-geochart__item:not(:last-child) {
    margin-bottom: 0;
  }

  .company-reviews__item {
    padding: 20px;
  }

  .company-reviews__reply,
  .company-reviews__item.depth-2 {
    padding: 20px;
  }

  .reviews-respond {
    padding: 25px;
  }

  .popular-articles {
    padding: 30px 0;
  }

  .popular-articles__wrapper {
    width: max-content;
    gap: 20px;
    margin-right: 15px;
  }

  .popular-articles__scroll {
    overflow-x: scroll;
    margin-right: -15px;
  }

  .popular-articles__scroll::-webkit-scrollbar {
    width: 0;
    height: 0;
  }

  .popular-articles__item {
    width: 300px;
  }

  .recomend-brokers {
    padding: 30px 0 70px;
  }

  .recomend-brokers__wrapper {
    margin: 40px -10px 0 -10px;
  }

  .recomend-brokers__item {
    padding: 20px;
    width: calc(50% - 10px);
    margin: 0 10px;
  }

  .recomend-brokers__btn {
    padding: 10px 40px;
  }

  .company-geochart__wrapper {
    padding: 20px;
  }

  .reviews-respond {
    margin-top: 30px;
  }

  .faq__question {
    padding: 15px 50px 15px 20px;
    font-size: 15px;
    line-height: 21px;
  }

  .faq__question:before {
    right: 20px;
  }

  .faq__answer {
    padding: 0 20px;
  }

  .faq__answer p {
    margin-bottom: 20px;
  }

  .recomend-bonus {
    padding: 50px 0 50px;
  }

  .recomend-bonus__wrapper {
    margin-top: 40px;
  }

  .bonus-single__top {
    padding: 25px 20px;
  }

  .bonus-single__item {
    padding: 25px 20px;
  }

  .bonus-single__btns {
    flex-direction: column;
  }

  .bonus-single__link_check {
    margin-right: 0;
    width: 100%;
  }

  .bonus-single__get {
    min-width: 180px;
  }

  .bonus-single__link_reviews {
    margin-top: 15px;
  }

  .reviews__list {
    padding: 50px 0;
  }

  .popup-robo {
    width: 460px;
    padding: 30px;
  }

  .popup-robo__wrapper {
    margin-top: 20px;
    flex-direction: column;
  }

  .popup-robo__title {
    max-width: 370px;
    margin: 0 auto;
  }

  .popup-robo__logo {
    width: 90%;
    padding: 20px 30px;
  }

  .popup-robo__info {
    margin-top: 20px !important;
    width: 90%;
  }

  .company-btn {
    width: 100%;
    min-width: auto;
  }

  .company-page__wrapper {
    flex-direction: row;
  }

  .company-page__wrapper .company-head__block_ratings {
    display: none;
  }

  .company-page__wrapper .company-page__item:nth-child(2) {
    display: none;
  }

  .company-page__wrapper .company-page__item:nth-child(1) {
    width: 100%;
  }

  .personal-area {
    padding: 15px 0 30px;
  }

  .personal-area__wrapper {
    flex-direction: column;
    padding: 20px;
  }

  .personal-area__title {
    max-width: 100%;
  }

  .personal-area__logo {
    width: 100%;
    height: 120px;
  }

  .personal-area__logo img {
    max-height: 100px;
  }

  .personal-area__btns {
    display: flex;
    gap: 30px;
  }

  .personal-area__btn {
    width: 50%;
  }

  .personal-area__btns a:nth-child(2),
  .personal-area__btns span:nth-child(2) {
    margin-top: 0;
  }

  .tn-reviews {
    padding: 70px 0;
  }

  .tn-reviews__wrapper {
    margin-top: 40px;
    column-count: 1;
  }

  .tn-reviews-leave__wrapper {
    margin-top: 40px;
  }

  .tn-reviews__item {
    padding: 20px;
  }

  .feedback__body {
    padding: 30px 25px;
  }

  .feedback__item:not(:last-child) {
    margin-bottom: 20px;
  }

  .feedback__item span.wpcf7-form-control-wrap {
    width: calc(50% - 10px);
  }

  .feedback__button {
    margin-top: 20px;
  }

  .tn-work__wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .tn-work__item {
    width: 100%;
  }

  .tn-work__img {
    width: auto;
    max-width: 500px;
  }

  .tn-work__descr {
    margin-top: 30px;
  }

  .company-shares {
    padding: 20px 0 30px;
  }

  .company-shares__item {
    padding: 25px 20px;
  }

  .company-shares__head {
    flex-direction: column;
    align-items: flex-start;
  }

  .company-shares__img {
    width: 100%;
    justify-content: center;
  }

  .company-shares__price {
    margin-top: 15px;
    margin-left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .company-shares__btns {
    margin-top: 20px;
    flex-direction: column;
    gap: 15px;
  }

  .company-shares__btn {
    width: 100%;
  }

  .company-shares__category {
    display: none;
  }

  .search {
    padding: 20px 0 50px;
  }

  .search__result {
    margin-top: 15px;
  }

  .search__look {
    font-size: 16px;
  }

  .search__not-found-title {
    font-size: 17px;
  }

  .search__not-found-descr {
    font-size: 15px;
  }

  .search__item {
    padding: 15px;
    border-radius: 10px;
  }

  .search__item:not(:last-child) {
    margin-bottom: 15px;
  }

  .search__text {
    display: none;
  }

  .search__name {
    font-size: 16px;
    line-height: 25px;
  }

  .crypto-stat__logo {
    width: 50%;
  }

  .crypto-stat__price {
    flex-direction: column;
    width: 35%;
  }

  .crypto-stat__top {
    padding: 20px;
  }

  .crypto-stat__value {
    font-size: 20px;
  }

  .crypto-stat__current {
    padding: 0;
  }

  .crypto-stat__changes {
    margin-top: 10px;
    padding: 0;
  }

  .recomend-crypto {
    flex-direction: column;
  }

  .recomend-crypto__item {
    width: 100%;
  }

  .recomend-crypto__item:not(:last-child) {
    margin-bottom: 20px;
  }

  .signals-top__content {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .signals-top__img {
    display: block;
    width: auto;
    max-width: 320px;
    height: auto;
  }

  .signals-top__item {
    margin-top: 30px;
  }

  .signals-advantages {
    padding: 70px 0 50px 0;
  }

  .signals-advantages__wrapper {
    margin-top: 50px;
  }

  .signals-about {
    padding: 50px 0;
  }

  .signals-about__wrapper {
    margin-left: -10px;
    margin-right: -10px;
    border-radius: 0;
    padding: 50px 10px;
  }

  .signals-about__title {
    margin: 0 0 20px 0;
  }

  .signals-get {
    padding: 70px 0;
    background-color: #fff;
    box-shadow: none;
  }

  .signals-get__title {
    margin: 0 0 30px 0;
  }

  .signals-content__wrapper {
    margin-top: 0;
  }

  .company-geochart__progress-bar {
    width: 65%;
  }

  .big-investor__wrapper {
    padding: 20px;
  }

  .big-investor__title {
    font-size: 18px;
    line-height: 24px;
  }

  .bonus-single__btns {
    width: auto;
  }

  .bonus-single__body {
    display: none;
  }

  .education-main__title {
    font-size: 40px;
    line-height: 53px;
  }

  .education-main__info {
    display: none;
  }

  .education-main__right {
    margin-top: 0;
    padding: 30px 0 30px 40px;
  }

  .education-whom__block {
    flex-wrap: wrap;
  }

  .education-whom__block {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .education-whom__item {
    width: calc(50% - 10px);
    min-height: 180px;
    padding: 15px;
  }

  .education-whom__item:last-child {
    display: none;
  }

  .education-result__content {
    min-height: 310px;
  }

  .education-result__img {
    width: 100%;
    height: auto;
    bottom: -80px;
  }

  .education-result__img svg {
    width: 100%;
    height: auto;
  }

  .education-result__item {
    width: calc(50% - 20px);
  }

  .education-cbt__block {
    max-width: 100%;
  }

  .education-cbt__img {
    display: none;
  }

  .education-cbt__content {
    margin-top: 40px;
    flex-direction: column;
  }

  .education-cbt__item {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    padding: 15px 20px;
  }

  .education-cbt__item:not(:last-child) {
    margin-bottom: 20px;
  }

  .education-cbt__descr {
    max-width: none;
  }

  .education-pass__item {
    height: 280px;
  }

  .education-pass__content {
    padding: 20px 20px 80px 20px;
  }

  .education-pass__content:before {
    font-size: 60px;
    line-height: 60px;
  }

  .education-pass__nav {
    left: 50%;
    transform: translateX(-50%);
  }

  .education-gallery__wrapper {
    grid-template-rows: repeat(3, 240px);
  }

  .education-faq__img {
    display: none;
  }

  .education-content__block {
    padding: 20px 20px 25px 20px;
  }

  .education-content__text {
    padding-right: 20px;
  }

  .education-consult__wrapper {
    padding: 40px 30px;
  }

  .slider-header__bullet {
    width: 50%;
  }

  .slider-header__bullet:nth-child(3) {
    position: absolute;
    left: 0;
  }

  .slider-header__bullet:nth-child(4) {
    position: absolute;
    left: 50%;
  }

  .slider-pag__item {
    padding: 0 25px !important;
  }

  .slider-pag__descr {
    font-size: 14px;
  }

  .slider-header__item {
    padding: 0 25px 70px;
    height: 330px;
    background-position: center right -140px;
  }

  .slider-header__item_3 .slider-header__title {
    line-height: 40px;
    font-size: 32px;
  }

  .slider-header__item_3 .slider-header__descr {
    font-size: 17px;
    line-height: 23px;
  }

  .slider-header__title {
    font-size: 24px;
    line-height: 33px;
  }

  .slider-header__descr {
    margin-top: 10px;
    font-size: 14px;
    line-height: 23px;
    max-width: 265px;
  }

  .slider-header__btn {
    min-height: 50px;
    padding: 12px 25px;
  }

  .slider-header__content {
    max-width: 300px;
    padding: 25px 0;
  }

  .news-main__scroll-tabs {
    margin-top: 25px;
  }

  .news-main__img {
    position: static;
    height: 200px;
  }

  .choice__item:before {
    height: 200px;
  }

  .choice__item:nth-child(2) .news-main__img,
  .choice__item:nth-child(3) .news-main__img {
    height: 130px;
  }

  .choice__item:nth-child(2):before,
  .choice__item:nth-child(3):before {
    height: 130px;
  }

  .rating__wrapper {
    padding: 13px 20px 20px 20px;
  }

  .rating__item:first-child {
    display: none;
  }

  .rating__item:nth-child(2) {
    flex: 0 100%;
    padding: 0 0 8px 0;
  }

  .all-rating__link:first-child {
    padding-left: 30px;
  }

  .all-rating__link:last-child {
    padding-right: 25px;
  }

  .bonus-category__top {
    display: none;
  }

  .bonus-category__wrapper {
    margin-top: 30px;
    flex-direction: column;
  }

  .bonus-category__brokers {
    width: 100%;
  }

  .bonus-category__broker {
    border-radius: 15px !important;
    padding: 10px 15px;
    position: relative;
  }

  .bonus-category__broker.active::before {
    transform: translateY(-20%) rotate(-135deg);
  }

  .bonus-category__broker:before {
    content: "";
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-60%) rotate(45deg);
    border: solid #a1a1ab;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    transition: transform .3s ease 0s;
    z-index: 2;
  }

  .bonus-category__broker:not(:last-child) {
    margin-bottom: 15px;
  }

  .bonus-category__block:nth-child(2) {
    margin-right: 60px;
  }

  .bonus-category__wrap {
    display: none;
  }

  .bonus-category__text {
    display: block;
  }

  .bonus-category__offers.active {
    margin-bottom: 30px;
  }

  .bonus-category__more {
    margin-top: 20px;
  }

  .products-all__wrap {
    flex-wrap: wrap;
    gap: 30px 50px;
  }

  .products-all__item {
    max-width: none;
    width: calc(50% - 50px);
  }
}

@media (max-width: 576px) {

  .shares-main__content {
    max-width: 350px;
  }

  .shares-nav__list {
    column-count: 1;
    column-gap: 0;
  }

  .shares-page__item {
    padding: 25px;
  }

  .shares-nav {
    padding: 20px 25px 20px;
  }

  .shares-card {
    padding: 20px 25px 20px;
  }

  .shares-feedback__block:not(:last-child) {
    margin-right: 40px;
  }

  .shares-feedback__app {
    width: 300px;
  }

  .shares-page__item .before-counter {
    display: none;
  }



  .exchange-rate {
    font-size: 12px;
    line-height: 12px;
  }

  .exchange-rate__item {
    margin-right: 15px;
  }

  .exchange-rate__icon {
    width: 14px;
    height: 14px;
  }

  .exchange-rate__icon svg {
    width: 14px;
    height: 14px;
  }

  .exchange-rate__icon {
    margin-right: 5px;
  }

  .exchange-rate__name {
    margin-right: 5px;
  }

  .exchange-rate__price {
    margin-right: 5px;
  }

  .header__lang {
    height: 20px;
  }

  .header__account {
    width: auto;
    height: auto;
  }

  .header__account:hover {
    background: #181a20;
  }

  .search-h {
    margin-right: 25px;
  }

  .search-h__wrapper.active {
    top: 89px;
  }

  .search-h__btn {
    width: auto;
    height: auto;
    padding: 0;
  }

  .search-h__btn:hover {
    background: #181a20;
  }

  .company-bonus-btn::before {
    left: 13%;
  }

  body {
    font-size: 14px;
    line-height: 26px;
  }

  .nav-links span,
  .wp-pagenavi span {
    margin: 0 7px;
  }

  .nav-links a,
  .wp-pagenavi a {
    margin: 0 7px;
  }

  .btn {
    font-size: 14px;
  }

  .recomend-brokers__btn {
    padding: 10px 30px;
  }

  .bonus-single__top {
    flex-direction: column;
  }

  .bonus-single__btns {
    margin-top: 30px;
    flex-direction: row;
    width: 100%;
    gap: 20px;
  }

  .bonus-single__link_check {
    width: 50%;
  }

  .bonus-single__link_reviews {
    margin-top: 0;
    width: 50%;
  }

  .bonus-single__h2 {
    font-size: 18px;
    line-height: 25px;
  }

  .bonus-single__p {
    font-size: 14px;
  }

  .recomend-bonus__item {
    gap: 40px;
  }

  .recomend-bonus__name {
    font-size: 17px;
    line-height: 25px;
  }

  .education-top__cbt {
    max-width: 350px;
  }

  .education-top::after {
    right: -550px;
  }

  .education-top::before {
    left: -550px;
  }

  .popular-articles__name {
    font-size: 16px;
    line-height: 23px;
    height: 46px;
  }

  .popular-articles__img {
    height: 155px;
  }

  .popular-articles__info {
    margin-top: 15px;
  }

  .warning {
    padding: 20px;
  }

  .warning__brokers {
    justify-content: center;
    margin-left: -10px;
    margin-right: -10px;
  }

  .warning__item {
    margin-top: 20px;
    width: calc(50% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }

  .warning__all-brokers {
    display: none;
  }

  .article__item:nth-child(2) {
    display: none;
  }

  .article__share {
    padding: 20px 25px;
  }

  .article__text {
    margin-right: 40px;
  }

  .advertising__subtitle {
    font-size: 16px;
    line-height: 26px;
  }

  .advertising__cont-title {
    font-size: 20px;
    line-height: 29px;
  }

  .our-team__top {
    align-items: flex-start;
  }

  .our-team__img {
    width: 60px;
    height: 60px;
  }

  .our-team__list {
    margin-top: 20px !important;
  }

  .our-team__descr {
    font-size: 15px;
  }

  .crypto-stat__top {
    margin-left: -15px;
    margin-right: -15px;
    border-radius: 0;
  }

  .company-rating__body_table {
    flex-direction: column;
    width: 100%;
  }

  .table-stars__ball {
    margin-left: 0;
    margin-top: 5px;
  }

  .company-geochart__stats {
    gap: 10px 0;
  }

  .company-geochart__item {
    width: 100%;
  }

  .company-geochart__progress-bar {
    width: 75%;
  }

  .bonus-single__btns {
    justify-content: center;
  }

  .education-main__title {
    font-size: 36px;
    line-height: 49px;
  }

  .education-title {
    font-size: 26px;
    line-height: 36px;
  }

  .education-main {
    padding: 20px 0 30px;
  }

  .education-main__right {
    padding: 30px;
    border-radius: 22px;
  }

  .education-whom {
    padding: 30px 0;
  }

  .education-whom__block {
    flex-direction: column;
  }

  .education-whom__item {
    width: 100%;
    flex-direction: row;
    min-height: auto;
    padding: 20px 15px;
  }

  .education-whom__item:last-child {
    display: flex;
  }

  .education-whom__item:not(:last-child) {
    margin-bottom: 20px;
  }

  .education-whom__descr {
    margin-top: 0;
    margin-left: 15px;
    text-align: left;
    line-height: 22px;
  }

  .education-result {
    padding: 30px 0;
  }

  .education-result__wrapper {
    margin-top: 40px;
  }

  .education-result__content {
    min-height: 280px;
  }

  .education-result__item {
    width: calc(50% - 10px);
  }

  .education-cbt {
    padding: 30px 0;
  }

  .education-cbt__btn {
    margin-top: 30px;
  }

  .education-pass {
    padding: 30px 0;
  }

  .education-gallery {
    padding: 10px 0 30px 0;
  }

  .education-gallery__slider {
    padding-bottom: 60px;
  }

  .education-gallery__nav {
    display: flex;
    bottom: 0;
  }

  .education-gallery__wrapper {
    display: flex;
    grid-column-gap: 0;
    grid-row-gap: 0;
  }

  .education-gallery__item {
    height: 320px;
  }

  .education-gallery__item:nth-child(6) {
    display: block;
  }

  .education-faq {
    padding: 30px 0;
  }

  .education-content {
    padding: 30px 0;
  }

  .education-consult {
    padding: 30px 0 60px;
  }

  .education-consult__wrapper {
    padding: 30px 25px;
  }

  .education-consult__img {
    width: 120%;
  }

  .education-recomend {
    padding: 10px 0 60px;
  }

  .slider-header__item {
    height: 300px;
  }

  .slider-header__item_1 {
    background: #e3f3f3;
  }

  .slider-header__item_2 {
    background: #b4d0fb;
  }

  .slider-header__item_3 {
    background: #2C142E;
  }

  .slider-header__item_4 {
    background: #cadbff;
  }

  .slider-header__img {
    display: block;
    position: absolute;
    right: -100px;
    bottom: 50px;
    width: 285px;
  }

  .slider-header__title {
    width: max-content;
  }

  .slider-header__img img {
    max-height: 180px;
    object-fit: contain;
  }

  /* NPBFX */

  .slider-header__list {
    display: none;
  }

  .slider-header__btn_npbfx {
    position: static;
  }

  /* NPBFX */

  .news-main__top {
    margin-right: -10px;
    margin-left: -10px;
  }

  .news-main__title {
    margin-right: 10px;
    margin-left: 10px;
  }

  .news-main__scroll-tabs {
    overflow-x: scroll;
    display: flex;
    justify-content: flex-start;
  }

  .news-main__scroll-tabs::-webkit-scrollbar {
    width: 0;
    height: 0;
  }

  .news-main__tabs {
    width: fit-content;
    margin-right: 10px;
    margin-left: 10px;
  }

  .news-main__tab {
    width: max-content;
  }

  .news-main__img {
    height: 170px;
    border-radius: 13px;
  }

  .choice__item:before {
    height: 170px;
    border-radius: 13px;
  }

  .choice__item:nth-child(2) .news-main__img,
  .choice__item:nth-child(3) .news-main__img {
    height: 100px;
  }

  .choice__item:nth-child(2):before,
  .choice__item:nth-child(3):before {
    height: 100px;
  }

  .rating__wrapper {
    width: 100%;
    padding: 15px;
    margin-bottom: 0 !important;
  }

  .rating__wrapper:not(:last-child) {
    margin-bottom: 20px !important;
  }

  .rating__item:first-child {
    display: block;
    top: 17px;
    left: 15px;
  }

  .rating__item:nth-child(2) {
    padding: 0 0 13px 50px;
  }

  .all-rating__wrapper {
    flex-direction: column;
    background: none;
    box-shadow: none;
  }

  .all-rating__link {
    display: flex;
    align-items: center;
    width: 100%;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0px 4px 36.4px 2px rgba(147, 160, 204, .07);
    padding: 20px 55px 20px 15px !important;
  }

  .all-rating__link:not(:last-child) {
    margin-bottom: 10px;
  }

  .all-rating__link:nth-child(2) {
    display: flex;
  }

  .all-rating__link::after {
    content: none !important;
  }

  .all-rating__link::before {
    background: url('/wp-content/themes/credits/assets/icons/arrow-right.svg') center center/cover no-repeat !important;
    width: 20px;
    height: 20px;
    opacity: 1;
    visibility: visible;
    top: 50%;
    transform: translateY(-50%);
    left: auto;
    right: 20px;
    z-index: 1;
  }

  .all-rating__link:hover .all-rating__name {
    color: #111728;
  }

  .all-rating__icon {
    width: 26px;
    height: 26px;
  }

  .all-rating__icon svg {
    width: 100%;
    height: 100%;
  }

  .all-rating__name {
    margin-top: 0;
    margin-left: 15px;
  }

  .products-all__item {
    width: calc(50% - 30px);
  }

  .home-reviews__item {
    padding: 18px 15px 15px 15px;
  }

  .home-reviews__broker {
    max-width: 200px;
  }

}

@media (max-width: 571px) {
  .um-account-name {
    text-align: left;
    margin-top: 3px;
  }

  .um-account-nav a {
    font-size: 17px !important;
    padding-left: 35px !important;
  }

  .um-account-nav span.ico {
    font-size: 24px !important;
  }

  .um-account-nav span.arr {
    display: none;
  }

  .login__btn {
    border: none !important;
    background: none !important;
    width: auto;
  }

  .login__btn span:nth-child(1) {
    padding: 0 !important;
  }

  .um-account-nav a.current {
    font-weight: 600 !important;
  }

  .um-account-nav a {
    font-weight: 600 !important;
  }

  div.uimob500 .um-account-tab {
    border-bottom: none !important;
  }

  .um-account-meta {
    padding-bottom: 20px !important;
    margin-bottom: 0 !important;
    border-bottom: 1px solid var(--border-bg-1) !important;
  }
}

@media (max-width: 480px) {

  .shares-main__wrapper {
    padding: 20px;
  }

  .shares-main__price {
    height: 65px;
    width: 145px;
  }

  .shares-main__prof {
    height: 65px;
    width: 145px;
  }

  .shares-main__btn-mob {
    width: 296px;
  }

  .shares-nav {
    padding: 20px;
  }

  .shares-nav__list {
    margin-top: 10px !important;
  }

  .shares-card {
    padding: 20px;
  }

  .shares-card__table {
    margin-top: 20px;
  }

  .shares-why__text {
    padding: 20px;
  }

  .shares-page__item {
    padding: 20px;
  }

  .company-article__wrapper h2,
  .company-article__wrapper h3,
  .company-article__wrapper h4,
  .company-article__wrapper h5,
  .company-article__wrapper h6 {
    margin-bottom: 15px;
  }

  .company-article__wrapper blockquote {
    padding: 10px 15px;
  }

  .company-article__wrapper p:not(:last-child) {
    margin-bottom: 15px;
  }

  .company-article__wrapper li {
    margin-bottom: 10px;
  }

  .company-article__wrapper img {
    border-radius: 10px;
  }

  .company-article__wrapper img:not(:first-child) {
    margin-top: 20px;
  }

  .shares-page__item {
    margin-right: -10px;
    border-radius: 15px 0 0 15px;
  }

  .shares-consult__wrapper {
    flex-direction: column;
    padding: 0 20px;
  }

  .shares-consult__content {
    padding: 20px 0;
    z-index: 1;
    max-width: 100%;
  }

  .shares-consult__img {
    margin-right: 0;
    margin-top: -35px;
  }

  .shares-consult__descr {
    margin-top: 10px;
  }

  .shares-consult__btn {
    margin-top: 15px;
    width: 270px;
  }

  .shares-consult__title {
    max-width: 260px;
  }

  .shares-consult__descr {
    max-width: 260px;
  }

  .company-reviews__text {
    line-height: 23px;
  }

  .reviews-respond {
    padding: 20px;
    border-radius: 10px;
  }

  .half-number {
    margin-left: 10px;
  }

  .reviews-respond__status {
    font-size: 14px;
  }

  .reviews-respond__title {
    font-size: 14px;
  }

  .reviews-respond__btn {
    margin-top: 20px;
  }

  .reviews-respond__review-text {
    padding: 10px 15px;
  }

  .shares-feedback__wrapper {
    padding: 20px;
    background-position: center right -150px;
  }

  .shares-feedback__info {
    flex-direction: column;
  }

  .shares-feedback__block {
    flex-direction: row;
  }

  .shares-feedback__block:not(:last-child) {
    margin-right: 0;
    margin-bottom: 25px;
  }

  .shares-feedback__text {
    margin-top: 0;
    margin-left: 15px;
  }

  .shares-feedback__form {
    margin-top: 15px;
  }

  .popular-queries__link {
    line-height: 18px;
    padding: 11px 20px;
  }

  .shares-faq .faq__accordion {
    background-color: #E7EAF2;
  }


  .header__wrapper {
    padding: 5px 0;
  }

  .header__menu {
    top: 50px;
  }

  .search-h__wrapper.active {
    top: 79px;
  }

  .header__logo {
    width: 150px;
  }

  .header__lang {
    display: none;
  }

  .header__nav {
    width: 100%;
  }

  .search-h__btn-main {
    width: auto;
    height: 36px;
    padding: 10px;
    border-radius: 8px;
  }

  .search-h__btn-main svg {
    display: block;
  }

  .search-h__btn-main span {
    display: none;
  }

  .search-h__input {
    height: 36px;
    margin-right: 12px;
    border-radius: 8px;
    padding: 6px 15px;
  }

  .title {
    max-width: 360px;
  }

  .company-bonus-btn::before {
    left: 4%;
  }

  .popup-form-stock {
    width: 340px;
    padding: 30px 30px;
  }

  .company-head__wrapper {
    padding: 0;
    border-radius: 0;
    background-color: #f9faff;
    box-shadow: none;
  }

  .company-head__item:nth-child(1) {
    width: auto;
    max-width: 250px;
  }

  .company-head__logo {
    padding: 10px 20px;
    height: 75px;
    width: auto;
    max-width: 250px;
    border-radius: 10px;
  }

  .company-head__logo img {
    max-height: 100%;
  }

  .company-head__title {
    font-size: 23px;
    line-height: 32px;
  }

  .company-head__subtitle {
    font-size: 16px;
  }

  .company-head__site {
    font-size: 13px;
  }

  .company-head__site svg {
    width: 15px;
    height: 15px;
  }

  .company-head__icon {
    display: none;
  }

  .company-head__btns {
    gap: 20px;
  }

  .company-head__btn {
    max-width: 100%;
    width: 250px;
  }

  .company-title {
    font-size: 19px;
    line-height: 28px;
    max-width: 350px;
    font-weight: 600;
  }

  .company-about {
    padding: 10px 0 30px 0;
  }

  .company-about__main {
    gap: 10px 20px;
  }

  .company-about__block {
    padding: 15px;
  }

  .company-about__item {
    width: calc(50% - 20px);
  }

  .company-about__import {
    font-size: 23px;
    line-height: 30px;
  }

  .company-about__name {
    margin-top: 5px;
    font-size: 13px;
    line-height: 18px;
  }

  .company-about__item:not(:nth-last-child(-n+2)) {
    border-bottom: 1px solid var(--border-bg-1);
    padding-bottom: 10px;
  }

  .company-about__wrap {
    width: calc(50% - 20px);
  }

  .company-about__wrap:last-child {
    display: block;
  }

  .company-advant__title {
    font-size: 18px;
    line-height: 26px;
  }

  /* .company-article__wrapper ul:has(a[href^="#"]),
  .company-article__wrapper ol:has(a[href^="#"]) {
    column-count: 1;
  } */

  .reviews-respond__status {
    font-size: 15px;
  }

  .reviews-respond__block {
    flex-direction: column;
  }

  .reviews-respond__review-input {
    width: 100%;
  }

  .reviews-respond__review-input:not(:last-child) {
    margin-bottom: 20px;
  }

  .reviews-respond__review-text {
    padding: 15px 20px;
  }

  .recomend-brokers__wrapper {
    flex-direction: column;
    margin: 40px 0px 0 0px;
  }

  .recomend-brokers__item {
    width: 100%;
    margin-bottom: 20px;
  }

  .recomend-brokers__item:last-child {
    display: flex;
    margin-bottom: 0;
  }

  .recomend-brokers__btn {
    padding: 10px 50px;
  }

  .footer__logo {
    width: 180px;
  }

  .footer__li {
    margin-bottom: 15px;
    margin-right: 10px;
    padding-left: 10px;
  }

  .footer__li:before {
    content: '' !important;
    left: 0 !important;
  }

  .footer__add-list .footer__li:before {
    content: none !important;
  }

  .footer__add-list .footer__li:not(:last-child) {
    margin-right: 20px;
  }

  .popup-robo {
    width: calc(100% - 20px);
    padding: 20px;
  }

  .popup-robo__btn {
    width: 100%;
    margin: 10px auto 0;
  }

  .bonus-single__btns {
    margin-top: 25px;
    flex-direction: column;
    gap: 0;
  }

  .bonus-single__main-text {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .bonus-single__more {
    margin-top: 20px;
  }

  .bonus-single__block {
    flex-direction: column;
  }

  .bonus-single__link_check {
    width: 100%;
  }

  .bonus-single__link_reviews {
    margin-top: 15px;
    width: 100%;
  }

  .bonus-single__logo img {
    max-width: 100%;
  }

  .recomend-bonus__item {
    flex-direction: column;
    gap: 0;
  }

  .recomend-bonus__content {
    margin-top: 25px;
    text-align: center;
    width: 100%;
  }

  .education-top {
    min-height: 600px;
  }

  .education-top__wrapper {
    min-height: 600px;
  }

  .education-top:before {
    content: none;
    background: none;
  }

  .education-top::after {
    content: none;
    background: none;
  }

  .education-top__title {
    font-size: 28px;
    line-height: 38px;
  }

  .education-top__cbt {
    margin: 20px 20px 0;
  }

  .category-articles__item {
    width: 100%;
  }

  .popular-articles__img {
    height: 200px;
  }

  .article__author {
    display: none;
  }

  .warning__title {
    font-size: 21px;
    line-height: 26px;
  }

  .article__share {
    flex-direction: column;
  }

  .article__text {
    margin-right: 0;
  }

  .article__icons {
    margin-top: 25px;
  }

  .warning__item {
    min-height: 130px;
  }

  .warning__number img {
    width: 35px;
    height: 35px;
  }

  .brokers-info__title {
    font-size: 16px;
  }

  .brokers-more {
    margin-top: 40px;
    padding: 30px 20px;
  }

  /* .baner-mob {
    display: block;
  } */


  .personal-area__wrapper {
    margin-left: -15px;
    margin-right: -15px;
    border-radius: 0;
  }

  .personal-area__title {
    max-width: 100%;
  }

  .personal-area__logo {
    height: 100px;
  }

  .personal-area__logo img {
    max-height: 80px;
  }

  .tn-reviews-leave__input {
    width: 100%;
  }

  .feedback__item {
    flex-direction: column;
  }

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

  .feedback__item span.wpcf7-form-control-wrap:nth-child(1) {
    margin-bottom: 20px;
  }

  .company-shares__item {
    width: 100%;
  }

  .company-shares__img {
    width: 50%;
    justify-content: flex-start;
  }

  .company-shares__head {
    flex-direction: row;
    align-items: center;
  }

  .company-shares__price {
    margin-top: 0;
    flex-direction: column;
    width: auto;
    align-items: flex-end;
  }

  .comments-all__btn {
    padding: 10px 30px;
    width: 100%;
  }

  .crypto-stat__info {
    flex-direction: column;
  }

  .crypto-stat__logo {
    width: 100%;
  }

  .crypto-stat__price {
    margin-top: 20px;
    flex-direction: row;
    width: 100%;
    gap: 30px;
  }

  .crypto-stat__changes {
    margin-top: 0;
  }

  .signals-top__item {
    margin-top: 0;
  }

  .signals-top__img {
    display: none;
  }

  .signals-advantages__item {
    width: 100%;
  }

  .signals-about {
    padding: 30px 0;
  }

  .article__main-img {
    display: none;
    position: absolute;
    left: -9999px;
    top: -9999px;
  }

  .company-geochart__wrapper {
    gap: 0;
  }

  .company-btn {
    padding: 15px 20px;
    line-height: 22px;
  }

  a.warning__btn {
    padding: 15px 20px;
    line-height: 22px;
  }

  .company-bonus-btn {
    padding-left: 35px !important;
  }

  .bonus-single__link_w {
    width: 100%;
  }

  .education-subtitle {
    margin-top: 10px;
  }

  .education-main__cbt {
    padding: 6px 20px;
    margin-bottom: 20px;
  }

  .education-main__title {
    font-size: 32px;
    line-height: 44px;
    margin-bottom: 20px;
  }

  .education-main__descr {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 20px;
  }

  .education-main__sub-descr {
    margin-bottom: 20px;
  }

  .education-main__right {
    padding: 30px 20px;
    align-items: center;
    display: none;
  }

  .education-main__btn-mob {
    display: flex;
    width: 390px;
    max-width: 100%;
  }

  .education-form__title {
    font-size: 18px;
    line-height: 28px;
    text-align: center;
  }

  .education-form {
    margin-top: 22px;
    width: 100%;
  }

  .education-form__item {
    margin-bottom: 15px;
  }

  .education-form__btn {
    margin-top: 20px;
  }

  .education-main__img {
    left: 50px;
  }

  .education-main__img svg g:nth-child(2) {
    display: none;
  }

  .education__titles {
    padding-left: 15px;
  }

  .education__titles:after {
    content: none;
  }

  .education-title {
    font-size: 22px;
    line-height: 32px;
  }

  .education-whom__block {
    margin-top: 20px;
  }

  .education-whom__item {
    padding: 15px;
  }

  .education-whom__item:not(:last-child) {
    margin-bottom: 10px;
  }

  .education-whom__icon {
    width: 30px;
    height: 30px;
  }

  .education-whom__icon svg {
    width: 30px;
    height: 30px;
  }

  .education-result__content {
    padding: 30px 20px;
    min-height: 260px;
  }

  .education-result__img {
    bottom: -40px;
  }

  .education-result__wrapper {
    margin-top: 30px;
  }

  .education-result__item {
    width: 100%;
  }

  .education-result__item:not(:last-child) {
    margin-bottom: 25px;
  }

  .education-result__descr {
    margin-top: 5px;
    line-height: 22px;
  }

  .education-cbt__descr {
    line-height: 22px;
  }

  .education-cbt__btn {
    width: 390px;
    max-width: 100%;
  }

  .education-cbt__content {
    margin-top: 30px;
  }

  .education-cbt__item {
    padding: 15px;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
  }

  .education-cbt__item:not(:last-child) {
    margin-bottom: 10px;
  }

  .education-cbt__icon {
    margin-right: 15px;
  }

  .education-pass__item {
    height: 300px;
  }

  .education-pass__content:before {
    right: 15px;
    bottom: 12px;
  }

  .education-pass__text {
    max-height: 200px;
  }

  .education-pass__text p {
    margin-top: 15px;
  }

  .education-gallery__item {
    height: 250px;
  }

  .faq__accordion:not(:last-child) {
    margin-bottom: 10px;
  }

  .education-content__block {
    padding: 20px 10px 25px 15px;
  }

  .education-consult__wrapper {
    padding: 30px 20px;
  }

  .education-consult__wrapper .wpcf7 {
    margin-top: 20px;
  }

  .education-consult__item {
    width: 100%;
    margin-bottom: 15px;
  }

  .education-consult__item:nth-child(5) {
    margin-bottom: 0;
  }

  .education-consult__item:last-child {
    margin-bottom: 0;
  }

  .education-consult__img {
    bottom: -20px;
    left: -10px;
  }

  .slider-header {
    padding: 25px 0 20px;
  }

  .slider-header__item {
    flex-direction: column;
    height: 415px;
  }

  .slider-header__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 25px 0 10px 0;
    max-width: 100%;
  }

  .slider-header__title {
    width: auto;
  }

  .slider-header__img {
    position: static;
    width: auto;
  }

  .slider-header__bullet {
    width: 100%;
    position: absolute;
    left: 0 !important;
  }

  /* NPBFX */

  .slider-header__right {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .slider-header__list {
    display: block;
    text-align: left;
  }

  /* NPBFX */

  .news-main__tab {
    padding: 7px 15px;
  }

  .news-main__tab:not(:last-child) {
    margin-right: 10px;
  }

  .choice__item:nth-child(2),
  .choice__item:nth-child(3) {
    width: 100%;
  }

  .news-main__img {
    height: 130px !important;
  }

  .choice__item:before {
    height: 130px !important;
  }

  .choice__name {
    font-size: 16px !important;
    font-weight: 500 !important;
  }

  .choice__content {
    margin-top: 10px;
  }

  .news-main__choice {
    gap: 25px;
  }

  .choice__date {
    padding: 0;
    background: none;
    display: flex;
    align-items: center;
  }

  .choice__date svg {
    display: block;
    margin-right: 5px;
  }

  .choice__subtitle {
    top: 15px;
    left: 15px;
    font-size: 14px;
  }

  .bonus-category__get {
    width: 100%;
    padding: 10px 30px;
    border-radius: 14px;
    background-color: #E8F0FD;
    border: none;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .bonus-category__offer {
    padding: 17px 15px 15px 15px;
  }

  .bonus-category__offer:before {
    bottom: auto;
    top: 15px;
  }

  .bonus-category__block:nth-child(2) {
    margin-right: 50px;
  }

  .bonus-category__more {
    display: none;
  }

  .bonus-category__value {
    padding: 0;
    background: none;
  }

  .bonus-category__text {
    margin-right: 4px;
  }

  .home-reviews__broker {
    max-width: 100px;
  }

  .products-all__wrap {
    gap: 20px;
  }

  .products-all__item {
    width: 100%;
  }

  .products-all__link {
    font-size: 14px;
  }

  .products-all__subtitle {
    margin-bottom: 15px;
  }
}