@charset "UTF-8";
/*!
 * Bootstrap v4.0.0-beta (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}
.modal.show .modal-dialog {
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #e9ecef;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 15px;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 15px;
  border-top: 1px solid #e9ecef;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}
.modal-footer.captcha-fix {
  flex-wrap: wrap;
  justify-content: flex-start;
}
.modal-footer.captcha-fix > :not(:last-child) {
  margin-bottom: 25px;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 30px auto;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.publications {
  padding-top: 36px;
  font-family: "Museo Sans", Helvetica, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #1A1919;
}
.publications .container {
  max-width: 800px;
}
.publications .container-wide {
  max-width: 1000px;
}
.publications h1, .publications h2, .publications h3, .publications h4, .publications h5, .publications h6 {
  font-family: inherit;
  color: inherit;
}
.publications ul li, .publications ol li, .publications p {
  font-family: "Roboto", Helvetica, sans-serif;
  font-size: inherit;
  line-height: inherit;
  color: #1A1919;
}
.publications h1 {
  display: block;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: "Museo Sans", Helvetica, sans-serif;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  font-weight: 700;
}
.publications h2 {
  font-family: "Museo Sans", Helvetica, sans-serif;
  margin-bottom: 24px;
  font-size: 30px;
  line-height: 36px;
  color: #1A1919;
  font-weight: 900;
}
.publications p {
  margin-bottom: 24px;
  font-family: "Roboto", Helvetica, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #1A1919;
}
.publications p + p {
  margin-top: -10px;
}
.publications p + .publications__likely {
  margin-top: 0;
}
.publications p + ul {
  margin-top: -14px;
  margin-bottom: 10px;
}
.publications p + ol {
  margin-top: -14px;
  margin-bottom: 10px;
}
.publications li + p {
  margin-top: 14px;
}
.publications li > ul, .publications li > ol {
  margin-top: 8px;
}
.publications ol li > ul li {
  list-style-type: disc;
}
.publications figure {
  margin-bottom: 22px;
}
.publications .likely svg {
  fill: #000 !important;
}
.publications div[itemprop=articleBody] li:not(:last-child), .publications div[itemprop=articleBody] > div li:not(:last-child) {
  margin-bottom: 6px;
}
.publications div[itemprop=articleBody] li:not(:last-child) p, .publications div[itemprop=articleBody] > div li:not(:last-child) p {
  margin-bottom: 8px;
}
.publications div[itemprop=articleBody] > div p + ol, .publications div[itemprop=articleBody] > div p + ul {
  margin-top: 0;
  margin-bottom: 10px;
}
.publications div[itemprop=articleBody] > div > p {
  margin-bottom: 8px;
}
.publications + .modal .basket__container {
  font-family: "Roboto", Helvetica, sans-serif;
}
.publications + .modal .basket__container p {
  font-family: "Roboto", Helvetica, sans-serif !important;
}
.publications + .modal .basket__container label, .publications + .modal .basket__container--footnote, .publications + .modal .basket__container--total .btn-warning {
  font-family: "Roboto", Helvetica, sans-serif;
}
.publications__highlight_border {
  padding: 20px;
  font-weight: bold;
  border: 2px solid #FFBA06;
  border-radius: 10px;
  display: block;
}
.publications .publications__highlight_border p {
  margin-bottom: 5px !important;
}

.publications__title {
  margin-right: 0;
  margin-left: 0;
}

/* Блок с красной чертой TORG-881*/
.publications__highlight_red {
  padding-left: 14px;
  font-family: inherit;
  font-size: 18px;
  color: #1A1919;
  border-left: 5px solid #cd141a !important;
}

/* end Блок с красной чертой */
.publications__lead {
  font-size: 18px;
  line-height: 30px;
  font-family: "Museo Sans", Helvetica, sans-serif;
  color: #1A1919;
}
.publications__lead h1, .publications__lead h2, .publications__lead h3, .publications__lead h4, .publications__lead h5, .publications__lead h6, .publications__lead ul li, .publications__lead ol li, .publications__lead p {
  font-family: inherit;
  color: inherit;
}
.publications__lead p {
  font-family: "Museo Sans", Helvetica, sans-serif;
  font-size: 18px;
  line-height: 30px;
  color: #1A1919;
}
.publications__lead *:last-child {
  margin-bottom: 0;
}
.publications__lead::after {
  display: flex;
  height: 1px;
  margin-bottom: 24px;
  padding-top: 24px;
}

.publications__img-link {
  display: flex;
  margin-bottom: 24px;
  background-color: #EDF1F5;
  border-radius: 9px;
  overflow: hidden;
}

figcaption {
  font-family: "Roboto", Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #808080;
}

.publications__highlight {
  margin-bottom: 24px;
  padding-left: 14px;
  font-size: 18px;
  line-height: 30px;
  color: #1A1919;
  font-family: "Museo Sans", Helvetica, sans-serif;
  border-left: 5px solid #FFD400;
}
.publications__highlight h1, .publications__highlight h2, .publications__highlight h3, .publications__highlight h4, .publications__highlight h5, .publications__highlight h6, .publications__highlight ul li, .publications__highlight ol li, .publications__highlight p {
  font-family: inherit;
  color: inherit;
}
.publications__highlight p {
  font-family: "Museo Sans", Helvetica, sans-serif;
  font-size: 18px;
  line-height: 30px;
}
.publications__highlight *:last-child {
  margin-bottom: 0;
}

.publications__likely {
  margin-top: 24px;
  margin-bottom: 24px;
  padding-bottom: 26px;
}

.publications__likely.border_separate {
  border-bottom: 1px solid rgba(160, 171, 186, 0.3);
}

@media (min-width: 768px) {
  .publications {
    font-size: 18px;
    line-height: 36px;
  }
  .publications h1 {
    display: block;
    font-size: 48px;
    line-height: 60px;
    color: #1a1919;
  }
  .publications h1.headline-news {
    font-size: 38px;
  }
  .publications h2 {
    margin-bottom: 30px;
  }
  .publications p {
    margin-bottom: 34px;
  }
  .publications figure {
    margin-bottom: 28px;
  }
  .publications__content p {
    font-size: 18px;
    line-height: 36px;
  }
  .publications__lead {
    font-size: 24px;
    line-height: 36px;
  }
  .publications__lead p {
    font-size: 24px;
    line-height: 36px;
  }
  .publications__highlight {
    margin-bottom: 38px;
    font-size: 24px;
    line-height: 36px;
  }
  .publications__highlight p {
    margin-right: 0;
    margin-left: 0;
    font-size: 24px;
    line-height: 36px;
  }
  .publications__likely {
    margin-top: 38px;
    margin-bottom: 38px;
  }
}
@media (min-width: 1200px) {
  .publications {
    max-width: 920px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    font-size: 18px;
    font-family: "Roboto", Helvetica, sans-serif;
    line-height: 26px;
  }
  .publications .container {
    padding-right: 0;
    padding-left: 0;
  }
  .publications__content {
    margin-bottom: 24px;
  }
  .publications__lead {
    margin: 0 auto;
  }
  .publications__likely {
    margin-bottom: 0;
    padding-bottom: 26px;
  }
  .publications__likely.border_separate {
    border-bottom: none;
  }
  .publications__title {
    margin-right: -120px;
    margin-left: -120px;
  }
}
.container p, .container ul, .container li, .container ol {
  font-size: 14px !important;
  font-family: "Roboto", Helvetica, sans-serif !important;
}

.container .publications__lead p {
  font-size: 18px !important;
  font-family: "Museo Sans", Helvetica, sans-serif !important;
}

.publications p {
  margin-bottom: 22px !important;
  line-height: 26px !important;
}

.container .publications__highlight {
  margin-bottom: 30px !important;
  margin-top: 30px !important;
}

.container .publications__highlight p {
  font-size: 20px !important;
  font-family: "Museo Sans", Helvetica, sans-serif !important;
}

.container ul, .container li {
  line-height: 26px !important;
}

.publications__lead::after {
  padding-top: 0 !important;
}

.publications h1 {
  line-height: 50px;
}

.publications h1.headline-news {
  line-height: 40px !important;
  text-align: left;
}

.publications h2, .publications h3, .publications h4, .publications h5, .publications h6 {
  margin-top: 1.75rem !important;
  margin-bottom: 0.7rem !important;
}
.publications h1 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.publications .tags-list {
  max-width: 640px !important;
}

.publications .tags-list li {
  font-size: 12px !important;
  font-family: "Museo Sans", Helvetica, sans-serif !important;
}

.publications .tags-list__item {
  /*padding: 3px 12px  !important;*/
  padding: 1px 14px !important;
}

.article-top {
  display: flex;
  align-items: end;
  flex-direction: column;
}

@media (min-width: 768px) {
  .publications h1.headline-news {
    line-height: 50px !important;
  }
  .article-top {
    align-items: center;
    flex-direction: row;
  }
}
/* TORG-3432 */
@media (max-width: 575px) {
  div[itemprop=articleBody] p,
  div[itemprop=articleBody] ul,
  div[itemprop=articleBody] li,
  div[itemprop=articleBody] ol {
    font-size: 18px !important;
    line-height: 28px !important;
  }
  .publications .container, .publications .container-wide {
    max-width: 100%;
  }
}
.horizontal-slide {
  display: flex;
  column-gap: 10px;
  height: 100%;
  padding: 16px 16px 20px;
  background: #FFFFFF;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  font-family: MuseoSansCyrl, Helvetica, sans-serif;
}
@media (max-width: 767px) {
  .horizontal-slide {
    padding: 16px 12px 20px;
  }
}

.horizontal-slide .horizontal-slide__image {
  align-self: center;
  width: 134px;
  height: 134px;
}
@media (max-width: 767px) {
  .horizontal-slide .horizontal-slide__image {
    width: 100px;
    height: 130px;
  }
}

.horizontal-slide__info {
  display: flex;
  flex-direction: column;
}

.horizontal-slide__description {
  flex: 1 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 22px;
}

.horizontal-slide__price {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #D91920;
}

.horizontal-slide__button {
  display: block;
  width: max-content;
  margin-top: 16px;
  padding: 12px 24px;
  background: #FFE94D;
  border-radius: 8px;
  font-family: Roboto, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  color: #717070;
}

.vertical-slide {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.vertical-slide__wrapper-image {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 0;
  border: solid 1px #EBEDEC;
  border-radius: 8px;
  margin-bottom: 12px;
}
@media (max-width: 575px) {
  .vertical-slide__wrapper-image {
    width: 180px;
  }
}

.vertical-slide__image {
  width: 165px;
  height: 165px;
}
@media (max-width: 575px) {
  .vertical-slide__image {
    width: 156px;
    height: 156px;
  }
}

.vertical-slide__info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-auto-rows: max-content;
  flex: 1 0;
}
@media (max-width: 575px) {
  .vertical-slide__info {
    grid-template-rows: 1fr;
  }
}

.vertical-slide__description {
  grid-column: 1/3;
  font-family: MuseoSansCyrl, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #1369BF;
  margin-bottom: 28px;
}
@media (max-width: 575px) {
  .vertical-slide__description {
    font-size: 14px;
    margin-bottom: 12px;
  }
}

.vertical-slide__price {
  align-self: center;
  font-family: MuseoSansCyrl, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.vertical-slide__button {
  display: block;
  width: max-content;
  height: max-content;
  padding: 12px 24px;
  background: #FFE94D;
  border-radius: 8px;
  font-family: Roboto, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  color: #717070;
}
@media (max-width: 575px) {
  .vertical-slide__button {
    grid-column: 1/3;
    align-self: end;
    width: auto;
    margin-top: 16px;
    text-align: center;
  }
}

.product-card {
  float: right;
  display: flex;
  flex-direction: column;
  width: 240px;
  padding: 20px;
  margin: 10px 0 10px 10px;
  background: #FFFFFF;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  border-radius: 8px;
}
@media (max-width: 575px) {
  .product-card {
    float: none;
    width: 100%;
    margin: 12px auto 32px;
    padding: 16px 20px 24px;
  }
}

.product-card--ml-32 {
  margin-left: 32px;
}
@media (max-width: 575px) {
  .product-card--ml-32 {
    margin-left: 0;
  }
}

.product-card__image {
  width: 160px;
  height: 160px;
  object-fit: cover;
  align-self: center;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .product-card__image {
    width: 190px;
    height: 190px;
  }
}

.product-card__info {
  display: flex;
  flex-direction: column;
  flex: 1 0;
}

.product-card__price {
  font-family: MuseoSansCyrl, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 8px;
}

.product-card__description {
  flex: 1 0;
  font-family: MuseoSansCyrl, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  color: #1A1919;
}
@media (max-width: 575px) {
  .product-card__description {
    font-size: 14px;
  }
}

.product-card__button {
  display: flex;
  column-gap: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 12px;
  margin-top: 16px;
  font-family: Roboto, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  text-align: center;
  color: #717070;
  background: #FFDF01;
  border-radius: 8px;
}

.product-card__button-icon {
  font-size: 16px;
  fill: #1369BF;
}

.product-card--horizontal {
  flex-direction: row;
  column-gap: 12px;
  width: 350px;
  padding: 16px;
}
@media (max-width: 575px) {
  .product-card--horizontal {
    width: 100%;
    column-gap: 20px;
    padding: 20px 16px;
  }
}

.product-card--horizontal .product-card__image {
  width: 100px;
  height: 100px;
  margin-bottom: 0;
}

.product-card--horizontal .product-card__info {
  display: flex;
  flex-direction: column;
}

.product-card--horizontal .product-card__price {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
  color: #D91920;
  order: 1;
}

.product-card--horizontal .product-card__description {
  margin-bottom: 8px;
}

.product-card--horizontal .product-card__button {
  width: max-content;
  padding: 0;
  margin-top: 8px;
  font-family: Roboto, "Roboto", Helvetica, sans-serif;
  font-size: 12px;
  line-height: 20px;
  color: #1369BF;
  text-transform: capitalize;
  background: none;
  border-radius: 0;
  order: 1;
}

.swiper-product {
  position: relative;
}

.swiper-product--wrapper {
  padding: 5px 5px 40px;
}
@media (max-width: 575px) {
  .swiper-product--wrapper {
    padding: 5px 5px 36px;
  }
}

.swiper-product__button {
  position: absolute;
  top: calc(50% - 40px);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: #EFEFEF;
  border-radius: 32px;
  z-index: 10;
  cursor: pointer;
}
@media (max-width: 991px) {
  .swiper-product__button {
    display: none;
  }
}

.swiper-product__button-prev {
  left: -11px;
}

.swiper-product__button-next {
  right: -11px;
}

.swiper-product__button-icon {
  font-size: 16px;
}

.swiper-product__button-prev .swiper-product__button-icon {
  transform: rotate(180deg);
}

.swiper-product .product-card {
  height: 100%;
  float: none;
  padding: 20px 20px 28px;
  margin: 0;
}

.swiper-product .product-card,
.swiper-product .product-card__button {
  width: auto;
}

.swiper-product .product-card__image {
  width: 213px;
  height: 213px;
}
@media (max-width: 991px) {
  .swiper-product .product-card__image {
    width: 180px;
    height: 180px;
  }
}
@media (max-width: 575px) {
  .swiper-product .product-card__image {
    width: 195px;
    height: 195px;
  }
}

.swiper-product .swiper-autoheight .swiper-wrapper {
  align-items: stretch;
}

.swiper-product .swiper-slide {
  box-sizing: border-box;
}
@media (max-width: 575px) {
  .swiper-product .swiper-slide {
    width: 230px;
  }
}

.swiper-product .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #F4F6F8;
  opacity: 1;
}
@media (max-width: 575px) {
  .swiper-product .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}

.swiper-product .swiper-pagination-bullet-active {
  width: 16px;
  height: 16px;
  background: #FFDF01;
}
@media (max-width: 575px) {
  .swiper-product .swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
  }
}

.swiper-product .swiper-pagination-bullets.swiper-pagination-horizontal {
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0;
}

.swiper-product .swiper-button-lock {
  display: none;
}

.swiper-product--horizontal {
  max-width: 886px;
  padding-left: 78px;
  padding-right: 78px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .swiper-product--horizontal {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.swiper-product--horizontal .swiper-product__button {
  width: 48px;
  height: 48px;
}

.swiper-product--horizontal .swiper-product__button-prev {
  left: 0;
}

.swiper-product--horizontal .swiper-product__button-next {
  right: 0;
}

.swiper-product--horizontal .swiper-product__button-icon {
  font-size: 24px;
}

.swiper-product--vertical .swiper-product__button {
  top: 80px;
}

@media (max-width: 575px) {
  .swiper-product--vertical .swiper-slide {
    width: 180px;
  }
}

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