@charset "UTF-8";
.header-menu-item-list {
  max-height: calc(100vh - 84px);
  overflow-y: scroll;
}

.tabs_its {
  margin-top: 30px;
}

.tabs_its .product-main-col {
  margin-left: 0px;
}

.catalog__content ul {
  list-style: initial;
  padding-left: 18px;
}

.catalog__content ol {
  margin-top: 0;
  padding-left: 18px;
}

@media screen and (max-width: 1200px) {
  .footer-main-wrap-col-wrap {
    align-self: flex-start;
  }
}
@media screen and (max-width: 1366px) {
  .header-info-wrap-select-col__link:is(span) {
    color: var(--subzero);
  }
}
.header-mobile-menu-item {
  cursor: pointer;
}

.header-mobile-menu-item-content-item-list__btn {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

table, th, td {
  border: 1px solid rgba(0, 0, 0, 0.25);
  padding: 5px;
}

.career-bot__btn {
  background-color: #ffffff;
  cursor: pointer;
}

.product-top-info {
  width: 100%;
}

@media (max-width: 767px) {
  .product-top-info-btns {
    flex-direction: column;
  }
}

.product-top-img img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1200px) {
  .product-top-img {
    margin-right: 25px;
  }
}
@media (max-width: 767px) {
  .product-top-img {
    margin-right: 0;
  }
}

.product-main-col-navigation li {
  flex-shrink: 0;
}

.text {
  font-family: "Roboto", "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #404040;
  margin: 0;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
.text--pale {
  color: rgba(0, 0, 0, 0.5);
}

.small-title {
  font-family: "Roboto", "Arial", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  color: #000000;
  margin: 0;
}

.big-title {
  font-family: "Stolzl", "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 1.2;
  color: #000000;
  margin: 0;
}
@media (max-width: 1023px) {
  .big-title {
    font-size: 24px;
    font-weight: 500;
    font-family: "Roboto", "Arial", sans-serif;
  }
}

.line-tags-list {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
}

.line-tags-list__it {
  font-family: "Roboto", "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  color: #E84A51;
}

.title .line-tags-list {
  justify-content: flex-start;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .title .line-tags-list {
    row-gap: 0;
    margin-bottom: 20px;
  }
}

.general__btn {
  border-radius: 5px;
  padding: 10px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #E31E27;
  font-family: "Roboto", "Arial", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: rgba(255, 255, 255, 0.95);
  border: none;
  transition: 0.3s;
  cursor: pointer;
}
.general__btn--small {
  padding-left: 10px;
  padding-right: 10px;
}

.red-link {
  font-family: "Roboto", "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  text-decoration-line: underline;
  color: #E84A51;
  text-decoration-skip-ink: none;
}

.secondary-btn {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  font-family: "Roboto", "Arial", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #E31E27;
  border: 1px solid #E31E27;
  border-radius: 5px;
  column-gap: 15px;
}
.secondary-btn svg {
  width: 20px;
  height: 10px;
}

* {
  min-height: 0;
  min-width: 0;
}

@media (max-width: 767px) {
  .breadcrumbs {
    max-width: 100%;
    overflow: auto;
    scrollbar-width: none;
  }
  .breadcrumbs::-webkit-scrollbar {
    width: 0; /* ширина для вертикального скролла */
    height: 0; /* высота для горизонтального скролла */
  }
}

.breadcrumbs__it {
  flex-shrink: 0;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 40px;
  width: 100%;
  margin-top: 20px;
}

.pagination__list {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 30px;
}

.pagination__btn {
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}
.pagination__btn svg {
  fill: #00458B;
  width: 8px;
  height: 12px;
}
.pagination__btn--disabled {
  fill: #A6A6A6;
}

.blog {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
.blog .career-bot__btn {
  margin: 0;
  margin-left: auto;
}

.blog__about {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 30px;
  align-items: stretch;
  justify-content: space-between;
}
.blog__about li {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
@media (max-width: 1023px) {
  .blog__about {
    grid-template-columns: 1fr 1fr;
    row-gap: 20px;
  }
  .blog__about li:first-child {
    grid-column: 1/-1;
  }
}
@media (max-width: 767px) {
  .blog__about {
    display: none;
  }
}

.tab {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  font-family: "Roboto", "Arial", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  color: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}
.tab.is-active {
  background-color: #E31E27;
  color: rgba(255, 255, 255, 0.95);
  border-color: rgba(255, 255, 255, 0);
}

.topics {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
@media (max-width: 767px) {
  .topics {
    row-gap: 0;
    align-items: flex-start;
  }
  .topics .topics__title {
    border-bottom: 1px solid #D9D9D9;
  }
  .topics.is-open {
    row-gap: 20px;
    border-bottom: 1px solid #D9D9D9;
  }
  .topics.is-open .topics__btn {
    transform: rotate(180deg);
  }
  .topics.is-open .topics__title {
    border-bottom: none;
  }
  .topics.is-open .topics__list {
    max-height: unset;
    padding-bottom: 20px;
  }
}

.topics__title {
  border: none;
  padding: 0;
  background-color: rgba(255, 255, 255, 0);
}
@media (max-width: 1023px) {
  .topics__title {
    margin-left: -20px;
    margin-right: -20px;
    min-width: calc(100% + 40px);
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .topics__title {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(255, 255, 255, 0.95);
  }
}
@media screen and (max-width: 360px) {
  .topics__title {
    margin-left: -10px;
    margin-right: -10px;
    min-width: calc(100% + 20px);
    padding-left: 10px;
    padding-right: 10px;
  }
}

.topics__btn {
  border: none;
  padding: 0;
  background-color: rgba(255, 255, 255, 0);
  display: none;
  cursor: pointer;
  width: 24px;
  height: 24px;
}
.topics__btn svg {
  display: block;
  transform: rotate(90deg);
  fill: #00458B;
}
@media (max-width: 767px) {
  .topics__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 300ms ease-out;
  }
}

.topics__list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 10px;
  margin: 0;
  padding-left: 0;
  list-style: none;
}
@media (max-width: 767px) {
  .topics__list {
    max-height: 0;
    overflow: hidden;
    transition: max-height 300ms ease-out;
    flex-direction: column;
    row-gap: 20px;
    align-items: flex-start;
    border-bottom: none;
  }
  .topics__list .tab {
    padding: 0;
    border: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    color: #E84A51;
  }
  .topics__list .tab.is-active {
    background-color: rgba(255, 255, 255, 0);
    color: #E84A51;
  }
}

.news-card {
  padding: 20px;
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
@media (max-width: 767px) {
  .news-card {
    padding: 20px 10px;
  }
}

.news-card__img {
  border-radius: 5px;
  overflow: hidden;
  display: block;
}
.news-card__img img {
  width: 100%;
}

.news-card__info {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  flex-grow: 1;
}

.news-card__title a {
  font: inherit;
  color: inherit;
}

.news-card__bottom {
  margin-top: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 20px;
  padding-top: 10px;
  line-height: 24px;
}

.news-card__time {
  font-family: "Roboto", "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  color: rgba(0, 0, 0, 0.5);
}

.news-card__total {
  font-family: "Roboto", "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  color: rgba(0, 0, 0, 0.5);
}

.cards-list {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  align-items: flex-start;
}
.cards-list--no-pag .cards-list__list {
  grid-template-columns: repeat(4, 1fr);
}
.cards-list--no-pag .big-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
  color: #000000;
}
@media (max-width: 1023px) {
  .cards-list--no-pag .cards-list__list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cards-list--no-pag .cards-list__list {
    grid-template-columns: 1fr;
  }
  .cards-list--no-pag .cards-list__top {
    display: contents;
  }
  .cards-list--no-pag .secondary-btn {
    order: 1;
    width: 100%;
    justify-content: center;
  }
}

.cards-list__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cards-list__list li {
  display: flex;
}
@media (max-width: 1023px) {
  .cards-list__list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cards-list__list {
    grid-template-columns: 1fr;
  }
}

.cards-list__title b {
  font: inherit;
  color: #E84A51;
}

.cards-list__top {
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
  align-items: center;
  width: 100%;
}

.header__callback-desk {
  cursor: pointer;
}
@media (max-width: 1366px) {
  .header__callback-desk {
    display: none;
  }
}

.header__callback-mob {
  cursor: pointer;
  display: none;
  background-color: rgba(255, 255, 255, 0);
  border: none;
  width: 40px;
  height: 40px;
  padding: 0;
}
.header__callback-mob svg {
  width: 20px;
  height: 20px;
}
@media (max-width: 1366px) {
  .header__callback-mob {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
  }
}

.article {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}

.article__info {
  display: flex;
  align-items: center;
  column-gap: 30px;
}
.article__info p {
  margin: 0;
  display: flex;
  column-gap: 10px;
  align-items: center;
}
.article__info svg {
  width: 24px;
  height: 24px;
}
@media (max-width: 767px) {
  .article__info {
    flex-direction: column;
    row-gap: 10px;
    align-items: flex-start;
  }
}

.article__info-text {
  font-family: "Roboto", "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  color: #737373;
}

.article__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 30px;
}
@media (max-width: 1023px) {
  .article__header {
    order: 0;
  }
}
@media (max-width: 767px) {
  .article__header {
    flex-direction: column;
    row-gap: 20px;
    align-items: flex-start;
  }
  .article__header .general__btn {
    width: 100%;
  }
}

.article__layout {
  display: grid;
  grid-template-columns: 3fr 1fr;
  column-gap: 30px;
  row-gap: 40px;
}
@media (max-width: 1023px) {
  .article__layout {
    grid-template-columns: 1fr;
  }
}

.article__main {
  grid-column: 1/2;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 20px;
}
.article__main a {
  font: inherit;
}
.article__main h2 {
  margin: 0;
  font-family: "Roboto", "Arial", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
  color: #000000;
}
.article__main h3 {
  margin: 0;
  font-family: "Roboto", "Arial", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  color: #000000;
}
.article__main p {
  margin: 0;
  font-family: "Roboto", "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #404040;
}
.article__main ul {
  list-style: disc;
  margin-left: 20px;
}
@media (max-width: 1023px) {
  .article__main {
    grid-column: 1/-1;
    order: 2;
  }
  .article__main h2 {
    font-size: 20px;
  }
  .article__main h3 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .article__main {
    padding: 20px 10px;
  }
  .article__main h2 {
    font-size: 18px;
  }
}

.article__aside {
  grid-column: 2/-1;
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
@media (max-width: 1023px) {
  .article__aside {
    grid-column: 1/-1;
    order: 1;
  }
}

.article__footer {
  padding: 20px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.article__footer .line-tags-list {
  order: -1;
  justify-content: flex-start;
}
.article__footer::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.15);
  order: 1;
}
@media (max-width: 1023px) {
  .article__footer {
    order: 4;
  }
}

.article__footer-bottom {
  order: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 30px;
  max-width: 80%;
}
@media (max-width: 1023px) {
  .article__footer-bottom {
    flex-direction: column;
    max-width: unset;
    align-items: flex-start;
    row-gap: 40px;
  }
}

@media (max-width: 1023px) {
  .article__content-top {
    display: flex;
    align-items: center;
    column-gap: 20px;
    justify-content: flex-start;
  }
}

.article__content {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.article__content h3 {
  font-family: "Roboto", "Arial", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  color: #000000;
  margin: 0;
}
@media (max-width: 1023px) {
  .article__content.is-open .article__content-list {
    max-height: unset;
  }
  .article__content.is-open .article__content-toggler {
    transform: rotate(180deg);
  }
}

.article__content-list {
  margin: 0;
  padding: 0;
  padding-left: 25px;
}
@media (max-width: 1023px) {
  .article__content-list {
    max-height: 0;
    overflow: hidden;
  }
}

.article__content-toggler {
  display: none;
}
@media (max-width: 1023px) {
  .article__content-toggler {
    padding: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
    border: none;
    border-radius: 50%;
    transition: transform 300ms ease-out;
  }
  .article__content-toggler svg {
    width: 12px;
    height: 12px;
    transform: rotate(-90deg);
  }
}

.article__more {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.article__more h3 {
  font-family: "Roboto", "Arial", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  color: #000000;
  margin: 0;
}
.article__more ul {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
@media (max-width: 1023px) {
  .article__more {
    display: none;
  }
}

.author {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  column-gap: 20px;
}

.author__img {
  width: 66px;
  height: 66px;
}
.author__img img {
  width: 100%;
  height: 100%;
}

.author__info {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 10px;
}

.author__name {
  font-family: "Roboto", "Arial", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #00458B;
  margin: 0;
}

.author__prof {
  font-family: "Roboto", "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #404040;
  margin-top: auto;
}

.share {
  display: flex;
  column-gap: 35px;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .share {
    flex-direction: column;
    row-gap: 20px;
  }
}

.share__text {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
.share__text b {
  font-family: "Roboto", "Arial", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
}
.share__text span {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #404040;
}

.one-slider {
  max-width: 100%;
  word-break: inherit;
  overflow-x: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .one-slider {
    padding-bottom: 30px;
  }
}

.one-slider__slide img {
  width: 100%;
}
.one-slider__slide span {
  font-family: "Roboto", "Arial", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 1.2;
  color: rgba(0, 0, 0, 0.5);
  display: block;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-right: 130px;
}
@media (max-width: 767px) {
  .one-slider__slide span {
    margin-right: 0;
  }
}

.one-slider__nav-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 40px;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .one-slider__nav-container {
    width: 100%;
    left: 0;
    right: 0;
    justify-content: space-between;
  }
}

.one-slider__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  cursor: pointer;
}
.one-slider__nav--prev {
  transform: rotate(180deg);
}
.one-slider__nav svg {
  fill: #00458B;
  width: 29px;
  height: 14px;
}
.one-slider__nav[disabled] {
  fill: #8C8C8C;
}
@media (max-width: 767px) {
  .one-slider__nav {
    width: 30px;
    height: 30px;
  }
  .one-slider__nav svg {
    width: 25px;
    height: 13px;
  }
}

.socials-bright {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  column-gap: 20px;
}

.socials-bright__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
.socials-bright__link img {
  width: 100%;
  height: 100%;
}

.popup--blog .fancybox-close-small {
  width: 24px;
  height: 24px;
  padding: 0;
  right: 10px;
  top: 10px;
}
.popup__btns {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
@media (max-width: 767px) {
  .popup__btns .general__btn {
    width: 100%;
  }
}

.main-about-wrap-col:last-child {
  margin-left: 20%;
  padding-top: 70px;
  margin-right: -10%;
}

.main-about-wrap-col:last-child .main-about-wrap-col-list {
  max-width: 740px;
}

@media screen and (max-width: 1400px) {
  .main-about-wrap-col:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 1200px) {
  .main-about-wrap-col:last-child {
    margin-left: 0;
    padding-top: 0;
    margin-right: 0;
  }
  .main-about-wrap-col:last-child .main-about-wrap-col-list {
    max-width: 100%;
  }
}
.table-dynamic.is-opened [data-table-dynamic=showbtn] {
  display: none;
}
.table-dynamic.is-closed [data-table-dynamic=hidebtn] {
  display: none;
}
.table-dynamic [data-table-dynamic=table] {
  overflow: hidden;
}
.table-dynamic .career-bot__btn {
  width: auto;
  height: auto;
  padding: 10px 15px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

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