.container hr {
  margin-left: 0;
  margin-right: 0;
}

.page-set {
  padding-bottom: 48px;
}

.page-set hr {
  margin: 24px 0 0;
}

@media (min-width: 576px) {
  .page-set hr {
    margin-top: 48px;
  }
}

@media (min-width: 1208px) {
  .page-set {
    padding-bottom: 56px;
  }
}

.fr-header {
  padding-top: 48px;
  padding-bottom: 24px;
}

.fr-header__top {
  margin-bottom: 16px;
}

.fr-header__top h1 {
  font-size: 44px;
  line-height: 56px;
}

.fr-header__add-btn {
  display: inline-block;
  color: rgba(0, 0, 0, 0.52);
  vertical-align: bottom;
}

.fr-header__add-btn svg {
  margin-right: 8px;
}

.fr-header__add-btn svg, .fr-header__add-btn span {
  display: inline-block;
  vertical-align: middle;
}

.fr-header__add-btn:hover span {
  text-decoration: underline;
}

.fr-header__caption {
  display: inline-block;
  margin-right: 11px;
  font-size: 1.125rem;
  line-height: 133%;
}

.fr-header__caption span:nth-child(2) {
  display: none;
}

.fr-header__srch {
  display: inline-block;
}

.fr-header__srch.active {
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
}

.fr-header__srch.active.vissible-xs {
  position: static;
  top: -1px;
  left: 0;
  right: 0;
}

.fr-header__srch-wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.fr-header__srch-btn {
  margin-right: 6px;
}

.fr-header__srch-btn svg {
  margin-right: 8px;
}

.fr-header__srch-btn svg, .fr-header__srch-btn span {
  display: inline-block;
  vertical-align: middle;
}

.fr-header__srch-btn:hover span {
  text-decoration: underline;
}

.fr-header__srch-input {
  display: none;
  width: 100%;
  position: relative;
  z-index: 2;
}

.fr-header__srch-input input {
  padding: 6px 115px 8px 40px;
}

.fr-header__srch-input > svg {
  position: absolute;
  left: 10px;
  top: 9px;
}

.fr-header__srch-input-btn {
  position: absolute;
  top: 4px;
  right: 4px;
}

.fr-header__srch-input-btn .btn-primary {
  margin-left: 8px;
}

.fr-header__srch-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 1rem;
}

.vissible-xs {
  display: none;
}

.vissible-xs.fr-header__srch {
  margin-bottom: 0;
}

.fr-srch-btn {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  width: 100%;
  display: block;
  padding: 6px 9px 8px;
}

.fr-srch-btn span {
  color: rgba(0, 0, 0, 0.52);
}

@media (max-width: 575.98px) {
  .fr-header__top h1 {
    font-size: 24px;
    line-height: 32px;
  }
  .vissible-xs {
    display: inline-block;
  }
  .fr-header {
    padding-top: 24px;
  }
  .fr-header hr {
    display: block;
  }
  .fr-header__add-btn span {
    display: none;
  }
  .fr-header__caption span:nth-child(1) {
    display: none;
  }
  .fr-header__caption span:nth-child(2) {
    display: inline-block;
  }
}

.fr-ctg {
  display: inline-block;
  margin-left: -4px;
}

.fr-ctg__item {
  display: inline-block;
  position: relative;
  padding: 6px 16px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  background-color: transparent;
  margin: 0 0 8px 4px;
}

.fr-ctg__item svg {
  margin-right: 8px;
}

.fr-ctg__item a:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

@media (max-width: 1207.98px) {
  .fr-ctg {
    display: flex;
    flex-wrap: wrap;
  }
}

@media (max-width: 991.98px) {
  .fr-header__srch {
    width: 100%;
    margin-bottom: 16px;
  }
}

@media (max-width: 575.98px) {
  .fr-header__srch-wrap {
    flex-wrap: nowrap;
  }
  .hide-xs {
    display: none;
  }
  .fr-ctg {
    margin-top: 2px;
  }
  .fr-ctg__item {
    display: block;
    width: 100%;
    padding: 0;
    margin: 12px 0 0;
    border: none;
  }
  .fr-ctg__item:first-child {
    margin-top: 0;
  }
  .fr-ctg__item:before {
    content: "";
    background-image: url("/img/icons.svg#arrow_mini_right");
    background-position: center center;
    background-size: cover;
    display: block;
    width: 24px;
    height: 24px;
    opacity: .2;
    position: absolute;
    top: 0;
    right: 0;
  }
  .fr-ctg__item:hover:before {
    opacity: .52;
  }
}

@media screen and (min-width: 1381px) and (max-width: 1386px) {
  .fr-ctg {
    margin-top: 16px;
  }
}

.fr-invest p {
  display: none;
}

.fr-invest hr {
  display: none;
}

.fr-invest__list li {
  position: relative;
}

.fr-invest__list li + li {
  margin-top: 16px;
}

.fr-invest__list li svg {
  margin-right: 8px;
}

.fr-invest__list li a:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.fr-invest__list li:hover svg {
  fill: rgba(0, 0, 0, 0.52) !important;
}

@media (min-width: 576px) {
  .fr-invest {
    margin-top: 16px;
  }
}

@media (max-width: 767.98px) {
  .fr-invest p {
    display: block;
    font-weight: 700;
    font-size: 18px;
  }
  .fr-invest hr {
    display: block;
    margin: 0 0 16px;
  }
  .fr-invest__list {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .fr-invest__list::-webkit-scrollbar {
    display: none;
    height: 0;
  }
  .fr-invest__list li {
    border-radius: 20px;
    border: 0;
    white-space: nowrap;
    position: relative;
  }
  .fr-invest__list li + li {
    margin: 16px 0 0 0;
  }
}

.invest-icon {
  position: absolute;
  top: 0;
  right: 0;
}

.cat-small__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 16px;
  margin-left: -16px;
}

.cat-small__item {
  text-align: center;
  margin-left: 16px;
  margin-bottom: 16px;
  max-width: 72px;
}

.cat-small__item-svg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50px;
}

.cat-small__item span {
  display: block;
  font-size: 0.75rem;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.cat-small__item:hover a span {
  text-decoration: underline;
}

@media (min-width: 576px) {
  .cat-small__list {
    display: block;
    overflow-x: unset;
    margin-top: 8px;
    margin-left: 0;
    columns: 2;
    column-gap: 16px;
    padding: 0;
  }
  .cat-small__item {
    text-align: left;
    white-space: nowrap;
    margin-bottom: 0;
    max-width: unset;
    margin-left: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .cat-small__item:not(:first-child) {
    margin-top: 16px;
  }
  .cat-small__item a {
    display: block;
  }
  .cat-small__item svg {
    margin-right: 8px;
  }
  .cat-small__item span {
    display: inline-block;
    vertical-align: middle;
    font-size: 1rem;
    width: calc(100% - 38px);
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .cat-small__item-svg {
    display: inline-block;
    border: none;
    border-radius: unset;
    width: auto;
    height: auto;
  }
}

@media (min-width: 1208px) {
  .cat-small__list {
    columns: 3;
    column-gap: 32px;
  }
}

.fr-header__links {
  display: block;
  margin-top: 24px;
}

.fr-header__links li {
  display: block;
  width: 100%;
}

.fr-header__links li + li {
  margin-top: 8px;
}

.fr-header__links a {
  display: flex;
  align-items: center;
}

.fr-header__links img {
  flex-shrink: 0;
  margin-right: 8px;
}

.fr-header__links svg {
  margin-left: auto;
}

.fr-header__links span {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

@media (min-width: 576px) {
  .fr-header__links {
    display: flex;
    flex-wrap: wrap;
    margin-top: 16px;
    margin-left: -16px;
  }
  .fr-header__links li {
    width: 45%;
    margin-left: 16px;
    margin-top: 0;
  }
  .fr-header__links li:nth-child(2) {
    margin-top: 0;
  }
  .fr-header__links li:nth-child(3), .fr-header__links li:nth-child(4) {
    margin-top: 8px;
  }
}

@media (min-width: 992px) {
  .fr-header__links {
    flex-wrap: nowrap;
  }
  .fr-header__links li {
    flex: 1 1 24%;
  }
  .fr-header__links li:nth-child(3), .fr-header__links li:nth-child(4) {
    margin-top: 0;
  }
}

.tdb-view__item {
  position: relative;
  flex-shrink: 0;
  margin-left: 8px;
  padding: 8px 4px;
  margin-bottom: 8px;
  border-radius: 0.5rem;
  width: calc(50% - 8px);
}

.tdb-view__img {
  position: relative;
  margin-bottom: 24px;
  width: 100%;
}

.tdb-view__picture {
  width: 100%;
  height: auto;
  border-radius: 0.375rem;
  object-fit: cover;
}

.tdb-view__picture_default {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #E3E3E3 0%, rgba(227, 227, 227, 0) 100%);
}

.tdb-view__picture_default img {
  flex-shrink: 0;
  margin-right: 16px;
}

.tdb-view__archive b {
  display: block;
  font-size: 1.125rem;
  line-height: 1.33;
  font-weight: bold;
  color: #989898;
}

@media (max-width: 1200px) {
  .tdb-view__archive b {
    font-size: calc(1.00625rem + 0.15833vw) ;
  }
}

.tdb-view__archive span {
  font-size: 0.875rem;
  line-height: 1.43;
  font-weight: normal;
  color: #454444;
}

.tdb-view__archive-wrapper {
  display: flex;
  margin: 32px auto 35px;
}

.tdb-view__actions {
  position: absolute;
  top: 4px;
  right: 4px;
  display: flex;
  flex-direction: column;
}

.tdb-view__action {
  position: relative;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  padding: 0;
  background-color: #ffffff;
  border: none;
  border-radius: 50%;
  box-shadow: 0 0.1875rem 0.625rem rgba(0, 0, 0, 0.15);
  cursor: pointer;
}

.tdb-view__action:not(:last-of-type) {
  margin-bottom: 8px;
}

.tdb-view__favorites {
  position: relative;
}

.tdb-view__favorites:hover:after {
  opacity: 0.52;
}

.tdb-view__favorites:after {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  top: calc(50% - 11px);
  left: calc(50% - 12px);
  background-image: url("/img/beboss/tovari-companii/24_like.svg");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  transition: all 0.15s ease-in-out;
  opacity: 0.2;
}

.tdb-view__favorites_active:after {
  background-image: url("/img/beboss/tovari-companii/liked.svg");
  opacity: 1;
}

.tdb-view__favorites_active:hover:after {
  opacity: 1;
}

.tdb-view__info {
  position: absolute;
  bottom: -16px;
  left: 8px;
  margin-bottom: 0;
}

.tdb-view__info img {
  width: 55px;
  height: 42px;
  border-radius: 6px;
  box-shadow: 0 0.1875rem 0.625rem rgba(0, 0, 0, 0.15);
}

.tdb-view__new {
  background-color: #00b4f0;
}

.tdb-view__discount {
  background-color: #fa961e;
}

.tdb-view__title {
  display: block;
  font-size: 0;
}

.tdb-view__title:hover .tdb-view__text {
  cursor: pointer;
}

.tdb-view__text {
  display: inline;
  margin-bottom: 0;
  font-size: 1.125rem;
  line-height: 1.33;
  font-weight: bold;
  vertical-align: middle;
}

@media (max-width: 1200px) {
  .tdb-view__text {
    font-size: calc(1.00625rem + 0.15833vw) ;
  }
}

.tdb-view__subtitle {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tdb-view__buy {
  display: none;
  position: relative;
  z-index: 51;
  margin-top: 16px;
  background-color: #ffffff;
}

.stretched-link:after {
  z-index: 9;
}

@media screen and (min-width: 400px) {
  .tdb-view__item {
    padding: 8px 8px 16px;
  }
}

@media screen and (min-width: 450px) {
  .tdb-view__info img {
    width: 77px;
    height: 57px;
  }
  .tdb-view__actions {
    top: 8px;
    right: 8px;
  }
}

@media (min-width: 576px) {
  .tdb-view__archive-wrapper {
    margin: 0;
  }
  .tdb-view {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .tdb-view__picture {
    width: 100%;
    height: auto;
  }
}

@media (min-width: 768px) {
  .tdb-view__item {
    width: calc(33% - 8px);
  }
}

@media (min-width: 992px) {
  .tdb-view__hovered {
    box-shadow: none;
    opacity: 0;
    transition: box-shadow 0.2s ease-out;
  }
  .tdb-view__item {
    width: calc(25% - 8px);
  }
  .tdb-view__item:hover .tdb-view__action {
    opacity: 1;
  }
  .tdb-view__item:hover .tdb-view__buy {
    bottom: -56px;
    display: flex;
    opacity: 1;
    transition-property: bottom, opacity;
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0.3, 0.94, 1, 1);
  }
  .tdb-view__item:hover .tdb-view__hovered {
    position: absolute;
    z-index: 8;
    top: 0;
    bottom: -56px;
    right: 0;
    left: 0;
    display: block;
    background-color: transparent;
    border-radius: 0.5rem;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
    opacity: 1;
  }
  .tdb-view__item:hover .tdb-view__hovered .tdb-view__hovered-bg {
    display: block;
  }
  .tdb-view__hovered-bg {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    display: none;
    height: 74px;
    border-radius: 0.5rem;
  }
  .tdb-view__r-text {
    display: none;
  }
  .tdb-view__action {
    opacity: 0;
    transition: opacity 0.3s ease-in;
  }
  .tdb-view__buy {
    position: absolute;
    z-index: 51;
    right: 0;
    left: 0;
    margin-top: 0;
    padding: 16px;
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
    bottom: 0;
    opacity: 0;
    transition: none;
  }
}

.tdb-view__favorites_active {
  opacity: 1;
}

.fr-showcase {
  margin-top: 24px;
}

.fr-showcase h2, .fr-showcase > a {
  display: inline-block;
  vertical-align: middle;
}

.fr-showcase > a {
  margin: 6px 0 0 8px;
}

.fr-card-list {
  display: flex;
  flex-wrap: wrap;
  margin: 16px 0 0 -8px;
}

.fr-card-list__content {
  padding: 0 4px;
}

.fr-card-list__medals {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
}

.fr-card-list__medals li {
  margin-left: 8px;
  margin-top: 8px;
}

.fr-card-list__medals li a {
  position: relative;
  z-index: 9;
}

.fr-card-list__medals li img {
  width: 24px;
  height: 24px;
}

.fr-card-list__description {
  display: block;
  margin-top: 4px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.fr-card-list__price,
.fr-card-list__review {
  display: flex;
  margin-top: 4px;
  margin-bottom: 0;
}

.fr-card-list__price svg,
.fr-card-list__review svg {
  margin-right: 4px;
}

.fr-card-list__price span:first-of-type {
  display: none;
}

.fr-card-list__review {
  position: relative;
  z-index: 9;
}

.fr-card-list__owner {
  display: flex;
  align-items: center;
  margin-top: 8px;
  margin-bottom: 0;
}

.fr-card-list__owner img {
  margin-right: 8px;
}

.fr-card-list__discount {
  position: absolute;
  top: 0;
  left: 0;
}

.fr-card-list__discount img {
  position: relative;
  z-index: 9;
  width: 40px;
  height: 40px;
}

.fr-card-list__video {
  position: absolute;
  top: calc(50% - 18px);
  left: calc(50% - 19px);
}

.fr-card-list__video img {
  position: relative;
  z-index: 9;
  width: 38px;
  height: auto;
}

.fr-card-list__no-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 77px;
  height: 57px;
  font-size: 10px;
  line-height: 1.2;
  color: rgba(0, 0, 0, 0.52);
  border-radius: 6px;
  box-shadow: 0 0.1875rem 0.625rem rgba(0, 0, 0, 0.15);
}

@media screen and (min-width: 450px) {
  .fr-card-list__discount img {
    width: 50px;
    height: 50px;
  }
  .fr-card-list__video {
    top: calc(50% - 21px);
    left: calc(50% - 23px);
  }
  .fr-card-list__video img {
    width: 56px;
    height: 42px;
  }
}

@media (min-width: 576px) {
  .fr-showcase {
    margin-top: 32px;
  }
  .fr-card-list {
    margin-top: 24px;
  }
  .fr-card-list__medals li img {
    width: 32px;
    height: 32px;
  }
  .fr-card-list__owner img {
    display: block;
  }
  .fr-card-list__content {
    padding: 0 8px;
  }
  .fr-card-list__price span:first-of-type {
    display: inline-block;
  }
  .fr-card-list__price span:last-of-type {
    display: none;
  }
  .fr-card-list__description {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-top: 8px;
  }
  .fr-card-list__price,
  .fr-card-list__review {
    margin-top: 8px;
  }
  .fr-card-list__price svg,
  .fr-card-list__review svg {
    margin-right: 8px;
  }
}

.fr-list__img {
  margin-top: 24px;
  position: relative;
}

.fr-list__img_big {
  display: none;
}

.fr-list__img_big img {
  width: 100%;
  height: auto;
}

.fr-list__img_small {
  display: block;
  line-height: 0;
}

.fr-list__img_small img {
  width: 100%;
  height: auto;
}

@media (min-width: 576px) {
  .fr-list__img_big {
    display: block;
  }
  .fr-list__img_small {
    display: none;
  }
}

.fr-material {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}

.fr-material__item {
  width: 100%;
  height: auto;
  position: relative;
}

.fr-material__item:last-of-type {
  margin-bottom: 0;
}

.fr-material__item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15%;
  border-radius: 0.5rem;
}

.fr-material__item-img img {
  width: 90px;
  height: 90px;
}

.fr-material__item figcaption {
  overflow: hidden;
  margin-top: 8px;
}

.fr-material__item figcaption a {
  display: block;
  font-weight: 700;
}

.fr-material__item figcaption a:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.fr-material__item figcaption p {
  color: rgba(0, 0, 0, 0.52);
  margin-bottom: 0;
}

.bg-green {
  background-color: rgba(30, 160, 30, 0.5);
}

.bg-pink {
  background-color: #F97676;
}

@media (min-width: 576px) {
  .fr-material {
    margin-top: 48px;
    margin-left: -32px;
  }
  .fr-material__item {
    width: calc(50% - 32px);
    margin-left: 32px;
  }
  .fr-material__item:nth-child(3), .fr-material__item:nth-child(4) {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .fr-material__item {
    width: calc(25% - 32px);
    margin-bottom: 0;
  }
}

.fr-article {
  margin-top: 24px;
}

.fr-article h2 {
  margin-bottom: 0;
}

.fr-article [class*="col-"] {
  padding-bottom: 0;
}

.fr-article__txt {
  width: 100%;
}

.fr-article__item {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 16px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 0 0.1875rem 0.625rem rgba(0, 0, 0, 0.15);
  border-radius: 0.5rem;
}

.fr-article__item a {
  display: block;
  font-weight: 700;
  margin-bottom: 4px;
}

.fr-article__item a:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.fr-article__item p {
  display: block;
  width: 100%;
  color: rgba(0, 0, 0, 0.52);
}

.fr-article__item img {
  margin-top: auto;
}

.fr-article__item_small {
  height: calc(50% - 8px);
}

.fr-article__item_small + .fr-article__item_small {
  margin-top: 16px;
}

.fr-article__item_small img {
  width: 72px;
  height: 72px;
}

.fr-article__item_big {
  height: 100%;
}

.fr-article__item_big img {
  width: 180px;
  height: 180px;
}

@media (min-width: 576px) {
  .fr-article {
    margin-top: 48px;
  }
  .fr-article h2 {
    margin-bottom: 16px;
  }
}

.fr-tube {
  margin-top: 24px;
}

.fr-tube__link {
  display: block;
  margin-bottom: 16px;
}

.fr-tube > .btn {
  margin-top: 16px;
  width: 100%;
}

.fr-tube .boo-slide {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}

.fr-tube .boo-slide h4 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

@media (min-width: 576px) {
  .fr-tube {
    margin-top: 48px;
    width: auto;
  }
  .fr-tube h2 {
    margin-bottom: 24px;
  }
  .fr-tube > .btn {
    margin-top: 24px;
    width: auto;
  }
}

.fr-faq {
  margin-top: 40px;
}

.fr-faq__list {
  margin-top: 24px;
}

.fr-faq__list li {
  padding: 16px;
  border-radius: 10px;
  background: #ECEEF2;
}

.fr-faq__list li:not(:last-child) {
  margin-bottom: 16px;
}

.fr-faq__text {
  display: none;
  margin-top: 8px;
  margin-bottom: 0;
  padding-left: 32px;
}

.fr-faq__show svg {
  transform: rotate(180deg);
}

.fr-faq__show + .fr-faq__text {
  display: block;
}

.fr-ag-btn {
  display: flex;
  align-items: center;
  background: transparent;
  border: none;
}

.fr-ag-btn svg {
  margin-left: 8px;
}

.fr-ag-btn span {
  font-weight: bold;
}

.fr-ag-btn:hover {
  text-decoration: none;
}

.fr-ag-btn:hover {
  cursor: pointer;
}

.fr-ag-btn_faq {
  width: 100%;
  padding: 0;
}

.fr-ag-btn_faq svg {
  margin-left: 0;
  margin-right: 8px;
}

.fr-ag-btn_faq span {
  text-align: left;
}

.fr-week {
  margin-top: 24px;
}

.fr-week [class*="col-"] {
  padding-top: 0;
  padding-bottom: 0;
}

.fr-week__img {
  display: block;
  margin-bottom: 16px;
  width: 150px;
  height: 111px;
  border-radius: 0.5rem;
}

.fr-week__text {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

@media (min-width: 576px) {
  .fr-week {
    margin-top: 48px;
  }
  .fr-week h2 {
    margin-bottom: 24px;
  }
}

.fr-video {
  position: relative;
  background-image: url("/img/beboss/fr/landings/franchising-agreement/video-bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 10px;
  max-width: 736px;
  min-height: 210px;
}

.fr-video a:hover,
.fr-video a:active {
  text-decoration: none;
}

.fr-video__frame {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
}

.fr-video__frame iframe {
  position: absolute;
  width: 100%;
  left: 0;
}

.fr-video__link {
  position: absolute;
  top: calc(50% - 36px);
  left: calc(50% - 36px);
}

@media (min-width: 576px) {
  .fr-video {
    min-height: 310px;
  }
}

@media (min-width: 992px) {
  .fr-video {
    min-height: 414px;
  }
}

.main-title {
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 23px;
}

.title-padding {
  padding-top: 40px;
}

.hr-margin {
  margin-top: 2.5rem !important;
}

.fr-collections__inner {
  margin-bottom: 32px;
}

.fr-collections__box {
  display: flex;
  margin-left: -16px;
  flex-wrap: wrap;
  margin-bottom: -16px;
}

.fr-collections__item {
  width: calc(100% / 5 - 16px);
  margin-left: 16px;
  height: 120px;
  margin-bottom: 16px;
  position: relative;
}

.fr-collections__item .bg-box__text {
  margin-bottom: 0;
  font-size: 12px;
}

.fr-collections__item .bg-box__text span {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.fr-collections__item-icon {
  display: flex;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.fr-collections__item-icon svg {
  fill: rgba(0, 0, 0, 0.2);
}

.bg-box {
  position: relative;
  padding: 16px 30px 16px 18px;
  background-color: #EBF3F7;
  border-radius: 10px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: bottom;
  z-index: 1;
}

.bg-gerb {
  width: 54px;
  height: 64px;
  position: absolute;
  top: 14px;
  right: -11px;
  z-index: 1;
}

.bg-gerb img {
  width: 100%;
}

.gerb-box .bg-box__text span {
  position: relative;
  z-index: 1;
  max-width: 80%;
}

.bg-box__text {
  width: 100%;
  font-size: 16px;
  line-height: 18px;
}

.bg-box__text:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.bg-box__text span,
.bg-box__text a {
  display: block;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 0.25rem;
}

.fr-collections__button-mobile {
  display: none;
  width: 100%;
}

@media (max-width: 991.98px) {
  .fr-collections__item {
    width: calc(100% / 3 - 16px);
  }
  .fr-collections__inner {
    flex-wrap: wrap;
  }
}

@media (max-width: 767.98px) {
  .hr-margin {
    margin-top: 2rem !important;
  }
  .title-padding {
    padding-top: 2rem;
  }
  .fr-collections__item {
    width: calc(100% / 3 - 8px);
    margin-left: 8px;
  }
  .fr-collections__box {
    margin-left: -8px;
  }
}

@media (max-width: 575.98px) {
  .bg-box:not(.bg-gerb) {
    background-size: 57px;
  }
  .bg-gerb {
    width: 34px;
    height: 40px;
    top: 22px;
    right: -9px;
  }
  .main-title {
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 23px;
  }
  .fr-collections__item {
    margin-bottom: 8px;
    padding: 8px 12px;
    height: 90px;
    width: calc(100% / 2 - 8px);
  }
  .fr-collections__item.more {
    display: none;
  }
  .bg-size-xs {
    background-size: 36px;
  }
  .fr-collections .bg-box__text span {
    font-size: 12px;
    margin-bottom: 2px;
    line-height: 14px;
  }
  .fr-collections__button-mobile {
    display: block;
    margin-top: 16px;
  }
}

.fr-popular-video .embed-video {
  padding-top: 0;
}

.fr-popular-video__inner {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
  margin-left: -16px;
}

.fr-popular-video__main-video {
  width: calc(50% - 16px);
  margin-left: 16px;
}

.fr-popular-video__main-btn {
  margin-top: 1rem;
}

.fr-popular-video__col {
  width: 457px;
  margin-left: 47px;
}

.fr-popular-video__app {
  background-repeat: no-repeat !important;
  padding: 48px 170px 38px 16px;
  background-position: right bottom !important;
  background: #EBF3F7;
  border-radius: 8px;
  position: relative;
}

.fr-popular-video__app-top {
  margin-bottom: 19px;
  max-width: 256px;
}

.fr-popular-video__app-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 8px;
}

.fr-popular-video__app-text {
  font-size: 14px;
  line-height: 20px;
}

.fr-popular-video__app-qr-box {
  max-width: 117px;
}

.fr-popular-video__app-qr-img {
  margin-bottom: 0.25rem;
}

.fr-popular-video__app-qr-icon {
  margin-bottom: 0.5rem;
}

.fr-popular-video__app-qr-icon span,
.fr-popular-video__app-qr-icon a {
  margin-left: 0.5rem;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
}

.fr-popular-video__app-qr-icon a {
  display: inline-block;
}

.fr-popular-video__app-qr-icon a:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.fr-popular-video__app-qr-text {
  font-size: 12px;
  line-height: 16px;
}

.fr-popular-video__similar {
  margin-bottom: 1.5rem;
}

.fr-popular-video__similar-title {
  margin-bottom: 0.5rem;
  font-weight: 700;
}

.fr-popular-video__similar-inner {
  display: flex;
  margin-left: -16px;
}

.fr-popular-video__similar-item {
  margin-left: 16px;
  width: calc(100% / 3 - 16px);
}

.display-sm {
  display: none;
}

@media (max-width: 991.98px) {
  .fr-popular-video__app {
    padding: 32px 170px 24px 16px;
  }
  .fr-popular-video__col {
    flex-shrink: 0.5;
  }
}

@media (max-width: 767.98px) {
  .display-sm {
    display: block;
  }
  .hide-sm {
    display: none;
  }
  .fr-popular-video__app {
    margin-bottom: 1.5rem;
    max-width: 65%;
  }
  .fr-popular-video__inner {
    overflow-x: scroll;
  }
  .fr-popular-video__main-video {
    width: calc(100% - 16px);
    flex-shrink: 0;
  }
  .fr-popular-video__col {
    width: 100%;
    margin-left: 0;
  }
  .fr-popular-video__similar-inner {
    overflow-x: scroll;
  }
  .fr-popular-video__similar-item {
    flex-shrink: 0;
    width: calc(100% / 2 - 16px);
  }
}

@media (max-width: 575.98px) {
  .fr-popular-video__main-video {
    margin-bottom: 1rem;
  }
  .fr-popular-video__app-btn {
    width: 125px;
  }
  .fr-popular-video__app-qr-icon {
    margin-bottom: 0.5rem;
  }
  .fr-popular-video__app-top {
    margin-bottom: 1.5rem;
  }
  .fr-popular-video__app-title {
    max-width: 100%;
    margin-bottom: 0;
  }
  .fr-popular-video__app {
    background-size: contain;
    padding: 32px 120px 30px 16px;
    max-width: 100%;
  }
}

.fr-check__inner {
  display: flex;
}

.fr-check__title-img {
  flex-shrink: 0;
}

.fr-check__col-inner {
  display: flex;
  margin-bottom: 1.5rem;
}

.fr-check__search {
  padding-right: 1.5rem;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  margin-right: 1.5rem;
  max-width: 290px;
  width: 100%;
}

.fr-check__title {
  font-weight: 700;
  margin-bottom: 1rem;
}

.fr-check__item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}

.fr-check__item:last-child {
  margin-bottom: 0;
}

.fr-check__circle {
  width: 54px;
  height: 54px;
  background-color: rgba(30, 160, 30, 0.1);
  justify-content: center;
  align-items: center;
  display: flex;
  border-radius: 50%;
  flex-shrink: 0;
  color: #0d870d;
  margin-right: 12px;
}

.fr-check__circle span {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

.fr-check__circle .span-size {
  font-size: 16px;
}

.fr-check__circle_orange {
  background-color: rgba(250, 150, 30, 0.1);
}

.fr-check__info-inner {
  display: flex;
  margin-left: -24px;
  flex-wrap: wrap;
}

.fr-check__info-item {
  width: calc(100% / 2 - 24px);
  margin-left: 24px;
}

.fr-check__input-inner {
  display: flex;
}

.fr-check__input-btn {
  flex-shrink: 0;
  width: 94px;
  margin-left: 1rem;
}

.display-xs {
  display: none;
}

@media (max-width: 1207.98px) {
  .fr-check__title-img {
    flex-shrink: 0.7;
  }
  .fr-check__title-img img {
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  .fr-check__info-item {
    width: calc(100% / 1 - 24px);
  }
}

@media (max-width: 767.98px) {
  .fr-check__inner {
    display: block;
  }
  .fr-check__title-img {
    max-width: 300px;
    margin: 0 auto;
    margin-bottom: 1rem;
  }
}

@media (max-width: 575.98px) {
  .fr-check {
    padding-top: 24px;
  }
  .fr-check__input-btn {
    width: 100%;
    margin-left: 0;
    margin-top: 0.5rem;
  }
  .fr-check__input-inner {
    display: block;
  }
  .hide-xs {
    display: none;
  }
  .display-xs {
    display: block;
  }
  .display-xs.fr-popular-video__main-btn {
    display: inline-block;
  }
  .fr-check__title-img {
    overflow: hidden;
    height: 120px;
  }
  .fr-check__col-inner {
    display: block;
  }
  .fr-check__search {
    max-width: 100%;
    margin-bottom: 1rem;
    padding-right: 0;
    border-right: 0;
  }
}

.fr-items__wrapper {
  width: calc(100% / 4 - 16px);
  margin-left: 16px;
  margin-bottom: 1rem;
}

.fr-items__top {
  height: 140px;
  margin-bottom: 0.5rem;
  padding-right: 40px;
}

.fr-items__top_reviews {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(229, 101, 0, 0.2) 100%), rgba(255, 143, 39, 0.5);
}

.fr-items__top_mac {
  background: linear-gradient(180deg, rgba(255, 190, 10, 0) 0%, rgba(255, 190, 10, 0.5) 100%), rgba(255, 190, 10, 0.5);
}

.fr-items__top_box {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 95, 191, 0.5) 100%), rgba(0, 95, 191, 0.5);
}

.fr-items__top_shop {
  background: linear-gradient(180deg, rgba(3, 1, 58, 0) 0%, rgba(64, 82, 194, 0.2) 100%), #DECEFF;
}

.fr-items__top_shop, .fr-items__top_reviews, .fr-items__top_mac, .fr-items__top_box {
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: bottom;
}

.fr-items__text {
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.52);
}

@media (max-width: 991.98px) {
  .fr-items__top {
    background-size: 90px;
  }
}

@media (max-width: 767.98px) {
  .fr-items__top {
    background-size: auto;
  }
  .fr-items__wrapper {
    margin-left: 8px;
    width: calc(100% / 2 - 8px);
  }
}

@media (max-width: 575.98px) {
  .fr-items__top_box {
    background-position-x: 111%;
  }
  .fr-items__top {
    background-size: 92px;
    padding: 16px 70px 16px 12px;
  }
  .fr-items__wrapper .bg-box__text span {
    font-size: 14px;
    line-height: 20px;
  }
}

.fr-good-know__item {
  width: calc(100% / 6 - 16px);
  padding: 16px 45px 16px 12px;
  margin-left: 16px;
  height: 140px;
  margin-bottom: 16px;
}

.fr-good-know__item .bg-box__text span {
  font-size: 14px;
  line-height: 20px;
}

.fr-good-know__item_pos {
  background-position-y: 109%;
}

@media (max-width: 767.98px) {
  .fr-good-know__item {
    width: calc(100% / 3 - 8px);
    margin-left: 8px;
  }
}

@media (max-width: 575.98px) {
  .fr-good-know__item {
    width: calc(100% / 2 - 8px);
    background-size: auto;
    padding-right: 40px;
  }
}

.tdb-view__item_banner {
  width: 100%;
  margin: 8px 0 16px 8px;
  padding: 0 8px;
  position: relative;
}

.tdb-view__item_banner img {
  object-fit: cover;
}

.tdb-view__item_banner .fr-cards__banner {
  height: auto;
}

.tdb-view__item_banner .fr-list__img {
  margin-top: 0;
}

.fr-cards__banner {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #DFDFDF;
}

@media (max-width: 400px) {
  .tdb-view__item_banner {
    padding: 0 4px;
  }
}

.fr-banner-wrapper {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.fr-banner {
  padding: 24px;
  background: rgba(250, 150, 30, 0.1);
  border-radius: 8px;
}

.fr-banner__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
}

.fr-banner__inner {
  margin-top: 24px;
  display: flex;
  align-items: flex-start;
}

.fr-banner__image {
  width: 140px;
  height: 140px;
  flex-shrink: 0;
}

.fr-banner__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fr-banner__info {
  margin-left: 16px;
}

.fr-banner__info-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.fr-banner__info-button {
  margin-top: 16px;
}

@media (max-width: 575.98px) {
  .fr-banner-wrapper {
    margin-top: 32px;
    padding-top: 0;
    border-top: none;
  }
  .fr-banner {
    padding: 16px;
  }
  .fr-banner__title {
    font-size: 18px;
    line-height: 24px;
  }
  .fr-banner__inner {
    flex-wrap: wrap;
  }
  .fr-banner__info {
    width: 100%;
    margin-top: 8px;
  }
  .fr-banner__info-button {
    margin-top: 8px;
  }
  .fr-banner__info-button .btn {
    width: 100%;
  }
}

.fr-app-banner {
  display: flex;
  background-image: url("/img/beboss/fr/main/2020-v2.0/banner-app-back-image.png");
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 40px;
  border-radius: 8px;
}

.fr-app-banner__content {
  padding: 58px 0 58px 24px;
}

.fr-app-banner__head {
  display: flex;
  align-items: center;
}

.fr-app-banner__value {
  margin-left: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.fr-app-banner__icon {
  display: flex;
  width: 32px;
  height: 32px;
  background-color: #fff;
  border-radius: 8px;
}

.fr-app-banner__title {
  margin-top: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.fr-app-banner__description {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.fr-app-banner__links {
  margin-left: 16px;
  padding-right: 16px;
  display: flex;
  align-items: center;
  flex: 1;
}

.fr-app-banner__links-qrcode {
  background-color: #fff;
  padding: 16px;
  border-radius: 10px;
}

.fr-app-banner__links-qrcode-description {
  margin-top: 16px;
  font-size: 10px;
  font-weight: 700;
  line-height: 12px;
  color: rgba(0, 0, 0, 0.52);
  text-align: center;
}

.fr-app-banner__links-qrcode-image {
  width: 128px;
  height: 128px;
}

.fr-app-banner__links-qrcode-image img {
  width: 100%;
  height: 100%;
}

.fr-app-banner__links-image {
  width: 276px;
  height: 100%;
  flex-shrink: 0;
}

.fr-app-banner__links-image-box {
  width: 100%;
  height: 100%;
  position: relative;
}

.fr-app-banner__links-image-box img {
  width: 100%;
  position: absolute;
  bottom: 0;
}

.fr-app-banner__links-badges {
  margin-left: 24px;
  display: inline-block;
}

.fr-app-banner__links-badges.mobile {
  display: none;
}

.links-badges__item {
  display: inline-block;
  margin-top: 16px;
}

.links-badges__item:first-child {
  margin-top: 0;
}

@media (max-width: 991.98px) {
  .fr-app-banner__links-badges {
    display: none;
  }
  .fr-app-banner__links-badges.mobile {
    display: inline-block;
    margin-left: 0;
    margin-top: 8px;
  }
  .fr-app-banner__links-badges.mobile .links-badges__item {
    display: block;
    margin-top: 8px;
  }
  .fr-app-banner__links-badges.mobile .links-badges__item:first-child {
    margin-top: 0;
  }
}

@media (max-width: 767.98px) {
  .fr-app-banner__links-qrcode {
    display: none;
  }
  .fr-app-banner {
    justify-content: space-between;
  }
  .fr-app-banner__content {
    padding: 24px 8px 24px 24px;
  }
  .fr-app-banner__links {
    padding-right: 0;
    margin-left: 0;
    flex: none;
  }
  .fr-app-banner__links-image {
    width: 116px;
  }
  .fr-app-banner__links-image-box {
    overflow: hidden;
    min-height: 280px;
  }
  .fr-app-banner__links-image-box img {
    width: auto;
  }
  .fr-app-banner__title {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
  }
  .fr-app-banner__description {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }
}

.fr-text {
  margin-top: 40px;
}

.fr-text__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin: 40px 0 0;
}

.fr-text__title:first-child {
  margin-top: 0;
}

.fr-text__border-box {
  padding: 16px;
  border-radius: 10px;
  margin-top: 24px;
  border: 1px solid #ECEEF2;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.fr-text__border-box.with-image {
  display: flex;
  align-items: center;
}

.fr-text__border-box.with-image img {
  flex-shrink: 0;
  margin-right: 16px;
  width: 80px;
  height: 80px;
  align-self: flex-start;
}

.fr-text__border-box p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin: 4px 0 0 0;
}

.fr-text__border-box p:first-child {
  margin-top: 0;
}

.fr-text__border-box .fr-text__columns p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 4px 0 0;
}

.fr-text__border-box .fr-text__columns p:first-child {
  margin-top: 0;
}

.fr-text__value {
  margin-top: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.fr-text__value:first-child {
  margin-top: 0;
}

.fr-text__value p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 4px 0 0 0;
}

.fr-text__value p:first-child {
  margin-top: 0;
}

.fr-text__float {
  display: flex;
  align-items: flex-start;
  margin-top: 24px;
}

.fr-text__float p {
  margin: 4px 0 0 0;
}

.fr-text__float p:first-child {
  margin-top: 0;
}

.fr-text__float-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-left: 16px;
}

.fr-text__float-list {
  list-style: outside;
  margin-top: 8px;
  padding-left: 24px;
}

.fr-text__float-list li {
  margin-top: 4px;
}

.fr-text__float-list.with-icon {
  padding-left: 0;
  list-style: none;
}

.fr-text__float-list.with-icon li {
  display: flex;
  align-items: center;
  margin-top: 8px;
}

.fr-text__float-list.with-icon li img {
  margin-right: 8px;
  width: 24px;
  height: 24px;
}

.fr-text__float-list.with-arrow li img {
  align-self: flex-start;
  margin-top: 2px;
}

.fr-text__float-list-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.fr-text__float-list-description {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-top: 8px;
}

.float-box__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
}

.fr-text__float-box {
  padding: 16px;
  border-radius: 10px;
  background-color: #ECEEF2;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  flex-shrink: 0;
  width: 100%;
}

.fr-text__float-box.big {
  max-width: 552px;
}

.fr-text__float-box.small {
  max-width: 410px;
}

.fr-text__columns {
  display: flex;
  margin-left: -24px;
  padding-top: 24px;
}

.fr-text__columns:first-child {
  padding-top: 0;
}

.fr-text__columns-item {
  margin-left: 24px;
  width: calc(50% - 24px);
}

.fr-text__columns-item img {
  margin-bottom: 16px;
  width: 80px;
  height: 80px;
}

.fr-text__columns-item p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 4px 0 0;
}

.fr-text__columns-item p:first-child {
  margin-top: 0;
}

.fr-text__columns-title {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.fr-text__columns-list {
  margin: 16px 0;
  list-style: auto;
  padding-left: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.fr-text__columns-list li {
  margin-top: 4px;
}

.fr-text__columns-list li::marker {
  font-weight: 700;
}

.fr-text__columns-list li:first-child {
  margin-top: 0;
}

@media (max-width: 767.98px) {
  .fr-text__float {
    flex-wrap: wrap;
    margin-top: 8px;
  }
  .fr-text__float-box.big, .fr-text__float-box.small {
    max-width: none;
  }
  .fr-text__float-text {
    margin-left: 0;
    margin-top: 8px;
  }
  .fr-text__title {
    margin-top: 32px;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
  }
  .fr-text__border-box:not(.mobile-border) {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin-top: 8px;
  }
  .fr-text__border-box:not(.mobile-border).with-image {
    flex-wrap: wrap;
  }
  .fr-text__border-box:not(.mobile-border).with-image img {
    margin-right: 0;
    margin-bottom: 16px;
  }
  .fr-text__border-box:not(.mobile-border) p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 8px;
  }
  .fr-text__border-box:not(.mobile-border) p:first-child {
    margin-top: 0;
  }
  .fr-text__border-box.mobile-border {
    padding: 16px;
  }
  .fr-text__border-box.mobile-border .fr-text__columns-item {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #ECEEF2;
  }
  .fr-text__border-box.mobile-border .fr-text__columns-item:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }
  .fr-text__columns-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
  }
  .fr-text__value {
    margin-top: 8px;
  }
  .fr-text__value p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 8px;
  }
  .fr-text__value p:first-child {
    margin-top: 0;
  }
  .fr-text__columns {
    padding-top: 8px;
    flex-wrap: wrap;
  }
  .fr-text__columns-item {
    width: 100%;
    margin-top: 8px;
  }
  .fr-text__columns-item.with-image {
    display: flex;
  }
  .fr-text__columns-item.with-image img {
    width: 40px;
    height: 40px;
    margin-right: 8px;
    margin-bottom: 0;
  }
  .fr-text__columns-item.with-image p {
    margin-top: 0;
  }
  .fr-text__columns-item:first-child {
    margin-top: 0;
  }
  .fr-text__columns-item p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 8px;
  }
  .fr-text__columns-item p:first-child {
    margin-top: 0;
  }
  .fr-text__columns-list {
    margin: 8px 0;
  }
  .fr-mobile-box {
    background: rgba(255, 244, 179, 0.25);
    border-radius: 10px;
    padding: 16px;
  }
}

.fr-news__inner {
  padding-top: 16px;
  display: flex;
  flex-wrap: wrap;
  margin-top: -16px;
  margin-left: -16px;
}

.fr-news__item {
  margin-left: 16px;
  margin-top: 16px;
  width: calc(25% - 16px);
  position: relative;
}

.fr-news__item-image {
  width: 100%;
}

.fr-news__item-image-box {
  width: 100%;
  height: 0;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  padding-bottom: 52.24%;
}

.fr-news__item-image-box img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

.fr-news__item-title {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #000;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.fr-news__item-title:hover {
  text-decoration: underline;
}

.fr-news__item-title::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.fr-news__item-date {
  color: rgba(0, 0, 0, 0.52);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-top: 8px;
}

@media (max-width: 991.98px) {
  .fr-news__item {
    width: calc(50% - 16px);
  }
}

@media (max-width: 575.98px) {
  .fr-news__item {
    width: 100%;
  }
}

/*# sourceMappingURL=page.css.map */
