.color-accent {
  color: #dd2a1b; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

*::-webkit-input-placeholder {
  color: #666;
  opacity: 1; }

*:-moz-placeholder {
  color: #666;
  opacity: 1; }

*::-moz-placeholder {
  color: #666;
  opacity: 1; }

*:-ms-input-placeholder {
  color: #666;
  opacity: 1; }

/* body input:focus:required:invalid,
body textarea:focus:required:invalid {
  color: #666; }

body input:required:valid,
body textarea:required:valid {
  color: #666; } */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: normal;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  background: #fff; }

html, body {
  overflow-x: hidden; }

img {
  display: block;
  max-width: 100%;
  height: auto; }

.text-center {
  text-align: center; }

a {
  display: block;
  text-decoration: none;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  outline: none; }
  a:hover, a:focus {
    text-decoration: none;
    outline: none; }

input, textarea, select {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Montserrat", sans-serif; }
  input:hover, input:focus, textarea:hover, textarea:focus, select:hover, select:focus {
    outline: none; }

input {
  width: 100%;
  height: 40px;
  padding: 0 15px;
  border: 1px solid #d4d4d4;
  color: #000; }
  input::-webkit-input-placeholder {
    color: #333; }
  input::-moz-placeholder {
    color: #333; }
  input::-ms-input-placeholder {
    color: #333; }
  input::placeholder {
    color: #333; }

label {
  display: block;
  margin: 0 0 15px; }

button {
  outline: none;
  font-family: "Montserrat", sans-serif;
  border: none;
    border-radius: 0;
  cursor: pointer; }
  button:hover, button:focus {
    outline: none; }

.container {
  max-width: 1170px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  background: #eee; }

.text-decoration {
  text-decoration: underline; }

.color-grey {
  color: #333; }

.color-white {
  color: #fff; }

.svg-icon {
  display: inline-block;
  width: 100%;
  height: 100%;
  -webkit-transition: .3s ease;
  transition: .3s ease; }

.w-100 {
  width: 100%; }

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  max-width: 280px;
  width: 100%;
  height: 60px; }

.btn-add-basket {
  height: 50px;
  margin: 20px auto 0;
  color: #000; }
  .btn-add-basket svg {
    width: 20px;
    height: 20px;
    fill: #000;
    margin: 0 10px 0 0; }

.btn-accent {
  background: #FFCD00;
  color: #333;
  font-weight: 500; }
  .btn-accent:hover {
    -webkit-box-shadow: 0 3px 0 0 #ffa813;
            box-shadow: 0 3px 0 0 #ffa813; }

.btn-red {
  background: #dd2a1b;
  color: #fff;
  font-weight: 500; }
  .btn-red:hover {
    -webkit-box-shadow: 0 3px 0 0 #b22419;
            box-shadow: 0 3px 0 0 #b22419; }
  .btn-red .svg-icon {
    fill: #fff; }

.btn-group {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .btn-group .btn {
    margin: 20px 0 0; }

.p-50 {
  padding: 50px 0; }

.p-30 {
  padding: 30px 0; }

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

h1 {
  width: 100%;
  text-align: center;
  margin: 0 auto 30px;
  font-weight: bold;
  font-size: 30px; }

h2 {
  width: 100%;
  text-align: center;
  margin: 0 auto 30px;
  font-size: 20px;
  font-weight: 700; }

.breadcrumb {
  margin: 0 auto 30px;
  width: 100%;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .breadcrumb li a {
    color: #3c2a98;
    text-decoration: underline; }
    .breadcrumb li a:hover {
      color: #000; }
    .breadcrumb li a:after {
      content: '/';
      display: inline-block;
      margin: 0 5px; }
  .breadcrumb li span {
    color: rgba(0, 0, 0, 0.7); }

.box-text {
  font-size: 14px;
  line-height: 1.5; }
  .box-text p {
    margin: 0 0 10px; }
    .box-text p:last-child {
      margin: 0; }

.wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.bg-yellow {
  background: #FFCD00; }

.bg-blue {
  background: #3c2a98; }

.bg-red {
  background: #dd2a1b; }

.row {
  margin: 0 -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.col-3 {
  width: 33.3%;
  padding: 0 10px; }

.col-12 {
  width: 100%;
  padding: 0 10px; }

footer .container, header .container, main .container {
  background: transparent; }

.logo {
  max-width: 240px; display: block;}

.header-top {
  padding: 10px 0; }
  .header-top .container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.phone {
  font-weight: 500;
  color: #000; }
  .phone svg {
    width: 14px;
    height: 14px;
    margin: 0 5px 0 0;
    fill: #3c2a98;
    position: absolute;
    left: 0;
    top: 2px; }

.box-contacts {
  position: relative;
  padding-left: 20px;
  font-size: 14px; }

.box-basket {
  width: 34px;
  height: 34px;
  position: relative; }
  .box-basket svg {
    fill: #3c2a98; }
  .box-basket:hover svg {
    fill: #FFCD00; }

.links-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.links-cabinet {
  border: 2px solid #3c2a98;
    border-radius: 50%;
  width: 36px;
  height: 36px;
  padding: 5px;
  margin: 0 25px 0 0;
  color: #3c2a98; }
  .links-cabinet svg {
    fill: #3c2a98; }
  .links-cabinet:hover {
    border-color: #FFCD00; }
    .links-cabinet:hover svg {
      fill: #FFCD00; }
  .links-cabinet span {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px; }

.total-orders-basket {
  position: absolute;
  border-radius: 50%;
  color: #333;
  font-size: 10px;
  background: #FFCD00;
  width: 20px;
  height: 20px;
  right: -8px;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.form-search {
  max-width: 300px;
  width: 100%;
  position: relative; }
  .form-search label {
    margin: 0; }
  .form-search input {
    padding: 0 30px 0 15px; }
  .form-search button {
    position: absolute;
    right: 14px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 16px;
    height: 16px;
    background: transparent;
    padding: 0; }
    .form-search button svg {
      fill: #3c2a98; }

.header-bottom {
  background: #3c2a98; }

.navigation-main {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .navigation-main li a {
    color: #fff; }

.main-menu {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px; }

.main-menu__item {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  position: relative; }
  .main-menu__item:last-child .main-menu__links:before {
    display: none; }
  .main-menu__item:hover .dropdown-menu {
    pointer-events: auto;
    opacity: 1;
    visibility: visible; }

.main-menu__links {
  padding: 12px 15px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  position: relative; }
  .main-menu__links .icon {
    margin: 0 0 0 10px; }
  .main-menu__links:hover {
    background: #5038ca; }

.dropdown-menu {
  -webkit-box-shadow: 0 5px 25px rgba(60, 42, 152, 0.5);
          box-shadow: 0 5px 25px rgba(60, 42, 152, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 5;
  background: #3c2a98; }
  .dropdown-menu li:last-child a {
    border: none; }
  .dropdown-menu li a {
    font-size: 14px;
    text-align: left;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff; }
    .dropdown-menu li a:hover {
      background: #5038ca; }
  .dropdown-menu li:hover .dropdown-menu__level {
    display: block; }

.dropdown-menu__level {
  position: absolute;
  top: 0;
  left: 100%;
  -webkit-box-shadow: 0 5px 25px rgba(60, 42, 152, 0.5);
          box-shadow: 0 5px 25px rgba(60, 42, 152, 0.5);
  background: #5038ca;
  min-width: 200px;
  height: 100%;
  display: none; }
  .dropdown-menu__level li:last-child a {
    border: none; }
  .dropdown-menu__level li a {
    padding: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

.slick-slide {
  outline: none; }

.main-slider {
  color: #fff; }
  .main-slider .slick-dots {
    bottom: 20px; }
  .main-slider .slick-next {
    right: 20px; }
  .main-slider .slick-prev {
    left: 20px; }

.main-slider__title {
  font-weight: bold;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  width: 70%;
  font-size: 50px;
  margin: 0 0 30px; }

.main-slider-box {
  padding: 100px 0;
  position: relative; }
  .main-slider-box .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .main-slider-box p {
    margin: 0 0 80px;
    width: 45%;
    padding-left: 30px;
    border-left: 10px solid #ffcd00;
    font-size: 20px;
    font-weight: 500; }

.slide-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0; }

.slick-dots {
  width: 100%; }
  .slick-dots li {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #FFCD00; }
    .slick-dots li button {
      display: none; }
  .slick-dots .slick-active {
    background: #FFCD00; }

.slick-arrow {
  z-index: 1;
  opacity: 1;
  width: 40px;
  height: 40px;
  border-radius: 50%; }
  .slick-arrow:before {
    display: none; }

.slick-next {
  right: 0;
  background: #FFCD00 url("../image/next.svg") no-repeat center;
    background-size: 16px;
  -webkit-transition: .3s ease;
  transition: .3s ease; }
  .slick-next:hover, .slick-next:focus {
    background: #FFCD00 url("../image/next.svg") no-repeat center;
      background-size: 16px;
    -webkit-box-shadow: 0 5px 15px rgba(255, 205, 0, 0.5);
            box-shadow: 0 5px 15px rgba(255, 205, 0, 0.5); }

.slick-prev {
  left: 0;
  background: #FFCD00 url("../image/back.svg") no-repeat center;
    background-size: 16px; }
  .slick-prev:hover, .slick-prev:focus {
    background: #FFCD00 url("../image/back.svg") no-repeat center;
      background-size: 16px;
    -webkit-box-shadow: 0 5px 15px rgba(255, 205, 0, 0.5);
            box-shadow: 0 5px 15px rgba(255, 205, 0, 0.5); }

.slick-dotted.slick-slider {
  margin-bottom: 0; }

.brands .container {
  padding: 50px 15px; }

.brands-item {
  width: 20%;
  padding: 0 20px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .brands-item img {
    -webkit-transition: 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: 0.25s cubic-bezier(0.25, 0.1, 0.25, 1); }
  .brands-item:hover img {
    -webkit-transform: translateX(15px) rotateY(-45deg) scale3d(1.4, 1.2, 1);
            transform: translateX(15px) rotateY(-45deg) scale3d(1.4, 1.2, 1); }

footer {
  background: #5643c3;
  padding: 20px 0;
  color: #fff;
  font-size: 14px; }
  footer .container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  footer .phone {
    color: #fff; }
    footer .phone svg {
      fill: rgba(255, 255, 255, 0.5); }
  footer .links-call {
    font-size: 12px; }
  footer svg {
    fill: rgba(255, 255, 255, 0.5); }

.copyright {
  font-size: 14px;
  margin: 15px 0 0; }

.footer-box h3 {
  margin: 0 0 10px;
  font-weight: 600; }

.list-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .list-social li {
    margin: 0 15px 0 0; }
    .list-social li:last-child {
      margin: 0; }
  .list-social a {
    width: 24px;
    height: 24px;
    opacity: .6; }
    .list-social a:hover {
      opacity: 1; }
    .list-social a svg {
      fill: #fff; }

.footer-menu {
  font-size: 13px; }
  .footer-menu li {
    margin: 0 0 10px; }
    .footer-menu li:last-child {
      margin: 0; }
    .footer-menu li a {
      color: rgba(255, 255, 255, 0.5); }
      .footer-menu li a:hover {
        color: #fff; }

.box-payment {
  margin: 20px 0 0; }

.list-payment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .list-payment li {
    margin: 0 10px 0 0; }
    .list-payment li:last-child {
      margin: 0; }
      .list-payment li:last-child > * {
        width: 25px; }
  .list-payment > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 40px; }

.box-social {
  margin: 20px 0 0; }

.row-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.col-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 60px 0 0; }
  .col-wrapper:last-child {
    margin: 0; }

.list-message {
  margin: 0 0 20px; }
  .list-message li {
    margin: 0 0 5px; }
    .list-message li:last-child {
      margin: 0; }
    .list-message li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      color: rgba(255, 255, 255, 0.5); }
      .list-message li a svg {
        width: 16px;
        height: 12px;
        margin-right: 5px;
        fill: rgba(255, 255, 255, 0.5); }
      .list-message li a:hover {
        color: #fff; }

.address {
  position: relative;
  padding: 0 0 0 20px; }
  .address .svg-icon {
    position: absolute;
    left: 0;
    top: 5px;
    width: 16px;
    height: 16px;
    fill: rgba(255, 255, 255, 0.5); }

.products-section h2 {
  margin: 0 auto; }

.products-section .container {
  padding: 0 15px 30px; }

.product-cart {
  padding: 15px 15px 20px;
  width: 100%;
  position: relative;
  border: 1px solid #f5f2ea;
  background: #fff;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  overflow: hidden; }
  .product-cart:hover {
    -webkit-box-shadow: 0 7px 15px rgba(59, 55, 43, 0.25);
            box-shadow: 0 7px 15px rgba(59, 55, 43, 0.25); }

.btn-favorites {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 20px;
  height: 20px;
  fill: #FFCD00; }
  .btn-favorites:hover, .btn-favorites:focus, .btn-favorites.active {
    fill: #dd2a1b; }

.list-rating {
  margin: 0 auto 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%; }
  .list-rating li {
    margin: 0 5px 0 0; }
    .list-rating li:last-child {
      margin: 0; }
    .list-rating li .svg-icon {
      width: 15px;
      height: 15px;
      fill: #ccc; }
    .list-rating li .svg-icon1 {
      fill: #FFCD00; }

.stick {
  position: absolute;
  left: -35px;
  top: 15px;
  text-align: center;
  color: #fff;
  font-size: 10px;
  line-height: 32px;
  width: 130px;
  -webkit-transform: rotate(-47deg);
          transform: rotate(-47deg); }

.product-cart__name {
  text-align: center;
  margin: 0 auto 15px;
  color: #000;
}

.price-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.old-price {
  color: #ccc;
  text-decoration: line-through;
  margin: 0 10px 0 0; }

.product-cart__image {
  height: 224px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .product-cart__image img {
    max-height: 100%; }

.products-slider .product-cart {
  max-width: 98%;
  margin: 20px auto; }

.img-responsive {
  margin: 0 auto 30px; }

.about .container {
  padding: 0 15px 40px; }

.category-section .container {
  padding: 30px 15px; }

.category-section h3 {
  padding: 0 0 10px;
  border-bottom: 1px solid #3c2a98;
  margin: 0 0 20px;
  font-weight: 500; }

.category-section__sidebar {
  max-width: 300px;
  width: 100%;
  position: relative; }

.menu-category {
  position: relative;
  width: 100%;
  background: #3c2a98;
  color: #fff; }
  .menu-category li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
    .menu-category li:last-child {
      border: none; }
    .menu-category li:hover .menu-category__dropdown {
      display: block; }
    .menu-category li a {
      color: #fff;
      padding: 15px; }
      > .menu-category li a:hover {
        background: #FFCD00; }

.menu-category__dropdown {
  position: absolute;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  left: 100%;
  top: 0;
  min-width: 280px;
  background: rgba(60, 42, 152, 0.7);
  padding: 20px;
  height: 100%;
  background: #5038ca;
  -webkit-box-shadow: 0 0 5px rgba(60, 42, 152, 0.3);
          box-shadow: 0 0 5px rgba(60, 42, 152, 0.3);
  display: none; }
  .menu-category__dropdown li a {
    color: #fff;
    font-size: 14px;
    padding: 10px; }
    .menu-category__dropdown li a:hover {
      background: #3c2a98;
      text-indent: 5px; }
  .menu-category__dropdown h4 {
    font-weight: 500;
    margin: 0 0 10px; }

.menu-category__dropdown-img {
  margin: 0 auto 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 150px; }

.menu-category__links {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .menu-category__links:after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url("../image/next.svg") no-repeat center;
      background-size: contain; }

.category-wrapper {
  width: calc(100% - 300px);
  padding: 0 0 0 30px; }

.category-item {
  border: 2px solid #3c2a98;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #000;
  font-weight: bold;
  padding: 15px;
  height: 130px;
  background: #fff; }
  .category-item__icon {
    max-height: 75px;
    margin: 0 auto 10px; }
  .category-item:hover {
    -webkit-box-shadow: 0 0 15px rgba(60, 42, 152, 0.3);
            box-shadow: 0 0 15px rgba(60, 42, 152, 0.3); }

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

.btn-burger {
  display: none;
  width: 30px;
  margin: 0 0 0 10px; }
  .btn-burger span {
    display: block;
    background: #3c2a98;
    margin: 0 0 4px;
    width: 100%;
    height: 2px; }
    .btn-burger span:last-child {
      margin: 0; }

.mobile-menu {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  max-width: 300px;
  width: 100%;
  height: 100%;
  padding: 30px;
  -webkit-box-shadow: 0 0 15px rgba(60, 42, 152, 0.3);
          box-shadow: 0 0 15px rgba(60, 42, 152, 0.3);
  background: #fff;
  overflow-x: auto;
  z-index: 3; }
  .mobile-menu .logo {
    max-width: none; }
  .mobile-menu .main-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 20px 0; }
    .mobile-menu .main-menu li {
      width: 100%; }
      .mobile-menu .main-menu li a {
        font-size: 16px;
        padding: 10px;
        width: 100%;
        color: #000; }
        .mobile-menu .main-menu li a:hover {
          color: #fff; }
  .mobile-menu .list-social {
    margin: 10px 0 0; }
    .mobile-menu .list-social a svg {
      fill: #3c2a98; }
  .mobile-menu .list-message {
    margin: 20px 0 0; }
    .mobile-menu .list-message li a {
      color: #3c2a98; }
      .mobile-menu .list-message li a svg {
        fill: #3c2a98; }

.btn-close {
  cursor: pointer;
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0 0 20px auto; }
  .btn-close:before, .btn-close:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background: #000;
    left: 10px;
    top: 0; }
  .btn-close:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .btn-close:after {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg); }

.content-page .container {
  padding: 20px 15px 40px; }

.form {
  margin: 0 auto;
  max-width: 400px;
  width: 100%; }
  .form .links {
    font-size: 14px; }
  .form button {
    height: 50px;
    margin: 20px auto 0; }
  .form .wrapper {
    font-size: 14px;
    margin: 0 auto 20px; }

.img-recaptcha {
  max-width: 250px;
  margin: 20px auto; }

.input-title {
  display: block;
  margin: 0 0 5px;
  font-size: 14px; }
  .input-title sup {
    color: #dd2a1b; }

.delivery-box {
  padding: 20px 20px;
  background: #fff;
  -webkit-box-shadow: 0 4px 0 0 rgba(60, 42, 152, 0.75);
          box-shadow: 0 4px 0 0 rgba(60, 42, 152, 0.75);
  margin: 0 0 30px; }
  .delivery-box:last-child {
    margin: 0; }
  .delivery-box h3 {
    text-align: center;
    width: 100%;
    font-weight: bold;
    font-size: 20px;
    margin: 0 auto 10px;
    position: relative;
    padding: 0 0 10px; }
    .delivery-box h3:before {
      content: '';
      position: absolute;
      width: 70px;
      height: 3px;
      background: #3c2a98;
      bottom: 0;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
              transform: translate(-50%, 0); }

.delivery-box__top {
  width: 100%;
  margin: 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.delivery-box__img {
  width: 200px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px; }

.delivery-box__info {
  width: calc(100% - 200px);
  padding: 0 0 0 20px; }

.delivery-box__content {
  font-size: 14px;
  color: #444; }

.page-about .wrapper {
  margin: 30px 0 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.page-about h3 {
  font-weight: 500;
  margin: 0 0 10px;
  font-size: 18px; }

.company-contacts .address {
  margin: 20px 0; }
  .company-contacts .address .svg-icon {
    fill: #3c2a98; }

.mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #000;
  font-weight: 500;
  margin: 20px 0 0; }
  .mail .svg-icon {
    fill: #3c2a98;
    width: 12px;
    height: 12px;
    margin: 0 10px 0 0; }

.schedule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .schedule .svg-icon {
    fill: #3c2a98;
    width: 12px;
    height: 12px;
    margin: 0 10px 0 0; }

.map {
  height: 300px;
  max-width: 650px;
  width: 100%; }
  .map iframe {
    width: 100%;
    height: 100%; }

.sidebar {
  max-width: 300px;
  width: 100%; }
  .sidebar h3 {
    font-weight: 500;
    margin: 0 0 10px;
    text-transform: uppercase;
    padding: 0 0 10px;
    border-bottom: 1px solid #3c2a98; }
  .sidebar .btn-close {
    display: none; }

.sidebar-box {
  margin: 0 0 30px; }
  .sidebar-box:last-child {
    margin: 0; }

.input-icon {
  width: 20px;
  height: 20px;
  fill: #3c2a98;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.form-callback {
  margin: 0 auto;
  width: 100%; }
  .form-callback button {
    max-width: none; }
  .form-callback label {
    position: relative; }
  .form-callback .input-icon {
    position: absolute;
    top: 10px;
    left: 10px; }
  .form-callback input {
    padding: 0 10px 0 40px; }

.menu-catalog {
  background: #fff;
  width: 100%;
  font-size: 14px;
  border: 1px solid #d4d4d4; }
  .menu-catalog li a {
    color: #000; }

.menu-catalog__item {
  position: relative;
  border-top: 1px solid #d4d4d4; }
  .menu-catalog__item:first-child {
    border: none; }

.menu-catalog__item.active .menu-catalog__links {
  background: rgba(60, 42, 152, 0.4); }

.menu-catalog__item.active .btn-dropdown:before {
  content: '-'; }

.menu-catalog__links {
  position: relative;
  width: 100%;
  padding: 7px 35px 7px 15px;
  min-height: 33px; }

.btn-dropdown {
  position: absolute;
  right: 0;
  top: 0;
  width: 33px;
  height: 33px;
  cursor: pointer; }
  .btn-dropdown:before {
    content: '+';
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    font-size: 18px; }

.menu-catalog__dropdown {
  width: 100%;
  display: none;
  background: rgba(60, 42, 152, 0.2); }
  .menu-catalog__dropdown li a {
    padding: 5px 20px;
    font-size: 12px; }
    .menu-catalog__dropdown li a:before {
      content: '-';
      display: inline-block;
      margin: 0 5px 0 0; }
    .menu-catalog__dropdown li a:hover {
      color: #3c2a98; }

.catalog-page .wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.catalog-content {
  width: calc(100% - 300px);
  padding: 0 0 0 30px; }
  .catalog-content .box-text {
    margin: 0 0 20px; }
    .catalog-content .box-text ul {
      margin: 0 0 10px; }
    .catalog-content .box-text:last-child {
      margin: 0; }
    .catalog-content .box-text h4 {
      font-weight: 500;
      margin: 0 0 5px; }

.box-text-wrapper {
  width: 100%;
  margin: 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .box-text-wrapper .box-text {
    width: calc(100% - 150px);
    padding: 0 0 0 20px; }
  .box-text-wrapper h3 {
    font-weight: 600;
    margin: 0 0 10px;
    font-size: 16px; }

.img-item {
  max-width: 150px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.list-dots {
  list-style-type: disc;
  padding: 0 0 0 20px; }

.sorting-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .sorting-box p {
    font-size: 12px;
    margin: 0 10px 0 0; }

select {
  font-family: "Montserrat", sans-serif;
  padding: 10px 30px 10px 20px;
  cursor: pointer;
  border: 1px solid #d4d4d4; }

.icon-select {
  position: absolute;
  right: 10px;
  top: 45%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 12px;
  height: 12px;
  fill: #3c2a98; }

.label-select {
  margin: 0;
  position: relative; }

.sorting-line {
  margin: 30px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.tab-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .tab-header li {
    width: 30px;
    height: 30px;
    cursor: pointer;
    margin: 0 10px 0 0; }
    .tab-header li:last-child {
      margin: 0; }
    .tab-header li .svg-icon {
      fill: #3c2a98; }

.subcategory-wrapper {
  margin: 30px 0; }

.subcategory-body {
  padding: 20px 0 0;
  display: none; }

.subcategory-button {
  padding: 10px 20px;
  background: #fff;
  width: 100%;
  border: 1px solid #d4d4d4;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .subcategory-button:after {
    content: '+';
    display: inline-block;
    -webkit-transition: .3s ease;
    transition: .3s ease; }

.subcategory-button.click:after {
  content: '-'; }

.pagination {
  width: 100%;
  margin: 20px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .pagination li {
    margin: 0 10px 0 0; }
    .pagination li:last-child {
      margin: 0; }
    .pagination li a {
      width: 30px;
      height: 30px;
      background: #fff;
      padding: 2px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      text-align: center;
      color: #000;
      font-weight: 500; }
      .pagination li a:hover {
        background: #FFCD00; }
    .pagination li .active {
      background: #FFCD00;
      color: #000; }
    .pagination li .svg-icon {
      fill: #3c2a98;
      max-width: 16px; }

.recommended-section .container {
  padding: 20px 15px 40px; }

.recommended-section h2 {
  margin: 0 auto; }

.btn-filter {
  font-size: 14px;
  background: #fff;
  padding: 8px 20px;
  border: 1px solid #d4d4d4;
  display: none; }
  .btn-filter .svg-icon {
    width: 20px;
    height: 20px;
    margin: 0 10px 0 0;
    fill: #3c2a98; }

.cabinet-box {
  max-width: 250px;
  width: 100%; }

.cabinet-menu li a {
  padding: 10px 20px;
  color: #000;
  font-weight: 600; }
  .cabinet-menu li a:hover {
    color: #3c2a98; }

.cabinet-menu li.is-active > * {
  color: #3c2a98;
  background: #fff; }

.cabinet-wrapper {
  width: calc(100% - 250px);
  background: #fff;
  padding: 10px 30px 30px; }

.necessarily {
  font-size: 12px;
  font-weight: 500; }

.modal__div {
  position: fixed;
  max-width: 400px;
  width: 100%;
  height: 100%;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 101;
  overflow: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: none;
  opacity: 0; }

.modal__close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 20px;
  height: 20px;
  cursor: pointer; }
  .modal__close:before, .modal__close:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background: #3c2a98;
    left: 10px;
    top: 0; }
  .modal__close:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .modal__close:after {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg); }

.modal__wrapper {
  background: #fff;
  width: 100%;
  height: auto;
  overflow: auto;
  margin: 50px auto;
  padding: 30px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative; }

.overlay {
  z-index: 100;
  position: fixed;
  background-color: #000;
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  display: none; }

.btn-menu-cabinet {
  width: 100%;
  font-size: 14px;
  background: #fff;
  padding: 8px 20px;
  border: 1px solid #d4d4d4;
  display: none;
  margin: 0 0 10px;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 500; }
  .btn-menu-cabinet:after {
    content: '+';
    display: inline-block;
    -webkit-transition: .3s ease;
    transition: .3s ease; }

.btn-menu-cabinet.click:after {
  content: '-'; }

.orders-box {
  padding: 10px;
  margin: 0 0 20px;
  border: 1px solid #d4d4d4;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .orders-box:last-child {
    margin: 0; }

.orders-box__img {
  max-width: 150px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.orders-box__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .orders-box__body p {
    font-weight: 500;
    margin: 0 0 5px; }

.orders-box__title {
  font-weight: 600;
  color: #000;
  margin: 0 0 5px;
  font-size: 16px; }

.article {
  color: #444;
  font-size: 14px; }

.orders-box__body-box {
  width: 20%;
  text-align: center; }

.orders-box__body-box-info {
  width: 60%; }

.date-delivery {
  margin: 10px 0; }

.page-product-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.product-photo {
  max-width: 500px;
  height: 500px;
  width: 100%;
  background: #fff;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.product-info {
  width: calc(100% - 500px);
  padding: 0 0 0 20px; }
  .product-info .list-rating {
    width: auto;
    margin: 0; }
  .product-info .price-wrapper {
    font-size: 20px;
    font-weight: 600;
    margin: 0; }
  .product-info .new-price {
    font-size: 22px; }
  .product-info .wrapper {
    margin: 0 0 20px; }

.amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .amount span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 40px;
    height: 40px;
    background: #3c2a98;
    color: #fff;
    cursor: pointer;
    font-size: 20px; }
  .amount input {
    max-width: 100px;
    width: 100%;
    text-align: center;
    border: none;
    font-size: 16px; }

.product-info-box h3 {
  font-weight: bold;
  margin: 0 0 10px; }

.list-characteristics {
  color: #444;
  font-size: 14px; }
  .list-characteristics li {
    margin: 0 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .list-characteristics li:last-child {
      margin: 0; }
    .list-characteristics li span {
      font-weight: 500;
      display: inline-block;
      margin: 0 0 0 5px;
      color: #000; }

.product-info-details {
  margin: 30px 0 0; }

.add-reviews {
  height: 50px; }

.reviews-box {
  width: 100%;
  background: #fff;
  padding: 20px;
  border: 1px solid #d4d4d4;
  margin: 20px 0 0;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.reviews-box-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 20px; }

.reviews-box-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 0 0 20px; }
  .reviews-box-line .list-rating {
    margin: 0 0 0 30px;
    width: auto; }

.reviews-box-user, .reviews-box-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.reviews-box-user {
  font-weight: 500;
  margin: 0 30px 0 0;
  font-size: 16px; }

.reviews-box-date {
  font-size: 14px;
  color: #444; }

.reviews-box-user__icon, .reviews-box-date .svg-icon {
  width: 20px;
  height: 20px;
  min-width: 20px;
  margin: 0 10px 0 0;
  fill: #3c2a98; }

.reviews-box-questions {
  width: 100%;
  margin: 0 0 20px;
  padding: 20px;
  background: #eee; }

.reviews-box-questions__item {
  margin: 0 0 20px;
  width: 100%; }
  .reviews-box-questions__item:last-child {
    margin: 0; }
  .reviews-box-questions__item h4 {
    font-weight: 500;
    margin: 0 0 5px; }
  .reviews-box-questions__item .box-text {
    font-style: italic; }

.comment-admin {
  padding: 0 0 0 40px; }

.form-reviews button {
  margin: 20px 0 0;
  height: 50px; }

.box-question-form {
  width: 100%;
  margin: 0 0 20px;
  background: #fff;
  padding: 20px;
  border: 1px solid #d4d4d4; }

.radio {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  margin: 0; }
  .radio .label {
    color: #93949c;
    display: inline-block; }

.radio-inp {
  display: none; }

.radio-inp:checked ~ .label {
  color: #3c2a98; }

.radio-inp:checked ~ .radio-icon .svg-icon {
  fill: #3c2a98; }

.radio-icon {
  min-width: 20px;
  width: 20px;
  height: 20px;
  margin: 0 auto 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .radio-icon .svg-icon {
    fill: #93949c; }

.list-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .list-radio li {
    margin: 0 20px 0 0; }
    .list-radio li:last-child {
      margin: 0; }

.box-question-form__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 14px;
  padding: 10px 0;
  border-bottom: 1px solid #d4d4d4;
  font-weight: 500; }
  .box-question-form__item:last-child {
    border: none; }
  .box-question-form__item .label-select {
    width: 100%;
    margin: 10px 0 0; }
  .box-question-form__item select {
    width: 100%; }
  .box-question-form__item h3 {
    margin: 0 0 10px;
    width: 100%;
    font-weight: 600; }
  .box-question-form__item label {
    width: 100%; }

.box-question-form__rating {
  border: none; }

.list-estimate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .list-estimate li {
    width: 30px;
    height: 30px;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    margin: 0 10px 0 0;
    cursor: pointer; }
    .list-estimate li .svg-icon {
      fill: #ccc; }
    .list-estimate li:last-child {
      margin: 0; }
    .list-estimate li:hover .svg-icon {
      fill: #FFCD00; }
  .list-estimate .selected .svg-icon {
    fill: #FFCD00; }

.stage-basket {
  margin: 0 0 30px;
  background: #ffff;
  padding: 15px; }
  .stage-basket .btn-group {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .stage-basket .btn-group .btn {
      margin: 20px 20px 0 0;
      height: 50px;
      max-width: 220px;
      font-size: 14px; }
      .stage-basket .btn-group .btn:last-child {
        margin-right: 0; }
  .stage-basket select {
    width: 100%; }
  .stage-basket .input-title {
    font-weight: 600;
    margin: 0 0 5px; }
  .stage-basket label {
    margin: 0; }

.stage-basket-line {
  width: 100%;
  font-weight: bold;
  margin: 0 0 20px;
  font-size: 18px; }

.orders-box-basket {
  position: relative; }
  .orders-box-basket .orders-box__body {
    width: calc(100% - 150px);
    padding: 0 0 0 20px; }
  .orders-box-basket .orders-box__body-box-info {
    width: 40%; }
  .orders-box-basket .amount input {
    width: 60px;
    border-top: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4; }

.btn-delete {
  width: 20px;
  height: 20px;
  top: 10px;
  right: 10px;
  position: absolute;
  cursor: pointer; }
  .btn-delete:before, .btn-delete:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    background: #dd2a1b;
    left: 10px;
    top: 0;
    border-radius: 2px; }
  .btn-delete:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .btn-delete:after {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg); }

.total-basket {
  margin: 20px 0 0; }
  .total-basket li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 0 0 10px; }
    .total-basket li:last-child {
      margin: 0; }
  .total-basket span {
    font-weight: 600;
    margin: 0 0 0 10px; }

.stage-basket__delivery-item {
  width: 32%;
  margin: 0 0 15px; }

.form-basket button {
  margin: 20px auto 0;
  font-size: 16px; }

.panel_heading {
  margin: 20px 0 0;
  padding: 10px 0 0;
  border-top: 1px solid #d4d4d4; }

.in .block_title-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.block_title {
  margin: 0 0 20px;
  padding: 10px;
  background: #d4d4d4;
  font-weight: 600;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer; }

.block_hover {
  display: none; }

.block_title-icon {
  width: 16px;
  min-width: 16px;
  height: 16px; }

.color-accent {
  color: #dd2a1b; }

/*==========  Desktop First  ==========*/
@media only screen and (max-width: 1200px) {
  /**/ }

@media only screen and (max-width: 992px) {
  .logo {
    max-width: 180px; }
  .main-slider-box p {
    width: 95%; }
  .main-slider__title {
    width: 100%; }
  .col-3 {
    width: 50%; }
  .map {
    max-width: 400px; }
  .sidebar {
    max-width: 250px; }
  .catalog-content {
    width: calc(100% - 250px);
    padding: 0 0 0 20px; }
  .orders-box__img {
    max-width: 100px; }
  .orders-box-basket .orders-box__body {
    width: calc(100% - 100px); }
  .product-photo {
    max-width: 300px;
    height: 300px; }
  .product-info {
    width: calc(100% - 300px); }
  .orders-box-basket .orders-box__body-box-info {
    width: 30%; }
  .orders-box__body-box {
    width: 23.3%; } }

@media only screen and (max-width: 870px) {
  .orders-box__body-box {
    width: 50%;
    margin: 10px 0 0; }
  .orders-box__body-box-info {
    width: 100%; }
  .orders-box-basket .orders-box__body-box-info {
    width: 50%; } }

@media only screen and (max-width: 820px) {
  .footer-box-contacts {
    width: 100%;
    margin: 20px 0 0; }
  .img-item {
    max-width: 100px; }
  .box-text-wrapper .box-text {
    width: calc(100% - 100px); }
  .sidebar {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2;
    background: #fff;
    -webkit-box-shadow: 0 0 15px rgba(60, 42, 152, 0.3);
            box-shadow: 0 0 15px rgba(60, 42, 152, 0.3);
    max-width: 300px;
    height: 100%;
    overflow-y: auto;
    padding: 20px; }
    .sidebar .btn-close {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  .catalog-content {
    padding: 0;
    width: 100%; }
  .btn-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

@media only screen and (max-width: 768px) {
  .main-menu__links {
    padding: 10px;
    font-size: 14px; }
  .form-search {
    max-width: 220px; }
  .category-section__sidebar {
    display: none; }
  .category-wrapper {
    width: 100%;
    padding: 0; }
  .brands .wrapper {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .brands .container {
    padding: 40px 15px; }
  .brands-item {
    width: 33.3%;
    margin: 0 0 20px;
    padding: 0 15px; }
  .map {
    max-width: none;
    margin: 20px 0 0; }
  .cabinet-wrapper {
    width: 100%; }
  .cabinet-box {
    margin: 0 0 10px;
    max-width: none; }
  .cabinet-menu {
    display: none; }
  .btn-menu-cabinet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .product-photo {
    max-width: 400px;
    height: auto;
    margin: 0 auto 20px; }
  .product-info {
    width: 100%;
    padding: 0; } }

@media only screen and (max-width: 710px) {
  .form-search {
    max-width: none;
    width: 100%;
    margin: 10px auto 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .main-slider__title {
    font-size: 40px; }
  .main-slider-box {
    padding: 60px 0; }
  .btn {
    height: 50px; }
  .sorting-box p {
    display: none; }
  .list-radio {
    width: 100%;
    margin: 10px 0 0; }
  .stage-basket__delivery-item {
    width: 49%; } }

@media only screen and (max-width: 575px) {
  .main-slider__title {
    font-size: 30px; }
  .main-slider-box p {
    margin: 0 0 40px; }
  .product-cart__image {
    height: 200px; }
  header .navigation-main li a {
    padding: 10px 7px;
    font-size: 13px; }
  .delivery-box__info {
    width: 100%;
    padding: 0; }
  .delivery-box__img {
    margin: 0 auto;
    height: auto; }
  .box-text-wrapper .box-text {
    padding: 0;
    width: 100%; }
  .img-item {
    margin: 0 auto 10px; }
  h1 {
    font-size: 26px; }
  .comment-admin {
    padding: 0; }
  .reviews-box-line .list-rating {
    width: 100%;
    margin: 10px auto 0; }
  .reviews-box-user {
    margin: 0 auto 0 0; }
  .stage-basket .btn-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .stage-basket .btn-group .btn {
      margin: 0 auto 10px; }
      .stage-basket .btn-group .btn:last-child {
        margin: 0 auto; }
  .total-basket {
    margin: 20px 0; }
  .orders-box-basket .orders-box__body-box-info {
    text-align: center;
    width: 100%; }
  .orders-box-basket .orders-box__img {
    margin: 0 auto 10px; }
  .orders-box-basket .orders-box__body {
    width: 100%;
    padding: 0; }
  .orders-box-basket .orders-box__body-box {
    width: 33.3%; } }

@media only screen and (max-width: 510px) {
  .orders-box-basket .orders-box__body-box {
    width: 50%; } }

@media only screen and (max-width: 480px) {
  header .box-contacts {
    display: none; }
  .logo {
    max-width: 120px; }
  .header-bottom {
    display: none; }
  .btn-burger {
    display: block; }
  .main-slider-box p {
    font-size: 16px;
    border-width: 3px;
    padding: 0 0 0 10px; }
  .main-slider__title {
    font-size: 24px; }
  .btn {
    font-size: 14px; }
  .category-item {
    font-size: 14px; }
    .category-item__icon {
      max-width: 60px; }
  .product-cart__name {
    font-size: 14px; }
  .img-responsive {
    margin: 0 auto 20px; }
  .brands-item {
    width: 50%; }
  .footer-box-first {
    width: 100%;
    margin: 0 auto 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .col-wrapper {
    margin: 0 auto 0 0; }
  .btn-filter {
    width: 100%;
    margin: 0 auto 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  select {
    padding: 10px 20px 10px 10px; }
  .orders-box__body {
    width: 100%;
    padding: 0; }
  .orders-box__img {
    margin: 0 auto 10px;
    max-width: 150px; }
  .product-info .price-wrapper {
    width: 100%;
    margin: 0 0 10px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .btn-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .tabs__caption li {
    padding: 10px; }
  .reviews-box-questions {
    padding: 15px; }
  .stage-basket__delivery-item {
    width: 100%; }
  .block_title {
    font-size: 14px; }
  .block_title-icon {
    width: 12px;
    min-width: 12px;
    height: 12px; } }

@media only screen and (max-width: 420px) {
  .col-3 {
    width: 100%; }
  .subcategory-body .col-3 {
    width: 50%; }
  .orders-box-basket .orders-box__body-box {
    width: 100%; } }

@media only screen and (max-width: 360px) {
  .col-wrapper {
    width: 100%;
    margin: 0 0 20px; }
    .col-wrapper:last-child {
      margin: 0; } }

.my-info-text{
    text-align: center;
    margin: 0 auto;
    font-size: 20px;
    color: #00a400;
}
.toast {
    display: flex;
    min-width: 300px;
    margin-bottom: 10px;
    border-radius: 4px;
    color: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    border: 1px solid #3c2a98;
    cursor: pointer;
    animation: slideInRight 0.5s ease forwards;
    font-weight: 600;
    font-size: 12px;
    line-height: 21px;
    color: #004271;
}

.toast-icon {
    padding: 6px 12px;
    background-color: #3c2a98;
}

.toast .toast-text {
    padding: 12px 18px 12px 10px;
}
.toast-success .toast-icon {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-rosette-discount-check"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M5 7.2a2.2 2.2 0 0 1 2.2 -2.2h1a2.2 2.2 0 0 0 1.55 -.64l.7 -.7a2.2 2.2 0 0 1 3.12 0l.7 .7c.412 .41 .97 .64 1.55 .64h1a2.2 2.2 0 0 1 2.2 2.2v1c0 .58 .23 1.138 .64 1.55l.7 .7a2.2 2.2 0 0 1 0 3.12l-.7 .7a2.2 2.2 0 0 0 -.64 1.55v1a2.2 2.2 0 0 1 -2.2 2.2h-1a2.2 2.2 0 0 0 -1.55 .64l-.7 .7a2.2 2.2 0 0 1 -3.12 0l-.7 -.7a2.2 2.2 0 0 0 -1.55 -.64h-1a2.2 2.2 0 0 1 -2.2 -2.2v-1a2.2 2.2 0 0 0 -.64 -1.55l-.7 -.7a2.2 2.2 0 0 1 0 -3.12l.7 -.7a2.2 2.2 0 0 0 .64 -1.55v-1" /><path d="M9 12l2 2l4 -4" /></svg>');
    background-color: #4caf50;
}
.toast-error .toast-icon {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-exclamation-circle"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" /><path d="M12 9v4" /><path d="M12 16v.01" /></svg>');
    background-color: #f44336;
}

@keyframes slideInRight {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.empty-title{
  display: flex;
  justify-content: center;
  height: 40svh;
  font-size: 20px;
}
.empty-title span{
  text-align: center;
  max-width: 700px;
}
.box-inputs{
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.wrapper-fl-col{
  flex-direction: column;
}
.list-res{
  position: relative;
}
.list-res .list{
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: auto;
  max-height: 200px;
  background: #fff;
  padding: 5px 15px;
  background: #fff;
  z-index: 2;
  border: 1px solid #d4d4d4;
}
.list-res .list li{
  display: flex;
  width: 100%;
  padding: 3px 0;
  font-size: 14px;
  cursor: pointer;
  color: #666;
}
.wpcf7-not-valid-tip{
  font-size: 14px !important;
}
.form-callback .wpcf7-submit {
    max-width: none; 
    height: 50px;
    margin: 20px auto 0;
    padding: 0;
}
.wpcf7-spinner{
  position: absolute;
  bottom: 11px;
  right: 0;
}
.form-callback > p{
  position: relative;
}
.wpcf7 form .wpcf7-response-output{
  margin: 10px 0 0 !important;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}
.form-callback .svg-icon{
  z-index: 1;
}
.products-search{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
@media (max-width: 1300px) {
  .products-search{
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .products-search{
    grid-template-columns: repeat(1, 1fr);
  }
}
.header__lang{
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.header__lang-country span{
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: #3c2a98;
  padding: 5px;
  display: block;
}
.header__lang-list{
  flex-direction: column;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #3c2a98;
  position: absolute;
  z-index: 10;
  background: #fff;
  top: 100%;
  display: none;
}
.header__lang-list a{
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  color: #3c2a98;
}
.header__lang:hover .header__lang-list{
  display: flex;
}
.form-reviews{
  padding-top: 30px;
}
.woocommerce-notices-wrapper{
  display: none !important;
}
.category-item__icon img{
  height: 100%;
  object-fit: cover;
  max-height: 75px;
}
.category-item__icon{
    display: flex;
    align-items: center;
    justify-content: center;
}
.subcategory-body .row{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 0;
  gap: 20px;
}
.subcategory-body .row > *{
  padding: 0;
  width: 100%;
  margin: 0;
}
.category-item{
  min-height: 130px;
  height: 100%;
}
@media (max-width: 970px) {
  .subcategory-body .row{
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 550px) {
  .subcategory-body .row{
    grid-template-columns: 1fr;
  }
}
.main-slider .slick-track{
  display: flex !important;
}
.main-slider .slick-slide{
  display: flex;
  height: auto;
}
.main-slider-box{
  width: 100%;
}
.slick-track{
    display: flex !important;
}
.slick-slide{
    height: inherit !important;
}
.products-slider{
  margin-top: 20px;
}
.products-slider .product-cart{
  margin: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
}
.products-slider .product-cart .price-wrapper{
  margin-bottom: auto;
}
.woocommerce img, .woocommerce-page img{
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.catalog-content-products .product-cart{
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}