@font-face {
  font-family: 'Ubuntu';
  src: url(fonts/Ubuntu-Regular.woff2) format('woff2'), url(fonts/Ubuntu-Regular.woff) format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ubuntu';
  src: url(fonts/Ubuntu-Italic.woff2) format('woff2'), url(fonts/Ubuntu-Italic.woff) format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ubuntu';
  src: url(fonts/Ubuntu-Light.woff2) format('woff2'), url(fonts/Ubuntu-Light.woff) format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ubuntu';
  src: url(fonts/Ubuntu-Medium.woff2) format('woff2'), url(fonts/Ubuntu-Medium.woff) format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ubuntu';
  src: url(fonts/Ubuntu-Bold.woff2) format('woff2'), url(fonts/Ubuntu-Bold.woff) format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'UbuntuMedium';
  src: url(fonts/Ubuntu-Medium.woff2) format('woff2'), url(fonts/Ubuntu-Medium.woff) format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'MyriadProRegular';
  src: url(fonts/MyriadPro-Regular.woff2) format('woff2'), url(fonts/MyriadPro-Regular.woff) format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'MyriadProSemibold';
  src: url(fonts/MyriadPro-Semibold.woff2) format('woff2'), url(fonts/MyriadPro-Semibold.woff) format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'MariadProBold';
  src: url(fonts/MyriadPro-Bold.woff2) format('woff2'), url(fonts/MyriadPro-Bold.woff) format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'VerveineCorpRegular';
  src: url(fonts/VerveineCorp-Regular.woff2) format('woff2'), url(fonts/VerveineCorp-Regular.woff) format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url(fonts/roboto-400-normal.woff2) format('woff2'), url(fonts/roboto-400-normal.woff) format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'TTCommons';
  src: url(fonts/tt-commons-regular-1.woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'TTCommonsDemiBold';
  src: url(fonts/tt-commons-demibold-3.woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  overflow-y: scroll;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*:focus,
*:hover {
  outline: none !important;
}
*,
::after,
::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header {
  position: relative;
  z-index: 10;
}
.b-header-menu {
  position: relative;
  cursor: default;
}
.b-header-menu__wrapper {
  position: relative;
  max-width: 1340px;
  margin: 0 auto;
}
.b-header-menu__button {
  position: absolute;
  top: 40px;
  right: 50px;
  width: 46px;
  height: 46px;
  background: #9e7df9;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: background 0.134s;
  transition: background 0.134s;
}
@media screen and (max-width: 1240px) {
.b-header-menu__button {
    top: 30px;
    right: 30px;
    width: 40px;
    height: 40px;
}
}
@media screen and (max-width: 599px) {
.b-header-menu__button {
    right: 20px;
}
}
.b-header-menu__button:hover {
  background: #c495ff;
}
.b-header-menu__button:active {
  background: rgba(196,149,255,0.5);
}
.b-header-menu__button span {
  position: relative;
  width: 20px;
  height: 2px;
  background: #fff;
  pointer-events: none;
}
.b-header-menu__button span:before,
.b-header-menu__button span:after {
  content: '';
  position: absolute;
  left: 0;
  top: -6px;
  width: 20px;
  height: 2px;
  background: #fff;
}
.b-header-menu__button span:after {
  top: 6px;
  width: 14px;
}
.b-header-menu__content {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-y: auto;
  background: #433e52;
  color: #fff;
  padding: 40px 50px 50px;
  display: none;
}
@media screen and (max-width: 1240px) {
.b-header-menu__content {
    padding: 28px 30px 42px /*18*/;
}
}
@media screen and (max-width: 599px) {
.b-header-menu__content {
    padding: 42px 20px 0;
}
}
.b-header-menu__row {
  -webkit-columns: 3;
     -moz-columns: 3;
          columns: 3;
}
@media screen and (max-width: 1240px) {
.b-header-menu__row {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
}
}
@media screen and (max-width: 599px) {
.b-header-menu__row {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
}
}
.b-header-menu__row--header {
  -webkit-columns: 1;
     -moz-columns: 1;
          columns: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  min-height: 80px;
  padding: 0 100px 28px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
@media screen and (max-width: 1240px) {
.b-header-menu__row--header {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
    min-height: 72px;
    padding: 0 48px 28px;
}
}
@media screen and (max-width: 1024px) {
.b-header-menu__row--header {
    display: block;
}
}
@media screen and (max-width: 767px) {
.b-header-menu__row--header {
    padding: 0 28px 28px;
}
}
@media screen and (max-width: 599px) {
.b-header-menu__row--header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0px 26px 20px;
    min-height: 98px;
}
}
.b-header-menu__section {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 41px;
  padding-right: 20px;
}
@media screen and (max-width: 599px) {
.b-header-menu__section {
    padding-right: 0;
}
}
.b-header-menu__link {
  font-size: 16px;
  line-height: 16px;
  margin-right: 50px;
}
.b-header-menu__link:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
.b-header-menu__link {
    margin-right: 40px;
}
.b-header-menu__link:first-child {
    padding: 14px 0 26px;
}
.b-header-menu__link:nth-child(2) {
    margin-left: -10px;
}
}
@media screen and (max-width: 599px) {
.b-header-menu__link {
    margin-right: 36px;
    display: block;
    padding: 0 0 16px;
    margin-left: -10px;
}
.b-header-menu__link:first-child {
    margin-left: 0;
    padding: 0 0 20px;
    min-height: 46px;
}
}
.b-header-menu__item {
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 10px;
  margin-left: -10px;
}
.b-header-menu__list {
  padding: 56px 97px 0;
}
@media screen and (max-width: 1240px) {
.b-header-menu__list {
    padding: 31px 48px 0;
}
}
@media screen and (max-width: 767px) {
.b-header-menu__list {
    padding: 31px 28px 0;
}
}
@media screen and (max-width: 599px) {
.b-header-menu__list {
    padding: 27px 25px 0;
}
}
.b-header-menu__title {
  font-family: 'TTCommonsDemiBold', Arial, sans-serif;
  font-size: 30px;
  line-height: 30px;
  padding-bottom: 11px;
}
.b-header-menu__subsection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 10px;
}
.b-header-menu.is-open .b-header-menu__button span {
  background: transparent;
}
.b-header-menu.is-open .b-header-menu__button span:before {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.b-header-menu.is-open .b-header-menu__button span:after {
  top: 0;
  width: 20px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.b-header-menu.is-open .b-header-menu__content {
  display: block;
}
.b-header-menu a,
.b-header-menu a:focus,
.b-header-menu a:active {
  text-decoration: none;
  color: #9e7df9;
  cursor: pointer;
}
.b-header-menu a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
.b-header-menu a:hover {
    text-decoration: none;
}
}
a.b-header-menu__link,
span.b-header-menu__link,
a.b-header-menu__item,
.b-header-menu__item--subsections-opener {
  text-decoration: none;
  color: #9e7df9;
  cursor: pointer;
  border-radius: 8px;
  padding: 9px 10px;
  -webkit-transition: background 0.134s;
  transition: background 0.134s;
}
@media screen and (max-width: 1024px) {
a.b-header-menu__link,
  span.b-header-menu__link,
  a.b-header-menu__item,
  .b-header-menu__item--subsections-opener {
    padding-bottom: 0;
}
}
a.b-header-menu__link:hover,
span.b-header-menu__link:hover,
a.b-header-menu__item:hover,
.b-header-menu__item--subsections-opener:hover {
  text-decoration: none;
  background: rgba(0,0,0,0.4);
}
@media screen and (max-width: 1024px) {
a.b-header-menu__link:hover,
  span.b-header-menu__link:hover,
  a.b-header-menu__item:hover,
  .b-header-menu__item--subsections-opener:hover {
    background: none;
}
}
span.b-header-menu__item {
  padding: 9px 10px;
}
html,
body {
  font-family: 'TTCommons', Arial, sans-serif;
  line-height: 1.2;
}
#id {
  overflow: hidden;
  min-height: 100vh;
}
.body--overflow-hidden,
.is-fixed {
  overflow: hidden;
  height: 100vh;
}
.layout-main {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
/*&:after
		content ''
		position absolute
		top 0
		bottom 0
		left 100%
		width 100%
		background $white
		box-shadow 0 0 8px rgba(0,0,0,0.1) */
}
.layout-main:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  width: 100%;
  background: #433e52;
}
.page-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1240px) {
.page-content {
    display: block;
}
}
.page-content__column {
  width: calc(100% - 325px);
  position: relative;
}
@media screen and (max-width: 1240px) {
.page-content__column {
    width: 100%;
}
}
.page-content__column--aside {
  background: #433e52;
  padding: 11px 0;
  width: 325px;
  min-height: 100vh;
  font-size: 14px;
  line-height: 1.33;
  color: #fff;
}
@media screen and (max-width: 1240px) {
.page-content__column--aside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    min-height: 100px;
    padding: 10px 14px 17px;
}
}
@media screen and (max-width: 599px) {
.page-content__column--aside {
    padding: 10px 4px 8px;
}
}
.page-content__container {
  padding: 121px 0 53px 15px;
}
@media screen and (max-width: 1240px) {
.page-content__container {
    padding: 39px 0 50px;
}
}
@media screen and (max-width: 1024px) {
.page-content__container {
    padding: 43px 0 10px;
}
}
@media screen and (max-width: 599px) {
.page-content__container {
    padding: 29px 0 40px;
}
}
.page-content__block {
  padding: 0 50px 62px;
}
@media screen and (max-width: 1240px) {
.page-content__block {
    padding: 0 29px 42px;
}
}
@media screen and (max-width: 599px) {
.page-content__block {
    padding: 0 19px 32px;
}
}
.page-content__subtitle {
  font-family: 'TTCommonsDemiBold', Arial, sans-serif;
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 18px;
}
@media screen and (max-width: 599px) {
.page-content__subtitle {
    margin-bottom: 8px;
}
}
.page-content__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -8px;
}
.page-content__row--inner {
  margin: 0 -10px;
}
@media screen and (max-width: 599px) {
.page-content__row--inner {
    margin: 0 -8px;
}
}
.page-content__row-column {
  width: calc(33.3333% - 16px);
  max-width: 320px;
  margin: 0 8px;
}
@media screen and (max-width: 1240px) {
.page-content__row-column {
    max-width: none;
}
}
@media screen and (max-width: 1024px) {
.page-content__row-column {
    width: calc(50% - 16px);
}
}
@media screen and (max-width: 599px) {
.page-content__row-column {
    width: calc(100% - 16px);
}
}
.page-content__row--inner .page-content__row-column {
  width: calc(50% - 25px);
  max-width: 485px;
  margin: 0 10px;
}
@media screen and (max-width: 1240px) {
.page-content__row--inner .page-content__row-column {
    max-width: none;
}
}
@media screen and (max-width: 599px) {
.page-content__row--inner .page-content__row-column {
    width: 100%;
    margin: 0 8px;
}
}
.page-content__row--inner .b-category {
  margin-bottom: 8px;
  height: calc(100% - 8px);
}
.page-content__loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1002;
  background: rgba(255,255,255,0.6);
}
.page-content__loading-overlay:before {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  -webkit-animation: 1s linear infinite rotate;
          animation: 1s linear infinite rotate;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border-top: 2px solid #9e7df9;
  border-bottom: 2px solid #9e7df9;
}
@-webkit-keyframes rotate {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
@keyframes rotate {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.b-logo {
  background: url(src/assets/img/page-logo-new3.svg) no-repeat center top;
  background-size: contain;
  height: 80px;
  margin: 20px 50px 0;
  display: block;
}
@media screen and (max-width: 1240px) {
.b-logo {
    margin-right: calc(100% - 180px);
    margin-left: 16px;
    width: 180px;
    height: 56px;
}
}
@media screen and (max-width: 599px) {
.b-logo {
    height: 75px;
}
}
.b-data-block {
  padding: 57px 50px 41px;
}
@media screen and (max-width: 1240px) {
.b-data-block {
    position: relative;
    padding: 35px 16px 35px;
    width: 50%;
}
.b-data-block:after {
    content: '';
    position: absolute;
    right: 0;
    top: 25px;
    bottom: 25px;
    width: 1px;
    background: rgba(255,255,255,0.1);
}
.b-data-block:last-child {
    padding-left: 30px;
}
.b-data-block:last-child:after {
    display: none;
}
}
@media screen and (max-width: 1024px) {
.b-data-block {
    padding: 29px 16px 23px;
}
}
@media screen and (max-width: 599px) {
.b-data-block {
    padding: 19px 16px 22px;
    width: 100%;
}
.b-data-block:after {
    display: none;
}
}
@media screen and (max-width: 1240px) {
.b-data-block__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
}
@media screen and (max-width: 599px) {
.b-data-block__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 420px;
}
}
.b-data-block__item {
  margin-bottom: 15px;
}
@media screen and (max-width: 1240px) {
.b-data-block__item {
    width: 100%;
    margin-right: 50px;
    max-width: calc(33% - 40px);
}
.b-data-block__item:nth-child(3) {
    margin-right: 0;
}
.b-data-block__item:nth-child(n+4) {
    display: none;
}
}
@media screen and (max-width: 1024px) {
.b-data-block__item {
    max-width: calc(100% - 50px);
    margin-bottom: 17px;
}
.b-data-block__item:nth-child(3) {
    margin-right: 50px;
}
.b-data-block__item:nth-child(n+3) {
    display: none;
}
}
@media screen and (max-width: 599px) {
.b-data-block__item {
    margin-right: 20px;
    margin-bottom: 10px;
    max-width: calc(50% - 20px);
}
.b-data-block__item:nth-child(n+2) {
    margin-right: 0;
}
}
@media screen and (max-width: 1240px) {
.b-data-block--with-view .b-data-block__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-item-align: start;
        align-self: flex-start;
    max-width: calc(50% - 50px);
}
.b-data-block--with-view .b-data-block__item:nth-child(n+3) {
    display: none;
}
}
@media screen and (max-width: 1024px) {
.b-data-block--with-view .b-data-block__item {
    max-width: calc(100% - 50px);
}
}
@media screen and (max-width: 599px) {
.b-data-block--with-view .b-data-block__item {
    max-width: calc(50% - 20px);
}
}
.b-data-block__desc {
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  word-break: break-word;
}
@media screen and (max-width: 1240px) {
.b-data-block__desc {
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
}
}
a.b-data-block__desc:hover {
  color: #c3bcd8;
  text-decoration: none;
}
.b-data-block__title {
  font-family: 'TTCommonsDemiBold', Arial, sans-serif;
  font-size: 21px;
  padding-bottom: 18px;
}
.b-data-block__date {
  font-size: 14px;
  text-transform: uppercase;
  color: #9e7df9;
  padding-bottom: 5px;
}
@media screen and (max-width: 1240px) {
.b-data-block__date {
    margin-right: 21px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
}
}
.b-data-block__views {
  position: relative;
  font-size: 14px;
  color: #a8a4b5;
  margin-top: 5px;
  padding: 0 0 4px 15px;
}
@media screen and (max-width: 1240px) {
.b-data-block__views {
    margin-top: 0;
    padding: 0 0 5px 15px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
}
}
.b-data-block__views:before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 10px;
  height: 7px;
  background: url(src/assets/img/eye.svg) no-repeat left top;
}
.b-data-block__btn {
  margin-top: 10px;
  width: 100%;
}
@media screen and (max-width: 1240px) {
.b-data-block__btn {
    max-width: 210px;
}
}
@media screen and (max-width: 599px) {
.b-data-block__btn {
    max-width: none;
}
}
@media screen and (max-width: 1240px) and (max-width: 599px) {
.b-data-block:last-child {
    padding-left: 16px;
}
}
.btn {
  display: inline-block;
  vertical-align: middle;
  background: #9e7df9;
  border-radius: 5px;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  min-height: 30px;
  padding: 6px 15px;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: background 0.134s;
  transition: background 0.134s;
}
.btn,
.btn:focus,
.btn:active {
  color: #fff;
}
.btn:hover {
  background: #c495ff;
}
.btn:active {
  background: rgba(196,149,255,0.5);
}
.b-category {
  position: relative;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  height: calc(100% - 18px);
  min-height: 76px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 18px;
  color: #333;
  text-decoration: none;
  cursor: pointer;
}
@media screen and (max-width: 599px) {
.b-category {
    margin-bottom: 8px;
    height: calc(100% - 8px);
}
}
.b-category:hover {
  border-color: #c495ff;
}
.b-category:active {
  border-color: rgba(196,149,255,0.5);
}
.b-category__wrapper {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 10px 12px;
  margin: 0 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.b-category__status {
  display: none;
  font-size: 14px;
  line-height: 1.33;
  text-transform: uppercase;
  background: #fff;
  color: #9e7df9;
  position: absolute;
  right: 21px;
  top: -10px;
  padding: 0 5px;
}
.b-category__label {
  display: none;
  font-size: 12px;
  line-height: 1.33;
  text-transform: uppercase;
  color: #fff;
  background: #9e7df9;
  border-radius: 4px;
  position: absolute;
  right: 6px;
  bottom: 7px;
  padding: 3px 8px;
}
.b-category__label.is-active-label {
  display: block;
}
.b-category__image {
  position: relative;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0;
  line-height: 1;
}
.b-category__image img {
  -o-object-position: top;
     object-position: top;
  -o-object-fit: cover;
     object-fit: cover;
  width: 50px;
  height: 50px;
}
.b-category__state {
  display: none;
  border-radius: 50%;
  position: absolute;
  right: -10px;
  top: -10px;
  font-size: 0;
  line-height: 1;
}
.b-category__state.is-active-state {
  display: block;
}
.b-category__state img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 25px;
  height: 25px;
}
.b-category__info {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 20px;
}
.b-category__title {
  font-size: 16px;
  line-height: 16px;
}
.b-category__desc {
  font-size: 14px;
  line-height: 14px;
  color: #6d6e71;
  padding-top: 4px;
  word-break: break-word;
}
.b-category.is-active-status {
  border: 2px solid #9e7df9;
}
.b-category.is-active-status:hover {
  border-color: #c495ff;
}
.b-category.is-active-status:active {
  border-color: rgba(196,149,255,0.5);
}
.b-category.is-active-status .b-category__status {
  display: block;
}
.b-category.is-active-status .b-category__wrapper {
  margin: 0 0;
}
.b-category.is-active-status .b-category__label {
  bottom: 6px;
}
.b-category__label.is-active-label + .b-category__wrapper .b-category__info {
  padding-bottom: 20px;
}
body .os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  background: #c3bcd8;
}
body .os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle.active {
  background: #c495ff;
}
body .os-theme-dark > .os-scrollbar:hover > .os-scrollbar-track > .os-scrollbar-handle {
  background: #c495ff;
}

/*!
 * OverlayScrollbars
 * https://github.com/KingSora/OverlayScrollbars
 *
 * Version: 1.13.0
 *
 * Copyright KingSora | Rene Haas.
 * https://github.com/KingSora
 *
 * Released under the MIT license.
 * Date: 02.08.2020
 */

/*
OVERLAY SCROLLBARS CORE:
*/

html.os-html,
html.os-html > .os-host {
    display: block;
    overflow: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 100% !important;
    width: 100% !important;
    min-width: 100% !important;
    min-height: 100% !important;
    margin: 0 !important;
    position: absolute !important; /* could be position: fixed; but it causes issues on iOS (-webkit-overflow-scrolling: touch) */
}
html.os-html > .os-host > .os-padding {
    position: absolute; /* could be position: fixed; but it causes issues on iOS (-webkit-overflow-scrolling: touch) */
}
body.os-dragging,
body.os-dragging * {
    cursor: default;
}
.os-host,
.os-host-textarea {
    position: relative;
    overflow: visible !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
                -ms-grid-row-align: flex-start;
            align-items: flex-start;
}
.os-host-flexbox {
    overflow: hidden !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.os-host-flexbox > .os-size-auto-observer {
    height: inherit !important;
}
.os-host-flexbox > .os-content-glue {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.os-host-flexbox > .os-size-auto-observer,
.os-host-flexbox > .os-content-glue {
    min-height: 0;
    min-width: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
}
#os-dummy-scrollbar-size {
    position: fixed;
    opacity: 0;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    visibility: hidden;
    overflow: scroll;
    height: 500px;
    width: 500px;
}
#os-dummy-scrollbar-size > div {
    width: 200%;
    height: 200%; 
    margin: 10px 0;
}
/* fix restricted measuring */
#os-dummy-scrollbar-size:before,
#os-dummy-scrollbar-size:after,
.os-content:before,
.os-content:after {
    content: '';
    display: table;
    width: 0.01px;
    height: 0.01px;
    line-height: 0;
    font-size: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    visibility: hidden;
}
#os-dummy-scrollbar-size,
.os-viewport {
    -ms-overflow-style: scrollbar !important;
}
.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size,
.os-viewport-native-scrollbars-invisible.os-viewport {
    scrollbar-width: none !important;
}
.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size::-webkit-scrollbar,
.os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar,
.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size::-webkit-scrollbar-corner,
.os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar-corner {
    display: none !important;
    width: 0px !important;
    height: 0px !important;
    visibility: hidden !important;
    background: transparent !important;
}
.os-content-glue {
    -webkit-box-sizing: inherit;
            box-sizing: inherit;
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none;
}
.os-padding {
    -webkit-box-sizing: inherit;
            box-sizing: inherit;
    direction: inherit;
    position: absolute;
    overflow: visible;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
	z-index: 0;
}
.os-host-overflow > .os-padding {
    overflow: hidden;
}
.os-viewport {
    direction: inherit !important;
    -webkit-box-sizing: inherit !important;
            box-sizing: inherit !important;
    resize: none !important;
    outline: none !important;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch;
}
.os-content-arrange {
    position: absolute;
    z-index: -1;
    min-height: 1px;
    min-width: 1px;
    pointer-events: none;
}
.os-content {
    direction: inherit;
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
    height: 100%;
    width: 100%;
    visibility: visible;
}
.os-content > .os-textarea {
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
    direction: inherit !important;
    background: transparent !important;
    outline: 0px none transparent !important;
    overflow: hidden !important;
    position: absolute !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    margin: 0 !important;
    border-radius: 0px !important;
    float: none !important;
    -webkit-filter: none !important;
            filter: none !important;
    border: none !important;
    resize: none !important;
    -webkit-transform: none !important;
            transform: none !important;
    max-width: none !important;
    max-height: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    -webkit-perspective: none !important;
            perspective: none !important;
    opacity: 1 !important;
    z-index: 1 !important;
    clip: auto !important;
    vertical-align: baseline !important;
    padding: 0px;
}
.os-host-rtl > .os-padding > .os-viewport > .os-content > .os-textarea {
    right: 0 !important;
}
.os-content > .os-textarea-cover {
    z-index: -1;
    pointer-events: none;
}
.os-content > .os-textarea[wrap='off'] {
    white-space: pre !important;
    margin: 0px !important;
}
.os-text-inherit {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-variant: inherit;
    text-transform: inherit;
    text-decoration: inherit;
    text-indent: inherit;
    text-align: inherit;
    text-shadow: inherit;
    text-overflow: inherit;
    letter-spacing: inherit;
    word-spacing: inherit;
    line-height: inherit;
    unicode-bidi: inherit;
    direction: inherit;
    color: inherit;
    cursor: text;
}
.os-resize-observer,
.os-resize-observer-host {
    -webkit-box-sizing: inherit;
            box-sizing: inherit;
    display: block;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    pointer-events: none;
    z-index: -1;
}
.os-resize-observer-host {
    padding: inherit;
    border: inherit;
    border-color: transparent;
    border-style: solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.os-resize-observer-host.observed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.os-resize-observer-host > .os-resize-observer,
.os-resize-observer-host.observed > .os-resize-observer {
    height: 200%;
    width: 200%;
    padding: inherit;
    border: inherit;
    margin: 0;
    display: block;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
}
.os-resize-observer-host.observed > .os-resize-observer,
.os-resize-observer-host.observed > .os-resize-observer:before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.os-resize-observer-host.observed > .os-resize-observer:before {
    content: '';
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    padding: inherit;
    border: inherit;
    margin: 0;
}
.os-size-auto-observer {
    -webkit-box-sizing: inherit !important;
            box-sizing: inherit !important;
    height: 100%;
    width: inherit;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    -webkit-box-flex: inherit;
        -ms-flex-positive: inherit;
            flex-grow: inherit;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
}
.os-size-auto-observer > .os-resize-observer {
    width: 1000%;
    height: 1000%;
    min-height: 1px;
    min-width: 1px;
}
.os-resize-observer-item {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
    opacity: 0;
    direction: ltr !important;
    -webkit-box-flex: 0 !important;
    -ms-flex: none !important;
    flex: none !important;
}
.os-resize-observer-item-final {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: none !important;
    transition: none !important;
    -webkit-box-flex: 0 !important;
    -ms-flex: none !important;
    flex: none !important;
}
.os-resize-observer {
    -webkit-animation-duration: 0.001s;
    animation-duration: 0.001s;
    -webkit-animation-name: os-resize-observer-dummy-animation;
    animation-name: os-resize-observer-dummy-animation;
}
object.os-resize-observer {
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
}
@-webkit-keyframes os-resize-observer-dummy-animation {
    from {
		cursor: auto;
	}
	to {
		cursor: none;
	}
}
@keyframes os-resize-observer-dummy-animation {
    from {
		cursor: auto;
	}
	to {
		cursor: none;
	}
}

/*
CUSTOM SCROLLBARS AND CORNER CORE:
*/

.os-host-transition > .os-scrollbar,
.os-host-transition > .os-scrollbar-corner {
    -webkit-transition: opacity 0.3s, visibility 0.3s, top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
    transition: opacity 0.3s, visibility 0.3s, top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
}
html.os-html > .os-host > .os-scrollbar {
    position: absolute; /* could be position: fixed; but it causes issues on iOS (-webkit-overflow-scrolling: touch) */
    z-index: 999999; /* highest z-index of the page */
}
.os-scrollbar,
.os-scrollbar-corner {
    position: absolute;
    opacity: 1;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    z-index: 1;
}
.os-scrollbar-corner {
    bottom: 0;
    right: 0;
}
.os-scrollbar {
    pointer-events: none;
}
.os-scrollbar-track {
    pointer-events: auto;
    position: relative;
    height: 100%;
    width: 100%;
    padding: 0 !important;
    border: none !important;
}
.os-scrollbar-handle {
    pointer-events: auto;
    position: absolute;
    width: 100%;
    height: 100%;
}
.os-scrollbar-handle-off,
.os-scrollbar-track-off {
    pointer-events: none;
}
.os-scrollbar.os-scrollbar-unusable,
.os-scrollbar.os-scrollbar-unusable * {
    pointer-events: none !important;
}
.os-scrollbar.os-scrollbar-unusable .os-scrollbar-handle {
    opacity: 0 !important;
}
.os-scrollbar-horizontal {
    bottom: 0;
    left: 0;
}
.os-scrollbar-vertical {
    top: 0;
    right: 0;
}
.os-host-rtl > .os-scrollbar-horizontal {
    right: 0;
}
.os-host-rtl > .os-scrollbar-vertical {
    right: auto;
    left: 0;
}
.os-host-rtl > .os-scrollbar-corner {
    right: auto;
    left: 0;
}
.os-scrollbar-auto-hidden,
.os-padding + .os-scrollbar-corner,
.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden > .os-scrollbar-corner,
.os-host-scrollbar-horizontal-hidden > .os-scrollbar-horizontal,
.os-host-resize-disabled.os-host-scrollbar-vertical-hidden > .os-scrollbar-corner,
.os-host-scrollbar-vertical-hidden > .os-scrollbar-vertical,
.os-scrollbar-horizontal.os-scrollbar-auto-hidden + .os-scrollbar-vertical + .os-scrollbar-corner,
.os-scrollbar-horizontal + .os-scrollbar-vertical.os-scrollbar-auto-hidden + .os-scrollbar-corner,
.os-scrollbar-horizontal.os-scrollbar-auto-hidden + .os-scrollbar-vertical.os-scrollbar-auto-hidden + .os-scrollbar-corner {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.os-scrollbar-corner-resize-both {
    cursor: nwse-resize;
}
.os-host-rtl > .os-scrollbar-corner-resize-both {
    cursor: nesw-resize;
}
.os-scrollbar-corner-resize-horizontal {
    cursor: ew-resize;
}
.os-scrollbar-corner-resize-vertical {
    cursor: ns-resize;
}
.os-dragging .os-scrollbar-corner.os-scrollbar-corner-resize {
    cursor: default;
}
.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden > .os-scrollbar-vertical {
    top: 0;
    bottom: 0;
}
.os-host-resize-disabled.os-host-scrollbar-vertical-hidden > .os-scrollbar-horizontal,
.os-host-rtl.os-host-resize-disabled.os-host-scrollbar-vertical-hidden > .os-scrollbar-horizontal {
    right: 0;
    left: 0;
}
.os-scrollbar:hover,
.os-scrollbar-corner.os-scrollbar-corner-resize {
    opacity: 1 !important;
    visibility: visible !important;
}
.os-scrollbar-corner.os-scrollbar-corner-resize {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgICB3aWR0aD0iMTAiICAgaGVpZ2h0PSIxMCIgICB2ZXJzaW9uPSIxLjEiPiAgPGcgICAgIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAsLTEwNDIuMzYyMikiICAgICBzdHlsZT0iZGlzcGxheTppbmxpbmUiPiAgICA8cGF0aCAgICAgICBzdHlsZT0iZmlsbDojMDAwMDAwO2ZpbGwtb3BhY2l0eTowLjQ5NDExNzY1O2ZpbGwtcnVsZTpldmVub2RkO3N0cm9rZTpub25lIiAgICAgICBkPSJtIDcuNDI0MjE4NywxMDQyLjM2MjIgYyAtMC43MjM1NzkyLDAgLTEuMzEwMTU2MiwwLjU4NjYgLTEuMzEwMTU2MiwxLjMxMDIgMCwwLjI5OSAwLjEwNDM0MTksMC41NzEgMC4yNzI5NDkyLDAuNzkxNSAwLjIwOTEwMjQsMC4xNDEzIDAuNDY1NjIwNiwwLjIxODQgMC43MzY5NjI5LDAuMjE4NCAwLjcyMzU3OTMsMCAxLjMxMDE1NjMsLTAuNTg2NiAxLjMxMDE1NjMsLTEuMzEwMiAwLC0wLjI3MTMgLTAuMDc3MDkzLC0wLjUyNzggLTAuMjE4MzU5NCwtMC43MzcgLTAuMjIwNDk0MSwtMC4xNjg2IC0wLjQ5MjU0NDMsLTAuMjcyOSAtMC43OTE1NTI4LC0wLjI3MjkgeiBtIDAsMy4wODQzIGMgLTAuNzIzNTc5MiwwIC0xLjMxMDE1NjIsMC41ODY2IC0xLjMxMDE1NjIsMS4zMTAyIDAsMC4yOTkgMC4xMDQzNDE5LDAuNTcxIDAuMjcyOTQ5MiwwLjc5MTUgMC4yMDkxMDI0LDAuMTQxMyAwLjQ2NTYyMDYsMC4yMTg0IDAuNzM2OTYyOSwwLjIxODQgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjYgMS4zMTAxNTYzLC0xLjMxMDIgMCwtMC4yNzEzIC0wLjA3NzA5MywtMC41Mjc4IC0wLjIxODM1OTQsLTAuNzM2OSAtMC4yMjA0OTQxLC0wLjE2ODYgLTAuNDkyNTQ0MywtMC4yNzMgLTAuNzkxNTUyOCwtMC4yNzMgeiBtIC0zLjA4NDMyNjEsMCBjIC0wLjcyMzU3OTMsMCAtMS4zMTAxNTYzLDAuNTg2NiAtMS4zMTAxNTYzLDEuMzEwMiAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MSAwLjI3Mjk0OTIsMC43OTE1IDAuMjA5MTAyNCwwLjE0MTMgMC40NjU2MjA3LDAuMjE4NCAwLjczNjk2MjksMC4yMTg0IDAuNzIzNTc5MywwIDEuMzEwMTU2MywtMC41ODY2IDEuMzEwMTU2MywtMS4zMTAyIDAsLTAuMjcxMyAtMC4wNzcwOTMsLTAuNTI3OCAtMC4yMTgzNTk0LC0wLjczNjkgLTAuMjIwNDk0LC0wLjE2ODYgLTAuNDkyNTQ0MiwtMC4yNzMgLTAuNzkxNTUyNywtMC4yNzMgeiBtIC0zLjAyOTczNjQsMy4wMjk4IEMgMC41ODY1NzY5MywxMDQ4LjQ3NjMgMCwxMDQ5LjA2MjggMCwxMDQ5Ljc4NjQgYyAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MTEgMC4yNzI5NDkyMiwwLjc5MTYgMC4yMDkxMDIyOSwwLjE0MTIgMC40NjU2MjA2NSwwLjIxODMgMC43MzY5NjI4OCwwLjIxODMgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjUgMS4zMTAxNTYzLC0xLjMxMDEgMCwtMC4yNzE0IC0wLjA3NzA5MywtMC41Mjc5IC0wLjIxODM1OTQsLTAuNzM3IC0wLjIyMDQ5NDEsLTAuMTY4NiAtMC40OTI1NDQzLC0wLjI3MjkgLTAuNzkxNTUyOCwtMC4yNzI5IHogbSAzLjAyOTczNjQsMCBjIC0wLjcyMzU3OTMsMCAtMS4zMTAxNTYzLDAuNTg2NSAtMS4zMTAxNTYzLDEuMzEwMSAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MTEgMC4yNzI5NDkyLDAuNzkxNiAwLjIwOTEwMjQsMC4xNDEyIDAuNDY1NjIwNywwLjIxODMgMC43MzY5NjI5LDAuMjE4MyAwLjcyMzU3OTMsMCAxLjMxMDE1NjMsLTAuNTg2NSAxLjMxMDE1NjMsLTEuMzEwMSAwLC0wLjI3MTQgLTAuMDc3MDkzLC0wLjUyNzkgLTAuMjE4MzU5NCwtMC43MzcgLTAuMjIwNDk0LC0wLjE2ODYgLTAuNDkyNTQ0MiwtMC4yNzI5IC0wLjc5MTU1MjcsLTAuMjcyOSB6IG0gMy4wODQzMjYxLDAgYyAtMC43MjM1NzkyLDAgLTEuMzEwMTU2MiwwLjU4NjUgLTEuMzEwMTU2MiwxLjMxMDEgMCwwLjI5OSAwLjEwNDM0MTksMC41NzExIDAuMjcyOTQ5MiwwLjc5MTYgMC4yMDkxMDI0LDAuMTQxMiAwLjQ2NTYyMDYsMC4yMTgzIDAuNzM2OTYyOSwwLjIxODMgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjUgMS4zMTAxNTYzLC0xLjMxMDEgMCwtMC4yNzE0IC0wLjA3NzA5MywtMC41Mjc5IC0wLjIxODM1OTQsLTAuNzM3IC0wLjIyMDQ5NDEsLTAuMTY4NiAtMC40OTI1NDQzLC0wLjI3MjkgLTAuNzkxNTUyOCwtMC4yNzI5IHoiLz4gIDwvZz4gIDxnICAgICBzdHlsZT0iZGlzcGxheTppbmxpbmUiPiAgICA8cGF0aCAgICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO2ZpbGwtcnVsZTpldmVub2RkO3N0cm9rZTpub25lIiAgICAgICBkPSJtIDguMjE1NzcxNSwwLjI3Mjk0OTIyIGMgMC4xNDEyNjY3LDAuMjA5MTAyMjkgMC4yMTgzNTk0LDAuNDY1NjIwNjUgMC4yMTgzNTk0LDAuNzM2OTYyODggMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MyAtMS4zMTAxNTYzLDEuMzEwMTU2MyAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTk0IDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDc2IC0wLjIwNTUxNzYsLTAuNzk3Nzk2NTkgLTAuNTE4NjAzNSwtMS4wMzcyMDY5OCB6IG0gMCwzLjA4NDMyNjE4IGMgMC4xNDEyNjY3LDAuMjA5MTAyMyAwLjIxODM1OTQsMC40NjU2MjA2IDAuMjE4MzU5NCwwLjczNjk2MjkgMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MiAtMS4zMTAxNTYzLDEuMzEwMTU2MiAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTkzIDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY3IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogbSAtMy4wODQzMjYyLDAgYyAwLjE0MTI2NjcsMC4yMDkxMDIzIDAuMjE4MzU5NCwwLjQ2NTYyMDYgMC4yMTgzNTk0LDAuNzM2OTYyOSAwLDAuNzIzNTc5MyAtMC41ODY1NzcsMS4zMTAxNTYyIC0xLjMxMDE1NjMsMS4zMTAxNTYyIC0wLjI3MTM0MjIsMCAtMC41Mjc4NjA1LC0wLjA3NzA5MyAtMC43MzY5NjI5LC0wLjIxODM1OTMgMC4yMzk0MTA0LDAuMzEzMDg1OSAwLjYxMjYzNjMsMC41MTg2MDM1IDEuMDM3MjA3MSwwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYyLC0wLjU4NjU3NyAxLjMxMDE1NjIsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NSwtMC43OTc3OTY3IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogTSAyLjEwMTcwOSw2LjM4NzAxMTcgYyAwLjE0MTI2NjcsMC4yMDkxMDI0IDAuMjE4MzU5NCwwLjQ2NTYyMDYgMC4yMTgzNTk0LDAuNzM2OTYyOSAwLDAuNzIzNTc5MyAtMC41ODY1NzcsMS4zMTAxNTYzIC0xLjMxMDE1NjMsMS4zMTAxNTYzIC0wLjI3MTM0MjIzLDAgLTAuNTI3ODYwNTksLTAuMDc3MDkzIC0wLjczNjk2Mjg4LC0wLjIxODM1OTQgMC4yMzk0MTAzOSwwLjMxMzA4NTkgMC42MTI2MzYyMiwwLjUxODYwMzUgMS4wMzcyMDY5OCwwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY2IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogbSAzLjAyOTczNjMsMCBjIDAuMTQxMjY2NywwLjIwOTEwMjQgMC4yMTgzNTk0LDAuNDY1NjIwNiAwLjIxODM1OTQsMC43MzY5NjI5IDAsMC43MjM1NzkzIC0wLjU4NjU3NywxLjMxMDE1NjMgLTEuMzEwMTU2MywxLjMxMDE1NjMgLTAuMjcxMzQyMiwwIC0wLjUyNzg2MDUsLTAuMDc3MDkzIC0wLjczNjk2MjksLTAuMjE4MzU5NCAwLjIzOTQxMDQsMC4zMTMwODU5IDAuNjEyNjM2MywwLjUxODYwMzUgMS4wMzcyMDcxLDAuNTE4NjAzNSAwLjcyMzU3OTMsMCAxLjMxMDE1NjIsLTAuNTg2NTc3IDEuMzEwMTU2MiwtMS4zMTAxNTYzIDAsLTAuNDI0NTcwOCAtMC4yMDU1MTc1LC0wLjc5Nzc5NjYgLTAuNTE4NjAzNSwtMS4wMzcyMDcgeiBtIDMuMDg0MzI2MiwwIGMgMC4xNDEyNjY3LDAuMjA5MTAyNCAwLjIxODM1OTQsMC40NjU2MjA2IDAuMjE4MzU5NCwwLjczNjk2MjkgMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MyAtMS4zMTAxNTYzLDEuMzEwMTU2MyAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTk0IDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY2IC0wLjUxODYwMzUsLTEuMDM3MjA3IHoiIC8+ICA8L2c+PC9zdmc+);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    pointer-events: auto !important;
}
.os-host-rtl > .os-scrollbar-corner.os-scrollbar-corner-resize {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.os-host-overflow {
    overflow: hidden !important;
}
.os-host-overflow-x {
} 
.os-host-overflow-y {
} 

/*
THEMES:
*/

/* NONE THEME: */
.os-theme-none > .os-scrollbar-horizontal,
.os-theme-none > .os-scrollbar-vertical,
.os-theme-none > .os-scrollbar-corner {
    display: none !important;
}
.os-theme-none > .os-scrollbar-corner-resize {
    display: block !important;
    min-width: 10px;
    min-height: 10px;
}
/* DARK & LIGHT THEME: */
.os-theme-dark > .os-scrollbar-horizontal,
.os-theme-light > .os-scrollbar-horizontal {
    right: 10px;
    height: 10px;
}
.os-theme-dark > .os-scrollbar-vertical,
.os-theme-light > .os-scrollbar-vertical {
    bottom: 10px;
    width: 10px;
}
.os-theme-dark.os-host-rtl > .os-scrollbar-horizontal,
.os-theme-light.os-host-rtl > .os-scrollbar-horizontal {
    left: 10px;
    right: 0;
}
.os-theme-dark > .os-scrollbar-corner,
.os-theme-light > .os-scrollbar-corner {
    height: 10px;
    width: 10px;
}
.os-theme-dark > .os-scrollbar-corner,
.os-theme-light > .os-scrollbar-corner {
    background-color: transparent;
}
.os-theme-dark > .os-scrollbar,
.os-theme-light > .os-scrollbar {
    padding: 2px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: transparent;
}
.os-theme-dark > .os-scrollbar.os-scrollbar-unusable,
.os-theme-light > .os-scrollbar.os-scrollbar-unusable {
    background: transparent;
}
.os-theme-dark > .os-scrollbar > .os-scrollbar-track,
.os-theme-light > .os-scrollbar > .os-scrollbar-track {
    background: transparent;
}
.os-theme-dark > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle {
    min-width: 30px;
}
.os-theme-dark > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle {
    min-height: 30px;
}
.os-theme-dark.os-host-transition > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light.os-host-transition > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-dark > .os-scrollbar > .os-scrollbar-track,
.os-theme-light > .os-scrollbar > .os-scrollbar-track {
    border-radius: 10px;
}
.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
    background: rgba(0, 0, 0, 0.4);
}
.os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
    background: rgba(255, 255, 255, 0.4);
}
.os-theme-dark > .os-scrollbar:hover > .os-scrollbar-track > .os-scrollbar-handle {
    background: rgba(0, 0, 0, .55);
}
.os-theme-light > .os-scrollbar:hover > .os-scrollbar-track > .os-scrollbar-handle {
    background: rgba(255, 255, 255, .55);
}
.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle.active {
    background: rgba(0, 0, 0, .7);
}
.os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle.active {
    background: rgba(255, 255, 255, .7);
}
.os-theme-dark > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-dark > .os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light > .os-scrollbar-vertical .os-scrollbar-handle:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
}
.os-theme-dark.os-host-scrollbar-horizontal-hidden > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-dark.os-host-scrollbar-vertical-hidden > .os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light.os-host-scrollbar-horizontal-hidden > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light.os-host-scrollbar-vertical-hidden > .os-scrollbar-vertical .os-scrollbar-handle:before {
    display: none;
}
.os-theme-dark > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light > .os-scrollbar-horizontal .os-scrollbar-handle:before {
    top: -6px;
    bottom: -2px;
}
.os-theme-dark > .os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light > .os-scrollbar-vertical .os-scrollbar-handle:before {
    left: -6px;
    right: -2px;
}
.os-host-rtl.os-theme-dark > .os-scrollbar-vertical .os-scrollbar-handle:before,
.os-host-rtl.os-theme-light > .os-scrollbar-vertical .os-scrollbar-handle:before {
    right: -6px;
    left: -2px;
}

.modal__container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.4);
  z-index: 600;
  overflow: auto;
}
.modal__wrapper {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.modal__inner {
  width: 100%;
  max-width: 660px;
  background: #fff;
  position: relative;
  border-radius: 20px;
  padding: 40px;
}
@media screen and (max-width: 767px) {
.modal__inner {
    max-width: 440px;
}
}
@media screen and (max-width: 599px) {
.modal__inner {
    max-width: 280px;
    padding: 20px;
}
}
.modal__close {
  position: absolute;
  top: -17px;
  right: -17px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #9e7df9;
  cursor: pointer;
/*@media $phone
			top -7px
			right -7px*/
}
.modal__close:before,
.modal__close:after {
  content: '';
  position: absolute;
  left: 13px;
  top: 22px;
  width: 20px;
  height: 2px;
  background: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modal__close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modal__close:hover {
  background-color: #c495ff;
}
.modal--alert .modal__inner {
  max-width: 386px;
}
@media screen and (max-width: 599px) {
.modal--alert .modal__inner {
    max-width: 280px;
}
}

.b-subsection__info {
  padding: 10px 0;
  text-align: center;
}
.b-subsection__state {
  position: absolute;
  top: -10px;
  right: -10px;
  border-radius: 50%;
  width: 28px;
  height: 28px;
/*@media $phone
			top -11px
			right 11px*/
}
.b-subsection__image {
  position: relative;
  margin: 0 auto;
  width: 70px;
  height: 70px;
}
.b-subsection__image img {
  width: 100%;
  height: auto;
}
.b-subsection__title {
  font-family: 'TTCommonsDemiBold', Arial, sans-serif;
  font-size: 30px;
  line-height: 30px;
  margin-top: 21px;
  color: #333;
  word-break: break-word;
}
@media screen and (max-width: 599px) {
.b-subsection__title {
    margin-top: 16px;
    font-size: 24px;
}
}
.b-subsection__desc {
  font-size: 23px;
  line-height: 23px;
  margin-top: 9px;
  color: #6d6e71;
  word-break: break-word;
}
@media screen and (max-width: 599px) {
.b-subsection__desc {
    font-size: 21px;
}
}
.b-subsection__controls {
  max-width: 100%;
  margin-top: 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
.b-subsection__controls {
    margin-top: 4px;
}
}
.b-subsection__btn {
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  min-height: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  line-height: 16px;
  color: #333;
  margin: 5px 10px;
  padding: 12px 30px;
  cursor: pointer;
  text-decoration: none;
  max-width: calc(50% - 20px);
  word-break: break-word;
}
@media screen and (max-width: 767px) {
.b-subsection__btn {
    width: 100%;
    max-width: none;
    margin: 5px 0 4px;
    min-height: 57px;
}
}
.b-subsection__btn:hover {
  border-color: #c495ff;
}
.b-subsection__btn:active {
  border-color: rgba(196,149,255,0.5);
}

.error-page {
  min-height: 100vh;
  background: #433e52;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 68px 0 228px;
}
@media screen and (max-width: 1240px) {
.error-page {
    padding: 104px 0 188px;
}
}
@media screen and (max-width: 1024px) {
.error-page {
    padding: 6px 20px 0;
}
}
@media screen and (max-width: 599px) {
.error-page {
    padding: 0 20px;
}
}
.error-page:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  width: 100%;
  background: #433e52;
}
.error-page__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 599px) {
.error-page__info {
    padding: 208px 0 28px;
}
}
.error-page__image {
  position: relative;
  z-index: 2;
  margin-right: 0;
  width: 100%;
}
.error-page__number {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-weight: 700;
  font-size: 400px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: rgba(0,0,0,0.1);
}
@media screen and (max-width: 1240px) {
.error-page__number {
    top: 54%;
}
}
@media screen and (max-width: 1024px) {
.error-page__number {
    font-size: 350px;
    top: 48%;
}
}
@media screen and (max-width: 599px) {
.error-page__number {
    font-size: 160px;
    top: 40%;
}
}
.error-page__text {
  position: relative;
  font-family: 'TTCommonsDemiBold', Arial, sans-serif;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  padding: 29px 0;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
.error-page__text {
    padding: 74px 0 29px;
}
}
@media screen and (max-width: 599px) {
.error-page__text {
    font-family: 'Ubuntu', Arial, sans-serif;
    font-family: 'TTCommons', Arial, sans-serif;
    padding: 29px 0;
}
}
.error-page__btn {
  position: relative;
  width: 100%;
  max-width: 224px;
  z-index: 2;
}

.b-aside-block {
  width: 100%;
}
@media screen and (max-width: 1240px) {
.b-aside-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
}

.ui-input-multi-select {
  position: relative;
  cursor: pointer;
}
.ui-input-multi-select__current {
  position: relative;
  font-size: 28px;
  line-height: 30px;
  font-weight: 500;
  padding-right: 20px;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
}
.ui-input-multi-select__current:hover {
  color: #666;
}
.ui-input-multi-select__current:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  position: relative;
  left: 10px;
  top: -4px;
  width: 8px;
  height: 8px;
  border-right: 3px solid currentColor;
  border-bottom: 3px solid currentColor;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.ui-input-multi-select__options-wrapper {
  position: absolute;
  left: -19px;
  top: 51px;
  min-width: 150px;
  z-index: 2;
}
.ui-input-multi-select__options-list {
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0px 3px 20px rgba(95,95,95,0.15);
          box-shadow: 0px 3px 20px rgba(95,95,95,0.15);
  border-radius: 10px;
  padding: 10px;
}
.ui-input-multi-select__options-list-scroll {
  max-height: 50vh;
}
.ui-input-multi-select__options-list-columns {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  -webkit-column-width: 100px;
     -moz-column-width: 100px;
          column-width: 100px;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
}
.ui-input-multi-select__options-item {
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  color: #9e7df9 !important;
  padding: 10px;
  gap: 20px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  white-space: nowrap;
  position: relative;
  padding-right: 38px;
  min-width: 173px;
}
.ui-input-multi-select__options-item:hover {
  background-color: #f1eef9;
}
.ui-input-multi-select__options-item .ui-input-multi-select__options-item-icon {
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #9e7df9;
  opacity: 0;
  position: absolute;
  top: 8px;
  right: 10px;
}
.ui-input-multi-select__options-item.is-active {
  background-color: #f1eef9;
}
.ui-input-multi-select__options-item.is-active .ui-input-multi-select__options-item-icon {
  opacity: 1;
}
.ui-input-multi-select__options-item.is-active .ui-input-multi-select__options-item-icon:before,
.ui-input-multi-select__options-item.is-active .ui-input-multi-select__options-item-icon:after {
  content: '';
  position: absolute;
  right: 4px;
  top: 8px;
  width: 10px;
  height: 2px;
  background: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.ui-input-multi-select__options-item.is-active .ui-input-multi-select__options-item-icon:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.tag-filters {
  position: relative;
}
.tag-filters:after {
  content: '';
  position: absolute;
  bottom: 50px;
  left: -15px;
  height: 1px;
  background: #e1e1e1;
  width: calc((100vw - 1440px) / 2 + 15px + 100%);
}
@media screen and (max-width: 1439px) {
.tag-filters:after {
    width: calc(100vw - 325px);
}
}
@media screen and (max-width: 1240px) {
.tag-filters:after {
    width: 100vw;
    left: 0;
    bottom: 30px;
}
}
@media screen and (max-width: 599px) {
.tag-filters:after {
    bottom: 26px;
}
}
.tag-filters__item {
  margin-bottom: 18px;
  position: relative;
}
.tag-filters__item-clear.btn {
  position: absolute;
  top: 0;
  left: 110px;
  height: 20px;
  min-height: 20px;
  padding: 0 24px 0 10px;
  font-size: 12px;
}
.tag-filters__item-clear.btn:before,
.tag-filters__item-clear.btn:after {
  content: '';
  position: absolute;
  right: 7px;
  top: 9px;
  width: 10px;
  height: 2px;
  background: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.tag-filters__item-clear.btn:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.b-faq {
  position: relative;
}
@media screen and (max-width: 1240px) {
.b-faq {
    padding-top: 27px;
}
}
@media screen and (max-width: 1024px) {
.b-faq {
    padding-top: 22px;
}
}
@media screen and (max-width: 599px) {
.b-faq {
    padding-top: 36px;
}
}
.b-faq__title {
  font-family: 'TTCommonsDemiBold', Arial, sans-serif;
  font-size: 30px;
  line-height: 1.25;
  margin-bottom: 38px;
}
@media screen and (max-width: 1240px) {
.b-faq__title {
    margin-bottom: 24px;
}
}
@media screen and (max-width: 1024px) {
.b-faq__title {
    margin-bottom: 38px;
}
}
@media screen and (max-width: 599px) {
.b-faq__title {
    margin-bottom: 18px;
}
}
.b-faq__item {
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  padding: 20px 19px;
  margin-bottom: 29px;
}
.b-faq__item:last-child {
  margin-bottom: 0;
}
.b-faq__subitle {
  font-size: 19px;
  line-height: 1.4;
  font-weight: bold;
  padding-bottom: 10px;
}
.b-faq__desc {
  font-size: 16px;
  line-height: 1.4;
}

.ui-input-select {
  position: relative;
  cursor: pointer;
}
.ui-input-select__current {
  position: relative;
  font-size: 28px;
  line-height: 30px;
  font-weight: 500;
  padding-right: 20px;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
}
.ui-input-select__current:hover {
  color: #666;
}
.ui-input-select__current:after {
  content: '';
  position: absolute;
  right: 4px;
  top: 10px;
  width: 8px;
  height: 8px;
  border-right: 3px solid currentColor;
  border-bottom: 3px solid currentColor;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.ui-input-select__options-wrapper {
  position: absolute;
  left: -19px;
  top: 41px;
  min-width: 150px;
  z-index: 2;
}
.ui-input-select__options-list {
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0px 3px 20px rgba(95,95,95,0.15);
          box-shadow: 0px 3px 20px rgba(95,95,95,0.15);
  border-radius: 10px;
  padding: 10px;
}
.ui-input-select__options-list-scroll {
  max-height: 220px;
}
.ui-input-select__options-item {
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  color: #9e7df9 !important;
  padding: 10px;
  border-radius: 8px;
  display: block;
  white-space: nowrap;
}
.ui-input-select__options-item:hover {
  background-color: #f1eef9;
}
.ui-input-select__options-item a,
.ui-input-select__options-item .ui-input-select__options-item-icon {
  display: inline-block;
  position: relative;
  padding-right: 25px;
  white-space: nowrap;
  color: currentColor;
  top: -12px;
}
.ui-input-select__options-item.is-active .ui-input-select__options-item-icon:before {
  content: '';
  position: absolute;
  right: 0;
  top: -2px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #9e7df9;
}
.ui-input-select__options-item.is-active .ui-input-select__options-item-icon:after {
  content: '';
  position: absolute;
  right: 6px;
  top: 2px;
  width: 5px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.ui-input-select.is-active .ui-input-select__current:after {
  top: 12px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.ui-input-select--single .ui-input-select__options-wrapper {
  display: none;
}
.ui-input-select--single .ui-input-select__current {
  padding-right: 0;
  font-weight: 500;
  cursor: default;
}
.ui-input-select--single .ui-input-select__current:hover {
  color: #333;
}
.ui-input-select--single .ui-input-select__current:after {
  display: none;
}

.b-vpn-required__info {
  padding: 10px 0;
  text-align: center;
}
.b-vpn-required__caption {
  position: relative;
  margin: 0 auto;
  width: 70px;
  height: 70px;
  background: #f1eef9;
  border: 1px solid #9e7df9;
  border-radius: 25px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #9e7df9;
}
.b-vpn-required__caption span {
  display: block;
  font-family: 'TTCommons', Arial, sans-serif;
  font-weight: 300;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.01em;
}
.b-vpn-required__text {
  font-family: 'TTCommonsDemiBold', Arial, sans-serif;
  font-size: 30px;
  line-height: 30px;
  margin-top: 41px;
  color: #333;
}
.b-vpn-required__controls {
  max-width: 100%;
  margin-top: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
.b-vpn-required__controls {
    padding-bottom: 10px;
}
}
.b-vpn-required__btn {
  min-width: 224px;
}

.main-area {
  min-height: 80vh;
}
.main-area__empty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 10vh;
}
.main-area__empty-icon {
  background-image: url(src/assets/img/no-files.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 70px;
  height: 70px;
}
.main-area__empty-text {
  margin-top: 20px;
  font-weight: 500;
  font-size: 24px;
  text-align: center;
  line-height: 1.3;
  max-width: 360px;
}

.b-data-block--report {
  padding: 31px 50px;
}
@media screen and (max-width: 1240px) {
.b-data-block--report {
    display: none;
}
}
.b-data-block--report .b-data-block__btn {
  margin-top: 20px;
}
.b-data-block--report-mobile {
  display: none;
}
@media screen and (max-width: 1240px) {
.b-data-block--report-mobile {
    padding: 14px 0 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.b-data-block--report-mobile:after {
    display: none;
}
.b-data-block--report-mobile .b-data-block__btn {
    width: 100%;
    max-width: 180px;
    margin: 12px 20px 0 0;
}
}
@media screen and (max-width: 1024px) {
.b-data-block--report-mobile {
    padding: 10px 0 11px;
}
}
@media screen and (max-width: 599px) {
.b-data-block--report-mobile {
    padding: 10px 0 42px;
    margin-top: -31px;
    max-width: 280px;
    display: block;
}
.b-data-block--report-mobile .b-data-block__btn {
    max-width: 280px;
    margin: 20px 0 0 0;
}
}
.b-data-block--attach {
  padding: 39px 50px;
}
@media screen and (max-width: 1240px) {
.b-data-block--attach {
    margin: 17px 15px 0;
    padding: 41px 0 24px !important;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
}
@media screen and (max-width: 1024px) {
.b-data-block--attach {
    padding: 33px 0 18px !important;
}
}
@media screen and (max-width: 599px) {
.b-data-block--attach {
    display: block;
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
}
}
@media screen and (max-width: 1240px) {
.b-data-block--attach:after {
    display: block !important;
    left: 0;
    right: 0;
    top: 0;
    bottom: auto;
    width: auto;
    height: 1px;
}
}
@media screen and (max-width: 1240px) {
.b-data-block--attach .attach-link {
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 25px;
}
.b-data-block--attach .attach-link:nth-child(4n) {
    margin-right: 0;
}
}
@media screen and (max-width: 1024px) {
.b-data-block--attach .attach-link {
    width: 31.3333%;
    margin-right: 3%;
    margin-bottom: 21px;
}
.b-data-block--attach .attach-link:nth-child(4n) {
    margin-right: 3%;
}
.b-data-block--attach .attach-link:nth-child(3n) {
    margin-right: 0;
}
}
@media screen and (max-width: 599px) {
.b-data-block--attach .attach-link {
    width: 100%;
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid;
    margin-right: 0 !important;
    margin-bottom: 31px;
}
}
.b-data-block__btn.is-active {
  background-color: rgba(158,125,249,0.3);
  position: relative;
  cursor: default;
}
.b-data-block__btn.is-active:before {
  content: '';
  position: absolute;
  right: -6px;
  top: -6px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #9e7df9;
}
.b-data-block__btn.is-active:after {
  content: '';
  position: absolute;
  right: -2px;
  top: -1px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 9px;
  height: 5px;
}
.attach-link {
  position: relative;
  padding-left: 33px;
  font-size: 14px;
  line-height: 1.3;
  min-height: 32px;
  word-break: break-word;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 35px;
  cursor: pointer;
}
.attach-link:last-child {
  margin-bottom: 0;
}
.attach-link,
.attach-link:active,
.attach-link:focus {
  color: #fff;
  text-decoration: none;
}
.attach-link:hover {
  color: #c3bcd8;
}
.attach-link:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 23px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: left top;
}
.b-breadcrumbs {
  font-size: 30px;
  line-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 54px;
}
@media screen and (max-width: 1240px) {
.b-breadcrumbs {
    padding-top: 22px;
    margin-bottom: 37px;
}
}
@media screen and (max-width: 599px) {
.b-breadcrumbs {
    padding-top: 33px;
}
}
.b-breadcrumbs a,
.b-breadcrumbs a:focus,
.b-breadcrumbs a:active {
  color: #333;
  text-decoration: none;
}
.b-breadcrumbs a:hover {
  color: #666;
}
.b-breadcrumbs__item {
  position: relative;
  font-weight: 300;
  padding-right: 20px;
  margin-right: 10px;
  white-space: nowrap;
  max-width: 100%;
}
.b-breadcrumbs__item:after {
  content: '';
  position: absolute;
  right: 4px;
  top: 4px;
  width: 1px;
  height: 24px;
  background: #6d6e71;
  -webkit-transform: rotate(19deg);
          transform: rotate(19deg);
}
@media screen and (max-width: 599px) {
.b-breadcrumbs__item {
    padding-right: 15px;
    margin-right: 5px;
}
}
.b-breadcrumbs__item:last-child {
  padding-right: 0;
  margin-right: 0;
}
.b-breadcrumbs__item:last-child:after {
  display: none;
}
@media screen and (max-width: 599px) {
.b-breadcrumbs__item {
    font-size: 23px;
}
}
@media screen and (max-width: 599px) {
.b-breadcrumbs__item .ui-input-select__current {
    font-size: 23px;
}
}
.b-breadcrumbs__mobile-back {
  background: url(src/assets/img/arrow.svg) no-repeat 0 center;
  position: relative;
  font-weight: 300;
  padding-right: 20px;
  margin-right: 10px;
  width: 34px;
  min-width: 34px;
  height: 100%;
  display: none;
  cursor: pointer;
/*@media $phone
				display block*/
}
.b-breadcrumbs__mobile-back:after {
  content: '';
  position: absolute;
  right: 4px;
  top: 4px;
  width: 1px;
  height: 24px;
  background: #6d6e71;
  -webkit-transform: rotate(19deg);
          transform: rotate(19deg);
}
.b-breadcrumbs__b-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.b-report-block__caption {
  font-size: 23px;
  line-height: 23px;
  margin-bottom: 30px;
}
.b-report-block__desc,
.b-report-block__label {
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 30px;
}
.b-report-block__desc a,
.b-report-block__label a,
.b-report-block__desc a:active,
.b-report-block__label a:active,
.b-report-block__desc a:focus,
.b-report-block__label a:focus {
  font-weight: 700;
  color: #9e7df9;
  text-decoration: none;
}
.b-report-block__desc a:hover,
.b-report-block__label a:hover {
  text-decoration: underline;
}
.b-report-block__container {
  max-width: 100%;
}
.b-report-block__container img {
  max-width: 100%;
}
.b-report-block__external-link {
  display: block;
  margin: 50px auto;
  width: 100%;
  max-width: 225px;
  min-height: 30px;
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  color: #000;
  background: #f2c811;
}
@media screen and (max-width: 599px) {
.b-report-block__external-link {
    margin: 0 auto 40px;
}
}
.b-report-block__external-link:hover {
  background-color: #ffdb40;
}
.b-report-block__external-link:active {
  background-color: rgba(255,219,64,0.5);
}
.b-report-block__external-preview {
  width: 100%;
  height: auto;
  cursor: pointer;
}
.b-report-block__lightbox {
  position: relative;
  font-size: 0;
  line-height: 1;
/*& .vel-modal
				display none
				@media $phone
					display block*/
}
.b-report-block__lightbox:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80px;
  height: 80px;
  background: url(src/assets/img/icon-size.svg) no-repeat left top;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
}
.back-link {
  cursor: pointer;
  position: absolute;
  font-family: 'TTCommons', Arial, sans-serif;
  font-size: 17px;
  line-height: 17px;
  color: #9e7df9;
  text-decoration: none;
  top: -65px;
  padding-left: 13px;
  z-index: 2;
}
@media screen and (max-width: 1240px) {
.back-link {
    top: -14px;
}
}
@media screen and (max-width: 1024px) {
.back-link {
    top: -18px;
}
}
@media screen and (max-width: 599px) {
.back-link {
    top: -4px;
}
}
.back-link:hover {
  color: #c495ff;
}
.back-link:active {
  color: #c495ff;
}
.back-link:before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 5px;
  height: 5px;
  border-left: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.b-reports-block__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}
@media screen and (max-width: 599px) {
.b-reports-block__wrapper {
    margin: 0 -8px;
}
}
.b-reports-block__item {
  border: 1px solid #e1e1e1;
  width: calc(50% - 25px);
  border-radius: 10px;
  margin: 5px 10px;
  padding: 11px 18px;
  min-height: 74px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  cursor: pointer;
}
@media screen and (max-width: 599px) {
.b-reports-block__item {
    width: 100%;
    margin: 5px 8px;
}
}
.b-reports-block__item:hover {
  border-color: #c495ff;
}
.b-reports-block__item:active {
  border-color: rgba(196,149,255,0.5);
}
.b-reports-block__image {
  position: relative;
  min-width: 64px;
  min-height: 50px;
  width: 64px;
}
.b-reports-block__image:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 37px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
}
.b-reports-block__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.b-reports-block__title {
  font-size: 16px;
  line-height: 16px;
  color: #333;
  word-break: break-word;
}
.b-reports-block__desc {
  font-size: 14px;
  line-height: 14px;
  color: #6d6e71;
  padding-top: 4px;
  word-break: break-word;
}
.b-reports-block__label {
  font-size: 16px;
  line-height: 16px;
  margin-top: 45px;
}
@media screen and (max-width: 1024px) {
.b-reports-block__label {
    margin-top: 30px;
}
}
.b-reports-block__label b {
  font-weight: 700;
}
.b-reports-block__label a {
  font-weight: 700;
  color: #9e7df9;
  text-decoration: none;
}
.b-reports-block__label a:hover {
  color: #c495ff;
}
.b-reports-block__label a:active {
  color: rgba(196,149,255,0.5);
}
.b-reports-block__attention {
  margin-top: 45px;
}
@media screen and (max-width: 1024px) {
.b-reports-block__attention {
    margin-top: 30px;
}
}
.b-reports-block__attention-title {
  font-weight: 700;
  font-size: 19px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.b-reports-block__contact-item {
  margin-top: 8px;
  word-wrap: break-word;
}
.b-reports-block__contact-item span {
  font-weight: 700;
}
.b-reports-block__contact-item a {
  color: #9e7df9;
  text-decoration: none;
}
.b-reports-block__content h1,
.b-reports-block__content h2,
.b-reports-block__content h3,
.b-reports-block__content h4,
.b-reports-block__content h5,
.b-reports-block__content h6 {
  font-family: 'TTCommonsDemiBold', Arial, sans-serif;
  margin-bottom: 10px;
  line-height: 1.2;
}
.b-reports-block__content h1 {
  font-size: 30px;
}
.b-reports-block__content h2 {
  font-size: 25px;
}
.b-reports-block__content h3 {
  font-size: 23px;
}
.b-reports-block__content h4 {
  font-size: 21px;
}
.b-reports-block__content h5 {
  font-size: 19px;
}
.b-reports-block__content h6 {
  font-size: 16px;
}
.b-reports-block__content img {
  max-width: 100%;
  display: block;
}
.b-reports-block__content ol {
  margin: 10px 0 10px 15px;
  list-style: decimal;
}
.b-reports-block__content ol li {
  padding-left: 3px;
}
.b-reports-block__content ul {
  list-style: disc;
  margin: 10px 0 10px 18px;
}
.b-reports-block__content b,
.b-reports-block__content strong {
  font-family: 'TTCommonsDemiBold', Arial, sans-serif;
}
.b-reports-block__content i,
.b-reports-block__content em {
  font-style: italic;
}
.b-reports-block__content table {
  border-collapse: separate;
  border-spacing: 2px;
  margin: 41px 0 10px;
}
.b-reports-block__content table tr:nth-child(1) td {
  position: relative;
}
.b-reports-block__content table tr:nth-child(1) td:before {
  content: '';
  position: absolute;
  top: -33px;
  left: 0;
  right: 0;
  height: 31px;
  background: #d9d5e5;
}
.b-reports-block__content table td {
  background-color: #f1eef9;
  padding: 13px 15px;
}
.b-reports-block__content table tr:nth-child(2n) td {
  background-color: #d9d5e5;
}
.page-content__block {
  position: relative;
}
@media screen and (max-width: 599px) {
.page-content__block--special {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.page-content__block--special .back-link {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
}
.page-content__block--special .b-data-block--report-mobile {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
}
.page-content__block--special .b-breadcrumbs {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
}
.page-content__block--special .page-content__row {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
}
.page-content__block--special .b-reports-block {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
}
}
[data-type=""]:before {
  background-image: url(src/assets/img/icons/icon-unknown.svg);
}
[data-type="doc"]:before,
[data-type="docx"]:before {
  background-image: url(src/assets/img/icons/icon-doc.svg);
}
[data-type="ppt"]:before,
[data-type="pptx"]:before {
  background-image: url(src/assets/img/icons/icon-ppt.svg);
}
[data-type="xls"]:before,
[data-type="xlsx"]:before,
[data-type="xlsm"]:before,
[data-type="xlsb"]:before {
  background-image: url(src/assets/img/icons/icon-xls.svg);
}
[data-type="mp4"]:before,
[data-type="mov"]:before,
[data-type="avi"]:before {
  background-image: url(src/assets/img/icons/icon-video.svg);
}
[data-type="jpg"]:before {
  background-image: url(src/assets/img/icons/icon-jpg.svg);
}
[data-type="png"]:before {
  background-image: url(src/assets/img/icons/icon-png.svg);
}
[data-type="pdf"]:before {
  background-image: url(src/assets/img/icons/icon-pdf.svg);
}
[data-type="archive"]:before {
  background-image: url(src/assets/img/icons/icon-archive.svg);
}
[data-type="7z"]:before {
  background-image: url(src/assets/img/icons/icon-7z.svg);
}
[data-type="rar"]:before {
  background-image: url(src/assets/img/icons/icon-rar.svg);
}
[data-type="zip"]:before {
  background-image: url(src/assets/img/icons/icon-zip.svg);
}
[data-type="ncpf"]:before {
  background-image: url(src/assets/img/icons/icon-ncpf.svg);
}
[data-type="inner"]:before {
  background-image: url(src/assets/img/icons/icon-inner.svg);
}
[data-type="outer"]:before {
  background-image: url(src/assets/img/icons/icon-outer.svg);
}

.b-updated-data {
  position: relative;
}
@media screen and (max-width: 1240px) {
.b-updated-data {
    padding-top: 27px;
}
}
@media screen and (max-width: 1024px) {
.b-updated-data {
    padding-top: 22px;
}
}
@media screen and (max-width: 599px) {
.b-updated-data {
    padding-top: 36px;
}
}
.b-updated-data__title {
  font-family: 'TTCommonsDemiBold', Arial, sans-serif;
  font-size: 30px;
  line-height: 1.25;
  margin-bottom: 38px;
}
@media screen and (max-width: 1240px) {
.b-updated-data__title {
    margin-bottom: 24px;
}
}
@media screen and (max-width: 1024px) {
.b-updated-data__title {
    margin-bottom: 38px;
}
}
@media screen and (max-width: 599px) {
.b-updated-data__title {
    margin-bottom: 18px;
}
}

.b-most-popular {
  position: relative;
}
@media screen and (max-width: 1240px) {
.b-most-popular {
    padding-top: 27px;
}
}
@media screen and (max-width: 1024px) {
.b-most-popular {
    padding-top: 22px;
}
}
@media screen and (max-width: 599px) {
.b-most-popular {
    padding-top: 36px;
}
}
.b-most-popular__title {
  font-family: 'TTCommonsDemiBold', Arial, sans-serif;
  font-size: 30px;
  line-height: 1.25;
  margin-bottom: 38px;
}
@media screen and (max-width: 1240px) {
.b-most-popular__title {
    margin-bottom: 24px;
}
}
@media screen and (max-width: 1024px) {
.b-most-popular__title {
    margin-bottom: 38px;
}
}
@media screen and (max-width: 599px) {
.b-most-popular__title {
    margin-bottom: 18px;
}
}

.delivery-schedule-page {
  position: relative;
}
@media screen and (max-width: 1240px) {
.delivery-schedule-page {
    padding-top: 27px;
}
}
@media screen and (max-width: 1024px) {
.delivery-schedule-page {
    padding-top: 22px;
}
}
@media screen and (max-width: 599px) {
.delivery-schedule-page {
    padding-top: 36px;
}
}
.delivery-schedule-page__title {
  font-family: 'TTCommonsDemiBold', Arial, sans-serif;
  font-size: 30px;
  line-height: 1.25;
  margin-bottom: 38px;
}
@media screen and (max-width: 1240px) {
.delivery-schedule-page__title {
    margin-bottom: 24px;
}
}
@media screen and (max-width: 1024px) {
.delivery-schedule-page__title {
    margin-bottom: 38px;
}
}
@media screen and (max-width: 599px) {
.delivery-schedule-page__title {
    margin-bottom: 18px;
}
}
.delivery-schedule-page__desc {
  margin-top: 20px;
  font-size: 19px;
  line-height: 1.4;
}
.delivery-schedule-page__img {
  margin-top: 20px;
  max-width: 100%;
}
.delivery-schedule-page__lightbox {
  position: relative;
  font-size: 0;
  line-height: 1;
  cursor: pointer;
}
.delivery-schedule-page__lightbox:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80px;
  height: 80px;
  background: url(src/assets/img/icon-size.svg) no-repeat left top;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
}

