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

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

html {
  background: #fff;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

a {
  background: transparent;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

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

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button, input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

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

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

@font-face {
  font-family: 'Avenir-Next-Cyr';
  src: url("../font/Avenir-Next-Cyr-Medium.ttf") format("ttf");
  src: url("../font/Avenir-Next-Cyr-Medium.ttf") format("woff");
  font-weight: 400;
  font-style: normal;
}

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

html, body {
  overflow-y: auto;
  overflow-x: hidden;
}

html.lock-popup, body.lock-popup {
  overflow: hidden;
}

body {
  font-family: "Avenir-Next-Cyr", sans-serif;
  min-width: 320px;
}

body.product .block-catalog__text {
  cursor: pointer;
}

@media screen and (min-width: 992px) {
  body.product .block-catalog__wrapper {
    position: absolute;
    top: 51px;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    padding: 0;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
}

body.product .block-catalog__wrapper.active-catalog {
  opacity: 1;
  visibility: visible;
}

body.product .header .header-content .block-catalog .catalog-sub-menu {
  top: 0;
  height: 100%;
}

body.error {
  overflow: hidden;
}

select {
  background: transparent;
}

.title {
  font-size: calc(28px + 8 * (100vw / 1992));
  font-weight: 700;
}

.btn {
  border-radius: 4px;
  padding: 14px 57px;
  border: none;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  background-color: #eb7047;
  color: #fff;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

@media (hover: hover) {
  .btn:hover {
    background-color: #e35b2e;
  }
}

.btn:active {
  -webkit-box-shadow: 0 5px 5px 0 #00000040 inset;
          box-shadow: 0 5px 5px 0 #00000040 inset;
}

.input.input-error {
  -webkit-box-shadow: 0px 0px 5px 0px red;
          box-shadow: 0px 0px 5px 0px red;
}

.oreng {
  color: #eb7047;
}

@media screen and (max-width: 992px) {
  .catalog-sub-menu {
    display: none;
  }
}

.minus.minus-active {
  color: #8d8d8d;
}

.plus.plus-active {
  color: #8d8d8d;
}

.block-price span:not(:last-child) {
  margin-right: 10px;
}

.block-price__price {
  display: inline-block;
  font-size: 26px;
  font-weight: 700;
}

.block-price__old-price {
  color: silver;
  position: relative;
}

.block-price__old-price::before {
  content: "";
  display: block;
  background: #eb7047;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-transform: rotate(358deg);
          transform: rotate(358deg);
}

.wrapper-namber {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  -webkit-column-gap: 5px;
          column-gap: 5px;
  padding: 10px 5px;
}

.wrapper-namber__minus, .wrapper-namber__plus {
  border: none;
  background: transparent;
}

._container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 10px;
}

@media screen and (max-width: 1440px) {
  ._container {
    max-width: 1240px;
  }
}

.swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 50px;
  left: 50px;
  gap: 25px;
  z-index: 1;
}

@media screen and (max-width: 992px) {
  .swiper-pagination {
    left: 20px;
    bottom: 20px;
  }
}

.swiper-pagination .swiper-pagination-bullet {
  position: relative;
  background-color: #eb7047;
  opacity: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.swiper-pagination .swiper-pagination-bullet span {
  width: 8px;
  height: 8px;
  display: block;
  background-color: transparent;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 4px);
  left: calc(50% - 4px);
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: transparent;
  padding: 10px;
  border: 1px solid #000;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active span {
  background-color: #000;
}

._wrapper {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 10px;
}

@media screen and (max-width: 992px) {
  .header {
    margin-top: 55px;
  }
}

.header .header-search-block {
  max-width: 539px;
  height: 50px;
  width: calc(100% - 40px);
  position: relative;
}

@media screen and (max-width: 992px) {
  .header .header-search-block {
    margin: 20px auto;
    margin-bottom: 40px;
  }
}

.header .header-search-block__input {
  width: 100%;
  height: 100%;
  padding-right: calc(30% - 15px);
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  padding-left: 15px;
}

@media screen and (max-width: 768px) {
  .header .header-search-block__input {
    padding-right: calc(10% - 15px);
  }
}

@media screen and (max-width: 576px) {
  .header .header-search-block__input {
    padding-right: calc(20% - 15px);
  }
}

.header .header-search-block__wrapper {
  position: absolute;
  top: 2px;
  right: 10px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 992px) {
  .header .header-search-block__wrapper {
    right: 20px;
  }
}

.header .header-search-block__select {
  height: 100%;
  font-size: 14px;
  border: none;
}

@media screen and (max-width: 768px) {
  .header .header-search-block__select {
    display: none;
  }
}

.header .header-search-block__btn {
  height: 100%;
  background: transparent;
  border: none;
  padding: 0 10px;
}

.header .header-top {
  padding: 14px 0;
  position: relative;
}

.header .header-top::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #e4e4e4;
}

@media screen and (max-width: 992px) {
  .header .header-top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 11;
    background: #fff;
  }
}

.header .header-top__container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  padding: 0 30px;
}

@media screen and (max-width: 576px) {
  .header .header-top__container {
    padding: 0 10px;
  }
}

.header .header-top .header-wrapper__list {
  display: none;
}

@media screen and (max-width: 992px) {
  .header .header-top .header-wrapper__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    gap: 10px;
  }
}

.header .header-top__logo {
  display: none;
}

@media screen and (max-width: 992px) {
  .header .header-top__logo {
    display: block;
  }
}

.header .header-top .nav .header-search-block,
.header .header-top .nav .header-wrapper__worck,
.header .header-top .nav .header-top__select {
  display: none;
}

@media screen and (max-width: 992px) {
  .header .header-top .nav .header-search-block,
  .header .header-top .nav .header-wrapper__worck,
  .header .header-top .nav .header-top__select {
    display: block;
    padding: 0 20px;
    line-height: 150%;
    margin-top: 20px;
  }
}

.header .header-top .nav .header-top__select {
  margin: 37px 0 20px 0;
}

.header .header-top .nav__burger {
  display: none;
  height: 100%;
  width: 40px;
}

.header .header-top .nav__burger._burger-active span {
  background: none;
}

.header .header-top .nav__burger._burger-active span::before {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.header .header-top .nav__burger._burger-active span::after {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (max-width: 992px) {
  .header .header-top .nav__burger {
    display: block;
  }
}

.header .header-top .nav__burger span {
  display: block;
  height: 3px;
  width: 80%;
  position: relative;
  background: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header .header-top .nav__burger span::before, .header .header-top .nav__burger span::after {
  content: "";
  display: block;
  width: 120%;
  height: 3px;
  background: #000;
  position: absolute;
  top: 6px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header .header-top .nav__burger span::after {
  top: -6px;
}

.header .header-top .nav__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}

.header .header-top .nav__wrapper .header-wrapper__list {
  display: none;
}

@media screen and (max-width: 768px) {
  .header .header-top .nav__wrapper .header-wrapper__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header .header-top .nav__wrapper-burger {
  overflow: auto;
  -webkit-transition: left 0.3s;
  transition: left 0.3s;
}

@media screen and (max-width: 992px) {
  .header .header-top .nav__wrapper-burger {
    display: block;
    position: fixed;
    top: 54px;
    left: -150%;
    height: calc(100% - 54px);
    width: 100%;
    -webkit-box-shadow: 38px -19px 32px -49px black;
            box-shadow: 38px -19px 32px -49px black;
    font-size: 20px;
    z-index: 0;
    background: #fff;
  }
  .header .header-top .nav__wrapper-burger._burger-active {
    left: 0;
  }
}

.header .header-top .nav__manu-wrapper {
  margin: 0 20px;
}

.header .header-top .nav__manu-wrapper .block-catalog__wrapper,
.header .header-top .nav__manu-wrapper .catalog-sub-menu__wrapper {
  overflow: auto;
  max-height: 500px;
}

.header .header-top .nav__manu-wrapper .block-catalog__wrapper::-webkit-scrollbar,
.header .header-top .nav__manu-wrapper .catalog-sub-menu__wrapper::-webkit-scrollbar {
  width: 5px;
  background-color: #e4e4e4;
  border-radius: 4px;
}

.header .header-top .nav__manu-wrapper .block-catalog__wrapper::-webkit-scrollbar-thumb,
.header .header-top .nav__manu-wrapper .catalog-sub-menu__wrapper::-webkit-scrollbar-thumb {
  background-color: #eb7047;
  border-radius: 4px;
}

.header .header-top .nav__manu-wrapper .block-catalog__menu {
  padding: 20px 0;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}

.header .header-top .nav__manu-wrapper .block-catalog__menu .block-catalog__item {
  list-style: none;
  position: relative;
  margin: 0 20px;
}

.header .header-top .nav__manu-wrapper .block-catalog__menu .block-catalog__item:not(:last-child) {
  margin-bottom: 20px;
}

.header .header-top .nav__manu-wrapper .block-catalog__menu .block-catalog__item::before {
  position: absolute;
  right: 0;
}

.header .header-top .nav__manu-wrapper .block-catalog__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  text-transform: uppercase;
}

.header .header-top .nav__manu-wrapper .block-catalog__text .btn-back {
  display: block;
  text-decoration: none;
  color: #fff;
}

@media screen and (max-width: 991.98px) {
  .header .header-top .nav__manu-wrapper .block-catalog__text .btn-back {
    display: none;
  }
}

.header .header-top .nav__manu-wrapper .block-catalog__text .btn-back.mob {
  display: none;
  color: #000;
  pointer-events: none;
}

@media screen and (max-width: 991.98px) {
  .header .header-top .nav__manu-wrapper .block-catalog__text .btn-back.mob {
    display: block;
  }
}

.header .header-top .nav__manu-wrapper .block-catalog__text .btn-back:hover {
  text-decoration: underline;
}

.header .header-top .nav__manu-wrapper .block-catalog__text span::before {
  padding-right: 10px;
  font-size: 16px;
}

.header .header-top .nav__manu-wrapper .catalog-sub-menu__wrapper {
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  list-style: none;
  margin-left: 20px;
  padding: 20px 0;
}

.header .header-top .nav__manu-wrapper .catalog-sub-menu__wrapper .catalog-sub-menu__item:not(:last-child) {
  margin-bottom: 15px;
}

.header .header-top .nav__manu-wrapper .catalog-sub-menu__wrapper .catalog-sub-menu__link {
  text-decoration: none;
  color: #000;
}

.header .header-top .nav__manu-wrapper .catalog-sub-menu__title {
  padding: 15px;
}

.header .header-top .nav__manu-wrapper .catalog-sub-menu__title span::before {
  padding-right: 10px;
  font-size: 16px;
}

.header .header-top .nav__manu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
          column-gap: 20px;
  row-gap: 10;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  overflow: auto;
}

@media screen and (max-width: 992px) {
  .header .header-top .nav__manu {
    padding: 0 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .header .header-top .nav__manu {
    padding-bottom: 40px;
  }
}

.header .header-top .nav__manu .item-noactive {
  display: none;
}

@media screen and (max-width: 992px) {
  .header .header-top .nav__manu .item-noactive {
    display: block;
  }
}

.header .header-top .nav__item {
  position: relative;
}

@media screen and (max-width: 992px) {
  .header .header-top .nav__item {
    padding: 15px 0;
  }
}

.header .header-top .nav__link {
  text-decoration: none;
  color: #767676;
}

.header .header-top .nav__link._icon-right:before {
  position: absolute;
  right: 10px;
  top: 0;
  -webkit-transform: translate(50%, 80%);
          transform: translate(50%, 80%);
  pointer-events: none;
}

@media screen and (max-width: 992px) {
  .header .header-top .nav__link {
    text-transform: uppercase;
    color: #000;
  }
}

@media screen and (hover: hover) {
  .header .header-top .nav__link:hover {
    text-decoration: underline;
  }
}

.header .header-top__select {
  margin-left: 20px;
  border: none;
  color: #767676;
}

@media screen and (max-width: 992px) {
  .header .header-top__select {
    display: none;
  }
}

.header .header-wrapper {
  position: relative;
}

@media screen and (max-width: 992px) {
  .header .header-wrapper {
    display: none;
  }
}

.header .header-wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #e4e4e4;
}

@media screen and (max-width: 768px) {
  .header .header-wrapper {
    margin-top: 48px;
  }
}

.header .header-wrapper__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 20px;
          column-gap: 20px;
  padding: 28px 30px;
}

@media screen and (max-width: 768px) {
  .header .header-wrapper__container {
    padding: 18px 30px;
  }
}

@media screen and (max-width: 576px) {
  .header .header-wrapper__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 18px 10px;
    row-gap: 15px;
  }
}

.header .header-wrapper__worck {
  line-height: 20px;
}

.header .header-wrapper__worck:not(:last-child) {
  margin-bottom: 15px;
}

.header .header-wrapper__worck span {
  display: block;
  font-size: 14px;
  color: #767676;
}

.header .header-wrapper__worck a {
  color: #000;
  text-decoration: none;
}

@media screen and (hover: hover) {
  .header .header-wrapper__worck a:hover {
    text-decoration: underline;
  }
}

.header .header-wrapper__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
          column-gap: 30px;
  list-style: none;
}

@media screen and (max-width: 992px) {
  .header .header-wrapper__list {
    display: none;
  }
}

.header .header-wrapper__link {
  position: relative;
  color: #000;
  text-decoration: none;
}

.header .header-wrapper__link span {
  position: absolute;
  bottom: -15%;
  right: -79%;
  padding: 1px 4px;
  font-size: 11px;
  background: #eb7047;
  border-radius: 50%;
  color: #fff;
}

@media screen and (max-width: 992px) {
  .header .header-wrapper__link span {
    bottom: -10%;
    right: -30%;
  }
}

.header .header-content {
  position: relative;
}

.header .header-content::after {
  content: "";
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #e4e4e4;
}

.header .header-content__shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 2;
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
  opacity: 0;
  visibility: hidden;
}

@media screen and (max-width: 992px) {
  .header .header-content__shadow {
    display: none;
  }
}

.header .header-content__shadow.shadow-active {
  opacity: 1;
  visibility: visible;
}

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

@media screen and (max-width: 992px) {
  .header .header-content__container {
    padding: 0;
  }
}

.header .header-content .block-catalog {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 992px) {
  .header .header-content .block-catalog {
    position: fixed;
    left: 0;
    top: 129px;
    z-index: 11;
    height: calc(58% - 129px);
    width: 100%;
    display: none;
  }
}

.header .header-content .block-catalog .catalog-sub-menu {
  position: absolute;
  top: 50px;
  right: calc(-302% - 40px);
  width: 314%;
  height: calc(100% - 50px);
  padding: 0 20px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  overflow: auto;
}

@media screen and (max-width: 1200px) {
  .header .header-content .block-catalog .catalog-sub-menu {
    right: calc(-332% - 40px);
    width: 348%;
  }
}

.header .header-content .block-catalog .catalog-sub-menu.catalog-sub-menu-active {
  opacity: 1;
  visibility: visible;
}

.header .header-content .block-catalog .catalog-sub-menu__title {
  font-size: 26px;
  font-weight: 750;
  margin: 25px 0 15px 0;
}

.header .header-content .block-catalog .catalog-sub-menu__title span::before {
  display: none;
  -webkit-transform: rotate(150deg);
          transform: rotate(150deg);
}

@media screen and (max-width: 992px) {
  .header .header-content .block-catalog .catalog-sub-menu__title span::before {
    display: inline-block;
  }
}

.header .header-content .block-catalog .catalog-sub-menu__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 800px;
  -webkit-column-gap: 100px;
          column-gap: 100px;
  row-gap: 20px;
}

@media screen and (max-width: 1200px) {
  .header .header-content .block-catalog .catalog-sub-menu__wrapper {
    -webkit-column-gap: 60px;
            column-gap: 60px;
  }
}

.header .header-content .block-catalog .catalog-sub-menu__column {
  list-style: none;
}

.header .header-content .block-catalog .catalog-sub-menu__item:not(:last-child) {
  margin-bottom: 16px;
}

.header .header-content .block-catalog .catalog-sub-menu__link {
  text-decoration: none;
  color: #000;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  cursor: pointer;
}

@media (hover: hover) {
  .header .header-content .block-catalog .catalog-sub-menu__link:hover {
    color: #eb7047;
  }
}

.header .header-content .block-catalog__text {
  padding: 14px 130px;
  background-color: #eb7047;
  font-size: 18px;
  text-transform: uppercase;
  border-radius: 4px 4px 0px 0px;
  color: #fff;
}

.header .header-content .block-catalog__text .btn-back {
  display: block;
  text-decoration: none;
  color: #fff;
}

@media screen and (max-width: 991.98px) {
  .header .header-content .block-catalog__text .btn-back {
    display: none;
  }
}

.header .header-content .block-catalog__text .btn-back.mob {
  display: none;
}

@media screen and (max-width: 991.98px) {
  .header .header-content .block-catalog__text .btn-back.mob {
    display: block;
  }
}

.header .header-content .block-catalog__text .btn-back:hover {
  text-decoration: underline;
}

.header .header-content .block-catalog__text span::before {
  display: none;
  -webkit-transform: rotate(150deg);
          transform: rotate(150deg);
}

@media screen and (max-width: 992px) {
  .header .header-content .block-catalog__text span::before {
    display: inline-block;
  }
}

@media screen and (max-width: 1200px) {
  .header .header-content .block-catalog__text {
    padding: 14px 90px;
  }
}

.header .header-content .block-catalog__wrapper {
  background-color: #fff;
  padding: 40px 15px 40px 40px;
  border: 1px solid #e4e4e4;
  border-radius: 0px 0px 4px 4px;
}

@media screen and (max-width: 992px) {
  .header .header-content .block-catalog__wrapper {
    overflow: auto;
    height: 100%;
  }
}

.header .header-content .block-catalog__menu {
  max-height: 670px;
  list-style: none;
  overflow-y: auto;
  overflow-x: hidden;
}

.header .header-content .block-catalog__menu::-webkit-scrollbar {
  width: 5px;
  background-color: #e4e4e4;
  border-radius: 4px;
}

.header .header-content .block-catalog__menu::-webkit-scrollbar-thumb {
  background-color: #eb7047;
  border-radius: 4px;
}

.header .header-content .block-catalog__item {
  position: relative;
  margin-right: 40px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  cursor: default;
}

.header .header-content .block-catalog__item:not(:last-child) {
  padding-bottom: 30px;
}

.header .header-content .block-catalog__item.item-active {
  color: #eb7047;
}

.header .header-content .block-catalog__item._icon-right::before {
  position: absolute;
  right: 0;
}

@media (hover: hover) {
  .header .header-content .block-catalog__item:hover {
    color: #eb7047;
  }
}

@media screen and (max-width: 1200px) {
  .header .header-content .block-catalog__item {
    margin-right: 10px;
  }
}

.header .header-content .block-body {
  position: relative;
  min-width: 0;
  width: 100%;
}

.header .header-content .block-body__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 992px) {
  .header .header-content .block-body__wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.header .header-content .block-body__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-column-gap: 40px;
          column-gap: 40px;
  row-gap: 5px;
  margin-left: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 1200px) {
  .header .header-content .block-body__menu {
    -webkit-column-gap: 15px;
            column-gap: 15px;
    margin-left: 15px;
  }
}

@media screen and (max-width: 992px) {
  .header .header-content .block-body__menu {
    display: none;
  }
}

.header .header-content .block-body__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 13px 0;
}

@media screen and (max-width: 1440px) {
  .header .header-content .block-body__item .link-phone {
    font-size: 0;
  }
}

.header .header-content .block-body__item .phone {
  display: none;
}

@media screen and (max-width: 1440px) {
  .header .header-content .block-body__item .phone {
    display: block;
    font-size: 16px;
  }
}

.header .header-content .block-body__item img {
  height: 24px;
  width: 24px;
  padding-right: 5px;
}

.header .header-content .block-body__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
  position: relative;
  padding-bottom: 5px;
}

@media screen and (max-width: 992px) {
  .header .header-content .block-body__link {
    padding-bottom: 0;
  }
}

@media (hover: hover) {
  .header .header-content .block-body__link:hover::before {
    width: 40%;
  }
}

.header .header-content .block-body__link::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: #000;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}

.header .header-content .block-body__contact-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  gap: 20px;
}

@media screen and (max-width: 1440px) {
  .header .header-content .block-body__contact-list {
    gap: 5px;
  }
}

@media (hover: hover) {
  .header .header-content .block-body__contact-list:hover::before {
    text-decoration: underline;
  }
}

@media (hover: hover) {
  .header .header-content .block-body__contact-list a:hover {
    text-decoration: underline;
  }
  .header .header-content .block-body__contact-list a::before {
    display: none;
  }
}

.header .header-content .block-body__swiper {
  height: calc(100% - 86px);
  margin: 30px 0 0 30px;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 992px) {
  .header .header-content .block-body__swiper {
    margin: 0;
  }
}

.header .header-content .block-body__swiper-slide {
  position: relative;
  background-color: #cad7f9;
}

.header .header-content .block-body__swiper-pagination {
  bottom: 30px;
  left: 30px;
}

.header .header-content .block-body__content {
  margin: 40px 0 0 40px;
  display: block;
  text-decoration: none;
  color: #000;
}

@media screen and (max-width: 992px) {
  .header .header-content .block-body__content {
    margin: 20px 0 0 20px;
    padding-bottom: 80px;
  }
}

.header .header-content .block-body__content span {
  font-size: 18px;
  position: relative;
  color: #767676;
}

@media screen and (max-width: 992px) {
  .header .header-content .block-body__content span {
    display: block;
    margin-bottom: 40px;
  }
}

.header .header-content .block-body__logo {
  width: 146px;
  height: 129px;
}

@media screen and (max-width: 992px) {
  .header .header-content .block-body__logo {
    width: 78px;
    height: 69px;
  }
}

.header .header-content .block-body__decor {
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 576px) {
  .header .header-content .block-body__decor {
    width: 50%;
  }
}

.header .header-content .block-body__text {
  font-size: calc(28px + 20 * (100vw / 1940));
  font-weight: 750;
  line-height: 58.8px;
  position: relative;
  max-width: 500px;
  margin-bottom: 140px;
}

@media screen and (max-width: 992px) {
  .header .header-content .block-body__text {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 768px) {
  .header .header-content .block-body__text {
    line-height: 34.4px;
  }
}

.main .catalog__wrappwe {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(270px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  -webkit-column-gap: calc(20px + 55 * (100vw / 1992));
          column-gap: calc(20px + 55 * (100vw / 1992));
  row-gap: calc(30px + 50 * (100vw / 1992));
}

@media screen and (max-width: 768px) {
  .main .catalog__wrappwe {
    -ms-grid-columns: (minmax(158px, 1fr))[auto-fit];
        grid-template-columns: repeat(auto-fit, minmax(158px, 1fr));
  }
}

.main .catalog .catalog-item__link {
  display: block;
  border-radius: 4px;
  margin-bottom: 20px;
}

.main .catalog .catalog-item__link.color-block-1 {
  background: #eb6060;
}

.main .catalog .catalog-item__link.color-block-2 {
  background: #ebbc60;
}

.main .catalog .catalog-item__link.color-block-3 {
  background-color: #60b9eb;
}

.main .catalog .catalog-item__link.color-block-4 {
  background-color: #ae60eb;
}

.main .catalog .catalog-item__link.color-block-5 {
  background-color: #ebc460;
}

.main .catalog .catalog-item__link.color-block-6 {
  background-color: #607eeb;
}

.main .catalog .catalog-item__link.color-block-7 {
  background-color: #60eba8;
}

.main .catalog .catalog-item__link.color-block-8 {
  background-color: #e43f49;
}

.main .catalog .catalog-item__link.color-block-9 {
  background-color: #eb6092;
}

.main .catalog .catalog-item__link.color-block-10 {
  background-color: #60ebda;
}

.main .catalog .catalog-item__link.color-block-11 {
  background-color: #e8eb60;
}

.main .catalog .catalog-item__img {
  width: 100%;
}

.main .catalog__name {
  font-size: calc(18px + 8 * (100vw / 1992));
  font-weight: 700;
}

.main .sales-leaders {
  margin: 50px 0;
}

.main .sales-leaders__container {
  position: relative;
}

.main .sales-leaders__block-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}

.main .sales-leaders__look-all {
  position: absolute;
  right: 20px;
  top: 45px;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  padding-bottom: 5px;
  color: #000;
}

@media (hover: hover) {
  .main .sales-leaders__look-all:hover::before {
    width: 40%;
  }
}

@media screen and (max-width: 576px) {
  .main .sales-leaders__look-all {
    display: block;
    margin-top: 30px;
    text-align: center;
    position: relative;
    top: 0;
    left: 0;
    text-decoration: underline;
  }
}

.main .sales-leaders__look-all::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  background-color: #000;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}

.main .sales-leaders__slider {
  padding-bottom: 50px;
}

.main .sales-leaders .sales-leaders-product {
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  padding: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (hover: hover) {
  .main .sales-leaders .sales-leaders-product:hover {
    border: 1px solid #eb7047;
  }
  .main .sales-leaders .sales-leaders-product:hover .product-block-btn {
    opacity: 1;
    height: 45px;
  }
}

.main .sales-leaders .sales-leaders-product a {
  display: block;
  position: relative;
  text-decoration: none;
  color: #767676;
}

.main .sales-leaders .sales-leaders-product .btn-like {
  position: absolute;
  top: 20px;
  right: 20px;
  border: none;
  background: transparent;
}

.main .sales-leaders .sales-leaders-product .btn-like::before {
  font-size: 20px;
  position: relative;
}

.main .sales-leaders .sales-leaders-product__img {
  width: 100%;
}

.main .sales-leaders .sales-leaders-product__sub-nume {
  color: #767676;
  font-size: 14px;
}

.main .sales-leaders .sales-leaders-product__name {
  font-size: 18px;
}

.main .sales-leaders .sales-leaders-product__name:not(:last-child) {
  margin-bottom: 8px;
}

.main .sales-leaders .sales-leaders-product .product-block-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
  -webkit-column-gap: 15px;
          column-gap: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (hover: hover) {
  .main .sales-leaders .sales-leaders-product .product-block-btn {
    height: 0;
    opacity: 0;
    overflow: hidden;
  }
}

.main .sales-leaders .sales-leaders-product .product-block-btn__btn {
  padding: 14px 50px;
  color: #fff;
}

@media screen and (max-width: 700px) {
  .main .sales-leaders .sales-leaders-product .product-block-btn__btn {
    padding: 14px 18px;
  }
}

@media screen and (max-width: 500px) {
  .main .sales-leaders .sales-leaders-product .product-block-btn__btn {
    padding: 14px 57px;
  }
}

@media screen and (max-width: 350px) {
  .main .sales-leaders .sales-leaders-product .product-block-btn__btn {
    padding: 14px 50px;
  }
}

.main .sales-leaders .swiper-pagination {
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: auto;
}

@media screen and (min-width: 992px) {
  .main .sales-leaders .swiper-pagination {
    display: none;
  }
}

.main .sales-leaders .swiper-button-prev,
.main .sales-leaders .swiper-button-next {
  position: absolute;
  top: 200px;
  right: 0;
  color: #000;
}

@media screen and (max-width: 992px) {
  .main .sales-leaders .swiper-button-prev,
  .main .sales-leaders .swiper-button-next {
    display: none;
  }
}

.main .sales-leaders .swiper-button-prev {
  left: 0;
}

.main .order__container {
  position: relative;
}

.main .order__block-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 101px;
}

@media screen and (max-width: 900px) {
  .main .order__block-text {
    display: none;
  }
}

.main .order__wrapper-text {
  max-width: 560px;
  row-gap: 26px;
  background: rgba(255, 255, 255, 0.8);
}

.main .order__wrapper-text .oreng {
  display: block;
  text-transform: uppercase;
  font-size: 50px;
}

.main .order__sub-title {
  color: #767676;
}

.main .order__sub-title a {
  margin-left: 13px;
  font-size: 26px;
  color: #000;
  text-decoration: none;
}

.main .order__text {
  line-height: 26px;
}

.main .order .order-block-form {
  max-width: 866px;
  padding: 59px;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 50px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 50px 0 rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 900px) {
  .main .order .order-block-form {
    text-align: center;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

@media screen and (max-width: 576px) {
  .main .order .order-block-form {
    padding: 59px 0;
  }
}

.main .order .order-block-form__text {
  font-size: 20px;
  margin-bottom: 15px;
}

.main .order .order-block-form .form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 30px;
}

@media screen and (max-width: 900px) {
  .main .order .order-block-form .form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.main .order .order-block-form .form__item {
  position: relative;
}

.main .order .order-block-form .form__item label {
  font-size: 14px;
  position: absolute;
  top: -10px;
  left: 10px;
  padding: 0 3px;
  background: #fff;
  z-index: 1;
}

.main .order .order-block-form .form__input {
  position: relative;
  width: 220px;
  padding: 20px;
  border-radius: 4px;
  border: 1px solid #e4e4e4;
  outline: none;
}

.main .order .order-block-form .form__input:focus {
  border: 1px solid #000;
}

@media screen and (max-width: 900px) {
  .main .order .order-block-form .form__input {
    width: 100%;
  }
}

.main .order .order-block-form .form__btn {
  padding: 20px 50px;
}

.main .order__img {
  position: absolute;
}

.main .order .order-decor {
  top: 0;
  left: 50%;
  -webkit-transform: translate(-100%);
          transform: translate(-100%);
  z-index: -1;
}

@media screen and (max-width: 900px) {
  .main .order .order-decor {
    display: none;
  }
}

.main .order .order-arrow {
  bottom: 200px;
  right: 200px;
}

@media screen and (max-width: 1200px) {
  .main .order .order-arrow {
    display: none;
  }
}

.main .why-we {
  padding: 100px 0;
}

@media screen and (max-width: 768px) {
  .main .why-we {
    padding: 40px 0;
  }
}

.main .why-we__wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.main .why-we__title {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .main .why-we__title {
    text-align: start;
  }
}

.main .why-we__text {
  line-height: 24px;
}

.main .may-interest__block-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .main .may-interest__block-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
  }
}

.main .may-interest .may-interest-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
          column-gap: 40px;
}

.main .may-interest .may-interest-tabs__tab {
  position: relative;
  padding-bottom: 5px;
  cursor: pointer;
}

@media (hover: hover) {
  .main .may-interest .may-interest-tabs__tab:hover::before {
    width: 60%;
  }
}

.main .may-interest .may-interest-tabs__tab.tab-active::before {
  width: 60%;
}

.main .may-interest .may-interest-tabs__tab::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: #000;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}

.main .may-interest .tab-body__item {
  display: none;
}

.main .may-interest .tab-body__item.tab-body-active {
  display: block;
}

.main .may-interest .tab-body-item-two__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

@media screen and (max-width: 1240px) {
  .main .may-interest .tab-body-item-two__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.main .may-interest .tab-body-item-two .big-block {
  width: 40%;
  padding: 20px;
  border: 1px solid #eb7047;
  border-radius: 4px;
  position: relative;
}

@media screen and (max-width: 1240px) {
  .main .may-interest .tab-body-item-two .big-block {
    margin: 0 auto;
  }
}

@media screen and (max-width: 992px) {
  .main .may-interest .tab-body-item-two .big-block {
    display: none;
  }
}

.main .may-interest .tab-body-item-two .big-block a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main .may-interest .tab-body-item-two .big-block .btn-like {
  position: absolute;
  top: 20px;
  right: 20px;
  border: none;
  background: transparent;
}

.main .may-interest .tab-body-item-two .big-block .btn-like::before {
  display: block;
  font-size: 24px;
}

.main .may-interest .tab-body-item-two .big-block__sub-nume {
  color: #767676;
  font-size: 14px;
}

.main .may-interest .tab-body-item-two .big-block__name {
  margin-bottom: 8px;
}

.main .may-interest .tab-body-item-two .big-block__ends {
  margin: 30px 0;
}

.main .may-interest .tab-body-item-two .big-block__progress-bar {
  width: 100%;
  height: 4px;
  margin-bottom: 10px;
  background-color: #e4e4e4;
  position: relative;
  border-radius: 4px;
}

.main .may-interest .tab-body-item-two .big-block__progress-bar span {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  max-width: 100%;
  background-color: #eb7047;
}

.main .may-interest .tab-body-item-two .big-block__label {
  font-size: 14px;
  color: #767676;
}

.main .may-interest .tab-body-item-two .big-block__label span {
  color: #525252;
}

.main .may-interest .tab-body-item-two .big-block .big-block-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
  -webkit-column-gap: 15px;
          column-gap: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.main .may-interest .tab-body-item-two .big-block .big-block-btn__wrapper-namber {
  padding: 18px 10px;
}

.main .may-interest .tab-body-item-two .big-block .big-block-btn .tab-body-btn__btn {
  color: #fff;
  padding: 20px 90px;
}

@media screen and (max-width: 1440px) {
  .main .may-interest .tab-body-item-two .block-price__price {
    display: block;
  }
}

@media screen and (max-width: 992px) {
  .main .may-interest .tab-body-item-two .block-price__price {
    display: inline-block;
  }
}

.main .may-interest .tab-body-item-two .item-two {
  width: 60%;
}

@media screen and (max-width: 1240px) {
  .main .may-interest .tab-body-item-two .item-two {
    width: 100%;
  }
}

@media screen and (max-width: 992px) {
  .main .may-interest .tab-body-item-two .item-two {
    padding-bottom: 50px;
  }
}

.main .may-interest .tab-body-item-two .item-two__swiper-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(200px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  -webkit-column-gap: 20px;
          column-gap: 20px;
  row-gap: 15px;
}

@media screen and (max-width: 992px) {
  .main .may-interest .tab-body-item-two .item-two__swiper-wrapper {
    gap: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.main .may-interest .tab-body-item-two .item-two__swiper-slide {
  width: 100%;
  padding: 20px;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  position: relative;
}

.main .may-interest .tab-body-item-two .item-two__swiper-slide a {
  display: block;
  position: relative;
  text-decoration: none;
}

.main .may-interest .tab-body-item-two .item-two__swiper-slide .btn-like {
  position: absolute;
  top: 20px;
  right: 20px;
  border: none;
  background: transparent;
}

.main .may-interest .tab-body-item-two .item-two__swiper-slide .btn-like::before {
  display: block;
  font-size: 20px;
}

.main .may-interest .tab-body-item-two .item-two__img {
  width: 100%;
}

.main .may-interest .tab-body-item-two .item-two__sub-nume {
  color: #767676;
  font-size: 14px;
}

.main .may-interest .tab-body-item-two .item-two__name {
  margin-bottom: 8px;
}

.main .may-interest .tab-body-item-two .item-two .item-two-block-btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
  -webkit-column-gap: 15px;
          column-gap: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: none;
}

@media screen and (max-width: 992px) {
  .main .may-interest .tab-body-item-two .item-two .item-two-block-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.main .may-interest .tab-body-item-two .item-two .item-two-block-btn__btn {
  color: #fff;
}

@media screen and (max-width: 650px) {
  .main .may-interest .tab-body-item-two .item-two .item-two-block-btn__btn {
    padding: 14px 18px;
  }
}

@media screen and (max-width: 350px) {
  .main .may-interest .tab-body-item-two .item-two .item-two-block-btn__btn {
    padding: 14px 50px;
  }
}

.main .may-interest .tab-body__swiper-pagination {
  display: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  width: auto;
}

@media screen and (max-width: 992px) {
  .main .may-interest .tab-body__swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.main .product {
  padding-top: 80px;
}

@media screen and (max-width: 768px) {
  .main .product {
    padding-top: 20px;
  }
}

.main .product__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 60px;
          column-gap: 60px;
  row-gap: 25px;
}

@media screen and (max-width: 1240px) {
  .main .product__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.main .product .product-description {
  width: 55%;
}

@media screen and (max-width: 1240px) {
  .main .product .product-description {
    width: 100%;
  }
}

.main .product .product-description__imegs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 60px;
          column-gap: 60px;
  row-gap: 25px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .main .product .product-description__imegs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .main .product .product-description__big-img {
    margin: 0 62px;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

.main .product .product-description__big-img img {
  width: 100%;
}

.main .product .product-description__imegs-list {
  width: 190px;
}

@media screen and (max-width: 768px) {
  .main .product .product-description__imegs-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}

.main .product .product-description__item {
  border-radius: 4px;
  border: 1px solid transparent;
}

.main .product .product-description__item.img-active {
  border-color: #eb7047;
}

.main .product .product-description__img {
  width: 100%;
  padding: 10px;
  cursor: pointer;
}

.main .product .product-description > p {
  line-height: 24px;
}

.main .product .product-description .delivery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
          column-gap: 30px;
  row-gap: 15px;
  color: #767676;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 24px;
}

.main .product .product-description .delivery__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main .product .product-description .delivery__item ._icon-delivery-1, .main .product .product-description .delivery__item ._icon-delivery-2 {
  font-size: 24px;
  margin-right: 10px;
}

.main .product .product-options {
  height: 100%;
  width: 45%;
  padding: 30px;
  border: 2px solid #e4e4e4;
  border-radius: 4px;
}

@media screen and (max-width: 1240px) {
  .main .product .product-options {
    width: 100%;
  }
}

@media screen and (max-width: 576px) {
  .main .product .product-options {
    padding: 20px;
  }
}

.main .product .product-options__list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 24px;
}

.main .product .product-options__link {
  color: #000;
  text-decoration: none;
}

.main .product .product-options__link.oreng {
  color: #eb7047;
}

.main .product .product-options__title {
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 30px;
}

.main .product .product-options .table-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 30px;
}

.main .product .product-options .table-product .table-product-article {
  color: #767676;
}

.main .product .product-options .table-product .table-product-stock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main .product .product-options .table-product .table-product-stock::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #eb7047;
  margin-right: 10px;
}

.main .product .product-options .table-product .table-product-like {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main .product .product-options .table-product .table-product-like .btn-like {
  height: 100%;
  width: 20px;
  position: relative;
  margin-right: 10px;
  border: none;
  background: transparent;
}

.main .product .product-options .table-product .table-product-like .btn-like::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 20px;
}

.main .product .product-options__description {
  line-height: 24px;
}

.main .product .product-options .product-options-form {
  margin-top: 30px;
}

.main .product .product-options .product-options-form__item:not(:last-child) {
  margin-bottom: 30px;
}

.main .product .product-options .product-options-form__item .label-input {
  font-size: 14px;
  position: absolute;
  top: -10px;
  left: 10px;
  padding: 0 3px;
  background: #fff;
  z-index: 1;
}

.main .product .product-options .product-options-form__label {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 22px;
}

.main .product .product-options .product-options-form__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 25px;
          column-gap: 25px;
  row-gap: 18px;
}

@media screen and (max-width: 1440px) {
  .main .product .product-options .product-options-form__wrapper {
    -webkit-column-gap: 20px;
            column-gap: 20px;
    -webkit-column-gap: 8px;
            column-gap: 8px;
  }
}

@media screen and (max-width: 576px) {
  .main .product .product-options .product-options-form__wrapper {
    -webkit-column-gap: 20px;
            column-gap: 20px;
  }
}

.main .product .product-options .product-options-form .options-form-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 10px;
          column-gap: 10px;
  padding: 7px 2px;
  list-style: none;
}

.main .product .product-options .product-options-form .options-form-list__item {
  position: relative;
  width: 40px;
  height: 40px;
}

@media screen and (max-width: 576px) {
  .main .product .product-options .product-options-form .options-form-list__item {
    width: 35px;
    height: 35px;
  }
}

.main .product .product-options .product-options-form .options-form-list__span, .main .product .product-options .product-options-form .options-form-list .options-form-list__link {
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  cursor: pointer;
}

.main .product .product-options .product-options-form .options-form-list__span::after {
  content: '';
  display: block;
  position: absolute;
  top: -10%;
  left: -10%;
  width: 110%;
  height: 110%;
  border-radius: 50%;
  border: 2px solid #eb7047;
}

.main .product .product-options .product-options-form .options-form-list #color-one ~ label::before {
  background: #739553;
}

.main .product .product-options .product-options-form .options-form-list #color-two ~ label::before {
  background: #c7a56c;
}

.main .product .product-options .product-options-form .options-form-list #color-three ~ label::before {
  background: #a28a71;
}

.main .product .product-options .product-options-form__options {
  max-width: 238px;
  height: 60px;
  position: relative;
}

@media screen and (max-width: 576px) {
  .main .product .product-options .product-options-form__options {
    width: 100%;
  }
}

.main .product .product-options .product-options-form__span {
  font-size: 14px;
  color: #767676;
}

.main .product .product-options .product-options-form__radio-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
}

.main .product .product-options .product-options-form__radio-label::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  border-radius: 50%;
  border: 1px solid #767676;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.main .product .product-options .product-options-form__radio-label::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0);
          transform: translateY(-50%) scale(0);
  border-radius: 50%;
  background: #eb7047;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.main .product .product-options .product-options-form__radio {
  display: none;
}

.main .product .product-options .product-options-form__radio:checked + .product-options-form__radio-label::before {
  border-color: #eb7047;
}

.main .product .product-options .product-options-form__radio:checked + .product-options-form__radio-label::after {
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
}

.main .product .product-options .product-options-form__input-text {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  padding: 0 20px;
  border: 1px solid #e4e4e4;
  outline: none;
}

.main .product .product-options .product-options-form__input-text:focus {
  border-color: #000;
}

.main .product .product-options .product-options-form__btn-buy {
  padding: 13px 40px;
}

.main .product .product-options .product-options-form__btn {
  margin-top: 30px;
  padding: 22px 49px;
}

@media screen and (max-width: 576px) {
  .main .product .product-options .product-options-form__btn {
    width: 100%;
  }
}

.main .product .product-options .product-advice {
  margin-top: 30px;
}

.main .product .product-options .product-advice__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 24px;
}

.main .product .product-options .product-advice__label {
  font-size: 14px;
  margin-bottom: 10px;
}

.main .product .product-options .product-advice__label span {
  font-weight: 700;
}

.main .product .product-options .product-advice__item.button {
  border: none;
  background: transparent;
}

@media (hover: hover) {
  .main .product .product-options .product-advice__item:hover {
    text-decoration: underline;
  }
}

.main .product .product-options .product-advice__item a {
  text-decoration: none;
  color: #000;
}

.main .popup {
  overflow-y: auto;
  overflow-x: hidden;
  line-height: 24px;
}

.main .popup__shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 11;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
  visibility: hidden;
}

.main .popup__shadow.popup-active {
  opacity: 1;
  visibility: visible;
}

.main .popup__body {
  max-width: 800px;
  width: 100%;
  max-height: 800px;
  height: calc(100vh - 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  border-radius: 4px;
  padding: 40px;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}

.main .popup__body.popup-active {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 992px) {
  .main .popup__body {
    max-width: calc(100% - 40px);
  }
}

@media screen and (max-width: 768px) {
  .main .popup__body {
    padding: 20px;
  }
}

.main .popup__body img {
  width: 100%;
}

.main .popup__block-title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin-bottom: 20px;
  gap: 20px;
}

.main .popup__title {
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
}

.main .popup__btn {
  display: block;
  background: transparent;
  border: 1px solid black;
  border-radius: 4px;
  font-size: 24px;
}

.main .popup__wrapper {
  padding-right: 5px;
  overflow: auto;
}

.main .popup__wrapper::-webkit-scrollbar {
  width: 5px;
  background-color: #e4e4e4;
  border-radius: 4px;
}

.main .popup__wrapper::-webkit-scrollbar-thumb {
  background-color: #eb7047;
  border-radius: 4px;
}

.main .basket__title {
  margin-top: 100px;
}

@media screen and (max-width: 992px) {
  .main .basket__title {
    margin-top: 40px;
  }
}

@media screen and (max-width: 576px) {
  .main .basket__title {
    text-align: center;
  }
}

.main .basket .basket-list {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 70px;
  position: relative;
  row-gap: 20px;
}

@media screen and (max-width: 576px) {
  .main .basket .basket-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100px;
    margin-bottom: 30px;
  }
}

.main .basket .basket-list__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 15px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media screen and (max-width: 576px) {
  .main .basket .basket-list__wrapper {
    position: absolute;
    width: auto;
  }
}

.main .basket .basket-list__item {
  width: 100%;
  color: #767676;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.main .basket .basket-list__item.active-item {
  cursor: pointer;
}

.main .basket .basket-list__item.active-item .basket-list__name {
  color: #000;
}

@media screen and (max-width: 992px) {
  .main .basket .basket-list__item {
    text-align: center;
  }
}

@media screen and (max-width: 576px) {
  .main .basket .basket-list__item {
    width: calc(100vw - 20px);
    height: 100%;
  }
}

.main .basket .basket-list__name {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 10px;
}

@media screen and (max-width: 576px) {
  .main .basket .basket-list__name {
    font-size: 14px;
    margin-bottom: 5px;
  }
}

.main .basket .basket-list__name span {
  padding-right: 10px;
}

@media screen and (max-width: 992px) {
  .main .basket .basket-list__name span {
    display: block;
  }
}

.main .basket .basket-list__text {
  padding-left: 30px;
}

@media screen and (max-width: 992px) {
  .main .basket .basket-list__text {
    padding-left: 0px;
  }
}

@media screen and (max-width: 576px) {
  .main .basket .basket-list__text {
    font-size: 12px;
  }
}

.main .basket .basket-list__btn {
  display: none;
  position: absolute;
  top: 50%;
  left: 0;
  padding: 20px;
  font-size: 10px;
  -webkit-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
}

.main .basket .basket-list__btn.not-active {
  color: #E4E4E4;
}

@media screen and (max-width: 576px) {
  .main .basket .basket-list__btn {
    display: block;
  }
}

.main .basket .basket-list .btn-right {
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
  left: calc(100% - 50px);
}

.main .basket .basket-list__progres {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #e4e4e4;
}

.main .basket .basket-list__progres span {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 33.333%;
  background-color: #000;
}

.main .basket__body {
  display: none;
}

.main .basket__body.basket-body-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main .basket .basket-body-one {
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 58px;
}

.main .basket .basket-body-one.basket-body-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1240px) {
  .main .basket .basket-body-one {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.main .basket .basket-body-one .basket-body-one-labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 10px;
  text-transform: uppercase;
}

@media screen and (max-width: 1240px) {
  .main .basket .basket-body-one .basket-body-one-labels {
    display: none;
  }
}

.main .basket .basket-body-one .basket-body-one-labels .label-price {
  margin-left: 355px;
}

.main .basket .basket-body-one .basket-body-one-labels .label-length {
  position: relative;
  left: 10px;
}

@media screen and (max-width: 1440px) {
  .main .basket .basket-body-one .basket-body-one-labels .label-length {
    left: 35px;
  }
}

.main .basket .basket-body-one .basket-body-one-labels .label-order {
  position: relative;
  left: -10px;
}

@media screen and (max-width: 1440px) {
  .main .basket .basket-body-one .basket-body-one-labels .label-order {
    left: 35px;
  }
}

.main .basket .basket-body-one__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 80px;
          column-gap: 80px;
  border-bottom: 1px solid #e4e4e4;
  position: relative;
}

@media screen and (max-width: 1440px) {
  .main .basket .basket-body-one__main {
    -webkit-column-gap: 30px;
            column-gap: 30px;
  }
}

@media screen and (max-width: 768px) {
  .main .basket .basket-body-one__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 576px) {
  .main .basket .basket-body-one__main {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 20px 0;
  }
}

.main .basket .basket-body-one .basket-body-one-characteristics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.main .basket .basket-body-one .basket-body-one-characteristics__img {
  display: block;
  max-width: 155px;
  width: 100%;
  height: 223px;
  margin-right: 30px;
}

@media screen and (max-width: 576px) {
  .main .basket .basket-body-one .basket-body-one-characteristics__img {
    height: 104px;
    max-width: 80px;
    margin-right: 15px;
  }
}

.main .basket .basket-body-one .basket-body-one-characteristics .characteristics-wrappe__name {
  max-width: 200px;
  margin-top: 15px;
}

@media screen and (max-width: 576px) {
  .main .basket .basket-body-one .basket-body-one-characteristics .characteristics-wrappe__name {
    margin-top: 0;
    font-size: 15px;
  }
}

.main .basket .basket-body-one .basket-body-one-characteristics .characteristics-wrappe__info {
  font-size: 14px;
  color: #767676;
  line-height: 24px;
}

@media screen and (max-width: 576px) {
  .main .basket .basket-body-one .basket-body-one-characteristics .characteristics-wrappe__info {
    font-size: 12px;
  }
}

.main .basket .basket-body-one__money-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
}

@media screen and (max-width: 1440px) {
  .main .basket .basket-body-one__money-block {
    -webkit-column-gap: 20px;
            column-gap: 20px;
  }
}

@media screen and (max-width: 576px) {
  .main .basket .basket-body-one__money-block {
    margin-top: 10px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
}

@media screen and (max-width: 576px) {
  .main .basket .basket-body-one__money-block .basket-body-one__wrapper-namber {
    margin-left: 95px;
  }
}

@media screen and (max-width: 576px) {
  .main .basket .basket-body-one__money-block .basket-body-one__final-price {
    margin-right: 20px;
  }
}

.main .basket .basket-body-one__block-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 576px) {
  .main .basket .basket-body-one__block-price {
    display: none;
  }
}

.main .basket .basket-body-one__block-price .block-price__price {
  font-size: 16px;
  margin-right: 0;
}

.main .basket .basket-body-one__wrapper-namber {
  padding: 5px;
  font-weight: 900;
}

.main .basket .basket-body-one__btn-remove {
  border: none;
  background: none;
}

@media screen and (max-width: 768px) {
  .main .basket .basket-body-one__btn-remove {
    position: absolute;
    top: 20px;
    right: 20px;
  }
}

@media screen and (max-width: 992px) {
  .main .basket .basket-body-one .basket-order-block {
    width: 55%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .main .basket .basket-body-one .basket-order-block {
    width: 100%;
  }
}

.main .basket .basket-body-one .basket-order-block__wrapper {
  padding: 40px;
  border-radius: 4px;
  border: 1px solid #e4e4e4;
  margin-bottom: 20px;
  margin-top: 70px;
}

@media screen and (max-width: 992px) {
  .main .basket .basket-body-one .basket-order-block__wrapper {
    margin-top: 0;
  }
}

.main .basket .basket-body-one .basket-order-block__title {
  margin-bottom: 15px;
  font-size: 22px;
  text-transform: uppercase;
  text-align: center;
  font-weight: normal;
}

.main .basket .basket-body-one .basket-order-block__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 0;
}

.main .basket .basket-body-one .basket-order-block__item:not(:last-child) {
  border-bottom: 1px solid #e4e4e4;
}

.main .basket .basket-body-one .basket-order-block__label {
  color: #767676;
}

.main .basket .basket-body-one .basket-order-block .basket-final-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 26px;
  margin-top: 25px;
}

.main .basket .basket-body-one .basket-order-block .basket-final-price__value {
  font-weight: 900;
}

.main .basket .basket-body-one .basket-order-block__btn {
  padding: 18px 60px;
}

@media screen and (max-width: 992px) {
  .main .basket .basket-body-one .basket-order-block__btn {
    width: 100%;
  }
}

@media screen and (max-width: 576px) {
  .main .basket .basket-body-one .basket-order-block__btn {
    padding: 18px 0px;
  }
}

.main .basket .basket-body-two__block-form {
  width: 100%;
}

.main .basket .basket-body-two .basket-body-two-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 60px;
          column-gap: 60px;
}

@media screen and (max-width: 1240px) {
  .main .basket .basket-body-two .basket-body-two-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.main .basket .basket-body-two .basket-body-two-form__title {
  text-transform: uppercase;
}

.main .basket .basket-body-two .basket-body-two-form__title:not(:first-child) {
  margin-top: 40px;
}

.main .basket .basket-body-two .basket-body-two-form__main {
  padding-bottom: 50px;
  width: calc(70% - 30px);
}

@media screen and (max-width: 1240px) {
  .main .basket .basket-body-two .basket-body-two-form__main {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .main .basket .basket-body-two .basket-body-two-form__main {
    padding-bottom: 0;
  }
}

.main .basket .basket-body-two .basket-body-two-form .form-main-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .main .basket .basket-body-two .basket-body-two-form .form-main-two {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.main .basket .basket-body-two .basket-body-two-form .two-form-item {
  padding: 40px 0;
}

.main .basket .basket-body-two .basket-body-two-form .two-form-item:not(:last-child) {
  border-bottom: 1px solid #e4e4e4;
}

.main .basket .basket-body-two .basket-body-two-form .two-form-item__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

.main .basket .basket-body-two .basket-body-two-form .two-form-item__wrapper:not(:last-child) {
  margin-bottom: 42px;
}

@media screen and (max-width: 768px) {
  .main .basket .basket-body-two .basket-body-two-form .two-form-item__wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.main .basket .basket-body-two .basket-body-two-form .two-form-item__item {
  max-width: 467px;
  width: 100%;
  height: 60px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .main .basket .basket-body-two .basket-body-two-form .two-form-item__item {
    max-width: 100%;
  }
}

.main .basket .basket-body-two .basket-body-two-form .two-form-item__item label {
  font-size: 14px;
  position: absolute;
  top: -10px;
  left: 10px;
  padding: 0 3px;
  background: #fff;
  z-index: 1;
}

.main .basket .basket-body-two .basket-body-two-form .two-form-item__input {
  width: 100%;
  height: 100%;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  padding: 0 11px;
}

.main .basket .basket-body-two .basket-body-two-form .two-form-item .form-tabs__tab:not(:last-child) {
  margin-bottom: 25px;
}

.main .basket .basket-body-two .basket-body-two-form .two-form-item .form-tabs__tab label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  position: relative;
}

.main .basket .basket-body-two .basket-body-two-form .two-form-item .form-tabs__tab label::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  border-radius: 50%;
  border: 1px solid #767676;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.main .basket .basket-body-two .basket-body-two-form .two-form-item .form-tabs__tab label::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0);
          transform: translateY(-50%) scale(0);
  border-radius: 50%;
  background: #eb7047;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.main .basket .basket-body-two .basket-body-two-form .two-form-item .form-tabs__tab .form-tabs-checkbox::before {
  border-radius: 0%;
}

.main .basket .basket-body-two .basket-body-two-form .two-form-item .form-tabs__tab .form-tabs-checkbox::after {
  border-radius: 0%;
}

.main .basket .basket-body-two .basket-body-two-form .two-form-item .form-tabs .block-checkbox {
  display: none;
}

.main .basket .basket-body-two .basket-body-two-form .two-form-item .form-tabs__radio {
  display: none;
}

.main .basket .basket-body-two .basket-body-two-form .two-form-item .form-tabs__radio:checked + .form-tabs-radio::before {
  border-color: #eb7047;
}

.main .basket .basket-body-two .basket-body-two-form .two-form-item .form-tabs__radio:checked + .form-tabs-radio::after {
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
}

.main .basket .basket-body-two .basket-body-two-form .two-form-item__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main .basket .basket-body-two .basket-body-two-form .two-form-item__block-textarea {
  max-width: 467px;
  width: 100%;
  height: 114px;
  margin-top: -40px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .main .basket .basket-body-two .basket-body-two-form .two-form-item__block-textarea {
    margin-top: 0;
    height: 150px;
    max-width: 100%;
  }
}

.main .basket .basket-body-two .basket-body-two-form .two-form-item__block-textarea textarea {
  width: 100%;
  height: 100%;
  padding: 11px;
  border: 1px solid #e4e4e4;
}

.main .basket .basket-body-two .basket-body-two-form .two-form-item__block-textarea label {
  font-size: 14px;
  position: absolute;
  top: -10px;
  left: 10px;
  padding: 0 3px;
  background: #fff;
  z-index: 1;
}

.main .basket .basket-body-two .basket-body-two-form .tab-body {
  width: 49%;
  margin-top: -40px;
  display: none;
}

.main .basket .basket-body-two .basket-body-two-form .tab-body.tab-body-active {
  display: block;
}

@media screen and (max-width: 1240px) {
  .main .basket .basket-body-two .basket-body-two-form .tab-body.tab-body-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media screen and (max-width: 768px) {
  .main .basket .basket-body-two .basket-body-two-form .tab-body.tab-body-active {
    width: 100%;
    margin-top: 27px;
  }
}

.main .basket .basket-body-two .basket-body-two-form .tab-body__item {
  max-width: 467px;
  width: 100%;
  height: 60px;
  position: relative;
}

.main .basket .basket-body-two .basket-body-two-form .tab-body__item:not(:last-child) {
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .main .basket .basket-body-two .basket-body-two-form .tab-body__item {
    max-width: 100%;
  }
}

.main .basket .basket-body-two .basket-body-two-form .tab-body__item label {
  font-size: 14px;
  position: absolute;
  top: -10px;
  left: 10px;
  padding: 0 3px;
  background: #fff;
  z-index: 1;
}

.main .basket .basket-body-two .basket-body-two-form .tab-body__item .tab-body__input {
  width: 100%;
  height: 100%;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  padding: 0 11px;
}

.main .basket .basket-body-two .two-form-order {
  width: calc(30% - 30px);
}

@media screen and (max-width: 1240px) {
  .main .basket .basket-body-two .two-form-order {
    width: 55%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .main .basket .basket-body-two .two-form-order {
    width: 100%;
  }
}

.main .basket .basket-body-two .two-form-order__wrapper {
  border: 1px solid #E4E4E4;
  border-radius: 4px;
  padding: 30px;
  font-size: 14px;
}

@media screen and (max-width: 576px) {
  .main .basket .basket-body-two .two-form-order__wrapper {
    font-size: 12px;
  }
}

.main .basket .basket-body-two .two-form-order__title {
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 30px 0;
  text-align: center;
}

@media screen and (max-width: 576px) {
  .main .basket .basket-body-two .two-form-order__title {
    font-size: 18px;
  }
}

.main .basket .basket-body-two .two-form-order__labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-transform: uppercase;
  border-bottom: 1px solid #E4E4E4;
  padding-bottom: 15px;
}

.main .basket .basket-body-two .two-form-order__labels span {
  display: block;
}

.main .basket .basket-body-two .two-form-order .two-form-order-body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 155px 1fr;
      grid-template-columns: 155px 1fr;
  gap: 13px;
  padding: 13px 0;
  color: #767676;
}

.main .basket .basket-body-two .two-form-order .two-form-order-body:not(:last-child) {
  border-bottom: 1px solid #E4E4E4;
}

.main .basket .basket-body-two .two-form-order .two-form-order-body span {
  text-transform: uppercase;
  color: #000;
}

.main .basket .basket-body-two .two-form-order .two-form-order-body__value {
  text-align: end;
}

.main .basket .basket-body-two .two-form-order__btn {
  width: 100%;
  margin-top: 20px;
  padding: 18px 0;
}

.main .basket .basket-body-thre {
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .main .basket .basket-body-thre {
    margin-bottom: 40px;
  }
}

.main .basket .basket-body-thre__wrapper {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}

.main .basket .basket-body-thre .basket-body-thre-item {
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 576px) {
  .main .basket .basket-body-thre .basket-body-thre-item {
    margin-bottom: 20px;
  }
}

.main .basket .basket-body-thre .basket-body-thre-item__title {
  font-size: 35px;
}

.main .basket .basket-body-thre .basket-body-thre-item__sub-title {
  font-size: 15px;
  color: #767676;
}

.main .basket .basket-body-thre .thre-item-wrapper-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 30px;
  text-align: start;
  border: 1px dashed #222222;
  border-radius: 4px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 30px;
          column-gap: 30px;
  row-gap: 15px;
}

@media screen and (max-width: 576px) {
  .main .basket .basket-body-thre .thre-item-wrapper-details {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media screen and (max-width: 350px) {
  .main .basket .basket-body-thre .thre-item-wrapper-details {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.main .basket .basket-body-thre .thre-item-wrapper-details__label {
  font-size: 14px;
  margin-bottom: 5px;
  color: #767676;
}

.main .basket .basket-body-thre .thre-item-wrapper-info {
  padding: 30px;
  border: 1px solid #222222;
  border-radius: 4px;
  text-align: start;
}

@media screen and (max-width: 576px) {
  .main .basket .basket-body-thre .thre-item-wrapper-info {
    font-size: 14px;
  }
}

.main .basket .basket-body-thre .thre-item-wrapper-info__name {
  margin-bottom: 30px;
  text-transform: uppercase;
}

.main .basket .basket-body-thre .thre-item-wrapper-info__labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-transform: uppercase;
  border-bottom: 1px solid #E4E4E4;
  padding-bottom: 15px;
}

.main .basket .basket-body-thre .thre-item-wrapper-info__labels span {
  display: block;
}

.main .basket .basket-body-thre .thre-item-wrapper-info__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 19px 0;
  gap: 13px;
  color: #767676;
}

.main .basket .basket-body-thre .thre-item-wrapper-info__wrapper:not(:last-child) {
  border-bottom: 1px solid #E4E4E4;
}

.main .basket .basket-body-thre .thre-item-wrapper-info__wrapper span {
  text-transform: uppercase;
  color: #000;
}

.main .basket .basket-body-thre .thre-item-wrapper-info__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 170px 1fr;
      grid-template-columns: 170px 1fr;
  -webkit-column-gap: 20px;
          column-gap: 20px;
}

.main .basket .basket-body-thre .thre-item-wrapper-info__value {
  text-align: end;
}

.main .basket .basket-body-thre__btn {
  display: block;
  max-width: 240px;
  padding: 20px 0;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 576px) {
  .main .basket .basket-body-thre__btn {
    max-width: 100%;
  }
}

.main .blog {
  padding: 50px 0 100px 0;
}

@media screen and (max-width: 576px) {
  .main .blog {
    padding: 25px 0 40px 0;
  }
}

.main .blog__container li {
  list-style: none;
}

.main .blog__container a {
  color: #000;
  text-decoration: none;
  position: relative;
}

@media (hover: hover) {
  .main .blog__container a:hover::before {
    width: 60%;
  }
}

.main .blog__container a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: #000;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}

.main .blog .blog-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
          column-gap: 20px;
  row-gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.main .blog .blog-list__link {
  padding-bottom: 5px;
  font-size: 18px;
  text-transform: uppercase;
}

.main .blog .blog-list__link.link-active::before {
  width: 60%;
}

.main .blog .blog-wrapper {
  margin: 60px 0;
}

@media screen and (max-width: 576px) {
  .main .blog .blog-wrapper {
    margin: 30px 0;
  }
}

.main .blog .blog-wrapper__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}

.main .blog .blog-wrapper__item:not(:last-child) {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .main .blog .blog-wrapper__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
  .main .blog .blog-wrapper__item:not(:last-child) {
    margin-bottom: 40px;
  }
}

.main .blog .blog-wrapper__blok-img {
  max-width: 700px;
  width: 45%;
}

@media screen and (max-width: 768px) {
  .main .blog .blog-wrapper__blok-img {
    max-width: 100%;
    width: 100%;
  }
}

.main .blog .blog-wrapper__blok-img img {
  width: 100%;
  height: 100%;
}

.main .blog .blog-wrapper .blog-wrapper-block-text {
  width: 55%;
  line-height: 24px;
}

@media screen and (max-width: 768px) {
  .main .blog .blog-wrapper .blog-wrapper-block-text {
    width: 100%;
  }
}

.main .blog .blog-wrapper .blog-wrapper-block-text span {
  font-size: 10px;
  text-transform: uppercase;
  color: #767676;
}

.main .blog .blog-wrapper .blog-wrapper-block-text span:not(:last-child) {
  margin-right: 10px;
}

.main .blog .blog-wrapper .blog-wrapper-block-text__title {
  margin-top: 5px;
  font-size: 24px;
}

.main .blog .blog-wrapper .blog-wrapper-block-text__link {
  text-transform: uppercase;
}

.main .blog .pagging {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main .blog .pagging__arorow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #767676;
}

@media (hover: hover) {
  .main .blog .pagging__arorow:hover {
    color: #000;
  }
}

.main .blog .pagging__arorow::before {
  display: none;
}

.main .blog .pagging .pagging-arrow-left span::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main .blog .pagging .pagging-arrow-rigth span::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main .blog .pagging__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}

.main .blog .pagging__link.link-active::before {
  width: 100%;
}

@media (hover: hover) {
  .main .blog .pagging__link:hover::before {
    width: 100%;
  }
}

.main .post .post-info {
  color: #767676;
}

.main .post .post-info__span {
  font-size: 12px;
  text-transform: uppercase;
}

.main .post .post-info__span:not(:last-child) {
  margin-right: 10px;
}

.main .post__wrapper {
  padding: 50px 0;
}

@media screen and (max-width: 768px) {
  .main .post__wrapper {
    padding: 20px 0;
  }
}

.main .post .post-item {
  line-height: 24px;
}

.main .post .post-item__block-img {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .main .post .post-item__block-img {
    margin-bottom: 20px;
  }
}

.main .post .post-item__block-img img {
  width: 100%;
}

.main .post .post-item .post-block-text span {
  font-size: 18px;
  font-weight: 900;
}

.main .post .post-item .post-block-text__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 576px) {
  .main .post .post-item .post-block-text__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main .post .post-item .post-block-text__block:not(:last-child) {
    margin-top: 30px;
  }
}

.main .post .post-item .post-block-text__block span {
  display: block;
  margin-bottom: 20px;
}

.main .post .post-item .post-block-text__list {
  list-style: none;
}

.main .post .post-item .post-block-text__list:last-child {
  margin-right: 100px;
}

@media screen and (max-width: 768px) {
  .main .post .post-item .post-block-text__list:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 576px) {
  .main .post .post-item .post-block-text__list:not(:last-child) {
    margin-bottom: 30px;
  }
}

.main .post .post-item .post-block-text__item span {
  display: inline;
  margin-right: 5px;
  color: #767676;
}

.main .post .post-item .post-block-text__item:not(:last-child) {
  margin-bottom: 5px;
}

.main .post .post-item__gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
          column-gap: 30px;
  row-gap: 15px;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .main .post .post-item__gallery {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 576px) {
  .main .post .post-item__gallery {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.main .post .post-item__gallery img {
  width: calc(50% - 15px);
  display: block;
}

@media screen and (max-width: 576px) {
  .main .post .post-item__gallery img {
    width: 100%;
  }
}

.main .post .post-item .post-item-block-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 10px;
  padding: 60px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}

@media screen and (max-width: 768px) {
  .main .post .post-item .post-item-block-btn {
    padding: 20px 0;
  }
}

@media screen and (max-width: 450px) {
  .main .post .post-item .post-item-block-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.main .post .post-item .post-item-block-btn__btn {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 10px 30px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  opacity: 0.8;
}

.main .post .post-item .post-item-block-btn__btn:not(:last-child) span {
  margin-right: 5px;
}

@media (hover: hover) {
  .main .post .post-item .post-item-block-btn__btn:hover {
    opacity: 1;
  }
}

.main .post .post-item .post-item-block-btn__btn.btn-facebook {
  background: #306199;
}

.main .post .post-item .post-item-block-btn__btn.btn-twitter {
  background: #26C4F1;
}

.main .post .post-item .post-item-block-btn__btn.btn-pinterest {
  background: #E82B2D;
}

.main .post .post-item .post-item-block-btn__btn.btn-more {
  font-size: 24px;
  padding: 10px 15px;
  background: #000000;
}

.main .post .post-item .post-item-nav {
  border-top: 1px solid #D3D3D3;
  border-bottom: 1px solid #D3D3D3;
  padding: 50px 0;
}

.main .post .post-item .post-item-nav ._wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}

.main .post .post-item .post-item-nav__item:last-child .post-item-nav__btn {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.main .post .post-item .post-item-nav__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 5px;
  text-transform: uppercase;
  text-decoration: none;
  color: #767676;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

@media (hover: hover) {
  .main .post .post-item .post-item-nav__btn:hover {
    color: #000;
  }
}

.main .post .post-item .post-item-nav__btn .icon-left::before {
  display: inline-block;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.main .post-footer .reviews .reviews-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 20px 0;
  line-height: 24px;
}

@media screen and (max-width: 950px) {
  .main .post-footer .reviews .reviews-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.main .post-footer .reviews .reviews-item:not(:last-child) {
  margin-bottom: 20px;
  border-bottom: 1px solid #D3D3D3;
}

.main .post-footer .reviews .reviews-item__avatar {
  width: 95px;
  height: 60px;
  margin-right: 25px;
  border-radius: 50%;
  overflow: hidden;
}

@media screen and (max-width: 950px) {
  .main .post-footer .reviews .reviews-item__avatar {
    width: 100px;
    height: 100px;
  }
}

.main .post-footer .reviews .reviews-item__avatar img {
  width: 100%;
  height: 100%;
}

.main .post-footer .reviews .reviews-item .reviews-item-contant__name {
  font-size: 18px;
}

@media screen and (max-width: 950px) {
  .main .post-footer .reviews .reviews-item .reviews-item-contant__name {
    text-align: center;
  }
}

.main .post-footer .reviews .reviews-item .reviews-item-contant__date {
  display: block;
  font-size: 12px;
  color: #767676;
}

@media screen and (max-width: 950px) {
  .main .post-footer .reviews .reviews-item .reviews-item-contant__date {
    text-align: center;
  }
}

.main .post-footer .reviews .reviews-item .reviews-item-contant__text {
  color: #767676;
  margin-top: 30px;
}

@media screen and (max-width: 950px) {
  .main .post-footer .reviews .reviews-item .reviews-item-contant__text {
    margin-top: 15px;
  }
}

.main .post-footer .reviews .reviews-item__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 20px;
  right: 0;
  gap: 5px;
  font-size: 14px;
  color: #eb7047;
}

.main .post-footer .add-comment {
  padding: 50px 0;
}

@media screen and (max-width: 576px) {
  .main .post-footer .add-comment {
    padding: 20px 0;
  }
}

.main .post-footer .add-comment__title {
  font-size: 18px;
}

.main .post-footer .add-comment .add-comment-form .stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.main .post-footer .add-comment .add-comment-form .stars__list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  list-style: none;
  margin-left: 14px;
}

.main .post-footer .add-comment .add-comment-form .stars .stars__list[data-stars-total="1"] .stars__item:nth-child(n + 5),
.main .post-footer .add-comment .add-comment-form .stars .stars__list[data-stars-total="2"] .stars__item:nth-child(n + 4),
.main .post-footer .add-comment .add-comment-form .stars .stars__list[data-stars-total="3"] .stars__item:nth-child(n + 3),
.main .post-footer .add-comment .add-comment-form .stars .stars__list[data-stars-total="4"] .stars__item:nth-child(n + 2),
.main .post-footer .add-comment .add-comment-form .stars .stars__list[data-stars-total="5"] .stars__item:nth-child(n + 1) {
  color: #ffdfa3;
}

.main .post-footer .add-comment .add-comment-form .stars__item {
  font-size: 20px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

@media (hover: hover) {
  .main .post-footer .add-comment .add-comment-form .stars .stars__item:hover, .main .post-footer .add-comment .add-comment-form .stars .stars__item:hover ~ .stars__item {
    color: #767676;
  }
}

.main .post-footer .add-comment .add-comment-form__item {
  position: relative;
  margin-bottom: 30px;
}

.main .post-footer .add-comment .add-comment-form__item label {
  position: absolute;
  top: -10px;
  left: 11px;
  font-size: 14px;
  padding: 3px;
  background: #fff;
}

.main .post-footer .add-comment .add-comment-form .form-item-chekbox {
  margin-bottom: 30px;
}

.main .post-footer .add-comment .add-comment-form .form-item-chekbox__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
}

.main .post-footer .add-comment .add-comment-form .form-item-chekbox__label::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  min-width: 16px;
  margin-right: 10px;
  border: 1px solid #767676;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.main .post-footer .add-comment .add-comment-form .form-item-chekbox__label::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0);
          transform: translateY(-50%) scale(0);
  background: #eb7047;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.main .post-footer .add-comment .add-comment-form .form-item-chekbox .form-item-checkbox__checkbox {
  display: none;
}

.main .post-footer .add-comment .add-comment-form .form-item-chekbox .form-item-checkbox__checkbox:checked + .form-item-chekbox__label::before {
  border-color: #eb7047;
}

.main .post-footer .add-comment .add-comment-form .form-item-chekbox .form-item-checkbox__checkbox:checked + .form-item-chekbox__label::after {
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
}

.main .post-footer .add-comment .add-comment-form__textarea {
  width: 100%;
  height: 200px;
  padding: 11px;
  border-radius: 4px;
  border: 1px solid #e4e4e4;
  outline: none;
}

@media screen and (max-width: 576px) {
  .main .post-footer .add-comment .add-comment-form__textarea {
    height: 100px;
  }
}

.main .post-footer .add-comment .add-comment-form__textarea:focus {
  border-color: #000;
}

.main .post-footer .add-comment .add-comment-form__input {
  width: 100%;
  height: 55px;
  padding: 0 11px;
  border-radius: 4px;
  border: 1px solid #e4e4e4;
  outline: none;
}

.main .post-footer .add-comment .add-comment-form__input:focus {
  border-color: #000;
}

@media screen and (max-width: 576px) {
  .main .post-footer .add-comment .add-comment-form__btn {
    width: 100%;
  }
}

.main .about__title {
  font-size: 24px;
}

.main .about__block-img {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .main .about__block-img {
    margin-bottom: 20px;
  }
}

.main .about__block-img img {
  width: 100%;
}

.main .about__wrapper {
  line-height: 24px;
  margin-bottom: 30px;
}

.main .about__text span {
  font-weight: 900;
}

.main .about .about-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 50px;
          column-gap: 50px;
  row-gap: 20px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .main .about .about-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
  }
}

.main .about .about-info__title {
  font-size: 18px;
  font-weight: 900;
}

.main .about .about-company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 30px;
          column-gap: 30px;
  row-gap: 15px;
}

@media screen and (max-width: 992px) {
  .main .about .about-company {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.main .about .about-company__block-img {
  width: calc(50% - 15px);
}

@media screen and (max-width: 992px) {
  .main .about .about-company__block-img {
    width: 100%;
  }
}

.main .about .about-company__block-img img {
  width: 100%;
}

.main .about .about-company__block-text {
  width: calc(50% - 15px);
  line-height: 24px;
}

@media screen and (max-width: 992px) {
  .main .about .about-company__block-text {
    width: 100%;
  }
}

.main .about .about-company__title {
  font-size: 24px;
}

.main .about .information {
  margin: 70px 0 50px 0;
}

@media screen and (max-width: 768px) {
  .main .about .information {
    margin: 30px 0;
  }
}

.main .about .information__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}

@media screen and (max-width: 768px) {
  .main .about .information__wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 625px) {
  .main .about .information__wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}

.main .about .information__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main .about .information__icon {
  margin-right: 15px;
  font-size: 40px;
}

.main .about .information__title {
  margin-bottom: 5px;
  text-transform: uppercase;
  font-weight: 900;
}

.main .about .information__text {
  color: #767676;
}

.main .brands__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (auto)[7];
      grid-template-columns: repeat(7, auto);
  -webkit-column-gap: 60px;
          column-gap: 60px;
  row-gap: 20px;
}

@media screen and (max-width: 1200px) {
  .main .brands__wrapper {
    -webkit-column-gap: 20px;
            column-gap: 20px;
  }
}

@media screen and (max-width: 992px) {
  .main .brands__wrapper {
    -ms-grid-columns: (auto)[5];
        grid-template-columns: repeat(5, auto);
  }
}

@media screen and (max-width: 768px) {
  .main .brands__wrapper {
    -ms-grid-columns: (auto)[3];
        grid-template-columns: repeat(3, auto);
  }
}

@media screen and (max-width: 400px) {
  .main .brands__wrapper {
    -ms-grid-columns: (auto)[2];
        grid-template-columns: repeat(2, auto);
  }
}

.main .brands__item img {
  width: 100%;
}

.main .contact .mapouter {
  max-width: 1950px;
  margin: 0 auto;
  margin-bottom: 40px;
}

.main .contact .mapouter iframe {
  width: 100%;
  height: 550px;
}

@media screen and (max-width: 992px) {
  .main .contact .mapouter iframe {
    height: 450px;
  }
}

@media screen and (max-width: 576px) {
  .main .contact .mapouter iframe {
    height: 350px;
  }
}

.main .contact .contact-store__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
  gap: 20px;
}

@media screen and (max-width: 650px) {
  .main .contact .contact-store__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.main .contact .contact-store__item {
  font-size: 14px;
}

.main .contact .contact-store__title {
  font-size: 24px;
}

.main .contact .contact-store__adres {
  margin-bottom: 30px;
}

.main .contact .contact-store .contact-store-cotact a {
  display: block;
  text-decoration: none;
  color: #000;
}

.main .contact .contact-store .contact-store-cotact a:not(:last-child) {
  margin-bottom: 5px;
}

@media (hover: hover) {
  .main .contact .contact-store .contact-store-cotact a:hover {
    text-decoration: underline;
  }
}

.main .contact .contat-form {
  margin-bottom: 40px;
}

.main .contact .contat-form__title {
  font-size: 26px;
  margin-bottom: 30px;
}

.main .contact .contat-form__item {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}

.main .contact .contat-form__item label {
  position: absolute;
  top: -10px;
  left: 11px;
  font-size: 14px;
  padding: 0 3px;
  background-color: #fff;
}

.main .contact .contat-form .form-textarea__textarea {
  width: 100%;
  height: 200px;
  padding: 11px;
  border-radius: 4px;
  border: 1px solid #e4e4e4;
  outline: none;
}

@media screen and (max-width: 576px) {
  .main .contact .contat-form .form-textarea__textarea {
    height: 150px;
  }
}

.main .contact .contat-form .form-textarea__textarea:focus {
  border-color: #000;
}

.main .contact .contat-form__input {
  width: 100%;
  height: 55px;
  padding: 0 11px;
  border-radius: 4px;
  border: 1px solid #e4e4e4;
  outline: none;
}

.main .contact .contat-form__input:focus {
  border-color: #000;
}

.main .contact .contat-form__btn {
  padding: 19px 60px;
}

@media screen and (max-width: 576px) {
  .main .contact .contat-form__btn {
    width: 100%;
  }
}

.main .question {
  margin-bottom: 100px;
}

@media screen and (max-width: 992px) {
  .main .question {
    margin-bottom: 30px;
  }
}

.main .question .question-wrapper .question-wrapper-item__title {
  margin: 30px 0;
  font-size: 24px;
}

@media screen and (max-width: 576px) {
  .main .question .question-wrapper .question-wrapper-item__title {
    margin: 15px 0 0 0;
  }
}

.main .question .question-wrapper .item-accordions__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 10px;
          column-gap: 10px;
  padding: 30px 0 5px 0;
  border-bottom: 1px solid #e4e4e4;
  -webkit-transition: border 0.4s;
  transition: border 0.4s;
  cursor: pointer;
}

.main .question .question-wrapper .item-accordions__header.accordion-active {
  border-color: #000;
}

.main .question .question-wrapper .item-accordions__body {
  height: 0;
  overflow: hidden;
  font-size: 14px;
  line-height: 24px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  padding: 0;
}

.main .question .question-wrapper .item-accordions__body.accordion-active {
  padding: 30px 0;
}

.main .error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: auto;
}

.main .error__container {
  max-width: 450px;
  text-align: center;
  line-height: 24px;
}

.main .error__container p {
  display: block;
  font-weight: 900;
  font-size: 90px;
  margin-bottom: 30px;
}

@media screen and (max-width: 992px) {
  .main .error__container p {
    font-size: 40px;
  }
}

.main .error__title {
  font-size: 26px;
  margin-bottom: 30px;
}

.main .error__text {
  margin-bottom: 30px;
}

.main .error__btn {
  display: block;
}

.main .page-catalog {
  padding: 100px 0;
}

@media screen and (max-width: 992px) {
  .main .page-catalog {
    padding: 40px 0;
  }
}

@media screen and (max-width: 992px) {
  .main .page-catalog__title {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  .main .page-catalog__inner {
    position: fixed;
    top: 0;
    left: -150%;
    width: 100%;
    height: 100%;
    padding: 0 10px;
    padding-bottom: 40px;
    background: #fff;
    -webkit-box-shadow: 38px -19px 32px -49px black;
            box-shadow: 38px -19px 32px -49px black;
    z-index: 12;
    -webkit-transition: left 0.3s;
    transition: left 0.3s;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .main .page-catalog__inner.active-inner {
    left: 0;
  }
}

.main .page-catalog__inner .catalog-block-title {
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px 0;
  border-bottom: 1px solid #e4e4e4;
}

@media screen and (max-width: 992px) {
  .main .page-catalog__inner .catalog-block-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.main .page-catalog__inner .catalog-block-title__btn {
  font-size: 24px;
  border: none;
  background: transparent;
}

.main .page-catalog .page-catalog-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 20px;
  row-gap: 40px;
}

@media screen and (max-width: 450px) {
  .main .page-catalog .page-catalog-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.main .page-catalog .page-catalog-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  gap: 5px;
}

.main .page-catalog .page-catalog-header__link {
  font-size: 14px;
  text-decoration: none;
  color: #000;
}

.main .page-catalog .page-catalog-header__link.oreng {
  color: #eb7047;
}

@media (hover: hover) {
  .main .page-catalog .page-catalog-header__link:hover {
    text-decoration: underline;
  }
}

.main .page-catalog .page-catalog-header__block-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

@media screen and (max-width: 450px) {
  .main .page-catalog .page-catalog-header__block-btn {
    gap: 0;
  }
}

.main .page-catalog .page-catalog-header__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 14px;
  border: none;
  background: transparent;
  text-transform: uppercase;
  padding-bottom: 10px;
}

@media screen and (max-width: 450px) {
  .main .page-catalog .page-catalog-header__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 13px 0;
    border: 1px solid #e4e4e4;
  }
}

.main .page-catalog .page-catalog-header .btn-filter {
  display: none;
}

.main .page-catalog .page-catalog-header .btn-filter span::before {
  color: #eb7047;
}

@media screen and (max-width: 992px) {
  .main .page-catalog .page-catalog-header .btn-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 450px) {
  .main .page-catalog .page-catalog-header .btn-filter {
    width: calc(100% + 1px);
    position: relative;
    left: 1px;
  }
}

@media screen and (max-width: 450px) {
  .main .page-catalog .page-catalog-header .btn-sorting {
    width: 100%;
  }
}

.main .page-catalog .page-catalog-header .btn-sorting ._icon-right {
  display: inline-block;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.main .page-catalog .page-catalog-header .btn-sorting ._icon-right::before {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.main .page-catalog .page-catalog-header__block {
  position: relative;
}

@media screen and (max-width: 450px) {
  .main .page-catalog .page-catalog-header .block-sorting {
    width: 100%;
  }
}

@media (hover: hover) {
  .main .page-catalog .page-catalog-header .block-sorting:hover ._icon-right::before {
    color: #eb7047;
  }
  .main .page-catalog .page-catalog-header .block-sorting:hover > .catalog-header-sublist {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
}

@media (hover: none) {
  .main .page-catalog .page-catalog-header .block-sorting ._icon-right::before {
    color: #000;
  }
  .main .page-catalog .page-catalog-header .block-sorting > .catalog-header-sublist.active-sublist {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 1;
    visibility: visible;
  }
}

.main .page-catalog .page-catalog-header .catalog-header-sublist {
  width: 150%;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 4px;
  border: 1px solid #eb7047;
  padding: 15px;
  list-style: none;
  background: #fff;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(calc(100% + 15px));
          transform: translateY(calc(100% + 15px));
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@media screen and (max-width: 450px) {
  .main .page-catalog .page-catalog-header .catalog-header-sublist {
    width: 110%;
  }
}

.main .page-catalog .page-catalog-header .catalog-header-sublist__item:not(:last-child) {
  margin-bottom: 10px;
}

.main .page-catalog .page-catalog-header .catalog-header-sublist__link {
  color: #000;
  text-decoration: none;
}

@media (hover: hover) {
  .main .page-catalog .page-catalog-header .catalog-header-sublist__link:hover {
    text-decoration: underline;
  }
}

.main .page-catalog__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 250px 1fr;
      grid-template-columns: 250px 1fr;
  gap: 60px;
}

@media screen and (max-width: 992px) {
  .main .page-catalog__wrapper {
    -ms-grid-columns: 100% 100%;
        grid-template-columns: 100% 100%;
  }
}

.main .page-catalog .page-catalog__btn-clean {
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 30px;
  position: relative;
  border: none;
  background: transparent;
  padding: 0;
  color: #767676;
}

.main .page-catalog .page-catalog__btn-clean::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0px;
  margin: 0;
  background-color: #767676;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}

@media (hover: hover) {
  .main .page-catalog .page-catalog__btn-clean:hover::before {
    width: 60%;
  }
}

.main .page-catalog .page-catalog__btn-apply {
  display: none;
  margin-top: 48px;
}

@media screen and (max-width: 992px) {
  .main .page-catalog .page-catalog__btn-apply {
    display: block;
  }
}

@media screen and (max-width: 576px) {
  .main .page-catalog .page-catalog__btn-apply {
    width: 100%;
  }
}

.main .page-catalog .catalog-filter {
  border-bottom: 1px solid #e4e4e4;
}

.main .page-catalog .catalog-filter:not(:first-child) {
  margin-top: 30px;
}

.main .page-catalog .catalog-filter.catalog-filter-color .catalog-filter-accardion__body {
  overflow: hidden;
}

.main .page-catalog .catalog-filter.catalog-filter-color .catalog-filter-accardion__item {
  position: relative;
  width: 40px;
  height: 40px;
}

.main .page-catalog .catalog-filter.catalog-filter-color .catalog-filter-accardion__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 10px;
          column-gap: 10px;
  padding: 7px 2px;
}

.main .page-catalog .catalog-filter.catalog-filter-color .catalog-filter-accardion__span, .main .page-catalog .catalog-filter.catalog-filter-color .catalog-filter-accardion .catalog-filter-accardion__link {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 3%;
  left: 5%;
  border-radius: 50%;
  cursor: pointer;
}

.main .page-catalog .catalog-filter.catalog-filter-color .catalog-filter-accardion__span::after {
  content: '';
  display: block;
  position: absolute;
  top: -10%;
  left: -10%;
  width: 110%;
  height: 110%;
  border-radius: 50%;
  border: 2px solid #eb7047;
}

.main .page-catalog .catalog-filter .catalog-filter-accardion__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}

.main .page-catalog .catalog-filter .catalog-filter-accardion__header:not(:last-child) {
  margin-bottom: 20px;
}

@media screen and (max-width: 992px) {
  .main .page-catalog .catalog-filter .catalog-filter-accardion__header {
    font-size: 16px;
  }
}

.main .page-catalog .catalog-filter .catalog-filter-accardion__header.big {
  text-transform: uppercase;
  color: #000;
}

.main .page-catalog .catalog-filter .catalog-filter-accardion__header span {
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.main .page-catalog .catalog-filter .catalog-filter-accardion__header.accordion-active span {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

@media (hover: hover) {
  .main .page-catalog .catalog-filter .catalog-filter-accardion__header:hover {
    color: #eb7047;
  }
}

.main .page-catalog .catalog-filter .catalog-filter-accardion__body {
  max-height: 400px;
  height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

@media screen and (max-width: 992px) {
  .main .page-catalog .catalog-filter .catalog-filter-accardion__body {
    font-size: 16px;
  }
}

.main .page-catalog .catalog-filter .catalog-filter-accardion__body::-webkit-scrollbar {
  width: 5px;
  background-color: #e4e4e4;
  border-radius: 4px;
}

.main .page-catalog .catalog-filter .catalog-filter-accardion__body::-webkit-scrollbar-thumb {
  background-color: #eb7047;
  border-radius: 4px;
}

.main .page-catalog .catalog-filter .catalog-filter-accardion__body.accordion-active {
  padding-bottom: 10px;
}

.main .page-catalog .catalog-filter .catalog-filter-accardion__list {
  list-style: none;
}

.main .page-catalog .catalog-filter .catalog-filter-accardion__item:not(:last-child) {
  margin-bottom: 10px;
}

.main .page-catalog .catalog-filter .catalog-filter-accardion__link {
  font-size: 14px;
  text-decoration: none;
  color: #000;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

@media (hover: hover) {
  .main .page-catalog .catalog-filter .catalog-filter-accardion__link:hover {
    color: #eb7047;
  }
}

.main .page-catalog .catalog-filter-chekbox .catalog-filter-accardion__body {
  overflow: hidden;
}

.main .page-catalog .catalog-filter-chekbox .catalog-filter-accardion__item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
}

.main .page-catalog .catalog-filter-chekbox .catalog-filter-accardion__item label::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  border: 1px solid #767676;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.main .page-catalog .catalog-filter-chekbox .catalog-filter-accardion__item label::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0);
          transform: translateY(-50%) scale(0);
  background: #eb7047;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.main .page-catalog .catalog-filter-chekbox input {
  display: none;
}

.main .page-catalog .catalog-filter-chekbox input:checked + .catalog-filter-accardion__label::before {
  border-color: #eb7047;
}

.main .page-catalog .catalog-filter-chekbox input:checked + .catalog-filter-accardion__label::after {
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
}

.main .page-catalog .catalog-filter-slider .catalog-filter-accardion__slider {
  height: 6px;
  padding-right: 17px;
  margin: 15px 1px;
  border: none;
  background: transparent;
}

.main .page-catalog .catalog-filter-slider .catalog-filter-accardion__slider .noUi-connect {
  height: 6px;
  background: #eb7047;
}

.main .page-catalog .catalog-filter-slider .catalog-filter-accardion__slider .noUi-connects {
  height: 6px;
  border-radius: 10px;
  background: #e4e4e4;
}

.main .page-catalog .catalog-filter-slider .catalog-filter-accardion__slider .noUi-handle {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #eb7047;
}

.main .page-catalog .catalog-filter-slider .catalog-filter-accardion__slider .noUi-handle::before, .main .page-catalog .catalog-filter-slider .catalog-filter-accardion__slider .noUi-handle::after {
  background: transparent;
}

.main .page-catalog .catalog-filter-slider .catalog-filter-accardion__block-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
}

.main .page-catalog .catalog-filter-slider .catalog-filter-accardion__block-price .span {
  color: #767676;
}

.main .page-catalog .catalog-filter-slider .catalog-filter-accardion__body {
  overflow: hidden;
}

@media screen and (max-width: 992px) {
  .main .page-catalog .catalog-filter-slider .catalog-filter-accardion__body {
    max-width: 600px;
    margin: 0 auto;
  }
}

.main .page-catalog .catalog-products__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(250px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
}

.main .page-catalog .catalog-products__card {
  position: relative;
  padding: 30px;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
}

.main .page-catalog .catalog-products__card .btn-like {
  font-size: 20px;
  position: absolute;
  top: 20px;
  right: 20px;
  background: transparent;
  border: none;
}

.main .page-catalog .catalog-products__img {
  width: 100%;
}

.main .page-catalog .catalog-products__sub-nume {
  font-size: 14px;
  color: #767676;
}

.main .page-catalog .catalog-products__name {
  font-size: 18px;
  margin-bottom: 10px;
}

.main .page-catalog .catalog-products__block-price {
  margin-bottom: 15px;
}

.main .page-catalog .catalog-products .product-block-btn {
  gap: 16px;
  display: none;
}

@media screen and (max-width: 992px) {
  .main .page-catalog .catalog-products .product-block-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.main .page-catalog .catalog-products .product-block-btn__btn {
  display: block;
  width: 100%;
  padding: 14px 10px;
}

.main .page-catalog .catalog-products__footer {
  text-align: center;
  padding: 40px 0;
}

.main .page-catalog .catalog-products__more {
  text-transform: uppercase;
  border: 1px solid #e4e4e4;
  background-color: transparent;
  padding: 10px 50px;
  margin-bottom: 30px;
  border-radius: 4px;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
}

@media (hover: hover) {
  .main .page-catalog .catalog-products__more:hover {
    background: #000;
    color: #fff;
  }
}

.main .page-catalog .catalog-products__more:active {
  background: rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 5px 5px 0 #00000040 inset;
          box-shadow: 0 5px 5px 0 #00000040 inset;
}

.main .page-catalog .catalog-products .pagging {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main .page-catalog .catalog-products .pagging a {
  text-decoration: none;
  display: block;
}

.main .page-catalog .catalog-products .pagging a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0px;
  background-color: #000;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}

.main .page-catalog .catalog-products .pagging__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  gap: 10px;
  color: #767676;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}

@media (hover: hover) {
  .main .page-catalog .catalog-products .pagging__arrow:hover {
    color: #000;
  }
}

.main .page-catalog .catalog-products .pagging__arrow span::before {
  font-size: 12px;
  display: block;
}

.main .page-catalog .catalog-products .pagging .pagging-arrow-left {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.main .page-catalog .catalog-products .pagging .pagging-arrow-left span {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.main .page-catalog .catalog-products .pagging .pagging-arrow-right {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.main .page-catalog .catalog-products .pagging__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  list-style: none;
}

.main .page-catalog .catalog-products .pagging__link {
  color: #000;
  position: relative;
}

.main .page-catalog .catalog-products .pagging__link.link-active::before {
  width: 100%;
}

@media (hover: hover) {
  .main .page-catalog .catalog-products .pagging__link:hover::before {
    width: 100%;
  }
}

.footer .footer-info {
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  padding: 100px 0;
}

@media screen and (max-width: 768px) {
  .footer .footer-info {
    padding: 40px 0;
  }
}

.footer .footer-info .footer-dont-miss {
  max-width: 700px;
  margin: 0 auto;
}

.footer .footer-info .footer-dont-miss__text {
  font-size: 26px;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .footer .footer-info .footer-dont-miss__text {
    text-align: center;
    font-size: 18px;
  }
}

.footer .footer-info .footer-dont-miss__sub-text {
  text-align: center;
  color: #767676;
}

.footer .footer-info .footer-dont-miss .dont-miss-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 37px;
  gap: 20px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .footer .footer-info .footer-dont-miss .dont-miss-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer .footer-info .footer-dont-miss .dont-miss-form__item {
  max-width: 550px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .footer .footer-info .footer-dont-miss .dont-miss-form__item {
    max-width: 100%;
  }
}

.footer .footer-info .footer-dont-miss .dont-miss-form__item label {
  font-size: 14px;
  position: absolute;
  top: -10px;
  left: 10px;
  padding: 0 3px;
  background: #fff;
  z-index: 1;
}

.footer .footer-info .footer-dont-miss .dont-miss-form__input {
  width: 100%;
  height: 60px;
  padding: 0 20px;
  border-radius: 4px;
  border: 1px solid #e4e4e4;
  outline: none;
}

.footer .footer-info .footer-dont-miss .dont-miss-form__input:focus {
  border: 1px solid #000;
}

@media screen and (max-width: 768px) {
  .footer .footer-info .footer-dont-miss .dont-miss-form__btn {
    padding: 14px 0;
  }
}

.footer .footer-info .footer-info-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin-top: 70px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer .footer-info .footer-info-wrapper__block {
  padding: 20px;
}

.footer .footer-info .footer-info-wrapper__name {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.footer .footer-info .footer-info-wrapper__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 80px;
          column-gap: 80px;
}

@media screen and (max-width: 768px) {
  .footer .footer-info .footer-info-wrapper__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer .footer-info .footer-info-wrapper__list {
  margin-bottom: 20px;
}

.footer .footer-info .footer-info-wrapper__list li {
  list-style: none;
  color: #767676;
}

.footer .footer-info .footer-info-wrapper__list a {
  text-decoration: none;
}

@media (hover: hover) {
  .footer .footer-info .footer-info-wrapper__list a:hover {
    text-decoration: underline;
  }
}

@media screen and (max-width: 992px) {
  .footer .footer-info .footer-info-wrapper .item-center {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 601px) {
  .footer .footer-info .footer-info-wrapper .block-mode-operation {
    margin-top: -165px;
  }
}

@media screen and (max-width: 408px) {
  .footer .footer-info .footer-info-wrapper .block-mode-operation {
    margin-top: 0px;
  }
}

.footer .footer-info .footer-info-wrapper__item:not(:last-child) {
  margin-bottom: 20px;
}

.footer .footer-info .footer-info-wrapper__link {
  color: #767676;
}

.footer .footer-info .footer-info-wrapper__logo {
  margin-bottom: 20px;
}

.footer .footer-info .footer-info-wrapper__adres {
  text-decoration: none;
  display: block;
  color: #000;
}

@media (hover: hover) {
  .footer .footer-info .footer-info-wrapper__adres:hover {
    text-decoration: underline;
  }
}

.footer .footer-info .footer-info-wrapper__phone {
  text-decoration: none;
  display: block;
  margin: 20px 0;
  font-size: 24px;
  font-weight: 700;
  color: #000;
}

@media (hover: hover) {
  .footer .footer-info .footer-info-wrapper__phone:hover {
    text-decoration: underline;
  }
}

.footer .footer-info .footer-info-wrapper .applications {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

.footer .footer-info .footer-info-wrapper .applications__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 14px;
  text-decoration: none;
  color: #000;
}

.footer .footer-info .footer-info-wrapper .applications__link img {
  margin-bottom: 5px;
}

.footer .footer-info .pay-block {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

@media screen and (max-width: 992px) {
  .footer .footer-info .pay-block {
    position: relative;
    top: 0;
    left: 0;
  }
}

@media screen and (max-width: 576px) {
  .footer .footer-info .pay-block {
    width: 100%;
    text-align: center;
  }
}

.footer .footer-info .pay-block__link:not(:last-child) {
  margin-right: 30px;
}

.footer .footer-autor__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px 20px;
}

@media screen and (max-width: 768px) {
  .footer .footer-autor__container {
    padding: 20px;
  }
}

.footer__btn-start {
  position: fixed;
  right: 30px;
  bottom: 50px;
  background-color: #fff;
  padding: 15px 20px;
  border: 1px solid #767676;
  border-radius: 50%;
  color: #767676;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  z-index: 10;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.footer__btn-start.btn-start-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.footer__btn-start span {
  font-size: 14px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  display: block;
}
/*# sourceMappingURL=main.css.map */