@charset "UTF-8";


@font-face {
  font-family: "Exo 2.0";
  src: url("../fonts/Exo20-Light.eot");
  src: local("Exo 2.0 Light"), local("Exo2.0-Light"), url("../fonts/Exo20-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Exo20-Light.woff") format("woff"), url("../fonts/Exo20-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Exo 2.0";
  src: url("../fonts/Exo20-Regular.eot");
  src: local("Exo 2.0 Regular"), local("Exo2.0-Regular"), url("../fonts/Exo20-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Exo20-Regular.woff") format("woff"), url("../fonts/Exo20-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Exo 2.0";
  src: url("../fonts/Exo20-Medium.eot");
  src: local("Exo 2.0 Medium"), local("Exo2.0-Medium"), url("../fonts/Exo20-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Exo20-Medium.woff") format("woff"), url("../fonts/Exo20-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Exo 2.0 Semi";
  src: url("../fonts/Exo20-SemiBold.eot");
  src: local("Exo 2.0 Semi Bold"), local("Exo2.0-SemiBold"), url("../fonts/Exo20-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Exo20-SemiBold.woff") format("woff"), url("../fonts/Exo20-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Exo 2.0";
  src: url("../fonts/Exo20-Bold.eot");
  src: local("Exo 2.0 Bold"), local("Exo2.0-Bold"), url("../fonts/Exo20-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Exo20-Bold.woff") format("woff"), url("../fonts/Exo20-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Exo 2.0";
  src: url("../fonts/Exo20-ExtraBold.eot");
  src: local("Exo 2.0 Extra Bold"), local("Exo2.0-ExtraBold"), url("../fonts/Exo20-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Exo20-ExtraBold.woff") format("woff"), url("../fonts/Exo20-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Exo 2.0";
  src: url("../fonts/Exo20-Black.eot");
  src: local("Exo 2.0 Black"), local("Exo2.0-Black"), url("../fonts/Exo20-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Exo20-Black.woff") format("woff"), url("../fonts/Exo20-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

/* Указываем box sizing */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Убираем внутренние отступы */
ul[class],
ol[class] {
  padding: 0;
}

/* Убираем внешние отступы */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Выставляем основные настройки по-умолчанию для body */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Удаляем стандартную стилизацию для всех ul и il, у которых есть атрибут class*/
ul[class],
ol[class] {
  list-style: none;
}

/* Элементы a, у которых нет класса, сбрасываем до дефолтных стилей */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Упрощаем работу с изображениями */
img {
  max-width: 100%;
  display: block;
}

/* Указываем понятную периодичность в потоке данных у article*/
article>*+* {
  margin-top: 1em;
}

/* Наследуем шрифты для инпутов и кнопок */
input,
button,
textarea,
select {
  font: inherit;
}

/* Удаляем все анимации и переходы для людей, которые предпочитай их не использовать */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

.btn {
  border-radius: 18px;
  padding: 10px 20px;
  border: none;
  line-height: 16px;
  background-color: #F6E019;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #1B1B1B;
  transition: all 0.3s ease 0s;
}

.btn:hover {
  background-color: #ffe600;
}

.btn:active {
  background-color: #F6E019;
}

.btn_white {
  font-size: 16px;
  line-height: 16px;
  padding: 12px 17px;
  color: #282828;
  background-color: #FFFFFF;
  border: 1px solid #fff;
  font-weight: 500;
}

.btn_white:hover {
  background-color: rgba(246, 224, 25, 0.06);
  border-color: #F6E019;
  /*  color: #fff;  */
  color: #F6E019;

}

.btn_white:active {
  background-color: rgba(255, 255, 255, 0.15);
  color: #F6E019;
}

.breadcrumbs {
  display: flex;
  position: relative;
  z-index: 0;
  margin-bottom: 20px;
}

.breadcrumbs__list {
  display: inline;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.breadcrumbs__item {
  position: relative;
  display: inline;
}

.breadcrumbs__item:not(:last-child) {
  margin-right: 7px;
}

.breadcrumbs__item:not(:last-child):after {
  content: url("../icons/arrow-l.svg");
  margin-left: 5px;
  font-size: 14px;
}

.breadcrumbs__link {
  transition: color 0.3s ease 0s;
  color: #149EDD;
}

.breadcrumbs__text {
  color: #667090;
  cursor: default;
}

html {
  overflow-x: hidden;
}

body {
  font-family: "Exo 2.0", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #1B1B1B;
  scroll-behavior: smooth;
  scroll-padding-top: 20px;
  /* display: flex;
  flex-direction: column;
  justify-content: space-between; */
}

button {
  cursor: pointer;
}

.container {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}

.no-scroll {
  overflow: hidden;
}

.no-scroll-sidebar {
  overflow: hidden;
}

.content {
  width: calc(100% - 330px);
}

.content__company {
  padding: 20px;
  /* border: 1px solid #DFDFED; */
  background-color: #F1F1FB;
  border-radius: 13px;
}

.header {
  padding: 15px 0 15px 0;
}

.header__wrapper {
  padding: 15px;
  background-color: #282828;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 13px;
}

.header__logo {
  width: 177px;
  height: 43px;
}

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

.header__logo svg {
  width: 100%;
  height: auto;
}

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

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

.header__block-mob {
  display: none;
}

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

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

.header__link {
  color: #D7D7D7;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: color 0.3s ease 0s;
}

.header__link:hover {
  color: #F6E019;
}

.header__link svg {
  margin-right: 7px;
}

.header__btn {
  margin-left: 30px;
}

.hamburger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  height: 24px;
  width: 29px;
}

.hamburger svg {
  width: 100%;
}

.sidebar {
  width: 300px;
  margin-right: 30px;
}

.sidebar_right {
  margin-right: 0;
  margin-left: 30px;
}

.sidebar-layout {
  padding: 15px 0 100px;
}

.sidebar-layout_text {
  padding: 15px 0 70px;
}

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



.sidebar-filter {
  background-color: #F1F1FB;
  padding: 20px;
  border-radius: 13px;
}

.sidebar-filter__block-mob {
  display: none;
}

.sidebar-filter__item:not(:last-child) {
  margin-bottom: 30px;
}

.sidebar-filter__head {
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
}

.sidebar-filter__descr {
  line-height: 14px;
  font-weight: 300;
  color: #585A6D;
  transition: all 0.3s ease 0s;
}

.sidebar-filter__icon {
  border: 1px solid #66C3EE;
  border-radius: 50%;
  margin-left: 7px;
  width: 16px;
  height: 16px;
  text-align: center;
  color: #66C3EE;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  cursor: default;
}

.sidebar-filter__icon[data-title] {
  position: relative;
}

.sidebar-filter__icon[data-title]::after {
  content: attr(data-title);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: calc(100% - -10px);
  opacity: 0;
  transition: all 0.3s ease 0s;
  pointer-events: none;
  background: #282828;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  padding: 7px 12px;
  min-width: 230px;
  z-index: 10;
  border-radius: 7px;
}

.sidebar-filter__icon[data-title]::before {
  content: '';
  position: absolute;
  bottom: calc(100% - -2px);
  left: 50%;
  transform: translateX(-50%);
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  background: #282828;
  width: 16px;
  height: 8px;
  opacity: 0;
  transition: all 0.3s ease 0s;
}

.sidebar-filter__icon[data-title]:hover::after {
  opacity: 1;
}

.sidebar-filter__icon[data-title]:hover::before {
  opacity: 1;
}

.sidebar-filter__icon_catalog-head {
  position: absolute !important;
  top: -8px;
  right: 12px;
  width: 13px;
  height: 13px;
  font-size: 9px;
  text-transform: none;
}

.sidebar-filter__block_select .fs-wrap.single {
  margin-top: 13px;
  width: 100% !important;
}

.sidebar-filter__block_select .fs-label-wrap {
  border: 1px solid #E0DFDF;
  border-radius: 10px;
  padding: 5px 10px;
  cursor: pointer;
}

.sidebar-filter__block_select .fs-wrap.single.fs-open .fs-label-wrap {
  border: 1px solid #ACD6EC;
  border-radius: 10px 10px 0 0;
  border-bottom: 0;
}

.sidebar-filter__block_select .fs-arrow {
  right: 13px;
  border-radius: 5px;
  border-top: 5px solid #525252;
}

.sidebar-filter__block_select .fs-dropdown {
  border-radius: 0 0 10px 10px;
  overflow: hidden;
  border: 1px solid #ACD6EC;
  border-top: 0;
}

.sidebar-filter__block_select .fs-option,
.sidebar-filter__block_select .fs-search,
.sidebar-filter__block_select .fs-optgroup-label {
  padding: 10px 17px;
}

.sidebar-filter__block_select .fs-search {
  background-color: #f3f9fc;
}

.sidebar-filter__block_select .fs-option:hover {
  background-color: #f8fcfd;
}


/* .sidebar-filter__values {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  line-height: 14px;
} */

.facetwp-slider-label {
  display: block;
  text-align: justify;
  width: 100%;
  height: 24px;
}

.facetwp-slider-label::after {
  content: '';
  display: inline-block;
  width: 100%;
}

.facetwp-slider-wrap {
  margin-top: 8px;
  padding-bottom: 0 !important;
}

/* .sidebar-filter__slider {
  margin-top: 12px;
  height: 3px;
  background-color: #DBE1F0;
  border: none;
  box-shadow: none;
  width: 94%;
}

.sidebar-filter__slider::before {
  content: "";
  height: 3px;
  background-color: #DBE1F0;
  width: 6%;
  position: absolute;
  right: -6%;
} */

.noUi-horizontal {
  margin-top: 8px;
  height: 3px !important;
  background-color: #DBE1F0 !important;
  border: none !important;
  box-shadow: none;
  /* width: 94%; */
}

/* .sidebar-filter__slider .noUi-connect {
  background-color: #7FC5E2;
} */

.noUi-horizontal .noUi-connect {
  background-color: #7FC5E2;
}

/* .sidebar-filter__slider .noUi-handle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: none;
  border: 2px solid #66C3EE;
  top: -9px;
  cursor: pointer;
}

.sidebar-filter__slider .noUi-handle::before {
  content: none;
}

.sidebar-filter__slider .noUi-handle::after {
  content: none;
} */

.noUi-horizontal .noUi-handle {
  width: 20px !important;
  height: 20px !important;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: none;
  border: 2px solid #66C3EE;
  top: -9px !important;
  cursor: pointer;
}

.noUi-horizontal .noUi-handle::before {
  content: none;
}

.noUi-horizontal .noUi-handle::after {
  content: none;
}

.facetwp-facet {
  margin-bottom: 0 !important;
}

.sidebar-filter__checkboxes {
  margin-top: 30px;
  width: 100%;
  display: flex;
  flex-direction: column;
  font-weight: 500;
  line-height: 14px;
}

.sidebar-filter__checkboxes label {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  height: 16px;
}

.sidebar-filter__checkboxes label:not(:last-child) {
  margin-bottom: 20px;
}

.sidebar-filter__checkboxes .facetwp-checkbox {
  margin-bottom: 0;
  width: 16px;
  height: 16px;
  /* background-size: 16px 16px; */
  /* padding-left: 16px; */
  border: 1px solid #B4BACB;
  border-radius: 4px;
  transition: all 0.3s ease 0s;
  background: #fff;
  background-size: auto;
  padding-left: 0;
}

.sidebar-filter__checkboxes .facetwp-checkbox:hover {
  border-color: #66C3EE;
}

.sidebar-filter__checkboxes .facetwp-checkbox.checked {
  background: #fff url("../icons/check.svg") center center/cover no-repeat;
  background-size: 12px 12px;
}

.sidebar-filter__checkboxes .facetwp-checkbox.checked:hover {
  border-color: #B4BACB;
}

/* .sidebar-filter__checkboxes label input {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  margin: 0;
  opacity: 0;
  z-index: 2;
  width: 16px;
  height: 16px;
}

.sidebar-filter__checkboxes label input:checked+span::after {
  transform: translateY(-50%) scale(1);
}

.sidebar-filter__checkboxes label input:hover+span::before {
  border-color: #66C3EE;
}

.sidebar-filter__checkboxes label span::before {
  content: "";
  position: absolute;
  background: #FFFFFF;
  border: 1px solid #B4BACB;
  border-radius: 3px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 16px;
  height: 16px;
  transition: all 0.3s ease 0s;
}

.sidebar-filter__checkboxes label span::after {
  content: "";
  position: absolute;
  background: url("../icons/check.svg") center center/cover no-repeat;
  width: 12px;
  height: 12px;
  top: 50%;
  right: 2px;
  transform: translateY(-50%) scale(0);
} */

.label-inner {
  display: flex;
  align-items: center;
}

.sidebar-filter__btn {
  margin-top: 20px;
}

.sidebar-filter__label-region {
  flex-direction: column;
  align-items: flex-start !important;
  height: auto !important;
  margin-bottom: 15px !important;
}

.sidebar-filter__vis-select>div {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
}

.sidebar-filter__vis-select>div>.facetwp-checkbox {
  width: auto;
  height: auto;
  display: flex;
  margin-bottom: 7px;
  border-radius: 15px;
}

.sidebar-filter__vis-select>div>.facetwp-checkbox.checked {
  background: #66C3EE;
  border: 1px solid #66C3EE;
  color: #fff;
}

.sidebar-filter__vis-select>div>.facetwp-checkbox:not(:last-child) {
  margin-right: 7px;
}

.sidebar-filter__vis-select>div>.facetwp-checkbox .facetwp-display-value {
  display: block !important;
  padding: 6px 8px;
}





.catalog {
  width: calc(100% - 330px);
}

.catalog__top {
  padding: 20px 0 10px 0;
}

.catalog__title {
  font-size: 28px;
  line-height: 33px;
  font-weight: 600;
  text-align: center;
}

.sidebar-switch {
  margin: 30px auto 0 auto;
  width: max-content;
  background-color: #F1F1FB;
  border-radius: 30px;
  overflow: hidden;
  display: flex;
}

.sidebar-switch__link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 50%;
  padding: 12px 30px;
  /* border-radius: 30px; */
  text-decoration: none;
  background-color: #F1F1FB;
  color: #1B1B1B;
  font-weight: 500;
  line-height: 18px;
}

/* .sidebar-switch__link:not(:last-child) {
  margin-right: 15px;
} */

.sidebar-switch__link.active {
  background-color: #525252;
  cursor: default;
  color: #fff;
}

.catalog__settings {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

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

.catalog__result-count {
  color: #000;
}

.catalog__sub-title {
  margin-top: 20px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}

.catalog__result-reset {
  margin-left: 12px;
  border: 1px solid #FF5C5C;
  border-radius: 17px;
  padding: 5px 12px;
  color: #000;
  background-color: #fff;
  line-height: 14px;
  transition: all 0.3s ease 0s;
}

.catalog__result-reset:hover {
  background-color: rgba(255, 92, 92, 0.19);
}

.catalog__result-reset:active {
  border-color: rgba(255, 92, 92, 0.19);
}

.catalog__head-name {
  color: #667090;
  line-height: 14px !important;
  font-size: 12px;
  text-transform: uppercase;
}

.catalog__filter-btn {
  display: none;
}

.catalog__left {
  margin-right: 20px;
}

.catalog__search input {
  border: 1px solid #E0DFDF;
  border-radius: 20px;
  padding: 6px 45px 6px 20px !important;
  outline-width: 0;
  font-weight: 500;
}

.catalog__search input:focus {
  border: 1px solid #ACD6EC;
}

.catalog__search .facetwp-icon {
  padding: 0 10px;
}

.catalog__search .facetwp-icon:before {
  background: url(../icons/icon-search.svg) center center no-repeat;
  background-size: 18px 18px;
}

.catalog__select {
  border: 1px solid #E0DFDF;
  border-radius: 10px;
  padding: 10px 35px 10px 10px;
  min-width: 155px;
  color: #000;
  line-height: 14px;
  outline-width: 0;
  appearance: none;
  background: url(../icons/arrow-b.svg) no-repeat right;
  background-position-x: calc(100% - 10px);
  background-position-y: 54%;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}

.catalog__select option {
  background-color: #F1F1F1;
}

.catalog__select:hover {
  border-color: #66C3EE;
}

.catalog__row {
  display: flex !important;
  align-items: center;
}

.catalog__head {
  display: flex;
}

.catalog__head-wrap {
  display: flex;
}

.catalog__body {
  margin-top: 15px;
}

.catalog__head-status {
  margin-left: -1px;
  display: flex;
}

.catalog__status {
  width: 50px;
  line-height: 17px;
}

.catalog__comp-status {
  margin-right: 20px;
  width: 30px;
}

.catalog__options {
  display: flex;
  width: calc(100% - 50px);
}

.catalog__comp-options {
  background-color: #F5F6F9;
  width: calc(100% - 55px);
  border-radius: 15px;
  align-items: center;
}

.catalog__body .fwpl-result:nth-child(2n) .catalog__options {
  background-color: #fff;
}

.catalog__info {
  display: flex !important;
  width: calc(100% - 190px - 60px - 10px);
  justify-content: space-between;
  margin-left: 10px;
}

.catalog__info>.fwpl-col {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 10px 0;
}

.catalog__item {
  display: flex;
  justify-content: center;
  text-align: center;
  /* width: 16.66666666666667%; */
  width: 20%;
  line-height: 17px;
}

.catalog__icon:not(:last-child) {
  margin-right: 8px;
}

.catalog__triangle {
  margin-top: 2.5px;
  margin-left: 4px;
  display: flex;
  align-items: center;
  height: 10px;
}

.catalog__triangle svg {
  height: 10px;
  width: 8px;
  display: flex;
  align-items: center;
}

.catalog__triangle.sort-up svg {
  margin-top: -7px;
}

.catalog__triangle.sort-up svg path:nth-child(2) {
  display: none;
}

.catalog__triangle.sort-down svg {
  margin-top: 7px;
}

.catalog__triangle.sort-down svg path:nth-child(1) {
  display: none;
}


.catalog__name {
  display: flex;
  width: 190px;
  line-height: 17px;
  padding-left: 25px;
  padding-right: 10px;
}

.catalog__item_name {
  padding: 25px 10px 25px 25px;
  border-radius: 15px 0 0 15px;
}

.catalog__item_name>a {
  color: #1B1B1B;
  text-decoration: none;
  font-weight: 700;
}

.catalog__item_reviews>a {
  color: #31AC1D;
  font-weight: 500;
}

.catalog__item_reviews>a span {
  color: #E21D1D;
  font-weight: 600;
}

.catalog__item_reviews>span {
  color: #31AC1D;
  font-weight: 500;
}

.catalog__item_reviews>span>span {
  color: #E21D1D;
  font-weight: 600;
}

.catalog__site {
  display: flex;
  justify-content: center;
  width: 60px;
  line-height: 17px;
  padding-right: 25px;
  padding-left: 10px;
}

.catalog__item_site {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 25px 25px 10px;
  border-radius: 0 15px 15px 0;
}

.catalog__item .company_region {
  width: 20px;
  height: 20px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E4E7EF;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 800;
  color: #285C99;
  padding-bottom: 1px;
}

.catalog__link {
  height: 18px;
}

/* .catalog__wrapper {
  margin-top: 30px;
} */

/* .catalog .facetwp-facet-ch_loadmore {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  background-color: #fff;
  position: relative;
  z-index: 3;
}

.catalog .facetwp-load-more {
  border-radius: 18px;
  padding: 13px 30px;
  border: none;
  line-height: 16px;
  font-size: 15px;
  font-weight: 500;
  background-color: #F6E019;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #1B1B1B;
  transition: all 0.3s ease 0s;
} */

/* .catalog__head {
  color: #667090;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
}

.catalog__head-company {
  width: 25%;
  padding-left: 25px;
  background-color: #fff;
}

.catalog__head-company2 {
  width: 34%;
}

.catalog__head-wrap {
  width: 75%;
  display: grid;
  grid-template-columns: 10% 13% 17% 15% 14%;
  padding-right: 25px;
}

.catalog__head-wrap2 {
  width: 80%;
  grid-template-columns: 19% 22% 23% 19% 17%;
}

.catalog__head-name {
  position: relative;
}

.catalog__head-name:not(:last-child) {
  padding-right: 7px;
}


.catalog__triangle {
  display: inline-block;
  margin-left: 2px;
  transform: translateY(-2px);
}
.catalog__triangle.sort-up {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #667090;
  border-radius: 3px;
}

.catalog__triangle.sort-down {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #667090;
  border-radius: 3px;
}


.catalog__body {
  margin-top: 12px;
}

.catalog__comp-name {
  padding-right: 10px;
  line-height: 18px;
  border-radius: 8px 0 0 8px;
  background: #F5F6F9;
  padding: 7px 0;
  padding-left: 25px;
  transition: all 0.3s ease 0s;
}

.catalog__body .fwpl-result:nth-child(2n) .catalog__comp-name {
  background-color: #fff;
}

.catalog__comp-name.scroll-shadow {
  box-shadow: 15px 10px 22px 0px #C3C5D747;
  transform: translateY(-2px);
}

.catalog__comp-name div {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.prop_table_link_company {
  margin-top: 5px;
  font-weight: 400 !important;
  color: #6e7375 !important;
  font-size: 13px;
}

.prop_table_link_company:hover {
  color: #149EDD !important;
}

.catalog__comp-name a {
  display: inline-flex;
  width: 100%;
  align-items: center;
  font-weight: 700;
  color: #1B1B1B;
  text-decoration: none;
  transition: color 0.3s ease 0s;
}

.catalog__comp-name a:hover {
  color: #149EDD;
}

.catalog__row {
  display: grid !important;
  grid-template-columns: 25% 75% !important;
  z-index: 3;
  position: relative;
}

.catalog__row2 {
  grid-template-columns: 30% 70% !important;
}

.catalog__options {
  display: grid !important;
  grid-template-columns: 10% 13% 17% 15% 14% 31%;
  border-radius: 0 8px 8px 0;
  background: #F5F6F9;
  padding-right: 25px;
  z-index: 2;
}

.catalog__options2 {
  grid-template-columns: 19% 22% 23% 19% 17%;
}

.catalog__body .fwpl-result:nth-child(2n) .catalog__options {
  background-color: #fff;
}

.catalog__item {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.catalog__item:last-child {
  justify-content: space-between;
}

.catalog__item .catalog__item>div {
  display: flex;
  align-items: center;
}

.catalog__item .fwpl-item.el-n6j6ok {
  display: flex;
  align-items: center;
}

.catalog__item .fwpl-item.el-wp82xl {
  width: 100%;
}

.catalog__item .fwpl-col.fwpl-col.el-ps09a {
  width: 100%;
}

.catalog__item>a {
  display: flex;
  align-items: center;
  padding: 15px 0;
  color: #20194D;
  text-decoration: none;
  width: 100%;
  height: 100%;
}

.catalog__link {
  color: #149EDD !important;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  display: flex;
  justify-content: flex-end;
}

.catalog__link svg {
  margin-left: 7px;
}

.catalog__link svg path {
  transition: all 0.3s ease 0s;
}

.catalog__link:hover {
  color: #1459DD;
}

.catalog__link:hover .catalog__icon-link {
  color: #1459DD;
  ;
}

.catalog__link:hover svg path {
  fill: #1459DD;
} */


/* .catalog__icon:not(:last-child) {
  margin-right: 6px;
}

.catalog__icon[data-title] {
  position: relative;
}

.catalog__icon[data-title]::after {
  content: attr(data-title);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: calc(100% - -10px);
  opacity: 0;
  transition: all 0.3s ease 0s;
  pointer-events: none;
  background: #282828;
  color: #fff;
  font-size: 12px;
  line-height: 17px;
  padding: 7px 12px;
  min-width: 230px;
  z-index: 10;
  border-radius: 7px;
}

.catalog__icon[data-title]::before {
  content: '';
  position: absolute;
  bottom: calc(100% - -2px);
  left: 50%;
  transform: translateX(-50%);
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  background: #282828;
  width: 16px;
  height: 8px;
  opacity: 0;
  transition: all 0.3s ease 0s;
}

.catalog__icon[data-title]:hover::after {
  opacity: 1;
}

.catalog__icon[data-title]:hover::before {
  opacity: 1;
}

.catalog__icon-link {
  display: flex;
  align-items: center;
  transition: color 0.3s ease 0s;
}

.catalog__icon-link_mob {
  display: none !important;
}
*/


.catalog__btn {
  margin: 30px auto 0 auto;
  display: block;
  width: fit-content;
}



/* .catalog__body .fwpl-result:nth-child(2n) .challenge__wrapper {
  background-color: #fff;
} */


/* .catalog__body .fwpl-result:nth-child(2n) .challenge__item dt span {
  background-color: #fff;
}

.catalog__body .fwpl-result:nth-child(2n) .challenge__item dd span {
  background-color: #fff;
} */


.catalog-full {
  padding: 20px 0 40px 0;
}

.catalog-full .catalog__wrapper {
  margin-top: 30px;
}



.but_challenge_more {
  background: none;
  border: none;
  color: #9696b3;
  position: relative;
  padding: 13px 13px 13px 0;
  font-weight: 500;
}

.but_challenge_more::before {
  content: "";
  position: absolute;
  right: 0;
  top: 25px;
  transform: translateY(-50%) rotate(45deg);
  border: solid #9696b3;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2.5px;
  transition: transform 0.2s ease 0s;
  border-radius: 2px;
}

.but_challenge_more.active::before {
  transform: translateY(-5%) rotate(-135deg);
}

.but_na_sait {
  color: #149EDD !important;
  position: relative;
  padding: 13px 10px 13px 0 !important;
  font-weight: 500;
  width: auto !important;
}

.but_na_sait::before {
  content: "";
  position: absolute;
  right: 0;
  top: 26px;
  transform: translateY(-50%) rotate(45deg);
  border: solid #4bb1e0;
  border-width: 2px 2px 0 0;
  display: inline-block;
  padding: 2.5px;
  transition: transform 0.2s ease 0s;
  border-radius: 2px;
}

.challenge__block {
  width: 100%;
}

.challenge_block_more {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease 0s;
}

.challenge_block_more.active {
  opacity: 1;
  visibility: visible;
}

.company {
  padding: 20px;
  /* border: 1px solid #DFDFED;
  background-color: #F1F1FB; */
  border-radius: 13px;

  background-color: #fff;
}

.company__head {
  display: flex;
}

.company__warning {
  padding: 10px 15px;
  margin-top: 20px;
  background-color: #f5e2e2;
  border: 1px solid #f18b8b;
  border-radius: 15px
}

/* .company__left_challenge {
  flex-direction: column;
  align-items: flex-start;
}

.company__challenge {
  padding: 30px 0;
}

.company__challenge-comp {
  margin-top: 10px;
  transition: color 0.3s ease 0s;
  color: #149EDD;
} */

.company__logo {
  margin-right: 25px;
  display: flex;
  align-items: center;
  /* max-width: 100px;
  max-height: 50px; */
  /* width: 220px;
  max-height: 125px;
  height: max-content; */
  width: 240px;
}

.company__logo img {
  width: 100% !important;
  height: auto !important;
  /* min-width: 220px;
  max-height: 140px; */
  /* max-width: 100%;
  max-height: 100%; */
  /* object-fit: cover; */
  border-radius: 10px;
}

.company__content {
  width: 60%;
}

.company__title {
  margin-top: -3px;
  font-size: 22px;
  line-height: 27px;
  font-weight: 600;
}

.company__date {
  margin-top: 7px;
  display: flex;
  align-items: center;
  color: #42444b;
}

.company__date svg {
  margin-right: 6px;
}

/* .company__title2 {
  font-size: 17px;
  line-height: 21px;
  font-weight: 600;
  text-align: center;
} */

.company__btns {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
}

.company__link {
  color: #149EDD;
  font-weight: 500;
}

.company__link:not(:last-child) {
  margin-bottom: 3px;
}

/* .company__btn-company {
  margin-right: 20px;
  color: #282828;
  background-color: #FFFFFF;
  border: 1px solid #fff;
}

.company__btn-company:hover {
  background-color: #fff;
  border-color: #F6E019;
  color: #282828;
}

.company__btn-promocode {
  margin-right: 20px;
  z-index: 1;
  text-decoration: none;
  background-color: #fff;
  border: 3px solid #F6E019;
  padding: 7px 20px;
  font-weight: 500;
}

.company__btn-promocode:hover {
  box-shadow: 0px 0px 5px 0px #F6E019;
  color: #282828;
  background-color: #fff;
} */

.company__table {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}

.company__wrap {
  width: calc(50% - 15px);
}

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

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

.company__item dt {
  width: 65%;
  position: relative;
  height: max-content;
}

.company__item dt:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 7px;
  width: 100%;
  border-bottom: 1px dashed #667090;
}

.company__item dt span {
  position: relative;
  display: inline-block;
  padding-right: 8px;
  /* background-color: #F1F1FB; */
  background-color: #fff;
  /* color: #667090; */
  line-height: 18px;
  font-weight: 600;
}

.company__item dd {
  width: 35%;
  padding-left: 8px;
  line-height: 18px;
}

.company__item dd span {
  margin-top: 4px;
  position: relative;
  display: inline-block;
  /* background-color: #F1F1FB; */
  background-color: #fff;
  font-weight: 500;
  line-height: 18px;

  overflow: hidden;
  max-height: 36px;
  transition: max-height 0.3s ease;
  /* text-overflow: ellipsis;
  white-space: nowrap; */
}

.company__item dd span.expanded {
  max-height: none;
}

.company__country {
  display: inline-flex !important;
  align-items: center;
  flex-direction: row-reverse;
  width: max-content;
}

.company__country img {
  width: 18px;
  height: 14px;
  margin-right: 3px;
  border-radius: 10px;
}

.company__more-btn {
  display: block;
  margin-top: 5px;
  color: #149EDD;
  cursor: pointer;
  font-weight: 600;
  padding-right: 13px;
}

.company__more-btn::before {
  content: "";
  position: absolute;
  right: 1px;
  top: 8.5px;
  transform: translateY(-50%) rotate(45deg);
  border: solid #149EDD;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2.5px;
  transition: transform 0.2s ease 0s;
  border-radius: 2px;
}

.company__more-btn.active::before {
  transform: translateY(-5%) rotate(-135deg);
}

.company__item dd.company__status span {
  margin-top: 0;
  padding: 2px 10px;
  border-radius: 10px;
}

.company__item dd.company__status span.green {
  background-color: #8CCE46;
  color: #fff;
}

.company__item dd.company__status span.red {
  background-color: #FF5C5C;
  color: #fff;
}

.company__item dd.company__status span.orange {
  /* background-color: #f7b527; */
  background-color: #989898;
  color: #fff;
}

.company__item dd.company__reviews span {
  margin-top: 0;
  padding: 2px 10px;
  border-radius: 10px;
  color: #fff;
}

.company__item dd.company__reviews span.negative {
  background-color: #FF5C5C;
}

.company__item dd.company__reviews span.neutral {
  background-color: #989898;
}

.company__item dd.company__reviews span.positive {
  background-color: #8CCE46;
}

.company-details {
  padding: 25px 0;
}

/* .company-details__scroll {
  margin-top: 20px;
} */

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

.company-details__reviews {
  margin-top: 20px;

  /* padding: 20px;
  background-color: #fff;
  border-radius: 13px; */

  padding: 20px;
  background-color: #F1F1FB;
  border-radius: 13px;
}

.company-details__bg {
  margin-top: 0 !important;
  padding: 20px;
  background-color: #fff;
  border-radius: 13px;
}

/* .company-details__wrapper {
  margin-top: 20px;
} */

/* .company-details__tabs {
  width: max-content;
  display: flex;
}

.company-details__tab {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 12px 30px;
  border-radius: 30px;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #282828;
  color: #1B1B1B;
  font-weight: 500;
  line-height: 18px;
}

.company-details__tab.active {
  border: 1px solid #282828;
  background-color: #282828;
  cursor: default;
  color: #fff;
}

.company-details__tab:not(:last-child) {
  margin-right: 15px;
} */

/* .company-details__content {
  display: none;
}

.company-details__content.active {
  display: block;
} */

.company-details__text {
  margin-top: 20px;
  line-height: 22px;
}

.company-details__text .page-text__wrapper blockquote {
  background-color: #fcf9ea;
  border: 1px solid #f18b8b;
  display: flex;
}

.company-details__text .page-text__wrapper blockquote svg {
  margin-right: 10px;
  width: 40px;
  height: 40px;
}

.company-details__text .page-text__wrapper blockquote span {
  width: 85%;
}

.company-details__text .page-text__wrapper h2 {
  margin-bottom: 20px;
}

.company-details__text .page-text__wrapper img {
  width: auto;
  border: 1px solid #DFDFED;
}

.company-details__text .page-text__wrapper .company-details__item img {
  display: inline;
}

.company-details__text .page-text__wrapper li {
  line-height: 20px;
}

.company-details__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 25px;
}

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

.company-details__block {
  background-color: #4B84F5;
  border-radius: 4px;
  padding: 2px 12px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  margin-bottom: 5px;
}

.company-details__block dt {
  display: inline-flex;
  align-items: center;
}

.company-details__block dd {
  margin-left: 4px;
}

.company-details__block svg {
  margin-right: 6px;
  height: 17px;
}

.company-details__block:not(:last-child) {
  margin-right: 10px;
}

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

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

.company-details__date {
  margin-top: -10px;
  color: #42444b;
  font-weight: 300;
  display: flex;
  align-items: center;
  /* font-size: 13px; */
  /* margin-bottom: 20px; */
}

.company-details__date svg {
  margin-right: 6px;
}

.company-details__item {
  display: flex;
}

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

.company-details__item dt {
  width: 35%;
  display: flex;
  height: max-content;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  color: #667090;
}

.company-details__item dt span {
  width: 85%;
}

.company-details__item svg {
  margin-top: 2px;
  margin-right: 8px;
}

.company-details__item dd {
  margin-top: -1px;
  width: 65%;
  font-size: 15px;
  line-height: 22px;
}


.company-details__pros-cons {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  padding: 20px;
  border-radius: 13px;
  background-color: #f5f7f8;
  border: 1px solid #dae3e7;
}

.company-details__col {
  width: calc(50% - 40px);
}

.company-details__text .page-text__wrapper .company-details__col h2 {
  padding-left: 50px;
  position: relative;
  font-size: 18px;
  color: #3f4042;
  font-weight: 500;
  padding-bottom: 10px;
  border-bottom: 1px solid #dae3e7;
  min-height: 36px;
}

.company-details__col h2:before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background-color: #bdbdbd;
  font-weight: 500;
  font-size: 36px;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-70%);
  left: 0;
}

.company-details__col:nth-child(1) h2:before {
  content: '+';
  background-color: #EBF2E3;
  color: #539100;
  padding: 7px 7px 14px 7px;
}

.company-details__col:nth-child(2) h2:before {
  content: '-';
  background-color: #F4E8E7;
  color: #CC5249;
  padding: 7px 7px 16px 7px;
}

.company-details__text .page-text__wrapper .company-details__col li {
  font-size: 14px;
  line-height: 18px;
}




.company-details__pruf-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.company-details__pruf-gallery img {
  max-width: calc(20% - 16px);
  /* height: max-content; */
  height: auto;
  object-fit: contain;
  cursor: pointer;
  border-radius: 5px !important;
  margin-bottom: 0 !important;
}

/* .company-details__pruf-gallery img:not(:last-child) {
  margin-right: 20px;
} */

.pruf-gallery__modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.pruf-gallery__modal img {
  max-width: 80%;
  max-height: 80%;
  object-fit: contain;
}

.pruf-gallery__modal .pruf-gallery__close {
  position: absolute;
  top: 30px;
  right: 25px;
  font-size: 30px;
  color: white;
  background: transparent;
  border: none;
  cursor: pointer;
}

.pruf-gallery__prev,
.pruf-gallery__next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  color: white;
  font-size: 30px;
  border: none;
  padding: 15px;
  cursor: pointer;
}

.pruf-gallery__prev {
  left: 15px;
}

.pruf-gallery__next {
  right: 15px;
}

.sticky-company-mob {
  display: none;
}





#scrollToTop {
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 46px;
  height: 46px;
  background-color: rgba(0, 0, 0, 0.6);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  /* transition: all 0.3s ease 0s; */
}

#scrollToTop.active {
  opacity: 1;
  visibility: visible;
}

#scrollToTop svg {
  margin-top: -2px;
}

/* #scrollToTop:hover {
  background-color: rgba(0, 0, 0, 0.9);
} */









.challenge__wrapper {
  padding: 20px 15px 20px 25px;
  background: #F5F6F9;
  border-radius: 0 0 10px 10px;
  margin-top: -3px;
  margin-bottom: 5px;
  position: relative;
  width: 100%;
}

.challenge__wrapper::before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #DFDFED;
}



.challenge__table {
  display: flex;
}

.challenge__wrap {
  width: calc(47% - 10px);
}

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

.challenge__item:not(:last-child) {
  margin-bottom: 13px;
}

.challenge__item dt {
  width: 70%;
  position: relative;
}

.challenge__item dt:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 7px;
  width: 100%;
  border-bottom: 1px dashed #667090;
}

.challenge__item dt span {
  position: relative;
  display: inline-block;
  padding-right: 12px;
  background-color: #F5F6F9;
  color: #667090;
  line-height: 18px;
}



.challenge__item dd {
  width: 30%;
}

.challenge__item dd span {
  position: relative;
  display: inline-block;
  padding-left: 12px;
  background-color: #F5F6F9;
  font-weight: 500;
  line-height: 18px;
}



.challenge__btns {
  margin-top: 15px;
  display: flex;
}

.challenge__btn {
  border-radius: 10px;
  padding: 10px 20px;
}

.challenge__btn_blue {
  background-color: #149EDD;
  color: #fff;
  margin-right: 20px;
}

.challenge__btn_blue:hover {
  background-color: #32b0eb;
}

.comp_main_country_flag {
  border-radius: 10px;
}

/* .reviews {
  padding-top: 20px;
} */

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

.reviews__title {
  font-size: 24px;
  line-height: 30px;
  color: #252525;
}

.reviews__wrapper {
  margin-top: 40px;
  position: relative;
  z-index: 2;
  /* background-color: #fff; */
}

.reviews__item {
  border-radius: 13px;
  border: 1px solid #DFDFED;
  padding: 15px;
  background-color: #f8f8f8;
}

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

.reviews__item-positive {
  background-color: #eafad4;
}

.reviews__item-negative {
  background-color: rgb(248, 224, 224);
}

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

.reviews__avatar {
  margin-right: 9px;
}

.reviews__name {
  font-weight: 500;
}

.reviews__date {
  color: #667090;
  font-size: 13px;
}

.reviews__text {
  margin-top: 12px;
}

.reviews__btn {
  transform: translateY(2px);
}

.add-reviews {
  width: 70%;
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 1;
}

.add-reviews.active {
  opacity: 1;
  visibility: visible;
}

.add-reviews__form {
  padding-top: 40px;
}

.add-reviews__item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.add-reviews__block {
  display: flex;
  flex-direction: column;
  width: calc(50% - 10px);
}

.add-reviews__label {
  display: flex;
  align-items: center;
  color: #667090;
}

.add-reviews__label svg {
  margin-right: 6px;
}

.add-reviews__label span {
  color: #FF1C1C;
}

.add-reviews__input {
  margin-top: 13px;
  border-radius: 11px;
  border: 1px solid #DFDFED;
  min-height: 50px;
  padding: 10px 20px;
  outline-width: 0;
}

.add-reviews__input::-webkit-outer-spin-button,
.add-reviews__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.add-reviews__input:focus {
  border: 1px solid #c5c5d8;
}

.add-reviews__textarea {
  margin-bottom: 20px;
}

.add-reviews__textarea textarea {
  margin-top: 13px;
  width: 100%;
  border-radius: 11px;
  border: 1px solid #DFDFED;
  field-sizing: content;
  min-height: 6lh;
  resize: none;
  outline-width: 0;
  padding: 10px 20px;
  overflow: hidden;
  box-sizing: border-box;
}

.add-reviews__textarea textarea:focus {
  border: 1px solid #c5c5d8;
}

.add-reviews__type {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
}

.add-reviews__type label {
  position: relative;
}

.add-reviews__type label:not(:last-child) {
  margin-bottom: 15px;
}

.add-reviews__type label input {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  margin: 0;
  opacity: 0;
  z-index: 2;
  width: 16px;
  height: 16px;
}

.add-reviews__type label input:checked+span::after {
  transform: translateY(-50%) scale(1);
}

.add-reviews__type label input:hover+span::before {
  border-color: #66C3EE;
}

.add-reviews__type label span {
  padding-left: 25px;
}

.add-reviews__type label span::before {
  content: "";
  position: absolute;
  background: #FFFFFF;
  border: 1px solid #B4BACB;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 16px;
  height: 16px;
  transition: all 0.3s ease 0s;
}

.add-reviews__type label span::after {
  content: "";
  position: absolute;
  background: #7FC5E2;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  top: 50%;
  left: 4px;
  transform: translateY(-50%) scale(0);
}

.add-reviews__checkbox {
  margin-top: 30px;
  position: relative;
}

.add-reviews__checkbox input {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  margin: 0;
  opacity: 0;
  z-index: 2;
  width: 16px;
  height: 16px;
}

.add-reviews__checkbox input:checked+label::after {
  transform: translateY(-50%) scale(1);
}

.add-reviews__checkbox input:hover+label::before {
  border-color: #66C3EE;
}

.add-reviews__checkbox label {
  padding-left: 25px;
}

.add-reviews__checkbox label a {
  color: #149EDD;
}

.add-reviews__checkbox label::before {
  content: "";
  position: absolute;
  background: #FFFFFF;
  border: 1px solid #B4BACB;
  border-radius: 3px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 16px;
  height: 16px;
  transition: all 0.3s ease 0s;
}

.add-reviews__checkbox label::after {
  content: "";
  position: absolute;
  background: url("../icons/check.svg") center center/cover no-repeat;
  width: 12px;
  height: 12px;
  top: 50%;
  left: 2px;
  transform: translateY(-50%) scale(0);
}

.add-reviews__btn {
  margin-top: 30px;
}

.footer {
  background-color: #171717;
  padding: 50px 0;
  color: #d7d7d7;
  font-size: 12px;
  line-height: 18px;
}

.footer__logo {
  width: 177px;
  height: 43px;
}

.footer__wrapper {
  margin-top: 30px;
  display: flex;
}

.footer__item:first-child {
  margin-right: 90px;
}

.footer__item:last-child {
  margin-left: auto;
}

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

.footer__link {
  color: #D7D7D7;
  font-size: 16px;
  line-height: 16px;
  font-weight: 300;
  text-decoration: none;
  transition: color 0.3s ease 0s;
}

.footer__link:hover {
  color: #F6E019;
}

.footer__text {
  color: #D7D7D7;
  font-size: 16px;
  line-height: 16px;
  font-weight: 300;
}

.footer__text a {
  color: #fff !important;
  text-decoration: none;
}

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

.footer__descr {
  margin-top: 32px;
  font-weight: 500;
}

.footer__warning {
  margin-top: 22px;
  font-weight: 300;
}

.footer__bottom {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

.footer__links>a {
  color: #fff;
}

.footer__social {
  margin-top: 5px;
  margin-right: 25px;
}

.footer__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 17px;
  height: 17px;
}

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

.page-text_cat {
  width: calc(100% - 330px);
}

.page-text__title {
  font-size: 28px;
  line-height: 33px;
  font-weight: 700;
}

.page-text__wrapper {
  margin-top: 30px;
}

.page-text__wrapper_cat {
  margin-top: 0;
  background-color: #F5F6F9;
  box-shadow: rgba(147, 160, 204, 0.07) 0px 4px 36.4px 2px;
  padding: 20px;
  border-radius: 15px;
}

.page-text__wrapper p {
  font-size: 15px;
}

.page-text__wrapper p:not(:last-child) {
  margin-bottom: 15px;
}

.page-text__wrapper p[style="text-align: left;"]:not(:last-child) {
  margin-bottom: 30px;
}

.page-text__wrapper h2 {

  margin-bottom: 20px;
  font-size: 20px;
}

.page-text__wrapper h2:not(:first-child) {
  margin-top: 35px;
}

.page-text__wrapper h3 {
  margin-bottom: 20px;
  font-size: 18px;
}

.page-text__wrapper h3:not(:first-child) {
  margin-top: 30px;
}

.page-text__wrapper h4 {
  margin-bottom: 20px;
  font-size: 16px;
}

.page-text__wrapper ol,
.page-text__wrapper ul {
  /* margin-bottom: 15px; */
  padding-left: 20px;
  margin-bottom: 0;
}

.page-text__wrapper ol:not(:last-child),
.page-text__wrapper ul:not(:last-child) {
  margin-bottom: 15px;
}

.page-text__wrapper li {
  font-size: 15px;
}

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

.page-text__wrapper img {
  border-radius: 15px;
  width: 100%;
  margin-bottom: 10px;
}

.page-text__wrapper img.alignleft {
  width: 60px;
  height: auto;
  float: left;
  margin-right: 20px;
}

.page-text__wrapper .text_item {
  display: flex;
}

.page-text__wrapper .text_item:not(:last-child) {
  margin-bottom: 20px;
}

.page-text__wrapper .text_item img {
  width: 60px;
  height: auto;
  margin-right: 20px;
  margin-top: 5px;
}

.page-text__wrapper .text_item p {
  margin-bottom: 0;
}

.page-text__wrapper .text_80 {
  width: 70%;
  font-size: 15px;
}


.page-text__wrapper .stat_btn {
  /* margin: 10px auto 0 auto;
  width: fit-content; */
  background-color: #149EDD;
  padding: 18px 25px;
  border-radius: 30px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  box-shadow: 0px 0px 3px 0px #149EDD;
}

.page-text__wrapper blockquote {
  padding: 30px 60px;
  background-color: #F1F1FB;
  margin-bottom: 40px;
  border-radius: 15px;
  margin-top: 30px;
}

.page-text__wrapper blockquote p {
  font-size: 14px;
}

.page-text__wrapper blockquote ul,
.page-text__wrapper blockquote ol {
  margin: 0 !important;
}

.page-text__wrapper a {
  color: #149EDD;
}

.page-text__wrapper .stat_table {
  margin-bottom: 20px;
  border-radius: 8px;
  border: 1px solid #9c9ca8;
  background-color: #fff;
  width: 100%;
  overflow: auto;
}

.page-text__wrapper .stat_table::-webkit-scrollbar {
  height: 10px;
  background: none;
}

.page-text__wrapper .stat_table::-webkit-scrollbar-thumb {
  background-color: #dbdbdb;
  border-radius: 10px;
}

.page-text__wrapper .stat_table:last-child {
  margin-bottom: 0;
}

.page-text__wrapper table {
  width: 100%;
  border-spacing: 0;
}

.page-text__wrapper th {
  padding: 8px 7px;
  font-weight: 500;
  font-size: 13px;
  line-height: 17px;
  text-align: left;
  background-color: #f0f0f5;
  /* writing-mode: vertical-lr; */
}

.page-text__wrapper td {
  padding: 15px 7px;
  font-size: 13px;
  line-height: 17px;
}

.page-text__wrapper td[colspan] {
  padding: 15px 7px;
}

.page-text__wrapper td img {
  width: 30px;
  height: 24px;
  margin: 0 auto;
  border-radius: 10px;
  border: 1px solid #DFDFED;
}

.page-text__wrapper td:not(:last-child) {
  border-right: 1px solid #9c9ca8;
}

.page-text__wrapper tr:not(:last-child) td {
  border-bottom: 1px solid #9c9ca8;
}

.page-text__wrapper th:not(:last-child) {
  border-right: 1px solid #9c9ca8;
}

.page-text__wrapper tr:not(:last-child) th {
  border-bottom: 1px solid #9c9ca8;
}

.page-text__wrapper thead tr th {
  border-bottom: 1px solid #9c9ca8;
}

.page-text__wrapper td p:not(:last-child) {
  margin-bottom: 7px;
}

.page-text__wrapper table .td-green {
  background-color: rgb(192, 240, 192);
}

.page-text__wrapper table .td-red {
  background-color: rgb(241, 203, 203);
}


/* Плашка перемикача мови */

.language {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  margin-left: 25px;
  margin-right: 7px;
  cursor: pointer;
}

.language__native {
  font-size: 15px;
  font-weight: 600;
  color: #D7D7D7;
}

.language__list {
  padding: 3px 0 !important;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #F5F6F9;
  border-radius: 10px;
  border: 1px solid #bfbfc2;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease 0s;
  cursor: default;
}

.language__text {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  color: #000000;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}

.language__text:hover {
  color: #1459DD;
}

.language:hover .language__list {
  opacity: 1;
  visibility: visible;
}

/* Плашка перемикача мови */






.calc {
  padding: 30px 0 20px 0;
}

.calc__wrapper {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  background-color: #F1F1FB;
  padding: 20px 30px;
  border-radius: 13px;
  justify-content: space-between;
}

.calc__item {
  width: calc(50% - 50px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.calc__name {
  font-size: 16px;
  font-weight: 500;
}

.calc__block {
  margin-top: 20px;
  display: flex;
  align-items: center;
}

.calc__input {
  appearance: none;
  width: 85%;
  height: 18px;
  border: none;
  overflow: hidden;
  background-color: #F1F1FB;
}

.calc__input::-webkit-slider-thumb {
  appearance: none;
  border: 2px solid #7FC5E2;
  background-color: #fff;
  border-radius: 50%;
  height: 18px;
  width: 18px;
  margin-top: -7px;
  box-shadow: calc(-100vmax - 18px) 0 0 100vmax #7FC5E2;
  cursor: pointer;
  clip-path: polygon(100% 0,
      2px 0,
      0 7px,
      -100vmax 7px,
      -100vmax 11px,
      0 11px,
      2px 100%,
      100% 100%);
}

.calc__input::-moz-range-thumb {
  appearance: none;
  border: 2px solid #7FC5E2;
  background-color: #fff;
  border-radius: 50%;
  height: 18px;
  width: 18px;
  margin-top: -7px;
  cursor: pointer;
}

.calc__input::-webkit-slider-runnable-track {
  height: 4px;
  border-radius: 20px;
  border: 0px solid #fff;
  box-shadow: 0px 0px 0px #353535;
  background: #FAFAFA;
}

.calc__value {
  font-weight: 600;
  margin-left: 20px;
  font-size: 16px;
}




.error-404__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 40px;
}

.error-404__title {
  color: #f71a21;
  font-size: 40px;
  line-height: 50px;
}

.error-404__subtitle {
  margin-top: 20px;
  font-size: 22px;
  font-weight: 600;
}

.error-404__descr {
  margin-top: 10px;
}

.error-404__btn {
  margin-top: 40px;
}


.title {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}


/* Блок питань-відповідей */
.faq {
  padding: 0 0 90px 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-color: #F1F1FB;
  box-shadow: rgba(147, 160, 204, 0.07) 0px 4px 36.4px 2px;
  border-radius: 15px;
  transition: all 0.3s ease 0s;
}

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

.faq__accordion.active {
  border-radius: 18px;
}

.faq__question {
  cursor: pointer;
  padding: 20px 70px 20px 30px;
  font-size: 15px;
  line-height: 21px;
  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;
}

/* Блок питань-відповідей */





.sidebar-ban {
  margin-top: 20px;
  background: #F6E019 url('../img/ban/sidebar-ban_bg.jpg') center center / cover no-repeat;
  padding: 20px 15px;
  border-radius: 15px;
  margin-bottom: 20px;
}

.sidebar-ban_no-mt {
  margin-top: 0;
}

.sidebar-ban__title {
  font-weight: 900;
  font-size: 20px;
  text-align: center;
}

.sidebar-ban__title span {
  text-transform: uppercase;
}

.sidebar-ban__wrapper {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sidebar-ban__item {
  width: calc(50% - 5px);
  padding: 5px 8px;
  font-size: 14px;
  display: flex;
  align-items: center;
  background-color: #FFEF27;
  border-radius: 10px;
  border: 1px solid #F6E019;
  margin-bottom: 10px;
  font-weight: 500;
}

.sidebar-ban__item svg {
  margin-right: 5px;
}

.sidebar-ban__btn {
  margin: 10px auto 0 auto;
  display: block;
  width: fit-content;
  background-color: #149EDD;
  padding: 18px 25px;
  border-radius: 30px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  box-shadow: 0px 0px 3px 0px #149EDD;
}

.sidebar-ban__btn:hover {
  box-shadow: 0px 0px 5px 0px #149EDD;
  background-color: #1c8bbe;
}


.ban-head {
  margin-top: 20px;
  background: #132442 url('../img/ban/ban-head_bg.svg') right 45% center no-repeat;
  padding: 10px 20px;
  border-radius: 15px;
  border: 1px dashed #F6E019;
  display: flex;
  align-items: center;
  justify-content: space-between;

  position: sticky;
  top: 20px;
  z-index: 100;
}

.ban-head__title {
  font-size: 16px;
  font-weight: 700;
  margin-right: 10px;
  text-transform: uppercase;
  color: #fff;
}

.ban-head__title span {
  color: #F6E019;
}

.ban-head__btn {
  background-color: #149EDD;
  padding: 15px 20px;
  border-radius: 30px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  box-shadow: 0px 0px 3px 0px #149EDD;
}

.ban-head__btn:hover {
  box-shadow: 0px 0px 5px 0px #149EDD;
  background-color: #1c8bbe;
}


.popup-overlay {
  overflow: hidden;
  opacity: 0;
  z-index: -1;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(124, 131, 139, 0.46);
  backdrop-filter: blur(3px);
  transition: all 0.5s ease 0s;
  display: flex;
  align-items: center;
  justify-content: center;
}

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


.popup {
  border-radius: 15px;
  padding: 40px 50px;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s ease 0.2s;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  transform: scale(0.95);
}

.popup.active {
  overflow: visible;
  opacity: 1;
  z-index: 110;
  transform: scale(1);
}

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

.popup__close span {
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  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-stop {
  background: #282828 url('../img/ban/ban-stop_bg.jpg') center center / cover no-repeat;
  width: 500px;
}

.popup-stop__title {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 900;
}

.popup-stop__descr {
  margin-top: 25px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.popup-stop__btn {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  text-decoration: none;
  border: 10px solid #FFC400;
  border-radius: 50px;
  padding: 0;
}

.popup-stop__btn span {
  padding: 18px 40px;
  border-radius: 50px;
  font-size: 16px;
  line-height: 16px;
  background-color: #fff;
  color: #1B1B1B;
  font-weight: 700;
  transition: all 0.3sease 0s;
}

.popup-stop__btn::before {
  content: "";
  position: absolute;
  inset: -7px;
  border-radius: 50px;
  background: linear-gradient(97.14deg, #FFC400 8.93%, #FFF700 92.49%);
  z-index: -1;
}

.popup-stop__btn::after {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: 50px;
  background: linear-gradient(0deg, #F6E019, #F6E019), radial-gradient(22.12% 101.05% at 13.59% 0.89%, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%), radial-gradient(26.27% 101.79% at 89.17% 100.89%, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  z-index: -2;
  box-shadow: 0px 0px 30px 0px #FFA600;
}



/* .instruction-video {
  margin-top: 20px;
  width: 100%;
}

.instruction-video__title {
  font-weight: 900;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
}

.instruction-video__title span {
  text-transform: none;
  color: #149EDD;
}

.instruction-video__wrapper {
  margin-top: 10px;
  border-radius: 15px;
  overflow: hidden;
  width: 100%;
  height: 185px;
  border: 1px solid #DFDFED;
  box-shadow: 0px 4px 36.4px 2px rgba(147, 160, 204, .07);
}

.instruction-video__frame {
  width: 100%;
  height: 100%;
}


.instruction-video_footer {
  display: none;
} */


.footer__menu-top {
  border-bottom: 1px solid #3D4650;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.footer__nav {
  width: 100%;
}

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

.footer__list {
  display: flex;
  flex-wrap: wrap;
}

.footer__li-m {
  position: relative;
  margin-right: 30px;
  margin-bottom: 10px;
  line-height: 18px;
}

.footer__li-m:not(:last-child)::before {
  content: "";
  position: absolute;
  right: -17px;
  top: 50%;
  transform: translateY(-30%);
  width: 6px;
  height: 6px;
  border-radius: 30px;
  background-color: #F6E019;
}

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







.sidebar-nav__content {
  background-color: #F1F1FB;
  border-radius: 13px;
  padding: 15px 15px 20px 20px;
}

/* .sidebar-nav__content_mt {
  margin-top: 20px;
} */


.sidebar-nav__title {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
}


.sidebar-nav__list {
  margin-top: 15px !important;
  overflow-y: auto;
}

.sidebar-nav__item {
  padding: 10px 0;
  border-bottom: 1px solid #dae3e7;
  line-height: 18px;
}

.sidebar-nav__item:first-child {
  padding-top: 0;
}

.sidebar-nav__item:last-child {
  padding-bottom: 0;
  border: none;
}


.sidebar-nav__item a {
  text-decoration: none;
  color: #149EDD;
  font-weight: 400;
  transition: all 0.1s ease 0s;
}

.sidebar-nav__item.active>a {
  color: #ffa600;
}

.sidebar-nav__sub-list {
  margin-top: 8px !important;
  margin-left: 3px !important;
  padding-left: 13px !important;
  border-left: 1px solid #dae3e7;
}

.sidebar-nav__sub-item {
  padding: 5px 0;
  /* border-bottom: 1px solid #dae3e7; */
  line-height: 16px;
}

.sidebar-nav__sub-item:first-child {
  padding-top: 0;
}

.sidebar-nav__sub-item:last-child {
  padding-bottom: 0;
  border: none;
}

.sidebar-nav__sub-item a {
  text-decoration: none;
  color: #149EDD;
  font-weight: 400;
  transition: all 0.1s ease 0s;
}

.sidebar-nav__sub-item.active>a {
  color: #ffa600;
}

.fixed {
  position: fixed;
  z-index: 1;
}



.ban-promo-head {
  /* margin-top: 20px; */
  margin-bottom: 20px;
  background: radial-gradient(130.88% 523.5% at 111.38% 18%, #012922 0%, #0BDDD1 100%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 100px;
  overflow: hidden;
  padding-right: 20px;
  border-radius: 15px;
  text-decoration: none;
}

.ban-promo-head__wrapper {
  display: flex;
  align-items: center;
  margin-right: 40px;
}

.ban-promo-head__img {
  margin-right: 20px;
  width: 155px;
  margin-bottom: -30px;
  margin-left: -40px;
  margin-top: -30px;
  position: relative;
}

.ban-promo-head__img img {
  z-index: 1;
  position: relative;
}

.ban-promo-head__img:before {
  content: '';
  position: absolute;
  width: 165px;
  height: 155px;
  top: -55px;
  left: -90px;
  background-color: #fff;
  border-radius: 50%;
  filter: blur(35px);
  z-index: 0;
}

.ban-promo-head__img::after {
  content: '';
  position: absolute;
  width: 141px;
  height: 218px;
  bottom: -100px;
  left: -20px;
  background-color: #fff;
  border-radius: 50%;
  filter: blur(60px);
  z-index: 0;
  transform: rotate(15deg);
}

.ban-promo-head__content {
  padding: 20px 0;
}

.ban-promo-head__item {
  line-height: 20px;
}

.ban-promo-head__date {
  color: #fff;
  display: inline-block;
  margin-right: 10px;
  font-weight: 700;
  font-size: 18px;
  font-style: italic;
}

.ban-promo-head__title {
  color: #FF3E27;
  font-weight: 800;
  font-size: 22px;
}

.ban-promo-head__descr {
  margin-top: 7px;
}

.ban-promo-head__descr p {
  color: #000000;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.ban-promo-head__descr p:not(:last-child) {
  margin-bottom: 7px;
}

.ban-promo-head__descr ul {
  margin: 0;
  padding-left: 20px;
}

.ban-promo-head__descr ul:not(:last-child) {
  margin-bottom: 7px;
}

.ban-promo-head__descr li {
  color: #fff;
  font-size: 15px;
  line-height: 17px;
}

.ban-promo-head__descr li:not(:last-child) {
  margin-bottom: 5px;
}

.ban-promo-head__btn {
  background-color: #FF3E27;
  color: #fff;
  font-weight: 500;
  padding: 15px 25px;
  border-radius: 30px;
  font-size: 15px;
  min-width: 198px;
  position: relative;
  z-index: 2;
}

.ban-promo-head__btn:hover {
  background-color: #FF3E27;
  color: #fff;
}


.ban-promo-sidebar {
  margin-top: 20px;
  background: radial-gradient(130.88% 523.5% at 111.38% 18%, #012922 0%, #0BDDD1 100%);
  min-height: 280px;
  overflow: hidden;
  border-radius: 15px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ban-promo-sidebar__content {
  padding: 20px 20px 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
}

.ban-promo-sidebar__date {
  color: #fff;
  display: inline-block;
  font-weight: 700;
  font-size: 18px;
  font-style: italic;
  text-align: center;
}

.ban-promo-sidebar__title {
  margin-top: 2px;
  color: #FF3E27;
  font-weight: 800;
  font-size: 22px;
  text-align: center;
}

.ban-promo-sidebar__descr {
  margin-top: 7px;
}

.ban-promo-sidebar__descr p {
  color: #000000;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  line-height: 20px;
}

.ban-promo-sidebar__descr p:not(:last-child) {
  margin-bottom: 7px;
}

.ban-promo-sidebar__descr ul {
  margin: 0;
  padding-left: 20px;
}

.ban-promo-sidebar__descr ul:not(:last-child) {
  margin-bottom: 7px;
}

.ban-promo-sidebar__descr li {
  color: #fff;
  font-size: 15px;
  line-height: 17px;
}

.ban-promo-sidebar__descr li:not(:last-child) {
  margin-bottom: 5px;
}

.ban-promo-sidebar__btn {
  margin-top: 10px;
  background-color: #FF3E27;
  color: #fff;
  font-weight: 500;
  padding: 15px 25px;
  border-radius: 30px;
  font-size: 15px;
}

.ban-promo-sidebar__btn:hover {
  background-color: #FF3E27;
  color: #fff;
}

.ban-promo-sidebar__img {
  width: 202px;
  margin-top: -30px;
  margin-bottom: -50px;
  position: relative;
}

.ban-promo-sidebar__img img {
  z-index: 1;
  position: relative;
}

.ban-promo-sidebar__img:before {
  content: '';
  position: absolute;
  width: 165px;
  height: 155px;
  top: 0;
  left: 0;
  background-color: #fff;
  border-radius: 50%;
  filter: blur(35px);
  z-index: 0;
}

.ban-promo-sidebar__img::after {
  content: '';
  position: absolute;
  width: 141px;
  height: 218px;
  bottom: -100px;
  left: -20px;
  background-color: #fff;
  border-radius: 50%;
  filter: blur(60px);
  z-index: 0;
  transform: rotate(15deg);
}


.catalog-challenges {
  padding: 20px 0 70px 0;
  width: 100%;
  background-color: #fff;
  z-index: 5;
  position: relative;
}

.catalog-challenges__head {
  display: flex;
}

.catalog-challenges__status {
  width: 50px;
  line-height: 17px;
}

.catalog-challenges__head-status {
  margin-left: -1px;
}

.catalog-challenges__options {
  display: flex;
  width: calc(100% - 50px);
}

.catalog-challenges__name {
  width: 170px;
  line-height: 17px;
  padding-left: 25px !important;
  padding-right: 10px !important;
  position: relative;
}

.catalog-challenges__name::before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  min-height: 65px;
  height: 65%;
  width: 1px;
  background-color: rgb(223, 223, 223);
}

.catalog-challenges__info {
  display: flex !important;
  width: calc(100% - 170px - 80px);
  justify-content: space-between;
}

.catalog-challenges__info>.fwpl-col {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  /* padding: 10px 0; */
}

.catalog-challenges__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  /* width: 11.11111111111111%; */
  width: 10%;
  line-height: 17px;
  position: relative;
  /* min-height: 70px; */
  padding: 5px 5px;
}


.facetwp-type-sort {
  display: none;
}



.catalog-challenges__look {
  display: none;
}

/* Переключення челенджів в карточний вид */
.catalog-challenges__comp-status .ch_trust_wrapper {
  display: none;
}

.catalog-challenges__name img {
  display: none;
}

.catalog-challenges__item .ch_small_hide {
  display: none;
}

.catalog-challenges__item .ch_cell_img {
  display: none;
}


.catalog-challenges__wrapper.cart {
  margin-right: 0;
  overflow: visible;
}

.catalog-challenges__wrapper.cart .catalog-challenges__head {
  display: none;
}

.catalog-challenges__wrapper.cart .catalog-challenges__row {
  background-color: #F5F6F9;
  border: 1px solid rgb(223, 223, 223);
  flex-direction: column;
  margin-bottom: 40px;
  border-radius: 15px;
  padding: 20px 15px 15px 15px;
  position: relative;
}

.catalog-challenges__wrapper.cart .catalog-challenges__row .catalog-challenges__comp-options {
  background: none !important;
  width: auto;
  flex-direction: column;
  margin-right: 0;
}

.catalog-challenges__wrapper.cart .catalog-challenges__item_name {
  background: none !important;
  width: 100%;
  padding: 0 !important;
  display: flex;
  align-items: center;
}

.catalog-challenges__wrapper.cart .catalog-challenges__item_name br {
  display: none;
}

.catalog-challenges__wrapper.cart .catalog-challenges__item_name>a:nth-child(1) {
  display: none;
}

.catalog-challenges__wrapper.cart .catalog-challenges__item_name::before {
  content: none;
}

.catalog-challenges__wrapper.cart .catalog-challenges__row .catalog-challenges__info {
  margin-top: 15px;
  width: auto;
  flex-direction: column;
}

.catalog-challenges__wrapper.cart .catalog-challenges__row .catalog-challenges__info>.fwpl-col {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.catalog-challenges__wrapper.cart .catalog-challenges__row .catalog-challenges__item {
  width: calc(50% - 7px);
  text-align: left;
  flex-direction: row;
  justify-content: space-between;
  padding: 5px 1px 5px 2px;
}

.catalog-challenges__wrapper.cart .catalog-challenges__row .catalog-challenges__item::after {
  content: "";
  position: absolute;
  left: 2px;
  bottom: 7px;
  width: calc(100% - 3px);
  border-bottom: 1px dashed #667090;
}

.catalog-challenges__wrapper.cart .catalog-challenges__row .catalog-challenges__item_promocode {
  padding: 7px 15px 9px 15px;
  border: 1px solid #DAE3E7;
  background-color: #F1F1FB;
  border-radius: 10px;
  order: 10;
  width: 100%;
  margin-top: 15px;
  font-weight: 600;
  font-size: 16px;
  display: flex;
  justify-content: flex-start;
}

.catalog-challenges__wrapper.cart .catalog-challenges__row .catalog-challenges__item_promocode .ch_small_hide {
  font-size: 15px;
  font-weight: 600;
  color: #353535;
}

.catalog-challenges__wrapper.cart .catalog-challenges__row .catalog-challenges__item_promocode .promo_desc {
  font-size: 14px;
  font-weight: 500;
  width: 100%;
}

.catalog-challenges__wrapper.cart .catalog-challenges__row .catalog-challenges__item_promocode::after {
  content: none;
}

.catalog-challenges__wrapper.cart .catalog-challenges__row .catalog-challenges__item_price {
  color: #4B84F5;
  font-size: 30px;
  font-weight: 700;
  order: 1;
  padding: 0;
  /* position: absolute;
  right: 15px;
  width: auto;
  top: 37px; */
  order: 11;
  width: 100%;
  line-height: 30px;
  margin-top: 10px;
  display: flex;
  justify-content: center;
}

.catalog-challenges__wrapper.cart .catalog-challenges__row .catalog-challenges__item_price::after {
  content: none;
}

.catalog-challenges__wrapper.cart .catalog-challenges__row .catalog-challenges__item_price .cell_bg_green {
  width: 100%;
  display: flex;
  justify-content: center !important;
}


.catalog-challenges__wrapper.cart .catalog-challenges__row .catalog-challenges__item_balance {
  order: 2;
  padding: 4px 10px;
  border: 1px solid #DAE3E7;
  background-color: #F1F1FB;
  border-radius: 8px;
  order: 2;
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 8px;
  justify-content: flex-start;
}

.catalog-challenges__wrapper.cart .catalog-challenges__row .catalog-challenges__item_balance .cell_bg_green {
  justify-content: flex-start !important;
}

.catalog-challenges__wrapper.cart .catalog-challenges__row .catalog-challenges__item_balance::after {
  content: none;
}

.catalog-challenges__wrapper.cart .catalog-challenges__row .catalog-challenges__item_steps {
  order: 3;
  padding: 4px 10px;
  border: 1px solid #DAE3E7;
  background-color: #F1F1FB;
  border-radius: 8px;
  order: 2;
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 7px;
  justify-content: flex-start;
}

.catalog-challenges__wrapper.cart .catalog-challenges__row .catalog-challenges__item_steps .cell_bg_green {
  justify-content: flex-start !important;
}

.catalog-challenges__wrapper.cart .catalog-challenges__row .catalog-challenges__item_steps::after {
  content: none;
}

.catalog-challenges__wrapper.cart .catalog-challenges__row .catalog-challenges__item:nth-child(5) {
  order: 8;
}

.catalog-challenges__wrapper.cart .catalog-challenges__row .catalog-challenges__item:nth-child(6) {
  order: 5;
}

.catalog-challenges__wrapper.cart .catalog-challenges__row .catalog-challenges__item:nth-child(7) {
  order: 6;
}

.catalog-challenges__wrapper.cart .catalog-challenges__row .catalog-challenges__item:nth-child(8) {
  order: 7;
}

.catalog-challenges__wrapper.cart .catalog-challenges__row .catalog-challenges__item:nth-child(9) {
  order: 4;
}

.catalog-challenges__wrapper.cart .catalog-challenges__row .catalog-challenges__item:nth-child(10) {
  order: 9;
}

.catalog-challenges__wrapper.cart .catalog-challenges__row .catalog-challenges__item:not(:last-child):before {
  content: none;
}

.catalog-challenges__wrapper.cart .catalog-challenges__row .catalog-challenges__item_50 {
  padding: 0;
}

.catalog-challenges__wrapper.cart .catalog-challenges__row .catalog-challenges__item_step {
  width: 100%;
}

.catalog-challenges__wrapper.cart .catalog-challenges__row .catalog-challenges__item_50>.fwpl-col {
  flex-direction: column;
}

.catalog-challenges__wrapper.cart .catalog-challenges__row .catalog-challenges__item_site {
  margin-top: 15px;
  padding: 0;
  width: 100%;
}

.catalog-challenges__wrapper.cart .catalog-challenges__row .catalog-challenges__item_site::before {
  content: none;
}

.catalog-challenges__wrapper.cart .catalog-challenges__row .catalog-challenges__item_site a {
  width: 100%;
  font-size: 16px;
  padding: 13px 20px;
  font-weight: 500;
}

.catalog-challenges__wrapper.cart .catalog-challenges__row .catalog-challenges__item .cell_bg_green {
  flex-direction: row;
  justify-content: space-between;
  min-height: auto;
  background: none;
}

.catalog-challenges__wrapper.cart .catalog-challenges__row .catalog-challenges__item_promocode .cell_bg_green {
  display: flex;
  justify-content: flex-start;
}

.catalog-challenges__wrapper.cart .catalog-challenges__comp-status .ch_trust_wrapper {
  display: block;
  position: absolute;
  left: -8px;
  top: -12px;
  background-color: #85ff89;
  height: 25px;
  text-transform: uppercase;
  padding: 3px 10px 3px 15px;
  border-radius: 3px 0 0 0;
  font-weight: 500;
}

.catalog-challenges__wrapper.cart .catalog-challenges__comp-status .ch_trust_wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  right: -8px;
  height: 25px;
  width: 8px;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='26' viewBox='0 0 8 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.59668 13L7.72656 26H0V0H7.72656L0.59668 13Z' fill='%2385ff89'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

.catalog-challenges__wrapper.cart .catalog-challenges__comp-status .ch_trust_wrapper::after {
  content: '';
  border-top: 8px solid #59b45c;
  border-left: 8px solid transparent;
  position: absolute;
  right: calc(100% - 8px);
  top: 100%;
}

.catalog-challenges__wrapper.cart .catalog-challenges__comp-status .ch_trust_wrapper.ch_trust_3 {
  background-color: #c0c0c0;
}

.catalog-challenges__wrapper.cart .catalog-challenges__comp-status .ch_trust_wrapper.ch_trust_3::after {
  border-top: 8px solid #777777;
}

.catalog-challenges__wrapper.cart .catalog-challenges__comp-status .ch_trust_wrapper.ch_trust_3::before {
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='26' viewBox='0 0 8 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.59668 13L7.72656 26H0V0H7.72656L0.59668 13Z' fill='%23c0c0c0'/%3E%3C/svg%3E");
}

.catalog-challenges__wrapper.cart .catalog-challenges__comp-status .ch_trust_wrapper.ch_trust_2 {
  background-color: #ff7d7d;
}

.catalog-challenges__wrapper.cart .catalog-challenges__comp-status .ch_trust_wrapper.ch_trust_2::after {
  border-top: 8px solid #ac5454;
}

.catalog-challenges__wrapper.cart .catalog-challenges__comp-status .ch_trust_wrapper.ch_trust_2::before {
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='26' viewBox='0 0 8 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.59668 13L7.72656 26H0V0H7.72656L0.59668 13Z' fill='%23ff7d7d'/%3E%3C/svg%3E");
}

.catalog-challenges__wrapper.cart .catalog-challenges__comp-status .img_trust {
  display: none;
}

.catalog-challenges__wrapper.cart .catalog-challenges__name .ch_logo_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 70%;
  min-height: 50px;
}

.catalog-challenges__wrapper.cart .catalog-challenges__item_name>.ch_logo_wrapper a.prop_table_link {
  color: #1B1B1B;
  font-weight: 700;
  font-size: 20px;
  line-height: 21px;
  display: flex;
  align-items: center;
}

.catalog-challenges__wrapper.cart .catalog-challenges__item_name .ch_logo_wrapper>a:nth-child(1) {
  color: #4b4b4b;
}

.catalog-challenges__wrapper.cart .catalog-challenges__name img {
  display: block;
  max-width: 60px;
  max-height: 70px;
  margin-right: 15px;
}

.catalog-challenges__wrapper.cart .catalog-challenges__item .ch_small_hide {
  display: inline;
  color: #666666;
  background-color: #F5F6F9;
  z-index: 1;
  padding-right: 4px;
}

.catalog-challenges__wrapper.cart .catalog-challenges__item .ch_cell_img {
  display: block;
  margin-right: 4px;
}

.catalog-challenges__wrapper.cart .catalog-challenges__item .ch_cell_img img {
  width: 24px;
  height: 24px;
}

.catalog-challenges__wrapper.cart .catalog-challenges__item_promocode .ch_cell_img {
  margin-right: 10px;
}

.catalog-challenges__wrapper.cart .catalog-challenges__item_promocode .ch_cell_img img {
  width: 34px;
  height: 34px;
}

.catalog-challenges__wrapper.cart .catalog-challenges__item .ch_cell_simple {
  background-color: #F5F6F9;
  z-index: 1;
  padding-left: 4px;
}

.catalog-challenges__wrapper.cart .catalog-challenges__item_promocode .ch_small_hide {
  background: none;
}

.catalog-challenges__wrapper.cart .catalog-challenges__item_balance .ch_small_hide {
  background: none;
  padding-right: 0;
}

.catalog-challenges__wrapper.cart .catalog-challenges__item_steps .ch_small_hide {
  background: none;
  padding-right: 0;
}

/* Переключення челенджів в карточний вид */






.catalog-challenges__item:not(:last-child):before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  min-height: 65px;
  height: 95%;
  width: 1px;
  background-color: rgb(223, 223, 223);
}

.catalog-challenges__item .promo_desc {
  font-size: 13px;
  line-height: 15px;
  display: inline-block;
  margin-top: 4px;
  color: #5b5c5f;
}

.catalog-challenges__item_50 {
  padding: 0;
}

.catalog-challenges__item_50>.fwpl-col {
  display: flex;
  justify-content: center;
}

.catalog-challenges__item_step {
  width: 50%;
}

.catalog-challenges__item .cell_bg_green {
  background-color: #A2E7A5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 70px;
  border-radius: 10px;
  width: 100%;
}

.catalog-challenges__head-name {
  color: #667090;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 14px;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  padding: 0 5px;
}

.catalog-challenges__head-name:not(:last-child)::before {
  min-height: 40px;
}

.catalog-challenges__head-name_50 {
  flex-direction: column;
  align-items: center;
}

.catalog-challenges__head-name_step {
  min-height: auto;
  padding: 0 5px;
  flex-direction: row;
}

.catalog-challenges__head-name_step:not(:last-child):before {
  min-height: 15px;
  height: 70%;
}

.catalog-challenges__head-name_center {
  padding-bottom: 3px;
  border-bottom: 1px solid rgb(223, 223, 223);
  width: 70%;
}

.catalog-challenges__x2 {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.catalog-challenges__site {
  display: flex;
  justify-content: center;
  width: 80px;
  line-height: 17px;
  padding-right: 25px;
  padding-left: 10px;
}


.catalog-challenges__body {
  margin-top: 10px;
}

.catalog-challenges__row {
  display: flex !important;
  align-items: center;
}

.catalog-challenges__comp-status {
  margin-right: 20px;
  width: 30px;
}

.catalog-challenges__comp-options {
  background-color: #F5F6F9;
  width: calc(100% - 50px);
  border-radius: 15px;
  align-items: center;
}

.catalog-challenges__body .fwpl-result:nth-child(2n) .catalog-challenges__options {
  background-color: #fff;
}

.catalog-challenges__item_name {
  padding: 25px 10px 25px 25px;
  border-radius: 15px 0 0 15px;
}

.catalog-challenges__item_name .ch_logo_wrapper>a:nth-child(1) {
  color: #1B1B1B;
  text-decoration: none;
  font-weight: 700;
}

.catalog-challenges__item_name>.ch_logo_wrapper a.prop_table_link {
  display: inline-block;
  margin-top: 5px;
  color: #838383;
  text-decoration: none;
  font-weight: 400;
  font-size: 13px;
}


.catalog-challenges__item_site {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 10px 25px 15px;
  border-radius: 0 15px 15px 0;
  position: relative;
}

.catalog-challenges__item_site::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  min-height: 65px;
  height: 65%;
  width: 1px;
  background-color: rgb(223, 223, 223);
}

.catalog-challenges__item_site a {
  font-weight: 500;
  background-color: #F6E019;
  border-radius: 20px;
  font-size: 13px;
  padding: 10px;
  color: #20194D;
  text-decoration: none;
  min-width: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.filter-challenges {
  padding: 50px 0 10px 0;
}

.filter-challenges__item {
  display: flex;
}

.filter-challenges__item:not(:last-child) {
  margin-bottom: 15px;
}

.filter-challenges__name {
  min-width: 150px;
  font-weight: 600;
  font-size: 15px;
}

.filter-challenges__item>.facetwp-facet {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.filter-challenges__item .facetwp-radio {
  background: #F1F1FB;
  margin-bottom: 0;
  padding-left: 0;
  padding: 5px 20px;
  border-radius: 20px;
  margin-bottom: 10px;
  line-height: 18px;
}

.filter-challenges__item .facetwp-radio.checked {
  background: #525252;
  /* cursor: default; */
  color: #fff;
}

.filter-challenges__item .facetwp-radio:not(:last-child) {
  margin-right: 10px;
}

.filter-challenges__item .facetwp-checkbox {
  background: none;
  margin-bottom: 10px;
  padding-left: 22px;
  position: relative;
}

.filter-challenges__item .facetwp-checkbox:not(:last-child) {
  margin-right: 10px;
}

.filter-challenges__item .facetwp-checkbox::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #149EDD;
  width: 16px;
  height: 16px;
  border-radius: 5px;
}

.filter-challenges__item .facetwp-checkbox.checked {
  background: url(../icons/check.svg) center left 2px no-repeat;
  background-size: 12px 12px;
  /* cursor: default; */
}

/* .filter-challenges__item .facetwp-checkbox.checked::before {
  content: none;
} */


.filter-challenges__item.ch_n_balance .facetwp-checkbox {
  background: #F1F1FB;
  margin-bottom: 0;
  padding-left: 0;
  padding: 5px 20px;
  border-radius: 20px;
  margin-bottom: 10px;
  line-height: 18px;
}

.filter-challenges__item.ch_n_balance .facetwp-checkbox::before {
  content: none;
}

.filter-challenges__item.ch_n_balance .facetwp-checkbox.checked {
  background: #525252;
  color: #fff;
}

.filter-challenges__item .facetwp-toggle {
  margin-top: 10px;
  color: #149EDD;
  position: relative;
  padding-right: 15px;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 15px;
}

.filter-challenges__item .facetwp-toggle::before {
  content: "";
  position: absolute;
  right: 1px;
  top: 12px;
  transform: translateY(-50%) rotate(45deg);
  border: solid #149EDD;
  border-width: 2px 0 0 2px;
  display: inline-block;
  padding: 2.5px;
  transition: transform 0.2s ease 0s;
  border-radius: 2px;
}

.filter-challenges__item .facetwp-toggle-2 {
  margin-top: -10px;
  margin-left: 30px;
  margin-bottom: 0;
}

.filter-challenges__item .facetwp-toggle-2::before {
  top: 8px;
  transform: translateY(-50%) rotate(45deg);
  border-width: 0 2px 2px 0;
}

.filter-challenges__item .facetwp-overflow.facetwp-hidden {
  display: none;
}

.filter-challenges__item .facetwp-overflow {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.filter-challenges__item .facetwp-display-value {
  padding-right: 0;
}

.filter-challenges__item .facetwp-counter {
  padding-left: 5px;
}


.filter-challenges__additional {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}

.filter-challenges__additional.active {
  overflow: visible;
}

.filter-challenges__form {
  margin-top: 20px;
}

.filter-challenges__wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 0 2px;
  margin-right: -15px;
  margin-left: -15px;
}

.filter-challenges__wrap {
  width: calc(33.3333% - 30px);
  margin-bottom: 30px;
  margin-right: 15px;
  margin-left: 15px;
}

.filter-challenges__wrap_2 {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.filter-challenges__head {
  display: flex;
  align-items: center;
}

.filter-challenges__descr {
  line-height: 14px;
  font-weight: 300;
  color: #585A6D;
  transition: all 0.3s ease 0s;
}

.filter-challenges__wrap .facetwp-checkbox {
  margin-bottom: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #B4BACB;
  border-radius: 4px;
  transition: all 0.3s ease 0s;
  background: #fff;
  background-size: auto;
  padding-left: 0;
}

.filter-challenges__wrap .facetwp-checkbox.checked {
  background: #fff url(../icons/check.svg) center center / cover no-repeat;
  background-size: 12px 12px;
}

.filter-challenges__btns {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.filter-challenges__result-reset {
  margin-left: 0 !important;
  margin-top: 10px;
}

.filter-challenges__more {
  padding: 0;
  background: none;
  border: none;
  color: #149EDD;
  position: relative;
  padding-right: 15px;
  font-weight: 600;
  line-height: 18px;
}

.filter-challenges__more::before {
  content: "";
  position: absolute;
  right: 1px;
  top: 8px;
  transform: translateY(-50%) rotate(45deg);
  border: solid #149EDD;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transition: transform 0.2s ease 0s;
  border-radius: 2px;
}

.filter-challenges__more.active::before {
  transform: translateY(0) rotate(-135deg);
}


/* .filter-challenges__more {
  border: 1px solid #149EDD;
  border-radius: 17px;
  padding: 7px 16px;
  color: #000;
  font-weight: 500;
  background-color: #fff;
  line-height: 14px;
  transition: all 0.3s ease 0s;
} */


.facetwp-reset {
  display: none;
}

/* <SELECT */
.facetwp-facet-new_facet,
.facetwp-facet-ch_sort select {
  display: none !important;
}

.facetwp-facet .facetwp-facet-new_facet .facetwp-type-sort select {
  display: none !important;
}

.sort-heading {
  cursor: pointer;
}

.facetwp-facet-ch_loadmore {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  background-color: #fff;
  position: relative;
  z-index: 3;
}

.facetwp-load-more {
  border-radius: 18px;
  padding: 13px 30px;
  border: none;
  line-height: 16px;
  font-size: 15px;
  font-weight: 500;
  background-color: #F6E019;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #1B1B1B;
  transition: all 0.3s ease 0s;
}



@media (max-width: 1200px) {
  .header__item:not(:last-child) {
    margin-right: 35px;
  }

  .header__link {
    font-size: 15px;
  }

  .btn_white {
    font-size: 15px;
    line-height: 15px;
  }

  .sidebar {
    width: 280px;
  }



  .content {
    width: calc(100% - 280px - 30px);
  }

  /* .company__wrap {
    width: calc(50% - 30px);
  } */

  .company__item dt {
    width: 60%;
  }

  .company__item dd {
    width: 40%;
  }



  /* 
  .catalog__head {
    width: fit-content;
  }

  .catalog__head-company {
    width: 220px;
    position: sticky;
    left: 0;
    z-index: 1;
  }

  .catalog__head-wrap {
    width: 640px;
  }

  .catalog__wrapper {
    overflow-x: auto;
    overflow-y: hidden;
  }

  .catalog__body {
    width: fit-content;
  }

  .catalog__row {
    display: flex !important;
  }

  .catalog__comp-name {
    position: sticky;
    left: 0;
    z-index: 3;
    width: 220px;
  }

  .catalog__options {
    width: 640px;
  } */

  .challenge__wrapper {
    display: flex;
  }

  .challenge__sticky {
    width: 195px;
    height: 100%;
    position: sticky;
    left: 0;
    z-index: 1;
  }

  .challenge__block {
    width: calc(100% - 195px);
  }

  .challenge__table {
    flex-direction: column;
  }

  .challenge__wrap {
    width: 100%;
  }

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

  .sidebar-ban__item {
    font-size: 13px;
  }

  .sidebar-ban__item svg {
    margin-right: 3px;
  }


  .page-text_cat {
    width: calc(100% - 280px - 30px);
  }

  /* .catalog-full .catalog__head-wrap {
    width: 950px;
  }

  .catalog-full .catalog__options {
    width: 950px;
  } */



  .catalog {
    width: calc(100% - 280px - 30px);
  }

  .catalog__wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    margin-right: -15px;
  }

  .catalog__info {
    width: 600px;
  }

  .catalog__name {
    position: sticky;
    left: 0;
    z-index: 3;
    background-color: #fff;
  }

  .catalog__item_name {
    background-color: #F5F6F9;
  }

  .catalog__item_name::before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 50%;
    width: 1px;
    background-color: rgb(223, 223, 223);
  }

  .catalog__body .fwpl-result:nth-child(2n) .catalog__options .catalog__item_name {
    background-color: #fff;
  }

  /* .catalog__site {
    position: sticky;
    right: 0;
    z-index: 3;
    background-color: #fff;
  }

  .catalog__item_site {
    background-color: #F5F6F9;
  }

  .catalog__item_site::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 50%;
    width: 1px;
    background-color: rgb(223, 223, 223);
  } */

  .catalog__body .fwpl-result:nth-child(2n) .catalog__options .catalog__item_site {
    background-color: #fff;
  }

  .catalog__head {
    width: fit-content;
    margin-right: 15px;
  }

  .catalog__comp-options {
    width: fit-content;
    margin-right: 15px;
  }

  .company-details__col {
    width: calc(50% - 15px);
  }

  .company-details__text .page-text__wrapper .company-details__col h2 {
    font-size: 16px;
    line-height: 20px;
  }




  .catalog-challenges__wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    margin-right: -15px;
  }

  .catalog-challenges__info {
    width: 900px;
  }

  .catalog-challenges__comp-options {
    width: fit-content;
    margin-right: 15px;
  }

  .catalog-challenges__head {
    width: fit-content;
    margin-right: 15px;
  }

  .sidebar-filter__icon_catalog-head {
    display: none;
  }

  .catalog-challenges__name {
    position: sticky;
    left: 0;
    z-index: 3;
    background-color: #fff;
  }

  .catalog-challenges__item_name {
    background-color: #F5F6F9;
  }

  .catalog-challenges__body .fwpl-result:nth-child(2n) .catalog-challenges__options .catalog-challenges__item_name {
    background-color: #fff;
  }

}

@media (max-width: 1070px) {

  /* .catalog__icon-link {
    display: none;
  }

  .catalog__icon-link_mob {
    display: block;
    width: 22px;
    height: 22px;
  }

  .catalog__icon-link_mob svg {
    width: 22px;
    height: 22px;
    margin-left: 0 !important;
  }

  .catalog__icon-link_mob svg path {
    fill: #8FC0D6;
  } */

  .company__wrap {
    width: calc(50% - 15px);
  }

  .filter-challenges__item .facetwp-toggle-2 {
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 10px;
  }
}

@media (max-width: 992px) {
  .sidebar-switch_mob {
    margin-top: 25px;
    display: block;
  }

  .sidebar-switch_mob .sidebar-switch {
    width: 280px;
    margin-bottom: 0;
  }

  .sidebar-switch_decs {
    display: none;
  }

  .hamburger {
    display: flex;
    margin-left: 20px;
  }

  .header {
    padding: 10px 0;
  }

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

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

  .header__title {
    font-size: 16px;
  }

  .header__close {
    width: 16px;
    height: 16px;
  }

  .header__menu {
    width: 100%;
    height: 100%;
    background: rgba(32, 42, 54, 0.4);
    backdrop-filter: blur(1px);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
    transition: all 0.3s ease 0s;
  }

  .header__menu.active {
    opacity: 1;
    visibility: visible;
  }

  .header__nav {
    position: fixed;
    top: 0;
    left: -100%;
    width: 380px;
    max-width: 100%;
    height: 100%;
    z-index: 20;
    opacity: 0;
    visibility: hidden;
    overflow-y: scroll;
    transition: all 0.4s ease 0.1s;
    background: #fff;
    padding: 20px 15px 40px 15px;
    display: block;
  }

  .header__nav.active {
    visibility: visible;
    opacity: 1;
    left: 0;
  }

  .header__list {
    margin-top: 35px !important;
    flex-direction: column;
    align-items: flex-start;
  }

  .header__item {
    width: 100%;
  }

  .header__item:not(:last-child) {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .header__link {
    padding-bottom: 15px;
    border-bottom: 1px solid #D6DCF3;
    width: 100%;
    color: #585A6D;
    line-height: 14px;
  }

  .header__btn {
    margin-top: 30px;
    margin-left: 0;
    display: flex;
    width: fit-content;
    background-color: #363636;
    color: #fff;
  }

  .sidebar-filter__block-mob {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .sidebar-filter__title {
    font-size: 16px;
  }

  .sidebar-filter__set {
    display: flex;
    align-items: center;
  }

  .sidebar-filter__result-reset {
    margin-left: 12px;
    border: 1px solid #FF5C5C;
    border-radius: 17px;
    padding: 5px 12px;
    color: #000;
    background-color: #fff;
    line-height: 14px;
    transition: all 0.3s ease 0s;
    margin-right: 20px;
  }

  .sidebar-filter__close {
    width: 16px;
    height: 16px;
  }

  .sidebar {
    width: 100%;
    height: 100%;
    background: rgba(32, 42, 54, 0.4);
    backdrop-filter: blur(1px);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
    transition: all 0.3s ease 0s;
    margin-left: 0;
  }

  .sidebar.active {
    opacity: 1;
    visibility: visible;
  }

  .sidebar_right {
    display: none;
    margin-right: 0;
  }

  .sidebar-filter {
    position: fixed;
    top: 0;
    left: -100%;
    width: 380px;
    max-width: 100%;
    height: 100%;
    z-index: 20;
    opacity: 0;
    visibility: hidden;
    overflow-y: scroll;
    transition: all 0.4s ease 0.1s;
    background: #fff;
    padding: 20px 15px 40px 15px;
    display: block;
    border-radius: 0;
  }

  .sidebar-filter.active {
    visibility: visible;
    opacity: 1;
    left: 0;
  }

  .sidebar-filter__wrapper {
    margin-top: 35px;
  }

  .sidebar-filter__item {
    border-bottom: 1px solid #D6DCF3;
  }

  .sidebar-filter__item:not(:last-child) {
    margin-bottom: 0;
  }

  .sidebar-filter__head {
    position: relative;
    padding: 15px 35px 15px 0;
  }

  .sidebar-filter__head.active .sidebar-filter__descr {
    text-shadow: 0 0 0.65px #585A6D, 0 0 0.65px #585A6D;
  }

  .sidebar-filter__head.active::before {
    transform: translateY(-60%) rotate(180deg);
  }

  .sidebar-filter__head::before {
    content: url(../icons/arrow-b.svg);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-40%);
    transition: transform 0.3s ease 0s;
  }

  .sidebar-filter__block {
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    max-height: 0;
    padding-right: 35px;
  }

  /* .sidebar-filter__values {
    margin-top: 0;
  } */

  .facetwp-slider-wrap {
    margin-top: 0;
  }

  /* .sidebar-filter__slider {
    margin-left: 3px;
    margin-bottom: 25px;
  }

  .sidebar-filter__slider::before {
    width: 5%;
    right: -5%;
  } */

  .noUi-horizontal {
    margin-left: 3px;
    margin-bottom: 25px;
  }

  .sidebar-filter__checkboxes {
    width: 100%;
  }

  /* .catalog__settings {
    justify-content: flex-start;
  } */

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

  /* .catalog__result-reset {
    display: none !important;
  } */

  .catalog__filter-btn {
    display: flex;
    background-color: #3892B8;
    color: #fff;
    border-radius: 15px;
    /* margin-right: 20px; */
    margin-left: 20px;
  }

  .catalog__filter-btn svg {
    margin-right: 6px;
  }

  .catalog__filter-btn:hover {
    background-color: #3892B8;
  }

  .catalog {
    width: 100%;
  }

  .catalog__info {
    width: 660px;
  }

  .content {
    width: 100%;
  }




  .content__company {
    background: none;
    padding: 0;
    border-radius: 0;
  }

  .company {
    border: 1px solid #DFDFED;
  }

  .company-details__bg {
    border: 1px solid #DFDFED;
  }

  .company-details__reviews {
    border: 1px solid #DFDFED;
    background-color: #fff;
  }


  /* .catalog__head-company {
    width: 250px;
  }

  .catalog__head-wrap {
    width: 710px !important;
  }

  .catalog__comp-name {
    width: 250px;
  }

  .catalog__options {
    width: 710px !important;
  } */

  .challenge__sticky {
    width: 225px;
  }

  .challenge__block {
    width: calc(100% - 225px);
  }

  .calc__item {
    width: calc(50% - 20px);
  }

  .faq {
    padding: 0 0 60px 0;
  }


  .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;
  }

  .sidebar-ban {
    display: none;
  }

  /* .instruction-video {
    display: none;
  } */

  .page-text_cat {
    width: 100%;
  }

  .ban-promo-sidebar {
    display: none;
  }






  .filter-challenges__wrap {
    width: calc(50% - 30px);
    margin-bottom: 10px;
  }

}

@media (max-width: 768px) {
  .catalog__search input {
    min-width: 200px !important;
  }

  .catalog__left {
    flex-direction: row-reverse;
  }

  /* .catalog__head-wrap2 {
    width: 580px !important;
  }

  .catalog__options2 {
    width: 580px !important;
  } */

  .catalog__result-count {
    display: none;
  }

  .catalog__filter-btn {
    margin-left: 0;
  }

  .catalog__info {
    width: 530px;
  }

  .header {
    padding: 0;
  }

  .header__wrapper {
    margin-left: -15px;
    margin-right: -15px;
    border-radius: 0;
    padding: 12px 15px;
  }

  .header__menu {
    top: 67px;
  }

  .sidebar {
    top: 67px;
  }

  .sidebar-layout {
    padding: 20px 0 80px;
  }

  .sidebar-layout_text {
    padding: 20px 0 50px;
  }

  .footer {
    padding: 30px 0;
  }

  .footer__wrapper {
    flex-direction: column;
  }

  .footer__item:first-child {
    margin-right: 0;
    order: 1;
    margin-bottom: 30px;
  }

  .footer__item:last-child {
    margin-left: 0;
    order: 2;
    margin-bottom: 30px;
  }

  .footer__item:nth-child(2) {
    order: 3;
  }

  .add-reviews {
    width: 100%;
  }

  .calc__item {
    width: 100%;
  }

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

  .calc__block {
    margin-top: 10px;
  }


  .faq__question {
    padding: 15px 50px 15px 20px;
    font-size: 14px;
    line-height: 19px;
  }

  .faq__question:before {
    right: 20px;
  }

  .faq__answer {
    padding: 0 20px;
  }

  .faq__answer p {
    margin-bottom: 20px;
  }

  .ban-promo-head {
    flex-direction: column;
    padding-bottom: 20px;
  }

  .ban-promo-head__wrapper {
    margin-right: 0;
  }

  .ban-promo-head__img {
    margin-top: 0;
  }



  .company__table {
    flex-direction: column;
    border-bottom: none;
    padding-bottom: 10px;
  }

  .company__wrap {
    width: 100%;
  }

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

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

  .company__item dt {
    width: 75%;
  }

  .company__item dd {
    width: 25%;
  }



}

@media (max-width: 576px) {

  .catalog__search input {
    width: 215px;
  }

  .catalog__filter-btn {
    margin-left: 0;
  }

  .catalog__result-reset {
    margin-left: 15px;
  }



  /* .catalog__wrapper {
    margin-right: -15px;
    margin-left: -15px;
  }


  .catalog__head-wrap {
    grid-template-columns: 16% 17% 27%;
  }

  .catalog__head-wrap2 {
    grid-template-columns: 17% 21% 17% 16% 29%;
  }

  .catalog__options {
    grid-template-columns: 14% 15% 22% 48%;
    border-radius: 0;
  }

  .catalog__options2 {
    grid-template-columns: 17% 21% 17% 16% 29%;
  }

  .catalog__item_mob-none {
    display: none;
  }

  .catalog__head-wrap2 .catalog__item_mob-none {
    display: flex;
  }

  .catalog__item:nth-child(4) {
    display: none;
  }

  .catalog__options2 .catalog__item:nth-child(4) {
    display: flex;
  }

  .catalog__item:nth-child(5) {
    display: none;
  }

  .catalog__options2 .catalog__item:nth-child(5) {
    display: flex;
  }


  .catalog__head-company {
    width: 200px;
  }

  .catalog__head-wrap {
    width: 380px !important;
  }

  .catalog__head-wrap2 {
    width: 360px !important;
  }

  .catalog__comp-name {
    width: 200px;
    border-radius: 0;
  }

  .catalog__options {
    width: 410px !important;
  }

  .catalog__options2 {
    width: 360px !important;
  } */

  .challenge__sticky {
    width: 175px;
  }

  .challenge__block {
    width: calc(100% - 175px);
  }

  .calc__wrapper {
    padding: 15px 20px;
  }


  .error-404__wrapper {
    padding: 30px 20px;
  }

  .error-404__title {
    font-size: 30px;
    line-height: 36px;
  }

  .error-404__subtitle {
    margin-top: 10px;
    font-size: 18px;
  }

  .error-404__btn {
    margin-top: 20px;
  }

  .ban-head {
    padding: 10px 10px 10px 20px;
  }

  .ban-head__title {
    font-size: 15px;
  }

  .ban-head__btn {
    font-size: 14px;
    font-weight: 500;
    padding: 15px;
  }

  .popup-stop {
    display: none;
  }

  .page-text__title {
    font-size: 25px;
    line-height: 30px;
  }

  .page-text__wrapper_cat {
    padding: 20px;
  }

  .page-text__wrapper blockquote {
    padding: 20px 30px;
  }

  .page-text__wrapper td p {
    font-size: 13px;
  }

  .page-text__wrapper td {
    padding: 12px 7px;
  }

  .page-text__wrapper td[colspan] {
    padding: 12px 7px;
  }

  .page-text__wrapper p {
    font-size: 14px;
    line-height: 22px;
  }

  .page-text__wrapper li {
    font-size: 14px;
    line-height: 22px;
  }

  .page-text__wrapper .text_80 {
    font-size: 14px;
  }

  .page-text__wrapper blockquote p {
    font-size: 15px;
  }

  .footer__li-m {
    margin-right: 15px;
    padding-left: 15px;
  }

  .footer__li-m:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-30%);
    width: 6px;
    height: 6px;
    border-radius: 30px;
    background-color: #F6E019;
  }


  .company-details__item {
    flex-direction: column;
  }

  .company-details__item dt {
    width: 100%;
  }

  .company-details__item dd {
    margin-top: 10px;
    width: 100%;
    font-size: 14px;
    line-height: 21px;
  }

  .company__logo {
    margin-right: 15px;
  }

  .company-details__pruf-gallery img {
    max-width: calc(33.3333% - 14px);
  }

  .pruf-gallery__modal img {
    max-width: 70%;
    max-height: 70%;
  }

  .pruf-gallery__prev,
  .pruf-gallery__next {
    padding: 10px;
    font-size: 24px;
  }

  .company__item dd {
    width: 35%;
  }

  .company__item dt {
    width: 65%;
  }

  .ban-head {
    top: 10px;
  }

  .company-details__pros-cons {
    flex-direction: column;
  }

  .company-details__col {
    width: 100%;
  }

  .company-details__col:not(:last-child) {
    margin-bottom: 40px;
  }

  .company__head {
    flex-direction: column;
  }

  .company__logo {
    margin-right: 0;
    margin-bottom: 20px;
  }

  /* .company__logo img {
    width: 100%;
    max-height: none;
  } */

  .company__logo {
    width: 100% !important;
  }

  .company__content {
    width: 100%;
  }

  .filter-challenges {
    padding: 30px 0 10px 0;
  }

  .filter-challenges__item {
    flex-direction: column;
  }

  .filter-challenges__name {
    min-width: auto;
    margin-bottom: 10px;
  }

  .filter-challenges__wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .filter-challenges__wrap {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

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

  .catalog-challenges__look {
    display: flex;
  }

}

@media (max-width: 480px) {
  .header__logo {
    width: 132px;
    height: 32px;
  }

  .hamburger {
    height: 21px;
    width: 27px;
  }

  .header__menu {
    top: 56px;
  }

  .sidebar-switch__link {
    padding: 10px 30px;
  }

  .sidebar {
    top: 56px;
  }

  .sidebar-filter {
    padding: 20px 15px 80px 15px;
  }

  .sidebar-layout {
    padding: 20px 0 50px;
  }

  .sidebar-layout_text {
    padding: 20px 0 30px;
  }

  .catalog__filter-btn {
    padding: 7px 10px;
    border-radius: 10px;
  }

  .catalog__filter-btn svg {
    margin-right: 0;
  }

  .catalog__filter-btn span {
    display: none;
  }

  .catalog__result-reset {
    margin-left: 10px;
  }

  .catalog__left {
    margin-right: 10px;
  }

  .catalog__head-name {
    font-size: 13px;
    line-height: 15px;
  }

  .catalog__settings {
    margin-top: 30px;
  }

  .catalog__search input {
    padding: 5px 45px 5px 20px !important;
  }

  .catalog__title {
    font-size: 22px;
    line-height: 26px;
  }

  /* .catalog__wrapper {
    margin-top: 20px;
  } */

  .catalog__name {
    padding-left: 15px;
  }

  .catalog__item_name {
    padding: 20px 10px 20px 15px;
  }

  .catalog__site {
    padding-right: 10px;
  }

  .catalog__item_site {
    padding: 20px 15px 20px 10px;
  }

  .sidebar-switch {
    margin: 20px auto 0 auto;
  }

  /* .catalog__head {
    font-size: 12px;
    line-height: 14px;
  }

  .catalog__head-company {
    width: 170px;
    padding-left: 10px;
  }

  .catalog__item>a {
    padding: 12px 0;
  }

  .catalog__comp-name {
    padding-left: 10px;
    width: 170px;
  }

  .catalog__comp-name a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 165px;
  }

  .catalog__options {
    padding-right: 15px;
    width: 400px !important;
  }

  .catalog__options2 {
    width: 355px !important;
  }

  .catalog__head-wrap {
    width: 350px !important;
    padding-right: 15px;
  }

  .catalog__head-wrap2 {
    width: 355px !important;
  } */

  .challenge__sticky {
    width: 145px;
  }

  .challenge__block {
    width: calc(100% - 145px);
  }

  /* .catalog__icon-link_mob {
    width: 18px;
    height: 18px;
  }

  .catalog__icon-link_mob svg {
    width: 18px;
    height: 18px;
  } */



  .add-reviews__item {
    flex-direction: column;
  }

  .add-reviews__block {
    width: 100%;
  }

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

  .add-reviews__item_reverse {
    flex-direction: column-reverse;
  }

  .add-reviews__item_reverse .add-reviews__block:not(:last-child) {
    margin-bottom: 0;
  }

  .add-reviews__item_reverse .add-reviews__block:not(:first-child) {
    margin-bottom: 20px;
  }

  .add-reviews__checkbox label {
    font-size: 13px;
  }

  .calc__wrapper {
    margin-top: 20px;
  }

  .calc__name {
    font-size: 14px;
    line-height: 20px;
  }

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

  .ban-head {
    flex-direction: column;
    position: static;
  }

  .ban-head__title {
    text-align: center;
  }

  .ban-head__btn {
    margin-top: 10px;
  }


  /* .instruction-video_footer {
    display: block;
    margin-bottom: 60px;
  }

  .instruction-video_footer .instruction-video__wrapper {
    height: 240px;
  } */

  .ban-promo-head__content {
    padding: 15px 0 10px 0;
  }

  .ban-promo-head__date {
    font-size: 16px;
  }

  .ban-promo-head__title {
    font-size: 20px;
  }

  .ban-promo-head__img {
    margin-bottom: -50px;
    margin-right: 10px;
  }

  .ban-promo-head__descr p {
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
  }

  .ban-promo-head__descr li {
    font-size: 14px;
    line-height: 16px;
  }

  .ban-promo-head__btn {
    font-size: 14px;
  }

  /* body {
    background-color: #F1F1FB;
  } */

  /* .company {
    padding: 0;
    border: none;
  } */

  /* .company-details__bg {
    border: none;
    padding: 0;
  } */

  /* .company-details__reviews {
    margin-top: 40px;
    border: none;
    padding: 0;
  } */

  /* .company__logo {
    margin-right: 13px;
    max-width: 75px;
    max-height: 40px;
  } */

  /* .company__btn {
    padding: 10px 14px;
  } */

  /* .company__item dt {
    width: 70%;
  }

  .company__item dd {
    width: 30%;
  } */

  .company__title {
    font-size: 18px;
    line-height: 23px;
  }

  .company__link {
    font-size: 15px;
    line-height: 25px;
    font-weight: 600;
  }

  .company-details__item dt span {
    color: #1B1B1B;
    font-weight: 600;
    font-size: 16px;
  }

  .company-details__item dd {
    padding-left: 26px;
  }


  .sticky-company-mob {
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 10px 15px; */
    position: sticky;
    bottom: -30px;
    /* left: 0; */
    left: 50%;
    transform: translateX(-50%);
    /* background-color: #fff; */
    /* width: 100%; */
    width: max-content;
    z-index: 1000000;
    height: 75px;
    /* box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2); */
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease 0s;
  }

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

  .sticky-company-mob__btn {
    padding: 15px 25px;
    font-weight: 500;
  }

  .sticky-company-mob__close {
    position: absolute;
    top: 10px;
    right: 15px;
    border: none;
    background: none;
    padding: 0;
    font-size: 18px;
    font-weight: 600;
  }
}


@media (max-width: 410px) {
  .catalog-challenges__wrapper.cart .catalog-challenges__row .catalog-challenges__item {
    width: 100%;
  }
}