@font-face {
  font-family: 'als_alumnaregular';
  src: url("ALS_Alumna.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
/*** Colors ***/
/*** New colors ***/
/*** End New colors ***/
/* line 3, main.scss */
* {
  min-height: 0;
  min-width: 0;
  box-sizing: border-box;
  outline: none; }

/* line 10, main.scss */
html, body {
  min-height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden; }

/* line 18, main.scss */
[data-theme-template="product"] {
  overflow: visible; }

/* line 22, main.scss */
iframe {
  max-width: 100%;
  border: 0; }

/* line 27, main.scss */
body {
  min-height: 100vh;
  margin: 0;
  background-color: #F9F8F7;
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #000; }

/* line 38, main.scss */
.page_layout {
  transition: .3s; }

/* line 42, main.scss */
img.lazy {
  opacity: 0; }
  /* line 45, main.scss */
  img.lazy.loaded {
    opacity: 1; }

/* line 50, main.scss */
[data-theme-template="index"] .wrapper {
  padding-top: 86px; }

/* line 54, main.scss */
.wrapper {
  display: inline-block;
  position: relative;
  width: 100%;
  min-height: calc(100vh - 340px);
  padding-top: 151px; }
  @media (min-width: 769px) {
    /* line 54, main.scss */
    .wrapper {
      z-index: 10; } }
  @media (max-width: 991px) {
    /* line 54, main.scss */
    .wrapper {
      padding-top: 90px; } }
  @media (max-width: 561px) {
    /* line 54, main.scss */
    .wrapper {
      padding-top: 70px; } }

/* line 76, main.scss */
.checkout-page .wrapper {
  padding-top: 0; }

/* line 81, main.scss */
.noscroll {
  overflow: hidden; }

/* line 85, main.scss */
.container-block {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
  padding: 0 40px; }

/* line 92, main.scss */
.breadcrumb {
  justify-content: center;
  margin: 0; }
  /* line 96, main.scss */
  .breadcrumb-item {
    font-family: "als_alumnaregular";
    font-size: 16px;
    line-height: 25px; }
    /* line 101, main.scss */
    .breadcrumb-item + .breadcrumb-item:not(.home)::before {
      content: '-'; }
    /* line 105, main.scss */
    .breadcrumb-item + .breadcrumb-item.home::before {
      display: none; }

/* line 111, main.scss */
a {
  color: #000;
  text-decoration: none;
  transition: .3s; }
  /* line 116, main.scss */
  a:hover {
    color: #000; }

/* line 121, main.scss */
p {
  margin: 15px 0 0; }
  /* line 124, main.scss */
  p:first-child {
    margin-top: 0; }

/* line 129, main.scss */
img {
  max-width: 100%;
  object-fit: contain; }

/* line 134, main.scss */
strong {
  font-weight: 800; }

/* line 138, main.scss */
.info-page--text {
  line-height: 2rem; }
  /* line 141, main.scss */
  .info-page--text a {
    padding-bottom: 4px;
    border-bottom: 1px solid; }
    /* line 145, main.scss */
    .info-page--text a:hover {
      border-color: transparent; }

/* line 151, main.scss */
h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4 {
  margin: 0;
  font-family: "als_alumnaregular";
  color: var(--title-color);
  font-weight: 400; }
  /* line 164, main.scss */
  h1:first-child,
  h2:first-child,
  h3:first-child,
  h4:first-child,
  .h1:first-child,
  .h2:first-child,
  .h3:first-child,
  .h4:first-child {
    margin-top: 0; }
  /* line 168, main.scss */
  h1 strong,
  h2 strong,
  h3 strong,
  h4 strong,
  .h1 strong,
  .h2 strong,
  .h3 strong,
  .h4 strong {
    color: var(--color-accent-text); }
  /* line 172, main.scss */
  h1 a,
  h2 a,
  h3 a,
  h4 a,
  .h1 a,
  .h2 a,
  .h3 a,
  .h4 a {
    border-bottom: 2px solid transparent;
    transition: .3s; }
    /* line 176, main.scss */
    h1 a:hover,
    h2 a:hover,
    h3 a:hover,
    h4 a:hover,
    .h1 a:hover,
    .h2 a:hover,
    .h3 a:hover,
    .h4 a:hover {
      border-color: var(--color-accent-text); }

/* line 182, main.scss */
h1,
.h1,
h2,
.h2 {
  font-size: 72px;
  line-height: 82px; }

/* line 190, main.scss */
h3,
.h3 {
  font-size: 36px;
  line-height: 46px; }

/* line 196, main.scss */
h4,
.h4 {
  font-size: 32px;
  line-height: 42px; }

/* line 202, main.scss */
h5,
.h5 {
  margin: 0;
  font-size: 22px;
  line-height: 32px; }

/*** Buttons ***/
/* line 212, main.scss */
.btn,
.btn:first-child,
.co-button {
  display: inline-block;
  min-height: 40px;
  padding: 20px 50px;
  background: none;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: normal;
  font-weight: 300;
  background: #000000;
  color: #ffffff;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  text-decoration: none;
  text-transform: uppercase;
  transition: .3s; }
  /* line 232, main.scss */
  .btn:hover, .btn:focus, .btn:active,
  .btn:first-child:hover,
  .btn:first-child:focus,
  .btn:first-child:active,
  .co-button:hover,
  .co-button:focus,
  .co-button:active {
    background: #111111;
    color: #ffffff;
    opacity: .8; }
  /* line 240, main.scss */
  .btn:after,
  .btn:first-child:after,
  .co-button:after {
    display: none; }
  /* line 244, main.scss */
  .btn[disabled],
  .btn:first-child[disabled],
  .co-button[disabled] {
    cursor: default; }
  /* line 248, main.scss */
  .btn.btn-medium,
  .btn:first-child.btn-medium,
  .co-button.btn-medium {
    min-height: 54px;
    padding: 18px 24px; }
  /* line 253, main.scss */
  .btn.btn-blue,
  .btn:first-child.btn-blue,
  .co-button.btn-blue {
    background: var(--button-bg);
    color: var(--button-text-color); }
    /* line 257, main.scss */
    .btn.btn-blue:hover, .btn.btn-blue:focus, .btn.btn-blue:active,
    .btn:first-child.btn-blue:hover,
    .btn:first-child.btn-blue:focus,
    .btn:first-child.btn-blue:active,
    .co-button.btn-blue:hover,
    .co-button.btn-blue:focus,
    .co-button.btn-blue:active {
      background: var(--button-hover-bg);
      color: var(--button-text-color); }
  /* line 265, main.scss */
  .btn .icon,
  .btn:first-child .icon,
  .co-button .icon {
    width: 20px;
    height: 20px;
    margin-right: 5px; }

/*** End Buttons ***/
/*** Form ***/
/* line 277, main.scss */
.input,
input[type="text"],
input[type="password"],
input[type="email"],
.textarea,
textarea,
textarea.form-control,
.co-input-field {
  width: 100%;
  padding: 0 0 9px;
  background: none;
  font-family: "Golos Text", sans-serif;
  color: #000;
  font-size: 16px;
  line-height: normal;
  border: 0;
  border-bottom: 2px solid #000000;
  border-radius: 0;
  box-shadow: none;
  transition: .3s; }
  /* line 298, main.scss */
  .input::placeholder,
  input[type="text"]::placeholder,
  input[type="password"]::placeholder,
  input[type="email"]::placeholder,
  .textarea::placeholder,
  textarea::placeholder,
  textarea.form-control::placeholder,
  .co-input-field::placeholder {
    color: #A9A9A9; }
  /* line 302, main.scss */
  .input:focus, .input:active,
  input[type="text"]:focus,
  input[type="text"]:active,
  input[type="password"]:focus,
  input[type="password"]:active,
  input[type="email"]:focus,
  input[type="email"]:active,
  .textarea:focus,
  .textarea:active,
  textarea:focus,
  textarea:active,
  textarea.form-control:focus,
  textarea.form-control:active,
  .co-input-field:focus,
  .co-input-field:active {
    color: #000 !important;
    border-color: #000000 !important;
    box-shadow: none !important; }
  /* line 309, main.scss */
  .input.error,
  input[type="text"].error,
  input[type="password"].error,
  input[type="email"].error,
  .textarea.error,
  textarea.error,
  textarea.form-control.error,
  .co-input-field.error {
    border-color: #ec5858; }
  /* line 313, main.scss */
  .input:-webkit-autofill, .input:-webkit-autofill:hover, .input:-webkit-autofill:focus, .input:-webkit-autofill:active,
  input[type="text"]:-webkit-autofill,
  input[type="text"]:-webkit-autofill:hover,
  input[type="text"]:-webkit-autofill:focus,
  input[type="text"]:-webkit-autofill:active,
  input[type="password"]:-webkit-autofill,
  input[type="password"]:-webkit-autofill:hover,
  input[type="password"]:-webkit-autofill:focus,
  input[type="password"]:-webkit-autofill:active,
  input[type="email"]:-webkit-autofill,
  input[type="email"]:-webkit-autofill:hover,
  input[type="email"]:-webkit-autofill:focus,
  input[type="email"]:-webkit-autofill:active,
  .textarea:-webkit-autofill,
  .textarea:-webkit-autofill:hover,
  .textarea:-webkit-autofill:focus,
  .textarea:-webkit-autofill:active,
  textarea:-webkit-autofill,
  textarea:-webkit-autofill:hover,
  textarea:-webkit-autofill:focus,
  textarea:-webkit-autofill:active,
  textarea.form-control:-webkit-autofill,
  textarea.form-control:-webkit-autofill:hover,
  textarea.form-control:-webkit-autofill:focus,
  textarea.form-control:-webkit-autofill:active,
  .co-input-field:-webkit-autofill,
  .co-input-field:-webkit-autofill:hover,
  .co-input-field:-webkit-autofill:focus,
  .co-input-field:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 40px #F9F8F7 inset !important; }
  /* line 320, main.scss */
  .input:-webkit-autofill,
  input[type="text"]:-webkit-autofill,
  input[type="password"]:-webkit-autofill,
  input[type="email"]:-webkit-autofill,
  .textarea:-webkit-autofill,
  textarea:-webkit-autofill,
  textarea.form-control:-webkit-autofill,
  .co-input-field:-webkit-autofill {
    -webkit-text-fill-color: #000000 !important; }

/* line 325, main.scss */
.select,
select {
  width: 100%;
  height: 40px;
  padding: 0 10px;
  font-family: "Golos Text", sans-serif;
  font-size: 14px;
  line-height: 19px; }

/* line 335, main.scss */
.checkbox {
  display: flex;
  cursor: pointer; }
  /* line 339, main.scss */
  .checkbox:first-child {
    margin-top: 0; }
  /* line 343, main.scss */
  .checkbox label {
    min-width: 34px; }
  /* line 347, main.scss */
  .checkbox input {
    display: none; }
  /* line 353, main.scss */
  .checkbox input:checked + .icon:before {
    opacity: 1; }
  /* line 358, main.scss */
  .checkbox .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    min-width: 24px;
    height: 24px;
    margin: 0 10px 0 0;
    border: 2px solid #000000; }
    /* line 369, main.scss */
    .checkbox .icon:before {
      content: '';
      width: 12px;
      height: 12px;
      background: #000000;
      opacity: 0; }
  /* line 378, main.scss */
  .checkbox .text {
    font-size: 20px;
    line-height: normal; }
    /* line 382, main.scss */
    .checkbox .text a {
      border-bottom: 1px solid; }
      /* line 385, main.scss */
      .checkbox .text a:hover {
        border-color: transparent; }

/* line 392, main.scss */
.success-notice {
  position: absolute;
  top: calc(100% + 3px);
  left: 0;
  width: 100%;
  padding: 10px 15px;
  background: #ffffff;
  color: #31A375;
  font-size: 12px;
  line-height: 16px;
  border: 1px solid rgba(26, 26, 26, 0.16);
  z-index: 9;
  pointer-events: none; }

/* line 407, main.scss */
.error-notice {
  margin: 10px 0 0;
  font-size: 14px;
  color: #ec5858; }

/* line 413, main.scss */
.error-text {
  display: none;
  position: absolute;
  top: calc(100% + 3px);
  left: 0;
  width: 100%;
  padding: 10px 15px;
  background: #ffffff;
  color: #ec5858;
  font-size: 12px;
  line-height: 16px;
  border: 1px solid rgba(26, 26, 26, 0.16);
  z-index: 9;
  pointer-events: none; }
  /* line 428, main.scss */
  .error-text .icon {
    margin-right: 10px; }

/* line 433, main.scss */
.error .error-text {
  display: flex; }

/*** Custom select ***/
/* line 440, main.scss */
.custom-select-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  background: none;
  border: 0;
  padding: 0;
  display: inline-block;
  user-select: none; }
  /* line 450, main.scss */
  .custom-select-wrapper select {
    display: none; }
  /* line 454, main.scss */
  .custom-select-wrapper .custom-options {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 100%;
    max-height: 300px;
    height: 0;
    padding: 6px 0 8px;
    background: #ffffff;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    border: 1px solid #E5E5E5;
    z-index: 90; }
  /* line 471, main.scss */
  .custom-select-wrapper .custom-option {
    position: relative;
    display: block;
    min-width: 120px;
    padding: 6px 18px;
    font-size: 14px;
    line-height: 24px;
    color: #000;
    transition: .3s;
    cursor: pointer;
    z-index: 9; }
    /* line 483, main.scss */
    .custom-select-wrapper .custom-option:hover {
      background: #EAEAEA; }
    /* line 487, main.scss */
    .custom-select-wrapper .custom-option.selected {
      background: #EAEAEA; }
    /* line 491, main.scss */
    .custom-select-wrapper .custom-option .text {
      position: relative;
      border-bottom: 1px solid transparent;
      z-index: 5; }
  /* line 498, main.scss */
  .custom-select-wrapper .mCSB_inside > .mCSB_container {
    margin-right: 0;
    z-index: 1; }
  /* line 503, main.scss */
  .custom-select-wrapper .mCSB_scrollTools {
    z-index: 5; }
  /* line 509, main.scss */
  .custom-select-wrapper.opened .custom-select-trigger .icon {
    transform: translateY(-50%) translateX(-50%) rotate(180deg);
    margin: 2px -5px 0 0; }
  /* line 514, main.scss */
  .custom-select-wrapper.opened .custom-options {
    height: auto;
    opacity: 1;
    visibility: visible;
    pointer-events: all; }
  /* line 524, main.scss */
  .custom-select-wrapper.medium .custom-select-trigger {
    height: 54px;
    padding: 10px 40px 10px 22px; }
    /* line 528, main.scss */
    .custom-select-wrapper.medium .custom-select-trigger .icon {
      right: 20px; }
  /* line 536, main.scss */
  .custom-select-wrapper.shadow .custom-select-trigger {
    box-shadow: 0 6px 21px 0 #c7c7c7;
    border-radius: var(--btn-border-radius); }

/* line 543, main.scss */
.custom-select-trigger {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 25px 0 0;
  background: #ffffff;
  color: #000;
  font-size: 14px;
  line-height: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-appearance: none;
  cursor: pointer;
  z-index: 95; }
  /* line 560, main.scss */
  .custom-select-trigger::-ms-expand {
    display: none; }
  /* line 564, main.scss */
  .custom-select-trigger.error {
    border-color: #ec5858; }
  /* line 568, main.scss */
  .custom-select-trigger .icon {
    position: absolute;
    top: 50%;
    right: 2px;
    transform: translateY(-50%); }
  /* line 575, main.scss */
  .custom-select-trigger .text {
    color: #000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }

/*** End Custom select ***/
/*** End Form ***/
/*** Swiper ***/
/* line 590, main.scss */
.swiper-initialized {
  position: relative;
  overflow: hidden; }
  /* line 594, main.scss */
  .swiper-initialized .product--item {
    max-width: none;
    height: 100%; }
    /* line 598, main.scss */
    .swiper-initialized .product--item .wrap {
      display: flex;
      flex-direction: column;
      height: 100%; }
    /* line 604, main.scss */
    .swiper-initialized .product--item .info {
      flex: 1; }

/* line 610, main.scss */
.swiper-slide {
  height: auto; }

/* line 614, main.scss */
.swiper-button-prev,
.swiper-button-next {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  transform: translate(0);
  flex: 1;
  margin: 0;
  transition: .3s;
  cursor: pointer;
  z-index: 1; }
  /* line 627, main.scss */
  .swiper-button-prev:hover,
  .swiper-button-next:hover {
    opacity: .8; }
  /* line 631, main.scss */
  .swiper-button-prev:after,
  .swiper-button-next:after {
    display: none; }

/* line 636, main.scss */
.swiper-button-prev svg {
  transform: rotate(180deg); }

/* line 640, main.scss */
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 22px; }

/* line 646, main.scss */
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0 0 15px;
  cursor: pointer; }
  /* line 651, main.scss */
  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:first-child,
  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:first-child {
    margin-left: 0; }

/* line 656, main.scss */
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: var(--color-text-light);
  opacity: 1; }
  /* line 662, main.scss */
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--color-accent-text); }

/* line 667, main.scss */
.pagination-swiper-wrap {
  position: absolute;
  bottom: 22px;
  left: 0;
  width: 100%; }
  /* line 673, main.scss */
  .pagination-swiper-wrap .swiper-horizontal > .swiper-pagination-bullets,
  .pagination-swiper-wrap .swiper-pagination-bullets.swiper-pagination-horizontal,
  .pagination-swiper-wrap .swiper-pagination-custom,
  .pagination-swiper-wrap .swiper-pagination-fraction {
    position: relative;
    bottom: 0;
    text-align: center; }

/* line 683, main.scss */
.swiper-lazy-preloader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  background: #ffffff;
  animation: none;
  border: 0;
  border-radius: 0;
  z-index: 1; }
  /* line 696, main.scss */
  .swiper-lazy-preloader:before {
    content: '';
    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 #000000;
    border-radius: 50%;
    border-top-color: transparent; }

/*** End Swiper ***/
/*** Rating ***/
/* line 720, main.scss */
.rating {
  display: flex;
  align-items: center; }
  /* line 724, main.scss */
  .rating .icon {
    margin-left: 7px;
    fill: var(--vibrant-text-color); }
    /* line 728, main.scss */
    .rating .icon:first-child {
      margin-left: 0; }
    /* line 732, main.scss */
    .rating .icon.disabled {
      fill: #E6E9E8; }

/*** End Rating ***/
/*** Tabs ***/
/* line 747, main.scss */
.tabs-body--item {
  display: none; }
  /* line 750, main.scss */
  .tabs-body--item.active {
    display: block; }

/*** End Tabs ***/
/*** Range slider ***/
/* line 762, main.scss */
.range-slider-wrap {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  max-width: 220px;
  padding-top: 10px; }
  /* line 771, main.scss */
  .range-slider-wrap .range-slider {
    width: 100%;
    flex: 1; }
  /* line 776, main.scss */
  .range-slider-wrap .currency {
    margin-left: 20px;
    font-size: 24px;
    line-height: 29px; }
  /* line 782, main.scss */
  .range-slider-wrap .irs-grid-pol {
    top: 3px;
    width: 12px;
    height: 12px;
    background: #000000;
    border-radius: 50%;
    z-index: 1; }
    /* line 790, main.scss */
    .range-slider-wrap .irs-grid-pol.small {
      display: none; }
  /* line 795, main.scss */
  .range-slider-wrap .irs-grid-text {
    bottom: -25px;
    padding-left: 17px;
    color: #ffffff;
    font-size: 18px;
    line-height: 22px;
    opacity: .5; }

/* line 805, main.scss */
.irs {
  height: 10px; }

/* line 809, main.scss */
.irs--round {
  height: 10px; }
  /* line 812, main.scss */
  .irs--round .irs-to,
  .irs--round .irs-from,
  .irs--round .irs-single,
  .irs--round .irs-max,
  .irs--round .irs-min {
    display: none; }
  /* line 820, main.scss */
  .irs--round .irs-line {
    top: 4px;
    height: 2px;
    background-color: #E5E5E5; }
  /* line 826, main.scss */
  .irs--round .irs-bar {
    position: absolute;
    display: block;
    left: 0;
    width: 0;
    top: 4px;
    height: 2px;
    background-color: #000000; }
  /* line 836, main.scss */
  .irs--round .irs-handle {
    position: absolute;
    top: 0;
    width: 10px;
    height: 10px;
    background-color: #000000;
    border-radius: 50%;
    z-index: 2; }

/* line 847, main.scss */
.range-slider-controls {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 245px;
  margin-top: 13px; }
  /* line 854, main.scss */
  .range-slider-controls--item {
    flex: 1; }
    /* line 857, main.scss */
    .range-slider-controls--item:first-child {
      margin-right: -3px; }
  /* line 862, main.scss */
  .range-slider-controls input {
    height: 24px;
    padding: 0 10px;
    font-size: 14px;
    line-height: 24px;
    color: #000000; }
  /* line 870, main.scss */
  .range-slider-controls span {
    display: block;
    width: 8px;
    height: 0;
    border: 1px solid #000000; }

/*** End Range slider ***/
/*** Quantity ***/
/* line 883, main.scss */
.quantity,
.quantity-custom {
  display: flex;
  align-items: center;
  max-width: 200px;
  height: 70px;
  border-bottom: 2px solid #000000; }
  /* line 891, main.scss */
  .quantity input[type="text"],
  .quantity-custom input[type="text"] {
    flex: 1;
    height: 100%;
    margin: 0 5px;
    padding: 0;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    text-align: center;
    border: 0;
    border-radius: 0; }
  /* line 903, main.scss */
  .quantity .quantity-control,
  .quantity .plus,
  .quantity .minus,
  .quantity-custom .quantity-control,
  .quantity-custom .plus,
  .quantity-custom .minus {
    position: relative;
    display: flex;
    justify-content: center;
    flex: 1;
    width: 70px;
    height: 70px;
    max-width: 70px;
    background: none;
    border: 0;
    border-radius: 0; }
  /* line 920, main.scss */
  .quantity .minus:before,
  .quantity-custom .minus:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 1px;
    background: #000000; }
  /* line 934, main.scss */
  .quantity .plus:before, .quantity .plus:after,
  .quantity-custom .plus:before,
  .quantity-custom .plus:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 1px;
    background: #000000; }
  /* line 946, main.scss */
  .quantity .plus:after,
  .quantity-custom .plus:after {
    transform: translate(-50%, -50%) rotate(90deg); }

/*** End Quantity ***/
/*** Modal ***/
/* line 957, main.scss */
.modal-btn {
  cursor: pointer; }

/* line 961, main.scss */
.modal-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  display: flex;
  padding: 15px;
  transition: .3s;
  opacity: 0;
  overflow: auto;
  pointer-events: none;
  z-index: 9999; }
  /* line 976, main.scss */
  .modal-wrap.open {
    opacity: 1 !important;
    pointer-events: all !important; }
    /* line 980, main.scss */
    .modal-wrap.open .modal {
      display: block; }
  /* line 985, main.scss */
  .modal-wrap .overflow,
  .modal-wrap .overflow-age-verification {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    z-index: 1;
    cursor: pointer;
    opacity: .4; }
  /* line 998, main.scss */
  .modal-wrap .overflow-age-verification {
    cursor: default; }

/* line 1003, main.scss */
.modal {
  position: relative;
  width: 100%;
  height: auto;
  max-width: 620px;
  margin: auto;
  padding: 0 0 20px;
  background: #ffffff;
  overflow: visible;
  z-index: 5; }
  /* line 1014, main.scss */
  .modal .close {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: #000000;
    cursor: pointer;
    z-index: 9; }
    /* line 1027, main.scss */
    .modal .close:before, .modal .close:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%) rotate(45deg);
      width: 30px;
      height: 2px;
      background: #ffffff; }
    /* line 1039, main.scss */
    .modal .close:after {
      transform: translate(-50%, -50%) rotate(-45deg); }
    /* line 1043, main.scss */
    .modal .close .ico-cross {
      width: 20px;
      height: 20px; }
  /* line 1049, main.scss */
  .modal .wrap {
    padding: 40px 60px 20px; }

/* line 1054, main.scss */
.insales_widget-modal,
.insales-autocomplete-address-result-list {
  background: #ffffff; }

/*** End Modal ***/
/*** Share block ***/
/* line 1064, main.scss */
.share-block {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  padding: 20px 0 0; }
  /* line 1070, main.scss */
  .share-block a {
    padding: 10px 10px 0;
    font-size: 18px;
    color: #000000;
    text-transform: uppercase; }

/*** End Share block ***/
/*** Cabinet ***/
/* line 1085, main.scss */
.co-form .co-input {
  max-width: 450px; }

/* line 1090, main.scss */
.co-checkout-title {
  margin-bottom: 20px; }

/* line 1094, main.scss */
.co-sidebar--menu {
  position: relative;
  align-self: flex-start;
  flex: 0 0 300px;
  margin-top: 30px;
  background: #F9F8F7;
  border: 1px solid #E5E5E5; }
  /* line 1102, main.scss */
  .co-sidebar--menu .co-checkout-block--padded {
    padding: 0; }
  /* line 1106, main.scss */
  .co-sidebar--menu .co-menu-item {
    margin-top: 0;
    border-top: 1px solid #E5E5E5; }
    /* line 1110, main.scss */
    .co-sidebar--menu .co-menu-item:first-child {
      border-top: 0; }
  /* line 1115, main.scss */
  .co-sidebar--menu .co-menu-link {
    position: relative;
    display: flex;
    align-items: center;
    padding: 8px 15px 13px;
    font-family: "als_alumnaregular";
    font-size: 14px;
    line-height: 15px;
    font-weight: 600;
    color: #000000; }
    /* line 1126, main.scss */
    .co-sidebar--menu .co-menu-link:hover {
      color: #000000;
      opacity: .5; }
    /* line 1131, main.scss */
    .co-sidebar--menu .co-menu-link.co-link--active {
      background: #000000;
      color: #ffffff;
      opacity: 1; }

/* line 1139, main.scss */
.co-menu-toggle {
  position: relative;
  max-width: calc(100% - 15px);
  margin: 0 0 15px 15px;
  padding: 10px 20px;
  background: #F9F8F7;
  color: #000000;
  z-index: 9; }

/* line 1149, main.scss */
.co-menu-switcher:checked ~ .co-menu {
  position: absolute;
  top: calc(100% - 32px);
  left: 15px;
  width: calc(100% - 15px);
  padding: 15px 10px 10px;
  background: #F9F8F7;
  box-shadow: none;
  z-index: 5; }
  /* line 1159, main.scss */
  .co-menu-switcher:checked ~ .co-menu .co-menu-link {
    min-height: 37px;
    padding: 5px 10px;
    font-size: 16px;
    line-height: 20px; }

/* line 1169, main.scss */
.co-input-description p {
  text-align: left !important; }

/*** End Cabinet ***/
/* line 1180, main.scss */
.mCSB_scrollTools .mCSB_draggerContainer {
  width: 6px;
  background: #E5E5E5;
  border-radius: 3px; }
/* line 1186, main.scss */
.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background: none; }
/* line 1193, main.scss */
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #000;
  border-radius: 3px; }
/* line 1203, main.scss */
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:focus .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: #000; }

/* line 1212, main.scss */
.edit-text {
  font-family: "als_alumnaregular", sans-serif; }
  @media (max-width: 1601px) {
    /* line 1217, main.scss */
    .edit-text img {
      height: auto;
      margin-top: 20px; } }

/* line 1224, main.scss */
.fancybox__slide {
  padding: 90px 10px 20px; }

/* line 1228, main.scss */
.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
  display: block; }

@media (min-width: 992px) {
  /* line 1234, main.scss */
  .fancybox__slide {
    padding: 170px 100px 20px; } }
/* line 1239, main.scss */
.telegram-link {
  position: fixed;
  right: 18px;
  bottom: 6px;
  z-index: 9999999999; }

/* line 1246, main.scss */
.hero-block:hover {
  cursor: pointer; }

/* line 1252, main.scss */
.frisbuy-sr-inline {
  padding-top: 25px !important; }

/* line 3, _header.scss */
[data-theme-template="index"] .header {
  min-height: 86px;
  padding: 25px 0; }
/* line 10, _header.scss */
[data-theme-template="index"] .search-wrap .search-form {
  top: 86px; }

/* line 16, _header.scss */
.header {
  position: fixed;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  min-height: 151px;
  padding: 59px 0;
  background: #F9F8F7;
  font-family: "als_alumnaregular";
  color: #000;
  transition: .3s;
  z-index: 9991; }
  /* line 30, _header.scss */
  .header.fixed {
    position: fixed;
    min-height: 86px;
    padding: 25px 0;
    border-bottom: 1px solid #E5E5E5; }
    /* line 36, _header.scss */
    .header.fixed .search-wrap .search-form {
      top: 85px; }
  /* line 41, _header.scss */
  .header .logo {
    flex: 1;
    max-width: 382px; }
  /* line 46, _header.scss */
  .header .icon-list {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: 34px; }
    /* line 52, _header.scss */
    .header .icon-list--item {
      position: relative;
      display: flex;
      align-items: center;
      margin-left: 34px;
      cursor: pointer; }
      /* line 61, _header.scss */
      .header .icon-list--item:hover .dropdown-wrap {
        opacity: 1;
        pointer-events: all; }
      /* line 67, _header.scss */
      .header .icon-list--item a,
      .header .icon-list--item .search-trigger {
        transition: .3s; }
        /* line 71, _header.scss */
        .header .icon-list--item a:hover,
        .header .icon-list--item .search-trigger:hover {
          opacity: .5; }
    /* line 77, _header.scss */
    .header .icon-list--item:first-child {
      margin-left: 0; }
    /* line 81, _header.scss */
    .header .icon-list svg {
      width: 24px;
      height: 24px; }
    /* line 86, _header.scss */
    .header .icon-list .cart-link {
      position: relative; }
      /* line 89, _header.scss */
      .header .icon-list .cart-link .count {
        right: auto;
        left: 15px; }
      /* line 94, _header.scss */
      .header .icon-list .cart-link .cart-header-total-price {
        white-space: nowrap; }
    /* line 99, _header.scss */
    .header .icon-list .count {
      display: flex;
      justify-content: center;
      position: absolute;
      top: -10px;
      right: -10px;
      width: 18px;
      height: 18px;
      padding-top: 1px;
      background: #000000;
      font-weight: 600;
      font-size: 14px;
      line-height: 11px;
      color: #ffffff;
      text-align: center;
      border-radius: 50%;
      pointer-events: none; }
      @media (max-width: 769px) {
        /* line 99, _header.scss */
        .header .icon-list .count {
          padding-top: 2px;
          line-height: normal; } }
  /* line 124, _header.scss */
  .header .menu-header {
    display: flex;
    align-items: center;
    margin: 0 -35px; }
    /* line 129, _header.scss */
    .header .menu-header--item {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 10px 35px;
      font-size: 16px;
      line-height: normal;
      color: #000;
      text-align: center;
      text-transform: uppercase;
      border-bottom: 1px solid transparent; }
      /* line 142, _header.scss */
      .header .menu-header--item:hover {
        border-color: #000; }
  /* line 148, _header.scss */
  .header .menu-header--item-wrap {
    position: relative;
    display: flex; }
    /* line 154, _header.scss */
    .header .menu-header--item-wrap:first-child .dropdown-wrap {
      left: 0;
      transform: translateX(0); }
    /* line 162, _header.scss */
    .header .menu-header--item-wrap:hover .dropdown-wrap {
      opacity: 1;
      pointer-events: all; }
  /* line 169, _header.scss */
  .header .menu-btn {
    cursor: pointer; }
  /* line 173, _header.scss */
  .header .dropdown-wrap {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 210px;
    padding-top: 10px;
    opacity: 0;
    pointer-events: none;
    z-index: 9; }
    /* line 184, _header.scss */
    .header .dropdown-wrap .custom-scroll {
      max-height: 300px; }
    /* line 188, _header.scss */
    .header .dropdown-wrap .mCSB_inside > .mCSB_container {
      margin-right: 13px; }
      /* line 191, _header.scss */
      .header .dropdown-wrap .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
        margin-right: 0; }
  /* line 197, _header.scss */
  .header .dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    background: #F9F8F7;
    border: 1px solid #E5E5E5; }
    /* line 207, _header.scss */
    .header .dropdown--item {
      display: block;
      padding: 6px 15px;
      font-size: 14px;
      line-height: 24px;
      font-weight: 600;
      text-align: left;
      text-transform: none;
      border-top: 1px solid #E5E5E5; }
      /* line 217, _header.scss */
      .header .dropdown--item:first-child {
        margin-top: 0;
        border-top: 0; }
      /* line 222, _header.scss */
      .header .dropdown--item:hover {
        background: #ffffff; }
    /* line 227, _header.scss */
    .header .dropdown .bottom-block {
      border-top: 1px solid #E5E5E5; }
  /* line 232, _header.scss */
  .header .second-level-input-wrap {
    position: relative;
    border-top: 1px solid #E5E5E5; }
    /* line 236, _header.scss */
    .header .second-level-input-wrap:first-child {
      border-top: 0; }
    /* line 240, _header.scss */
    .header .second-level-input-wrap:hover .second-level {
      opacity: 1;
      pointer-events: all; }
  /* line 246, _header.scss */
  .header .second-level-wrap {
    position: absolute;
    top: -10px;
    left: calc(100% - 1px);
    width: 200px; }
  /* line 253, _header.scss */
  .header .second-level {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 6px 0;
    background: #ffffff;
    border: 1px solid #E5E5E5;
    border-radius: var(--btn-border-radius);
    opacity: 0;
    pointer-events: none; }
    /* line 264, _header.scss */
    .header .second-level--item {
      display: block;
      padding: 6px 15px;
      font-size: 14px;
      line-height: 24px;
      font-weight: 600;
      text-align: left;
      text-transform: none;
      border-top: 1px solid #E5E5E5; }
      /* line 274, _header.scss */
      .header .second-level--item:first-child {
        margin-top: 0;
        border-top: 0; }
      /* line 279, _header.scss */
      .header .second-level--item:hover {
        background: var(--second-bg); }
    /* line 284, _header.scss */
    .header .second-level .bottom-block {
      margin-top: 13px;
      padding-top: 10px;
      border-top: 1px solid #E5E5E5; }

/* line 292, _header.scss */
.language-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -10px 0 0 -20px;
  text-transform: uppercase; }
  /* line 299, _header.scss */
  .language-list--item {
    margin: 10px 0 0 20px;
    font-family: "als_alumnaregular";
    color: #B8B8B8;
    border-bottom: 1px solid transparent; }
    /* line 305, _header.scss */
    .language-list--item:hover {
      border-color: #B8B8B8; }
    /* line 309, _header.scss */
    .language-list--item.active {
      color: #000000; }

/* line 317, _header.scss */
.search-wrap .search-trigger svg {
  width: 24px; }
/* line 321, _header.scss */
.search-wrap .search-form {
  position: fixed;
  top: 152px;
  left: 0;
  width: 100vw;
  height: 0;
  padding: 0 15px;
  overflow: hidden;
  background: #F9F8F7;
  transition: .3s; }
  /* line 332, _header.scss */
  .search-wrap .search-form.active {
    height: 60px;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5; }
  /* line 338, _header.scss */
  .search-wrap .search-form input[type=text] {
    margin: 10px 0;
    font-family: "als_alumnaregular"; }
  /* line 343, _header.scss */
  .search-wrap .search-form button {
    right: 15px; }

/* line 349, _header.scss */
.search-form {
  position: relative;
  flex: 1;
  width: 100%;
  margin: 0 0 0 7px;
  z-index: 99; }
  /* line 356, _header.scss */
  .search-form .wrap {
    display: flex;
    justify-content: center; }
  /* line 361, _header.scss */
  .search-form input[type=text] {
    width: 100%;
    height: 40px;
    padding: 0 75px 0 24px;
    font-size: 14px;
    line-height: 40px;
    border: 0; }
    /* line 369, _header.scss */
    .search-form input[type=text]::placeholder {
      color: #C4C4C4;
      font-weight: 600; }
  /* line 375, _header.scss */
  .search-form .clear {
    display: none;
    position: absolute;
    top: 50%;
    right: 74px;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    z-index: 9; }
    /* line 385, _header.scss */
    .search-form .clear.active {
      display: block; }
    /* line 389, _header.scss */
    .search-form .clear:before, .search-form .clear:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%) rotate(45deg);
      width: 10px;
      height: 1px;
      background: #000000; }
    /* line 401, _header.scss */
    .search-form .clear:after {
      transform: translate(-50%, -50%) rotate(-45deg); }
  /* line 406, _header.scss */
  .search-form button {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    padding: 0 17px;
    background: none;
    border: 0;
    cursor: pointer;
    z-index: 5; }

/* line 419, _header.scss */
.autocomplete-suggestions {
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  width: 100%;
  max-height: 50vh;
  margin: 0;
  padding: 0;
  background: #ffffff;
  list-style: none;
  text-align: left;
  overflow: auto;
  z-index: 10; }
  /* line 433, _header.scss */
  .autocomplete-suggestions.active {
    border: 1px solid #E5E5E5; }
  /* line 437, _header.scss */
  .autocomplete-suggestions--item {
    display: block;
    padding: 10px 20px;
    border-top: 1px solid #E5E5E5; }
    /* line 442, _header.scss */
    .autocomplete-suggestions--item:first-child {
      border: 0; }
  /* line 447, _header.scss */
  .autocomplete-suggestions .image {
    flex: 1;
    max-width: 50px;
    margin-right: 10px; }
  /* line 453, _header.scss */
  .autocomplete-suggestions .price {
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap; }
  /* line 459, _header.scss */
  .autocomplete-suggestions .info {
    flex: 1; }
  /* line 463, _header.scss */
  .autocomplete-suggestions .title {
    font-size: 16px; }
  /* line 467, _header.scss */
  .autocomplete-suggestions .variant-title {
    display: block;
    margin-top: 10px;
    font-size: 12px; }
  /* line 473, _header.scss */
  .autocomplete-suggestions .available {
    font-size: 12px;
    font-weight: bold; }
  @media (max-width: 561px) {
    /* line 419, _header.scss */
    .autocomplete-suggestions {
      border: 0; } }

/*** Right panel ***/
/* line 486, _header.scss */
.right-panel-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: flex-start;
  opacity: 0;
  pointer-events: none;
  z-index: 9999; }
  /* line 498, _header.scss */
  .right-panel-wrap.opened {
    opacity: 1;
    pointer-events: all; }
    /* line 502, _header.scss */
    .right-panel-wrap.opened .right-panel {
      transform: translateX(0); }
  /* line 507, _header.scss */
  .right-panel-wrap .overflow {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(26, 26, 26, 0.16);
    backdrop-filter: blur(5px);
    z-index: 1;
    cursor: pointer; }

/* line 520, _header.scss */
.right-panel {
  position: relative;
  width: 48%;
  min-width: 560px;
  max-width: 800px;
  padding: 20px 64px;
  transform: translateX(-100%);
  background: #F9F8F7;
  transition: .3s;
  z-index: 5; }
  /* line 531, _header.scss */
  .right-panel .close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 19px;
    height: 19px;
    cursor: pointer; }
    /* line 539, _header.scss */
    .right-panel .close svg {
      width: 100%;
      height: 100%; }
  /* line 545, _header.scss */
  .right-panel .tabs-body--item {
    height: 100%; }
  /* line 549, _header.scss */
  .right-panel .wrap {
    max-height: calc(100vh - 84px);
    overflow: auto; }
  /* line 556, _header.scss */
  .right-panel .dropdown-wrap .dropdown-label svg {
    transform: rotate(90deg) translate(0, 5px); }
  /* line 560, _header.scss */
  .right-panel .dropdown-wrap .dropdown {
    display: none; }
  /* line 566, _header.scss */
  .right-panel .dropdown-wrap.active .dropdown-label svg {
    transform: rotate(-90deg) translate(0, -5px); }
  /* line 570, _header.scss */
  .right-panel .dropdown-wrap.active .dropdown {
    display: block; }
  /* line 576, _header.scss */
  .right-panel .catalog-menu {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    text-align: right; }
    /* line 585, _header.scss */
    .right-panel .catalog-menu--item {
      margin-top: 16px;
      font-family: "als_alumnaregular";
      color: #000;
      text-transform: uppercase;
      border-bottom: 1px solid transparent; }
      /* line 592, _header.scss */
      .right-panel .catalog-menu--item:first-child {
        margin-top: 0; }
      /* line 596, _header.scss */
      .right-panel .catalog-menu--item:hover {
        border-color: #000;
        opacity: 1; }
      /* line 601, _header.scss */
      .right-panel .catalog-menu--item.subcollection {
        padding-left: 10px;
        font-size: 14px;
        line-height: 24px;
        text-transform: none; }
  /* line 610, _header.scss */
  .right-panel .menu-header--item {
    font-family: "als_alumnaregular";
    font-size: 16px;
    line-height: 20px;
    color: #000; }
  /* line 617, _header.scss */
  .right-panel .second-level-input-wrap {
    margin-top: 10px; }
    /* line 620, _header.scss */
    .right-panel .second-level-input-wrap a {
      font-size: 12px; }
  /* line 625, _header.scss */
  .right-panel .top-menu--item {
    font-size: 14px;
    line-height: 18px;
    color: #000; }

/*** End Right panel ***/
/*** Media ***/
@media (max-width: 1281px) {
  /* line 641, _header.scss */
  .header .menu-header {
    margin: 0 -10px; }
    /* line 644, _header.scss */
    .header .menu-header--item {
      padding: 10px 10px;
      font-size: 14px; } }
@media (max-width: 992px) {
  /* line 654, _header.scss */
  .header {
    min-height: 70px;
    padding: 20px 0; }
    /* line 658, _header.scss */
    .header.fixed {
      min-height: 70px;
      padding: 20px 0; }
      /* line 662, _header.scss */
      .header.fixed .search-wrap .search-form {
        top: 70px; }
    /* line 667, _header.scss */
    .header .search-wrap .search-form {
      top: 70px; }
    /* line 671, _header.scss */
    .header .menu-header {
      margin: 0; }
    /* line 675, _header.scss */
    .header .search-form {
      margin-left: 15px; } }
@media (max-width: 769px) {
  /* line 685, _header.scss */
  [data-theme-template="index"] .header {
    min-height: 0; }
    /* line 690, _header.scss */
    [data-theme-template="index"] .header.fixed .search-wrap .search-form {
      top: 54px; }
    /* line 695, _header.scss */
    [data-theme-template="index"] .header .search-wrap .search-form {
      top: 73px; }

  /* line 701, _header.scss */
  .header {
    min-height: 0;
    padding: 15px 0; }
    /* line 705, _header.scss */
    .header.fixed {
      min-height: 0;
      padding: 15px 0; }
      /* line 709, _header.scss */
      .header.fixed .search-wrap .search-form {
        top: 54px; }
    /* line 714, _header.scss */
    .header .search-wrap .search-form {
      top: 54px; }
    /* line 718, _header.scss */
    .header .icon-list {
      margin: 0 0 0 -25px; }
      /* line 721, _header.scss */
      .header .icon-list--item {
        margin-left: 25px; }
      /* line 725, _header.scss */
      .header .icon-list svg {
        width: 20px;
        height: 20px; }
      /* line 730, _header.scss */
      .header .icon-list .count {
        padding-top: 2px; }

  /* line 736, _header.scss */
  .right-panel {
    min-width: 0;
    width: 500px; } }
@media (max-width: 561px) {
  /* line 746, _header.scss */
  [data-theme-template="index"] .header {
    padding: 15px 0; }
    /* line 749, _header.scss */
    [data-theme-template="index"] .header .search-wrap .search-form {
      top: 53px; }

  /* line 755, _header.scss */
  .search-wrap .search-form {
    top: 55px; }

  /* line 759, _header.scss */
  .right-panel {
    padding-left: 15px;
    padding-right: 15px; }

  /* line 766, _header.scss */
  .catalog-menu-wrap .title {
    font-size: 40px;
    line-height: 50px; } }
/* line 1, _footer.scss */
.footer {
  padding: 90px 0 37px;
  background: #F5F4F0;
  font-family: "Golos Text", sans-serif;
  color: #000; }
  /* line 7, _footer.scss */
  .footer .wrap {
    max-width: 1882px;
    margin: 0 auto;
    padding: 0 37px; }
  /* line 13, _footer.scss */
  .footer .row {
    max-width: 100%; }
  /* line 17, _footer.scss */
  .footer .col {
    flex: 1;
    padding-right: 20px; }
  /* line 24, _footer.scss */
  .footer .contact-list--item {
    display: flex;
    max-width: 275px;
    margin-top: 16px;
    font-size: 16px;
    line-height: 20px; }
    /* line 31, _footer.scss */
    .footer .contact-list--item:first-child {
      margin-top: 0; }
  /* line 36, _footer.scss */
  .footer .contact-list .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 25px;
    width: 25px;
    height: 25px;
    margin: -2px 10px 0 0; }
  /* line 46, _footer.scss */
  .footer .contact-list .label {
    margin-top: 1px;
    font-weight: 700;
    font-size: 11px;
    line-height: 13px;
    color: #90A9A6; }
  /* line 54, _footer.scss */
  .footer .contact-list a {
    font-weight: 300;
    color: var(--color-text-light); }
    /* line 58, _footer.scss */
    .footer .contact-list a:hover {
      color: var(--color-text-light); }
  /* line 64, _footer.scss */
  .footer .title {
    margin-bottom: 20px;
    font-weight: 800;
    color: var(--vibrant-text-color); }
  /* line 70, _footer.scss */
  .footer .menu-wrap {
    padding: 0 40px 0 127px; }
  /* line 74, _footer.scss */
  .footer .menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    /* line 79, _footer.scss */
    .footer .menu--item {
      display: block;
      margin-top: 8px;
      font-weight: 300;
      color: #000;
      text-transform: uppercase; }
      /* line 86, _footer.scss */
      .footer .menu--item span {
        border-bottom: 1px solid transparent;
        transition: .3s; }
      /* line 91, _footer.scss */
      .footer .menu--item:first-child {
        margin-top: 0; }
      /* line 95, _footer.scss */
      .footer .menu--item:hover span {
        border-color: #000; }
  /* line 101, _footer.scss */
  .footer .social-list {
    display: flex;
    flex-wrap: wrap;
    margin: -12px 0 0 -24px; }
    /* line 106, _footer.scss */
    .footer .social-list--item {
      margin: 15px 0 0 24px; }
      /* line 109, _footer.scss */
      .footer .social-list--item:hover {
        opacity: .6; }
      /* line 113, _footer.scss */
      .footer .social-list--item svg {
        fill: #B8B8B8; }
  /* line 119, _footer.scss */
  .footer .logo {
    max-width: 100%; }
  /* line 123, _footer.scss */
  .footer .inst-link {
    display: block;
    margin-bottom: 27px;
    font-family: "als_alumnaregular";
    font-size: 32px; }
    /* line 129, _footer.scss */
    .footer .inst-link:hover {
      opacity: .6; }
  /* line 134, _footer.scss */
  .footer .sitemaker {
    margin-top: -70px;
    writing-mode: vertical-lr;
    transform: rotate(180deg); }
    /* line 139, _footer.scss */
    .footer .sitemaker a {
      color: #000;
      border-left: 1px solid #000; }
      /* line 143, _footer.scss */
      .footer .sitemaker a:hover {
        color: #000;
        border-color: transparent; }
  /* line 150, _footer.scss */
  .footer .copyright {
    font-weight: 300;
    font-size: 15px;
    line-height: 20px; }
  /* line 156, _footer.scss */
  .footer .up-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 40px;
    bottom: 3px;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    transition: 0s; }
    /* line 167, _footer.scss */
    .footer .up-btn .icon {
      margin-top: 6px;
      transform: rotate(180deg); }

/*** Media ***/
@media (max-width: 1025px) {
  /* line 179, _footer.scss */
  .footer {
    padding: 50px 0 15px; }
    /* line 182, _footer.scss */
    .footer .wrap {
      padding: 0 45px 0 15px; }
    /* line 186, _footer.scss */
    .footer .menu-wrap {
      padding: 0 60px; } }
@media (max-width: 579px) {
  /* line 196, _footer.scss */
  .footer .menu-wrap {
    padding: 0; }
  /* line 200, _footer.scss */
  .footer .sitemaker {
    margin-top: 20px;
    writing-mode: lr;
    transform: rotate(0); }
    /* line 205, _footer.scss */
    .footer .sitemaker a {
      border: 0;
      border-bottom: 1px solid; }
  /* line 211, _footer.scss */
  .footer .up-btn {
    right: 15px; } }
