@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: ''; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

article, aside, figure, figcaption, footer, header, hgroup, nav, section, summary {
  display: block; }

html, body {
  margin: 0;
  padding: 0;
  height: 100%; }

body {
  min-height: 100%; }

@font-face {
  font-family: 'GT Eesti Pro Display';
  src: url("../fonts/gteestiprodisplay/gteestiprodisplay_light.otf") format("opentype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'GT Eesti Pro Display';
  src: url("../fonts/gteestiprodisplay/gteestiprodisplay_regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'GT Eesti Pro Display';
  src: url("../fonts/gteestiprodisplay/gteestiprodisplay_medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'GT Eesti Pro Display';
  src: url("../fonts/gteestiprodisplay/gteestiprodisplay_bold.otf") format("opentype");
  font-weight: 600;
  font-style: normal; }

input, textarea, select {
  max-width: 100%;
  /* Заборона на масштабування елементів поза розміром екрану */
  max-height: 100%;
  /* Заборона на масштабування елементів поза розміром екрану */
  -ms-touch-action: manipulation;
  /* Заборона на зум на пристроях з Windows */
  touch-action: manipulation;
  /* Заборона на зум на мобільних пристроях */ }

.arrow-left {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }
  .arrow-left:before {
    content: "\e90a"; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.inside-filter-search input {
  overflow: hidden;
  /* заборонити виходження тексту за межі */
  white-space: nowrap;
  /* не дозволяти переносити текст */
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  /* встановити трьохкрапку для обрізання тексту, який не поміщається */ }

.inside-filter-search input::-webkit-input-placeholder {
  text-overflow: ellipsis; }

.inside-filter-search input:-ms-input-placeholder {
  text-overflow: ellipsis; }

.inside-filter-search input::-ms-input-placeholder {
  text-overflow: ellipsis; }

.inside-filter-search input::placeholder {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #2e3747;
  text-decoration: none; }
  a:hover {
    text-decoration: none; }
    @media (min-width: 768px) {
      a:hover {
        color: #fa8c7c; } }
  a.link-underline {
    text-decoration: underline; }
    a.link-underline:hover {
      text-decoration: none; }

input:focus, textarea:focus {
  outline: none; }

a:focus, button:focus {
  outline: none !important; }

button {
  outline: none;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

b {
  font-weight: 700; }

body {
  min-width: 320px;
  font-size: 16px;
  line-height: 1.43;
  color: #2e3747;
  font-family: 'GT Eesti Pro Display', sans-serif;
  font-weight: 400; }

p {
  font-size: 14px;
  line-height: 20px; }

.object-fit {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover; }

* html .page-wrapper {
  height: 100%; }

.center-bl {
  max-width: 1280px;
  margin: 0 auto;
  padding-right: 32px;
  padding-left: 32px;
  position: relative; }
  @media (max-width: 767px) {
    .center-bl {
      padding-left: 16px;
      padding-right: 16px; } }

section {
  padding: 48px 0; }
  @media (max-width: 767px) {
    section {
      padding: 16px 0; } }
  section h2 {
    text-align: center;
    margin-bottom: 16px; }

h2 {
  color: #2e3747;
  font-size: 32px;
  line-height: 40px;
  font-weight: 500; }
  @media (max-width: 767px) {
    h2 {
      font-size: 24px;
      line-height: 32px; } }

.border-none {
  border: 0 !important; }

.vertical-middle-wrapper {
  width: 100%;
  content: '';
  display: table;
  height: 100%;
  vertical-align: middle; }

.vertical-middle-wrapper > * {
  vertical-align: middle !important;
  height: 100% !important;
  display: table-cell !important; }

img {
  max-width: 100%; }

.inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.owl-carousel {
  z-index: initial; }

section {
  padding: 24px 0; }
  @media (max-width: 767px) {
    section {
      padding: 12px 0; } }

h1 {
  margin-bottom: 32px;
  color: #000000;
  font-size: 24px;
  font-weight: 600; }
  @media (max-width: 767px) {
    h1 {
      margin-bottom: 16px;
      font-size: 18px; } }

h3 {
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase; }

h4 {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  color: black;
  line-height: 28px; }

h5 {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 500; }

hr {
  border: none;
  border-top: 1px solid black;
  margin: 32px 0; }
  @media (max-width: 767px) {
    hr {
      margin: 16px 0; } }

.fz-16 {
  font-size: 16px; }

.fz-18 {
  font-size: 18px; }

.fz-20 {
  font-size: 20px; }

.m--7 {
  margin: 0 -7px; }

.mt--10 {
  margin-top: -10px; }

.mt--15 {
  margin-top: -15px; }

.mb--20 {
  margin-bottom: -20px; }

.center-style-text-1 {
  margin-bottom: 24px;
  text-align: center;
  font-size: 14px; }

.tab-wrapper .body-tab {
  display: none; }
  .tab-wrapper .body-tab.active {
    display: block; }

.tab-wrapper2 .body-tab2 {
  display: none; }
  .tab-wrapper2 .body-tab2.active {
    display: block; }

.p-24 {
  padding: 24px; }

.mr-8 {
  margin-right: 8px; }

.mb-4 {
  margin-bottom: 4px !important; }

.mb-8 {
  margin-bottom: 8px !important; }

.mb-12 {
  margin-bottom: 12px !important; }

.mb-16 {
  margin-bottom: 16px !important; }

.mb-20 {
  margin-bottom: 20px !important; }

.mb-24 {
  margin-bottom: 24px !important; }

.mb-32 {
  margin-bottom: 32px !important; }

.full-width {
  width: 100%; }

.inline {
  display: inline !important; }

.grid-column-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr; }
  @media (max-width: 991px) {
    .grid-column-3 {
      grid-template-columns: 1fr 1fr; } }
  @media (max-width: 767px) {
    .grid-column-3 {
      grid-template-columns: 1fr; } }
  .grid-column-3.gap-20 {
    grid-gap: 20px; }
    .grid-column-3.gap-20 .custom-input {
      margin-bottom: 0 !important; }

sub, sup {
  top: -1px;
  position: relative;
  font-size: 9px;
  font-weight: 500; }
  sub.up, sup.up {
    top: -3px; }
  sub.up2, sup.up2 {
    top: -4px;
    font-size: 10px;
    font-weight: 600; }
  sub.bigUp, sup.bigUp {
    top: -10px;
    font-size: initial;
    font-weight: inherit; }

.show-mobile-block {
  display: none !important; }
  @media (max-width: 767px) {
    .show-mobile-block {
      display: block !important; } }

.show-mobile {
  display: none !important; }
  @media (max-width: 767px) {
    .show-mobile {
      display: -webkit-inline-box !important;
      display: -ms-inline-flexbox !important;
      display: inline-flex !important; } }

.d-contents {
  display: contents; }

.semantic-bg {
  background-color: #faf6f5; }

body {
  margin: 0;
  background: white;
  padding: 160px 0 0; }
  @media (min-width: 768px) {
    body {
      min-height: 100vh;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  @media (max-width: 767px) {
    body {
      padding-top: 52px; } }
  body.open-modal {
    overflow: hidden; }
  body.open-category-drop {
    overflow: hidden; }
  @media (min-width: 768px) {
    body.sticky {
      padding-top: 60px; }
      body.sticky .bottom-header {
        position: fixed;
        left: 0;
        top: 0;
        right: 0; } }

body.sticky {
  padding-top: 56px; }
  body.sticky header {
    padding: 8px 0; }
    body.sticky header .inside {
      height: 40px; }
    body.sticky header .logo.logo-big {
      display: none; }
    body.sticky header .logo.logo-small {
      display: inline-block; }
    body.sticky header .menu-r {
      position: relative;
      bottom: initial; }
    body.sticky header .box-category-menu .button-category {
      position: relative;
      margin-right: 16px;
      color: white;
      background-color: transparent;
      border: 1px solid #fa8c7c; }

header {
  top: 0;
  left: 0;
  right: 0;
  padding: 16px 0;
  position: fixed;
  z-index: 11;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #f7391d; }
  header .inside {
    height: 128px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  header .logo {
    line-height: 0;
    position: absolute;
    top: 50%; }
    @media (min-width: 768px) {
      header .logo {
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); } }
    @media (max-width: 767px) {
      header .logo {
        left: 54px;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%); } }
    header .logo.logo-small {
      display: none; }
  header .left-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 991px) {
      header .left-side > .phone-footer {
        display: none; } }
  header .right-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    header .right-side .menu-r {
      position: absolute;
      bottom: 8px;
      right: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media (max-width: 991px) {
        header .right-side .menu-r {
          display: none; } }
      header .right-side .menu-r li {
        margin-right: 16px; }
        header .right-side .menu-r li:last-child {
          margin-right: 0; }
        header .right-side .menu-r li a {
          color: white; }
    header .right-side .menu-r2 {
      margin-left: 16px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      header .right-side .menu-r2 > li {
        margin-right: 8px; }
        header .right-side .menu-r2 > li:last-child {
          margin-right: 0; }
        header .right-side .menu-r2 > li > a, header .right-side .menu-r2 > li > div {
          width: 40px;
          height: 40px;
          color: white;
          cursor: pointer;
          font-size: 22px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          text-align: center;
          -ms-flex-line-pack: center;
          align-content: center; }
  header .phone-footer {
    color: white;
    font-size: 18px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: 500; }
    header .phone-footer i {
      margin-right: 8px;
      font-size: 20px; }
  header .box-category-menu .button-category {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 8px 16px;
    background-color: white;
    border: 1px solid white;
    color: #2e3747;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-radius: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    @media (max-width: 991px) {
      header .box-category-menu .button-category {
        display: none; } }
    header .box-category-menu .button-category .icon-category {
      font-size: 20px;
      margin-right: 8px; }
    header .box-category-menu .button-category span {
      z-index: 16;
      font-weight: 500; }
    header .box-category-menu .button-category .icon-down {
      margin-left: 8px;
      font-size: 20px;
      position: relative;
      display: inline-block; }
  header .box-category-menu .button-category-mobile {
    display: none; }
    @media (max-width: 991px) {
      header .box-category-menu .button-category-mobile {
        width: 40px;
        height: 40px;
        font-size: 24px;
        color: white;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        -ms-flex-line-pack: center;
        align-content: center; } }

@media (min-width: 768px) {
  main {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; } }

.who-we-are {
  background: #feebe8; }
  .who-we-are .inside {
    padding-bottom: 24px; }
    @media (min-width: 993px) {
      .who-we-are .inside {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; } }
    @media (max-width: 767px) {
      .who-we-are .inside {
        padding-bottom: 8px; } }
  .who-we-are .statistic {
    margin-bottom: 24px;
    font-size: 16px; }
    .who-we-are .statistic li {
      margin-bottom: 14px;
      padding-left: 26px;
      position: relative; }
      .who-we-are .statistic li i {
        position: absolute;
        top: 0;
        left: 0;
        font-size: 20px; }
      .who-we-are .statistic li:last-child {
        margin-bottom: 0; }
      .who-we-are .statistic li .desc {
        padding-top: 4px;
        color: #525966;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px; }
  @media (min-width: 993px) {
    .who-we-are .left-box {
      width: 50%;
      padding-right: 16px; } }
  .who-we-are .left-box .caption {
    font-size: 40px;
    line-height: 56px;
    font-weight: 500; }
    @media (max-width: 767px) {
      .who-we-are .left-box .caption {
        margin-bottom: 8px;
        font-size: 24px;
        line-height: 32px; } }
  .who-we-are .left-box .time li {
    margin-bottom: 5px; }
    .who-we-are .left-box .time li:last-child {
      margin-bottom: 0; }
  .who-we-are .left-box .caption-2 {
    margin-bottom: 16px;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px; }
    @media (max-width: 767px) {
      .who-we-are .left-box .caption-2 {
        font-size: 18px; } }
  .who-we-are .left-box .under-caption {
    margin-bottom: 24px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; }
  .who-we-are .right-box {
    width: 50%;
    padding: 30px 44px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 32px; }
    @media (max-width: 991px) {
      .who-we-are .right-box {
        max-width: 500px;
        width: 100%;
        margin: 0 auto; } }
    @media (max-width: 767px) {
      .who-we-are .right-box {
        width: 100%;
        margin-top: 16px;
        padding: 0; } }
    .who-we-are .right-box .item {
      width: 100%;
      position: relative;
      border-radius: 50%;
      overflow: hidden;
      position: relative;
      width: 100%; }
      .who-we-are .right-box .item:before {
        content: "";
        display: block;
        padding-top: 100%; }
      .who-we-are .right-box .item img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; }
      .who-we-are .right-box .item .circle {
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        position: absolute;
        content: '';
        display: block;
        background-color: white;
        z-index: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        -ms-flex-line-pack: center;
        align-content: center; }
        .who-we-are .right-box .item .circle:before {
          position: absolute;
          width: 50%;
          height: 50%;
          content: '';
          top: 92%;
          left: 50%;
          border-radius: 50%;
          -webkit-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
          background-color: #f7391d;
          -webkit-transition: 0.3s linear;
          -o-transition: 0.3s linear;
          transition: 0.3s linear; }
        @media (min-width: 768px) {
          .who-we-are .right-box .item .circle:hover:before {
            width: 100%;
            height: 100%;
            top: 0; }
          .who-we-are .right-box .item .circle:hover .name, .who-we-are .right-box .item .circle:hover .box-ico {
            color: white; } }
      .who-we-are .right-box .item .box-ico {
        width: 96px;
        height: 96px;
        margin: 0 auto 24px;
        display: block;
        position: relative;
        z-index: 1;
        font-size: 85px;
        -webkit-transition: 0.1s;
        -o-transition: 0.1s;
        transition: 0.1s;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        -ms-flex-line-pack: center;
        align-content: center; }
        @media (max-width: 1279px) {
          .who-we-are .right-box .item .box-ico {
            margin: 0 auto 5px; } }
        @media (max-width: 767px) {
          .who-we-are .right-box .item .box-ico {
            height: 62px;
            width: 62px;
            margin: 0 auto 15px;
            font-size: 62px; } }
      .who-we-are .right-box .item .name {
        font-size: 20px;
        font-weight: 500;
        line-height: 28px;
        display: block;
        position: relative;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        z-index: 1;
        color: #2e3747; }
        @media (max-width: 767px) {
          .who-we-are .right-box .item .name {
            font-size: 16px;
            line-height: 19px; } }
        @media (max-width: 520px) {
          .who-we-are .right-box .item .name {
            font-size: 14px; } }

footer {
  border-top: 1px solid #eaebed; }
  footer .soc-link {
    margin-top: 32px;
    font-size: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 767px) {
      footer .soc-link {
        margin: 16px auto 24px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        line-height: 0; } }
    footer .soc-link li {
      margin-right: 24px; }
      footer .soc-link li:last-child {
        margin-right: 0; }
  footer .top-footer {
    padding: 48px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (min-width: 768px) {
      footer .top-footer {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; } }
    @media (max-width: 767px) {
      footer .top-footer {
        padding: 25px 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    footer .top-footer .left-box {
      width: 34%; }
      @media (max-width: 767px) {
        footer .top-footer .left-box {
          width: 100%;
          text-align: center; } }
      footer .top-footer .left-box .logo {
        max-width: 166px;
        margin-bottom: 32px;
        display: inline-block;
        line-height: 0; }
        @media (max-width: 767px) {
          footer .top-footer .left-box .logo {
            max-width: 110px;
            margin-bottom: 16px; } }
      footer .top-footer .left-box .phone-footer {
        margin-bottom: 16px;
        font-size: 20px;
        font-weight: 500; }
      footer .top-footer .left-box .address {
        max-width: 200px;
        font-size: 16px;
        line-height: 24px; }
        @media (max-width: 767px) {
          footer .top-footer .left-box .address {
            margin: 0 auto; } }
    footer .top-footer .menu {
      width: 33%; }
      @media (max-width: 767px) {
        footer .top-footer .menu {
          width: 50%; } }
      footer .top-footer .menu .caption {
        margin-bottom: 16px;
        font-size: 18px;
        font-weight: 500; }
      footer .top-footer .menu ul li {
        margin-bottom: 8px; }
        footer .top-footer .menu ul li:last-child {
          margin-bottom: 0; }
        footer .top-footer .menu ul li a {
          font-size: 16px; }
          @media (max-width: 359px) {
            footer .top-footer .menu ul li a {
              font-size: 14px; } }
  footer .bottom-footer {
    font-size: 14px;
    border-top: 1px solid #eaebed; }
    footer .bottom-footer .inside {
      width: 100%;
      height: 56px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      @media (max-width: 767px) {
        footer .bottom-footer .inside {
          height: initial;
          padding: 16px;
          text-align: center;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; } }
      footer .bottom-footer .inside ul {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        line-height: 0; }
        @media (max-width: 767px) {
          footer .bottom-footer .inside ul {
            padding: 24px 0; } }
        footer .bottom-footer .inside ul li {
          padding: 0 8px; }

.box-category {
  margin: 0 -5px -8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #2e3747;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px; }
  @media (max-width: 767px) {
    .box-category {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .box-category .left-q {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media (max-width: 767px) {
      .box-category .left-q {
        width: 100%; } }
  .box-category .right-q {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media (max-width: 767px) {
      .box-category .right-q {
        width: 100%; } }
  .box-category .wrapper-one-category {
    width: 50%;
    padding: 0 4px 8px;
    display: block;
    line-height: 0;
    border-radius: 8px; }
    @media (min-width: 768px) {
      .box-category .wrapper-one-category:hover {
        opacity: 0.8; } }
    .box-category .wrapper-one-category.wl-1 {
      width: 63.9%; }
    .box-category .wrapper-one-category.wl-2 {
      width: 36.1%; }
    .box-category .wrapper-one-category img {
      border-radius: 8px; }

.add-to-favorite {
  display: inline-block;
  color: #2e3747;
  font-size: 20px; }
  .add-to-favorite:hover {
    color: #f7391d; }
  .add-to-favorite.active {
    color: #f7391d; }
    .add-to-favorite.active i:before {
      content: "\e907"; }

.box-badges > * {
  width: 64px;
  height: 64px;
  margin-bottom: 2px;
  font-size: 12px;
  line-height: 12px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -ms-flex-line-pack: center;
  align-content: center; }
  @media (max-width: 767px) {
    .box-badges > * {
      width: 48px;
      height: 48px;
      font-size: 9px;
      line-height: 9px; } }
  .box-badges > *.top {
    background-color: #C4B5FD;
    border-radius: 50%;
    color: #4C1D95; }
  .box-badges > *.new {
    color: #14532D;
    background: url("../img/news-tag-bg.webp") no-repeat center/contain; }
  .box-badges > *.promo {
    background: url("../img/promo-tag-bg.webp") no-repeat center/contain;
    color: #78350F; }

@media (min-width: 768px) {
  .slider-pr-wr-1 {
    margin: -8px;
    padding: 8px;
    overflow: hidden; }
    .slider-pr-wr-1 .swiper-pagination {
      display: none !important; } }

.slider-l-w-1 {
  position: relative; }
  @media (max-width: 767px) {
    .slider-l-w-1 {
      margin: -16px;
      padding: 16px;
      overflow: hidden; }
      .slider-l-w-1 .swiper-pagination {
        position: relative;
        margin-top: 20px; } }

.slider-product-1 .item {
  padding: 16px;
  background-color: white;
  position: relative;
  border-radius: 8px; }
  @media (max-width: 767px) {
    .slider-product-1 .item {
      padding: 12px; } }
  .slider-product-1 .item .add-to-favorite {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 2; }
  .slider-product-1 .item .box-img {
    margin-bottom: 16px;
    display: block;
    position: relative;
    width: 100%; }
    .slider-product-1 .item .box-img:before {
      content: "";
      display: block;
      padding-top: 75%; }
    .slider-product-1 .item .box-img img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
    .slider-product-1 .item .box-img img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
      object-fit: contain; }
  .slider-product-1 .item .name-link {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    position: relative;
    z-index: 1; }
    .slider-product-1 .item .name-link a {
      color: #2e3747;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      /* Кількість рядків для відображення */
      -webkit-box-orient: vertical;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis; }
      @media (min-width: 768px) {
        .slider-product-1 .item .name-link a:hover {
          text-decoration: underline; } }
  .slider-product-1 .item .description {
    height: 162px;
    margin: -16px;
    padding: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 0 0 8px 8px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (max-width: 767px) {
      .slider-product-1 .item .description {
        margin: -12px;
        padding: 12px;
        height: initial; } }
    .slider-product-1 .item .description:before {
      width: 96px;
      height: 96px;
      right: -24px;
      bottom: -24px;
      border-radius: 50%;
      display: block;
      position: absolute;
      background-color: #f7391d;
      border: 0;
      content: '';
      -webkit-transition: linear .3s;
      -o-transition: linear .3s;
      transition: linear .3s; }
      @media (max-width: 767px) {
        .slider-product-1 .item .description:before {
          width: 72px;
          height: 72px;
          right: -12px;
          bottom: -12px; } }
  .slider-product-1 .item .price-buy {
    padding-right: 50px;
    display: block;
    position: relative;
    z-index: 1; }
    @media (max-width: 767px) {
      .slider-product-1 .item .price-buy {
        min-height: 74px;
        padding-top: 30px;
        padding-right: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; } }
    .slider-product-1 .item .price-buy .price {
      font-size: 24px;
      -webkit-transition: linear .3s;
      -o-transition: linear .3s;
      transition: linear .3s;
      font-weight: 500;
      line-height: 24px; }
      @media (max-width: 767px) {
        .slider-product-1 .item .price-buy .price {
          font-size: 20px; } }
      .slider-product-1 .item .price-buy .price span {
        margin-left: 3px;
        font-size: 14px; }
        @media (max-width: 767px) {
          .slider-product-1 .item .price-buy .price span {
            font-size: 12px; } }
      .slider-product-1 .item .price-buy .price .old {
        margin-bottom: 5px;
        font-size: 12px;
        font-weight: 400;
        line-height: 16px;
        color: #868b94;
        text-decoration: line-through; }
        @media (max-width: 767px) {
          .slider-product-1 .item .price-buy .price .old {
            margin-bottom: 2px; } }
    .slider-product-1 .item .price-buy .add-to-cart {
      width: 96px;
      height: 96px;
      right: -40px;
      bottom: -40px;
      padding: 0 14px 14px 0;
      border-radius: 50%;
      position: absolute;
      font-size: 28px;
      background-color: transparent;
      border: 0;
      color: white;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      text-align: center;
      -ms-flex-line-pack: center;
      align-content: center; }
      @media (max-width: 767px) {
        .slider-product-1 .item .price-buy .add-to-cart {
          width: 72px;
          height: 72px;
          right: -24px;
          bottom: -24px;
          padding: 0 6px 6px 0; } }
      .slider-product-1 .item .price-buy .add-to-cart i {
        position: relative;
        z-index: 1; }
      .slider-product-1 .item .price-buy .add-to-cart:before {
        width: 0;
        height: 0;
        content: '';
        position: absolute;
        right: 0;
        bottom: 0;
        display: block;
        border-radius: 50%;
        -webkit-transition: linear .3s;
        -o-transition: linear .3s;
        transition: linear .3s;
        background-color: #f85b43; }
      @media (min-width: 768px) {
        .slider-product-1 .item .price-buy .add-to-cart:hover:before {
          width: 100%;
          height: 100%; } }
      .slider-product-1 .item .price-buy .add-to-cart.active .icon-shopping-cart:before {
        content: "\e91a"; }
  .slider-product-1 .item .box-badges {
    position: absolute;
    top: -8px;
    left: -8px;
    z-index: 2; }
  @media (min-width: 768px) {
    .slider-product-1 .item:hover .name-link a {
      color: white; }
    .slider-product-1 .item:hover .description:before {
      width: 220%;
      height: 256px;
      right: -60%;
      bottom: -60%;
      border-radius: 50%; }
    .slider-product-1 .item:hover .price-buy .price {
      color: white; }
      .slider-product-1 .item:hover .price-buy .price .old {
        color: white; } }

.slider-news {
  padding: 16px 0 48px;
  overflow: hidden; }

.slider-button-st-1 .swiper-button-next:before {
  content: "\e910"; }

.slider-button-st-1 .swiper-button-prev:before {
  content: "\e90d"; }

.slider-button-st-1 .swiper-button-next,
.slider-button-st-1 .swiper-button-prev {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  background: white;
  font-size: 20px;
  z-index: 2;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
  color: #2e3747;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -ms-flex-line-pack: center;
  align-content: center; }
  .slider-button-st-1 .swiper-button-next:hover,
  .slider-button-st-1 .swiper-button-prev:hover {
    background-color: #f7391d;
    color: white; }
  .slider-button-st-1 .swiper-button-next:before,
  .slider-button-st-1 .swiper-button-prev:before {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .slider-button-st-1 .swiper-button-next:after,
  .slider-button-st-1 .swiper-button-prev:after {
    display: none; }

.pagination-swiper-1 .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 6px !important;
  border-radius: 50%;
  border: 1px solid white;
  opacity: 1;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  background: #eaebed; }
  @media (min-width: 768px) {
    .pagination-swiper-1 .swiper-pagination-bullet:hover {
      background: #2e3747; } }
  .pagination-swiper-1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 1px solid #2e3747;
    background: #2e3747; }

.semantic-bg .pagination-swiper-1 .swiper-pagination-bullet {
  border: 1px solid #faf6f5; }
  .semantic-bg .pagination-swiper-1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 1px solid #2e3747; }

.search-show {
  overflow: hidden; }
  .search-show .search-modal-box {
    display: block; }

.search-modal-box {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 16px;
  z-index: 20;
  display: none; }
  .search-modal-box .bg-hide-show {
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
  .search-modal-box .box-search-find {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    padding: 16px;
    background-color: white;
    border-radius: 0 0 24px 24px; }
  .search-modal-box .close-search-btn {
    width: 44px;
    height: 44px;
    margin: 2px;
    position: absolute;
    top: 0;
    right: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #2e3747;
    font-size: 20px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -ms-flex-line-pack: center;
    align-content: center;
    display: none; }
    @media (min-width: 768px) {
      .search-modal-box .close-search-btn:hover {
        color: #f7391d; } }
  .search-modal-box .all-result-btn {
    padding: 8px;
    background-color: #eaebed;
    border-radius: 50px;
    color: #525966;
    font-size: 14px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -ms-flex-line-pack: center;
    align-content: center; }
    @media (min-width: 768px) {
      .search-modal-box .all-result-btn:hover {
        background-color: #f85b43;
        color: white; } }
  .search-modal-box .main-input-search {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    position: relative; }
    .search-modal-box .main-input-search input {
      width: 100%;
      height: 48px;
      padding: 0 50px 0 16px;
      border-radius: 30px;
      border: 0;
      font-size: 16px;
      font-weight: 500; }
  .search-modal-box .clean-search {
    padding: 16px 0;
    color: #868b94;
    font-size: 16px;
    text-align: center; }
  .search-modal-box .one-item {
    margin-bottom: 9px;
    padding-bottom: 9px;
    border-bottom: 1px solid #eaebed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .search-modal-box .one-item .box-img {
      width: 64px;
      margin-right: 12px;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      display: block;
      line-height: 0;
      text-align: center; }
    .search-modal-box .one-item .description {
      width: 100%; }
      .search-modal-box .one-item .description .name {
        margin-bottom: 2px;
        font-size: 14px;
        line-height: 20px; }
      .search-modal-box .one-item .description .price {
        font-size: 16px;
        font-weight: 500; }
    .search-modal-box .one-item .cart-add {
      margin-left: 20px;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
      @media (max-width: 767px) {
        .search-modal-box .one-item .cart-add {
          display: none; } }
  .search-modal-box .wrapper-pr {
    max-height: calc(100vh - 220px);
    margin-right: -16px;
    padding-right: 16px;
    overflow: auto; }
  .search-modal-box .box-search-find {
    display: none; }
  .search-modal-box.has-value .box-search-find {
    display: block; }
  .search-modal-box.has-value .close-search-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .search-modal-box.has-value .main-input-search input {
    border-radius: 24px 24px 0 0;
    border-bottom: 1px solid #EAEBED; }

.cart-add {
  width: 48px;
  height: 36px;
  border-radius: 360px;
  font-size: 20px;
  color: #f7391d;
  border: 1px solid #fcaea2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -ms-flex-line-pack: center;
  align-content: center; }
  .cart-add.active i:before {
    content: "\e91a"; }
  @media (min-width: 768px) {
    .cart-add:hover {
      background-color: #f7391d;
      border: 1px solid #f7391d;
      color: white; } }

.swiper-button-prev {
  left: -20px; }
  @media (max-width: 1279px) {
    .swiper-button-prev {
      left: 20px; } }
  .swiper-button-prev:before {
    content: '\e90d'; }

.swiper-button-next {
  right: -20px; }
  @media (max-width: 1279px) {
    .swiper-button-next {
      right: 20px; } }
  .swiper-button-next:before {
    content: '\e910'; }

.swiper-button-prev, .swiper-button-next {
  width: 40px;
  height: 40px;
  border-radius: 360px;
  background: #FFF;
  color: #2e3747;
  font-size: 20px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -ms-flex-line-pack: center;
  align-content: center; }
  @media (min-width: 768px) {
    .swiper-button-prev:hover, .swiper-button-next:hover {
      background-color: #2e3747;
      color: white; } }
  @media (max-width: 767px) {
    .swiper-button-prev, .swiper-button-next {
      display: none !important; } }
  .swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.04);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.04);
    cursor: default;
    color: #EAEBED;
    opacity: 1; }
    @media (min-width: 768px) {
      .swiper-button-prev.swiper-button-disabled:hover, .swiper-button-next.swiper-button-disabled:hover {
        background-color: white;
        color: #EAEBED; } }
  .swiper-button-prev:before, .swiper-button-next:before {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .swiper-button-prev:after, .swiper-button-next:after {
    display: none; }

.open-category-drop:before {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  z-index: 10;
  display: block;
  background-color: rgba(0, 0, 0, 0.16); }

.open-category-drop .catalog-dropdown-wrapper {
  display: block; }

.open-category-drop .button-category-mobile i:before {
  content: "\e904"; }

.open-category-drop.sticky .catalog-dropdown-wrapper {
  top: 40px;
  padding-top: 15px; }

.catalog-dropdown-wrapper {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 127px;
  padding-top: 20px;
  z-index: 20;
  display: none; }
  .catalog-dropdown-wrapper .caption-modal {
    display: none; }
  @media (max-width: 991px) {
    .catalog-dropdown-wrapper {
      top: 56px;
      bottom: 0;
      padding-top: 0;
      position: fixed; }
      .catalog-dropdown-wrapper .caption-modal {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
  .catalog-dropdown-wrapper .catalog-dropdown {
    border-radius: 8px;
    background-color: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative; }
    @media (max-width: 991px) {
      .catalog-dropdown-wrapper .catalog-dropdown {
        height: 100%;
        border-radius: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    .catalog-dropdown-wrapper .catalog-dropdown .left-category {
      width: 280px;
      padding: 16px 0;
      overflow: auto;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
      @media (max-width: 1279px) {
        .catalog-dropdown-wrapper .catalog-dropdown .left-category {
          width: 280px; } }
      @media (max-width: 991px) {
        .catalog-dropdown-wrapper .catalog-dropdown .left-category {
          width: 100%;
          height: 100%;
          padding: 0;
          -ms-flex-negative: 2;
          flex-shrink: 2;
          border-right: 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; } }
      @media (max-width: 991px) {
        .catalog-dropdown-wrapper .catalog-dropdown .left-category > ul {
          margin-bottom: auto;
          padding: 16px 0; } }
      .catalog-dropdown-wrapper .catalog-dropdown .left-category > ul li {
        margin-bottom: 4px; }
        .catalog-dropdown-wrapper .catalog-dropdown .left-category > ul li:last-child {
          margin-bottom: 0; }
        .catalog-dropdown-wrapper .catalog-dropdown .left-category > ul li a {
          min-height: 40px;
          padding: 8px 42px 8px 24px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          border-radius: 0 20px 20px 0;
          position: relative;
          color: #2e3747;
          font-size: 16px;
          line-height: 24px; }
          @media (max-width: 991px) {
            .catalog-dropdown-wrapper .catalog-dropdown .left-category > ul li a {
              padding: 8px 42px 8px 16px; } }
          @media (min-width: 993px) {
            .catalog-dropdown-wrapper .catalog-dropdown .left-category > ul li a.active {
              background-color: #faf6f5; } }
          .catalog-dropdown-wrapper .catalog-dropdown .left-category > ul li a.drop-btn:before {
            position: absolute;
            top: 50%;
            -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
            right: 12px;
            color: #525966;
            font-size: 20px;
            content: "\e910";
            font-family: 'icomoon' !important;
            speak: never;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale; }
    .catalog-dropdown-wrapper .catalog-dropdown .submenu-caption {
      height: 56px;
      margin: 16px;
      padding-bottom: 16px;
      display: none;
      border-bottom: 1px solid #eaebed;
      font-size: 16px;
      color: #2e3747; }
      .catalog-dropdown-wrapper .catalog-dropdown .submenu-caption i {
        margin-right: 10px;
        font-size: 20px;
        color: #525966; }
      .catalog-dropdown-wrapper .catalog-dropdown .submenu-caption .bnt-back {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        line-height: 0; }
      .catalog-dropdown-wrapper .catalog-dropdown .submenu-caption .text-submenu {
        white-space: nowrap;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis; }
    .catalog-dropdown-wrapper .catalog-dropdown.active-submenu .submenu-caption {
      position: absolute;
      left: 0;
      top: 0;
      background-color: white;
      right: 0;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important; }
    .catalog-dropdown-wrapper .catalog-dropdown .right-catalog-menu {
      width: 100%;
      max-height: calc(100vh - 320px);
      overflow: auto;
      padding: 24px;
      display: none; }
      @media (max-width: 991px) {
        .catalog-dropdown-wrapper .catalog-dropdown .right-catalog-menu {
          padding: 16px;
          max-height: initial; } }
      .catalog-dropdown-wrapper .catalog-dropdown .right-catalog-menu.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-line-pack: start;
        align-content: flex-start; }
      .catalog-dropdown-wrapper .catalog-dropdown .right-catalog-menu .item {
        width: 25%;
        padding-right: 16px;
        margin-bottom: 20px; }
        @media (max-width: 991px) {
          .catalog-dropdown-wrapper .catalog-dropdown .right-catalog-menu .item {
            width: 100%; } }
      .catalog-dropdown-wrapper .catalog-dropdown .right-catalog-menu a {
        font-size: 16px;
        color: #2e3747; }
        @media (min-width: 993px) {
          .catalog-dropdown-wrapper .catalog-dropdown .right-catalog-menu a:hover {
            color: #f7391d; } }
      .catalog-dropdown-wrapper .catalog-dropdown .right-catalog-menu .caption {
        margin-bottom: 12px; }
        .catalog-dropdown-wrapper .catalog-dropdown .right-catalog-menu .caption:last-child {
          margin-bottom: 0; }
        .catalog-dropdown-wrapper .catalog-dropdown .right-catalog-menu .caption a {
          font-size: 16px; }
      @media (max-width: 991px) {
        .catalog-dropdown-wrapper .catalog-dropdown .right-catalog-menu.active-mobile {
          display: block;
          position: absolute;
          top: 72px;
          left: 0;
          bottom: 0;
          right: 0;
          overflow: auto;
          background-color: white; } }
      .catalog-dropdown-wrapper .catalog-dropdown .right-catalog-menu ul {
        margin-bottom: 12px; }
        .catalog-dropdown-wrapper .catalog-dropdown .right-catalog-menu ul:last-child {
          margin-bottom: 0; }
        .catalog-dropdown-wrapper .catalog-dropdown .right-catalog-menu ul li {
          margin-bottom: 8px; }
          .catalog-dropdown-wrapper .catalog-dropdown .right-catalog-menu ul li:last-child {
            margin-bottom: 0; }
          .catalog-dropdown-wrapper .catalog-dropdown .right-catalog-menu ul li a {
            font-size: 14px;
            font-weight: 300; }
            @media (min-width: 993px) {
              .catalog-dropdown-wrapper .catalog-dropdown .right-catalog-menu ul li a:hover {
                color: #f7391d; } }
  .catalog-dropdown-wrapper .box-category-mobile {
    padding: 16px;
    display: none; }
    @media (max-width: 991px) {
      .catalog-dropdown-wrapper .box-category-mobile {
        display: block;
        background-color: #faf6f5; } }
    .catalog-dropdown-wrapper .box-category-mobile .phone-call {
      width: 100%;
      height: 48px;
      padding: 12px 16px;
      font-size: 16px;
      font-weight: 500;
      border-radius: 30px;
      border: 1px solid #EAEBED;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      text-align: center;
      -ms-flex-line-pack: center;
      align-content: center; }
      .catalog-dropdown-wrapper .box-category-mobile .phone-call i {
        margin-right: 8px;
        font-size: 20px; }
    .catalog-dropdown-wrapper .box-category-mobile .menu-b {
      margin-bottom: 16px; }
      .catalog-dropdown-wrapper .box-category-mobile .menu-b li {
        margin-bottom: 4px;
        padding: 8px 0; }
        .catalog-dropdown-wrapper .box-category-mobile .menu-b li:last-child {
          margin-bottom: 0; }
        .catalog-dropdown-wrapper .box-category-mobile .menu-b li a {
          font-size: 16px;
          color: #2e3747; }
