@charset "UTF-8";
@font-face {
  font-family: 'Gilroy';
  font-weight: 400;
  src: url('../fonts/Gilroy-Regular.woff') format('woff');
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy';
  font-weight: 500;
  src: url('../fonts/Gilroy-Medium.woff') format('woff');
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy';
  font-weight: 600;
  src: url('../fonts/Gilroy-Semibold.woff') format('woff');
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy';
  font-weight: 700;
  src: url('../fonts/Gilroy-Bold.woff') format('woff');
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy';
  font-weight: 800;
  src: url('../fonts/Gilroy-Extrabold.woff') format('woff');
  font-style: normal;
}
::-webkit-scrollbar {
  width: 0;
  height: 0;
  background: transparent;
}

html {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.main-content {
  overflow: hidden;
}

.bg-grey {
  background-color: #f5f7f7;
}

a:hover {
  text-decoration: none;
}

.page-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
  color: #1e1e1e;
}
@media screen and (min-width: 768px) {
  .page-title {
    font-size: 41px;
  }
}

.heading-title {
  font-weight: 700;
  font-size: 28px;
  line-height: 120%;
  color: #1e1e1e;
  display: flex;
}
@media screen and (min-width: 768px) {
  .heading-title {
    font-size: 36px;
    line-height: 45px;
  }
}

.heading-title--center {
  justify-content: center;
}

:root {
  --bs-body-font-fmily: 'Gilroy', sans-serif !important;
}

.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
  font-family: 'Gilroy', sans-serif !important;
}

body {
  font-family: 'Gilroy', sans-serif !important;
  min-height: 100vh;
  overflow-x: hidden;
}

.container-gcode {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container-gcode {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-gcode {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-gcode {
    max-width: 960px;
  }
}
@media screen and (min-width: 1200px) {
  .container-gcode {
    max-width: 1540px;
  }
}

.container-gcode--fluid {
  margin: 0;
}
@media (min-width: 480px) {
  .container-gcode--fluid {
    margin: 0 auto;
    padding: 0 15px;
  }
  #product-category.container-gcode--fluid {
    margin: inherit;
  }
}

.all-products-link {
  display: none;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.03em;
  color: #666666;
  border-radius: 500px;
  padding: 12.5px 15px;
  width: 135px;
  justify-content: space-between;
  align-items: center;
  border: none;
  transition: 1s ease;
  outline: 1px solid #fff;
  margin-left: 20px;
}
.all-products-link:hover {
  outline: 1px solid #1e1e1e;
  width: 150px;
}
@media screen and (min-width: 768px) {
  .all-products-link {
    display: flex;
    font-size: 14px;
    line-height: 17px;
    padding: 16.5px 20px;
    width: 157px;
  }
  .all-products-link:hover {
    width: 172px;
    color: #666666;
  }
}

.all-products-link--mobile {
  margin-top: 25px;
  margin-left: 15px;
}
@media screen and (min-width: 768px) {
  .all-products-link--mobile {
    display: none;
  }
}

.alert,
.alert-success,
.alert-dismissible {
  max-width: 1540px;
  margin-left: auto;
  margin-right: auto;
}

.btn__black {
  color: #1e1e1e;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  border: 1px solid #1e1e1e;
  padding: 10px 20px;
  background-color: transparent;
  cursor: pointer;
  transition: 0.3s;
  margin-bottom: 20px;
}
.btn__black:hover {
  background-color: #1e1e1e;
  color: #fff;
}

.section-search {
  padding-bottom: 160px;
}

.category-title.search:after {
  display: none;
}

#account-register a {
  color: #1e1e1e;
}

button:focus {
  outline: none;
}

.register-form #input-payment-password,
.register-form #input-payment-confirm {
  width: fit-content;
}

.sup-header {
  background: linear-gradient(90.01deg, #48FFE9 0%, #CEFF9E 100%);
  text-align: center;
  padding-bottom: 5px;
  padding-top: 8px;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .sup-header {
    font-weight: 700;
    font-size: 17px;
    line-height: 21px;
    padding-bottom: 4px;
    padding-top: 5px;
  }
}

.header-wrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  transition: transform 0.3s linear;
  width: 100%;
}

.header-wrap.off {
  transform: translateY(-95px);
}
@media screen and (min-width: 1200px) {
  .header-wrap.off {
    transform: translateY(-110px);
  }
}

.header-wrap.offSm {
  transform: translateY(-64px);
}
@media screen and (min-width: 1200px) {
  .header-wrap.offSm {
    transform: translateY(-80px);
  }
}

.header {
  background-color: #1e1e1e;
  position: absolute;
  top: 30px;
  width: 100%;
  overflow-x: clip;
  height: 80px;
  display: flex;
  align-items: center;
}
.header #logo {
  margin-right: 35px;
  margin-bottom: 0;
}
.header .dropdown-toggle::after {
  display: none;
}
.header__lang .lang {
  display: none;
}
@media screen and (min-width: 1200px) {
  .header__lang .lang {
    display: flex;
    margin-bottom: 0;
    position: relative;
    list-style: none;
    margin-right: -15px;
  }
}
.header__lang .lang .btn {
  padding-top: 0;
  padding-bottom: 0;
  transition: 0.3s;
  text-decoration: none;
}
.header__lang .lang .btn:hover {
  color: #48FFE9 !important;
}
.header__lang .active {
  list-style: none;
}
.header__lang .active .btn {
  color: #fff !important;
}
.header__cart-btn {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__cart-btn #cart-total {
  color: #1e1e1e;
}
.header__content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
}
.header .navigation {
  position: relative;
  display: flex;
  align-items: center;
  gap: 35px;
  list-style: none;
}
@media screen and (min-width: 1200px) {
  .header .navigation {
    gap: 5px;
  }
}
.header .navigation__item a {
  border-radius: 10px;
}
.header .navigation__link[aria-expanded=true] {
  color: #999999;
}
.header .navigation a, .header .navigation__link {
  position: relative;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.02em;
  padding: 15px;
  transition: 0.3s ease-in-out;
}
.header .navigation a:hover, .header .navigation__link:hover {
  color: #48FFE9;
  text-decoration: none !important;
  background-color: #4d4d4d;
}
@media screen and (min-width: 768px) {
  .header .navigation a, .header .navigation__link {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.03em;
  }
}
.header .navigation .dropdown-menu.show {
  background-color: #333333;
  width: 348px;
  border-radius: 10px;
  margin-top: 5px;
}
.header .navigation .dropdown-menu.show li {
  padding: 15px;
}
.header .navigation .dropdown-toggle.navigation__link[aria-expanded=true] {
  background-color: #333333;
  text-decoration: none;
  border-radius: 10px;
}
.header .navigation .dropdown-toggle.navigation__link[aria-expanded=true] .navigation__link {
  color: #999999;
}
.header .navigation .dropdown-toggle.navigation__link[aria-expanded=true] svg path {
  fill: #999999;
}
.header .nav-item {
  padding: 10px;
  transition: 0.3s;
}
.header .header__login .dropdown-menu.show {
  transform: translate3d(10px, 51px, 0px) !important;
  background-color: #333333;
  width: 348px;
  border-radius: 10px;
  margin-top: 5px;
}
.header .header__login .dropdown-menu.show a {
  color: #fff;
  transition: 0.3s;
}
.header .header__login .dropdown-menu.show a:hover {
  color: #48FFE9;
  background-color: #4d4d4d;
}
.header .header__login svg path {
  transition: 0.3s;
}
.header .nav-item--mobile {
  display: none;
}
.header .nav-item:hover {
  border-radius: 10px;
  background: #333333;
}
.header .nav-item:hover svg path {
  fill: #48FFE9;
}
.header .group {
  display: flex;
  align-items: center;
  margin-left: auto;
  gap: 0 5px;
}
.header .group #cart {
  margin-bottom: 0;
}
.header .group .nav-item.basket {
  position: relative;
}
.header .group .nav-item.basket .basket__value {
  position: absolute;
  top: 0;
  right: -8px;
  color: #1e1e1e;
  text-align: center;
  font-size: 10px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0 7px;
  background-color: #fcff6b;
  border-radius: 100px;
}
.header .group .nav-link {
  padding: 0;
  line-height: unset;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .search {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  cursor: pointer;
  margin-bottom: 0;
}
.header .search .icon {
  margin-bottom: 0;
}
.header .searchBox.active {
  right: 26%;
  width: 56%;
  display: flex;
  justify-content: center;
  z-index: 10;
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 1200px) {
  .header .searchBox.active {
    top: 16px;
  }
}
@media screen and (min-width: 1236px) {
  .header .searchBox.active {
    right: 25%;
    width: 60%;
  }
}
@media screen and (min-width: 1316px) {
  .header .searchBox.active {
    right: 23%;
    width: 63%;
  }
}
@media screen and (min-width: 1428px) {
  .header .searchBox.active {
    right: 21%;
    width: 65%;
  }
}
@media screen and (min-width: 1600px) {
  .header .searchBox.active {
    right: 21%;
    width: 65%;
  }
}
@media screen and (min-width: 1680px) {
  .header .searchBox.active {
    right: 23%;
    width: 60%;
  }
}
@media screen and (min-width: 1750px) {
  .header .searchBox.active {
    right: 24%;
    width: 58%;
  }
}
@media screen and (min-width: 1846px) {
  .header .searchBox.active {
    right: 24%;
    width: 1070px;
  }
}
@media screen and (min-width: 1890px) {
  .header .searchBox.active {
    right: 28%;
    width: 1000px;
  }
}
@media screen and (min-width: 1960px) {
  .header .searchBox.active {
    right: 26%;
    width: 1070px;
  }
}
@media screen and (min-width: 2040px) {
  .header .searchBox.active {
    right: 27%;
    width: 1070px;
  }
}
.header .searchBox {
  position: absolute;
  right: -100%;
  width: 67%;
  padding: 10px 0;
  top: 0;
  display: flex;
  align-items: center;
  transition: 0.3s ease-in-out;
  overflow-x: hidden;
}
@media screen and (min-width: 1236px) {
  .header .searchBox {
    top: 16px;
    padding: 0;
  }
}
.header .searchBox .form-control {
  border: none;
  padding-left: 50px;
}
.header .searchBox .input-group-append {
  background: #fff;
  padding: 0 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
@media screen and (min-width: 1278px) {
  .header .searchBox {
    width: 880px;
  }
}
.header .searchBox__input-btn {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #48FFE9;
  background-color: #1e1e1e;
  padding: 11px 20px;
  border-radius: 5px;
  height: 40px;
  cursor: pointer;
}
.header .searchBox__input {
  width: 100%;
  border: none;
  outline: none;
  border-radius: 10px;
  overflow-x: hidden;
}
.header .searchBtn {
  position: relative;
  transition: 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .searchBtn.active {
  left: 0;
}
.header .closeBtn {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  scale: 0;
}
.header .closeBtn.active {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
  scale: 1;
  display: inline-block;
  margin-right: 10px;
  margin-top: 6px;
  cursor: pointer;
}
@media screen and (min-width: 1200px) {
  .header .closeBtn.active {
    display: none;
  }
}
.header .menuToggle {
  position: relative;
  display: none;
}

.searchBox__input--active-icon {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  z-index: 3;
}

.bodyScrollSwitch {
  overflow-y: hidden;
  padding-top: 0;
}

.activateBlur {
  backdrop-filter: blur(10px);
  background: #1e1e1e;
}

@media (max-width: 767px) {
  .header__phone,
  .header__login {
    display: none;
  }
  .header .nav-item--mobile .header__lang .lang:after {
    display: none;
  }
}
@media (max-width: 1200px) {
  .header {
    height: 65px;
  }
  .header .dropdown-menu.show {
    position: relative !important;
  }
  .header .nav-item.basket {
    position: relative;
  }
  .header .nav-item.basket .basket__value {
    color: #1e1e1e;
    text-align: center;
    font-size: 8px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    padding: 2px 5px;
    background-color: #fcff6b;
    position: absolute;
    top: 8px;
    right: 3px;
    border-radius: 100px;
  }
  .header .nav-item.search,
  .header .nav-item.basket,
  .header .menuToggle {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
  }
  .header .nav-item:hover {
    border-radius: 10px;
  }
  .header .icon {
    margin-bottom: 0;
  }
  .header .group {
    gap: 0;
  }
  .header #logo {
    margin-left: 0;
    margin-bottom: 0;
  }
  .header #logo a {
    display: flex;
  }
  .header #logo svg {
    max-height: 45px;
  }
  .header #search input {
    padding-top: 14px;
    padding-bottom: 14px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.02em;
  }
  .header #cart button {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header #cart .dropdown-menu {
    width: fit-content;
    background-color: #333333;
  }
  .header .closeBtn {
    display: inline-block;
    margin-right: 13px;
  }
  .header .navigation {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    left: 100%;
    gap: 5px;
  }
  .header .nav-item--mobile {
    display: block;
    width: 100%;
  }
  .header .nav-item--mobile .phone {
    display: flex;
    gap: 10px;
  }
  .header .nav-item--mobile .phone-numbers {
    display: flex;
    flex-direction: column;
    gap: 17px;
  }
  .header .nav-item--mobile .phone-number {
    padding: 0;
  }
  .header .nav-item--mobile .separator {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.4px;
    text-transform: uppercase;
  }
  .header .nav-item--mobile .header__lang .lang {
    display: flex;
    list-style: none;
    position: relative;
  }
  .header .nav-item--mobile .header__lang .lang:after {
    content: '';
    position: absolute;
    width: 1px;
    top: 50%;
    height: 50%;
    left: calc(50% - 2px);
    background-color: #999999;
    transform: translateY(-50%);
  }
  .header .nav-item--mobile .contacts {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .header .nav-item--mobile .contacts__link {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    padding: 0;
  }
  .header .nav-item--mobile .authorisation {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .header .menuToggle {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
  }
  .header .search .icon {
    margin-bottom: 0;
  }
  .header .searchBox__input--active-icon {
    display: none;
  }
  .header .searchBox.active {
    top: 0;
    right: -5px;
    padding: 10px 0;
    width: 100%;
    background-color: #1e1e1e;
    margin-right: 15px;
    justify-content: end;
  }
  .header .searchBox__input {
    width: 86.5%;
  }
  .header .searchBox__input-btn {
    display: none;
  }
  .header.open {
    overflow-y: visible;
  }
  .header.open .navigation {
    opacity: 1;
    visibility: visible;
    left: 0;
    top: 63px;
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
    width: 100%;
    height: 100vh;
    z-index: 10;
    padding-bottom: 200px;
  }
  .header.open .navigation__item {
    width: 100%;
  }
  .header.open .navigation__item .btn-group,
  .header.open .navigation__item .btn-group-vertical {
    width: 100%;
  }
  .header.open .navigation .dropdown-menu.show {
    width: calc(100% + 2px);
    left: -1px !important;
    transform: inherit !important;
  }
  .header.open .navigation__link {
    padding: 14px 15px;
    background-color: #333333;
    border-radius: 10px;
    display: inline-block;
    width: 100%;
    text-align: left;
  }
  .header .nav-item:hover {
    padding: 0;
  }

  .header.open .navigation.activateBlur {
    height: calc(100vh - 63px);
    overflow: auto;
  }
}
.hamburger {
  display: block;
  position: absolute;
  width: 20px;
  height: 16px;
  cursor: pointer;
  padding-top: 2px;
}
.hamburger__line {
  display: block;
  height: 2px;
  width: 100%;
  background-color: #fff;
  margin-bottom: 4px;
  transition: 0.5s all;
}

.hamburger.active {
  margin: 17px;
  top: 1px;
}
.hamburger.active span:nth-child(1) {
  transform: translateY(3px) rotate(-45deg);
  margin-bottom: -2px;
}
.hamburger.active span:nth-child(2) {
  display: none;
}
.hamburger.active span:nth-child(3) {
  transform: translateY(3px) rotate(45deg);
}

.addSticky {
  position: sticky;
}

.breadcrumb {
  background-color: #fff;
  padding-left: 0;
  padding-top: 25px;
  padding-bottom: 0;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .breadcrumb {
    margin-bottom: 20px;
    padding-top: 55px;
  }
}
@media screen and (min-width: 768px) {
  .breadcrumb {
    padding-top: 20px;
  }
}
.breadcrumb-item:hover {
  text-decoration: underline;
}
.breadcrumb-item a {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.24px;
  color: #1e1e1e;
}
@media screen and (min-width: 768px) {
  .breadcrumb-item a {
    font-size: 14px;
    letter-spacing: 0.28px;
  }
}
.breadcrumb-item[aria-current=page] a {
  color: #999999;
}

.breadcrumb-item + .breadcrumb-item:before {
  content: '/';
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.2px;
  color: #1e1e1e;
}

.navbar {
  overflow-x: scroll;
  padding: 0;
  top: 95px;
  background-color: #fff;
  border-bottom: 1px solid #1e1e1e;
}
@media screen and (min-width: 768px) {
  .navbar {
    width: 100%;
    margin: 0 auto;
    overflow: initial;
    height: 50px;
  }
}
@media screen and (min-width: 1201px) {
  .navbar {
    top: 110px;
  }
}
.navbar-nav {
  width: 1540px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: left;
}
.navbar .nav-item.active:before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #1e1e1e !important;
}
.navbar .nav-item {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  width: max-content;
  position: relative;
  transition: 0.3s;
}
#menu .navbar-nav .dropdown-menu {
  position: absolute !important;
}

#menu .navbar-nav .dropdown-menu {
  position: absolute;
  padding: inherit;
  margin: 0;
  color: #1E1E1E;
  border: 1px solid #1E1E1E;
  border-radius: 0px;
}
#menu .navbar-nav .dropdown-menu .dropdown-item {
  padding: 10px 15px;
}
#menu .navbar-nav .dropdown-menu .dropdown-item:hover {
  background-color: #EDF0EF;
}

#menu .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar .nav-item:hover {
  background-color: #fff !important;
}
.navbar .nav-item:hover:before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #1e1e1e !important;
}
.navbar .nav-link {
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #1e1e1e !important;
  display: inline-block;
  width: 100%;
  padding: 15px;
}
@media screen and (min-width: 992px) {
  .navbar .nav-link {
    color: #1e1e1e;
    font-size: 16px;
    letter-spacing: 1.6px;
  }
}

#slideshow0 {
  max-width: 1540px;
}

.home-viewport {
  position: relative;
  overflow: visible;
  margin: 0 0 75px;
  background: #fff;
  z-index: 1;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .home-viewport {
    margin-bottom: 115px;
  }
}
.home-viewport .img-fluid {
  object-fit: cover;
  height: 250px;
  transition: 0.5s ease-in;
}
.home-viewport .img-fluid:hover {
  transform: scale(1.015);
}
@media screen and (min-width: 768px) {
  .home-viewport .img-fluid {
    height: auto;
  }
}

.swiper-pager {
  display: none;
}
@media screen and (min-width: 768px) {
  .swiper-pager {
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
  }
  .swiper-pager .home-button-next,
  .swiper-pager .home-button-prev {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    z-index: 10;
    cursor: pointer;
    transition: 0.3s;
  }
  .swiper-pager .home-button-next:hover,
  .swiper-pager .home-button-prev:hover {
    border: 1px solid #1e1e1e;
  }
  .swiper-pager .home-button-next svg,
  .swiper-pager .home-button-prev svg {
    transition: 0.3s ease-in-out;
  }
  .swiper-pager .home-button-next svg:active,
  .swiper-pager .home-button-prev svg:active {
    transform: scale(1.5);
  }
}

.feature-section {
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .feature-section {
    padding-bottom: 120px;
  }
}

.slider-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 15px;
  margin-bottom: 36px;
}
@media screen and (min-width: 768px) {
  .slider-heading {
    padding: 0;
    margin-bottom: 45px;
  }
}

.swiper-featured {
  border: 1px solid #edf0ef !important;
  margin: 0 0;
  background: #fff;
  z-index: 1;
  width: 100%;
  position: relative;
  overflow: visible;
}

.featured-pager {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .featured-pager {
    gap: 37px;
  }
}
.featured-pager .featured-button-next,
.featured-pager .featured-button-prev {
  padding: 10px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .featured-pager .featured-button-next,
  .featured-pager .featured-button-prev {
    width: 50px;
    height: 50px;
  }
}
.featured-pager .featured-button-next:hover,
.featured-pager .featured-button-prev:hover {
  border: 1px solid #1e1e1e;
}

@media screen and (min-width: 768px) {
  .product-item--category {
    width: 25%;
    border-bottom: 1px solid #edf0ef;
  }
}

.product-item {
  padding-bottom: 15px;
  transition: 0.5s;
  border-right: 1px solid #edf0ef;
  position: relative;
}
@media screen and (min-width: 768px) {
  .product-item {
    padding-bottom: 30px;
  }
}
.product-item .image {
  text-align: center;
  margin-bottom: 10px;
  overflow: hidden;
}
@media screen and (min-width: 1440px) {
  .product-item .image {
    height: 385px;
  }
}
.product-item__flags {
  position: absolute;
  left: 0;
  top: 10px;
  display: flex;
  flex-direction: column;
}
.product-item__flag {
  font-weight: 700;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #1e1e1e;
  padding: 4px 5px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .product-item__flag {
    top: 15px;
    font-size: 14px;
    line-height: 17px;
    padding: 6.5px 10px;
  }
}
.product-item__flag--top {
  background-color: #ffd15c;
}
.product-item__flag--discount {
  background-color: #fcff6b;
}
.product-item__flag--recommendation {
  background-color: #48FFE9;
}
.product-item__flag--new {
  background-color: #f4b3ff;
}
.product-item__img {
  width: 100%;
  /*height: 188px;*/
  height: auto;
  transition: 0.5s;
}
@media screen and (min-width: 1440px) {
  .product-item__img {
    height: 100%;
  }
}
.product-item__info {
  display: flex;
  flex-direction: column;
  padding: 0 15px;
  position: relative;
}
.product-item__name + .product-item__price {
  margin-top: 64px;
}
@media screen and (min-width: 768px) {
  .product-item__name + .product-item__price {
    margin-top: 82px;
  }
}
.product-item__name {
  font-size: 14px;
}
@media screen and (min-width: 992px) {
  .product-item__name {
    font-size: 18px;
  }
}
.product-item__link {
  font-weight: 600;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0.28px;
  color: #1e1e1e;
  margin-bottom: 5px;
}
@media screen and (min-width: 992px) {
  .product-item__link {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
    letter-spacing: 0.36px;
  }
}
.product-item__value {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.02em;
  color: #999999;
  display: inline-block;
  margin-bottom: 46px;
}
@media screen and (min-width: 768px) {
  .product-item__value {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 60px;
  }
}
.product-item__buy {
  display: none;
}
@media screen and (min-width: 1200px) {
  .product-item__buy {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    color: #1e1e1e;
    background-color: #48FFE9;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border: none;
    padding: 12.5px 27px;
    width: fit-content;
    position: absolute;
    bottom: -10px;
    right: 20px;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
    cursor: pointer;
    max-width: 150px;
  }
  .product-item__buy svg path {
    transition: 0.5s;
  }
  .product-item__buy:hover {
    background-color: #2b998c;
    color: #fff;
  }
  .product-item__buy:hover svg path {
    fill: #fff;
  }
}
.product-item__price {
  position: relative;
  width: fit-content;
  margin-bottom: 0;
}
.product-item__price--sells {
  display: flex;
  gap: 5px;
  margin-bottom: 3px;
  position: absolute;
  top: -20px;
}
@media screen and (min-width: 768px) {
  .product-item__price--sells {
    margin-bottom: 5px;
  }
}
.product-item__price, .product-item__price--new {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.03em;
  color: #1e1e1e;
}
@media screen and (min-width: 768px) {
  .product-item__price, .product-item__price--new {
    font-size: 22px;
    line-height: 27px;
  }
}
.product-item__price--old {
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.03em;
  text-decoration-line: line-through;
  color: #999999;
}
@media screen and (min-width: 768px) {
  .product-item__price--old {
    font-size: 16px;
    line-height: 20px;
  }
}
.product-item__price--tax {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 8px;
  line-height: 10px;
  letter-spacing: 0.03em;
  color: #1e1e1e;
  background-color: #fcff6b;
  border-radius: 100px;
  padding: 2px;
}
@media screen and (min-width: 768px) {
  .product-item__price--tax {
    font-size: 10px;
    line-height: 12px;
    padding: 3px 5px;
    right: -50px;
  }
}
@media screen and (min-width: 768px) {
  .product-item:hover {
    background-color: #1e1e1e;
  }
}
.product-item:hover:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #1e1e1e;
  pointer-events: none;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .product-item:hover .product-item__link,
  .product-item:hover .product-item__price--new,
  .product-item:hover .product-item__price {
    color: #fff;
  }
}
.product-item:hover .product-item__buy {
  visibility: visible;
  opacity: 1;
}
.product-item:hover .product-item__img {
  scale: 1.05;
}

.featured_2 {
  padding-top: 50px;
  padding-bottom: 80px;
}
.featured_2 .feature-slide {
  padding: 0 15px;
}
.featured_2 .product-item:hover:after {
  border: none;
}

.featured_2_pagination0 {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 5px;
  margin-top: 10px;
}
.featured_2_pagination0 .image {
  height: fit-content;
}
@media screen and (min-width: 768px) {
  .featured_2_pagination0 {
    gap: 20px;
    margin-top: 20px;
  }
}
.featured_2_pagination0 .product-item {
  width: 50px;
  height: 50px;
  cursor: pointer;
  border-right: none;
}
@media screen and (min-width: 992px) {
  .featured_2_pagination0 .product-item {
    width: 100px;
    height: 100px;
  }
}
.featured_2_pagination0 .product-item:hover:after {
  border-right: none;
}
.featured_2_pagination0 .product-item__img {
  height: auto;
}
.featured_2_pagination0 .product-item.preview.active {
  outline: 1px solid #1e1e1e;
}

.featured_2__input-quantity {
  margin-top: 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.featured_2__input-quantity .col-form-label {
  width: 100%;
  color: #333333;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.36px;
  margin-bottom: 10px;
}
.featured_2__input-quantity .form-control {
  width: 50px;
  height: 50px;
  padding: 10px;
  border-radius: 10px;
  color: #1e1e1e;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.48px;
}
.featured_2__input-quantity .form-control:focus {
  color: #495057;
  border: none;
  outline: 0;
  box-shadow: 0 0 0 1px #1e1e1e;
}

#featured_20 .product-item {
  padding: 20px 15px;
  margin: 0 15px;
  background-color: #fff;
}
#featured_20 .product-item:hover {
  background: #fff;
}
@media screen and (min-width: 768px) {
  #featured_20 .product-item {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1360px;
    padding-top: 50px;
    gap: 140px;
  }
}
@media screen and (min-width: 992px) {
  #featured_20 .product-item {
    padding-right: 80px;
    padding-bottom: 52px;
  }
}
@media screen and (min-width: 1440px) {
  #featured_20 .product-item {
    padding-left: 154px;
  }
}
#featured_20 .product-item__img {
  height: auto;
}
#featured_20 .product-item__info {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media screen and (min-width: 992px) {
  #featured_20 .product-item__info {
    gap: 40px;
  }
}
#featured_20 .product-item__name {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
  color: #1e1e1e;
}
@media screen and (min-width: 992px) {
  #featured_20 .product-item__name {
    font-size: 32px;
  }
}
#featured_20 .product-item__description {
  font-weight: 500;
  font-size: 12px;
  line-height: 160%;
  letter-spacing: 0.02em;
  color: #666666;
}
@media screen and (min-width: 992px) {
  #featured_20 .product-item__description {
    font-size: 16px;
    letter-spacing: 0.32px;
  }
}
#featured_20 .product-item__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.03em;
  color: #666666;
  border-radius: 500px;
  padding: 12.5px 15px;
  width: 115px;
  border: none;
  transition: 1s ease;
  outline: 1px solid #fff;
}
#featured_20 .product-item__link:hover {
  outline: 1px solid #1e1e1e;
  width: 150px;
}
@media screen and (min-width: 768px) {
  #featured_20 .product-item__link {
    font-size: 14px;
    line-height: 17px;
    padding: 16.5px 20px;
    width: 157px;
  }
  #featured_20 .product-item__link:hover {
    width: 172px;
  }
}
#featured_20 .swiper-pager {
  display: none;
}
@media screen and (min-width: 1440px) {
  #featured_20 .swiper-pager {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 1540px;
    transform: translate(-50%, -50%);
    z-index: 1;
  }
  #featured_20 .swiper-pager .featured_2-button-next,
  #featured_20 .swiper-pager .featured_2-button-prev {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    z-index: 10;
    cursor: pointer;
  }
  #featured_20 .swiper-pager .featured_2-button-next:hover,
  #featured_20 .swiper-pager .featured_2-button-prev:hover {
    border: 1px solid #1e1e1e;
  }
  #featured_20 .swiper-pager .featured_2-button-next svg,
  #featured_20 .swiper-pager .featured_2-button-prev svg {
    transition: 0.3s ease-in-out;
  }
  #featured_20 .swiper-pager .featured_2-button-next svg:active,
  #featured_20 .swiper-pager .featured_2-button-prev svg:active {
    transform: scale(1.5);
  }
}

.advantages__heading {
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  text-align: center;
  color: #1e1e1e;
  margin: 50px auto 30px;
}
@media screen and (min-width: 768px) {
  .advantages__heading {
    font-size: 41px;
    line-height: 51px;
    margin-bottom: 40px;
    margin-top: 120px;
  }
}

.advantages {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1540px;
  padding-bottom: 80px;
  justify-content: center;
}
.advantages__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 38px;
  padding-left: 15px;
  padding-right: 15px;
  height: 250px;
  width: calc(50% - 2px);
  outline: 1px solid #edf0ef;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .advantages__item {
    width: calc(33.33333% - 2px);
    height: 300px;
  }
}
@media screen and (min-width: 1440px) {
  .advantages__item {
    width: calc(16.66666% - 2px);
  }
}
.advantages .img-fluid {
  background-color: #48FFE9;
  border-radius: 50%;
  height: 64px;
  width: 64px;
  object-fit: contain;
  padding: 10px;
  margin-bottom: 13px;
}
@media screen and (min-width: 768px) {
  .advantages .img-fluid {
    margin-bottom: 25px;
    height: 80px;
    width: 80px;
  }
}
.advantages__title {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #333333;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .advantages__title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
  }
}
.advantages__text {
  font-weight: 500;
  font-size: 12px;
  line-height: 160%;
  text-align: center;
  letter-spacing: 0.02em;
  color: #666666;
}
@media screen and (min-width: 768px) {
  .advantages__text {
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
  }
}

.product-row {
  padding-bottom: 66px;
}
@media screen and (min-width: 768px) {
  .product-row {
    padding-bottom: 135px;
  }
}

@media screen and (min-width: 992px) {
  .product-column--left {
    padding-right: 22.5px;
  }
}

@media screen and (min-width: 992px) {
  .product-column--right {
    padding-left: 22.5px;
  }
}

.review-text {
  word-break: break-all;
}

.product-page__title {
  color: #1e1e1e;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .product-page__title {
    font-size: 41px;
    line-height: normal;
    margin-bottom: 20px;
  }
}

.rating {
  margin-bottom: 15px;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .rating {
    margin-bottom: 20px;
    display: flex !important;
  }
}
.rating p {
  color: #999999;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.28px;
  margin-top: 25px;
  margin-bottom: 13px;
}
@media screen and (min-width: 768px) {
  .rating p {
    font-size: 18px;
    letter-spacing: 0.36px;
  }
}

.rating.rating--mobile {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .rating.rating--mobile {
    display: none !important;
  }
}

/*#product-product {*/
/*  margin-top: 93px;*/
/*}*/

/*@media screen and (min-width: 768px) {*/
/*  #product-product {*/
/*    margin-top: 107px;*/
/*  }*/
/*}*/

/*@media screen and (min-width: 1200px) {*/
/*  #product-product {*/
/*    margin-top: 0;*/
/*  }*/
/*}*/

.rating.rating--mobile .rating__stars--mobile {
  margin: 0;
}
.rating.rating--mobile .product-page__share {
  margin-left: auto;
}

.product-page__testimonials {
  margin-left: 10px !important;
  position: relative;
}
.product-page__testimonials:before {
  content: '|';
  position: absolute;
  left: -12px;
}
.product-page__testimonials:hover {
  color: #1e1e1e;
}

.product-page__testimonials,
.product-page__share {
  color: #1e1e1e;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.24px;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.product-page__testimonials .dropdown-toggle:after,
.product-page__share .dropdown-toggle:after {
  display: none;
}
.product-page__testimonials .dropdown-menu.show,
.product-page__share .dropdown-menu {
  z-index: 998;
}

.product-page__testimonials .dropdown-menu.show,
.product-page__share .dropdown-menu.show {
  transform: translate3d(150px, 80px, 0) !important;
}
@media screen and (min-width: 425px) {
  .product-page__testimonials .dropdown-menu.show,
  .product-page__share .dropdown-menu.show {
    transform: translate3d(190px, 80px, 0) !important;
  }
}

@media screen and (min-width: 768px) {
  .buy-btn-wrap {
    margin-bottom: 40px;
    gap: 50px;
  }

  .product-page__testimonials,
  .product-page__share {
    font-size: 14px;
    letter-spacing: 0.28px;
    margin-left: auto;
  }

  .product-page__testimonials .dropdown-menu.show,
  .product-page__share .dropdown-menu.show {
    transform: translate3d(128px, 140px, 0) !important;
  }
}

@media screen and (min-width: 992px) {
  .product-page__testimonials .dropdown-menu.show,
  .product-page__share .dropdown-menu.show {
    transform: translate3d(246px, 93px, 0) !important;
  }
}

@media screen and (min-width: 1200px) {
  .product-page__testimonials .dropdown-menu.show,
  .product-page__share .dropdown-menu.show {
    transform: translate3d(-15px, 100px, 0) !important;
    left: auto !important;
    right: 0;
  }
}


.product-page__buy-btn {
  display: flex;
  gap: 10px;
  width: 100%;
  height: 50px;
  padding: 10px 37px;
  justify-content: center;
  align-items: center;
  background-color: #48FFE9;
  color: #1e1e1e;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  border: none;
  transition: 0.3s;
  max-width: 100%;
  cursor: pointer;
}
.product-page__buy-btn svg path {
  transition: 0.3s;
}
.product-page__buy-btn:hover, .product-page__buy-btn:active {
  background-color: #2b998c;
  color: #fff;
}
.product-page__buy-btn:hover svg path, .product-page__buy-btn:active svg path {
  fill: #fff;
}
@media screen and (min-width: 992px) {
  .product-page__buy-btn {
    padding-top: 27.5px;
    padding-bottom: 27.5px;
    height: auto;
    width: 280px;
  }
}
@media screen and (min-width: 1200px) {
  .product-page__buy-btn {
    width: 300px;
  }
}

.product-page__stock {
  color: #339f00;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.42px;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 0;
  margin-top: 20px;
}
@media screen and (min-width: 992px) {
  .product-page__stock {
    margin-top: 0;
  }
}

.product-description p, .product-description font, .product-description li {
  color: #333333;
  font-size: 14px;
  letter-spacing: 0.28px;
  font-weight: 400;
  line-height: 160%;
  face: 'Gilroy' !important;
  size: 0 !important;
}
@media screen and (min-width: 768px) {
  .product-description p, .product-description font, .product-description li {
    font-size: 18px;
    letter-spacing: 0.36px;
  }
}
.product-description h3 {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.36px;
}
.product-description ul {
  list-style: none;
}

.product-services {
  display: flex;
  border-left: 1px solid #edf0ef;
  border-top: 1px solid #edf0ef;
  border-bottom: 1px solid #edf0ef;
  margin-top: 26.5px;
  margin-bottom: 50px;
}
.product-services__item {
  padding: 20px 10px;
  border-right: 1px solid #edf0ef;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33.33333%;
}
@media screen and (min-width: 1440px) {
  .product-services__item {
    padding: 20px 40px;
    flex-direction: row;
    justify-content: space-between;
  }
}
.product-services__text {
  color: #666666;
  text-align: center;
  font-size: 10px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.3px;
  margin-top: 15px;
  margin-bottom: 0;
}
@media screen and (min-width: 1440px) {
  .product-services__text {
    margin-top: 0;
    font-size: 14px;
    letter-spacing: 0.42px;
    max-width: 105px;
    text-align: left;
  }
}

.product-attributes {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .product-attributes {
    margin-bottom: 80px;
  }
}
.product-attributes .table tr:nth-child(odd) {
  background-color: #f5f7f7;
}
.product-attributes .table td {
  padding: 7.5px 20px;
  border: none;
}
.product-attributes__head {
  background-color: #fff !important;
}
.product-attributes__name {
  color: #333333;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .product-attributes__name {
    font-size: 14px;
    letter-spacing: 1.4px;
  }
}
.product-attributes__text {
  color: #666666;
  font-size: 12px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.24px;
}
@media screen and (min-width: 768px) {
  .product-attributes__text {
    font-size: 16px;
    letter-spacing: 0.32px;
  }
}

.thumbnails {
  margin-left: 0;
}
.thumbnails__item {
  margin-left: 0 !important;
}
.thumbnails__image {
  border: 1px solid #edf0ef !important;
}

.thumbnails__values {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.thumbnails__values__title {
  color: #333333;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.28px;
  width: 100%;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .thumbnails__values__title {
    font-size: 18px;
    letter-spacing: 0.36px;
    margin-bottom: 10px;
  }
}

.thumbnail__value {
  display: inline-block;
  color: #999999;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.36px;
  border-radius: 500px;
  padding: 10px 15px;
  min-width: 60px;
  line-height: normal;
  text-align: center;
  transition: 0.3s;
}
.thumbnail__value:hover {
  color: #1e1e1e;
  outline: 1px solid #1e1e1e;
}
@media screen and (min-width: 768px) {
  .thumbnail__value {
    font-size: 16px;
    letter-spacing: 0.48px;
  }
}

.thumbnail__value--active {
  color: #1e1e1e;
  border: 1px solid #1e1e1e;
}

.price-list {
  position: relative;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .price-list {
    margin-bottom: 40px;
  }
}
.price-list__main {
  color: #1e1e1e;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 0;
}
.price-list__story {
  display: flex;
  align-items: center;
  gap: 10px;
}
.price-list__old {
  color: #999999;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.66px;
}
.price-list__tax {
  color: #1e1e1e;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.42px;
  padding: 3px 10px;
  background-color: #fcff6b;
  border-radius: 100px;
  width: fit-content;
  margin-bottom: 0;
}

.review-modal {
  position: relative;
  background: #f5f7f7;
  padding: 25px;
  max-width: 400px;
  margin: 0 auto;
  border-radius: 10px;
}

.send-review-button {
  display: flex;
  width: 100%;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #1e1e1e;
  color: #fff;
  border: none;
  border-radius: 0;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  transition: 0.3s;
}
.send-review-button:hover {
  background-color: #666666;
  color: #fcff6b;
}
@media screen and (min-width: 768px) {
  .send-review-button {
    width: fit-content;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.4px;
    padding: 16px 45px;
  }
}

.add-review-wrap {
  margin-top: 50px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .add-review-wrap {
    display: flex;
    align-items: center;
    margin-top: 92px;
    margin-bottom: 32px;
  }
}

.add-review-text {
  color: #1e1e1e;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.54px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .add-review-text {
    font-size: 22px;
    letter-spacing: 0.66px;
  }
}

.add-review-btn {
  border: 1px solid #1e1e1e;
  padding: 14px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: fit-content;
  margin-bottom: 15px;
  transition: 0.3s;
  font-size: 12px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .add-review-btn {
    margin-left: auto;
    padding: 15px 20px;
    font-size: 14px;
    letter-spacing: 1.4px;
  }
}
.add-review-btn a {
  color: #1e1e1e;
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.add-review-btn:hover {
  background-color: #1e1e1e;
}
.add-review-btn:hover a, .add-review-btn:hover svg path {
  color: #fff;
  fill: #fff;
}

.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

.mfp-zoom-out.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-zoom-out.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0;
}

.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
}

.review-wrap {
  background-color: #f5f7f7;
  padding: 50px 0 80px;
  max-width: 1155px;
}
@media screen and (min-width: 480px) {
  .review-wrap {
    margin: 0 auto;
  }
}
@media screen and (min-width: 1200px) {
  .review-wrap {
    margin-left: 90px;
    padding: 80px 0 120px;
  }
}
@media screen and (min-width: 1440px) {
  .review-wrap {
    margin-left: 190px;
  }
}
.review-wrap .tab-pane {
  padding: 0 15px;
}

.review-title {
  color: #1e1e1e;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .review-title {
    font-size: 41px;
    margin-bottom: 40px;
  }
}

.review-rating {
  margin-top: 25px;
}
.review-rating__num {
  color: #1e1e1e;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .review-rating__num {
    font-size: 32px;
  }
}
.review-rating p:first-child {
  color: #999999;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.28px;
  margin-bottom: 13px;
}
@media screen and (min-width: 768px) {
  .review-rating p:first-child {
    font-size: 18px;
    letter-spacing: 0.36px;
  }
}
.review-rating p:last-child {
  margin-bottom: 0;
}

#review {
  padding: 0 15px;
}
#review .table {
  background-color: #fff;
  border: none;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  #review .table {
    margin-bottom: 20px;
  }
}
#review .table td {
  padding: 20px;
}
#review .table tr:first-child {
  background-color: #fff;
  border: none;
}
#review .table tr:first-child td:first-child,
#review .table tr:first-child td:first-child strong {
  border: none;
  background-color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.54px;
  color: black;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  #review .table tr:first-child td:first-child,
  #review .table tr:first-child td:first-child strong {
    font-size: 22px;
    letter-spacing: 0.66px;
  }
}
#review .table tr:first-child td:nth-child(2) {
  border: none;
  color: #999999;
  vertical-align: middle;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.36px;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  #review .table tr:first-child td:nth-child(2) {
    font-size: 16px;
    letter-spacing: 0.48px;
  }
}
#review .table tr:nth-child(2) {
  border: none;
}
#review .table tr:nth-child(2) td {
  border: none;
}
#review .table tr:nth-child(2) .review-text {
  border: none;
  color: #333333;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.28px;
}
@media screen and (min-width: 768px) {
  #review .table tr:nth-child(2) .review-text {
    font-size: 16px;
    letter-spacing: 0.32px;
  }
}

.product-slider-bottom {
  margin: 50px -15px 80px;
}
@media screen and (min-width: 768px) {
  .product-slider-bottom {
    margin-top: 80px;
  }
}

@media screen and (min-width: 575px) {
  .product-blog {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    gap: 30px;
  }
}
.product-blog .image {
  text-align: center;
}
.product-blog__link {
  color: #1e1e1e;
  font-size: 25px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .product-blog__link {
    font-size: 32px;
  }
}
.product-blog__date {
  color: #999999;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 15px 0;
}
.product-blog__name {
  margin-bottom: 0;
}
.product-blog .description {
  color: #666666;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0.28px;
  margin-bottom: 50px;
}

.newsletter {
  padding: 50px 15px 80px;
  background-color: #48FFE9;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .newsletter {
    padding: 80px 20px 128px;
  }
}
.newsletter .newsletter-title {
  color: #1e1e1e;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .newsletter .newsletter-title {
    font-size: 41px;
    max-width: 770px;
    margin: 0 auto 40px;
  }
}
.newsletter .input-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .newsletter .input-group {
    flex-direction: row;
    justify-content: center;
    gap: 0;
    max-width: 770px;
    flex-wrap: nowrap;
    margin: 0 auto;
  }
}
.newsletter .input-group .form-control {
  width: 100%;
  padding: 16px 15px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.28px;
  color: #999999;
  border: none;
  border-radius: 0;
}
@media screen and (min-width: 768px) {
  .newsletter .input-group .form-control {
    max-width: 570px;
  }
}
.newsletter .input-group .btn {
  display: flex;
  width: 100%;
  padding: 17px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #1e1e1e;
  color: #fff;
  border: none;
  border-radius: 0;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  transition: 0.3s;
  line-height: normal;
}
.newsletter .input-group .btn:hover {
  background-color: #666666;
  color: #fcff6b;
}
@media screen and (min-width: 768px) {
  .newsletter .input-group .btn {
    width: fit-content;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.4px;
    padding: 16px 45px;
  }
}

.category-title {
  color: #1e1e1e;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .category-title {
    font-size: 41px;
    margin-bottom: 20px;
    position: relative;
  }
}

.category-items-wrap {
  padding-bottom: 80px;
  max-width: 1540px;
  margin: 0 auto;
}

.category-items {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .category-items {
    width: 100%;
    border-top: 1px solid #edf0ef;
    border-left: 1px solid #edf0ef;
  }
  .category-content--top {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    position: relative;
    margin: 0;
  }
}
.product-item--category {
  width: 50%;
  border-bottom: 1px solid #edf0ef;
}
@media screen and (min-width: 550px) {
  .product-item--category {
    width: 33.333%;
  }
}
@media screen and (min-width: 768px) {
  .product-item--category {
    width: 25%;
  }
}

.subcategory-section {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.subcategory-item {
  display: grid;
  width: 14.28%;
  min-height: 220px;
  border: 1px solid #edf0ef;
  padding: 20px;
  transition: all .4s;
}

.subcategory-item:hover {
  border: 2px solid #1E1E1E;
}

.subcategory-item .subcategory-image {
  margin: 0 auto;
}

.subcategory-item .subcategory-title {
  color: #1E1E1E;
  text-align: center;
  font-family: 'Gilroy', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.48px;
}

@media screen and (max-width: 1200px) {
  .subcategory-item {
    width: 25%;
  }
}

@media screen and (max-width: 767px) {
  .subcategory-item {
    padding: 10px;
    min-height: 160px;
  }

  .subcategory-item .subcategory-image {
    width: 70px;
  }

  .subcategory-item .subcategory-title {
    font-size: 14px;
  }
}

@media screen and (max-width: 480px) {
  .subcategory-item {
    width: 33%;
  }
}

.showcase-list {
  margin-bottom: 80px;
}
@media screen and (min-width: 992px) {
  .showcase-list {
    margin-bottom: 180px;
  }
}

.blog-list {
  width: 100%;
  border-top: 1px solid #edf0ef;
}
@media screen and (min-width: 992px) {
  .blog-list {
    border-top: none;
  }
}
.blog-list:last-child {
  border-bottom: 1px solid #edf0ef;
}
@media screen and (min-width: 992px) {
  .blog-list:last-child {
    border-bottom: none;
  }
}

.blog-blog {
  padding: 15px 15px 20px 15px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .blog-blog {
    display: flex;
    gap: 30px;
    border-top: 1px solid #edf0ef;
    border-left: 1px solid #edf0ef;
    border-right: 1px solid #edf0ef;
    padding: 20px;
  }
  .blog-blog:last-child {
    border-bottom: 1px solid #edf0ef;
  }
}
.blog-blog:hover .img-responsive {
  transform: scale(1.05);
}
.blog-blog:hover .blog-blog__readMore {
  display: flex;
}
.blog-blog:hover:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #1e1e1e;
  pointer-events: none;
  z-index: 2;
}
@media screen and (min-width: 1440px) {
  .blog-blog__readMore {
    position: absolute;
    color: #1e1e1e;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.36px;
    display: none;
    align-items: center;
    right: 50px;
    top: 50%;
    gap: 5px;
    transform: translateY(-50%);
  }
}
.blog-blog__readMore:hover {
  color: #1e1e1e;
}
.blog-blog .image {
  text-align: center;
  margin-bottom: 10px;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .blog-blog .image {
    width: 450px;
    margin-bottom: 0;
    height: 300px;
  }
  .blog-blog .image .img-responsive {
    width: 100%;
    object-fit: cover;
    max-height: 100%;
    transition: 0.3s;
  }
}
@media screen and (min-width: 992px) {
  .blog-blog .caption {
    width: 770px;
  }
}
.blog-blog .caption .categories-list {
  margin-top: 0;
  margin-bottom: 0;
}
.blog-blog__name {
  display: flex;
  flex-direction: column;
}
.blog-blog__link {
  color: #1e1e1e;
  font-size: 25px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 15px;
  display: inline-block;
}
.blog-blog__link:hover {
  color: #1e1e1e;
}
@media screen and (min-width: 992px) {
  .blog-blog__link {
    font-size: 32px;
    margin-bottom: 20px;
  }
}
.blog-blog__date {
  color: #999999;
  font-size: 10px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) {
  .blog-blog__date {
    font-size: 14px;
    letter-spacing: 1.4px;
    margin-bottom: 20px;
  }
}
.blog-blog .description {
  color: #666666;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.28px;
  margin-bottom: 50px;
}
@media screen and (min-width: 992px) {
  .blog-blog .description {
    font-size: 18px;
    letter-spacing: 0.36px;
    margin-bottom: 115px;
  }
}
.blog-blog__tags {
  display: flex;
  gap: 10px;
}
.blog-blog__tags-link {
  border-radius: 500px;
  border: 1px solid #edf0ef;
  background: #fff;
  color: #1e1e1e;
  font-size: 10px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.3px;
  padding: 10px 15px;
}
@media screen and (min-width: 992px) {
  .blog-blog__tags-link {
    font-size: 14px;
    letter-spacing: 0.42px;
  }
}

.categories-list {
  display: flex;
  gap: 5px;
  margin-top: 15px;
  margin-bottom: 25px;
  overflow-x: auto;
  flex-wrap: nowrap;
}
@media screen and (min-width: 768px) {
  .categories-list {
    gap: 10px;
    margin-top: 20px;
    margin-bottom: 40px;
  }
}
.categories-list-item {
  color: #1e1e1e;
  font-size: 10px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.3px;
  padding: 9px 15px;
  border-radius: 500px;
  border: 1px solid #edf0ef;
  display: flex;
  align-items: center;
  justify-content: center;
}
.categories-list-item:hover {
  border-color: #1e1e1e;
  color: #1e1e1e;
}
@media screen and (min-width: 768px) {
  .categories-list-item {
    font-size: 14px;
    letter-spacing: 0.42px;
    padding: 6.5px 15px;
  }
}
.categories-list-item.active {
  border: 1px solid #1e1e1e;
}

.blog-article__title {
  margin-bottom: 25px;
}
@media screen and (min-width: 992px) {
  .blog-article__title {
    margin-bottom: 40px;
  }
}

.blog-article__author {
  display: flex;
  gap: 5px;
  margin: 25px 0;
}
@media screen and (min-width: 992px) {
  .blog-article__author {
    margin-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .blog-article__author {
    flex-direction: column;
    gap: 20px;
  }
}
.blog-article__author-item {
  display: flex;
  flex-direction: column;
  gap: 3px;
  width: 100px;
}
@media screen and (min-width: 1200px) {
  .blog-article__author-item {
    flex-direction: row;
    width: fit-content;
  }
}
.blog-article__author-title {
  color: #666666;
  font-size: 10px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.3px;
}
@media screen and (min-width: 1200px) {
  .blog-article__author-title {
    width: 100px;
    font-size: 14px;
    letter-spacing: 0.42px;
  }
}
.blog-article__author-info {
  color: #666666;
  font-size: 10px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.3px;
}
@media screen and (min-width: 1200px) {
  .blog-article__author-info {
    font-size: 14px;
    letter-spacing: 0.42px;
  }
}

.blog-article__themes {
  margin-top: 80px;
}
.blog-article__themes-title {
  color: #333333;
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.36px;
  margin-bottom: 15px;
}
@media screen and (min-width: 1200px) {
  .blog-article__themes-title {
    font-size: 16px;
    letter-spacing: 0.48px;
    margin-bottom: 20px;
  }
}
.blog-article__themes-tags {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.blog-article__themes-tag {
  display: inline-block;
  border-radius: 500px;
  border: 1px solid #edf0ef;
  background: #fff;
  padding: 10px 15px;
  color: #1e1e1e;
  font-size: 10px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.3px;
  cursor: pointer;
}
.blog-article__themes-tag:hover {
  border-color: #1e1e1e;
}
@media screen and (min-width: 1200px) {
  .blog-article__themes-tag {
    font-size: 14px;
    letter-spacing: 0.42px;
  }
}
.blog-article__themes-tag--active {
  border: 1px solid #1e1e1e;
  padding: 9px 14px;
}

.blog-article__content {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
.blog-article__content-title {
  color: #333333;
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.36px;
  padding-bottom: 15px;
  border-bottom: 1px solid #edf0ef;
  margin-bottom: 0;
}
@media screen and (min-width: 1200px) {
  .blog-article__content-title {
    font-size: 16px;
    letter-spacing: 0.48px;
    padding-bottom: 20px;
  }
}
.blog-article__content-item a {
  padding: 15px 0;
  border-bottom: 1px solid #edf0ef;
  color: #333333;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.36px;
  display: inline-block;
}
@media screen and (min-width: 1200px) {
  .blog-article__content-item a {
    padding: 20px 0;
    font-size: 14px;
    letter-spacing: 0.42px;
  }
}
.blog-article__content-item a:last-child {
  border-bottom: none;
}

.blog-article--description {
  margin-top: 25px;
}
.blog-article--description p {
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.28px;
}
@media screen and (min-width: 1200px) {
  .blog-article--description p {
    font-size: 18px;
    letter-spacing: 0.36px;
  }
}

.blog-article__back {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 25px;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.03em;
  color: #666666;
  border-radius: 500px;
  padding: 12.5px 15px;
  width: 150px;
  border: none;
  transition: 1s ease;
  outline: 1px solid #fff;
  margin-bottom: 80px;
}
@media screen and (min-width: 1200px) {
  .blog-article__back {
    font-size: 14px;
    letter-spacing: 0.42px;
    width: 170px;
    margin-bottom: 180px;
  }
}
.blog-article__back:hover {
  outline: 1px solid #1e1e1e;
  width: 180px;
}
@media screen and (min-width: 1200px) {
  .blog-article__back:hover {
    width: 190px;
  }
}

.blog-article__img {
  max-width: 100%;
}

.blog-article__thumbnails--sm {
  margin-top: 25px;
}
.blog-article__thumbnails--sm li {
  margin-left: 0;
}
@media screen and (min-width: 992px) {
  .blog-article__thumbnails--sm {
    display: none;
  }
}

.blog-article__thumbnails--lg {
  display: none;
}
.blog-article__thumbnails--lg li {
  margin-left: 0;
}
@media screen and (min-width: 992px) {
  .blog-article__thumbnails--lg {
    display: block;
  }
}

.homepage-blog {
  background-color: #333333;
  padding: 50px 0 80px;
}
.homepage-blog__title {
  color: #fff;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 25px;
}
@media screen and (min-width: 1440px) {
  .homepage-blog__title {
    font-size: 41px;
    margin-bottom: 60px;
  }
}
.homepage-blog .swiper-featured {
  background-color: transparent;
  border: none !important;
}

.blog-card {
  padding: 0 15px;
}
@media screen and (min-width: 992px) {
  .blog-card {
    padding: 15px;
  }
}
.blog-card .image {
  margin-bottom: 15px;
}
@media screen and (min-width: 1440px) {
  .blog-card .image {
    margin-bottom: 40px;
  }
}
.blog-card .img-responsive {
  width: 100%;
}
.blog-card__title, .blog-card__title a {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.54px;
  margin-bottom: 10px;
}
@media screen and (min-width: 1440px) {
  .blog-card__title, .blog-card__title a {
    font-size: 32px;
    margin-bottom: 20px;
  }
}
.blog-card__date {
  color: #999999;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media screen and (min-width: 1440px) {
  .blog-card__date {
    font-size: 14px;
    letter-spacing: 1.4px;
  }
}
.blog-card__text {
  color: #e3e5e5;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.24px;
}
@media screen and (min-width: 1440px) {
  .blog-card__text {
    font-size: 16px;
    letter-spacing: 0.32px;
  }
}

.blog-card--list .caption {
  max-width: 390px;
}
@media screen and (min-width: 992px) {
  .blog-card--list {
    display: flex;
    gap: 40px;
    padding: 15px;
  }
  .blog-card--list:hover {
    outline: 1px solid #fff;
  }
  .blog-card--list:hover .img-responsive {
    scale: 1.02;
  }
  .blog-card--list .img-responsive {
    width: 150px;
    transition: 0.3s;
  }
  .blog-card--list .image {
    overflow: hidden;
    width: 100%;
  }
}
@media screen and (min-width: 1440px) {
  .blog-card--list .image {
    width: 300px;
  }
  .blog-card--list .img-responsive {
    width: 300px;
  }
}

.all-blogs {
  display: flex;
  color: #fff;
  align-items: center;
  gap: 5px;
  margin-left: auto;
  justify-content: space-between;
  margin-top: 25px;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.03em;
  border-radius: 500px;
  padding: 12.5px 15px;
  width: 150px;
  border: none;
  transition: 1s ease;
}
.all-blogs:hover {
  outline: 1px solid #fff;
  width: 160px;
  color: #fff;
}
@media screen and (min-width: 1440px) {
  .all-blogs {
    font-size: 14px;
    letter-spacing: 0.42px;
    width: 170px;
  }
  .all-blogs:hover {
    width: 180px;
  }
}

@media screen and (min-width: 992px) {
  .homepage-blog__slider {
    display: none;
  }
}

.homepage-blog__desk {
  display: none;
}
@media screen and (min-width: 992px) {
  .homepage-blog__desk {
    display: flex;
  }
}

.homepage-blog-video {
  background-color: #f5f7f7;
  padding: 50px 15px 80px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .homepage-blog-video {
    padding: 120px 15px 180px;
  }
}
.homepage-blog-video .homepage-blog__title {
  color: #1e1e1e;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .homepage-blog-video .homepage-blog__title {
    margin-bottom: 40px;
  }
}
.homepage-blog-video .popup-youtube {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  position: relative;
  max-width: 1360px;
  width: 100%;
}
.homepage-blog-video .popup-youtube img {
  width: 100%;
}
.homepage-blog-video .popup-youtube svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.private-ladel {
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .private-ladel {
    padding-bottom: 180px;
  }
}
.private-ladel__title {
  color: #1e1e1e;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}
@media screen and (min-width: 768px) {
  .private-ladel__title {
    font-size: 41px;
  }
}
.private-ladel__switcher {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}
.private-ladel__switch-link {
  color: #666666;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.54px;
  padding: 14px 20px;
  border-bottom: 1px solid #edf0ef;
  display: inline-block;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .private-ladel__switch-link {
    padding: 26px 20px;
  }
}
.private-ladel__switch-link:hover {
  color: #1e1e1e;
  background-color: #edf0ef;
}
.private-ladel__switch-text {
  color: #1e1e1e;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.54px;
  padding: 14px 20px;
  border-bottom: 2px solid #48FFE9;
  display: inline-block;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .private-ladel__switch-text {
    padding: 26px 20px;
  }
}
.private-ladel__switch-text:hover {
  background-color: #edf0ef;
}
@media screen and (min-width: 768px) {
  .private-ladel__description {
    max-width: 690px;
  }
}
.private-ladel__content {
  margin: 0 15px;
  padding: 20px 15px;
  background-color: #f5f7f7;
}
@media screen and (min-width: 768px) {
  .private-ladel__content {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    padding: 40px;
  }
}
.private-ladel__content h1 {
  color: #1e1e1e;
  font-size: 28px;
  font-weight: 700;
  line-height: 120%;
}
@media screen and (min-width: 768px) {
  .private-ladel__content h1 {
    font-size: 36px;
  }
}
.private-ladel__content h5 {
  color: #666666;
  font-size: 14px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.28px;
}
@media screen and (min-width: 768px) {
  .private-ladel__content h5 {
    font-size: 18px;
    letter-spacing: 0.36px;
  }
}
.private-ladel__content h6 {
  color: #1e1e1e;
  font-size: 22px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.66px;
}
@media screen and (min-width: 768px) {
  .private-ladel__content h6 {
    font-size: 22px;
    letter-spacing: 0.66px;
    margin-top: 40px;
    margin-bottom: 20px;
  }
}
.private-ladel__content ul {
  color: #333333;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.28px;
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .private-ladel__content ul {
    font-size: 18px;
    letter-spacing: 0.36px;
  }
}
.private-ladel__content p {
  color: #333333;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.28px;
}
@media screen and (min-width: 768px) {
  .private-ladel__content p {
    font-size: 18px;
    letter-spacing: 0.36px;
  }
}
.private-ladel__img {
  height: fit-content;
}
.private-ladel__img.sm {
  margin-top: 40px;
}
@media screen and (min-width: 1440px) {
  .private-ladel__img.sm {
    display: none;
  }
}
.private-ladel__img.xl {
  display: none;
}
@media screen and (min-width: 1440px) {
  .private-ladel__img.xl {
    display: inline-block;
  }
}
.private-ladel__callback {
  color: #1e1e1e;
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  border: 1px solid #1e1e1e;
  padding: 12.5px 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  transition: 0.3s;
  margin-top: 50px;
  width: fit-content;
}
@media screen and (min-width: 992px) {
  .private-ladel__callback {
    padding: 27.5px 70px;
    font-size: 14px;
  }
}
.private-ladel__callback:hover {
  background-color: #1e1e1e;
  color: #fff;
}
.private-ladel__callback:hover svg path {
  fill: #fff;
}

.opc-h1 {
  color: #1e1e1e;
  font-size: 28px;
  font-weight: 700;
  line-height: 120%;
  margin: 25px 0 15px;
}
@media screen and (min-width: 768px) {
  .opc-h1 {
    font-size: 41px;
    margin-top: 40px;
    line-height: normal;
  }
}

.checkout-content {
  background-color: #f5f7f7;
}

.checkout-сustomer.register_block,
.checkout-shipping-method,
.checkout-address,
.cart-list,
.totals-inner {
  border-radius: 0 !important;
  border: 1px solid #edf0ef;
}

.title-customer {
  display: flex;
  flex-direction: row !important;
  align-items: center;
  gap: 25px !important;
}

.title-customer,
.opc_login {
  color: #1e1e1e;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: normal;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-top: 0 !important;
  gap: 10px;
}
.title-customer a,
.opc_login a {
  transition: 0.3s;
  padding: 10px 15px;
  border-radius: 500px;
}
.title-customer a:hover,
.opc_login a:hover {
  outline: 1px solid #1e1e1e;
  color: #1e1e1e;
}
@media screen and (min-width: 768px) {
  .title-customer,
  .opc_login {
    font-size: 16px !important;
    letter-spacing: 0.48px !important;
    justify-content: start !important;
  }
}

.checkout-сustomer-info .form-control,
.checkout-address-info .form-control,
#onepcheckout select .form-control {
  color: #999999;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.48px;
  border: 1px solid #edf0ef !important;
  border-radius: 0 !important;
}
@media screen and (min-width: 768px) {
  .checkout-сustomer-info .form-control,
  .checkout-address-info .form-control,
  #onepcheckout select .form-control {
    padding: 30px 20px !important;
  }
}
.checkout-сustomer-info .chm-checkbox,
.checkout-address-info .chm-checkbox,
#onepcheckout select .chm-checkbox {
  margin-left: 15px !important;
}

#onepcheckout select.form-control {
  height: auto !important;
}
@media screen and (min-width: 768px) {
  #onepcheckout select.form-control {
    padding: 17px 20px !important;
  }
}

#onepcheckout .form-group .opc-text-error{
  max-width: fit-content !important
}

.cart-item.dflex:hover a {
  color: #1e1e1e !important;
}

.cart-item-prod-name a {
  color: #1e1e1e;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.28px;
}
.cart-item-prod-name a:hover {
  color: #1e1e1e !important;
}
@media screen and (min-width: 768px) {
  .cart-item-prod-name a {
    letter-spacing: 0.36px;
    font-size: 18px !important;
  }
}

.cart-item-total {
  color: #1e1e1e;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.54px;
}

.checkout-heading {
  color: #1e1e1e;
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.checkout-heading span {
  padding: 10px 15px;
  border: 1px solid #1e1e1e;
  border-radius: 500px;
}
@media screen and (min-width: 768px) {
  .checkout-heading {
    font-size: 16px;
    letter-spacing: 1.6px;
  }
}

.shipping_method_title {
  color: #1e1e1e;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.28px;
}
@media screen and (min-width: 768px) {
  .shipping_method_title {
    letter-spacing: 0.36px;
    font-size: 18px;
  }
}

.chm-radio label input[type=radio]:checked {
  background: #1e1e1e !important;
  border: 1px solid #fff !important;
}
.chm-radio label input[type=radio]:checked:after {
  border: 3px solid #fff !important;
}

.opc-cart-title {
  color: #1e1e1e;
  font-size: 25px;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .opc-cart-title {
    font-size: 32px;
  }
}

.group-checkbox.checkout-agree .chm-checkbox {
  color: #666666;
  font-size: 12px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.24px;
}
.group-checkbox.checkout-agree .chm-checkbox a:hover {
  color: #1e1e1e;
}

.agree {
  color: #666666;
  font-size: 12px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.24px;
  text-decoration-line: underline;
}

.opc-btn.opc-btn-primary {
  color: #1e1e1e;
  background-color: #48FFE9;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  border-radius: 0;
}
@media screen and (min-width: 992px) {
  .opc-btn.opc-btn-primary {
    margin-top: 40px;
  }
}
.opc-btn.opc-btn-primary:hover {
  background-color: #1e1e1e;
  color: #fff;
}

.opc_block_totals {
  padding: 0 !important;
}

.table_total.table-cart tr td:first-child {
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.42px;
}
@media screen and (min-width: 768px) {
  .table_total.table-cart tr td:first-child {
    font-size: 18px;
    letter-spacing: 0.36px;
  }
}
.table_total.table-cart tr .total-text {
  color: #1e1e1e;
  font-size: 28px;
  font-weight: 700;
  line-height: 120%;
}
@media screen and (min-width: 768px) {
  .table_total.table-cart tr .total-text {
    font-size: 36px;
  }
}

.common-success {
  background-color: #f5f7f7;
  padding-bottom: 200px;
}
@media screen and (min-width: 768px) {
  .common-success {
    padding-top: 40px;
  }
}
.common-success #content {
  background-color: #fff;
  padding: 20px 15px;
  margin: 0 15px;
}
@media screen and (min-width: 768px) {
  .common-success #content {
    padding: 30px 20px;
  }
}
.common-success__title {
  color: #1e1e1e;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin: 0px 0 15px;
}
@media screen and (min-width: 768px) {
  .common-success__title {
    font-size: 41px;
    margin: 0 0 20px;
  }
}
.common-success__btn {
  color: #1e1e1e;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  background-color: #48FFE9;
  padding: 10px 65px;
  transition: 0.3s;
}
.common-success__btn:hover {
  background-color: #2b998c;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .common-success__btn {
    padding: 10px 130px;
  }
}
.common-success__heading {
  margin-top: 25px;
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.common-success__heading .common-success__title {
  max-width: 50%;
}
.common-success__return {
  color: #666666;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.36px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  gap: 5px;
  width: 150px;
  transition: 0.3s ease;
  border-radius: 500px;
}
.common-success__return:hover {
  color: #666666;
  outline: 1px solid #666666;
  width: 170px;
}
.common-success .invoice-link {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .common-success .invoice-link {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
  }
}
.common-success .invoice-link__link {
  color: #666666;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.24px;
  transition: 0.3s;
}
.common-success .invoice-link__link:hover {
  color: #48FFE9;
}
.common-success .cart-modal__title {
  color: #1e1e1e;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.54px;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .common-success .cart-modal__title {
    font-size: 22px;
    margin-bottom: 0;
  }
}
.common-success .cart-modal__row {
  padding: 15px 15px 15px 0;
}
@media screen and (min-width: 1440px) {
  .common-success .cart-modal__row {
    padding-right: 110px;
  }
}
.common-success .cart-modal__data,
.common-success .cart-modal__name {
  width: fit-content;
}
.common-success .cart-modal__value--current {
  border: none;
}
.common-success .product-item__price {
  margin-right: 30px;
}
.common-success .product-item__price--new {
  color: #1e1e1e;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.54px;
}
@media screen and (min-width: 768px) {
  .common-success .product-item__price--new {
    font-size: 22px;
  }
}
.common-success .product-item__price--tax {
  letter-spacing: 0.24px;
}
.common-success .product-item__price--old {
  letter-spacing: 0.36px;
}
.common-success .totals {
  color: #1e1e1e;
  font-size: 28px;
  font-weight: 700;
  line-height: 120%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .common-success .totals {
    justify-content: flex-end;
    gap: 90px;
  }
}
.common-success .totals b {
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.28px;
}
@media screen and (min-width: 768px) {
  .common-success .totals b {
    font-size: 18px;
  }
}

#information-contact .contacts__btn {
  color: #1e1e1e;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  border: 1px solid #1e1e1e;
  padding: 10px 20px;
  background-color: transparent;
  cursor: pointer;
  transition: 0.3s;
  margin-bottom: 20px;
}
#information-contact .contacts__btn:hover {
  background-color: #1e1e1e;
  color: #fff;
}

.section-cart {
  padding-bottom: 36px;
}
.section-cart #accordion .card-default > .card-header {
  height: 60px;
}
.section-cart .btn {
  color: #1e1e1e;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  background-color: #48FFE9;
  padding: 10px 20px;
  transition: 0.3s;
  margin-bottom: 20px;
  border: none;
}
.section-cart .btn:hover {
  background-color: #2b998c;
  color: #fff;
}

#cart .dropdown-menu.show {
  min-width: 150px;
  background-color: #fff;
}
#cart .dropdown-menu.show p {
  margin: 0;
}

.cart-modal {
  max-width: 1135px;
  margin: 0 auto;
  padding: 30px 20px 0 20px;
}
@media screen and (min-width: 768px) {
  .cart-modal {
    padding: 30px 20px;
  }
}
.cart-modal__title {
  color: #1e1e1e;
  font-size: 41px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 40px;
}
.cart-modal__list {
  list-style: none;
}
.cart-modal__list__items {
  max-height: 600px;
  overflow-y: scroll;
}
.cart-modal__row {
  flex-wrap: wrap;
  align-items: center;
  border: 1px solid #edf0ef;
  margin-bottom: 10px;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .cart-modal__row {
    gap: 40px;
  }
}
.cart-modal__data--img {
  width: 80px;
}
@media screen and (min-width: 768px) {
  .cart-modal__data--img {
    width: 120px;
  }
}
.cart-modal__data--name {
  flex-basis: 180px;
}
.cart-modal__data--quantity {
  width: fit-content;
}
.cart-modal__data {
  display: flex;
  align-items: center;
}
.cart-modal__props {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
}
.cart-modal__props .product-item__value {
  margin-bottom: 0;
}
.cart-modal__img {
  width: 80px;
  height: 80px;
}
@media screen and (min-width: 768px) {
  .cart-modal__img {
    width: 120px;
    height: 120px;
  }
}
.cart-modal__name {
  color: #1e1e1e;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.36px;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .cart-modal__name {
    width: 345px;
  }
}
.cart-modal__name:hover {
  color: #1e1e1e;
}
.cart-modal__value--current {
  border: 1px solid #edf0ef;
  border-radius: 10px;
  display: inline-block;
  margin: 0 10px;
}
.cart-modal__value {
  color: #1e1e1e;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.48px;
  padding: 10px 15px;
  cursor: pointer;
}
.cart-modal__price {
  color: #1e1e1e;
  font-size: 22px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.66px;
}
.cart-modal__remove {
  border: none;
  background-color: transparent;
  cursor: pointer;
  height: 50px;
  width: 50px;
  margin-right: 20px;
}
.cart-modal__total--wrap {
  margin-left: -20px;
  margin-right: -20px;
}
@media screen and (min-width: 768px) {
  .cart-modal__total--wrap {
    margin-left: unset;
    margin-right: unset;
  }
}
.cart-modal__total {
  background-color: #f5f7f7;
  border: 1px solid #edf0ef;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 20px;
  margin-top: 20px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .cart-modal__total {
    width: fit-content;
    margin-left: auto;
    margin-top: 40px;
    gap: 20px;
  }
}
.cart-modal__total-text {
  color: #1e1e1e;
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
}
.cart-modal__checkout {
  color: #1e1e1e;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  background-color: #48FFE9;
  padding: 16.5px 65px;
  transition: 0.3s;
  width: 100%;
  text-align: center;
}
.cart-modal__checkout:hover {
  background-color: #2b998c;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .cart-modal__checkout {
    padding: 16.5px 130px;
  }
}

.table-cart__data {
  min-width: 180px;
}
.table-cart__data .input-group {
  gap: 5px;
}
.table-cart__data .input-group input {
  margin-bottom: 10px !important;
}
.table-cart__link {
  color: #1e1e1e;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.28px;
}
.table-cart__link:hover {
  color: #1e1e1e;
}
@media screen and (min-width: 768px) {
  .table-cart__link {
    letter-spacing: 0.36px;
    font-size: 18px;
  }
}
.table-cart__btns .input-group-btn {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
}
@media screen and (min-width: 768px) {
  .table-cart__btns .input-group-btn {
    margin-top: 0;
  }
}
.table-cart__btns .input-group-btn .btn {
  margin-bottom: 0;
}
.table-cart__btns input {
  margin-bottom: 10px;
  height: 38px;
  width: 50px;
}
@media screen and (min-width: 768px) {
  .table-cart__btns input {
    margin-bottom: 0 !important;
    margin-right: 10px;
  }
}

.checkout-сustomer-info {
  padding: 20px 15px;
  background-color: #fff;
}
.checkout-сustomer-info .form-group {
  padding: 0;
}
.checkout-сustomer-info .form-control {
  width: 90%;
}

.opc_block_cart .cart-list {
  box-shadow: none !important;
}

.checkout-content .cart-list .cart-item {
  border: 1px solid #edf0ef !important;
  border-radius: 0;
  margin-bottom: 10px;
  padding-right: 20px;
  align-items: center;
}
.checkout-content .cart-list .cart-item .product-model {
  display: none;
}
.checkout-content .cart-list .cart-item-center {
  align-self: center;
}
.checkout-content .cart-list .cart-item-left {
  max-width: 120px;
}
@media screen and (min-width: 768px) {
  .checkout-content .cart-list .cart-item-left {
    margin-right: 40px;
  }
}
.checkout-content .cart-list .cart-item-left .img-responsive {
  width: 65px;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .checkout-content .cart-list .cart-item-left .img-responsive {
    width: 120px;
  }
}

ul.dropdown-address {
  box-shadow: none !important;
}
ul.dropdown-address li:hover {
  background-color: #edf0ef;
}
ul.dropdown-address li:hover a {
  color: #1e1e1e;
}

#input-payment-zone option:hover,
#input-payment-zone option:checked {
  background-color: #edf0ef;
  box-shadow: 0 0 10px 100px #edf0ef inset;
}

.confirm-block .opc-btn {
  height: auto;
  padding-top: 16px;
  padding-bottom: 16px;
}
.confirm-block .opc-btn:hover {
  background-color: #2b998c;
}
@media screen and (min-width: 992px) {
  .confirm-block .opc-btn {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

.login-section {
  padding-bottom: 110px;
}
.login-section__btn {
  color: #1e1e1e;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  border: 1px solid #1e1e1e;
  transition: 0.3s;
  padding: 10px 20px;
  background-color: #fff;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .login-section__btn {
    padding: 10px 45px;
  }
}
.login-section__btn:hover {
  background-color: #1e1e1e;
  color: #fff;
}
.login-section a {
  color: #1e1e1e;
}
.login-section p {
  color: #333333;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.36px;
}

.pagination {
  margin-top: 25px;
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .pagination {
    margin-bottom: 180px;
  }
}
.pagination li {
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1e1e1e;
  transition: 0.2s;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .pagination li {
    width: 50px;
    height: 50px;
  }
}
.pagination li:hover {
  background-color: #edf0ef;
}
.pagination a, .pagination span {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #1e1e1e;
  display: flex;
}
@media screen and (min-width: 768px) {
  .pagination a, .pagination span {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.4px;
  }
}
.pagination .active {
  background-color: #edf0ef;
}

.pagination .first,
.pagination .last {
  display: none;
}

@media screen and (max-width: 767px) {
  .btn-sort {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: none;
    background-color: transparent;
    margin: 0 auto;
    padding: 10px 15px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
  }
  .filter-select-sort {
    max-width: 50%;
  }
  .filter-select-sort .form-control {
    border: none;
    padding: 0;
  }
  #input-sort .dropdown-menu.show {
    top: 44px !important;
    transform: none !important;
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    border-radius: 0;
    border: 1px solid #1e1e1e;
    position: sticky;
    z-index: 985;
  }
  #input-sort .dropdown-menu.show .filter-select-sort__item {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.36px;
    padding: 10px 15px;
    color: #1e1e1e;
  }
  #input-sort .dropdown-menu.show .filter-select-sort__item:hover {
    background-color: #edf0ef;
  }
  .ocfilter-mobile .dropdown-menu.show {
    transform: none !important;
    position: relative !important;
    border-radius: 0;
    border: 1px solid #1e1e1e;
    border-top: none;
    overflow: hidden;
    padding: 22px 15px !important;
    top: -4px !important;
  }
  .ocfilter-mobile .dropdown-menu.show .popover {
    display: none;
  }
  .ocfilter-mobile .dropdown-menu.show .ocf-target,
  .ocfilter-mobile .dropdown-menu.show .input-name {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.03em;
    color: #1e1e1e;
  }
  .ocfilter-mobile .dropdown-menu.show label {
    padding-left: 30px;
  }
  .ocfilter-mobile .dropdown-menu.show input[type=checkbox],
  .ocfilter-mobile .dropdown-menu.show input[type=checkbox]:disabled,
  .ocfilter-mobile .dropdown-menu.show input[type=checkbox]:active,
  .ocfilter-mobile .dropdown-menu.show input[type=checkbox]:active:disabled {
    position: absolute;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #1e1e1e;
  }
  .ocfilter-mobile .dropdown-menu.show .check__box {
    position: absolute;
    margin-left: -30px;
    width: 20px;
    height: 20px;
    background-image: url('../image/checkbox-off.svg');
  }
  .ocfilter-mobile .dropdown-menu.show input[type=checkbox]:checked + .check__box {
    background-image: url('../image/checkbox-on.svg');
  }
  .ocfilter-mobile .btn-filter {
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 15px;
    background-color: transparent;
    border: 1px solid #edf0ef;
  }
  .ocfilter-mobile .btn-filter:after {
    display: none;
  }
  .ocfilter-mobile .btn-filter:focus {
    outline: none;
  }
  .ocfilter-mobile .btn-filter:focus svg {
    transition: 0.3s ease-in-out;
  }
  .ocfilter-mobile .dropdown.show .btn-filter {
    border: 1px solid #1e1e1e;
  }
  .ocfilter-mobile .dropdown.show .btn-sort {
    border-bottom: none !important;
  }
  .ocfilter-mobile .dropdown.show .btn-sort svg {
    transform: rotate(180deg);
  }
  .close-filter-mobile {
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    outline: none;
  }
  .open-filter-mobile {
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #1e1e1e;
    background-color: transparent;
    display: flex;
    align-items: center;
    border: none;
    padding: 15px;
    width: 50%;
  }
  .open-filter-mobile svg {
    display: inline-block;
    margin-right: 10px;
  }
  .filter-line--mobile {
    border-top: 1px solid #edf0ef;
    border-bottom: 1px solid #edf0ef;
    width: 100%;
    position: relative;
  }
  .filter-line--mobile:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 1px;
    top: 0;
    left: calc(50% - 1px);
    background-color: #edf0ef;
  }
  .filter-select {
    width: 50%;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding-right: 15px;
  }
  .filter-select .form-control {
    border: none;
    outline: none;
    padding-right: 15px;
  }
  .filter-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    color: #1e1e1e;
  }
}
@media screen and (min-width: 768px) {
  .filters-wrap {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1540px;
  }
  .filter-row--desktop {
    gap: 1px;
  }
  .filter-line--mobile {
    padding-right: 15px;
  }
  .filter-line--mobile,
  .open-filter-mobile,
  .close-filter-mobile {
    display: none;
  }
  .input-name {
    color: #1e1e1e;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.42px;
  }
  .badge {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.42px;
    color: #999999;
  }
  .btn-filter,
  .btn-sort {
    border: none;
    color: #1e1e1e;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    background-color: #fff;
    padding: 14.5px 15px;
    cursor: pointer;
  }
  .btn-filter:after,
  .btn-sort:after {
    display: none;
  }
  .btn-filter:focus,
  .btn-sort:focus {
    outline: none;
  }
  .btn-filter:hover,
  .btn-sort:hover {
    outline: 1px solid #1e1e1e;
  }
  .btn-filter svg,
  .btn-sort svg {
    transition: 0.3s ease-in-out;
  }
  .dropdown.show .dropdown-menu.dropdown-menu--left.show {
    border: 1px solid #1e1e1e;
    border-radius: 0;
    top: -1px !important;
    z-index: 3;
    margin: 0;
    width: 240px;
    padding: 20px 0;
  }
  .dropdown.show .btn-filter {
    border-top: 1px solid #1e1e1e;
    border-left: 1px solid #1e1e1e;
    border-right: 1px solid #1e1e1e;
    border-bottom: 1px solid #fff;
    position: relative;
    background-color: #fff;
    padding: 13.5px 14px;
    z-index: 4;
  }
  .dropdown.show .btn-filter svg {
    transform: rotate(180deg);
  }
  .dropdown.show .btn-filter:hover {
    outline: none;
  }
  .dropdown.show label {
    padding-left: 45px;
  }
  .dropdown.show input[type=checkbox],
  .dropdown.show input[type=checkbox]:disabled,
  .dropdown.show input[type=checkbox]:active,
  .dropdown.show input[type=checkbox]:active:disabled {
    position: absolute;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #1e1e1e;
  }
  .dropdown.show .check__box {
    position: absolute;
    margin-left: -30px;
    width: 20px;
    height: 20px;
    background-image: url('../image/checkbox-off.svg');
  }
  .dropdown.show input[type=checkbox]:checked + .check__box {
    background-image: url('../image/checkbox-on.svg');
  }
  .filter-select-sort {
    width: fit-content;
  }
  .filter-select-sort .dropdown.show .btn-sort:hover {
    outline: none;
  }
  .filter-select-sort .dropdown.show svg {
    transform: rotate(180deg);
  }
  .filter-select-sort .form-control.show {
    border-top: 1px solid #1e1e1e;
    border-right: 1px solid #1e1e1e;
    border-left: 1px solid #1e1e1e;
    border-bottom: 1px solid #fff;
    background-color: #fff;
    position: relative;
    z-index: 2;
    padding: 0;
  }
  .filter-select-sort .form-control.show .btn-sort {
    border-bottom: none;
    padding: 14px 14px;
  }
  .filter-select-sort .btn-sort {
    display: flex;
    align-items: center;
  }

  category-content--top + .filter-select-sort .dropdown-menu.show {
    display: flex;
    flex-direction: column;
    border-radius: 0;
    margin: 0;
    top: 95% !important;
    left: -82px !important;
    width: 240px;
    border: 1px solid #1e1e1e;
    padding: 20px 0 !important;
    transform: none !important;
    z-index: -1;
  }
  .filter-select-sort .dropdown-menu.show {
    display: flex;
    flex-direction: column;
    border-radius: 0;
    margin: 0;
    top: 95% !important;
    left: inherit !important;
    right: -1px !important;
    width: 240px;
    border: 1px solid #1e1e1e;
    padding: 20px 0 !important;
    transform: none !important;
    z-index: -1;
  }
  .filter-select-sort__item {
    cursor: pointer;
    color: #1e1e1e;
    display: inline-block;
    width: 100%;
    transition: 0.3s ease-in;
    padding: 10px 15px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.36px;
    text-transform: initial;
  }
  .filter-select-sort__item:hover {
    background-color: #edf0ef;
    color: #1e1e1e;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  .filter-select-sort__item {
    font-size: 14px;
    letter-spacing: 0.42px;
  }
}
@media screen and (min-width: 768px) {
  .filter-select-sort__item.active {
    background-color: #edf0ef;
    color: #1e1e1e;
  }
}
@media screen and (min-width: 768px) {
  .filter-select-sort .form-control {
    color: #1e1e1e;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    border-radius: 0;
    border: none;
    padding: 0;
  }
  .filter-select-sort .form-control:focus {
    box-shadow: none;
    border: none;
    color: #1e1e1e;
  }
}
.color-filter .check__box,
.color-filter .input-name,
.color-filter .badge {
  display: none;
}
.color-filter label {
  padding: 0 !important;
  border-radius: 50%;
  width: 40px !important;
  height: 40px;
  position: relative;
  background: transparent;
}
.color-filter label:hover {
  background-color: transparent !important;
  outline: 1px solid #1e1e1e;
}
.color-filter .ocf-color {
  padding: 20px;
  border-radius: 50% !important;
  margin: 0 !important;
}
.color-filter label.ocf-selected {
  position: relative;
  border-radius: 50%;
}
.color-filter label.ocf-selected:before {
  content: url('../image/check.svg');
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
}
.color-filter label.ocf-selected .ocf-color {
  border: 1px solid #1e1e1e;
}
.color-filter .dropdown-menu.show {
  padding: 15px !important;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.footer {
  background-color: #1e1e1e;
  margin-top: 0;
  border-top: none !important;
}
@media screen and (min-width: 992px) {
  .footer {
    padding-top: 50px;
  }
}
.footer__list {
  margin-bottom: 50px;
}
.footer__list-title {
  font-family: 'Gilroy', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.02em;
  color: #fff;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .footer__list-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 40px;
  }
}
.footer__list-item {
  margin-bottom: 15px;
}
.footer__list-item:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .footer__list-item {
    margin-bottom: 20px;
  }
}
.footer__list-link {
  font-family: 'Gilroy', sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.03em;
  color: #fff;
  transition: 0.3s ease-in-out;
}
a.footer__list-link:hover {
  color: #48FFE9;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .footer__list-link {
    font-size: 16px;
    line-height: 19px;
  }
}
.footer .powered {
  border-top: 1px solid #333333;
  padding-top: 16px;
  padding-bottom: 91px;
}
@media screen and (min-width: 768px) {
  .footer .powered {
    padding: 32px 0;
  }
}
@media screen and (min-width: 768px) {
  .footer .powered .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.footer .powered__text {
  color: #999999;
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.03em;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .footer .powered__text {
    font-size: 14px;
    line-height: 17px;
  }
}
.footer .powered__design {
  margin-top: 20px;
  color: #999999;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.3px;
}
@media screen and (min-width: 768px) {
  .footer .powered__design {
    font-size: 14px;
    letter-spacing: 0.42px;
    margin: 0;
  }
}
.footer .powered__underline {
  text-decoration: underline;
}

.social-list {
  margin: 30px 0 60px;
  display: flex;
  list-style: none;
  gap: 20px;
}
.social-list__item {
  cursor: pointer;
}

.gallery-items {
  gap: 5px;
  border: none;
}

.product-item--gallery {
  flex: 0 0 calc(50% - 5px);
  height: auto;
  padding-bottom: 0;
  border-right: none;
  cursor: pointer;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .product-item--gallery {
    flex: 0 0 calc(25% - 5px);
    height: auto;
  }
}
.product-item--gallery .product-item__img {
  height: 100%;
  object-fit: cover;
}

.gallery-title:after {
  display: none;
}

.contacts-page {
  background-color: #f5f7f7;
}
.contacts-page .category-title:after {
  display: none;
}
@media screen and (min-width: 992px) {
  .contacts-page #content {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
  }
  .contacts-page form {
    width: 600px;
  }
}
.contacts-page__data {
  display: flex;
  flex-direction: column;
}
.contacts-page .category-title {
  margin-bottom: 25px;
}
.contacts-page .breadcrumb {
  background-color: #f5f7f7;
}
.contacts-page .card {
  background-color: inherit;
  border: none;
}
.contacts-page .card .row {
  row-gap: 15px;
}
.contacts-page__phones {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.contacts-page__text, .contacts-page__text a {
  display: flex;
  align-items: center;
  column-gap: 20px;
  letter-spacing: 0.36px;
  font-size: 12px;
  font-weight: 500;
  color: #1e1e1e;
  transition: 0.3s;
}
.contacts-page__text:hover, .contacts-page__text a:hover {
  color: #48FFE9;
}
@media screen and (min-width: 992px) {
  .contacts-page__text, .contacts-page__text a {
    font-size: 16px;
    line-height: normal;
    letter-spacing: 0.48px;
  }
}
.contacts-page__social {
  color: #1e1e1e;
  font-size: 10px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.3px;
  margin-top: 25px;
  margin-bottom: 80px;
}
@media screen and (min-width: 992px) {
  .contacts-page__social {
    font-size: 14px;
  }
}
.contacts-page__social .social-icons {
  display: flex;
  column-gap: 15px;
  margin-top: 15px;
}
.contacts-page .required .col-form-label:before {
  display: none;
}
.contacts-page .form-control {
  border: 1px solid #edf0ef;
  border-radius: 0;
}
.contacts-page .contacts__btn {
  color: #1e1e1e;
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding: 15px 36px;
  border: 1px solid #1e1e1e;
  margin-top: 25px;
  cursor: pointer;
  margin-bottom: 95px;
  transition: 0.3s;
}
@media screen and (min-width: 992px) {
  .contacts-page .contacts__btn {
    margin-bottom: 180px;
  }
}
.contacts-page .contacts__btn:hover {
  color: #fff;
  background-color: #1e1e1e;
}

.faq {
  padding-bottom: 80px;
}
.faq .category-title:after {
  display: none;
}
.faq-accordion {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  color: #1e1e1e;
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  border: 1px solid #edf0ef;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  max-width: 770px;
}
.faq-accordion.active {
  border-bottom: none;
}
.faq-panel {
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  color: #333333;
  font-size: 12px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.24px;
  border: 1px solid #edf0ef;
  border-top: none;
}
.faq-panel p {
  margin-bottom: 20px;
  margin-top: 25px;
}

.faq-title:after {
  display: none;
}

.information-title:after {
  display: none;
}

.information__description {
  max-width: 770px;
  margin: 0 auto;
  padding-bottom: 80px;
}
@media screen and (min-width: 992px) {
  .information__description {
    padding-bottom: 180px;
  }
}
.information__description p {
  font-family: 'Gilroy', sans-serif !important;
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  line-height: 160% !important;
  letter-spacing: 0.28px;
}
@media screen and (min-width: 992px) {
  .information__description p {
    font-size: 18px;
    letter-spacing: 0.36px;
  }
}
.information__description p img {
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
}
.information__description ul {
  font-family: 'Gilroy', sans-serif !important;
  color: #666666;
  font-size: 14px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.28px;
  padding-left: 15px;
}
.information__description ul li {
  font-family: 'Gilroy', sans-serif !important;
  list-style: disc;
}
.information__description .about-img-row {
  margin-top: 20px;
  margin-bottom: 25px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.information__description .about-img-row .about-img-item {
  height: auto;
  flex: 0 0 calc(50% - 5px);
}
@media screen and (min-width: 992px) {
  .information__description .about-img-row .about-img-item {
    flex: 0 0 calc(25% - 5px);
  }
}
.information__description .about-img-row img {
  object-fit: cover;
  height: 100%;
  max-width: 100%;
}
.information__description .about-img-big img {
  max-width: 100%;
}
.information__description .note-video-clip,
.information__description iframe {
  max-width: 100%;
  margin: 20px auto;
  display: block;
}

/*# sourceMappingURL=styles.css.map */

