:root {
  --main-font-family: "Gotham Pro", sans-serif; }

:root {
  --body-bg: #fff; }

:root {
  --main-font-family: "Gotham Pro", sans-serif; }

:root {
  --body-bg: #fff; }

.add-to-cart {
  display: block;
  width: 40px;
  height: 40px;
  border: 0;
  padding: 0;
  background-color: #656668;
  border-radius: 50%;
  color: #fff;
  font-size: 0;
  background-image: url("/local/js/specialty/assets/images//icon-shopping-cart.svg");
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.15s ease-out; }

.add-to-cart--active {
  background-image: url("/local/js/specialty/assets/images//icon-in-cart.svg");
  cursor: default;
  background-color: #000; }

.add-to-cart--loading {
  background-image: none; }

.coffee-card {
  position: relative;
  z-index: 1;
  min-height: 375px;
  padding: 8px;
  border-radius: 8px;
  border: 1px solid #eaebee;
  background-color: #fff; }
  .coffee-card__backdrop {
    display: none;
    position: absolute;
    top: 70px;
    right: -16px;
    left: -16px;
    text-align: center; }
  .coffee-card__fav {
    position: absolute;
    z-index: 2;
    top: 2px;
    right: 4px; }
    .coffee-card__fav .favorite-heart {
      color: #656668; }
      .coffee-card__fav .favorite-heart--active {
        color: #ff7e7e; }
  .coffee-card__grader {
    text-align: right; }
  .coffee-card__image-wrapper {
    position: relative;
    margin-bottom: 13px; }
  .coffee-card__image {
    display: block;
    width: 100%;
    height: 260px;
    position: relative;
    z-index: 1;
    font-size: 0;
    cursor: pointer;
    transition: all 0.2s linear; }
  .coffee-card__image img {
    display: block;
    margin: 0 auto;
    transition: all 0.2s linear;
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: contain; }
  .coffee-card__image-descriptor {
    position: absolute;
    bottom: 0; }
  .coffee-card__image-descriptor img {
    max-width: 125px;
    height: auto;
    margin: 0; }
  .coffee-card__info {
    padding: 3px 0 6px;
    border-radius: 6px;
    transition: all 0.2s linear; }
  .coffee-card__meta {
    position: relative;
    bottom: 0;
    min-height: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #656668;
    font-size: 12px;
    line-height: 16px;
    transition: all 0.2s linear; }
  .coffee-card__quantity {
    opacity: 0;
    transition: all 0.2s linear; }
  .coffee-card__rating {
    display: flex;
    align-items: center;
    margin-bottom: 4px;
    font-size: 14px; }
    .coffee-card__rating span {
      margin-left: 4px; }
    .coffee-card__rating .coffee-card__reviews {
      margin-left: 10px;
      display: flex;
      align-items: center; }
      .coffee-card__rating .coffee-card__reviews svg {
        color: #c39b70; }
  .coffee-card__roaster {
    padding-right: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
    max-width: calc(100% - 62px); }
  .coffee-card__grade {
    white-space: nowrap; }
  .coffee-card__tags {
    position: absolute;
    z-index: 2;
    top: 2px;
    left: 4px; }
  .coffee-card__tastes, .coffee-card__row {
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 20px;
    margin: 0 0 6px;
    font-size: 14px;
    line-height: 20px; }
    .coffee-card__tastes::first-letter, .coffee-card__row::first-letter {
      text-transform: uppercase; }
  .coffee-card__title {
    display: block;
    margin-bottom: 2px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    cursor: pointer; }
  .coffee-card__row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    height: auto; }
  .coffee-card__row-title {
    flex: 0 0 44%;
    width: 44%;
    color: #7c7e82; }
  .coffee-card__row-text {
    flex: 0 0 46%;
    width: 46%;
    color: #7c7e82;
    text-align: right;
    white-space: normal;
    overflow: hidden;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: auto; }
  .coffee-card__variant-label {
    border-color: rgba(101, 102, 104, 0.5);
    color: #656668; }
  .coffee-card__variant-label svg {
    fill: currentColor; }
  .coffee-card__variant-label:hover {
    border-color: #656668; }
  input:checked ~ .coffee-card__variant-label {
    border-color: #656668;
    background-color: #656668;
    color: #fff; }
    input:checked ~ .coffee-card__variant-label svg {
      fill: #fff; }
  .coffee-card__delivery {
    display: flex;
    align-items: center;
    max-height: 20px;
    opacity: 1;
    transition: all 0.2s linear; }
    .coffee-card__delivery svg {
      margin-right: 7px; }
    .coffee-card__delivery-title {
      font-size: 12px;
      line-height: 16px; }

@media (max-width: 575.98px) {
  .coffee-card__row-text {
    height: auto;
    -webkit-line-clamp: 4; }
  .filter-result.grid .coffee-card__row {
    display: block; }
  .filter-result.grid .coffee-card__row-title {
    font-weight: bold;
    margin-bottom: 0; }
  .filter-result.grid .coffee-card__row-text {
    width: 100%;
    text-align: left; } }

.coffee-card--active .coffee-card__footer,
.coffee-card:hover .coffee-card__footer {
  color: #e64376; }

.coffee-card--active .coffee-card__image,
.coffee-card:hover .coffee-card__image {
  height: 244px; }

.coffee-card--active .coffee-card__image-descriptor img,
.coffee-card:hover .coffee-card__image-descriptor img {
  height: auto; }

.coffee-card--active .coffee-card__info,
.coffee-card:hover .coffee-card__info {
  margin-top: -13px;
  padding-top: 12px;
  background-color: #fff; }

.coffee-card--active .coffee-card__meta,
.coffee-card:hover .coffee-card__meta {
  bottom: 13px; }

.coffee-card--active .coffee-card__info--no-shadow,
.coffee-card:hover .coffee-card__info--no-shadow {
  box-shadow: none; }

.coffee-card--active .coffee-card__quantity,
.coffee-card:hover .coffee-card__quantity {
  opacity: 1; }

.coffee-card--active .coffee-card__to-cart,
.coffee-card:hover .coffee-card__to-cart {
  background-color: transparent; }

.coffee-card--active .coffee-card__to-cart button,
.coffee-card:hover .coffee-card__to-cart button {
  background-color: #000; }

.coffee-card--active .coffee-card__variant-label,
.coffee-card:hover .coffee-card__variant-label {
  border-color: rgba(37, 38, 42, 0.5);
  color: #25262a; }

.coffee-card--active .coffee-card__variant-label:hover,
.coffee-card:hover .coffee-card__variant-label:hover {
  border-color: #25262a; }

.coffee-card--active .coffee-card__delivery,
.coffee-card:hover .coffee-card__delivery {
  max-height: 20px;
  opacity: 1; }

.coffee-card--active input:checked ~ .coffee-card__variant-label,
.coffee-card:hover input:checked ~ .coffee-card__variant-label {
  border-color: #25262a;
  background-color: #25262a;
  color: #fff; }

.coffee-card--active .quantity-input__input,
.coffee-card:hover .quantity-input__input {
  color: #e64376; }

.coffee-card--complect .coffee-card__grade {
  display: none; }

.coffee-card--complect .coffee-card__roaster {
  max-width: 100%;
  margin: 0; }

.coffee-card--complect .coffee-card__tastes {
  white-space: normal;
  height: 56px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden; }

@media (min-width: 768px) {
  .coffee-card__quantity {
    pointer-events: none; }
  .coffee-card:hover .coffee-card__quantity {
    pointer-events: all; } }

@media (max-width: 575.98px) {
  .coffee-card {
    min-height: 378px;
    display: flex;
    flex-direction: column; }
    .coffee-card:hover .coffee-card__image,
    .coffee-card--active .coffee-card__image {
      height: 160px; }
    .coffee-card__footer {
      color: #25262a; }
    .coffee-card__image-wrapper {
      margin-bottom: 0;
      display: flex;
      align-self: center; }
    .coffee-card__image {
      height: 160px; }
    .coffee-card__image-descriptor {
      max-width: 60%; }
      .coffee-card__image-descriptor img {
        height: 100%;
        width: 100%;
        object-fit: contain; }
    .coffee-card__info {
      min-height: 173px;
      margin-top: 7px;
      padding-top: 12px;
      background-color: #fff; }
    .coffee-card__info--no-shadow {
      box-shadow: none; }
    .coffee-card__quantity {
      opacity: 1; }
    .coffee-card__to-cart {
      background-color: transparent; }
    .coffee-card__to-cart button {
      background-color: #000; }
    .coffee-card__variant-label {
      border-color: rgba(37, 38, 42, 0.5);
      color: #25262a; }
    .coffee-card__variant-label:hover {
      border-color: #25262a; }
    .coffee-card__delivery {
      max-height: none;
      opacity: 1; }
  .coffee-card--active .coffee-card__info,
  .coffee-card:hover .coffee-card__info {
    margin-top: 7px; }
  .coffee-card--active .coffee-card__meta,
  .coffee-card:hover .coffee-card__meta {
    bottom: 0; }
  .coffee-card--active .coffee-card__image-descriptor img,
  .coffee-card:hover .coffee-card__image-descriptor img {
    height: auto; } }

.coffee-card__info_common .taste-rating {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .coffee-card__info_common .taste-rating:last-of-type {
    margin-bottom: 10px; }
  .coffee-card__info_common .taste-rating__name {
    color: #7c7e82;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 2px;
    flex: 0 0 44%;
    width: 44%; }
  .coffee-card__info_common .taste-rating__rating {
    flex: 0 0 46%;
    width: 46%;
    display: flex;
    justify-content: flex-end; }
  .coffee-card__info_common .taste-rating__rating span {
    display: block;
    width: 12px;
    height: 24px;
    background-image: url("/local/js/specialty/assets/images/icon-coffee-bean-empty.svg");
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat; }
  .coffee-card__info_common .taste-rating__rating span:not(:last-of-type) {
    margin-right: 6px; }
  .coffee-card__info_common .taste-rating__rating--1 span:nth-child(1) {
    background-image: url("/local/js/specialty/assets/images/icon-coffee-bean-full.svg"); }
  .coffee-card__info_common .taste-rating__rating--2 span:nth-child(1),
  .coffee-card__info_common .taste-rating__rating--2 span:nth-child(2) {
    background-image: url("/local/js/specialty/assets/images/icon-coffee-bean-full.svg"); }
  .coffee-card__info_common .taste-rating__rating--3 span:nth-child(1),
  .coffee-card__info_common .taste-rating__rating--3 span:nth-child(2),
  .coffee-card__info_common .taste-rating__rating--3 span:nth-child(3) {
    background-image: url("/local/js/specialty/assets/images/icon-coffee-bean-full.svg"); }
  .coffee-card__info_common .taste-rating__rating--4 span:nth-child(1),
  .coffee-card__info_common .taste-rating__rating--4 span:nth-child(2),
  .coffee-card__info_common .taste-rating__rating--4 span:nth-child(3),
  .coffee-card__info_common .taste-rating__rating--4 span:nth-child(4) {
    background-image: url("/local/js/specialty/assets/images/icon-coffee-bean-full.svg"); }
  .coffee-card__info_common .taste-rating__rating--5 span:nth-child(1),
  .coffee-card__info_common .taste-rating__rating--5 span:nth-child(2),
  .coffee-card__info_common .taste-rating__rating--5 span:nth-child(3),
  .coffee-card__info_common .taste-rating__rating--5 span:nth-child(4),
  .coffee-card__info_common .taste-rating__rating--5 span:nth-child(5) {
    background-image: url("/local/js/specialty/assets/images/icon-coffee-bean-full.svg"); }
  .coffee-card__info_common .taste-rating__value .icon-info {
    fill: #7c7e82;
    position: relative;
    top: -2px; }
  .coffee-card__info_common .taste-rating__value .icon-info svg {
    fill: #eaebee;
    border: 1px solid #eaebee;
    border-radius: 50%;
    width: 16px;
    height: 16px; }

.coffee-card__info_common .beans-mobile p,
.coffee-card__info_common .beans-desktop p {
  color: #7c7e82;
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 2px; }

.coffee-card__info_common .beans-mobile {
  display: none; }

@media (max-width: 575.98px) {
  .filter-result.grid .coffee-card__info_common .beans-desktop {
    display: none; }
  .filter-result.grid .coffee-card__info_common .beans-mobile {
    display: flex; } }

@media (min-width: 576px) {
  .coffee-card__row {
    min-height: 65px; }
  .coffee-card__delivery {
    min-height: 20px; } }

.coffee-card__info_common .coffee-card-controls {
  margin-top: 10px; }

@media (max-width: 575.98px) {
  .taste-rating__name {
    font-size: 14px; }
  .taste-rating__value .icon-info {
    fill: #25262a;
    margin-left: 4px; }
  .taste-rating__value .icon-info svg {
    border-color: #656668; } }

.coffee-card-controls__grinding {
  position: absolute;
  top: 6px;
  bottom: 6px;
  right: 6px;
  left: 6px;
  z-index: 10;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 8px 30px rgba(45, 41, 41, 0.1); }

.coffee-card-controls__variants {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
  height: 24px; }

.coffee-card-controls__weight {
  margin-right: 4px; }

.coffee-card-controls--loading {
  pointer-events: none; }

.coffee-card-controls--complect .coffee-card-controls__variants {
  display: none; }

.coffee-variant {
  display: block;
  width: 100%;
  margin: 0;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .coffee-variant__input {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    overflow: hidden; }
  .coffee-variant__label {
    display: block;
    width: 100%;
    height: 24px;
    border-width: 0.5px;
    border-style: solid;
    padding: 4px 4px 2px;
    border-radius: 12px;
    cursor: pointer;
    font-size: 12px;
    line-height: 16px;
    transition: all 0.2s linear; }

.coffee-variant--roasting .coffee-variant__label {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center; }

.coffee-variant--roasting .coffee-variant svg {
  flex-basis: 16px;
  flex-shrink: 0;
  flex-grow: 0;
  width: 16px;
  max-width: 16px; }

.coffee-variant--roasting-reach svg {
  position: relative; }

.coffee-variant--roasting-reach svg:first-child {
  left: 2px; }

.coffee-variant--roasting-reach svg:last-child {
  right: 1px; }

.equipment-card {
  position: relative;
  padding: 8px;
  border-radius: 8px;
  border: 1px solid #eaebee;
  background-color: #fff; }
  .equipment-card__backdrop {
    position: absolute;
    top: 94px;
    right: 0;
    left: 0;
    text-align: center;
    transition: all 0.2s linear; }
  .equipment-card:hover .equipment-card__backdrop {
    transform: translateY(-22px); }
  .equipment-card__brand {
    margin-left: 16px; }
  .equipment-card__fav {
    position: absolute;
    top: 2px;
    right: 4px; }
    .equipment-card__fav .favorite-heart {
      color: #656668; }
      .equipment-card__fav .favorite-heart--active {
        color: #ff7e7e; }
  .equipment-card__image {
    display: block;
    width: 100%;
    height: 260px;
    position: relative;
    z-index: 1;
    margin: 10px auto 25px;
    transition: all 0.2s linear; }
  .equipment-card:hover .equipment-card__image {
    height: 244px;
    margin-bottom: 13px;
    margin-top: 0; }
  .equipment-card__image img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.2s linear; }
  .equipment-card__info {
    padding: 3px 0 6px;
    border-radius: 6px;
    transition: all 0.2s linear; }
  .equipment-card:hover .equipment-card__info {
    margin-top: -4px;
    padding-top: 10px;
    background: #fff;
    border-radius: 6px; }
  .equipment-card__meta {
    position: relative;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #656668;
    font-size: 12px;
    line-height: 16px;
    height: 16px; }
  .equipment-card__name {
    display: block;
    height: 46px;
    margin-bottom: 10px;
    overflow: hidden;
    transition: margin-bottom 0.2s linear; }
  .equipment-card:hover .equipment-card__name {
    margin-bottom: 5px; }
  .equipment-card__params {
    height: auto;
    font-size: 14px;
    line-height: 20px;
    opacity: 1;
    transition: all 0.2s linear; }
  .equipment-card__params table {
    width: 100%; }
  .equipment-card__params td {
    padding: 0;
    border: 0; }
  .equipment-card__params td:first-child {
    color: #656668; }
  .equipment-card__params td:last-child {
    padding-left: 6px;
    text-align: right; }
  /*.equipment-card:hover .equipment-card__params {*/
  /*  opacity: 1;*/
  /*  height: 45px; }*/
  .equipment-card:hover .equipment-card__price,
  .equipment-card:hover .equipment-card__price-old {
    color: #25262a; }
  .equipment-card__rating {
    overflow: hidden;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    font-size: 14px; }
    .equipment-card__rating span {
      margin-left: 4px; }
  .equipment-card__reviews {
    margin-left: 10px;
    display: flex;
    align-items: center; }
    .equipment-card__reviews svg {
      color: #c39b70; }
  .equipment-card__tags {
    height: 24px;
    position: absolute;
    z-index: 1;
    top: 2px;
    left: 4px; }
  .equipment-card__target {
    margin-right: auto;
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .equipment-card:hover .equipment-card__to-cart {
    background-color: transparent; }
  .equipment-card:hover .equipment-card__to-cart button {
    background-color: #000; }
  .equipment-card__delivery {
    display: flex;
    align-items: center;
    max-height: 0;
    opacity: 0;
    transition: all 0.2s linear; }
    .equipment-card__delivery svg {
      margin-right: 7px; }
    .equipment-card__delivery-title {
      font-size: 12px;
      line-height: 16px; }
  .equipment-card:hover .equipment-card__delivery {
    max-height: 20px;
    opacity: 1; }

@media (max-width: 575.98px) {
  .equipment-card {
    margin-bottom: 0;
    height: auto; }
    .equipment-card:hover .equipment-card__backdrop {
      transform: translateY(0); }
    .equipment-card:hover .equipment-card__image, .equipment-card__image {
      height: 160px; }
    .equipment-card__info {
      margin-top: 7px;
      padding-top: 10px;
      background: #fff;
      border-radius: 6px; }
    .equipment-card__image {
      margin-bottom: 7px; }
    .equipment-card:hover .equipment-card__to-cart {
      background-color: transparent; }
    .equipment-card:hover .equipment-card__to-cart button {
      background-color: #000; }
    /*.equipment-card__params {*/
    /*  opacity: 1;*/
    /*  height: 45px; }*/
    .equipment-card__price, .equipment-card__price-old {
      color: #25262a; } }

.product-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 8px;
  color: #656668; }
  .product-card-footer__prices {
    transition: all 0.15s ease-out;
    margin-right: 8px; }
  .product-card-footer__price {
    display: block;
    margin: 0;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    transition: all 0.15s ease-out; }
  .product-card-footer__price-old {
    display: block;
    margin: 0;
    font-size: 10px;
    line-height: 16px;
    min-height: 16px;
    text-decoration: line-through;
    transition: all 0.15s ease-out; }
  .product-card-footer__quantity {
    max-width: 112px;
    margin-left: auto;
    margin-right: 8px; }
  .product-card-footer__hint {
    position: absolute;
    right: calc(100% + 12px);
    top: 50%;
    transform: translateY(-50%);
    padding: 9px 25px 9px 15px;
    background: #199bd9;
    border-radius: 4px;
    width: 170px;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s linear; }
    .product-card-footer__hint-text {
      color: #fff;
      font-size: 14px;
      line-height: 20px;
      text-align: center; }
    .product-card-footer__hint-close {
      position: absolute;
      top: 5px;
      right: 5px;
      background: transparent;
      border: 0;
      padding: 0;
      line-height: 18px;
      cursor: pointer; }
      .product-card-footer__hint-close svg {
        fill: #fff; }
    .product-card-footer__hint::before {
      content: '';
      position: absolute;
      right: -10px;
      top: 50%;
      transform: translateY(-50%);
      width: 16px;
      height: 16px;
      background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxMiAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjc0OTUgNy42NThDMTEuNDAzNiA3LjI3MDc3IDExLjQwMzYgNi4zMjQxNiAxMC43NDk0IDUuOTM2OTRMMS43MTI1MyAwLjU4NzM4M0MxLjA0NTkyIDAuMTkyNzczIDAuMjAzMTI0IDAuNjczMjYyIDAuMjAzMTI0IDEuNDQ3OTFMMC4yMDMxMjUgMTIuMTQ3QzAuMjAzMTI1IDEyLjkyMTcgMS4wNDU5MiAxMy40MDIyIDEuNzEyNTMgMTMuMDA3NkwxMC43NDk1IDcuNjU4WiIgZmlsbD0iIzE5OUJEOSI+PC9wYXRoPgo8L3N2Zz4=");
      background-position: center;
      background-repeat: no-repeat; }
  .product-card-footer__to-cart {
    position: relative; }
    .product-card-footer__to-cart:hover .product-card-footer__hint {
      z-index: 1;
      opacity: 1;
      visibility: visible; }

@media (max-width: 575.98px) {
  .product-card-footer__hint {
    display: none; }
  .product-card-footer__to-cart {
    position: relative; }
    .product-card-footer__to-cart:hover .product-card-footer__hint {
      display: none; } }

.product-card-name {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px; }

.variants-group {
  display: flex;
  align-items: center; }
  .variants-group__item {
    margin-right: 4px; }
  .variants-group__item:last-child {
    margin-right: 0; }

.variants-group--weight .variants-group__item {
  flex-basis: 48px;
  flex-shrink: 0;
  flex-grow: 0;
  width: 48px;
  max-width: 48px; }

.variants-group--roasting .variants-group__item {
  flex-basis: 32px;
  flex-shrink: 0;
  flex-grow: 0;
  width: 32px;
  max-width: 32px; }

.order-person-company {
  margin-top: 32px; }
  .order-person-company__row {
    margin-bottom: 16px; }

/**
 * Swiper 6.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 4, 2020
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color:#007aff; }

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1; }

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap; }

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column; }

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform,height; }

.swiper-container-3d {
  perspective: 1200px; }

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none; }

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: x mandatory;
      -ms-scroll-snap-type: x mandatory;
          scroll-snap-type: x mandatory; }

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: y mandatory;
      -ms-scroll-snap-type: y mandatory;
          scroll-snap-type: y mandatory; }

:root {
  --swiper-navigation-size:44px; }

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(44px/ 44 * 27);
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: 44px;
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * 44px/ 2);
  margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-theme-color);
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 44px;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1; }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto; }

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: 'prev'; }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto; }

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: 'next'; }

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
  --swiper-navigation-color:#ffffff; }

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
  --swiper-navigation-color:#000000; }

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

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%; }

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-theme-color);
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s transform,.2s top; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s left; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s right; }

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-theme-color);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white {
  --swiper-pagination-color:#ffffff; }

.swiper-pagination-black {
  --swiper-pagination-color:#000000; }

.swiper-pagination-lock {
  display: none; }

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-theme-color);
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000; }

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.about-contacts__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none; }
  .about-contacts__list-item {
    display: flex;
    align-items: center;
    margin: 0 0 24px;
    padding: 0; }

.about-contacts__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  width: 40px;
  height: 40px;
  background-color: #f6f7fa;
  border: 1px solid #eaebee;
  border-radius: 50%; }
  .about-contacts__icon svg {
    width: 24px;
    height: 24px; }

.about-contacts__text {
  font-size: 16px;
  line-height: 24px;
  color: #25262a; }

.about-contacts__directions {
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 20px;
  color: #656668; }

.about-contacts__map {
  height: 392px;
  border-radius: 8px;
  overflow: hidden; }
  @media (max-width: 575.98px) {
    .about-contacts__map {
      border: 1px solid #eaebee; } }
  .about-contacts__map [class$="ground-pane"] {
    filter: grayscale(1); }

.about-tabs__description {
  font-size: 14px;
  line-height: 20px;
  color: #656668; }
  .about-tabs__description .contacts-tab {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -16px;
    padding: 0; }
    @media (max-width: 575.98px) {
      .about-tabs__description .contacts-tab {
        display: block; } }
  .about-tabs__description .contacts-tab li {
    display: flex;
    align-items: center;
    margin: 0 0 24px;
    padding: 0 16px;
    width: 50%;
    font-size: 16px;
    line-height: 24px;
    color: #25262a; }
    @media (max-width: 575.98px) {
      .about-tabs__description .contacts-tab li {
        width: auto; } }
    .about-tabs__description .contacts-tab li::before {
      flex-shrink: 0;
      content: "";
      display: block;
      margin-right: 12px;
      width: 40px;
      height: 40px;
      background-color: #f6f7fa;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: 24px 24px;
      border: 1px solid #eaebee;
      border-radius: 50%; }
    .about-tabs__description .contacts-tab li.address::before {
      background-image: url("/local/js/specialty/assets/images/icon-map-pin.svg"); }
    .about-tabs__description .contacts-tab li.telegram::before {
      background-image: url("/local/js/specialty/assets/images/icon-telegram.svg"); }
    .about-tabs__description .contacts-tab li.phone::before {
      background-image: url("/local/js/specialty/assets/images/icon-phone.svg"); }
    .about-tabs__description .contacts-tab li.whatsapp::before, .about-tabs__description .contacts-tab li.whatsap::before {
      background-image: url("/local/js/specialty/assets/images/icon-whatsapp.svg"); }
    .about-tabs__description .contacts-tab li.mail::before {
      background-image: url("/local/js/specialty/assets/images/icon-email.svg"); }
    .about-tabs__description .contacts-tab li.time::before {
      background-image: url("/local/js/specialty/assets/images/icon-clock.svg"); }

.about-tabs__image {
  max-width: 100%;
  border-radius: 8px; }
  @media (max-width: 575.98px) {
    .about-tabs__image-wrap {
      order: -1;
      margin: 0 0 16px; } }

.about-tabs.app-tabs .nav-tabs-wr {
  margin-bottom: 38px; }

.roaster-page__title {
  display: flex;
  align-items: center; }

.roaster-page__logo {
  margin-left: 25px;
  height: 1em; }
  .roaster-page__logo img {
    display: block;
    width: auto;
    max-height: 100%; }

.roaster-page__tabs {
  margin-bottom: 29px; }

.roaster-page-info__title {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 8px; }

.roaster-page-info__text {
  color: #656668; }

.roaster-page-info__text iframe {
  width: 100%; }

.roaster-page-info__text iframe {
  width: 100%; }

.roaster-page-info:not(:last-child) {
  margin-bottom: 24px; }

.roaster-page-img {
  border-radius: 8px; }
  .roaster-page-img img {
    display: block;
    max-width: 100%; }

.roaster-contact__select {
  max-width: 280px;
  margin-bottom: -56px;
  position: relative;
  z-index: 1; }

.roaster-contact__city {
  display: none; }
  .roaster-contact__city.active {
    display: block; }

.roaster-contact--citySelect .contacts-tab {
  padding-top: 92px; }

@media (max-width: 575.98px) {
  .roaster-contact__select {
    max-width: initial; } }

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