@charset "UTF-8";
/**
needs bootstrap function str-replace()
 */
/**
* Метод дополняет svg-sprite.scss.
* Позволяет получить чистый урл элемента спрайта для использования в псевдоэлементах или background-image
* Example: content: url(get-svg-url('checkmark', $user-variables: (fill: 'tomato')));
* Example: background-image: url(get-svg-url('heart', $user-variables: (stroke: 'red', fill: 'pink')));
*/
/**
вертикальные отступы
для каждого цвета указываются в порядке как в $grid-breakpoints
 */
.menu__main {
  display: flex;
  align-items: center;
}
.menu__main > ul {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: start;
  list-style: none;
  padding: 0;
  margin: 0;
  -moz-column-gap: 3em;
       column-gap: 3em;
}
@media (max-width: 1199.98px) {
  .menu__main > ul {
    -moz-column-gap: 1em;
         column-gap: 1em;
  }
}
.menu__main > ul > li {
  position: relative;
  display: flex;
  font-size: 18px;
  align-items: center;
  text-transform: uppercase;
}
@media (max-width: 1400px) {
  .menu__main > ul > li {
    font-size: 1vw;
  }
}
@media (max-width: 1400px) and (max-width: 1200px) {
  .menu__main > ul > li {
    font-size: 12px;
  }
}
@media (max-width: 1400px) and (min-width: 1600px) {
  .menu__main > ul > li {
    font-size: 16px;
  }
}
.menu__main > ul > li:first-of-type {
  position: relative;
}
.menu__main > ul > li:first-of-type a {
  padding: 14px 22px 14px 52px;
  border-radius: 12px;
  background: #E44315;
  position: relative;
}
.menu__main > ul > li:first-of-type a:before, .menu__main > ul > li:first-of-type a:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  left: 22px;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.3s ease-in-out;
}
.menu__main > ul > li:first-of-type a:before {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 21 21'%3e%3crect x='.333' y='.5' width='4' height='4' rx='1' fill='white'/%3e%3crect x='8.334' y='.5' width='4' height='4' rx='1' fill='white'/%3e%3crect x='16.334' y='.5' width='4' height='4' rx='1' fill='white'/%3e%3crect x='.333' y='8.5' width='4' height='4' rx='1' fill='white'/%3e%3crect x='8.334' y='8.5' width='4' height='4' rx='1' fill='white'/%3e%3crect x='16.334' y='8.5' width='4' height='4' rx='1' fill='white'/%3e%3crect x='.333' y='16.5' width='4' height='4' rx='1' fill='white'/%3e%3crect x='8.334' y='16.5' width='4' height='4' rx='1' fill='white'/%3e%3crect x='16.334' y='16.5' width='4' height='4' rx='1' fill='white'/%3e%3c/svg%3e") center no-repeat;
  opacity: 1;
}
.menu__main > ul > li:first-of-type a:after {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 18 19'%3e%3cpath d='M1.244 17.256 9 9.5m0 0 7.756-7.756M9 9.5l7.756 7.756M9 9.5 1.244 1.744' stroke='white' stroke-width='2' stroke-linecap='round'/%3e%3c/svg%3e") center no-repeat;
  opacity: 0;
}
.menu__main > ul > li:first-of-type a.active:before {
  opacity: 0;
}
.menu__main > ul > li:first-of-type a.active:after {
  opacity: 1;
}
.menu__main > ul > li:first-of-type a:hover {
  color: #fff;
  background-color: #C9380E;
}
.menu__main > ul > li a {
  text-decoration: none;
}
.menu__main > ul > li:hover:not(:first-of-type) a {
  color: #E44315;
}
.menu__main > ul > li.parent {
  padding-right: 26px;
  overflow: initial;
}
.menu__main > ul > li.parent:before {
  width: calc(100% - 18px);
}
.menu__main > ul > li.parent:after {
  content: "";
  position: absolute;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 17 17'%3e%3cg clip-path='url(%23chevron_svg__a)'%3e%3cpath d='m15.506 4.94-7.24 7-7.132-6.795' stroke='%23666666'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='chevron_svg__a'%3e%3cpath fill='white' transform='translate(.333 .5)' d='M0 0h16v16H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center no-repeat;
  width: 16px;
  height: 16px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}
.menu__main > ul > li.parent:hover .menu__main--sublevel {
  visibility: visible;
  opacity: 1;
}
.menu__main > ul > li.parent:hover:after {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 17 17'%3e%3cg clip-path='url(%23chevron_svg__a)'%3e%3cpath d='m15.506 4.94-7.24 7-7.132-6.795' stroke='%23E44315'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='chevron_svg__a'%3e%3cpath fill='white' transform='translate(.333 .5)' d='M0 0h16v16H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center no-repeat;
  transform: rotate(180deg) translateY(50%);
}
.menu__main > ul > li.parent:has(.active):before {
  transform: translateX(0);
  opacity: 1;
}
.menu__main > ul > li.parent.active:before {
  transform: translateX(0);
  opacity: 1;
}
.menu__main > ul > li.parent.active:first-of-type:before {
  transform: translateX(25px);
}
.menu__main--sublevel {
  position: absolute;
  display: flex;
  flex-direction: column;
  list-style: none;
  background-color: #111111;
  top: 150%;
  right: 0;
  z-index: 10;
  border-radius: 12px;
  padding: 0;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.1215686275);
  max-width: 360px;
  width: -moz-max-content;
  width: max-content;
  border: 1px solid #222222;
  visibility: hidden;
  opacity: 0;
  transition: all 300ms;
}
.menu__main--sublevel > li:not(:last-of-type) {
  border-bottom: 1px solid #222222;
}
.menu__main--sublevel > li:hover {
  background-color: #222222;
}
.menu__main--sublevel > li:hover:first-of-type {
  border-radius: 12px 12px 0 0;
}
.menu__main--sublevel > li:hover:last-of-type {
  border-radius: 0 0 12px 12px;
}
.menu__main--sublevel > li a {
  display: block;
  padding: 18px 20px;
  color: #fff !important;
}
.menu__main--sublevel > li.active a {
  color: #E44315 !important;
}
@media (max-width: 991.98px) {
  .menu__main {
    display: none;
  }
}
