/***************/
/*** <fonts> ***/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&family=Playfair+Display:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");

/*** </fonts> ***/
/****************/
/****************/
/*** <colors> ***/
/*** </colors> ***/
/*****************/
/*************************/
/*** <other variables> ***/
/*** </other variables> ***/
/**************************/
a:hover {
  color: #000000;
}

.container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}

.container1280 {
  max-width: 1310px;
  margin: 0 auto;
  padding: 0 15px;
}

.container1440 {
  width: 100%;
  max-width: 1470px;
  margin: 0 auto;
  padding: 0 15px;
}

body {
  max-width: 3440px;
  min-width: 320px;
  min-height: 100vh;
  margin: 0 auto;
  padding-left: 90px;
  overflow-x: hidden;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: normal;
  color: #000000;
  background: #F7F7F7;
}

body.lock {
  overflow: hidden;
}

a,
button,
input,
textarea {
  transition: all 0.3s ease;
}

.template-page .btn {
  position: relative;
  display: inline-block;
  min-width: 175px;
  padding: 16px 40px;
  overflow: hidden;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
  color: #000000;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.template-page .btn:after {
  content: "";
  position: absolute;
  top: -50px;
  left: -75px;
  width: 50px;
  height: 155px;
  background: #FFFFFF;
  opacity: 0.2;
  transform: rotate(35deg);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.template-page .btn:hover {
  color: #FFFFFF;
  background: #000000;
  border-color: #000000;
}

.template-page .btn:hover:after {
  left: 120%;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.btn:active {
  transform: scale(1.02);
}

.btn--colorful {
  color: #FFFFFF;
  background: #000000;
  border-color: #000000;
}

.btn--with-icon {
  padding: 15px 25px 15px 45px;
  font-family: "Roboto", sans-serif;
}

.btn--with-icon:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 18px;
  width: 18px;
  height: 24px;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}

.btn--buy:before {
  background-image: url("../images/icons/shopping-cart_pink.png");
}

.btn--buy:hover:before {
  background-image: url("../images/icons/shopping-cart_white.png");
}

.show-more {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

.lSAction>a {
  z-index: 1;
  transform: translateY(-50%);
  width: 16px;
  height: 30px;
  margin: 0;
  opacity: 1;
  background: url("../images/icons/arrow-left.svg") center/100% no-repeat;
  transition: all 0.3s ease;
}

.lSAction>.lSPrev,
.lSAction>.lSNext {
  background-position: initial;
}

.lSAction>.lSPrev {
  left: 0;
}

.lSAction>.lSPrev:hover {
  transform: translateY(-50%) scale(1.1);
}

.lSAction>.lSNext {
  right: 0;
  transform: translateY(-50%) scale(-1, 1);
}

.lSAction>.lSNext:hover {
  transform: translateY(-50%) scale(-1.1, 1.1);
}

.lg-backdrop {
  background: rgba(0, 0, 0, 0.8);
}

.lg-toolbar .lg-close {
  position: relative;
  top: 30px;
  right: 30px;
  width: 30px;
  height: 30px;
  background: url("../images/icons/cross_white.svg") center/100% no-repeat;
  transition: all 0.3s ease;
}

.lg-toolbar .lg-close:after {
  display: none;
}

.lg-toolbar .lg-close:hover {
  transform: scale(1.05);
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
  width: 16px;
  height: 30px;
  background: url("../images/icons/arrow-left_white.svg") center/100% no-repeat;
  transition: all 0.3s ease;
}

.lg-actions .lg-next:after,
.lg-actions .lg-next:before,
.lg-actions .lg-prev:after,
.lg-actions .lg-prev:before {
  display: none;
}

.lg-actions .lg-prev {
  left: 30px;
}

.lg-actions .lg-prev:hover {
  transform: scale(1.1);
}

.lg-actions .lg-next {
  right: 30px;
  transform: scale(-1, 1);
}

.lg-actions .lg-next:hover {
  transform: scale(-1.1, 1.1);
}

.hidden {
  display: none;
}

h1,
h2 {
  margin-bottom: 28px;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

h1 {
  letter-spacing: 1.8px;
}

.editable-content p:not(:last-child),
.editable-content ol:not(:last-child),
.editable-content ul:not(:last-child),
.editable-content table:not(:last-child),
.editable-content img:not(:last-child) {
  margin: 0px 0px 24px 0px;
}

.editable-content ul,
.editable-content ol {
  padding: 0px 0px 0px 20px;
}

.editable-content li:not(:last-child) {
  margin: 0px 0px 16px 0px;
}

.editable-content a {
  color: #000000;
  text-decoration: underline;
}

.editable-content a:hover {
  text-decoration: none;
}

.editable-content table {
  width: 100%;
  border: 1px solid #000000;
  border-collapse: collapse;
}

.editable-content td,
.editable-content th {
  padding: 5px;
  border: 1px solid #000000;
}

.editable-content img {
  width: 100%;
  height: auto;
}

.section {
  padding: 80px 0;
}

.section__subtitle {
  max-width: 752px;
  margin-left: auto;
  margin-right: auto;
}

.header {
  position: relative;
  background: #FFFFFF;
}

.header__inner {
  position: relative;
  display: grid;
  grid-template-columns: 2fr 5fr 2fr;
  align-items: center;
  padding: 0 50px;
}

.header__inner:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + -120px);
  height: 1px;
  background: #F2F2F2;
}

.header__burger-button-wrapper {
  position: fixed;
  top: 48px;
  left: 26px;
  z-index: 4;
  display: grid;
  place-items: center;
}

.header__burger-button {
  width: 32px;
  height: 16px;
  cursor: pointer;
}

.header__burger-button:before,
.header__burger-button:after,
.header__burger-button span {
  height: 2px;
  background: #FFFFFF;
  transition: all 0.3s ease;
  border-radius: 5px;
}

.header__burger-button:before,
.header__burger-button:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
}

.header__burger-button:before {
  top: 0;
}

.header__burger-button:after {
  bottom: 0;
  width: 60%;
}

.header__burger-button span {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
}

.header__burger-button.active {
  z-index: 3;
}

.header__burger-button:focus {
  outline: none;
}

.header__slogan {
  position: relative;
  padding-right: 48px;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  letter-spacing: 1.35px;
  white-space: nowrap;
  background: #FFFFFF;
}

.header__logo {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header__logo .logo__link {
  padding: 0 18px;
  background: #FFFFFF;
}

.header__cart {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.header__cart-link {
  position: relative;
  width: 147px;
  height: 23px;
  padding-right: 19px;
  padding-left: 100px;
  text-decoration: none;
  background: url("../images/icons/shopping-cart.png") 100px 50% no-repeat #FFFFFF;
}

.header__cart-link:hover+.header__cart-quantity {
  transform: scale(1.15);
}

.header__cart-quantity {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
}

.header__overlay {
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 100vh;
  background: #000000;
}

.header__overlay.active .menu {
  transform: translateX(0);
}

.header .menu {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 300px;
  background: rgba(0, 0, 0, 0.9);
  padding: 46px 40px;
  transform: translateX(-100%);
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.075);
}

.header .menu__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  list-style: none;
}

.header .menu__item:not(:last-child) {
  margin: 0px 0px 24px 0px;
}

.header .menu__link {
  text-transform: uppercase;
  text-decoration: none;
  color: #FFFFFF;
}

.header .menu__copyright {
  max-width: 150px;
  font-size: 12px;
  font-weight: 400;
  color: #979797;
}

.header .menu__copyright p:not(:last-child) {
  margin: 0px 0px 18px 0px;
}

.footer-menu__link {
  position: relative;
  display: inline-block;
  white-space: nowrap;
}

.footer-menu__link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #000000;
  transition: 0.15s all ease-in-out;
}

.footer-menu__link:hover:before {
  width: 100%;
  left: 0;
}

.logo__link {
  display: inline-flex;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  letter-spacing: 3.2px;
  text-transform: uppercase;
  text-decoration: none;
  color: #000000;
}

.logo__link:hover {
  transform: scale(1.05);
}

.logo__link h1 {
  display: inline-block;
  margin: 0;
}

.logo--short .logo__link {
  font-size: 39px;
  line-height: 20px;
}

.logo--full .logo__link {
  font-size: 16px;
}

.banner {
  padding-top: 0 !important;
  text-align: center;
}

.banner .container1440 {
  padding: 0;
}

.banner__header {
  margin: 0px 0px 60px 0px;
}

.banner__title {
  margin-top: 54px;
}

.banner__body {
  max-width: 1380px;
  margin: 0 auto;
}

.slider-banner__list {
  list-style: none;
}

.slider-banner__item:focus {
  outline: none;
}

.slider-banner__content {
  position: relative;
  width: 100%;
  height: 800px;
  max-height: 80vh;
}

.slider-banner__image-wrapper {
  width: 100%;
  height: 100%;
}

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

.slider-banner__title {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  padding: 5%;
  transform: translate(-50%, -50%) skew(0deg, -5deg);
  font-family: "Roboto", sans-serif;
  font-size: 61px;
  text-transform: uppercase;
  letter-spacing: 14.4px;
  color: #FFFFFF;
}

.slider-banner .slick-arrow {
  border: none;
  z-index: 2;
  top: auto;
  bottom: 0;
  width: 86px;
  height: 86px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #FFFFFF;
  background-image: url("../images/icons/arrow-left_short.png");
}

.slider-banner .slick-prev {
  left: calc(50% + -86px);
  transform: initial;
}

.slider-banner .slick-prev:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 44px;
  background: #E5E5E5;
  transform: translateY(-50%);
}

.slider-banner .slick-prev:hover {
  transform: initial;
}

.slider-banner .slick-next {
  right: calc(50% + -86px);
  transform: scaleX(-1);
}

.slider-banner .slick-next:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 44px;
  background: #E5E5E5;
  transform: translateY(-50%);
}

.slider-banner .slick-next:hover {
  transform: scaleX(-1);
}

.categories {
  padding: 0 !important;
}

.categories__title {
  position: relative;
  display: none;
  padding: 0px 0px 0px 34px;
  cursor: pointer;
}

.categories__title:before,
.categories__title:after,
.categories__title span {
  height: 1px;
  background: #000000;
  transition: all 0.3s ease;
  width: 26px;
}

.categories__title:before,
.categories__title:after {
  content: "";
  position: absolute;
  left: 0;
}

.categories__title:before {
  top: 4px;
}

.categories__title:after {
  bottom: 4px;
}

.categories__title span {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.categories__title.active:before {
  top: 9px;
  transform: rotate(45deg);
}

.categories__title.active:after {
  bottom: 12px;
  transform: rotate(-45deg);
}

.categories__title.active span {
  transform: scale(0);
}

.categories__list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 16px 0px 0px 0px;
  list-style: none;
  flex-wrap: wrap;
}

.categories__item:not(:last-child) {
  border-right: 1px solid #EDEDED;
}

.categories__item {
  margin-bottom: 15px;
}


.categories__link {
  position: relative;
  padding: 2px 46px;
  text-decoration: none;
  color: #000000;
}

.categories__link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #000000;
  transition: 0.15s all ease-in-out;
}

.categories__link:hover:before {
  width: 50%;
  transform: translateX(-50%);
  left: 50%;
}

.masonry-gallery__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 25px;
  grid-gap: 20px;
  list-style: none;
}

.masonry-gallery__item {
  position: relative;
}

.masonry-gallery__item--50w {
  grid-column: 2 span;
}

.masonry-gallery__item--100h {
  grid-row: 12 span;
}

.masonry-gallery__item--80h {
  grid-row: 8 span;
}

.masonry-gallery__item--70h {
  grid-row: 10 span;
}

.masonry-gallery__item--65h {
  grid-row: 12 span;
}

.masonry-gallery__item--60h {
  grid-row: 10 span;
}

.masonry-gallery__item--55h {
  grid-row: 8 span;
}

.masonry-gallery__item--50h {
  grid-row: 7 span;
}

.masonry-gallery__item--35h {
  grid-row: 6 span;
}

.masonry-gallery__item:hover .masonry-gallery__counter {
  transform: translateX(-50%) translateY(0);
}

.masonry-gallery__link {
  display: block;
  width: 100%;
  height: 100%;
}

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

.masonry-gallery__counter {
  position: absolute;
  bottom: 30px;
  left: 50%;
  width: 57px;
  height: 57px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  transform: translateX(-50%) translateY(200%);
  transition: all 0.3s ease;
}

.masonry-gallery__counter span {
  display: block;
}

.masonry-gallery__video-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.masonry-gallery__video-wrapper:before,
.masonry-gallery__video-wrapper:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.3s ease;
}

.masonry-gallery__video-wrapper:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 49px;
  height: 49px;
  background: #FFFFFF;
  border-radius: 50%;
}

.masonry-gallery__video-wrapper:after {
  transform: translate(-50%, -50%);
  width: 16px;
  height: 18px;
  background: url("../images/icons/play.png") center no-repeat;
}

.masonry-gallery__video-wrapper:hover:before,
.masonry-gallery__video-wrapper:focus:before {
  transform: translate(-50%, -50%) rotate(90deg);
}

.masonry-gallery__video-wrapper:hover:after,
.masonry-gallery__video-wrapper:focus:after {
  transform: translate(-50%, -50%) scale(1.25);
}

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

.about {
  background: #FFFFFF;
}

.about__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10%;
}

.about__subtitle {
  margin: 0px 0px 34px 0px;
}

.about__content {
  margin: 0px 0px 30px 0px;
}

.about__image-wrapper {
  max-height: 85vh;
}

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

.footer {
  padding: 40px 0px;
  background: #000000;
}

.footer__inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 2fr 1fr 3fr;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 15px;
}

.footer__menu {
  max-width: 180px;
}

.footer__made-in-link {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  color: #979797;
}

.footer__made-in-image {
  margin-left: 10px;
}

.footer-menu__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px 20px;
  list-style: none;
}

.footer-menu__link {
  display: inline-block;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  color: #000000;
}

.socials__list {
  list-style: none;
}

.socials__item:not(:last-child) {
  margin: 0px 0px 24px 0px;
}

.socials__link {
  display: block;
  width: 20px;
  height: 20px;
  font-size: 0;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}

.socials__link--vk {
  background-image: url("../images/icons/vk.svg");
}

.socials__link--facebook {
  background-image: url("../images/icons/facebook.svg");
}

.socials__link--twitter {
  background-image: url("../images/icons/twitter.svg");
}

.socials__link--instagram {
  background-image: url("../images/icons/instagram.svg");
}

.socials__link--youtube {
  background-image: url("../images/icons/youtube.svg");
}

.socials__link--odnolkassniki {
  background-image: url("../images/icons/odnoklassniki.svg");
}

.socials__link:hover {
  transform: scale(1.1);
}

.catalog__title {
  font-weight: 400;
  text-align: center;
  text-transform: none;
}

.catalog__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  list-style: none;
}

.catalog__text {
  max-width: 752px;
  margin: 68px auto 0px auto;
  text-align: center;
}

.product-card__image-wrapper {
  width: 100%;
  height: 365px;
  max-height: 80vh;
  transition: all 0.3s ease;
}

.product-card__image {
  display: flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-card__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 18px;
}

.product-card__name {
  display: block;
  margin: 0px 0px 15px 0px;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  color: #000000;
}

.product-card__name:hover {
  text-decoration: underline;
}

.product-card__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-card__price {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.product-card:hover .product-card__image-wrapper {
  opacity: 0.7;
}

.subcategory-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.subcategory-card__image-wrapper {
  width: 100%;
  height: 365px;
  max-height: 80vh;
  transition: all 0.3s ease;
}

.subcategory-card__image {
  display: flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.subcategory-card__body {
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 18px;
  background: #FFFFFF;
}

.subcategory-card__name {
  position: relative;
  padding-left: 40px;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.subcategory-card__name:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 26px;
  height: 23px;
  background: url("../images/icons/subcategory.png") center/100% no-repeat;
}

.subcategory-card__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.subcategory-card:hover .subcategory-card__image-wrapper {
  opacity: 0.7;
}

.product__wrapper {
  padding: 55px;
  background: #FFFFFF;
}

.product__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.product__gallery {
  width: 100%;
  max-width: 560px;
}

.product__body {
  padding: 0 35px 0 100px;
}

.product__title {
  letter-spacing: normal;
}

.product__price {
  margin: 0px 0px 26px 0px;
}

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

.product__actual-price {
  font-size: 30px;
  font-weight: 700;
}

.product__order {
  margin: 0px 0px 40px 0px;
}

.product__options {
  display: flex;
  align-items: center;
  margin: 0px 0px 18px 0px;
}

.product__options .select {
  margin: 0px 30px 0px 0px;
}

.product__actions {
  display: flex;
}

.product__quantity {
  margin: 0px 20px 0px 0px;
}

.product__description {
  margin: 0px 0px 60px 0px;
  font-size: 14px;
}

.product__buy-btn {
  font-size: 16px;
  color: #FFFFFF;
  background: #000000;
}

.product__buy-btn:before {
  background-image: url("../images/icons/shopping-cart_white.png");
}

.product-gallery__item {
  width: 100%;
  height: 434px;
}

.product-gallery__item:focus {
  outline: none;
}

.product-gallery__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}

.product-gallery__thumb-list {
  margin: 32px -8px 0 -8px;
  padding: 0 40px;
}

.product-gallery__thumb-item {
  height: 119px;
  padding: 0 8px;
}

.product-gallery__thumb-item:focus {
  outline: none;
}

.product-gallery__thumb-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}

.nice-select {
  padding-right: 50px;
  border-radius: 0;
}

.nice-select:after {
  right: 20px;
  width: 9px;
  height: 9px;
  margin-top: -5px;
}

.checkbox {
  position: relative;
}

.checkbox__input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkbox__input:checked+.checkbox__label span:before {
  background: url("../images/icons/check.png") center/100% no-repeat;
}

.checkbox__label {
  padding: 0px 0px 0px 32px;
  font-size: 14px;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.5);
}

.checkbox__mark {
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  border: 2px solid #CCCCCC;
}

.checkbox__mark:before {
  content: "";
  position: absolute;
  top: -8px;
  right: -4px;
  width: 20px;
  height: 24px;
  transition: all 0.3s ease;
}

.quantity {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 10px;
  border: solid 1px #D0D0D0;
}

.quantity__input {
  width: 40px;
  margin: 0 10px;
  padding: 2px 4px 5px 4px;
  text-align: center;
  -moz-appearance: textfield;
}

.quantity__input::-webkit-outer-spin-button,
.quantity__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity__input:focus {
  outline: none;
}

.quantity__btn {
  position: relative;
  width: 13px;
  height: 13px;
}

.quantity__btn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 2px;
  background: #000000;
}

.quantity__btn--plus:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2px;
  height: 100%;
  background: #000000;
}

.quantity__btn:hover {
  transform: scale(1.1);
}

.quantity__btn:focus {
  outline: none;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  width: 16px;
  height: 30px;
  font-size: 0;
  background: url("../images/icons/arrow-left.svg");
}

.slick-arrow:focus {
  outline: none;
}

.slick-prev {
  left: 8px;
  transform: translateY(-50%);
}

.slick-prev:hover {
  transform: scale(1.1) translateY(-50%);
}

.slick-next {
  right: 8px;
  transform: scale(-1, 1) translateY(-50%);
}

.slick-next:hover {
  transform: scale(-1.1, 1.1) translateY(-50%);
}

/****************/
/*** <basket> ***/
.basket__legend,
.basket-card {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  grid-gap: 50px;
  align-items: center;
}

.basket__wrapper {
  padding: 55px 55px 80px 55px;
  background: #FFFFFF;
}

.basket__title {
  display: none;
  text-transform: uppercase;
  text-align: center;
}

.basket__legend {
  padding: 0px 15% 14px 0px;
  border-bottom: 1px solid #E8E8E8;
}

.basket__capture:not(:first-child) {
  text-align: center;
}

.basket__list {
  margin: 0px 0px 50px 0px;
  list-style: none;
}

.basket__item {
  border-bottom: 1px solid #E8E8E8;
}

.basket__total {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
}

.basket__total-label {
  margin: 0px 16px 0px 0px;
}

.basket__price {
  font-size: 24px;
}

.basket__form {
  padding: 0px 55px 55px 55px;
  background: #FFFFFF;
}

.basket-card {
  position: relative;
  padding: 20px 15% 20px 0px;
}

.basket-card>div:not(:first-child) {
  text-align: center;
}

.basket-card__product-summary {
  display: flex;
  align-items: center;
}

.basket-card__image-wrapper {
  width: 100%;
  max-width: 126px;
  height: 100px;
  margin: 0px 30px 0px 0px;
}

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

.basket-card__name {
  margin: 0px 0px 9px 0px;
  font-size: 18px;
}

.basket-card__select-value {
  color: #979797;
}

.basket-card__check-value {
  margin: 3px 0px 0px 0px;
  color: #979797;
}

.basket-card__price {
  font-size: 18px;
}

.basket-card__quantity {
  max-width: 110px;
  margin: 0 auto;
}

.basket-card .quantity__input {
  font-size: 18px;
}

.basket-card__amount {
  font-size: 18px;
}

.basket-card__label {
  display: none;
}

.basket-card__delete-btn {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background: url("../images/icons/cross.svg") center/100% no-repeat;
}

.basket-card__delete-btn:hover {
  transform: translateY(-50%) scale(1.1);
}

.basket-form__title {
  margin: 0px 0px 38px 0px;
  padding-top: 63px;
  font-size: 18px;
  font-weight: 700;
  border-top: 1px solid #EDEDED;
}

.basket-form__body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}

.basket-form__left {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 16px 20px;
}

.basket-form__item {
  display: flex;
  flex-direction: column;
}

.basket-form__label {
  margin: 0px 0px 15px 0px;
  padding: 0px 0px 0px 7px;
}

.basket-form__input,
.basket-form__textarea {
  padding: 20px 28px;
  color: #000000;
  border: 1px solid #E8E8E8;
  background: #FFFFFF;
}

.basket-form__input::placeholder,
.basket-form__textarea::placeholder {
  color: #979797;
}

.basket-form__input:focus,
.basket-form__textarea:focus {
  border-color: #7C7C7C;
  outline: none;
}

.basket-form__right {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 40px;
}

.basket-form__textarea {
  height: 144px;
  resize: none;
}

.basket-form__actions {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

/*** </basket> ***/
/*****************/
/**************/
/*** <blog> ***/
.blog__header {
  margin: 0px 0px 60px 0px;
}

.blog__title {
  text-align: center;
}

.blog__item:not(:last-child) {
  margin-bottom: 30px;
}

.blog-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  position: relative;
}

.blog-card__image-wrapper {
  display: flex;
  height: 100%;
  transition: all 0.3s ease;
}

.blog-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.blog-card__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 60px 30px;
  background: #FFFFFF;
}

.blog-card__date {
  display: block;
  margin: 0px 0px 20px 0px;
  font-size: 14px;
  color: #979797;
}

.blog-card__capture {
  margin-bottom: 28px;
  font-size: 18px;
}

.blog-card__description {
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
}

.blog-card__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
}

.blog-card:hover .blog-card__image-wrapper {
  opacity: 0.7;
}

.blog-card:hover .blog-card__capture {
  text-decoration: underline;
}

.pager {
  padding: 80px 0;
}

.pager__list {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
}

.pager__item:not(:last-child) {
  margin: 0px 24px 0px 0px;
}

.pager__link {
  display: block;
  font-size: 14px;
  text-decoration: none;
  color: #979797;
}

.pager__link:hover {
  color: #000000;
  text-decoration: underline;
  opacity: 1;
}

.pager__link--to-begin,
.pager__link--to-end {
  width: 20px;
  height: 6px;
  background: url("../images/icons/arrow-long.svg") center/100% no-repeat;
  opacity: 0.3;
}

.pager__link--to-end {
  transform: scale(-1, 1);
}

.pager__link--to-page.current {
  font-weight: 700;
  color: #000000;
}

/*** </blog> ***/
/***************/
/**********************/
/*** <article-page> ***/
.article {
  margin: 0px 0px 80px 0px;
}

.article__inner {
  background: #FFFFFF;
  padding-bottom: 80px;
}

.article__image-wrapper {
  width: 100%;
  height: 443px;
  max-height: 50vh;
  margin: 0px 0px 60px 0px;
}

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

.article__body {
  max-width: 757px;
  margin: 0 auto;
}

.article__title {
  max-width: 576px;
  margin: 0 auto 30px auto;
  font-weight: 400;
  text-align: center;
  text-transform: initial;
}

.article__date {
  display: block;
  margin: 0px 0px 60px 0px;
  font-size: 14px;
  text-align: center;
  color: #979797;
}

.article__content {
  margin: 0px 0px 80px 0px;
}

.article__navigation {
  display: flex;
  justify-content: center;
  margin-top: 100px;
}

.article__nav-link {
  position: relative;
  text-decoration: none;
  color: #000000;
}

.article__nav-link--prev:before,
.article__nav-link--next:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 24px;
  height: 6px;
  background: url("../images/icons/arrow-long.svg") center/100% no-repeat;
}

.article__nav-link--prev {
  margin-right: 60px;
  padding: 0px 0px 0px 34px;
}

.article__nav-link--prev:before {
  left: 0;
  transform: translateY(-50%);
}

.article__nav-link--next {
  padding: 0px 34px 0px 34px;
}

.article__nav-link--next:after {
  right: 0;
  transform: translateY(-50%) scaleX(-1);
}

/*** </article-page> ***/
/***********************/
/******************/
/*** <contacts> ***/
.contacts .container1280 {
  display: grid;
  grid-template-columns: 3fr 7fr;
}

.contacts__wrapper {
  padding: 55px;
  background: #FFFFFF;
}

.contacts__name {
  margin: 0px 0px 28px 0px;
  font-size: 18px;
  font-weight: 700;
}

.contacts__link {
  display: block;
  text-decoration: none;
  color: #000000;
}

.contacts__link:not(:last-child) {
  margin: 0px 0px 16px 0px;
}

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

.contacts__map iframe {
  width: 100%;
  height: 552px;
  max-height: 60vh;
}

/*** </contacts> ***/
/*******************/
.catalog-banner .section__title {
  margin-top: 80px;
}


/***********************/

/**
 * MASONRY
 */
.template-page .macy {
  width: 100%;
}

.template-page .macy .macy__item {
  opacity: 1;
  border-radius: 6px;
  overflow: hidden;
  min-height: 96px;
  background: rgba(153, 153, 153, 0.4);
}

.template-page .macy .macy__item:hover {
  opacity: 0.94;
}

.template-page .macy .macy__item a {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  min-height: 96px;
  margin: 0;
  padding: 0;
  text-decoration: none !important;
}

.template-page .macy .macy__item a[data-file-type="video"]:before {
  content: '';
  position: absolute;
  z-index: 3;
  left: calc(50% - 48px / 2);
  top: calc(50% - 48px / 2);
  width: 48px;
  height: 48px;
  transform: rotate(45deg);
  background-color: #fff;
  border-radius: 3px;
}

.template-page .macy .macy__item a[data-file-type="video"]:after {
  content: '';
  position: absolute;
  z-index: 4;
  left: calc(50% - 48px / 2);
  top: calc(50% - 48px / 2);
  width: 48px;
  height: 48px;
  background-image: url(../images/icons/play.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 20px;
}

.template-page .macy .macy__item img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  margin: 0;
}

.template-page .macy .macy__item .macy__item-name {
  display: block;
  opacity: 1;
  width: calc(100% - 5px - 5px);
  height: auto;
  border-radius: 6px;
  position: absolute;
  z-index: 2;
  left: 5px;
  bottom: 5px;
  margin: 0;
  padding: 10px 15px;
  background: rgba(240, 240, 240, 0.2);
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
}

.template-page .macy .macy__item:hover .macy__item-name {
  opacity: 1;
  bottom: 5px;
}

.template-page .macy .macy__item a.dn {
  display: none;
}

.template-page .macy .macy__item .macy__item-name {
  display: flex;
  align-items: center;
}

.template-page .macy .macy__item .macy__item-icon {
  margin-left: auto;
}

.template-page .macy .macy__item .macy__item-icon img {
  width: 30px;
}

.about__body a {
  position: relative;
  display: inline-block;
  min-width: 175px;
  padding: 16px 40px;
  overflow: hidden;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.2);

  color: #FFFFFF;
  background: #000000;
  border-color: #000000;
}

.about__body a:active {
  transform: scale(1.02);
}

.about__body a:hover {
  color: #FFFFFF;
  background: #e1be54;
  border-color: #e1be54;
}

.about__body a:hover {
  outline-width: 0;
}

/***********************/
.template-page .socials__list {
  padding-left: 0rem;
  margin-left: 0px;
}

.template-page .header__burger-button {
  background: none;
  border: none;
}

/***********************/

.header__inner {
  min-height: 110px;
}

/***********************/

.template-page dl,
.template-page ol,
.template-page ul {
  padding-left: 0rem;
  margin-left: 0rem;
}

/***********************/
.article__image-wrapper--margin {
  margin: 0px;
}

/***********************/
.template-page .categories__link.active:before,
.template-page .categories__link:hover:before {
  width: 50%;
  transform: translateX(-50%);
  left: 50%;
}

.template-page .footer .logo__link span {
  color: #fff !important;
}

/***********************/

.template-page .editable-content img.type_align_01 {
  border-radius: 10px;
}

.template-page .editable-content img.type_align_02 {
  margin-top: 24px;
  margin-right: 24px;
  width: 50%;
}

.template-page .editable-content img.image_fixed_left.type_align_02 {
  float: left;
}

.template-page .editable-content img.type_align_03 {
  width: 50%;
  margin: 24px auto;
  display: block;
}

.template-page .editable-content img.type_align_04 {
  width: 50%;
}

.template-page .editable-content img.image_fixed_left.type_align_04 {
  float: right;

  margin-top: 24px;
  margin-left: 24px;
}

.template-page .editable-content div.type_align_04 {
  display: flex;
  justify-content: end;

  margin-top: 24px;
  margin-bottom: 24px;
}

.template-page .editable-content div.type_align_04 img.type_align_04 {
  margin: initial;
}

.template-page .editable-content img.type_align_05 {
  display: block;
  margin: 0 auto;
  text-align: justify;
}

.template-page .editable-content img {
  width: 100%;
  height: auto;
  display: block;
  margin: 24px auto;
}

.template-page .blog__list {
  list-style: none;
  max-width: 813px;
  margin: 0 auto;
}

/*
 * ARTICLE PAGE
 */
.template-page .article {
  margin: 0px 0px 80px 0px;
}

.template-page .article__image-wrapper {
  width: 100%;
  height: 443px;
  max-height: 50vh;
  margin: 0px 0px 60px 0px;
}

.template-page .article__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.template-page .article__body {
  max-width: 757px;
  margin: 0 auto;
  display: grid;
}

.template-page .article__title {
  max-width: 576px;
  margin: 0 auto 30px auto;
  font-weight: 400;
  text-align: center;
  text-transform: initial;
}

.template-page .article__date {
  display: block;
  margin: 0px 0px 60px 0px;
  font-size: 14px;
  text-align: center;
  color: #979797;
}

.template-page .article__content {
  margin: 0px 0px 80px 0px;
}

/*
 * CONTACTS
 */
.template-page .contacts__wrapper {
  padding: 55px;
  border: 1px solid #E8E8E8;
  width: 100%;

}

.template-page .contacts__name {
  margin: 0px 0px 28px 0px;
  font-size: 18px;
  font-weight: 700;
}

.template-page .contacts__link {
  display: block;
  text-decoration: none;
  color: #979797;
}

.template-page .contacts__link:not(:last-child) {
  margin: 0px 0px 16px 0px;
}

.template-page .contacts__link:hover {
  text-decoration: underline;
}

.template-page .contacts__map iframe {
  width: 100%;
  height: 552px;
  max-height: 60vh;
}

.menu__content .menu__item:not(:last-child) {
  border-right: 1px solid #EDEDED;
  margin: 0px;
}

.template-page .macy .macy__item a.dn {
  display: none;
}

.template-page .macy .macy__item .macy__item-name {
  display: flex;
  align-items: center;
}

.template-page .macy .macy__item .macy__item-icon {
  margin-left: auto;
}

.template-page .macy .macy__item .macy__item-icon img {
  width: 30px;
}

.blog-card__image.noimage {
  background: #000000;
}

.about__body-footer h2 {
  margin-bottom: 28px;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

.about__body-footer h3 {
  margin: 0px 0px 16px 0px;
  font-size: 18px;
  font-weight: 500;
}

.about__body-footer p {
  margin: 0px 0px 30px 0px;
}

.about__body-footer a {
  position: relative;
  display: inline-block;
  padding: 16px 40px;
  overflow: hidden;
  font-size: 14px;
  text-decoration: none;
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: #000000;
}

.about__body-footer a:hover {
  color: #FFFFFF;
  background: #000000;
  border-color: #000000;
}

.about__body-footer a {
  color: #FFFFFF;
  background: #000000;
  border-color: #000000;
}

.about__body-footer a {
  transition: all 0.3s ease;
}

.template-page .banner .slick-arrow {
  border: none;
}

.slider-banner__list {
  display: none;
}

.slider-banner__list.slick-initialized {
  display: block;
}

.template-page .categories.categories--menu {
  min-height: max-content;
}

.section-blog {
  padding: 0px;
}

.template-page .blog-card {
  position: relative;
  opacity: 1;
  overflow: hidden;
}

.banner  .style-text{
  text-align: left;
}

/***********************/
/*** <media queries> ***/
@media screen and (max-width: 1280px) {
  .footer__inner {
    grid-template-columns: 1fr 2fr 2fr 1fr;
    padding: 0;
  }

  .footer .socials__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
  }

  .footer .socials__item:not(:last-child) {
    margin: 0;
  }

  .slider-banner__content {
    height: 550px;
  }

  .product__wrapper {
    padding: 50px 50px 50px 30px;
  }

  .product__inner {
    grid-template-columns: 1fr 2fr;
  }

  .product__gallery {
    max-width: 400px;
  }

  .product__body {
    padding: 0 0px 0 35px;
  }

  .product-gallery__item {
    height: 330px;
  }

  .product-gallery__thumb-list {
    margin: 20px -8px 0 -8px;
  }

  .product-gallery__thumb-item {
    height: 80px;
  }

  .basket__legend,
  .basket-card {
    grid-gap: 10px;
  }

  .basket__wrapper,
  .basket__form {
    padding: 30px;
  }

  .basket__list {
    margin: 0px 0px 30px 0px;
  }

  .basket__legend {
    padding: 0px 55px 14px 0px;
  }

  .basket-card {
    padding: 16px 55px 16px 0px;
  }

  .basket-card__image-wrapper {
    max-width: 100px;
    height: 80px;
    margin: 0px 16px 0px 0px;
  }

  .basket-card__name {
    font-size: 16px;
  }

  .basket-card__select-value,
  .basket-card__check-value {
    font-size: 14px;
  }

  .contacts__wrapper {
    padding: 30px;
  }

  .header__inner {
    padding: 0;
  }

  .header__slogan {
    white-space: initial;
  }

  .article__inner {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media screen and (max-width: 992px) {
  body {
    padding-left: 0;
  }

  .menu__link {
    padding: 4px 12px;
  }

  .footer {
    padding: 20px 0px 40px 0px;
  }

  .slider-banner__content {
    height: 460px;
  }

  .masonry-gallery__list {
    grid-gap: 10px;
  }

  .about__inner {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }

  .container1280 {
    padding: 0;
  }

  .product__wrapper {
    padding: 0;
    border: initial;
  }

  .product__inner {
    display: block;
  }

  .product__gallery {
    max-width: 100%;
    margin: 0px 0px 60px 0px;
  }

  .product__body {
    padding: 0;
  }

  .product__title {
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
  }

  .product__price,
  .product__options,
  .product__actions {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .product__old-price {
    margin: 0px 40px 0px 0px;
  }

  .product__actions {
    flex-direction: column;
  }

  .product__quantity {
    margin: 0px 0px 18px 0px;
  }

  .product-gallery__item {
    height: 600px;
    max-height: 50vh;
  }

  .product-gallery__thumb-list {
    max-width: 660px;
    margin: 30px auto 0 auto;
  }

  .product-gallery__thumb-item {
    height: 130px;
  }

  .catalog__title {
    font-weight: 700;
    text-transform: uppercase;
  }

  .basket-form__body {
    grid-template-columns: 1fr;
  }

  .header .container1440 {
    padding: 0;
  }

  .header__slogan {
    display: none;
  }

  .header__inner {
    display: flex;
    justify-content: center;
  }

  .header__inner:before {
    display: none;
  }

  .header__burger-button-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    display: grid;
    place-items: center;
    width: 60px;
    height: 100%;
    background: #000000;
  }

  .header__burger-button {
    position: relative;
    top: auto;
    left: auto;
  }

  .header__burger-button.active:before {
    top: 5px;
    transform: rotate(45deg);
  }

  .header__burger-button.active:after {
    bottom: 8px;
    transform: rotate(-45deg);
    width: 100%;
  }

  .header__burger-button.active span {
    transform: scale(0);
  }

  .header__cart {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
  }

  .header__cart-link {
    width: 47px;
    padding-left: 0;
    background-position: center;
  }

  .header__overlay {
    position: absolute;
    top: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    height: calc(100vh + -53px);
    display: block;
    padding: 60px;
    transform: translateX(-100%);
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.075);
  }

  .header__overlay.active {
    transform: translateX(0);
  }

  .header .menu {
    position: static;
    width: auto;
    align-items: flex-start;
    padding: 0;
    margin-bottom: 100px;
    transform: initial;
  }

  .header .menu__copyright {
    display: none;
  }

  .header .menu__list {
    align-items: flex-start;
  }

  .header .menu__item:not(:last-child) {
    margin: 0px 0px 32px 0px;
  }

  .header .menu__link {
    padding: 0;
    font-size: 18px;
    letter-spacing: -0.72px;
  }

  .logo__image {
    width: 100px;
  }

  .socials__list {
    display: flex;
  }

  .socials__item:not(:last-child) {
    margin: 0px 40px 0px 0px;
  }

  .article {
    background: #FFFFFF;
  }

  .article__inner {
    padding-left: 0;
    padding-right: 0;
  }

  .article__image {
    width: calc(100% + 60px);
    margin: 0 -30px;
  }

  .catalog__list {
    grid-template-columns: 1fr 1fr;
  }

  .contacts .container1280 {
    display: flex;
    flex-direction: column-reverse;
  }

  .contacts__wrapper {
    text-align: center;
    background: transparent;
  }

  .header__inner {
    min-height: 50px;
  }
}

@media screen and (max-width: 768px) {
  .btn {
    padding: 12px 30px;
  }

  .btn--with-icon {
    padding: 12px 46px 12px 30px;
  }

  .btn--with-icon:before {
    width: 14px;
  }

  .basket-form__title {
    padding-top: 0;
    border: initial;
  }

  .footer {
    padding: 20px 0;
  }

  .footer__inner {
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
  }

  .footer__menu {
    width: 100%;
    max-width: 180px;
    margin: 0 0 0 auto;
  }

  .footer__made-in-link {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer .socials__list {
    display: flex;
    justify-content: flex-end;
  }

  .footer .socials__item:not(:last-child) {
    margin: 0px 10px 0px 0px;
  }

  .slider-banner__content {
    height: 380px;
    padding: 0;
  }

  .slider-banner__title {
    font-size: 44px;
    letter-spacing: normal;
  }

  .banner__header {
    margin: 0px 0px 40px 0px;
  }

  .banner .lSAction {
    display: none !important;
  }

  .categories__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    background: #F3F3F3;
  }

  .categories__title {
    display: inline-block;
  }

  .categories__content {
    display: none;
  }

  .categories__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }

  .categories__item:not(:last-child) {
    border-right: initial;
  }

  .categories__link {
    padding: 0;
    font-weight: 700;
  }

  .masonry-gallery__list {
    grid-template-columns: 1fr 1fr;
  }

  .masonry-gallery__item {
    max-height: 85vh;
  }

  .masonry-gallery__item--65h {
    grid-row: 11 span;
  }

  .masonry-gallery__item--80h {
    grid-row: 7 span;
  }

  .show-more {
    margin-top: 30px;
  }

  .about__body {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .about__title,
  .about__subtitle {
    text-align: center;
  }

  .about__subtitle {
    margin: 0px 0px 16px 0px;
  }

  .product-card__image-wrapper {
    margin: 0;
  }

  .product-card__body {
    padding: 10px;
  }

  .product-card__name {
    margin: 0px 0px 10px 0px;
    font-size: 16px;
  }

  .subcategory-card__name {
    padding: 12px 40px;
    font-size: 16px;
  }

  .basket__title {
    display: block;
  }

  .basket__legend {
    display: none;
  }

  .basket__wrapper {
    padding: 0 0 40px 0;
    border: none;
  }

  .basket__total {
    justify-content: center;
  }

  .basket__form {
    padding: 40px 10px;
  }

  .basket-card {
    padding: 40px 0;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px 10px;
  }

  .basket-card__product-summary {
    grid-column: 1 / 4;
  }

  .basket-card__label {
    display: inline;
  }

  .basket-card__price {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
  }

  .basket-card__quantity {
    grid-column: 1 / 2;
  }

  .basket-card__amount {
    grid-column: 3 / 4;
  }

  .basket-card__delete-btn {
    top: 20px;
    transform: initial;
  }

  .basket-card__delete-btn:hover {
    transform: scale(1.1);
  }

  .basket-card__quantity {
    margin: 0;
  }

  .basket-card__image-wrapper {
    margin: 0px 30px 0px 0px;
    max-width: 209px;
    height: 165px;
  }

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

  .basket-form__left {
    grid-template-columns: 1fr;
  }

  .basket-form__actions {
    justify-content: center;
  }

  .contacts {
    text-align: center;
    margin: 0;
  }

  .contacts__wrapper {
    padding: 30px 10px;
    background: #FAFAFA;
  }

  .contacts__link {
    color: #000000;
  }

  body {
    padding-left: 0;
  }

  .catalog__list {
    grid-gap: 20px;
  }
}

@media screen and (max-width: 576px) {

  .container,
  .container1440 {
    padding: 0 10px;
  }

  h1,
  h2 {
    margin-bottom: 20px;
  }

  .section {
    padding: 40px 0;
  }

  .logo--short .logo__link {
    font-size: 40px;
  }

  .socials__item:not(:last-child) {
    margin: 0px 16px 0px 0px;
  }

  .socials__link {
    width: 24px;
    height: 24px;
  }

  .product-gallery__thumb-list {
    margin: 20px auto 0 auto;
    padding: 0 20px;
  }

  .product-gallery__thumb-item {
    height: 80px;
    padding: 0 4px;
  }

  .slick-prev {
    left: 0;
  }

  .slick-next {
    right: 0;
  }

  .basket-card {
    padding: 60px 0 40px 0;
  }

  .basket-card__image-wrapper {
    margin: 0px 23px 0px 0px;
    max-width: 104px;
    height: 83px;
  }

  .basket-card__name {
    margin: 0px 0px 7px 0px;
    font-size: 15px;
  }

  .basket-card__select-value,
  .basket-card__check-value {
    font-size: 13px;
  }

  .basket-card__price,
  .basket-card__amount {
    font-size: 12px;
  }

  .blog__header {
    margin: 0px 0px 30px 0px;
  }

  .blog__item:not(:last-child) {
    margin: 0px 0px 10px 0px;
  }

  .blog-card {
    grid-template-columns: 1fr;
  }

  .blog-card__body {
    padding: 20px;
    background: #000000;
    color: #FFFFFF;
  }

  .blog-card__capture {
    margin: 0;
    font-size: 16px;
  }

  .blog-card__description {
    display: none;
  }

  .pager {
    padding: 20px 0 40px 0;
  }

  .pager__item:not(:last-child) {
    margin: 0px 10px 0px 0px;
  }

  .article {
    margin-bottom: 40px;
  }

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

  .article__date {
    display: none;
  }

  .article__content {
    margin: 0px 0px 60px 0px;
  }

  .contacts {
    margin: 0;
  }

  .catalog__list {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 425px) {
  .masonry-gallery__list {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }

  .masonry-gallery__item {
    grid-column: initial !important;
    grid-row: initial !important;
  }
}

@media screen and (max-width: 414px) {
  .section {
    padding: 30px 0;
  }

  .footer__inner {
    grid-template-columns: 1fr;
    grid-gap: 20px;
    text-align: center;
  }

  .footer__menu {
    margin: 0 auto;
  }

  .footer__made-in-link {
    justify-content: center;
  }

  .footer .socials__list {
    justify-content: center;
  }

  .slider-banner__title {
    font-size: 32px;
  }

  .product__options {
    flex-direction: column;
  }

  .product__options .select {
    margin: 0px 0px 20px 0px;
  }

  .product__description {
    margin: 0px 0px 30px 0px;
  }

  .footer__logo,
  .footer__menu,
  .footer__socials {
    display: none;
  }

  .header .menu {
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 993px) {
  body.lock .header__burger-button-wrapper {
    z-index: 3;
  }
}

/*** </media queries> ***/
/************************/
/*# sourceMappingURL=style.css.map */