:root {
    --color-gr: #c0b9af;
}
:root {
    --font-family: "Roboto", sans-serif;
    --second-family: "Ubuntu", sans-serif;
    --third-family: "Ubuntu Sans", sans-serif;
    --font3: "Montserrat", sans-serif;
    --font4: "Zen Antique", sans-serif;
}

@font-face {
  font-family: "Ubuntu";
  src: local('Ubuntu'), local('Ubuntu-Regular'),
       url("../fonts/Ubuntu/Ubuntu.woff2") format("woff2"),
       url("../fonts/Ubuntu/Ubuntu.woff") format("woff"),
       url("../fonts/Ubuntu/Ubuntu.ttf") format("truetype"),
       url("../fonts/Ubuntu/Ubuntu.eot") format("eot");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Ubuntu";
  src: local('Ubuntu Italic'), local('Ubuntu-Italic'),
       url("../fonts/Ubuntu/Ubuntu-Italic.woff2") format("woff2"),
       url("../fonts/Ubuntu/Ubuntu-Italic.woff") format("woff"),
       url("../fonts/Ubuntu/Ubuntu-Italic.ttf") format("truetype"),
       url("../fonts/Ubuntu/Ubuntu-Italic.eot") format("eot");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Ubuntu";
  src: local('Ubuntu Light'), local('Ubuntu-Light'),
       url("../fonts/Ubuntu/Ubuntu-Light.woff2") format("woff2"),
       url("../fonts/Ubuntu/Ubuntu-Light.woff") format("woff"),
       url("../fonts/Ubuntu/Ubuntu-Light.ttf") format("truetype"),
       url("../fonts/Ubuntu/Ubuntu-Light.eot") format("eot");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Ubuntu";
  src: local('Ubuntu Light Italic'), local('Ubuntu-LightItalic'),
       url("../fonts/Ubuntu/Ubuntu-LightItalic.woff2") format("woff2"),
       url("../fonts/Ubuntu/Ubuntu-LightItalic.woff") format("woff"),
       url("../fonts/Ubuntu/Ubuntu-LightItalic.ttf") format("truetype"),
       url("../fonts/Ubuntu/Ubuntu-LightItalic.eot") format("eot");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Ubuntu";
  src: local('Ubuntu Bold'), local('Ubuntu-Bold'),
       url("../fonts/Ubuntu/Ubuntu-Bold.woff2") format("woff2"),
       url("../fonts/Ubuntu/Ubuntu-Bold.woff") format("woff"),
       url("../fonts/Ubuntu/Ubuntu-Bold.ttf") format("truetype"),
       url("../fonts/Ubuntu/Ubuntu-Bold.eot") format("eot");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Ubuntu";
  src: local('Ubuntu Bold Italic'), local('Ubuntu-BoldItalic'),
       url("../fonts/Ubuntu/Ubuntu-BoldItalic.woff2") format("woff2"),
       url("../fonts/Ubuntu/Ubuntu-BoldItalic.woff") format("woff"),
       url("../fonts/Ubuntu/Ubuntu-BoldItalic.ttf") format("truetype"),
       url("../fonts/Ubuntu/Ubuntu-BoldItalic.eot") format("eot");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Ubuntu";
  src: local('Ubuntu Medium'), local('Ubuntu-Medium'),
       url("../fonts/Ubuntu/Ubuntu-Medium.woff2") format("woff2"),
       url("../fonts/Ubuntu/Ubuntu-Medium.woff") format("woff"),
       url("../fonts/Ubuntu/Ubuntu-Medium.ttf") format("truetype"),
       url("../fonts/Ubuntu/Ubuntu-Medium.eot") format("eot");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Ubuntu";
  src: local('Ubuntu Medium Italic'), local('Ubuntu-MediumItalic'),
       url("../fonts/Ubuntu/Ubuntu-MediumItalic.woff2") format("woff2"),
       url("../fonts/Ubuntu/Ubuntu-MediumItalic.woff") format("woff"),
       url("../fonts/Ubuntu/Ubuntu-MediumItalic.ttf") format("truetype"),
       url("../fonts/Ubuntu/Ubuntu-MediumItalic.eot") format("eot");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
  
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-Medium.eot');
    src: local('Roboto Medium'), local('Roboto-Medium'),
        url('../fonts/Roboto/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto/Roboto-Medium.woff2') format('woff2'),
        url('../fonts/Roboto/Roboto-Medium.woff') format('woff'),
        url('../fonts/Roboto/Roboto-Medium.ttf') format('truetype'),
        url('../fonts/Roboto/Roboto-Medium.svg#Roboto-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-LightItalic.eot');
    src: local('Roboto Light Italic'), local('Roboto-LightItalic'),
        url('../fonts/Roboto/Roboto-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto/Roboto-LightItalic.woff2') format('woff2'),
        url('../fonts/Roboto/Roboto-LightItalic.woff') format('woff'),
        url('../fonts/Roboto/Roboto-LightItalic.ttf') format('truetype'),
        url('../fonts/Roboto/Roboto-LightItalic.svg#Roboto-LightItalic') format('svg');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-BoldItalic.eot');
    src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'),
        url('../fonts/Roboto/Roboto-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto/Roboto-BoldItalic.woff2') format('woff2'),
        url('../fonts/Roboto/Roboto-BoldItalic.woff') format('woff'),
        url('../fonts/Roboto/Roboto-BoldItalic.ttf') format('truetype'),
        url('../fonts/Roboto/Roboto-BoldItalic.svg#Roboto-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-Italic.eot');
    src: local('Roboto Italic'), local('Roboto-Italic'),
        url('../fonts/Roboto/Roboto-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto/Roboto-Italic.woff2') format('woff2'),
        url('../fonts/Roboto/Roboto-Italic.woff') format('woff'),
        url('../fonts/Roboto/Roboto-Italic.ttf') format('truetype'),
        url('../fonts/Roboto/Roboto-Italic.svg#Roboto-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-Bold.eot');
    src: local('Roboto Bold'), local('Roboto-Bold'),
        url('../fonts/Roboto/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto/Roboto-Bold.woff2') format('woff2'),
        url('../fonts/Roboto/Roboto-Bold.woff') format('woff'),
        url('../fonts/Roboto/Roboto-Bold.ttf') format('truetype'),
        url('../fonts/Roboto/Roboto-Bold.svg#Roboto-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-Light.eot');
    src: local('Roboto Light'), local('Roboto-Light'),
        url('../fonts/Roboto/Roboto-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto/Roboto-Light.woff2') format('woff2'),
        url('../fonts/Roboto/Roboto-Light.woff') format('woff'),
        url('../fonts/Roboto/Roboto-Light.ttf') format('truetype'),
        url('../fonts/Roboto/Roboto-Light.svg#Roboto-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-BlackItalic.eot');
    src: local('Roboto Black Italic'), local('Roboto-BlackItalic'),
        url('../fonts/Roboto/Roboto-BlackItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto/Roboto-BlackItalic.woff2') format('woff2'),
        url('../fonts/Roboto/Roboto-BlackItalic.woff') format('woff'),
        url('../fonts/Roboto/Roboto-BlackItalic.ttf') format('truetype'),
        url('../fonts/Roboto/Roboto-BlackItalic.svg#Roboto-BlackItalic') format('svg');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-Black.eot');
    src: local('Roboto Black'), local('Roboto-Black'),
        url('../fonts/Roboto/Roboto-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto/Roboto-Black.woff2') format('woff2'),
        url('../fonts/Roboto/Roboto-Black.woff') format('woff'),
        url('../fonts/Roboto/Roboto-Black.ttf') format('truetype'),
        url('../fonts/Roboto/Roboto-Black.svg#Roboto-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-ThinItalic.eot');
    src: local('Roboto Thin Italic'), local('Roboto-ThinItalic'),
        url('../fonts/Roboto/Roboto-ThinItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto/Roboto-ThinItalic.woff2') format('woff2'),
        url('../fonts/Roboto/Roboto-ThinItalic.woff') format('woff'),
        url('../fonts/Roboto/Roboto-ThinItalic.ttf') format('truetype'),
        url('../fonts/Roboto/Roboto-ThinItalic.svg#Roboto-ThinItalic') format('svg');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-Regular.eot');
    src: local('Roboto'), local('Roboto-Regular'),
        url('../fonts/Roboto/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto/Roboto-Regular.woff2') format('woff2'),
        url('../fonts/Roboto/Roboto-Regular.woff') format('woff'),
        url('../fonts/Roboto/Roboto-Regular.ttf') format('truetype'),
        url('../fonts/Roboto/Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-Thin.eot');
    src: local('Roboto Thin'), local('Roboto-Thin'),
        url('../fonts/Roboto/Roboto-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto/Roboto-Thin.woff2') format('woff2'),
        url('../fonts/Roboto/Roboto-Thin.woff') format('woff'),
        url('../fonts/Roboto/Roboto-Thin.ttf') format('truetype'),
        url('../fonts/Roboto/Roboto-Thin.svg#Roboto-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-MediumItalic.eot');
    src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'),
        url('../fonts/Roboto/Roboto-MediumItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto/Roboto-MediumItalic.woff2') format('woff2'),
        url('../fonts/Roboto/Roboto-MediumItalic.woff') format('woff'),
        url('../fonts/Roboto/Roboto-MediumItalic.ttf') format('truetype'),
        url('../fonts/Roboto/Roboto-MediumItalic.svg#Roboto-MediumItalic') format('svg');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

/* ----------------------------
* Modern CSS Reset (light)
* ---------------------------- */
  
  *, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    line-height: 100%;
  }

  html {
    scroll-behavior: smooth;
    font-size: 62.5%; /* Ð£Ð´Ð¾Ð±Ð½Ð¾ Ð´Ð»Ñ rem-Ñ€Ð°Ð·Ð¼ÐµÑ‚ÐºÐ¸: 1rem = 10px */
  }

  body {
    font-family: sans-serif;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  img, picture, video, canvas, svg {
    display: block;
    max-width: 100%;
  }

  input, button, textarea, select {
    font: inherit;
  }

  a {
    color: inherit;
    text-decoration: none !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .animate {
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
  }

  ul, ol {
    list-style: none;
  }

  /* ÐÐµÐ¾Ð±ÑÐ·Ð°Ñ‚ÐµÐ»ÑŒÐ½Ð¾: ÑƒÐ±Ð¸Ñ€Ð°ÐµÑ‚ Ð»Ð¸ÑˆÐ½Ð¸Ðµ Ð¾Ñ‚ÑÑ‚ÑƒÐ¿Ð¸ Ñƒ Ñ‚ÐµÐºÑÑ‚Ð¾Ð²Ñ‹Ñ… Ñ‚ÐµÐ³Ð¾Ð² */
  h1, h2, h3, h4, h5, h6, p {
    overflow-wrap: break-word;
    hyphens: auto;
  }

/* -------------------------------------
* Bootstrap 5 Grid only (v5.3.3)
* ------------------------------------- */
.row {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
    margin-right: -15px;
    margin-left: -15px;
}

.row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 0;
}

  .col {
    flex: 1 0 0%;
  }

  .row-cols-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  @media (min-width: 576px) {
    .col-sm {
      flex: 1 0 0%;
    }

    .col-sm-auto {
      flex: 0 0 auto;
      width: auto;
    }

    .row-cols-sm-1 > * {
      flex: 0 0 auto;
      width: 100%;
    }

    .row-cols-sm-2 > * {
      flex: 0 0 auto;
      width: 50%;
    }

    .row-cols-sm-3 > * {
      flex: 0 0 auto;
      width: 33.33333333%;
    }

    .row-cols-sm-4 > * {
      flex: 0 0 auto;
      width: 25%;
    }

    .row-cols-sm-5 > * {
      flex: 0 0 auto;
      width: 20%;
    }

    .row-cols-sm-6 > * {
      flex: 0 0 auto;
      width: 16.66666667%;
    }

    .col-sm-1 {
      flex: 0 0 auto;
      width: 8.33333333%;
    }

    .col-sm-2 {
      flex: 0 0 auto;
      width: 16.66666667%;
    }

    .col-sm-3 {
      flex: 0 0 auto;
      width: 25%;
    }

    .col-sm-4 {
      flex: 0 0 auto;
      width: 33.33333333%;
    }

    .col-sm-5 {
      flex: 0 0 auto;
      width: 41.66666667%;
    }

    .col-sm-6 {
      flex: 0 0 auto;
      width: 50%;
    }

    .col-sm-7 {
      flex: 0 0 auto;
      width: 58.33333333%;
    }

    .col-sm-8 {
      flex: 0 0 auto;
      width: 66.66666667%;
    }

    .col-sm-9 {
      flex: 0 0 auto;
      width: 75%;
    }

    .col-sm-10 {
      flex: 0 0 auto;
      width: 83.33333333%;
    }

    .col-sm-11 {
      flex: 0 0 auto;
      width: 91.66666667%;
    }

    .col-sm-12 {
      flex: 0 0 auto;
      width: 100%;
    }
  }

  @media (min-width: 768px) {
    .col-md {
      flex: 1 0 0%;
    }

    .col-md-auto {
      flex: 0 0 auto;
      width: auto;
    }

    .row-cols-md-1 > * {
      flex: 0 0 auto;
      width: 100%;
    }

    .row-cols-md-2 > * {
      flex: 0 0 auto;
      width: 50%;
    }

    .row-cols-md-3 > * {
      flex: 0 0 auto;
      width: 33.33333333%;
    }

    .row-cols-md-4 > * {
      flex: 0 0 auto;
      width: 25%;
    }

    .row-cols-md-5 > * {
      flex: 0 0 auto;
      width: 20%;
    }

    .row-cols-md-6 > * {
      flex: 0 0 auto;
      width: 16.66666667%;
    }

    .col-md-1 {
      flex: 0 0 auto;
      width: 8.33333333%;
    }

    .col-md-2 {
      flex: 0 0 auto;
      width: 16.66666667%;
    }

    .col-md-3 {
      flex: 0 0 auto;
      width: 25%;
    }

    .col-md-4 {
      flex: 0 0 auto;
      width: 33.33333333%;
    }

    .col-md-5 {
      flex: 0 0 auto;
      width: 41.66666667%;
    }

    .col-md-6 {
      flex: 0 0 auto;
      width: 50%;
    }

    .col-md-7 {
      flex: 0 0 auto;
      width: 58.33333333%;
    }

    .col-md-8 {
      flex: 0 0 auto;
      width: 66.66666667%;
    }

    .col-md-9 {
      flex: 0 0 auto;
      width: 75%;
    }

    .col-md-10 {
      flex: 0 0 auto;
      width: 83.33333333%;
    }

    .col-md-11 {
      flex: 0 0 auto;
      width: 91.66666667%;
    }

    .col-md-12 {
      flex: 0 0 auto;
      width: 100%;
    }
  }

  @media (min-width: 992px) {
    .col-lg {
      flex: 1 0 0%;
    }

    .col-lg-auto {
      flex: 0 0 auto;
      width: auto;
    }

    .row-cols-lg-1 > * {
      flex: 0 0 auto;
      width: 100%;
    }

    .row-cols-lg-2 > * {
      flex: 0 0 auto;
      width: 50%;
    }

    .row-cols-lg-3 > * {
      flex: 0 0 auto;
      width: 33.33333333%;
    }

    .row-cols-lg-4 > * {
      flex: 0 0 auto;
      width: 25%;
    }

    .row-cols-lg-5 > * {
      flex: 0 0 auto;
      width: 20%;
    }

    .row-cols-lg-6 > * {
      flex: 0 0 auto;
      width: 16.66666667%;
    }

    .col-lg-1 {
      flex: 0 0 auto;
      width: 8.33333333%;
    }

    .col-lg-2 {
      flex: 0 0 auto;
      width: 16.66666667%;
    }

    .col-lg-3 {
      flex: 0 0 auto;
      width: 25%;
    }

    .col-lg-4 {
      flex: 0 0 auto;
      width: 33.33333333%;
    }

    .col-lg-5 {
      flex: 0 0 auto;
      width: 41.66666667%;
    }

    .col-lg-6 {
      flex: 0 0 auto;
      width: 50%;
    }

    .col-lg-7 {
      flex: 0 0 auto;
      width: 58.33333333%;
    }

    .col-lg-8 {
      flex: 0 0 auto;
      width: 66.66666667%;
    }

    .col-lg-9 {
      flex: 0 0 auto;
      width: 75%;
    }

    .col-lg-10 {
      flex: 0 0 auto;
      width: 83.33333333%;
    }

    .col-lg-11 {
      flex: 0 0 auto;
      width: 91.66666667%;
    }

    .col-lg-12 {
      flex: 0 0 auto;
      width: 100%;
    }
  }

  @media (min-width: 1200px) {
    .col-xl {
      flex: 1 0 0%;
    }

    .col-xl-auto {
      flex: 0 0 auto;
      width: auto;
    }

    .row-cols-xl-1 > * {
      flex: 0 0 auto;
      width: 100%;
    }

    .row-cols-xl-2 > * {
      flex: 0 0 auto;
      width: 50%;
    }

    .row-cols-xl-3 > * {
      flex: 0 0 auto;
      width: 33.33333333%;
    }

    .row-cols-xl-4 > * {
      flex: 0 0 auto;
      width: 25%;
    }

    .row-cols-xl-5 > * {
      flex: 0 0 auto;
      width: 20%;
    }

    .row-cols-xl-6 > * {
      flex: 0 0 auto;
      width: 16.66666667%;
    }

    .col-xl-1 {
      flex: 0 0 auto;
      width: 8.33333333%;
    }

    .col-xl-2 {
      flex: 0 0 auto;
      width: 16.66666667%;
    }

    .col-xl-3 {
      flex: 0 0 auto;
      width: 25%;
    }

    .col-xl-4 {
      flex: 0 0 auto;
      width: 33.33333333%;
    }

    .col-xl-5 {
      flex: 0 0 auto;
      width: 41.66666667%;
    }

    .col-xl-6 {
      flex: 0 0 auto;
      width: 50%;
    }

    .col-xl-7 {
      flex: 0 0 auto;
      width: 58.33333333%;
    }

    .col-xl-8 {
      flex: 0 0 auto;
      width: 66.66666667%;
    }

    .col-xl-9 {
      flex: 0 0 auto;
      width: 75%;
    }

    .col-xl-10 {
      flex: 0 0 auto;
      width: 83.33333333%;
    }

    .col-xl-11 {
      flex: 0 0 auto;
      width: 91.66666667%;
    }

    .col-xl-12 {
      flex: 0 0 auto;
      width: 100%;
    }
}

@media (min-width: 1400px) {
    .col-xxl {
      flex: 1 0 0%;
    }

    .col-xxl-auto {
      flex: 0 0 auto;
      width: auto;
    }

    .row-cols-xxl-1 > * {
      flex: 0 0 auto;
      width: 100%;
    }

    .row-cols-xxl-2 > * {
      flex: 0 0 auto;
      width: 50%;
    }

    .row-cols-xxl-3 > * {
      flex: 0 0 auto;
      width: 33.33333333%;
    }

    .row-cols-xxl-4 > * {
      flex: 0 0 auto;
      width: 25%;
    }

    .row-cols-xxl-5 > * {
      flex: 0 0 auto;
      width: 20%;
    }

    .row-cols-xxl-6 > * {
      flex: 0 0 auto;
      width: 16.66666667%;
    }

    .col-xxl-1 {
      flex: 0 0 auto;
      width: 8.33333333%;
    }

    .col-xxl-2 {
      flex: 0 0 auto;
      width: 16.66666667%;
    }

    .col-xxl-3 {
      flex: 0 0 auto;
      width: 25%;
    }

    .col-xxl-4 {
      flex: 0 0 auto;
      width: 33.33333333%;
    }

    .col-xxl-5 {
      flex: 0 0 auto;
      width: 41.66666667%;
    }

    .col-xxl-6 {
      flex: 0 0 auto;
      width: 50%;
    }

    .col-xxl-7 {
      flex: 0 0 auto;
      width: 58.33333333%;
    }

    .col-xxl-8 {
      flex: 0 0 auto;
      width: 66.66666667%;
    }

    .col-xxl-9 {
      flex: 0 0 auto;
      width: 75%;
    }

    .col-xxl-10 {
      flex: 0 0 auto;
      width: 83.33333333%;
    }

    .col-xxl-11 {
      flex: 0 0 auto;
      width: 91.66666667%;
    }

    .col-xxl-12 {
      flex: 0 0 auto;
      width: 100%;
    }
}


.w-100 { width: 100%; }
.h-100 { height: 100%; }

.d-none { display: none !important; }
.d-flex { display: flex !important; }

.align-items-stretch { align-items: stretch !important; }
.align-items-center { align-items: center !important; }

.justify-content-center { justify-content: center !important; }
.justify-content-between { justify-content: space-between !important; }
.justify-content-end {
	justify-content: end !important;
}

.text-center { text-align: center !important; }
/* Bootstrap 5 Grid only (v5.3.3) /> */

* {
    outline: none !important;
}
a:focus, a:hover {
    color: inherit;
}
.container {
    width: 100%;
    max-width: 1398px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.img-responsive {
    max-width: 100%;
    height: auto;
}

#top-links {
	height: 35px;
	background: #222222;
}

#top-links ul {
	gap: 30px;
	font-family: 'Ubuntu';
	font-weight: 400;
	font-size: 14px;
    line-height: 16px;
	color: #DCDCDC;
}

.moscow_lock {
	font-family: 'Roboto';
	font-size: 14px;
	line-height: 30%;
	color: #FFFFFF;
}

.moscow_lock .icon-geo {
	width: 13px;
	margin-right: 16px;
}

.moscow_lock .icon-geo + div {
	margin-left: 5px;
}

.moscow_lock span,
.geoip-module .zone {
	font-family: 'Roboto';
	font-size: 14px;
	line-height: 30%;
	color: #FFFFFF;
}

#menu .btn-group {
  position: relative;
  display: inline-block;
}

#menu .dropdown-toggle {
  background: none;
  border: none;
  cursor: pointer;
}

#menu .dropdown-menu {
    position: absolute;
    top: calc(100% - 4px);
    left: 0;
    right: 0;
    z-index: 1000;
    display: none;
    min-width: unset;
    margin: 0;
    box-shadow: 0 15px 24px 0 rgba(0, 0, 0, 0.08);
    background: #fff;
    border: none;
    border-radius: 0;
    border-top: 4px solid #ececec;
    padding: 50px 15px 50px 15px;
}
#menu .dropdown-menu:before {
    border-top: 4px solid #ececec;
    height: 100%;
    position: absolute;
    content: '';
    background: #fff;
    left: 100%;
    top: -4px;
    bottom: 0;
    width: calc((100vw - 100%)/2);
}
#menu .dropdown-menu:after{
    border-top: 4px solid #ececec;
    height: 100%;
    position: absolute;
    content: '';
    background: #fff;
    right: 100%;
    top: -4px;
    bottom: 0;
    width: calc((100vw - 100%)/2);
}
#menu .dropdown-menu li button {
  width: 100%;
  text-align: left;
  padding: 8px 12px;
  white-space: nowrap;
  background: none;
  border: none;
  cursor: pointer;
}
.information-information #column-right {
    width: 100%;
}

#menu .dropdown-menu li button:hover {
  background-color: #f5f5f5;
}

#menu .btn-group.open .dropdown-menu {
  display: block;
}

#form-language .language-select {
	display: flex;
}

#form-language .language-select img {
  margin-right: 8px;
  width: 20px;
}

#form-language .dropdown-toggle {
	margin-right: 17px;
}

#form-language .dropdown-toggle img {
    width: 20px;
}

#logo-block {
	padding: 17px 0 0 0;
}

.logo_wrap {
	gap: 16px;
	margin-right: 96px;
}

#logo img {
	width: 133px;
}

.logo_wrap .slogan {
    margin: 0;
	font-family: 'Ubuntu';
	font-weight: 700;
	font-size: 16px;
	line-height: 130%;
	color: #000000;
	margin-bottom: 14px;
}

.geoip_block {
	font-family: 'Roboto';
	font-size: 12px;
	line-height: 30%;
}

.geoip_block img {
	width: 24px;
	margin-right: 10px;
}

.geoip_block .geoip-module .zone {
	color: #000;
	margin-left: 5px;
}

.phone_wrap .icon-phone {
	width: 24px;
}
.addrr__wrapper > span {
    margin: 5px 0 0 0;
    display: block;
}

.phone_wrap .phone_texts {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	color: #000;
	margin-left: 4px;
	margin-right: 10px;
}

.phone_wrap .icon-carret {
	width: 8px;
}

#wishlist {
    font-family: var(--font-family);
	font-size: 14px;
	color: #000000;
}

#wishlist .icon-heart {
	width: 24px;
	margin-right: 5px;
}

#viewed_link {
    font-family: var(--font-family);
	font-size: 14px;
	color: #000000;
}

#viewed_link .icon-eye {
	width: 24px;
	margin-right: 9px;
}

.cart_head .btncart2 {
    font-family: var(--font-family);
	font-size: 14px;
	color: #000000;
	background: transparent;
	border: none;
}

.cart_head .btncart2 .icon-cart {
	width: 24px;
	margin-right: 8px;
}

.cart_head .btncart2 #cart-total {
    font-family: var(--font-family);
	font-weight: 700;
	font-size: 14px;
	color: #000000;
}
#menu {
    margin-bottom: 0;
    padding: 0;
    border: none;
    display: flex;
}
#phone .dropdown-menu {
    top: 100%;
    left: 0;
    box-shadow: 0 1px 10px rgba(0, 0, 0, .4);
    border: 0;
    border-radius: unset !important;
    min-width: 250px;
    padding: 20px;
}
#phone .dropdown-menu li {
    justify-content: flex-start !important;
    margin: 0 0 10px 0;
}
#phone .dropdown-menu li:last-of-type {
    margin: 0;
}
#phone .dropdown-menu li .open_callback {
    width: 100%;
    padding: 5px 0;
}
#phone .dropdown-menu li .open_callback > div:first-of-type {
    text-align: center;
    margin: 0 0 10px 0;
}
#phone .dropdown-menu li .open_callback > div {
    color: #262626;
    background-color: #f5f5f5;
}
#phone .dropdown-menu li .open_callback {
    background-color: #f5f5f5;
    cursor: pointer;
}
#menu > .col-8 > div > ul > li {
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 17px;
	text-transform: uppercase;
	color: #000;
	padding: 0 8px;
    position: static;
    margin-right: 25px;
}
#menu > .col-8 > div > ul > li > a:after {
    background: transparent;
    height: 4px;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}
#menu > .col-8 > div > ul > li:hover > a:after {
    background: #000;
}
#menu > .col-8 > div > ul > li:hover > a,
.top_links a:hover{
    color: #f34848;
}
#menu > .col-8 > div > ul > li > a {
    padding-top: 15px;
    padding-bottom: 30px;
    background: transparent !important;
}
#menu > .col-8 > div > ul > li,
#menu > .col-8 > div > ul > li > a {
    padding-left: 0;
}
.btn-group.open .dropdown-toggle {
    box-shadow: none !important;
}
.news_list .image_description img {
    margin: 0 auto;
}
.news_list .image_description h4 {
    color:#9E1A3F;
}
.news_list .image_description .description {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #000;
}
.news_list .image_description .description + .row {
    display: flex;
    justify-content: space-between;
    margin: 10px 0 0 0;
}
.news_list .image_description .description + .row > div {
    width: 50%;
    padding:0;
    color:grey;
    text-decoration: underline;
}
.news_list .image_description .description + .row > div.posted {
    text-align:right;
    text-decoration:none;
}
#search {
    display: flex;
    position: relative;
	width: 373px;
	height: 40px;
	border: 1px solid #707070;
	border-radius: 4px;
	padding-right: 30px;
	margin: 0 0 15px 0;
}
#search > input:focus,
#search > input:focus + button{
    background: #f3f2ee;
}
#search > input {
	width: 328px;
	height: 100%;
	border: none;
	border-radius: 4px;
	padding: 13px 15px;
	line-height: 14px;
    box-shadow: none;
    outline: none;
    font-family: var(--font-family);
    font-size: 14px;
    color: #000000;
}
#search > input:placeholder {
    font-family: var(--font-family);
    font-size: 14px;
}

#search > button {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	width: 45px;
	height: 100%;
	background: #fff;
	border: none;
	cursor: pointer;
	padding-left: 15px;
}

#search > button img {
    width: 15px;
}
.home_main-slider {
	background: #F4F2EE;
}
.slider-container {
	display: flex;
	overflow: hidden;
	width: 100%;
}
.left-content {
    width: 50%;
    padding: 80px 50px 80px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
}
.left-content > div {
    width: 100%;
    max-width: 625px;
}
.left-content--top {
    display: flex;
    flex-wrap: wrap;
}
.left-content--top > div:nth-of-type(3) {
    width: 100%;
    margin: 20px 0 0 0;
}
.right-content {
    width: 50%;
}
.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}
.swiper-button-next,
.swiper-button-prev {
    background: none;
    position: absolute;
    top: unset;
    z-index: 10;
    bottom: 40px;
    height: auto;
    margin: 0;
}
.swiper-button-next svg,
.swiper-button-prev svg {
    height: auto;
}
.swiper-button-prev {
  left: 40px;
}

.swiper-button-next {
  left: 130px;
}
.slide-image {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.slide-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sale-text {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 24px;
    color: #000;
}
.sale-countdown {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    text-align: right;
    color: #f34848;
    margin: 0 0 0 35px;
}
.sale-discount {
    color: #FF4560;
    font-size: 48px;
    font-weight: bold;
}
.sale-description {
    color: #333;
    font-size: 14px;
}
.sale-button {
    background: #000;
    border: none;
    border-radius: 4px;
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 22px;
    text-align: center;
    color: #fff;
    outline: none;
    line-height: normal;
    padding: 25px 35px;
}
.left-content--middle {
    display: flex;
    justify-content: space-between;
}
.left-content--middle > div {
    display: flex;
    flex-direction: column;
    width: calc(100%/3);
    border-right: 1px solid #000;
    padding: 0 30px 0 0;
    margin: 0 30px 0 0;
}
.left-content--middle > div:last-of-type {
    margin: 0;
    padding: 0;
    border: none;
}
.left-content--middle > div:nth-of-type(1),
.left-content--middle > div:nth-of-type(2) {
    width: 30%;
}
.left-content--middle > div:nth-of-type(3) {
    width: 40%;
}
.left-content--middle > div:nth-of-type(1) > span:nth-of-type(1),
.left-content--middle > div:nth-of-type(2) > span:nth-of-type(1) {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 60px;
    color: #000;
    line-height: 100%;
}
.left-content--middle > div:nth-of-type(3) > span:nth-of-type(1){
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 40px;
    color: #000;
    margin: 0 0 8px 0;
}
.left-content--middle > div:nth-of-type(3) > span:nth-of-type(3){
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #f34848;
    margin: 10px 0 0 0;
}
.left-content--middle > div > span:nth-of-type(2) {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 18px;
    color: #000;
}
.home__categories__content {
    display: flex;
    justify-content: space-between;
}
.home__categories__content > div {
    width: 32%;
    position: relative;
}
.home__categories__content > div img {
    width: 100%;
    object-fit: contain;
}
.home__categories__content > div:nth-of-type(2),
.home__categories__content > div:nth-of-type(3) {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.home__categories__content > div:nth-of-type(2) > div,
.home__categories__content > div:nth-of-type(3) > div {
    position: relative;
}
.home__categories {
    margin: 100px 0 0 0;
}
.home__categories__top {
    margin: 0 0 30px 0;
}
.home__categories__top h1 {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 36px;
    text-align: center;
    color: #000;
    margin: 0;
}
.form-horizontal .control-label {
    text-align: left !important;
}
.home__categories__wrapper {
    background: #fff;
    opacity: 0.8;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 85%;
    padding: 20px 20px 0 20px
}
.home__categories__wrapper > a {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 26px;
    color: #000;
}
.home__categories__wrapper > span svg {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.home__categories__list {
    margin: 20px 0 0 0;
    column-count: 2;
    column-gap: 20px;
}
.home__categories__list a {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    color: #000;
}
.home__categories__list li {
    margin: 0 0 15px 0;
}
.mfilter-option .jq-checkbox {
    border: 1px solid #e0e0e0;
    width: 24px;
    height: 24px;
    top: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px 0 0;
    background: #fff;
}
.mfilter-option .jq-checkbox.checked .jq-checkbox__div {
    width: 24px;
    height: 24px;
    background-color: #000;
    border: 1px solid #000;
}
.mfilter-category-cat_checkbox .mfilter-tb {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.mfilter-category-cat_checkbox .mfilter-tb .mfilter-option {
    width: 30% !important;
    margin: 0 0 5px 0 !important;
}
.mfilter-scroll-left a:not(.mf-active),
.mfilter-scroll-right a:not(.mf-active) {
    display: none;
}
.mfilter-scroll-left {
    position: absolute;
    left: -20px;
    z-index: 99;
    top: 4.5px;
}
.mfilter-scroll-right {
    position: absolute;
    right: -20px;
    z-index: 99;
    top: 4.5px;
}
.cert__single {
    width: calc((100% - 30px)/2);
    background: #fbf7f1;
    padding: 40px;
    display: flex;
    flex-direction: column;
    margin: 0 0 30px 0;
}
.cert__banners {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 100px 0 0 0;
}
.cert__content {
    display: flex;
    justify-content: space-between;
}
.cert__single h3 {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 30px;
    color: #000;
    margin: 0 0 24px 0;
}
.cert__content--left {
    width: 40%;
}
.cert__content--right {
    width: 50%;
}
.news_page p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #000;
}
.cert__content--left span {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #000;
}
.delivery__banners {
    margin: 70px 0 0 0;
    display: flex;
    justify-content: space-between;
    background: #fbf7f1;
}
.delivery__single--left {
    padding: 40px;
    display: flex;
    flex-direction: column;
}
.delivery__single--left h3 {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    color: #000;
    margin: 0 0 25px 0;
}
.delivery__banners p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #000;
    margin: 0 0 10px 0;
}
.delivery__banners li {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #000;
    list-style: disc;
}
.delivery__banners ul {
    padding: 0 0 0 20px;
}
.delivery__single--right {
    position: relative;
}
.delivery__single--right h3 {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    color: #fff;
    margin: 0 0 25px 0;
}
.delivery__single--right > div {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 25%;
    padding: 40px;
    display: flex;
    flex-direction: column;
}
.delivery__single--right > div p {
    color: #fff;
}
.delivery__single--right svg {
    height: 100%;
}
.free__banners {
    display: flex;
    background: #fbf7f1;
    justify-content: space-between;
    margin: 30px 0 0 0;
    padding: 20px;
    position: relative;
}
.free__banners--left {
    display: flex;
    width: 70%;
}
.free__banners--left > div:first-of-type {
    width: 40%;
    display: flex;
    align-items: flex-start;
}
.free__banners--left > div:first-of-type img {
    position: absolute;
    bottom: 0;
    left: 50px;
    height: 100%;
}
.free__banners--left > div:last-of-type {
    width: 45%;
}
span.free__value {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #fff;
    background: #000;
    border-radius: 37px;
    z-index: 99;
    padding: 0px 37px;
}
.free__banners--left > div:last-of-type h4,
.free__banners--right h4 {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    color: #000;
    margin: 0 0 10px 0;
}
.free__banners--left > div:last-of-type span,
.free__banners--right span {
    font-weight: 400;
    font-size: 16px;
    color: #000;
    line-height: 140%;
}
.free__banners--right {
    border-left: 2px solid #ece2d4;
    padding: 0 0 0 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 30%;
}
.free__banners--right span:not(.free__value) {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #000;
    margin: 0 0 10px 0;
}
.content__home {
    margin: 100px 0 0 0;
}
.content__home h3,
    .content__home h2 {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 36px;
    text-align: center;
    color: #000;
    margin: 0 0 40px 0;
}
.product-layout .image {
    position: relative;
}
.product-layout .image a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 0;
    background: rgb(96 79 13 / 7%);
}
.product_sticker {
    position: absolute;
    right: 0;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    background: #000;
    padding: 7px 10px;
    z-index: 99;
}
.product-layout:hover .product-thumb {
    background: #f4f3ef;
}
.product-thumb {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.rating {
    display: flex;
    align-items: center;
    margin: 25px 0 0 0;
    padding: 0;
}
.product__right .rating{
    justify-content: space-between;
    margin: 40px 0 0 0;
}
.but__wish {
    display: flex;
    align-items: center;
    padding: 0;
    border: none;
    background: transparent !important;
    box-shadow: none !important;
}
.but__wish.added svg path,
.but__wish:hover svg path {
    fill: #000;
}
.product_related__slider--buttons {
    display: none;
}
.relat_block .row.product_carousel:has(.product_related_slider.owl-carousel) .product_related__slider--buttons {
    display: flex;
    justify-content: space-between;
    padding: 0;
    position: relative;
}
.relat_block .row.product_carousel:has(.product_related_slider.owl-carousel) .product_related__slider--buttons .customNextBtn {
    position: absolute;
    right: -20px;
    top: 25px;
    cursor: pointer;
}
.relat_block .row.product_carousel:has(.product_related_slider.owl-carousel) .product_related__slider--buttons svg {
    width: 20px;
    height: auto;
}
.relat_block .row.product_carousel:has(.product_related_slider.owl-carousel) .product_related__slider--buttons .customPrevBtn {
    position: absolute;
    left: -30px;
    top: 25px;
    cursor: pointer;
}
.relat_block .row.product_carousel:has(.product_related_slider.owl-carousel) .product-layout {
    width: auto;
    margin: 0 10px 0 0;
}
.relat_block .row.product_carousel:has(.product_related_slider.owl-carousel) .owl-item {
    padding: 0;
}
.but__wish span {
    margin: 0 10px 0 0 !important;
}
.rating span {
    margin: 0 0 0 10px;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #000;
}
.rating > .fa {
    margin: 0 5px 0 0;
}
.rating > .fa:last-of-type {
    margin: 0;
}
.article_description {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #000;
}
.rating__stars {
    display: flex;
    margin: -3px 10px 0 0;
}
.information-shop_rating h1,
.product-reviews h1,
.account-wishlist h1 {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 36px;
    text-align: center;
    color: #000;
    margin: 0 0 20px 0;
}
.inf_container h1,
.information-news h1 {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 36px;
    color: #000;
    margin: 0 0 20px 0;
}
.inf_container #content > h1.heading,
.information-news #content > h1.heading {
    text-align: center;
    margin: 0 0 50px 0;
}
.inf_container .block_dost .head {
	font-family: var(--second-family);
	font-weight: 700;
	font-size: 36px;
	color: #000;
}
.inf_container .block_dost * {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #000;
}
.inf_container .block_dost strong {
	font-weight: 700;
}
.inf_container .block_dost img {
	max-width: 243px;
}
#tab-description {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #000;
    margin: 0 0 10px 0;
}
.rating a {
    display: flex;
    align-items: center;
}
.rating a span {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 15px;
    color: #000;
    margin: 0 0 0 10px;
}
.caption {
    margin: 0;
    padding: 30px 20px 20px 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.caption h4 {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 15px;
    color: #000;
    margin-top: 0;
}
.caption .price {
    display: flex;
    flex-direction: column-reverse;
    margin: 20px 0 0 0;
}
.caption .price .price-old {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    text-decoration: line-through;
    color: #808080;
}
.caption .price .price-new {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    color: #1d1d1d;
}
.product-layout {
    margin: 0 0 50px 0;
}
.product-layout.product-price {
    width: 100%;
}
.product-layout.product-price .image a {
    position: relative;
}
.product-layout.product-price .product-thumb {
    display: flex;
    flex-wrap: wrap;
}
.sort_block button:hover svg rect {
    fill: gray;
}
.active_but svg rect {
    fill: gray;
    transition: all 0.3s ease;
}
.product-layout.product-price .product-thumb .cart {
    width: 100%;
    margin: 20px 0 0 0;
}
.cat__wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.cat__wrapper .ban_div_bot {
    width: calc((100% - 30px)/2);
    margin: 0 0 30px 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cat__wrapper .ban_div_bot a {
    position: absolute;
    background: hwb(0deg 0% 100% / 40%);
    border-radius: 50%;
    width: 293px;
    height: 293px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.cat__wrapper .ban_div_bot a:hover {
    background: hwb(0deg 0% 100% / 60%);
}
.cat__wrapper .ban_div_bot a span {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 24px;
    line-height: 139%;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}
.cat__wrapper .ban_div_bot a svg {
    position: absolute;
    bottom: 45px;
}
.product_carousel:has(.news_wrapper) {
    background: #222;
    margin: 70px 0 0 0;
    position: relative;
}
.product_carousel:has(.news_wrapper):before {
    height: 100%;
    position: absolute;
    content: '';
    background: #222;
    left: -100%;
    top: 0;
    bottom: 0;
    width: 100%;
}
.product_carousel:has(.news_wrapper):after{
    height: 100%;
    position: absolute;
    content: '';
    background: #222;
    right: -100%;
    top: 0;
    bottom: 0;
    width: 100%;
}
.product_carousel:has(.news_wrapper) h2 {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 36px;
    text-align: center;
    color: #fff;
    margin: 60px 0;
}
.common-home .news_wrapper {
    padding: 0;
    margin: 0 0 50px 0;
}
.common-home .news_wrapper .news_module {
    display: flex;
    justify-content: space-between;
}
.common-home .news_wrapper .news_module .news {
    width: calc((100% - 60px)/3);
}
.common-home .news_wrapper .news_module .news .image {

}
.common-home .news_wrapper .news_module .news .image img {
    margin: 0 auto;
}
.common-home .news_wrapper .news_module .news .name {
    margin: 20px 0 0 0;
}
.common-home .news_wrapper .news_module .news .name a {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    color: #fff;
}
.common-home .news_wrapper .news_module .news .description {
    margin: 20px 0 0 0;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #a3a3a3;
}
.common-home .news_wrapper .news_module .news .posted a {
    display: none;
}
.common-home .news_wrapper .news_module .news .posted {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #a3a3a3;
    margin: 20px 0 0 0;
    cursor: pointer;
}
.common-home #main_content {
    overflow: hidden;
}
.content__subscr {
    background: #fbf7f1;
    position: relative;
    padding: 30px 0;
}
.content__subscr:before {
    height: 100%;
    position: absolute;
    content: '';
    background: #fbf7f1;
    left: -100%;
    top: 0;
    bottom: 0;
    width: 100%;
}
.content__subscr:after {
    height: 100%;
    position: absolute;
    content: '';
    background: #fbf7f1;
    right: -100%;
    top: 0;
    bottom: 0;
    width: 100%;
}
.content__subscr .container{
    display: flex;
    justify-content: center;
}
.subscr_content {
    display: flex;
    max-width: 700px;
    width: 100%;
    justify-content: space-between;
}
.subscr_content--left {
    width: 40%;
    display: flex;
    flex-direction: column;
}
.podpiska_head {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 20px;
    color: #1d1d1d;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}
.podpiska_text {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #1d1d1d;
}
.subscr_content--right {
    width: 55%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.subscr_content--right input {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 12px;
    color: #000;
    border: 1px solid #000;
    border-radius: 4px 0 0 4px;
    padding: 7px 20px;
}
.subscr_content--right input::placeholder {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 12px;
    color: #000;
}
.subscr_content--right .form-group {
    display: flex;
}
.subscr_content--right .form-group button {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 12px;
    color: #fff;
    border: 1px solid #000;
    border-radius: 0 4px 4px 0;
    padding: 7px 20px;
    background: #000;
    cursor: pointer;
}
.socialc_content {
    border-left: 2px solid #ece2d4;
    padding: 0 0 0 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.ya-share2__item {
    border-radius: 50%;
    overflow: hidden;
    margin: 0 15px 0 0 !important;
}
.podpiska_head2 {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 20px;
    color: #1d1d1d;
    text-transform: uppercase;
}
.content__hello {
    margin-top: 100px;
}
.hello__content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.hello__content h3 {
    width: 100%;
    margin: 0 0 40px 0;
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 36px;
    text-align: center;
    color: #000;
}
.hello__content--left {
    width: 50%;
    padding: 0 30px 0 0;
}
.hello__content--right {
    width: 50%;
}
.hello__content--right img {
    width: 100%;
    object-fit: contain;
}
.hello__content--left p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #000;
    margin: 0 0 10px 0;
}
footer {
    background: #222;
    padding: 60px 0;
    margin: 60px 0 0 0;
}
.hello__content--left a {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 15px;
    text-align: center;
    color: #000;
    border: 1px solid #000;
    border-radius: 4px;
    padding: 15px 85px;
    margin: 30px 0 0 0;
    display: inline-block;
}
footer .container .row {
    display: flex;
    justify-content: space-between;
}
.footer__column:first-of-type,
.footer__column:last-of-type {
    width: 25%;
}
.footer__column {
    width: calc((100% - 50%)/3);
    display: flex;
    flex-direction: column;
}
.footer__column h5 {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}
#column-right:has(.content__hello) {
    width: 100%;
    float: none;
}
.footer__column a,
.footer__column .text {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 15px;
    color: #a3a3a3;
    line-height: 150%;
}
.footer__column a:hover {
    text-decoration: underline !important;
}
.footer__column li {
    margin: 0 0 10px 0;
}
.footer__column .text {
    line-height: 150%;
}
.scroll_up, .fly_callback, .fly_callback2 {
    display: none !important;
}
.ya_maps {
    overflow: hidden;
    border-radius: 20px;
}
.saletime {
    display: flex;
    justify-content: center;
    background: #f4f2ee;
    padding: 30px 0;
}
.saletime-single {
    position: relative;
    margin: 0 50px 0 0;
    display: flex;
    align-items: center;
}
.saletime-single:last-of-type {
    margin: 0;
}
.saletime-single:first-of-type span {
    position: absolute;
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    text-transform: uppercase;
    color: #fff;
}
.saletime-single:first-of-type {
    display: flex;
    justify-content: center;
    align-items: center;
}
.saletime-single:nth-of-type(n+2) svg {
    margin: 0 20px 0 0;
}
.saletime-single:nth-of-type(n+2) span {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #000;
}
.saletime-single:last-of-type span {
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    color: #f34848;
}
.html_udobno {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
}
.html_udobno .head_relat {
    display: flex;
    align-items: center;
    margin: 0 0 10px 0;
}
.html_udobno .head_relat span {
    margin: 0 0 0 20px;
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 24px;
    color: #000;
}
.html_udobno .text_relat {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #000;
}
.html_udobno > div {
    border-bottom: 2px solid #C0B9AF;
    padding: 0 0 15px 0;
    width: calc((100% - 180px)/4);
}
.breadcrumb {
    display: flex;
    align-items: center;
    margin: 20px 0;
    background: transparent;
    border-radius: 0;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    padding: 0 0 10px 0;
}
.breadcrumb a span {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 13px;
    color: #000;
}
.breadcrumb>li+li:before {
    display: none;
}
.breadcrumb span,
.breadcrumb li,
.breadcrumb a {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 13px;
    color: #000;
}
.breadcrumb li {
    margin: 0 5px;
}
.breadcrumb li:first-of-type {
    margin: 0 5px 0 0;
}
#column-left .list-group {
    display: flex;
    flex-direction: column;
    padding: 0 20px 0 0;
    margin: 0;
}
#column-left, #column-right {
    border: none !important;
}
#column-left .list-group > div.list-group--row > a {
    margin: 0;
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
    color: #000;
    padding: 20px 0;
    border: none;
    background: transparent;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#column-left a.list-group-item > svg {
    margin: 0 10px 0 0;
}
#column-left .list-group > div.list-group--row + div {

}
#column-left .list-group > div.list-group--row button {
    background: transparent;
    border: none;
    border-radius: 0;
    outline: none;
    box-shadow: none;
}
#column-left .list-group > div.list-group--row button[aria-expanded="true"] svg {
    transform: rotate(0);
}
#column-left .list-group > div.list-group--row button svg {
    transform: rotate(180deg);
}
#column-left .list-group > div.list-group--row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #e0e0e0;
}
#column-left .list-group > div.list-group--row + div > a {
    display: flex;
    margin: 0 0 15px 0;
    padding: 0;
    border: none;
    align-items: center;
    background: transparent;
    padding: 20px 0 0 0;
}
#column-left .list-group > div.list-group--row + div > a:hover > div:last-of-type span:first-of-type {
    text-decoration: underline;
}
#column-left .list-group > div.list-group--row + div > a > div:first-of-type {
    margin: 0 15px 0 0;
}
#column-left .list-group > div.list-group--row + div > a > div:last-of-type span:first-of-type{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #000;
    margin: 0 0 5px 0;
}
#column-left .list-group > div.list-group--row + div > a > div:last-of-type span:last-of-type{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 12px;
    color: #a3a3a3;
}
#column-left .list-group > div.list-group--row + div > a > div:last-of-type {
    display: flex;
    flex-direction: column;
}
#price-view {
    padding-right: 0;
}
.category-list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 0 20px 0;
}
.desktop__view.but__wish {
    display: flex;
}
.category-list a {
    border: 1px solid rgb(244 243 239);
    border-radius: 50px;
    padding: 10px 15px;
    font-family: var(--font-family);
    font-size: 12px;
    color: #000;
    margin: 0 10px 10px 0;
    background: rgb(96 79 13 / 7%);
}
.category-list-block.active {
    border: 1px solid rgb(244 243 239);
    border-radius: 50px;
    padding: 10px 15px;
    font-family: var(--font-family);
    font-weight: bold;
    font-size: 12px;
    background: #000;
    color: #fff;
    margin: 0 10px 10px 0;
}
.category-list a:last-of-type {

}
.category-list a:hover {
    background: #000;
    color: #fff;
}
.cat_container h1 {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 36px;
    color: #000;
    margin: 0 0 40px 0;
}
#column-left + #content {
    margin: -25px 0 0 0;
}
.sort_panel .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sort_panel {
    margin: 0 0 20px 0;
    padding: 0;
    background: transparent;
    border: none;
    border-radius: 0;
    min-height: unset;
    box-shadow: none;
}
.sort_block {
    width: 30%;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 15px;
    color: #000;
}
.sort_block .input-group-addon {
    background: transparent;
    border: none;
    padding: 0 10px 0 0;
}
#input-limit {
    box-shadow: none;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    max-width: 60px;
    text-align: center;
    padding: 0;
    width: 100%;
}
#input-sort {
    border: none;
    box-shadow: none;
}
.sort_block:nth-of-type(2) {
    text-align: center;
}
.sort_block:nth-of-type(3) {
    text-align: right;
}
.sort_block:nth-of-type(3) button {
    background: transparent;
    border: none;
    margin: 0;
}
.product-layout .cart button {
    width: 48%;
    border: 1px solid #000;
    border-radius: 4px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    padding: 13px;
    background: #000;
    cursor: pointer;
    transition: all 0.3s ease;
}
.product-layout .cart button:nth-of-type(2):hover {
    background: #468847;
    border-color: #468847 !important;
}
.product-layout .cart button:first-of-type {
    background: #fff;
    color: #000;
}
.product-layout .cart {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0 20px 20px 20px;
}
.pagination_wrap {
    flex-direction: column;
}
.cat_desc.row {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #000;
    margin-top: 30px;
}
.pagination_wrap {
    flex-direction: column;
}
.pagination_wrap .pagination {
    display: flex;
    justify-content: center;
}
.pagination_wrap .pagination li {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 18px;
    color: #515151;
    margin: 0 10px;
}
.pagination_wrap .pagination li a,
.pagination_wrap .pagination li span {
    background: transparent;
    border: none;
    color: unset;
    padding: 0;
}
.pagination_wrap .pagination li.active {
    font-weight: bold;
}
.pagination_wrap > div:nth-of-type(2) {
    margin: 20px 0 0 0;
    text-align: center;
}
.geoip_block.hidden {
    display: none !important;
}
#menu .nav > li:hover > a + .dropdown-menu {
    display: flex;
}
#menu .nav > li .dropdown-menu > .dropdown-inner {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
#menu .nav > li .dropdown-menu > .dropdown-inner > div span {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    color: #000;
    text-transform: capitalize;
    margin: 20px 0 0 0;
    display: block;
}
#menu .nav > li .dropdown-menu > .dropdown-inner > div img {
    max-width: 395px;
    height: auto;
}
#menu .nav > li .dropdown-menu > .dropdown-inner ul {

}
#menu .dropdown-inner ul {

}
#menu .nav > li .dropdown-menu li {

}
#menu .nav > li .dropdown-menu li a,
#menu .nav > li .dropdown-menu li span {

}
#menu .nav > li .dropdown-menu a {

}
#menu .nav > li > .dropdown-menu > div > ul > li {
    margin: 0 0 30px 0;
}
#menu .nav > li > .dropdown-menu > div > ul > li:last-of-type {
    margin: 0;
}
#menu .nav > li > .dropdown-menu > div > ul > li > a {
    display: flex;
    flex-direction: column;
}
#menu .nav > li > .dropdown-menu > div > ul > li > a:hover span:first-of-type {
    text-decoration: underline;
}
#menu .nav > li > .dropdown-menu > div > ul > li > a span:first-of-type {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #000;
    margin: 0 0 5px 0;
}
#menu .nav > li > .dropdown-menu > div > ul > li > a span:last-of-type {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    color: #a3a3a3;
    text-transform: none;
}
#menu .nav > li .dropdown-menu li a,
#menu .nav > li .dropdown-menu li span {

}
#menu .nav > li .dropdown-menu a {

}
#menu .nav > li > .dropdown-menu > div > ul > li > span {

}
.home__categories__list a:hover {
    color: #808080;
    text-decoration: underline !important;
}
.reviews__wrapper {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin: 100px 0 0 0;
}
.reviews__wrapper:before {
    height: 100%;
    position: absolute;
    content: '';
    background: #222;
    left: -100%;
    top: 0;
    bottom: 0;
    width: 100%;
}
.reviews__wrapper:after {
    height: 100%;
    position: absolute;
    content: '';
    background: #f4f2ee;
    right: -100%;
    top: 0;
    bottom: 0;
    width: 100%;
}
.reviews__wrapper--left {
    background: #222;
    padding: 50px 50px 50px 0;
    width: 35%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.reviews__wrapper--left > div {
    height: 100%;
    max-width: 300px;
    width: 100%;
}
.reviews__wrapper--right .rating_text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    color: #000;
    margin: 0 0px 0 10px;
}
.reviews__wrapper--right {
    padding: 50px 0 50px 50px;
    width: 65%;
    background: #f4f2ee;
    position: relative;
    display: flex;
    justify-content: flex-start;
}
.reviews__wrapper--left h3 {
    font-family: var(--third-family);
    font-weight: 700;
    font-size: 36px;
    text-align: center;
    color: #fff;
    margin: 0 0 40px 0;
}
.reviews__stars--full {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
.reviews__wrapper--general {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #aaa;
    margin: 0 0 0 10px;
}
.reviews__wrapper--buttons {
    margin: 50px 0 0 0;
    display: flex;
    flex-direction: column;
}
.custom__button {
    width: 100%;
    border-radius: 4px;
    border: 2px solid;
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    padding: 15px 10px;
}
.white__button {
    color: #222;
    background: #fff;
    border-color: #fff;
}
.white__button:hover {
    color: #fff;
    background: #222;
    border-color: #fff;
}
.white__button:focus {
    color: #fff;
}
.black__button {
    color: #fff;
    background: #000;
    border-color: #fff;
}
.black__button:hover {
    color: #fff;
    background: #468847;
    border-color: #468847 !important;
}
.black__button:focus {
    color: #fff;
}
.prod_cart.black__button:hover {
    color: #fff;
    background: #468847;
    border-color: #468847 !important;
}
.prod_cart.black__button:hover svg path {
    fill: #fff;
}
.reviews__wrapper--buttons a:first-of-type {
    margin: 0 0 15px 0;
}
.reviews__wrapper--right > div {
    max-width: 650px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}
.reviews__wrapper--date {
    font-family: var(--third-family);
    font-weight: 400;
    font-size: 16px;
    color: #000;
}
.reviews__slider--buttons {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
}
.reviews__slider--buttons > div:last-of-type {
    margin: 0 40px 0 0;
}
.reviews__slider--buttons > div {
    cursor: pointer;
}
.reviews__wrapper--right .owl-wrapper-outer {
    box-shadow: none;
    border: none;
}
.reviews__wrapper--right .owl-carousel {
    opacity: 1;
    display: block;
    background: transparent;
    border: none;
    margin: 0 0 0 0;
}
.reviews__wrapper--name {
    font-family: var(--third-family);
    font-weight: 700;
    font-size: 16px;
    color: #000;
    margin: 0 0 25px 0;
}
.reviews__slider--top {
    margin: 0 0 25px 0;
}
.reviews__slider--center {
    display: flex;
    flex-direction: column;
}
.reviews__slider--bottom {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    margin: 50px 0 0 0;
}
.reviews__slider--bottom span {
    font-family: var(--second-family);
    font-size: 24px;
    line-height: 130%;
    color: #aaa;
}
.reviews__slider--bottom a + a {
    margin: 10px 0 0 0;
    border-color: #000;
}
.reviews__rate-stars {
    display: flex;
    margin: 0 0 25px 0;
}
.reviews__last--comment {
    font-family: var(--third-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #000;
}
.reviews__rate-stars > div:not(.star-change) svg path {
    fill: #fff;
}
.reviews__rate-stars > div.star-change svg path {
    fill: #000;
}
.content__adv {
    background: #fbf7f1;
    position: relative;
    padding: 30px 0;
    margin: 100px 0 0 0;
}
.adv__content {
    display: flex;
    justify-content: space-between;
}
.content__adv:before {
    height: 100%;
    position: absolute;
    content: '';
    background: #fbf7f1;
    left: -100%;
    top: 0;
    bottom: 0;
    width: 100%;
}
.content__adv:after {
    height: 100%;
    position: absolute;
    content: '';
    background: #fbf7f1;
    right: -100%;
    top: 0;
    bottom: 0;
    width: 100%;
}
.adv__single {
    display: flex;
    flex-direction: column;
    width: 20%;
    padding: 0 20px;
}
.adv__single span:first-of-type {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    color: #000;
    margin: 0 0 10px 0;
    text-align: center;
}
.adv__single span:last-of-type {
    font-weight: 400;
    font-size: 16px;
    color: #000;
    line-height: 140%;
    text-align: center;
}
.adv__single svg {
    width: 50%;
    height: auto;
    margin: 0 auto;
}
.sort_panel > .row:before,
.sort_panel > .row:after {
    display: none;
}
#column-left .mfilter-box {
    margin: 30px 0 0 0;
    border: none;
    padding: 0 20px 0 0;
}
#column-left .mfilter-heading-text > span {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
}
#column-left .mfilter-head-icon {
    display: none;
}
#column-left .mfilter-heading-text {
    margin: 0 0 20px 0;
}
#column-left .mfilter-image ul li {
    margin: 0 20px 20px 0;
}
#column-left .mfilter-content > ul > li {
    margin: 0 0 30px 0;
}
#column-left .mfilter-content > ul > li:last-of-type {
    margin: 0;
}
#column-left .mfilter-button-bottom {
    padding: 0 0 20px 0;
}
#column-left .mfilter-tb-as-tr {
    display: block;
    margin: 0 0 15px 0;
}
#column-left .mfilter-tb-as-tr:last-of-type {
    margin: 0;
}
#column-left .mfilter-option .jq-checkbox {
    margin: 0 10px 0 0;
}
#column-left .mfilter-tb-as-tr label {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 14px;
    color: #000;
}
#column-left .mfilter-price-slider {
    width: 100%;
    padding: 0 !important;
    background: transparent !important;
}
#column-left .ui-slider-horizontal .ui-slider-range {
    border-radius: 3px;
    height: 6px;
}
#column-left .mfilter-slider-slider,
#column-left #mfilter-price-slider {
    height: 6px !important;
    background: #f4f2ee;
    border-radius: 3px !important;
    box-shadow: none;
}
#column-left .mfilter-slider-slider .ui-slider-handle,
#column-left #mfilter-price-slider .ui-slider-handle {
    display: block;
    position: absolute;
    background: #000;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid #fff;
    height: 15px;
    outline: none;
    top: -5px;
    width: 15px;
}
#cart.fly {
    position:fixed;
    top:50%;
    right:-100%;
    z-index:999;
    margin:-32px 0 20px;
    transition:all ease-in-out .5s;
}
#cart.fly2 {
    right:24px;
    transition:all ease-in-out .5s;
    background: #000;
    color: #fff;
    border-radius: 12px;
}
#cart.fly2 button {
    color: #fff;
    padding: 20px;
}
#cart.fly2 button > svg:first-of-type {
    margin: -15px 0 0 0;
}

#cart.fly2 button div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 20px 0 10px;
}
#cart.fly2 button div span:first-of-type {
    margin: 0 0 5px 0;
}
#cart.fly2 button svg:first-of-type path {
    fill: #fff !important;
}
#cart button svg:last-of-type {
    display: none;
}
#cart.fly2 button svg:last-of-type {
    display: block;
    margin: 0 0 0 10px;
}
#cart.fly2 button span {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 15px !important;
    color: #fff !important;
}
#cart:not(.fly2) #cart:not(.fly2) button span#cart-total span,
#cart:not(.fly2) button span#cart-total span {
    display: none;
}
#cart #cart:not(.fly2) button span#cart-total span {
    display: unset;
}
.text_cart_head {
    margin: 0 0 0 10px;
}
.product__wrapper {
    display: flex;
    justify-content: space-between;
}
.product__left {
    width: 57%;
    position: relative;
}
.product__right {
    width: calc(43% - 50px);
}
.product__left .thumbnails li {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.product__left .thumbnails li + li {
    display: none;
}
.product__left .thumbnails .item {
    position: relative;
    margin: 0 0 4px 0;
    max-width: 388px;
    max-width: 49.7%;
    height: auto;
}
.product__left .thumbnails .item:has(.img-single) {
    max-width: none;
}
.product__left .thumbnails .item:before{
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 0;
    margin: auto;
    background: rgba(96, 79, 13, 0.07);
}
.block_price_heading h1 {
    margin: 0 0 40px 0;
}
.block_price_heading h1 span {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 36px;
    text-align: center;
    color: #000;
}
.product-timer-block {
    display: flex;
    justify-content: space-between;
}
.prices-block .new_price {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 30px;
    color: #000;
}
.cat_container #column-left .mfilter-heading-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 20px 0;
}
.cat_container #column-left .mfilter-heading-text {
    margin: 0;
}
.breadcrumbs-wrap + .alert {
    display: none !important;
}
.prices-block .old_price {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    text-decoration: line-through;
    color: #000;
    text-transform: lowercase;
}
.prices-block {
    width: 40%;
    display: flex;
    flex-direction: column;
}
.econom_wrap {
    width: 60%;
    border-left: 1px solid #C0B9AF;
    padding: 0 0 0 20px;
    margin: 0 0 0 20px;
}
.econom_wrap > div:first-of-type {
    position: relative;
    display: flex;
    align-items: baseline;
    margin: 0 0 3px 0;
}
.econom_wrap > div:first-of-type > span {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 16px;
    color: #f34848;
}
.econom_wrap > div:first-of-type div {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 24px;
    line-height: 0;
    text-transform: uppercase;
    color: #f34848;
    margin: 0 0 0 10px;
}
.econom_wrap > div:first-of-type svg {
    position: absolute;
    right: 0;
    top: 6px;
}
.econom_wrap .econom {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    color: #000;
}
#phone .mfp-close {
    position: absolute;
    width: 57px;
    padding-top: 56px;
    text-indent: -999999px;
    height: 0;
    opacity: 1;
    background: url(/catalog/view/theme/default/image/Popup1.png) 0 -198px no-repeat;
    top: -18px;
    right: -24px;
    cursor: pointer;
    z-index: 9999;
}
.prosuct__cart {
    margin-top: 60px;
}
.prosuct__cart button {
    display: flex;
    justify-content: center;
    align-items: center;
    border-color: #000 !important;
    max-width: 400px;
}
.prosuct__cart .form-group {
    display: flex;
    align-items: center;
}
.prosuct__cart .form-group + .relat_block {
    margin: 25px 0 25px 0;
}
.prosuct__cart .form-group + .size__wrapper {
    margin: 25px 0 25px 0;
}
.prosuct__cart button + span {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #a3a3a3;
    margin: 0 0 0 20px;
    min-width: 125px;
}
.prosuct__cart button:hover svg path {
    fill: #000;
}
.prosuct__cart button span {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 20px;
    margin: 0 0 0 20px;
}
.ordered__block span {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #000;
}
.ordered__block {
    margin: 25px 0 0 0;
    display: flex;
    justify-content: space-between;
}
.relat_block h5,
.size__wrapper h5 {
    margin: 0 0 12px 0;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #000;
}
.category-info p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #000;
    margin: 0 0 10px 0;
}
.size__wrapper > div {
    display: flex;
    justify-content: space-between;
}
.size__wrapper > div a {
    display: flex;
    align-items: center;
    margin: 0 0 12px 0;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #000;
}
.size__wrapper > div a span {
    margin: 0 10px 0 0;
}
.product_related {
    display: flex;
    flex-wrap: wrap;
}
.product_related .product-layout {
    margin: 0 10px 10px 0;
    width: calc((100% - 60px) / 7);
    height: auto;
}
.product_related .product-layout:nth-of-type(7n+0) {
    margin-right: 0;
}
.product_related .product-layout .product-thumb {
    border-bottom: 2px solid transparent;
}
.product_related .product-layout:hover .product-thumb {
    border-bottom: 2px solid #000;
}
.size__wrapper .form-group > div {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.size__wrapper .form-group .radio {
    margin: 0 10px 10px 0;
    width: calc((100% - 30px) / 4);
}
.size__wrapper .form-group .radio:nth-of-type(4n+0) {
    margin-right: 0;
}
.size__wrapper .form-group .radio input {
    display: none;
}
.size__wrapper .form-group .radio label {
    border: 1px solid #c0b9af;
    border-radius: 4px;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    color: #000;
    width: 100%;
    padding: 6px 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.size__wrapper .form-group .radio label:has(input:checked) {
    background: #000;
    color: #fff;
    border-color: #000;
}
.size__wrapper .form-group .radio:hover label {
    background: #000;
    color: #fff;
    border-color: #000;
}
.product__left .product_sticker {
    position: absolute;
    left: 0;
    right: unset;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 32px;
    text-transform: uppercase;
    color: #fff;
    background: #000;
    padding: 7px 10px;
    z-index: 99;
}
.manuf__wrapper {
    margin: 0;
    display: flex;
    justify-content: space-between;
    padding: 30px;
    background: #f9f9f9;
}
.manuf__wrapper > div:first-of-type {
    width: 60%;
}
.manuf__wrapper > div:first-of-type > div {
    margin: 0 0 20px 0;
    display: flex;
    justify-content: space-between;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #000;
}
.manuf__wrapper > div:first-of-type > div:last-of-type {
    margin:0;
}
.manuf__wrapper > div:last-of-type {
    width: 40%;
    padding: 0 0 0 20px;
    margin: 0 0 0 20px;
    border-left: 1px solid #c0b9af;
}
#item3 {
    display: flex;
    align-items: flex-start;
}
#item3 span {
    width: 80%;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #000;
    margin: -5px 0 0 15px;
}
.present__wrapper {
    position: relative;
    margin: 25px 0 0 0;
}
.present__content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 35px 50px;
    background: hsl(0deg 0% 100% / 80%);
    width: 60%;
}
.present__content > div:nth-of-type(2) {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: #000;
}
.present__content > div:nth-of-type(3) {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    color: #000;
    position: relative;
}
.present__content > div:nth-of-type(3):after {
    content: '';
    background: #000;
    height: 4px;
    left: 0;
    width: 25%;
    position: absolute;
    bottom: -7px;
}
.present__content > div:nth-of-type(4) {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #000;
}
.pros__wrapper {
    margin: 60px 0 0 0;
}
.pros__wrapper > div {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 60px 60px 0 60px;
    background: #f9f9f9;
}
.pros__single {
    width: 25%;
    display: flex;
    justify-content: space-between;
    margin: 0 0 60px 0;
}
.pros__single > div:nth-of-type(2) {
    display: flex;
    flex-direction: column;
    margin: 0;
    width: 80%;
}
.pros__single > div:nth-of-type(2) span:first-of-type{
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    color: #000;
    margin: 0 0 6px 0;
}
.charact__wrapper {
    display: flex;
    justify-content: space-between;
    margin: 60px 0 0 0;
}
.charact__right {
    max-width: 446px;
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}
.charact__left .nav-tabs {
    border: none;
}
.charact__left .nav-tabs li a {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 16px;
    color: #000 !important;
    border: none !important;
    background: transparent !important;
    border-radius: 0;
    margin: 0;
    cursor: pointer !important;
    padding-bottom: 25px;
}
.charact__left {
    padding: 0;
    width: 100%;
    margin: 0 75px 0 0;
    position: relative;
}
.charact__left .nav.nav-tabs li:first-of-type a {
    padding-left: 0;
}
.charact__left .nav.nav-tabs li:last-of-type a {
    padding-right: 0;
}
.charact__left .nav.nav-tabs li:nth-of-type(5) a {
    padding-right: 0;
}
.charact__left .nav.nav-tabs li {
    padding-top: 0;
}
.prod-info-brand-advantages {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px;
}
.prod-info-brand-advantages .six_prichin span {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 48px;
    color: #fff;
    margin: 0 0 10px 0;
}
.prod-info-brand-advantages .six_prichin {
    display: flex;
    flex-direction: column;
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    color: #fff;
    margin: 0 0 20px 0;
}
.product-layout .ratings-item-header,
.ratings-item .ratings-item-header{
    padding: 10px 20px !important;
    background-color: #f5f5f5;
    border-bottom: 1px solid #ddd;
}
.shop_rates_list .ratings-item-rates {
    padding: 20px 20px 0 20px;
}
.shop_rates_list .rates-title {
    text-align: left !important;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 10px 0;
    font-family: var(--second-family);
}
.prod-info-brand-advantages ul {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    list-style: unset;
    padding: 0 0 0 20px;
}
.ratings-item .ratings-item-comment {
    font-size: 16px;
    line-height: 150%;
    padding: 20px;
}
.prod-info-brand-advantages ul li {
    margin: 10px 0;
}
.charact__left li {
    cursor: pointer;
}
.charact__left .nav {
    display: flex;
    justify-content: space-between;
}
.charact__left .nav:before,
.charact__left .nav:after {
    display: none;
}
.charact__left .nav.nav-tabs {
    border-bottom: 1px solid #c0b9af;
}
.charact__left .nav.nav-tabs li.active,
.charact__left .nav.nav-tabs li:hover {
    border-bottom: 2px solid #000
}
.charact__left .tab-pane {
    padding: 30px 0 0 0;
}
.attribute2 {
    max-width: 400px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dotted #000;
    padding: 5px 0;
}
.attribute2 span:first-of-type{
    font-family: var(--second-family);
    line-height: 140%;
    font-weight: 400;
    font-size: 16px;
    color: #000;
}
.attribute2 span:last-of-type{
    font-family: var(--second-family);
    line-height: 140%;
    font-weight: 700;
    font-size: 16px;
    color: #000;
}
.mobile__view {
    display: none;
}
.desktop__view {
    display: block;
}
.nav-tabs li.mobile__view {
    display: none;
}
.tab-pane h6 {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 20px;
    color: #000;
    margin: 0 0 10px 0;
}
.tab-pane p {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #000;
}
.prodreview {
    padding: 0;
    margin: 60px 0 0 0;
    position: relative;
}
.size__value {
    font-weight: bold;
}
.prodreview:before {
    height: 100%;
    position: absolute;
    content: '';
    background: #222;
    left: -100%;
    top: 0;
    bottom: 0;
    width: 100%;
}
.prodreview:after {
    height: 100%;
    position: absolute;
    content: '';
    background: #f4f2ee;
    right: -100%;
    top: 0;
    bottom: 0;
    width: 100%;
}
.prodreview__left {
    background: #222;
    padding: 50px 50px 50px 0;
    width: 35%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.prodreview__left > div {
    height: 100%;
    max-width: 250px;
    width: 100%;
}
.prodreview__left h3 {
    font-family: var(--third-family);
    font-weight: 700;
    font-size: 36px;
    text-align: center;
    color: #fff;
    margin: 0 0 40px 0;
}
.prodreview__right {
    padding: 50px 0 50px 50px;
    width: 65%;
    background: #f4f2ee;
    position: relative;
    display: flex;
    justify-content: flex-start;
}
.prodreview__right > div {
    max-width: 650px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}
.prodreview__wrapper {
    display: flex;
    justify-content: space-between;
}
.prodreview__single {
    display: flex;
    flex-direction: column;
    margin: 0 0 40px 0;
}
.prodreview__single:last-of-type {
    margin: 0;
}
.review__top {
    display: flex;
    justify-content: space-between;
    margin: 0 0 15px 0;
}
.review__name {
    font-family: var(--third-family);
    font-weight: 700;
    font-size: 16px;
    color: #000;
    text-transform: capitalize;
}
.review__date{
    font-family: var(--third-family);
    font-weight: 400;
    font-size: 16px;
    color: #000;
}
.review__middle {
    display: flex;
    justify-content: flex-start;
    margin: 0 0 15px 0;
}
.review__middle svg {
    width: 18px;
    height: 18px;
}
.review__bottom {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #000;
}
#main_content {
    overflow: hidden;
}
.prod_container .row.product_carousel {
    margin: 100px 0 0 0;
    padding: 0;
}
.relat_block .row.product_carousel {
    margin: 0;
}
.relat_block .row.product_carousel .col-xs-12 {
    padding: 0;
}
.relat_block .product_related {
    padding: 0;
}
.prod_container .row.product_carousel h3 {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 36px;
    text-align: center;
    color: #000;
    margin: 0 0 30px 0;
}
.row.product_carousel .product-layout-1 .image {
    position: relative;
}
.row.product_carousel .product-layout-1 .image a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 0;
    background: rgb(96 79 13 / 7%);
}
#mobi_footer {
    display: none;
}
.row.product_carousel .product-layout-1 .cart button {
    width: 100%;
    border: 1px solid #000;
    border-radius: 4px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 12px;
    color: #000;
    padding: 13px;
    background: #fff;
    cursor: pointer;
    transition: 0.3s;
}
.row.product_carousel .product-layout-1 .cart button span {
    margin: 0 0 0 10px;
}
.row.product_carousel .product-layout-1 .cart button:hover {
    color: #fff;
    background: #468847;
    border-color: #468847 !important;
}
.row.product_carousel .product-layout-1 .cart {
    margin: 0;
    padding: 20px;
}
.row.product_carousel .owl-item {
    padding: 0 10px;
}
.row.product_carousel + p,
.row.product_carousel + script + p {
    display: none;
}
.right_quick {
    position: absolute;
    right: -300px;
    color: #fff;
    width: 270px;
    margin-top: -15px;
}
.block_right_quick {
    padding: 15px 0;
    border-bottom: 1px solid;
    line-height: 150%;
}
.btn-ordercart {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    border-color: #5bb75b;
}
.btn-ordercart:hover, .btn-ordercart:active{
    background-color: #35A035;
    color:#fff;
}
.error_input {
    border:1px solid red !important;
    box-shadow: 0 1px 1px rgba(255, 0, 0, 0.075) inset !important;
}
.error_input:-moz-placeholder{color:red !important;}
.error_input::-moz-placeholder{color:red !important;opacity:1}
.error_input:-ms-input-placeholder{color:red !important;}
.error_input::-webkit-input-placeholder{color:red !important;}
#popup-quickorder .price-new {
    color: red;
    font-size: 14px;
}
#popup-quickorder .price-old {
    color: #333;
    font-size: 12px;
    text-decoration:line-through;
}
#popup-quickorder .popup-heading {
    color: #1c1c1c;
    font-size: 21px;
    line-height: 40px;
    min-height: 40px;
    overflow: hidden;
    padding: 0 10px;
    position: relative;
    text-align: left;
}
.mfilter-content_top .mfilter-content > ul > li .mfilter-heading {
    background: transparent !important;
    pointer-events: none;
}
.mfilter-content_top .mfilter-content > ul > li .mfilter-heading svg {
    display: none;
}
#popup-quickorder .popup-footer {
    background-color: #f2f6f9;
    border-top: 1px solid #dfe4eb;
    display: inline-block;
    height: 100%;
    padding: 17px 25px;
    position: relative;
    vertical-align: bottom;
    width: 100%;
}
#popup-quickorder .popup-footer #quickorder_btn {
    text-align:center;
}
#popup-quickorder table td.image {
    padding:0px;
    width: 100px;
    text-align:center;
}

#popup-quickorder table td.quant_fast {
    padding:10px 3px;
    width:60px;
    text-align:center;
    vertical-align: middle;
}
#popup-quickorder table td.disabled_fast {
    padding:10px 3px;
    width:60px;
    text-align:center;
    vertical-align: middle;
}
#popup-quickorder table td.price {
    vertical-align: middle;
}
#popup-quickorder table td.image_hd {
    background:#eeeeee;
}
#popup-quickorder table td.name {
    text-transform: uppercase;
    font-weight: bold;
}
#popup-quickorder table td.name_hd {
    background:#eeeeee;
}
#popup-quickorder table td.quantity_hd {
    background:#eeeeee;
}
#popup-quickorder table td.price_hd {
    background:#eeeeee;
}
#popup-quickorder table td.disable_hd{
    background:#eeeeee;
}
#popup-quickorder .option {
    margin: 5px 0 0 0;
    overflow: hidden;
}
#popup-quickorder .product_option_change_row .radio {
    display: inline-block;
    float: left;
    margin: 0 2px 0 0;
}
#popup-quickorder .option label {
    font-weight: 500;
    cursor: pointer;
    margin: 0;
}
#popup-quickorder .product_option_change_row .radio label {
    margin: 0;
    padding: 0;
    font-style: normal !important;
    min-height: none;
}
#popup-quickorder .option div label:first-child {
    margin: 0 0 5px;
}
#popup-quickorder .option input[type='radio'],
#popup-quickorder .option input[type='checkbox'] {
    display: none;
}
#popup-quickorder .product_option_change_row .option label input[type='radio']:checked + span {
    border-color: #000;
    color: #000;
}
#popup-quickorder .option label input[type="radio"]:checked + span,
#popup-quickorder .option label input[type="checkbox"]:checked + span {
    border: 1px solid #000;
    color: #000;
}
#popup-quickorder .product_option_change_row .option label > span {
    height: auto;
    margin: 0 !important;
    padding: 4px;
    color: #d9d9d9;
    border-color: #d9d9d9;
    font-size: 75%;
}
#popup-quickorder .product_option_change_row .option label > span:hover {
    border-color: #000;
    color: #000;
}
#popup-quickorder .option label > span {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 12px;
    color: #1d1d1d;
    padding: 10px;
    display: block;
    background: transparent;
    border: 1px solid #f9f9f9;
}
#popup-quickorder {
    font-family: var(--second-family);
}
.information-information .product_carousel,
.information-information .inf_30 .product_carousel h3 {
    display: none;
}
.information-information .info__31--row--eighth .product_carousel {
    display: block;
}
.information-information .inf_30 .article_description {
    display: none;
}
.information-information .inf_30 .product_carousel {
    display: block;
}
.product-layout-1:hover .product-thumb {
    background: #f4f3ef;
}
.product-layout-1 .price {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    color: #1d1d1d;
}
.reviews__page--list .caption {
    margin: 0 !important;
    padding: 20px 0 0 20px !important;
}
.reviews__page--list .image {
    margin: 0 !important;
}
.reviews__page--list .image a:after {
   display: none;
}
.reviews__page--list .product-layout:hover .product-thumb {
    background: transparent !important;
}
.ratings-item-rates-item .stars__in.stars__out,
.reviews__page--list .stars__in {
    color: #ECCF25;
    font-style: italic;
    font-size: 18px;
}
.ratings-item-rates-item .stars__out,
.reviews__page--list .stars__out {
    color: #ECCF25;
    font-style: italic;
    font-size: 18px;
}
.reviews__page--list .product-layout.product-list .product-thumb h4 {
    text-align: left !important;
    font-size: 18px;
    font-weight: bold;
}
.shop_rates_list .rating-sender,
.reviews__page--list .product-layout .ratings-item-header .rating-sender {
    float: left;
    font-size: 16px !important;
}
.shop_rates_list .rating-date,
.reviews__page--list .product-layout .ratings-item-header .rating-date {
    float: right;
    font-size: 16px !important;
}
.reviews__page--list .reviews-description {
    font-size: 16px;
    line-height: 150%;
}
.info__row--button {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    color: #515151;
    background: #fff;
    border-radius: 4px;
    line-height: normal;
    padding: 12px 0;
    border: 1px solid #000;
    max-width: 280px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0 0 0;
}
.info__row--button:hover {
    background-color: #468847;
    border-color: #468847;
    color: #fff;
}
.info__32--row--first {
    margin: 0 0 10px 0;
}
.info__32--row h2 {
    font-size: 75px;
    margin: 0 0 50px 0;
    text-align: center;
}
.info__32--row--second--wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}
.info__32--row--second--block {
    background-color: #DCD5C8;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 30%;
    max-height: 29vw;
    padding: 4.5%;
    text-align: center;
}
.info__32--row--second--block h3 {
    text-transform: none;
    font-weight: 700;
    font-size: 35px;
    color: #000;
    margin: 0 0 30px 0;
}
.info__32--row--second--block p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #000;
    margin: 0;
}
.info__32--row--sixth,
.info__32--row--fifth,
.info__32--row--fourth,
.info__32--row--second,
.info__32--row--third {
    margin: 0 0 50px 0;
}
.info__32--row--third--wrapper {
    padding: 0 32px;
    display: flex;
    justify-content: space-between;
}
.info__32--row--third--block {
    display: flex;
    flex-direction: column;
}
.info__32--row--third--block p {
    font-family: var(--font-family);
    font-weight: bold;
    font-size: 16px;
    line-height: 140%;
    color: #000;
    margin: 5px 0 0 0;
}
.info__32--row--fourth--wrapper {
    position: relative;
    background-image: linear-gradient( rgba(.2, .2, .2, .4), rgba(.2, .2, .2, .4) ),
    url("/catalog/view/theme/unishop/image/info/ugg-learn.webp");
    background-size: cover;
    background-repeat: no-repeat;
    height: 0;
    padding-top: 37.5%;
    margin: 0 5% 3%;
    display: flex;
    justify-content: center;
}
.info__32--row--fourth--wrapper > div {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    max-width: 800px;
}
.info__32--row--fourth--wrapper > div h3,
.info__32--row--fourth--wrapper > div p {
    color: #fff;
    text-align: center;
}
.info__32--row--fourth--wrapper > div h3 {
    font-size: 68px;
}
.info__32--row--fourth--wrapper > div p {
    font-size: 26px;
    line-height: 125%;
}
.info__32--row--fourth--wrapper > div .info__sep {
    border-top: 1.5px solid #eee;
}
.info__button {
    width: 220px;
    background-color: #fff;
    color: #000;
    border: 2px solid #000;
    border-radius: 4px;
    text-transform: capitalize;
    text-align: center;
    font-size: 16px;
    margin-top: 15px;
    margin-right: auto;
    margin-left: auto;
    cursor: pointer;
    font-weight: 600;
    padding: 15px 0;
}
.info__button:hover {
    color: #fff;
    background: #000;
}
.info__32--row--fifth--wrapper {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto 46px;
}
.info__32--row--fifth--block {
    background-color: #dcd5c8;
    position: relative;
    width: 21.75vw;
    height: 21.75vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
}
.info__32--row--fifth--block h3 {
    color: #000;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 15px 0;
    max-width: 300px;
}
.info__32--row--fifth--block p {
    font-size: 15px;
    color: #000;
    text-align: center;
    margin: 0;
    line-height: 150%;
}
.info__32--row--sixth {
    padding: 0 32px;
}
.info__32--row--sixth h3 {
    font-size: 20px;
    margin: 0 0 20px 0;
    font-weight: bold;
    color: #000;
}
.info__32--row--sixth--wrapper {
    display: flex;
    justify-content: space-between;
}
.info__32--row--sixth--block {
    width: 33%;
    display: flex;
    flex-direction: column;
}
.info__32--row--sixth--block p {
    font-family: var(--font-family);
    font-weight: bold;
    font-size: 16px;
    line-height: 140%;
    color: #000;
    margin: 5px 0 0 0;
}
.info__32--row--seventh {
    display: flex;
    justify-content: center;
}
.info__32--row--seventh--wrapper {
    max-width: 700px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.info__32--row--seventh--wrapper h3 {
    font-size: 27px;
    color: #000;
    word-break: auto-phrase;
    font-weight: bold;
    text-align: center;
}
.info__32--row--seventh--wrapper p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #000;
    text-align: center;
}
@media (max-width:767px) {
    .info__32--row--seventh--wrapper p {
        text-align: left;   
    }
}
.info__32--row--seventh--wrapper p + p {
    margin: 0;
}
.info__33__wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.info__33--block {
    width: 33%;
    display: flex;
    flex-direction: column;
}
.info__33--block div {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 0;
}
.info__33--block span {
    color: #000;
    font-size: 15px;
    letter-spacing: 1.5px;
    line-height: 22.5px;
    text-transform: uppercase;
    font-family: var(--second-family);
}
.info__33--block span:first-of-type {
    margin: 0 0 5px 0;
}
.info__34 {
    display: flex;
    justify-content: center;
}
.info__34__wrapper {

}
.info__34--row--first {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.info__34--row--first > div {
    position: absolute;
    max-width: 1398px;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.info__34--row--first h2 {
    font-size: 60px;
    margin: 0;
}
.info__34--row--first .info__sep {
    border-top: 1px solid #eee;
    margin: 40px 0;
}
.info__34--row--first p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
    color: #000;
}
.info__36__wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.info__36--block {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 33%;
    margin: 0 0 7px 0;
}
.info__36--block > div {
    position: absolute;
    background-color: rgba(255, 255, 255, .85);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 50px 20px;
}
.info__36--block > div img {
    max-width: 100px;
    width: 100%;
    object-fit: contain;
    height: auto;
}
.info__36--block > div h3 {
    color: #000;
    font-size: 19px;
    font-weight: bold;
    text-align: center;
}
.info__36--block > div p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #000;
    margin: 0;
    text-align: center;
}
@media (max-width:767px) {
    .info__36--block > div p {
        text-align: left;   
    }
}
.info__35--row--first {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.info__35--row--first > div {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.info__35--row--first > div h2 {
    font-family: var(--font-family);
    text-shadow: 0 0.75rem 0.75rem rgba(0, 0, 0, 0.25);
    font-size: 108px;
    white-space: normal;
    line-height: 1;
    color: #fffbe9;
    margin: 0 0 50px 0;
}
.article_description,
.article_description p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #000;
}
.info__34--row--second {
    background: #F9F9F9;
    display: flex;
    justify-content: center;
}
.info__34--row--second--block {
    display: flex;
    flex-direction: column;
    max-width: 1250px;
    width: 100%;
    padding: 50px 0;
}
.info__34--row--second--block p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 22px;
    line-height: 140%;
    color: #000;
    margin: 0 0 20px 0;
    text-align: center;
}
.info__34--row--third {
    padding: 50px 0;
    display: flex;
    justify-content: center;
}
.info__34--row--third h2 {
    max-width: 900px;
    font-size: 40px;
    text-align: center;
}
.info__34--row--fourth,
.info__34--row--fifth,
.info__34--row--sixth{
    display: flex;
    justify-content: space-between;
}
.info__34 .info__row--right {
    background: #F9F9F9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 100px;
}
.info__34--row--fourth h3,
.info__34--row--fifth h3,
.info__34--row--sixth h3 {
    font-family: var(--font-family);
    font-size: 32px;
    color: #000;
    margin: 0 0 20px 0;
}
.info__34--row--fourth p,
.info__34--row--fifth p,
.info__34--row--sixth p {
    font-family: var(--font-family);
    font-size: 22px;
    color: #000;
    line-height: 140%;
}
.info__34--row--fifth {
    flex-direction: row-reverse;
}
.info__34--row--seventh {
    padding: 50px 0;
    display: flex;
    justify-content: center;
}
.info__34--row--seventh--block {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 950px;
}
.info__34--row--seventh--block h3 {
    font-family: var(--font-family);
    font-size: 40px;
    text-align: center;
    color: #000;
    margin: 0;
}
.info__34--row--seventh--block .info__sep {
    border-top: 1px solid #eee;
    margin: 40px 0;
}
.info__34--row--seventh--block p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
    color: #000;
}
.info__35--row {
    background: #fffbe9;
}
.info__35--row--second {
    background-image: url(/catalog/view/theme/unishop/image/info/background-tex.png);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    min-height: auto;
    background-color: #1d2328;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.info__35--row--second h2 {
    margin: 50px 0;
    color: #fffbe9;
}
.info__35--row--second svg {
    position: absolute;
    bottom: 0;
}
.info__35--row--second--block {
    position: relative;
    z-index: 99;
    margin: 0 0 20px 0;
}
.info__35--row--third {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 0 50px 0;
}
.info__35--row--third h2 {
    margin: 0;
    font-size: 42px;
    color: #333e47;
    max-width: 1280px;
    text-align: center;
    font-family: var(--font-family);
}
.info__35--row--third p {
    color: #333e47;
    max-width: 1280px;
    margin: 50px 0 0 0;
    font-size: 26px;
    text-align: center;
}
.info__35--row--fifth {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 0;
}
.info__35--row--fifth--block {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1280px;
}
.info__35--row--fifth--right {
    width: 36%;
}
.info__35--row--fifth--left {
    width: 45%;
}
.info__35--row--fifth--left p {
    color: #333e47;
    font-size: 20px;
    line-height: 130%;
    margin: 0 0 20px 0;
}
.info__35--row--fifth h2 {
    margin: 50px 0;
    font-size: 42px;
    color: #333e47;
    max-width: 1280px;
    text-align: center;
    font-family: var(--font-family);
}
.info__35--row--sixth {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 0 50px 0;
}
.info__35--row--sixth h2 {
    margin: 50px 0;
    font-size: 42px;
    color: #333e47;
    max-width: 1280px;
    text-align: center;
    font-family: var(--font-family);
}
.info__35--row--sixth--block {
    width: 100%;
    max-width: 1280px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.info__35--row--sixth--single {
    width: 32%;
    border-top: 8px solid #333e47;
    margin: 0 0 50px 0;
    padding: 20px 0 0 0;
}
.info__35--row--sixth--single span {
    font-size: 64px;
    color: #333e47;
    font-weight: bold;
    font-family: var(--font-family);
}
.info__35--row--sixth--single p {
    font-size: 20px;
    margin: 20px 0 0 0;
    color: #333e47;
    font-weight: bold;
    font-family: var(--font-family);
}
@media (min-width:768px) {
    #popup-quickorder {
        background: #fff none repeat scroll 0 0;
        margin: 0 auto;
        max-width: 700px;
        min-height: 100px;
        position: relative;
        width: 90%;
        padding: 5px 15px;
    }
    #popup-quickorder .mfp-close {
        position: absolute;
        width: 57px;
        padding-top: 56px;
        text-indent: -999999px;
        height: 0;
        opacity: 1;
        background: url(/catalog/view/theme/default/image/Popup1.png) 0 -198px no-repeat;
        top: -25px;
        right: -27px;
        cursor: pointer;
        z-index: 1;
    }
}
@media (max-width:767px) {
    .info__36__wrapper {
        flex-direction: column;
    }
    .info__36--block {
        width: 100%;
    }
    .info__36--block > div {
        padding: 20px;
        margin: 0;
    }
    .info__32--row h2 {
        font-size: 30px;
        margin: 0 0 20px 0;
    }
    .info__32--row--second--wrapper {
        flex-direction: column;
    }
    .info__32--row--second--block {
        width: 100%;
        max-height: unset;
    }
    .info__32--row--second--block h3 {
        font-size: 24px;
        margin: 0 0 20px 0;
    }
    .info__32--row--sixth, .info__32--row--fifth, .info__32--row--fourth, .info__32--row--second, .info__32--row--third {
        margin: 0 0 20px 0;
    }
    .info__32--row--third--wrapper {
        flex-direction: column;
        padding: 0 15px;
    }
    .info__32--row--fifth--wrapper {
        flex-direction: column;
        margin: 0 auto 20px;
    }
    .info__32--row--fifth--block {
        width: 100%;
        height: auto;
        padding: 15px;
    }
    .info__32--row--sixth--block {
        width: 100%;
    }
    .info__32--row--sixth {
        padding: 0 15px;
    }
    .info__32--row--sixth--wrapper {
        flex-direction: column;
    }
    .info__32--row--seventh--wrapper h3 {
        font-size: 24px;
    }
    .info__32--row--seventh--wrapper {
        padding: 0 15px 15px 15px;
    }
    .info__32--row--fourth--wrapper {
        height: auto;
    }
    .info__32--row--fourth--wrapper > div {
        position: static;
        padding: 15px;
    }
    .info__32--row--fourth--wrapper > div h3 {
        font-size: 30px;
    }
    .info__32--row--fourth--wrapper > div p {
        font-size: 18px;
    }
    .inf_container #content > h2.heading {
        margin: 0 0 20px 0;
    }
    .info__34--row--first h2 {
        font-size: 30px;
        text-align: center;
    }
    .info__34--row--first > div {
        position: static;
        padding: 15px;
    }
    .info__34--row--first {
        flex-direction: column;
    }
    .info__34--row--first .info__sep {
        margin: 20px 0;
    }
    .info__34--row--first p {
        font-size: 18px;
    }
    .info__34--row--second--block {
        padding: 15px;
    }
    .info__34--row--second--block p {
        font-size: 18px;
        text-align: left;
    }
    .info__34--row--third {
        padding: 15px;
    }
    .info__34--row--third h2 {
        font-size: 24px;
    }
    .info__34--row--fourth,
    .info__34--row--fifth,
    .info__34--row--sixth {
        flex-direction: column;
    }
    .info__31 .info__row--left,
    .info__34 .info__row--left,
    .info__31 .info__row--right,
    .info__34 .info__row--right {
        width: 100% !important;
    }
    .info__34 .info__row--right {
        padding: 15px;
    }
    .info__34--row--fourth h3,
    .info__34--row--fifth h3,
    .info__34--row--sixth h3 {
        font-size: 24px;
    }
    .info__34--row--fourth p,
    .info__34--row--fifth p,
    .info__34--row--sixth p {
        font-size: 18px;
    }
    .info__34--row--seventh {
        padding: 15px;
    }
    .info__34--row--seventh--block h3 {
        font-size: 24px;
    }
    .info__34--row--seventh--block .info__sep {
        margin: 20px 0;
    }
    .info__34--row--seventh--block p {
        font-size: 18px;
    }
    .info__31 .info__31--row:nth-of-type(odd) .info__row--right,
    .info__31 .info__31--row:nth-of-type(even) .info__row--left {
        padding: 15px !important;
    }
    .info__31 h2 {
        font-size: 30px !important;
    }
    .info__31 .info__31--row {
        margin: 0 0 20px 0 !important;
        flex-direction: column;
    }
    .info__31 .info__31--row:nth-of-type(even),
    .info__31--row--nineth {
        flex-direction: column-reverse !important;
    }
    .info__31--row--third {
        padding: 15px !important;
    }
    .info__31 .info__row--middle div {
        column-count: 1 !important;
    }
    .info__31 .info__31--row.info__31--row--nineth .info__row--left,
    .info__31 .info__31--row.info__31--row--sixth .info__row--left,
    .info__31 .info__31--row.info__31--row--fourht .info__row--left,
    .info__31 .info__31--row.info__31--row--second .info__row--left {
        padding: 15px !important;
    }
    .info__row--button {
        max-width: unset !important;
    }
    .info__31 .customNextBtn,
    .info__31 .customPrevBtn{
        display: none;
    }
    .info__31--row--eighth {
        padding: 0 15px;
    }
    .info__31--row--tenth .owl-item > div {
        padding: 0 !important;
    }
    .info__33--block {
        width: 100%;
    }
    .info__35--row--first > div h2 {
        font-size: 30px;
        margin: 0 0 20px 0;
    }
    .info__35--row--first > div {
        padding: 0 15px;
    }
    .info__35--row--second h2 {
        margin: 20px 0;
        padding: 0 15px;
        font-size: 24px;
        text-align: center;
    }
    .info__35--row--third {
        padding: 15px;
    }
    .info__35--row--third h2 {
        font-size: 24px;
    }
    .info__35--row--third p {
        margin: 20px 0 0 0;
        font-size: 18px;
        text-align: left;
    }
    .info__35--row--fifth {
        padding: 15px;
    }
    .info__35--row--fifth h2 {
        margin: 20px 0;
        font-size: 24px;
    }
    .info__35--row--fifth--block {
        flex-direction: column;
    }
    .info__35--row--fifth--left {
        width: 100%;
    }
    .info__35--row--fifth--left p {
        font-size: 18px;
    }
    .info__35--row--fifth--right {
        width: 100%;
    }
    .info__35--row--sixth {
        padding: 15px;
    }
    .info__35--row--sixth h2 {
        margin: 20px 0;
        font-size: 24px;
    }
    .info__35--row--sixth--single {
        width: 100%;
        margin: 0 0 20px 0;
    }
    .info__35--row--sixth--single p {
        font-size: 18px;
    }
    .info__35--row--sixth--single span {
        font-size: 40px;
    }

    .cart_fast1 .img_fast img {
        width: 80px;
        margin: 20px 0 0 0;
    }
    .cart_fast1 .name_fast a {
        position: absolute;
        left: 25px;
    }
    #mfilter-content-container .row.row-margin .product-layout.product-list .cart button,
    #mfilter-content-container .row.row-margin .product-layout.product-price .cart button {
        width: 49%;
        margin: 0;
    }
    .mfp-bg {
        z-index: 99999 !important;
    }
    .product-grid .attr__table {
        display: none;
    }
    #mfilter-content-container .row.row-margin .product-layout.product-list .caption {
        text-align: center;
    }
    #mfilter-content-container .row.row-margin .product-layout.product-list .rating {
        justify-content: center;
    }
    #mfilter-content-container .row.row-margin .product-layout.product-price .cart,
    #mfilter-content-container .row.row-margin .product-layout.product-list .cart {
        flex-direction: row;
    }
    #popup-quickorder {
        background: #fff none repeat scroll 0 0;
        margin: 0 auto;
        max-width: 700px;
        min-height: 100px;
        position: relative;
        width: 95%;
        padding: 5px 2px;
    }
    #popup-quickorder .mfp-close {
        position: absolute;
        width: 15px;
        height: 15px;
        padding-top: 26px;
        text-indent: -999999px;
        height: 0;
        opacity: 1;
        background: url(/catalog/view/theme/default/image/mobi_Popup1.png) center top no-repeat;
        top: 5px;
        right: 7px;
        cursor: pointer;
        z-index: 1;
        -moz-background-size: 100%;
        -webkit-background-size: 100%;
        -o-background-size: 100%;
        background-size: 100%;
    }
}
#popup-quickorder .price-quantity-quickorder .price_fast{
    font-size:16px;
    font-weight:500;
    background:#f1f1f1;
    border:1px solid #d9d9d9;
    padding:5px;
    margin-top:3px;
    margin-bottom:3px;
    display:inline-block;
    vertical-align: middle;
}
#popup-quickorder .price-quantity-quickorder .special_fast {
    font-size:16px;
    font-weight:500;
    background:#f1f1f1;
    border:1px solid #d9d9d9;
    padding:5px;
    margin-top:3px;
    margin-bottom:3px;
    display:inline-block;
    vertical-align: middle;
}
#popup-quickorder .price-quantity-quickorder .price-old{
    font-size:16px;
    font-weight:500;
    text-decoration: line-through;
    vertical-align: middle;
    display:inline-block;
}
#popup-quickorder .price-quantity-quickorder .price-new{
    font-size:16px;
    font-weight:500;
    color: #f00;
    vertical-align: middle;
    display:inline-block;
}
#popup-quickorder .price-quantity-quickorder .quantity_quickorder {
    display:inline-block;
    vertical-align:middle;
    margin-left:0px;
}
#popup-quickorder .quantity_quickorder > input {
    border: 1px solid #d9d9d9;
    text-align: center;
    height:30px !important;
    float:left;
    margin-left:-1px;
}
#popup-quickorder .minus_quantity {
    border-right: 0 none !important;
    width: 20px;
}
#popup-quickorder .plus_quantity {
    border-left: 0 none !important;
    width: 20px;
}
#popup-quickorder .quantity_quickorder > input:hover {
    background:#fff;
}
#decrease_quickorder, #increase_quickorder {
    width: 21px !important;
    height:30px !important;
}
#popup-quickorder .sections_block_rquaired .fa {
    color:#fc5c3c !important;
}
#popup-quickorder .sections_block .fa {
    color:#67ca67 !important;
}
#popup-quickorder .sections_block , .sections_block_rquaired{
    position: relative;
}
#popup-quickorder .icon-append-1 {
    font-size: 15px !important;
}
#popup-quickorder #error_name {
    background: #fff none repeat scroll 0 0;
    color: #fc5c3c;
    left: 23px;
    line-height: 29px;
    padding: 0 25px 0 0;
    position: absolute;
    top: 2px;
    z-index: 999;
}
#popup-quickorder #error_phone {
    background: #fff none repeat scroll 0 0;
    color: #fc5c3c;
    left: 23px;
    line-height: 29px;
    padding: 0 25px 0 0;
    position: absolute;
    top: 2px;
    z-index: 999;
}
#popup-quickorder #error_email {
    background: #fff none repeat scroll 0 0;
    color: #fc5c3c;
    left: 23px;
    line-height: 29px;
    padding: 0 25px 0 0;
    position: absolute;
    top: 2px;
    z-index: 999;
}
#popup-quickorder #error_comment_buyer {
    background: #fff none repeat scroll 0 0;
    color: #fc5c3c;
    left: 23px;
    line-height: 29px;
    padding: 0 25px 0 0;
    position: absolute;
    top: 2px;
    z-index: 999;
}
.loading_quick_order .fa {
    font-size: 50px;
    left: 45%;
    position: absolute;
    top: 35%;
    z-index: 9999;
}
.btn-quickorder {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #1EA7D8;
}
.btn-quickorder:hover, .btn-quickorder:focus{
    background-color: #2198C5;
    color: #ffffff;
}
.text-fast1 {
    margin-top:-30px;
    margin-bottom:10px;
}
.objaz_fast {
    color:#f51414;
    font-size:16px;
}
#popup-quickorder label {
    font-style:italic;
    font-weight: normal;
}
#popup-quickorder input.form-control {
    height:30px;
    background:#eeeeee;
}
#popup-quickorder textarea {
    background:#eeeeee;
}
body.information-information .products__viewed,
body.account-wishlist .products__viewed {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
body.information-information .products__viewed .product-layout-1,
body.account-wishlist .products__viewed .product-layout-1 {
    width: 24%;
    margin-right: calc(4%/3);
    margin-bottom: 50px;
}
body.information-information .products__viewed .product-layout-1:nth-of-type(4n+0),
body.account-wishlist .products__viewed .product-layout-1:nth-of-type(4n+0) {
    margin: 0;
}
.products__featured .cart {
    display: flex;
    justify-content: space-between;
}
.products__featured .cart button {
    width: 48% !important;
}
.products__featured .cart a {
    width: 48%;
    transition: 0.3s;
    border-radius: 4px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.button__wishlist {
    position: absolute;
    left: 10px;
    top: 10px;
    padding: 0;
    border: none;
    width: auto !important;
    height: auto !important;
    z-index: 99;
    background: transparent !important;
}
.button__wishlist.added svg path,
.button__wishlist:hover svg path {
    fill: #C0B9AF;
}
.content_top + .alert {
    display: none !important;
}
.product-search #mfilter-content-container input[name="search"],
.product-search #mfilter-content-container select {
    box-shadow: none;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    /*padding: 0;*/
    width: 100%;
}
.product-search #mfilter-content-container h1 + label,
.product-search #mfilter-content-container h3 {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 16px;
    color: #000;
}
.product-search .checkbox-inline {
	display: inline-flex !important;
	align-items: center !important;
	padding-top: 1.8rem !important;
	padding-bottom: 1.8rem !important;
}
.product-search .checkbox-inline input {
    width: 2rem !important;
    height: 2rem !important;
    margin-right: 0.5rem !important;
    margin-top: 0 !important;
}
.product-search .checkbox-inline span {
    padding-left: 6px;
}
.product-search #button-search {
	padding: 6px 50px;
}
@media (min-width:992px) {
    #menu .nav {
        background: none !important;
    }
    #menu data-toggle {
        display:none;
    }
    .mobi_div {
        display:none;
    }
    .desctop_div {
        display:block;
    }
    #menu .nav > li > a.a-menu-test {
        color: #238CD1 !important;
    }
    #menu .nav>li>a.a-menu-test.cat-222 {
        color: #238CD1 !important;
    }
    #mobi_footer {
        display:none;
    }
    .btncart2 {
        background: none;
        border:none;
    }
    #mobi_breadcrumb  {
        display:none;
    }
}
.smotret_vse-test button {
    background: #35bd35 !important;
}
.smotret_vse-test button:hover {
    background: #2da32d !important;
}
.head_relat-test {
    color:#d42929 !important;
}
#quickorder_btn button.contact-send-test {
    background: #35bd35 !important;
}
#quickorder_btn button.contact-send-test:hover{
    background: #2da32d !important;
}
.choose-sizes-table {
    border-color: #e5e5e5;
    border-style: solid;
    border-width: 1px 1px 0;
}
.choose-sizes-table .table-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #e5e5e5;
}
.choose-sizes-table .table-row .table-col:nth-of-type(1) {
    color: #999;
    -webkit-flex-basis: 22%;
    -ms-flex-preferred-size: 22%;
    flex-basis: 22%;
}
.choose-sizes-table .table-row .table-col {
    -webkit-flex-basis: 13%;
    -ms-flex-preferred-size: 13%;
    flex-basis: 13%;
}
.popup_content .popup-heading {
    display: none;
}
#popup-form-178.popup_content .popup-heading {
    display: block;
    text-align: center;
}
.choose-sizes-table .table-col {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 5px;
}
.choose-sizes-table h3 {
    margin-top: 10px;
}
.choose-sizes-table.table-mobile {
    display: none;
}
@media (min-width: 590px) {
    .choose-sizes-img img {
        display: inline-block;
        height: auto;
        width: 33.33%;
    }
}
.choose-sizes-head > div + div {
    margin-left: 15px;
}
.choose-sizes-img {
    border: 1px solid #e5e5e5;
}
.choose-sizes-img img {
    display: inline-block;
    height: auto;
    margin: 0 auto;
    max-width: 178px;
}
.choose-sizes-head {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.popup_content {
    max-height: 80%;
    padding: 30px !important;
}
#popup-default-180.popup_content {
    padding: 10px !important;
    max-height: unset !important;
}
.error {
    color: #fff;
    background-color: #f00;
    padding: 2px 5px;
}
.btn.wishlist {
    height: 40px;
    width: 23.5%;
}
.btn.compare {
    height: 40px;
    width: 23.5%;
}
#fastorder_data .inputs .pull-left+div {
    width: calc(100% - 100px);
}
#fastorder_data .inputs .pull-left {
    width: 100px;
}
#fastorder_data .inputs .pull-left+div input, #fastorder_data .inputs .pull-left+div textarea {
    width: 100%;
    box-shadow: none;
}
.var_1 {
    margin: 30px 0;
}
.var_1 .container > div  {
    border: 6px solid #ffe389;
    padding: 10px 0;
}
#quickorder_btn button.btn-quickorder {
    font-family: var(--second-family);
    width: 48%;
    margin: 0;
    display: block;
    color: #333;
    height: auto;
    float: left;
    border: none;
    border-radius: 0;
    background-color: #dedede;
    text-shadow: none;
    font-size: 18px;
}
#quickorder_btn button.contact-send {
    font-family: var(--second-family);
    width: 48%;
    margin: 0;
    display: block;
    color:#fff;
    height: auto;
    float: right;
    border: none;
    border-radius: 0;
    background-color: #468847;
    text-shadow: none;
    font-size: 18px;
}
#quickorder_btn button.contact-send:hover {
    background-color: #000;
}

.btn.btn-primary:hover {
    background-color:#468847 !important;
    border-color: #468847 !important;
}
#quickorder_btn button:hover {

}
#quickorder_btn button+button {
    background-color: #2c88a7;
}
.order-features {
    clear:both;
    border:3px solid #ffcf34;
}
.block_pod1 {
    padding: 10px 0px 15px 50px;
    border-right:5px dashed #ffcf34;
}
.block_pod2 {
    padding: 10px 0px 15px 25px;
}
.order-features img {
    margin-right: 15px;
}
.order-features span {
    font-size: 16px;
}
.fast_podarok_img {
    position: absolute;
    right: -40px;
    top: 0px;
}
#quickorder_btn {
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    height: 40px;
}
#remove_quickorder {
    background: transparent;
    background-image: url(/image/catalog/cancel.png);
    width: 15px;
    height: 15px;
    border: none;
}
.cart_fast1 {
    display: none;
}
.mfp-content .form-horizontal {
    background: #fff none repeat scroll 0 0;
    margin: 0 auto;
    max-width: 900px;
    min-height: 100px;
    position: relative;
    width: 90%;
    padding: 30px;
}
.mfp-content .form-horizontal h3 {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 24px;
    color: rgb(0, 0, 0);
    margin: 0px 0px 0px 20px;
    text-align: center;
}
.mfp-content .form-horizontal .rev_form {
    padding: 0;
    border: none;
    box-shadow: none;
    background: transparent;
}
.mfp-content .form-horizontal .mfp-close {
    position: absolute;
    width: 57px;
    padding-top: 56px;
    text-indent: -999999px;
    height: 0;
    opacity: 1;
    background: url(/catalog/view/theme/default/image/Popup1.png) 0 -198px no-repeat;
    top: -25px;
    right: -27px;
    cursor: pointer;
    z-index: 1;
}
.mfp-content .form-horizontal button:not(.mfp-close) {
    font-family: var(--second-family);
    width: 48%;
    display: block;
    color: #000;
    height: auto;
    float: right;
    background-color: #fff;
    text-shadow: none;
    font-size: 18px;
    margin: 0px;
    border-image: initial;
    transition: 0.3s;
    border: 1px solid #000;
    border-radius: 4px;
}
.mfp-content .form-horizontal button:not(.mfp-close):hover {
    background-color: #000 !important;
    color: #fff;
}
.mfp-content .form-horizontal input[type="text"],
.mfp-content .form-horizontal textarea {
    background: #eeeeee;
}
.mfp-content .form-horizontal textarea {
    height: 100px;
}
.mfp-content .form-horizontal label {
    margin: 0 0 10px 0;
    font-style: italic;
}
.mfp-content .form-horizontal .review_star {
    position: relative;
    cursor: pointer;
}
.mfp-content .form-horizontal .review_star input {
    position: relative;
    z-index: 99;
    opacity: 0;
    width: 18px;
    height: 20px;
}
.mfp-content .form-horizontal .review_star .stars {
    position: absolute;
    top: 0;
}
.mfp-content .form-horizontal .review_star .stars i {
    margin: 3px 4px 0 0;
    font-size: 20px;
}
.mfp-content .form-horizontal .review_star .stars i:last-of-type {
    margin: 0;
}
#list-view {
    display: none;
}
.product-price .caption {
    width: calc(100% - 500px);
}
.product-price .caption .table {
    margin: 20px 0 0 0;
}
.product-price .caption .table td {
    padding: 3px 5px;
    font-family: var(--second-family);
    line-height: 140%;
    font-weight: 400;
    font-size: 16px;
    color: #000;
}
.product-price .caption .table td:last-of-type {
    font-weight: bold;
}
.product-grid .caption .table {
    display: none;
}
.six_prichin br,
#tab-dovM p br,
#tab-dov p br {
    display: none;
}
.info__31,
.info__34,
.info__35,
.info__32 {
    margin-left: calc(-1 *(100vw - 100%)/2);
    width: 100vw;
    padding: 0 0 50px 0;
}
.info__31 .info__row {
    display: flex;
    justify-content: space-between;
}
.info__31 .info__row--left,
.info__34 .info__row--left,
.info__31 .info__row--right,
.info__34 .info__row--right {
    width: 50%;
}
.info__31 .info__row--left img,
.info__34 .info__row--left img {
    width: 100%;
}
.info__31 .info__31--row:nth-of-type(odd) .info__row--right,
.info__31 .info__31--row:nth-of-type(even) .info__row--left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 50px;
}
.info__31 .info__31--row {
    margin: 0 0 50px 0;
}
.info__31 h2 {
    font-size: 45px;
    font-family: var(--second-family);
    color: #000;
    margin: 0 0 20px 0;
    font-weight: bold;
    word-break: auto-phrase;
}
.info__sep {
    width: 100px;
    border-top: 4px solid #eee;
    margin: 0 0 20px 0;
}
.info__31 .info__row p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #000;
    max-width: 500px;
}
.info__31--row--third {
    background: #f4f0ec;
    padding: 50px 0 0 0;
}
.info__31 .info__row--middle {
    width: 100%;
}
.info__31 .info__row--middle h2 {
    text-align: center;
}
.info__31 .info__row--middle div {
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
}
.info__31 .info__row--middle div p {
    max-width: none;
    margin: 0 0 40px 0;
}
.info__31--row--fourth {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
    url('/catalog/view/theme/unishop/image/info/ugg-str.webp');
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-top: 37.5%;
}
.info__31 .info__31--row.info__31--row--nineth .info__row--left,
.info__31 .info__31--row.info__31--row--sixth .info__row--left,
.info__31 .info__31--row.info__31--row--fourht .info__row--left,
.info__31 .info__31--row.info__31--row--second .info__row--left {
    padding-left: 10%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.info__31 .info__31--row.info__31--row--fifth .info__row--right,
.info__31 .info__31--row.info__31--row--seventh .info__row--right {
    padding-left: 10%;
}
.info__31 .info__row.info__31--row--tenth {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.info__31--row--tenth > .info__31--row--slider {
    width: 100%;
    max-width: 1398px;
    padding-right: 15px;
    padding-left: 15px;
}
.info__31--row--tenth .owl-item > div {
    padding: 0 10px;
}
.module-mega_filter-results .mfilter-box {
    margin: 0;
}
.module-mega_filter-results .cat_container--special .product-layout.product-grid {
    width: 25%;
}
#live-search.div_search {
    position: absolute;
    right: 15px;
    top: 100%;
}
#live-search.div_search ul:has(li) {
    position: relative;
    background: #fff;
    z-index: 99;
    border: 1px solid #707070;
    border-radius: 4px;
    padding: 0 10px 10px 10px;
    min-width: 400px;
}
#live-search.div_search li {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 10px 0;
}
#live-search.div_search li:last-of-type {
    border-top: 1px solid;
    padding: 10px 0 0 0;
    text-align: center;
    justify-content: center;
    margin: 10px 0 0 0;
}
#live-search.div_search li .product-image {
    flex-shrink: 0; /* Ð§Ñ‚Ð¾Ð±Ñ‹ Ð¸Ð·Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð¸Ðµ Ð½Ðµ ÑÐ¶Ð¸Ð¼Ð°Ð»Ð¾ÑÑŒ */
	margin: 0 20px 0 0;
	min-width: 50px;
}
#live-search.div_search li .product-name {
    flex-grow: 1; /* Ð—Ð°Ð½Ð¸Ð¼Ð°ÐµÑ‚ Ð´Ð¾ÑÑ‚ÑƒÐ¿Ð½Ð¾Ðµ Ð¿Ñ€Ð¾ÑÑ‚Ñ€Ð°Ð½ÑÑ‚Ð²Ð¾ */
    width: 55%;
}
#live-search.div_search li .product-price {
    font-weight: bold;
    text-align: right;
    white-space: nowrap;
    margin-left: auto;
}
header {
    border-bottom: 1px solid #f4f2ee;
}
@media (max-width:767px){
    #popup-form-178 {
        min-width: unset;
    }
    #popup-form-178 .popup-heading {
        width: 100%;
    }
    #popup-form-178 .pull-center a {
        width: 100%;
        font-size: 16px;
        margin: 10px 0 0 0;
    }
    #mobi_footer {
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 2;
        border-top: 1px solid #c0b9af;
        background: #fff;
        left: 0;
        right: 0;
        padding: 10px 0;
    }
    #mobi_footer > div > div {
        display: flex;
        justify-content: center;
    }
    .mobi_cart {
        background: #468847;
        border-radius: 22px;
        color: #fff;
        width: 50%;
        padding: 5px 10px;
        font-size: 18px;
        position: relative;
        z-index: 9;
    }
    .sticky .logo_wrap {
        margin-top: -40px;
    }
    #popup-quickorder .product_option_change_row .radio {
        width: 30%;
        margin: 0 3% 0 0;
    }
    #popup-quickorder .option {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    #popup-quickorder .product_option_change_row .radio label {
        width: 100%;
        text-align: center;
    }
    #popup-quickorder .product_option_change_row .option label > span {
        padding: 7px 5px;
    }
    .six_prichin br,
    #tab-dovM p br,
    #tab-dov p br {
        display: block;
    }
    #tab-dovM div p:not(:first-of-type) {
        list-style-type: disc;
        display: list-item;
        margin: 0 0 0 20px;
    }
    #list-view {
        display: block !important;
    }
    .nav-tabs li.mobile__view,
    .html_mod.adv__slider.mobile__view {
        display: block;
    }
    .html_mod.adv__slider.mobile__view + script + div {
        display: none;
    }
    #top-links {
        display: none;
    }
    #menu ul > li {
        padding: 5px !important;
        width: 100%;
    }
    #menu ul > li:hover > a {
        pointer-events: none;
    }
    #menu ul > li .dropdown-menu {
        position: static;
        width: 100%;
        border: none;
    }
    #menu ul > li .dropdown-menu .dropdown-inner {
        display: flex;
        flex-direction: column;
    }
    #menu .nav > li .dropdown-menu li {
        position: relative;
        margin-bottom: 10px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        padding-left: 20px !important;
    }
    #menu .nav > li > .dropdown-menu > div > ul > li > span {
        width: 100%;
        margin: 5px 0 0 0;
    }
    #logo-block {
        padding: 0 15px 15px 15px;
        flex-wrap: wrap;
        position: relative;
    }
    #logo {
        display: none;
    }
    .slogan br {
        display: none;
    }
    .logo_wrap {
        width: 100%;
        margin: 0 0 20px 0;
        padding: 20px 0 0 0;
    }
    .h-100 {
        height: auto;
    }
    #div_search {
        height: 100%;
    }
    .saletime {
        display: flex;
        justify-content: space-between;
        background: #f4f2ee;
        padding: 20px 15px;
        flex-wrap: wrap;
        align-items: center;
    }
    .saletime-single:nth-of-type(n+2) span {
        font-size: 16px;
    }
    .saletime-single:nth-of-type(2) span,
    .saletime-single:nth-of-type(3) span {
        margin-left: 10px;
    }
    .saletime-single:nth-of-type(1),
    .saletime-single:nth-of-type(3) {
        width: 60%;
        justify-content: flex-start;
    }
    .saletime-single:last-of-type span {
        font-size: 20px;
    }
    .saletime-single:nth-of-type(n+2) svg {
        margin: 0;
    }
    .saletime-single {
        align-items: center;
        margin: 5px 0;
        width: 40%;
        justify-content: flex-end;
    }
    .saletime-single:first-of-type span {
        margin: 0 0 0 25px;
    }
    .html_udobno > div {
        border-bottom: none;
        padding: 0;
        width: 100%;
        margin: 0 0 15px 0;
    }
    .html_udobno .head_relat {
        margin: 0;
    }
    .html_udobno .head_relat span {
        margin: 20px 0 0 0;
        font-family: var(--second-family);
        font-weight: 700;
        font-size: 18px;
        color: #000;
    }
    .html_udobno .img_relat {
        font-family: var(--second-family);
        font-weight: 400;
        font-size: 14px;
        line-height: 130%;
        color: #000;
    }
    .html_udobno .text_relat {
        text-align: center;
        margin: 20px 0 0 0;
    }
    .html_udobno {
        display: flex;
        justify-content: space-between;
        padding: 20px 0 0 0;
        flex-wrap: wrap;
        border-bottom: 1px solid #c0b9af;
        margin: 0 0 20px 0;
    }
    .slider-container .left-content {
        width: 100%;
        padding: 20px 15px;
        align-items: flex-start;
    }
    .slider-container .left-content--middle {
        flex-wrap: wrap;
        margin: 20px 0 0 0;
    }
    .slider-container .left-content--middle > div:nth-of-type(1),
    .slider-container .left-content--middle > div:nth-of-type(2) {
        width: 50%;
        padding: 0;
        margin: 0;
    }
    .slider-container .left-content--middle > div:nth-of-type(1) {
        border-right: 1px solid #000;
    }
    .slider-container .left-content--middle > div:nth-of-type(2) {
        border: none;
        padding: 0 0 0 10px;
    }
    .slider-container .left-content--middle > div:nth-of-type(3) {
        width: 100%;
        border-top: 1px solid #000;
        margin: 20px 0 0 0;
        padding: 15px 0 0 0;
    }
    .left-content--middle > div > span:nth-of-type(2) {
        font-family: var(--second-family);
        font-weight: 400;
        font-size: 14px;
        color: #000;
    }
    .slider-container .left-content--middle > div:nth-of-type(1) > span:nth-of-type(1),
    .slider-container .left-content--middle > div:nth-of-type(2) > span:nth-of-type(1) {
        margin: 0;
        font-family: var(--second-family);
        font-weight: 700;
        font-size: 40px;
        color: #000;
    }
    .slider-container .sale-button {
        margin: 20px 0 0 0;
        width: 100%;
    }
    .home__categories {
        margin: 40px 0 0 0;
    }
    .home__categories__top {
        margin: 0 0 40px 0;
    }
    .home__categories__top h1 {
        font-size: 24px;
    }
    .home__categories__content {
        flex-direction: column;
        padding: 0;
    }
    .home__categories__content > div img {
        width: auto;
    }
    .home__categories__list {

    }
    .home__categories__list + span {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 100%;
        display: flex;
        height: 90px;
        background: linear-gradient(180deg, rgba(244, 242, 238, 0) 0%, #f4f2ee 100%);
        justify-content: flex-end;
        align-items: flex-end;
        padding: 0 10px 20px 0;
    }
    .home__categories + .container {
        padding: 0;
    }
    .home__categories__content > div {
        width: 100%;
        margin: 0 0 10px 0;
        display: flex;
    }
    .home__categories__list li {
        margin: 0 0 12px 0;
    }
    .home__categories__wrapper > a {
        font-size: 20px;
    }
    .home__categories__first {
        height: 163px;
    }
    .home__categories__content > div:nth-of-type(2) > div:first-of-type,
    .home__categories__content > div:nth-of-type(3) > div:first-of-type {
        margin: 0 0 20px 0;
        display: flex;
    }
    .home__categories__content > div:nth-of-type(2) > div,
    .home__categories__content > div:nth-of-type(3) > div {
        display: flex;
        height: 163px;
    }
    .home__categories__wrapper {
        overflow: hidden;
        background: #fff;
        max-height: 163px;
        width: calc(100% - 163px);
        right: 0;
        left: unset;
        bottom: unset;
        opacity: 1;
        height: 100%;
        transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
    }
    .reviews__wrapper {
        margin: 30px 0 0 0;
        flex-direction: column;
    }
    .reviews__wrapper--left {
        padding: 30px 60px;
        width: 100%;
    }
    .reviews__wrapper--right {
        width: 100%;
        padding: 40px 15px;
    }
    .reviews__wrapper:before,
    .reviews__wrapper:after {
        display: none;
    }
    .reviews__stars--full {
        justify-content: space-between;
    }
    .reviews__wrapper--left h3 {
        margin: 0 0 30px 0;
        font-size: 24px;
    }
    .reviews__wrapper--buttons {
        margin: 30px 0 0 0;
    }
    .reviews__wrapper--left > div {
        max-width: unset;
    }
    .cert__banners {
        margin: 40px 0 0 0;
        padding: 0 15px;
    }
    .cert__single {
        width: 100%;
        padding: 30px 20px 0 20px;
        margin: 0 0 20px 0;
    }
    .cert__single h3 {
        font-size: 20px;
        margin: 0 0 20px 0;
    }
    .cert__content--left span {
        font-family: var(--font-family);
        font-weight: 400;
        font-size: 14px;
        line-height: 140%;
        color: #000;
    }
    .delivery__banners {
        flex-direction: column;
        margin: 0;
    }
    .delivery__single--left {
        padding: 40px 15px;
    }
    .delivery__single--right {
        position: relative;
        display: flex;
        background: #222222;
    }
    .delivery__single--right svg {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: auto;
    }
    .delivery__single--right > div {
        padding: 40px 60px 40px 15px;
        position: static;
        z-index: 99;
    }
    .free__banners {
        margin: 0;
        flex-direction: column;
        padding: 40px 15px;
    }
    .free__banners--left {
        width: 100%;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .free__banners--right {
        padding: 0;
        width: 100%;
        border:none;
        margin: 10px 0 0 0;
    }
    .free__banners--left > div:first-of-type {
        position: relative;
        width: 100%;
    }
    span.free__value {
        position: absolute;
        right: 0;
    }
    .free__banners--left > div:first-of-type img {
        position: static;
    }
    .free__banners--left > div:last-of-type {
        width: 100%;
    }
    .content__home {
        margin: 40px 0 0 0;
    }
    .content__home h3 {
        font-size: 24px;
        margin: 0 0 40px 0;
    }
    .product-layout {
        margin: 0 0 20px 0;
        padding: 0;
    }
    .cat__wrapper {
        flex-direction: column;
    }
    .cat__wrapper .ban_div_bot {
        width: 100%;
        margin: 0 0 10px 0;
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
        align-items: normal;
        background: #f4f2ee;
    }
    .cat__wrapper .ban_div_bot img {
        max-width: 150px;
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    .cat__wrapper .ban_div_bot a {
        width: 100%;
        height: 100%;
        background: #f4f2ee;
        padding: 20px 40px 20px 15px;
        border-radius: 0;
        position: static;
        align-items: flex-start;
    }
    .cat__wrapper .ban_div_bot a svg {
        position: static;
        margin: 30px 0 0 0;
    }
    .cat__wrapper .ban_div_bot a svg path {
        stroke:#C0B9AF;
    }
    .cat__wrapper .ban_div_bot a span {
        font-family: var(--second-family);
        font-weight: 400;
        font-size: 16px;
        line-height: 139%;
        text-transform: uppercase;
        color: #000;
        text-align: left;
    }
    .product_carousel:has(.news_wrapper) {
        margin: 40px 0 0 0;
    }
    .product_carousel:has(.news_wrapper) h3 {
        font-family: var(--font-family);
        font-weight: 700;
        font-size: 24px;
        text-align: center;
        color: #fff;
        margin: 40px 0;
    }
    .common-home .news_wrapper .news_module {
        flex-direction: column;
    }
    .common-home .news_wrapper {
        margin: 0 0 20px 0;
    }
    .common-home .news_wrapper .news_module .news {
        width: 100%;
        padding: 0 15px;
        padding: 0 20px;
    }
    .product_carousel:has(.news_wrapper):before,
    .product_carousel:has(.news_wrapper):after {
        display: none;
    }
    .content__subscr {
        padding: 40px 15px;
    }
    .content__subscr .container {
        flex-direction: column;
    }
    .socialc_content {
        border-left: none;
        padding: 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin: 20px 0 0 0;
    }
    .subscr_content {
        flex-direction: column;
    }
    .subscr_content--right {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin: 20px 0 0 0;
    }
    .subscr_content--left {
        width: 100%;
    }
    .podpiska_social {
        justify-content: flex-start;
        display: flex;
        margin: 20px 0 0 0;
    }
    .content__hello {
        margin-top: 0px;
        flex-direction: column;
    }
    .hello__content {
        padding: 40px 15px;
    }
    .hello__content h3 {
        margin: 0 0 20px 0;
        font-size: 24px;
    }
    .hello__content--left {
        width: 100%;
        padding: 0;
    }
    .hello__content--right {
        width: 100%;
    }
    .content__adv {
        background: #fbf7f1;
        position: relative;
        padding: 10px 15px;
        margin: 0;
    }
    .content__adv > div {
        padding: 0;
    }
    .adv__single {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 40px 0;
    }
    .adv__single span:first-of-type {
        font-size: 18px;
    }
    .adv__single span:last-of-type {
        font-size: 16px;
    }
    .adv__content {
        flex-wrap: wrap;
    }
    footer {
        background: #222;
        padding: 40px 15px;
        margin: 40px 0 0 0;
    }
    .footer__column {
        width: 100%;
        padding: 0;
        margin: 40px 0 0 0;
    }
    .footer__column:first-of-type, .footer__column:last-of-type {
        width: 100%;
    }
    .footer__column:first-of-type {
        margin: 0;
    }
    .footer__column:nth-of-type(2),
    .footer__column:nth-of-type(3) {
        width: 49%;
    }
    .mfilter-box {
    	border: none;
    	margin: 0;
    	padding: 0 14px 20px;
    }
    .cat_container h1 {
        margin: 0 0 20px 0;
        font-size: 24px;
    }
    .cat_container .product-layout {
        padding: 0;
        width: 49%;
    }
    .prod_container .row.product_carousel h3 {
        font-size: 24px;
        text-align: center;
        color: #000;
        margin: 20px 0;
        padding: 0 0px;
    }
    .prod_container .row.product_carousel h3 span {

    }
    .prod_container .row.product_carousel {
        margin: 0;
        padding: 0;
    }
    .prod_container .row.product_carousel .col-xs-12 {
        padding: 0;
    }
    .product__left {
        width: 100%;
    }
    .product__right {
        width: 100%;
        margin: 20px 0 0 0;
    }
    .product__wrapper {
        flex-direction: column;
    }
    .block_price_heading h1 {
        margin: 0 0 20px 0;
    }
    .block_price_heading h1 span {
        font-size: 24px;
    }
    .econom_wrap {
        display: flex;
        align-items: center;
    }
    .rating {
        margin: 10px 0 0 0;
    }
    .prosuct__cart {
        margin-top: 20px;
    }
    .ordered__block {
        margin: 20px 0 0 0;
        flex-direction: column;
    }
    .ordered__block span:last-of-type {
        margin: 10px 0 0 0;
    }
    .product_related {
        padding: 0;
    }
    .product_related .product-layout {
        width: 23%;
    }
    .relat_block, .size__wrapper {
        margin: 20px 0 0 0;
    }
    .manuf__wrapper {
        margin: 0;
        padding: 0;
        flex-direction: column-reverse;
        background: transparent;
    }
    .manuf__wrapper > div:last-of-type {
        width: 100%;
        padding: 0;
        border-left: none;
        margin: 10px 0 0 0;
    }
    .manuf__wrapper > div:first-of-type {
        width: 100%;
        padding: 10px 50px;
        background: #f9f9f9;
    }
    #item3 span {
        width: 85%;
        font-size: 12px;
    }
    .present__wrapper {
        position: relative;
        margin: 20px 0 0 0;
    }
    .present__content {
        padding: 30px 20px;
        width: 60%;
    }
    .pros__wrapper {
        margin: 50px 0 0 0;
    }
    .pros__wrapper > div {
        padding: 20px 20px 0 20px;
    }
    .pros__single {
        width: 100%;
        display: flex;
        margin: 0;
        flex-direction: column;
        align-items: center;
        padding: 30px;
    }
    .pros__single > div:nth-of-type(2) {
        display: flex;
        flex-direction: column;
        margin: 0;
        width: 100%;
        align-items: center;
        margin: 20px 0 0 0;
    }
    .desktop__view {
        display: none;
    }
    .charact__left .nav.nav-tabs {
        flex-direction: column;
        border: none;
    }
    .charact__left .nav-tabs li a {
        padding-left: 0;
        padding-bottom: 0;
    }
    .charact__left {
        margin: 0;
    }
    .charact__wrapper {
        margin: 70px 0 0 0;
    }
    .prodreview {
        margin: 20px 0 0 0;
    }
    .prodreview__left {
        width: 100%;
        padding: 30px 60px;
    }
    .prodreview__wrapper {
        flex-direction: column;
    }
    .prodreview__right {
        width: 100%;
        padding: 20px 15px;
    }
    .prodreview:before,
    .prodreview:after {
        display: none;
    }
    .prodreview__left h3 {
        font-size: 24px;
    }
    .prodreview__left > div {
        max-width: 100%;
    }
    .podpiska_head2,
    .podpiska_head {
        text-align: left;
    }
    .sort_panel {
        margin: 0 0 20px 0;
    }
    .desctop_div .col-12 {
        padding: 0;
    }
    .logo_wrap {
        background: #000;
        margin: 0 -15px 15px -15px;
        justify-content: center;
        padding: 12px 0;
        width: calc(100% + 30px);
    }
    .logo_wrap .slogan {
        font-family: var(--second-family);
        font-weight: 700;
        font-size: 12px;
        line-height: 130%;
        color: #fff;
        margin: 0;
    }
    .desktop__view {
        display: none;
    }
    .mobile__view {
        display: block;
    }
    #menu.desktop__view {
        display: none;
    }
    #logo-block > #viewed_link,
    #logo-block > #wishlist {
        display: none;
    }
    .cart_head {
        order: 5;
    }
    #phone {
        order: 4;
    }
    .menu__mobile .navbar-toggle {
        padding: 0;
        margin: 0;
        border: none;
        background: transparent;
        border-radius: 0;
    }
    .menu__mobile .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 99999999;
        padding: 0;
        border: none;
        box-shadow: none;
        border-top: 1px solid #c0b9af;
        border-bottom: 1px solid #09121f;
        height: calc(100vh - 100%);
        background: #09121f;
        overflow-y: scroll;
        overflow-x: hidden;
    }
    .menu__mobile--additional {
        background: #f4f2ee;
        display: flex;
        flex-direction: column;
        padding: 20px 15px;
    }
    .menu__mobile--additional > a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0 0 18px 0;
    }
    .menu__mobile--additional > a span {
        width: 90%;
        font-family: var(--font-family);
        font-weight: 400;
        font-size: 16px;
        color: #000;
    }
    .mobile_geoip_block {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-family: var(--font-family);
        font-weight: 400;
        font-size: 16px;
        color: #000;
    }
    .mobile_geoip_block div {
        width: 100%;
        font-family: var(--font-family);
        font-weight: 400;
        font-size: 16px;
        color: #000;
    }
    .mobile_geoip_block div span.zone {
        font-family: var(--font-family);
        font-weight: 400;
        font-size: 16px;
        color: #000;
    }
    .menu__mobile .navbar-collapse > ul {
        margin: 0;
        padding: 10px 40px 5px 15px;
        background: #fff;
    }
    .menu__mobile .navbar-collapse > ul > li > a,
    .menu__mobile .navbar-collapse > ul > li > span {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 18px 0;
        font-family: var(--second-family);
        font-weight: 500;
        font-size: 18px;
        color: #000;
        height: auto !important;
    }
    .menu__mobile .navbar-collapse > ul > li {
        position: static;
    }
    .menu__mobile .navbar-collapse > ul > li > span + ul {
        top: 0;
        padding: 10px 15px;
        border: none;
        box-shadow: none;
        left: unset;
        right: -100%;
        margin: 0;
        border-radius: 0;
        display: block !important;
        width: 100%;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
        height: 0;
        overflow: hidden;
    }
    .menu__mobile .navbar-collapse > ul > li > span + ul.collapse.in {
        right: 0;
        height: 100dvh;
        overflow: auto;
    }
    .menu__mobile .navbar-collapse > ul > li > span + ul > div:first-of-type {
        display: flex;
        align-items: center;
        padding: 10px 0;
        margin: 0 0 5px 0;
    }
    .menu__mobile .navbar-collapse > ul > li > span + ul > div:first-of-type span {
        font-family: var(--second-family);
        font-weight: 400;
        font-size: 16px;
        color: #000;
        margin: 0 0 0 10px;
    }
    .menu__mobile .navbar-collapse > ul > li > span + ul > div.dropdown-inner a {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .menu__mobile .navbar-collapse > ul > li > span + ul > div.dropdown-inner a div {
        display: flex;
        flex-direction: column;
    }
    .menu__mobile .navbar-collapse > ul > li > span + ul > div.dropdown-inner {
        padding: 10px 0;
    }
    .menu__mobile .navbar-collapse > ul > li > span + ul > div.dropdown-inner > ul > li {
        margin: 0 25px 15px 0;
    }
    .menu__mobile .navbar-collapse > ul > li > span + ul > div.dropdown-inner a div span:first-of-type {
        font-family: var(--font-family);
        font-weight: 400;
        font-size: 18px;
        line-height: 120%;
        color: #000;
    }
    .menu__mobile .navbar-collapse > ul > li > span + ul > div.dropdown-inner a div span:last-of-type {
        font-family: var(--font-family);
        font-weight: 400;
        font-size: 14px;
        line-height: 120%;
        color: #a3a3a3;
    }
    .slider-container {
        flex-direction: column-reverse;
    }
    .slider-container .right-content {
        width: 100%;
    }
    .slider-container .swiper-button-next,
    .slider-container .swiper-button-prev {
        bottom: 20px;
    }
    .slider-container .swiper-button-prev {
        left: 20px;
    }
    .slider-container .swiper-button-next {
        left: 70px;
    }
    .left-content--top .sale-countdown {
        margin: 0 0 0 20px;
    }
    .slider-container .left-content--bottom {
        display: flex;
        max-width: 220px;
    }
    .slider-container  .left-content--middle > div:nth-of-type(3) > span:nth-of-type(1) {
        font-family: var(--second-family);
        font-weight: 700;
        font-size: 24px;
        color: #000;
    }
    .cert__content {
        flex-direction: column;
    }
    .cert__content--left {
        width: 100%;
    }
    .cert__content--right {
        width: 100%;
    }
    .content__home .row.row-margin:has(.product-layout) {
        margin: 0;
        display: flex;
        justify-content: space-between;
    }
    .content__home .row.row-margin:has(.product-layout):before,
    .content__home .row.row-margin:has(.product-layout):after {
        display: none;
    }
    .content__home .row.row-margin:has(.product-layout) .product-layout {
        width: 49%;
    }
    .caption {
        padding: 15px 10px 15px 10px;
    }
    .caption h4 {
        font-size: 14px;
        line-height: 1.4;
    }
    .product-layout.product-list:hover .product-thumb {
        background: transparent !important;
    }
    .caption .price {
        margin: 0;
    }
    .mobile__top {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 0 20px 0;
    }
    .mobile__title span {
        font-family: var(--second-family);
        font-weight: 700;
        font-size: 20px;
        color: #000;
    }
    .mobile__title {
        display: flex;
        width: 70%;
    }
    .mobile__price {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }
    .rating.mobile__view {
        margin: 0;
    }
    .mobile__price span:first-of-type {
        font-family: var(--second-family);
        font-weight: 700;
        font-size: 24px;
        text-align: right;
        color: #000;
    }
    .mobile__price span:last-of-type {
        font-family: var(--second-family);
        font-weight: 400;
        font-size: 16px;
        line-height: 140%;
        text-decoration: line-through;
        color: #000;
    }
    .owl-controls .owl-pagination .owl-page span {
        border-radius: 4px;
        width: 20px;
        height: 4px;
        background: #a19486;
        display: block;
    }
    .owl-controls .owl-pagination .owl-page.active span {
        background: #000;
    }
    .product__left .product_sticker {
        left: unset;
        right: 0;
        font-size: 16px;
    }
    .psevdoblock {
        position: relative;
    }
    .owl-controls .owl-pagination {
        display: flex;
        justify-content: center;
    }
    .owl-controls .owl-pagination .owl-page {
        margin: 0 5px;
    }
    .owl-controls {
        position: absolute;
        bottom: 15px;
        right: 0;
        left: 0;
    }
    .prosuct__cart .form-group {
        flex-direction: column;
        margin: 0;
    }
    .row.product_carousel .owl-item {
        padding: 0;
    }
    .prices-block {
        display: flex;
        flex-direction: column;
        width: 30%;
    }
    .prices-block .old_price {
        margin: 0;
        font-family: var(--second-family);
        font-weight: 400;
        font-size: 20px;
        line-height: 140%;
        text-decoration: line-through;
        color: #000;
    }
    .prices-block .new_price {
        font-family: var(--second-family);
        font-weight: 700;
        font-size: 30px;
        color: #000;
    }
    #popup-quickorder .prices-block .new_price {
        font-size: 24px;
    }
    .econom_wrap > div:first-of-type {
        flex-direction: column;
        width: 100%;
    }
    .econom_wrap > div:first-of-type > span {
        margin: 0 0 10px 0;
    }
    .product-timer-block {
        margin: 0 0 20px 0;
    }
    .product__right .rating {
        justify-content: space-between;
        margin: 20px 0 0 0;
    }
    .prosuct__cart button + span {
        margin: 10px 0 0 0;
    }
    .prosuct__cart .form-group + .relat_block {
        margin: 20px 0 10px 0;
    }
    .manuf__wrapper #item3 {
        align-items: center;
        justify-content: center;
        margin: 0 0 15px 0;
    }
    .manuf__wrapper #item3 span {
        width: auto;
        margin: 0 0 0 15px;
        font-family: var(--second-family);
        font-weight: 400;
        font-size: 14px;
        line-height: 140%;
        color: #000;
    }
    .present__content > div:nth-of-type(2) {
        font-family: var(--second-family);
        font-weight: 400;
        font-size: 16px;
        line-height: 140%;
        color: #000;
    }
    .present__content > div:nth-of-type(4) {
        font-family: var(--second-family);
        font-weight: 400;
        font-size: 13px;
        line-height: 140%;
        color: #000;
    }
    .pros__wrapper .owl-controls {
        bottom: -20px;
    }
    .charact__left .nav.nav-tabs li {
        border-bottom: none !important;
        border-top: 1px solid #e0e0e0;
    }
    .charact__left .nav.nav-tabs li svg {
        transition: all 0.3s ease;
    }
    .charact__left .nav.nav-tabs li a[aria-expanded="true"] svg {
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .charact__left .nav.nav-tabs li:last-of-type {
        border-bottom: 1px solid #e0e0e0;
    }
    .charact__left .nav-tabs li a {
        padding: 15px 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    #mfilter-content-container .row.row-margin {
        margin: 0;
        display: flex;
        justify-content: space-between;
    }
    #mfilter-content-container .row.row-margin:before,
    #mfilter-content-container .row.row-margin:after {
        display: none;
    }
    #mfilter-content-container .row.row-margin .product-layout {
        width: 49%;
    }
    #mfilter-content-container .row.row-margin .product-layout.product-list {
        width: 100%;
    }
    #mfilter-content-container .row.row-margin .product-layout.product-list .attr__table {
        display: none;
    }
    .product-layout .cart {
        display: flex;
        flex-direction: column;
        padding: 0 10px 10px 10px;
    }
    .product-layout .cart button {
        width: 100%;
    }
    .product-layout .cart button:nth-of-type(2) {
        margin: 10px 0 0 0;
    }
    #column-left + #content {
        margin: 0;
    }
    .mfilter-free-container {
        width: 300px;
        padding: 10px;
        margin-left: -322px;
    }
    .mfilter-column_left h3 {
        font-size: 18px;
        margin: 0 0 10px 0;
        font-family: var(--second-family);
    }
    .mfilter-free-button {
        margin: 180px 0 0 312px;
    }
    .mfilter-column_left .mfilter-heading-content {
        position: relative;
        overflow: hidden;
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: space-between;
    }
    .mfilter-column_left .mfilter-content > ul > li {
        margin: 0 0 10px 0;
    }
    .mfilter-column_left .mfilter-button-bottom {
        flex-direction: column;
        padding: 20px 0 0 0;
    }
    .mfilter-column_left .mfilter-button-bottom a {
        padding: 10px 0;
        max-width: unset;
    }
    .mfilter-column_left .mfilter-heading .mfilter-head-icon {
        margin-right: 0;
        margin-top: 4px;
    }
    .mfilter-column_left .mfilter-tb-as-tr {
        display: flex;
        align-items: center;
        margin: 0 0 10px 0;
    }
    .mfilter-column_left .mfilter-tb-as-tr label {
        margin: 0;
        font-size: 12px;
    }
    .mfilter-column_left .mfilter-option .jq-checkbox {
    	width: 20px;
    	height: 20px;
    	margin: 0 12px 0 0;
    }
    .mfilter-column_left .mfilter-option .jq-checkbox.checked .jq-checkbox__div {
        width: 16px;
        height: 16px;
    }
    .mfilter-column_left .mfilter-category-cat_checkbox .mfilter-tb {
        flex-direction: column;
    }
    .mfilter-column_left .mfilter-category-cat_checkbox .mfilter-tb .mfilter-option {
        width: 100% !important;
    }
    .mfilter-column_left .mfilter-opts-container {
        padding: 10px 0;
    }
    .mfilter-column_left .mfilter-price-slider {
        display: none;
    }
    .mfp-content .form-horizontal button:not(.mfp-close) {
        width: 100%;
    }
    #quickorder_btn {
        flex-direction: column;
        display: flex;
        height: auto;
    }
    #quickorder_btn button.contact-send {
        width: 100%;
        margin: 10px 0 0 0;
    }
    #quickorder_btn button.btn-quickorder {
        width: 100%;
    }
    .right_quick {
        display: none;
    }
    body.information-information .products__viewed .product-layout-1,
    body.account-wishlist .products__viewed .product-layout-1 {
        width: 49%;
        margin-right: 0;
    }
    body.information-information .products__viewed, body.account-wishlist .products__viewed {
        justify-content: space-between;
    }
    .row.product_carousel .product-layout-1 .cart {
        flex-direction: column;
        padding: 0 10px 10px 10px;
    }
    .row.product_carousel .product-layout-1 .cart button {
        width: 100% !important;
        font-size: 14px;
    }
    .products__featured .cart a {
        width: 100%;
        margin: 10px 0 0 0;
        font-size: 14px;
    }
    .mfilter-content_top .box-heading {
        font-family: var(--second-family);
        font-weight: 700;
        font-size: 24px;
        text-align: center;
        color: #000;
        padding: 0;
        margin: 0;
    }
    .information-information #main_content,
    .account-wishlist #main_content {
        margin-top: 123px;
    }
    .account-wishlist .row.product_carousel .product-layout-1 .cart button {
        background-color: #d9534f;
        border-color: #d43f3a;
        color: #fff;
    }
    .account-wishlist .products__featured .cart a {
        border: 1px solid #000;
        color: #000;
        background: #fff;
    }
    .row.product_carousel .product-layout-1 .cart button span {
        margin: 0;
    }
    .mfilter-content_top .mfilter-content > ul > li:nth-of-type(1),
    .mfilter-content_top .mfilter-content > ul > li:nth-of-type(2),
    .mfilter-content_top .mfilter-content > ul > li:nth-of-type(3) {
        width: 100%;
        padding: 0;
    }
    .mfilter-content_top .mfilter-content > ul > li {
        border-top: 1px solid #c0b9af !important;
        border-bottom: none !important;
        background: transparent !important;
        margin: 15px 0 0 0 !important;
        padding: 15px 0 0 0 !important;
    }
    .mfilter-heading-text > span {
        font-family: var(--second-family);
        font-weight: 500;
        font-size: 16px;
        color: #000;
    }
    .mfilter-content_top .mfilter-content > ul > li .mfilter-heading {
        pointer-events: unset;
        width: 100%;
    }
    .mfilter-content_top .mfilter-content > ul > li .mfilter-heading svg {
        display: block;
    }
    .mfilter-heading-content {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .mfilter-content_top .mfilter-tb {
        display: flex;
        flex-direction: column;
        margin: 0;
        width: 100% !important;
    }
    .mfilter-content_top .mfilter-content > ul > li:nth-of-type(n+4) {
        display: block;
    }
    .mfilter-content_top .mfilter-content > ul > li .mfilter-content-opts {
        margin: 0;
    }
    .mfilter-box-1 .mfilter-opts-container {
        border-top-color: #ffffff;
        margin: 8px 0 0 0;
    }
    .mfilter-category-cat_checkbox .mfilter-tb .mfilter-option,
    .mfilter-content_top .mfilter-tb .mfilter-tb {
        width: 100% !important;
        margin: 0 0 10px 0 !important;
    }
    .mfilter-content_top .mfilter-content > ul > li:has(.collapse.in) svg {
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .mfilter-inline-horizontal .mfilter-options-container {
        overflow: visible;
    }
    .mfilter-inline-horizontal .mfilter-content-wrapper {
        display: flex;
        max-height: unset !important;
    }
    .mfilter-scroll-left,
    .mfilter-scroll-right {
        display: none !important;
    }
    .mfilter-button-bottom {
        padding: 20px 0 0 0;
        display: flex;
        justify-content: flex-start;
        flex-direction: column-reverse;
    }
    .mfilter-button-reset {
        max-width: unset;
        margin: 20px 0 0 0;
    }
    .mfilter-button .btn-primary {
        max-width: unset;
    }
    .products__viewed .owl-item .product-layout-1,
    .product_latest .owl-item .product-layout-1 {
        margin: 0 4px;
    }
    .products__viewed,
    .product_latest {
        padding: 0 10px;
    }
    .tab-mobile div,
    .tab-mobile div p {
        font-family: var(--second-family);
        font-weight: 400;
        font-size: 14px;
        line-height: 140%;
        color: #000;
        margin: 0;
    }
    .tab-mobile > div {
        padding: 0 0 20px 0;
    }
    .tab-mobile div h6 {
        font-family: var(--second-family);
        font-weight: 500;
        font-size: 16px;
        color: #000;
    }
    .charact__left .tab-mobile {
        max-height: 0;
        transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
        overflow: hidden;
    }
    .charact__left .tab-mobile.collapse.in {
        max-height: 1000px;
        transition: max-height 1s ease-in-out;
    }
    .attribute2 span:last-of-type,
    .attribute2 span:first-of-type {
        font-size: 12px;
    }
    .size__wrapper .form-group > div {
        justify-content: space-between;
    }
    .size__wrapper .form-group .radio {
        margin: 0 0 10px 0;
        width: calc((100% - 16px) / 3);
    }
    .size__wrapper > div a {
        margin: 0 0 25px 0;
    }
    .relat_block .row.product_carousel:has(.product_related_slider.owl-carousel) .product_related__slider--buttons {
        display: none;
    }
    .econom.mobile__view {
        display: flex;
        align-items: center;
    }
    .psevdoblock {
        width: calc(100% + 30px);
        margin: 0 0 0 -15px;
    }
    .product__left .thumbnails .item {
        max-width: unset;
    }
    .product__left .thumbnails .item img {
        width: 100%;
    }
    .rating.mobile__view .fa.fa-star {
        font-size: 16px;
    }
    .but__wish__mobile {
        position: absolute;
        top: 10px;
        left: 10px;
        z-index: 999;
    }
    #mobi_header {
        display: none;
        position: fixed;
        top: 63px;
        width: 100%;
        z-index: 999;
        background: #fff;
        color: #000;
        left: 0;
        right: 0;
        padding: 20px 0;
        /*border-top: 1px solid #c0b9af;*/
        border-bottom: 1px solid #c0b9af;
    }
    #mobi_header p {
        margin: 0;
        font-family: var(--second-family);
        font-weight: 700;
        font-size: 14px;
        color: #000;
        text-align: center;
    }
    .prod_container .html_mod:first-of-type {
        display: none;
    }
    .prod_container .breadcrumbs-wrap {
        margin: 30px 0 0 0;
    }
    .sort_panel .row {
        margin: 0;
    }
    .sort_block {
        padding: 0;
    }
    .sort_block:first-of-type span.input-group-addon {
        display: none;
    }
    .sort_block:first-of-type {
        width: 20%;
    }
    .sort_block:last-of-type {
        width: 23%;
    }
    .sort_block:nth-of-type(2) {
        width: 45%;
    }
    .attr__table {
        margin: 20px 0 0 0;
        overflow: scroll;
    }
    .product-list .attr__table td {
        padding: 5px;
        font-size: 12px;
    }
    .product-list .attr__table .table td:last-of-type {
        font-weight: bold;
    }
    #input-limit {
        max-width: 80px;
    }
    .sort_block .input-group {
        width: 100%;
    }
    #popup-default-180 {
        overflow: scroll;
        width: 100%;
        padding: 10px !important;
    }
    .mfp-wrap {
        z-index: 99999 !important;
    }
    #input-sort {
        box-shadow: none;
        border: 1px solid #e0e0e0;
        border-radius: 4px;
    }
    .sort_block:nth-of-type(3) button {
        padding: 5px;
    }
    .product-layout.product-price {
        width: 100% !important;
    }
    .bread__separator svg {
        max-width: unset;
        height: auto;
        width: auto;
    }
    .html_top.html_udobno .owl-item > div {
        padding: 30px;
    }
    .html_udobno .head_relat {
        flex-direction: column;
    }
    .menu__mobile--bottom {
        background: #09121f;
        padding: 40px 15px;
    }
    .menu__mobile--bottom ul li a {
        font-family: var(--second-family);
        font-weight: 400;
        font-size: 16px;
        line-height: 115%;
        color: #dcdcdc;
    }
    .menu__mobile--bottom ul li {
        margin: 0 0 15px 0;
    }
    .menu__mobile--bottom ul li:last-of-type {
        margin: 0;
    }
    .adv__single svg {
        width: 30%;
    }
    .mobile_top_search .dropdown-menu {
        right: 0;
        left: 0;
        background: #fff;
        padding: 0;
        margin: 0;
        border-radius: 0;
        border: none;
        box-shadow: none;
        z-index: 999999999;
    }
    #phone .dropdown-menu {
        right: 0;
        left: unset;
    }
    .account-wishlist .products__viewed {
        padding: 0 !important;
    }
    .search__buttons {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 0;
        margin: 20px 0 0 0;
    }
    .search__buttons:before,
    .search__buttons:after {
        display: none;
    }
    .search__buttons > .col-sm-4,
    .search__buttons > .col-sm-3 {
        width: 49%;
        padding: 0;
    }
    .search__buttons > .col-sm-3:nth-of-type(3) {
        width: 100%;
        margin: 20px 0 0 0;
    }
    #mfilter-content-container label input {
        margin: 0px 0 0 -20px;
    }
    .search__buttons > .col-sm-3:nth-of-type(3) .checkbox-inline {
        margin: 0 0 10px 0;
    }
    .mobile_top_search #search {
        height: auto;
        border: none;
        border-radius: 0;
        border-bottom: 1px solid #c0b9af;
        width: 100%;
        margin: 0;
    }
    .mobile_top_search #search > button {
        z-index: 999;
        background: #f7f7f9;
        border-radius: 0;
        align-items: center;
        justify-content: center;
    }
    .mobile_top_search #search > input {
        width: 100%;
        border-radius: 0;
        padding: 20px 15px;
        background: #f7f7f9;
    }
    #search > input:focus, #search > input:focus + button {
        background: #f3f2ee !important;
    }
    #live-search {
        padding: 0 15px;
    }
    #live-search ul {
        margin: 0;
    }
    #live-search li {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 10px 0;
    }
    #live-search li:last-of-type a {
        font-family: var(--font-family);
        font-weight: 400;
        font-size: 12px;
        color: #000;
        margin: 10px 0;
    }
    #live-search .product-image {
        flex-shrink: 0; /* Ð§Ñ‚Ð¾Ð±Ñ‹ Ð¸Ð·Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð¸Ðµ Ð½Ðµ ÑÐ¶Ð¸Ð¼Ð°Ð»Ð¾ÑÑŒ */
        margin: 0 auto 0 0;
        min-width: 50px;
    }
    #live-search .product-name {
    	font-family: var(--second-family);
    	font-weight: 400;
    	font-size: 15px;
    	line-height: 120%;
    	color: #000;
    	width: 48%;
    }
    #live-search .product-price {
        font-family: var(--second-family);
        font-weight: 700;
        font-size: 16px;
        color: #000;
        white-space: nowrap;
        margin-left: auto;
    }
    .home__categories__wrapper > span svg {
        width: 30px;
        height: auto;
    }
    .home__categories__wrapper.home__categories__wrapper__active {
        max-height: 1000px;
        z-index: 999;
        transition: max-height 1s ease-in-out;
    }
    .home__categories__first .home__categories__wrapper__active {
        height: calc(163px * 5 + 10px * 5);
    }
    .home__categories__second > div:nth-of-type(1) .home__categories__wrapper__active {
        height: calc(163px * 4 + 10px * 4);
    }
    .home__categories__second > div:nth-of-type(2) .home__categories__wrapper__active {
        height: calc(163px * 3 + 10px * 3);
    }
    .home__categories__third > div:nth-of-type(1) .home__categories__wrapper__active {
        height: calc(163px * 2 + 10px * 2);
    }
    .home__categories--arrow.arrow__active svg {
        transform: rotate(270deg);
    }
    .home__categories__third > div:nth-of-type(2) .home__categories--arrow svg {
        display: none;
    }
    header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 9999;
        background: #fff;
        border-bottom: 1px solid #c0b9af;
    }
    .mfilter-free-container-opened .mfilter-free-button .fa-sliders {
        display: none;
    }
    .mfilter-free-container-opened .mfilter-free-button svg {
        display: block;
        width: 25px;
        height: 25px;
    }
    .mfilter-free-container-opened .mfilter-free-button {
    	margin: -6px 0 0 276px;
    	border-radius: 50%;
    	z-index: 3;
    	border: none;
    }
    .mfilter-free-container-closed .mfilter-free-button svg {
        display: none;
        width: 25px;
        height: 25px;
    }
    #main_content {
        margin-top: 103px;
    }
    .desktop__view.but__wish {
        display: none;;
    }
    .product-price .caption {
        width: 100%;
    }
    .product-price .caption .table td {
        font-size: 12px;
    }
    .mfilter-free-container {
        z-index: 999;
        top: 100px !important;
    }
    #cart-total {
        color: #fff !important;
        width: 18px;
        height: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        border-radius: 50%;
        font-size: 12px !important;
        background: red;
        bottom: 10px;
        right: -15px;
        position: relative;
    }
    .cart_head .btncart2 > div {
        position: absolute;
    }
    .cart_fast1 {
        display: block;
        border: 1px solid #ffcf34;
        padding: 10px;
    }
    .cart_fast1 .block-top {
        display: flex;
        justify-content: flex-start;
    }
    .cart_fast1 .name_fast {
        margin: 0 0 0 20px;
    }
    .cart_fast1 .product_option_change_row {
        margin: 25px 0 0 0;
    }
    .name_fast a {
        font-weight: bold;
        text-transform: uppercase;
    }
    .table-fast {
        display: none !important;
    }
    .cart_fast1 .old_price {
        display: none;
    }
    .cart_fast1 .prices-block {
        display: flex;
        flex-direction: row;
        width: 100%;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        margin: 10px 0;
    }
    .cart_fast1 .econom {
        width: 100%;
        margin: 10px 0 0 0;
        color: #f51414;
    }
    .cart_fast1 .econom br {
        display: none;
    }
    .text-fast1 {
        margin-top: 0 !important;
        margin-bottom: 10px;
    }
    .cart_fast1 .close_fast {
        display: flex;
        justify-content: flex-end;
        font-size: 10px;
    }
    .cart_fast1 .close_fast a {
        color: grey;
        font-style: italic;
    }
    .mobile_geoip_block .moscow_lock,
    .mobile_geoip_block div.top_geoip_block {
        width: 100%;
        justify-content: space-between;
    }
    .mobile_geoip_block div.top_geoip_block div {
        width: 90%;
    }
    .cart_head .text_cart_head {
        display: none;
    }
    #popup-quickorder label {
        font-weight: normal;
    }
    #fastorder_data .inputs .pull-left+div input, #fastorder_data .inputs .pull-left+div textarea {
        box-shadow: none !important;
    }
    .pagination_wrap .pagination li {
        margin: 0 5px;
        font-size: 14px;
    }
    .pagination_wrap .pagination {
        display: flex;
        justify-content: space-between;
    }
    .checkout-success .desc_order_info {
        margin-top: 20px;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .pagination_wrap .pagination li {
        margin: 0 5px;
        font-size: 14px;
    }
    .product-layout .cart button {
        padding: 13px 0;
        text-align: center;
    }
    #top-links ul {
        justify-content: flex-start !important;
        gap: 15px;
        font-size: 12px;
    }
    .moscow_lock span, .geoip-module .zone {
        font-size: 12px;
    }
    .logo_wrap {
        margin-right: 20px;
    }
    .phone_wrap .phone_texts {
        font-size: 12px;
    }
    .logo_wrap .slogan {
        margin: 0;
    }
    #menu .col-4,
    #menu .col-8 {
        width: 100%;
    }
    #menu > .col-8 > div > ul > li {
        margin-right: 10px;
    }
    #menu > .col-8 > div > ul > li > a {
        padding-right: 5px;
        font-size: 14px;
        padding-bottom: 15px;
    }
    #menu > .col-8 > div > ul > li.dropdown > a {

    }
    #menu .nav > li:hover > a + .dropdown-menu {
        display: none;
    }
    #menu .nav > li.active-menu-tablet > a + .dropdown-menu {
        display: flex;
    }
    #menu > .col-8 > div > ul > li.active-menu-tablet > a {
        color: #f34848 !important;
    }
    #menu > .col-8 > div > ul > li:hover > a {
        color: inherit;
    }
    #menu > .col-8 > div > ul > li.active-menu-tablet > a:after {
        background: #000 !important;
    }
    #menu > .col-8 > div > ul > li:hover > a:after {
        background: transparent;
    }
    #menu .nav {
        height: auto !important;
    }
    #search {
        width: 100%;
    }
    #menu {
        padding-bottom: 15px;
    }
    #menu .dropdown-menu {
        padding: 20px 15px;
    }
    #menu .nav > li .dropdown-menu > .dropdown-inner > div {
        display: none;
    }
    .left-content {
        padding: 20px !important;
    }
    .left-content--middle > div:nth-of-type(1) > span:nth-of-type(1), .left-content--middle > div:nth-of-type(2) > span:nth-of-type(1) {
        font-size: 30px !important;
    }
    .left-content--bottom {
        margin: 0 0 10px 0;
    }
    .mfilter-content_top .mfilter-content > ul > li {
        padding: 30px;
    }
    .mfilter-content_top .mfilter-price-slider {
        min-width: 100% !important;
    }
    .left-content--middle > div:nth-of-type(3) > span:nth-of-type(1) {
        font-size: 20px !important;
    }
    .sale-button {
        padding: 15px !important;
        font-size: 16px !important;
    }
    .left-content--middle > div {
        padding: 0 10px 0 0 !important;
        margin: 0 10px 0 0 !important;
    }
    .left-content--middle > div > span:nth-of-type(2) {
        font-size: 14px !important;
    }
    .home__categories {
        margin: 20px 0 0 0;
    }
    .home__categories__list li {
        margin: 0 0 5px 0;
    }
    .home__categories__list a {
        font-size: 12px;
    }
    .mfilter-content_top .box-heading {
        padding: 20px 0;
    }
    .home__categories__wrapper {
        width: 100%;
    }
    .home__categories__content > div:nth-of-type(2) > div, .home__categories__content > div:nth-of-type(3) > div,
    .home__categories__content > div {
        overflow: hidden;
    }
    .mfilter-box {
        margin: 20px 0 0 0;
    }
    .mfilter-content_top .mfilter-content > ul > li .mfilter-content-opts {
        display: flex !important;
    }
    .mfilter-category-cat_checkbox .mfilter-tb {
        flex-direction: column;
    }
    .reviews__slider--single {
        padding: 0 20px;
    }
    .cert__banners {
        margin: 20px 0 0 0;
    }
    .content__adv {
        background: #fbf7f1;
        position: relative;
        padding: 10px 15px;
        margin: 0;
    }
    .content__adv > div {
        padding: 0;
    }
    .adv__single {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 40px 0;
    }
    .adv__single span:first-of-type {
        font-size: 18px;
    }
    .adv__single span:last-of-type {
        font-size: 16px;
    }
    .adv__content {
        flex-wrap: wrap;
    }
    .cat__wrapper .ban_div_bot a span {
        font-size: 16px;
    }
    .cat__wrapper .ban_div_bot a {
        width: 200px;
        height: 200px;
    }
    .cat__wrapper .ban_div_bot a svg {
        bottom: 15px;
    }
    .free__banners {
        margin: 0;
        flex-direction: column;
        padding: 40px 15px;
    }
    .free__banners--left {
        width: 100%;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .free__banners--right {
        padding: 0;
        width: 100%;
        border:none;
        margin: 10px 0 0 0;
    }
    .free__banners--left > div:first-of-type {
        position: relative;
        width: 100%;
    }
    span.free__value {
        position: absolute;
        right: 0;
    }
    .free__banners--left > div:first-of-type img {
        position: static;
    }
    .free__banners--left > div:last-of-type {
        width: 100%;
    }
    .delivery__banners {
        flex-direction: column;
        margin: 0;
    }
    .delivery__single--left {
        padding: 40px 15px;
    }
    .delivery__single--right {
        position: relative;
        display: flex;
        background: #222222;
        overflow: hidden;
    }
    .delivery__single--right svg {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }
    .mfilter-opts-container {
        width: 100%;
    }
    .saletime-single:last-of-type span {
        font-size: 20px;
    }
    .econom_wrap svg {
        display: none;
    }
    .cart button {
        font-size: 12px !important;
    }
    .saletime-single {
        width: 50%;
        margin: 0 0 20px 0 !important;
    }
    .saletime-single:first-of-type {
        justify-content: flex-start;
    }
    .saletime-single:first-of-type span {
        left: 15px;
    }
    .delivery__single--right > div {
        padding: 40px 60px 40px 15px;
        position: static;
        z-index: 99;
    }
    .caption {
        padding: 10px 20px;
    }
    .caption .price {
        margin: 0;
    }
    .caption h4 {
        margin: 0;
    }
    .cert__banners {
        margin: 40px 0 0 0;
        padding: 0;
    }
    .cert__single {
        width: 100%;
        padding: 30px 20px 0 20px;
        margin: 0 0 20px 0;
    }
    .cert__single h3 {
        font-size: 20px;
        margin: 0 0 20px 0;
    }
    .cert__content--left span {
        font-family: var(--font-family);
        font-weight: 400;
        font-size: 14px;
        line-height: 140%;
        color: #000;
    }
    footer {
        background: #222;
        padding: 40px 15px;
        margin: 40px 0 0 0;
    }
    .footer__column {
        width: 100%;
        padding: 0;
        margin: 40px 0 0 0;
    }
    .footer__column:first-of-type, .footer__column:last-of-type {
        width: 100%;
    }
    .footer__column:first-of-type {
        margin: 0;
    }
    .footer__column:nth-of-type(2),
    .footer__column:nth-of-type(3) {
        width: 49%;
    }
    .saletime {
        padding: 30px 15px 10px 15px;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .html_udobno > div {
        padding: 15px 0;
        width: 49%;
    }
    .html_udobno {
        flex-wrap: wrap;
    }
    .product__right {
        width: calc(57% - 50px);
    }
    .product__left {
        width: 45%;
        position: relative;
    }
    .product-timer-block {
        margin: 0 0 20px 0;
        flex-direction: column;
    }
    .product__right .rating {
        justify-content: space-between;
        margin: 20px 0 0 0;
    }
    .prosuct__cart button + span {
        margin: 10px 0 0 0;
    }
    .prosuct__cart .form-group + .relat_block {
        margin: 20px 0 10px 0;
    }
    .manuf__wrapper #item3 {
        align-items: center;
        justify-content: center;
        margin: 0 0 15px 0;
    }
    .manuf__wrapper #item3 span {
        width: auto;
        margin: 0 0 0 15px;
        font-family: var(--second-family);
        font-weight: 400;
        font-size: 14px;
        line-height: 140%;
        color: #000;
    }
    .prices-block {
        width: 100%;
    }
    .econom_wrap {
        width: 100%;
        border-left: none;
        padding: 0;
        margin: 20px 0 0 0;
    }
    .prosuct__cart {
        margin-top: 20px;
    }
    .prosuct__cart .form-group {
        flex-direction: column;
    }
    .prod_cart span {
        display: block !important;
    }
    .manuf__wrapper {
        margin: 0;
        padding: 0;
        flex-direction: column-reverse;
        background: transparent;
    }
    .manuf__wrapper > div:last-of-type {
        width: 100%;
        padding: 0;
        border-left: none;
        margin: 10px 0 0 0;
    }
    .manuf__wrapper > div:first-of-type {
        width: 100%;
        padding: 10px 50px;
        background: #f9f9f9;
    }
    .present__wrapper {
        position: relative;
        margin: 20px 0 0 0;
    }
    .present__content {
        padding: 30px 20px;
        width: 60%;
    }
    .pros__wrapper {
        margin: 50px 0 0 0;
    }
    .pros__wrapper > div {
        padding: 20px 20px 0 20px;
    }
    .pros__single {
        width: 25%;
        display: flex;
        margin: 0;
        flex-direction: column;
        align-items: center;
        padding: 20px;
    }
    .pros__single > div:nth-of-type(2) {
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: center;
        margin: 20px 0 0 0;
        text-align: center;
    }
    .pros__single > div:nth-of-type(2) span:first-of-type {
        text-align: center;
    }
    .present__wrapper img:first-of-type {
        display: none !important;
    }
    .present__wrapper img:last-of-type {
        display: block !important;
    }
    .charact__left {
        margin: 0;
    }
    .charact__right {
        display: none;
    }
    .row.product_carousel .product-layout-1 .cart button span {
        display: block !important;
        margin: 0 !important;
    }
    .prodreview__left {
        padding: 50px 20px 50px 20px;
    }
    .prodreview__right {
        padding: 50px 20px 50px 20px;
    }
    .row.product_carousel .product-layout-1 .cart button {
        padding: 13px 0;
        text-align: center;
    }
    .row.product_carousel .product-layout-1 .cart button span {
        text-align: center;
    }
    .owl-controls .owl-pagination .owl-page span {
        border-radius: 4px;
        width: 20px;
        height: 4px;
        background: #a19486;
        display: block;
    }
    .owl-controls .owl-pagination .owl-page.active span {
        background: #000;
    }

    .owl-controls .owl-pagination {
        display: flex;
        justify-content: center;
    }
    .owl-controls .owl-pagination .owl-page {
        margin: 0 5px;
    }
    .owl-controls {
        position: absolute;
        bottom: 15px;
        right: 0;
        left: 0;
    }
    #mfilter-opts-price-min,
    #mfilter-opts-price-max {
        min-width: 60px;
    }
    .pagination_wrap .pagination {
        display: flex;
        justify-content: space-between;
    }
}
@media (min-width: 1200px) and (max-width: 1440px) {
    #menu > .col-8 > div > ul > li > a {
        padding-right: 5px;
        font-size: 14px;
        padding-bottom: 15px;
    }
    .left-content {
        padding: 20px !important;
    }
    .left-content--middle > div:nth-of-type(1) > span:nth-of-type(1), .left-content--middle > div:nth-of-type(2) > span:nth-of-type(1) {
        font-size: 30px !important;
    }
    .left-content--bottom {
        margin: 0 0 10px 0;
    }
    .mfilter-content_top .mfilter-content > ul > li {
        padding: 30px;
    }
    .mfilter-content_top .mfilter-price-slider {
        min-width: 100% !important;
    }
    .left-content--middle > div:nth-of-type(3) > span:nth-of-type(1) {
        font-size: 20px !important;
    }
    .sale-button {
        padding: 15px !important;
        font-size: 16px !important;
    }
    .left-content--middle > div {
        padding: 0 10px 0 0 !important;
        margin: 0 10px 0 0 !important;
    }
    .left-content--middle > div > span:nth-of-type(2) {
        font-size: 14px !important;
    }
    .mfilter-inline-horizontal .mfilter-options-container > .mfilter-tb {
        display: flex;
    }
}

/* УБИРАЕМ СИНИЙ БЛОК У ПАГИНАЦИИ */
.pagination_wrap .pagination li a,
.pagination_wrap .pagination li span,
.pagination_wrap .pagination li.active span,
.pagination_wrap .pagination li.active a,
.pagination_wrap .pagination li a:hover,
.pagination_wrap .pagination li span:hover {
    background: transparent !important;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    padding: 0 6px !important;
}

.pagination_wrap .pagination li.active span {
    color: #000 !important;
    font-weight: 700 !important;
    border-bottom: 2px solid #000 !important;
    border-radius: 0 !important;
}

.pagination_wrap .pagination li a:hover {
    color: #000 !important;
    text-decoration: underline !important;
}