@charset "UTF-8";
@font-face {
  font-family: "Basis Grotesque Pro";
  src: url("../fonts/BasisGrotesquePro-Medium.eot");
  src: url("../fonts/BasisGrotesquePro-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/BasisGrotesquePro-Medium.woff2") format("woff2"), url("../fonts/BasisGrotesquePro-Medium.woff") format("woff"), url("../fonts/BasisGrotesquePro-Medium.ttf") format("truetype"), url("../fonts/BasisGrotesquePro-Medium.svg#BasisGrotesquePro-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("../fonts/HelveticaNeueCyr-Bold.eot");
  src: url("../fonts/HelveticaNeueCyr-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueCyr-Bold.woff2") format("woff2"), url("../fonts/HelveticaNeueCyr-Bold.woff") format("woff"), url("../fonts/HelveticaNeueCyr-Bold.ttf") format("truetype"), url("../fonts/HelveticaNeueCyr-Bold.svg#HelveticaNeueCyr-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("../fonts/HelveticaNeueCyr-Medium.eot");
  src: url("../fonts/HelveticaNeueCyr-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueCyr-Medium.woff2") format("woff2"), url("../fonts/HelveticaNeueCyr-Medium.woff") format("woff"), url("../fonts/HelveticaNeueCyr-Medium.ttf") format("truetype"), url("../fonts/HelveticaNeueCyr-Medium.svg#HelveticaNeueCyr-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "EuropeExt";
  src: url("../fonts/EuropeExtBold.eot");
  src: url("../fonts/EuropeExtBold.eot?#iefix") format("embedded-opentype"), url("../fonts/EuropeExtBold.woff2") format("woff2"), url("../fonts/EuropeExtBold.woff") format("woff"), url("../fonts/EuropeExtBold.ttf") format("truetype"), url("../fonts/EuropeExtBold.svg#EuropeExtBold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

a {
  text-decoration: none;
  transition: all 0.5s;
  color: #fff;
}

input {
  outline: none;
  border: none;
  background: none;
}

button {
  cursor: pointer;
  outline: none;
  border: none;
  background: none;
}

body {
  color: #949494;
  text-align: left;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  background: #131313;
}
body:before {
  content: "";
  background: rgba(0, 0, 0, 0.78);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
body.no-scroll {
  overflow: hidden;
}
body.no-scroll:before {
  opacity: 1;
  visibility: visible;
}
body.no-scroll-pop {
  overflow: hidden;
}
body.no-scroll-pop:before {
  opacity: 1;
  visibility: visible;
  background: transparent;
}

.box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.wrapper {
  max-width: 1755px;
  margin: 0 auto;
  padding: 0 15px;
}

header {
  background: #202020;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 8px 0 0 0;
  z-index: 1000;
}
header .wrapper {
  max-width: 1715px;
}
header .box {
  align-items: center;
}
header .box .burger {
  display: none;
}
header .box .search {
  position: relative;
  max-width: 720px;
  width: 100%;
  margin-right: 62px;
}
header .box .search.active button {
  opacity: 0;
}
header .box .search input {
  background: #121212;
  color: #fff;
  font-family: "Basis Grotesque Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: 100%;
  height: 43px;
  padding: 0 40px 0 16px;
}
header .box .search input::placeholder {
  color: #555555;
}
header .box .search button {
  position: absolute;
  right: 9px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.5s;
}
header .box .search button circle, header .box .search button line {
  transition: all 0.5s;
}
header .box .search button:hover circle, header .box .search button:hover line {
  stroke: #fff;
}
header .box .search .popup-search {
  background: #282728;
  width: 100%;
  position: absolute;
  top: 50px;
  left: 0;
  padding: 20px 22px;
  display: none;
}
header .box .search .popup-search:before {
  content: "";
  background: url("../img/arrow4.svg") 0 0 no-repeat;
  width: 22px;
  height: 11px;
  position: absolute;
  top: -8px;
  right: 16px;
}
header .box .search .popup-search .close {
  position: absolute;
  top: -39px;
  right: 14px;
}
header .box .search .popup-search .zag {
  color: #FFF;
  font-family: "Basis Grotesque Pro", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 25px;
}
header .box .search .popup-search .item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
  padding-bottom: 17px;
  border-bottom: 1px solid #313132;
}
header .box .search .popup-search .item:nth-last-child(2) {
  border: none;
  padding-bottom: 12px;
}
header .box .search .popup-search .item .img {
  width: 115px;
  height: 113px;
  flex-shrink: 0;
}
header .box .search .popup-search .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
header .box .search .popup-search .item .name {
  width: 38%;
  margin: -3px 0 0 16px;
}
header .box .search .popup-search .item .name .name-tovar {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 4px;
  transition: all 0.5s;
}
header .box .search .popup-search .item .name .articul {
  color: #51504F;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
header .box .search .popup-search .item .cena {
  display: flex;
  flex-direction: column-reverse;
  flex-shrink: 0;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 0 4px 0 0;
  margin: 0 0 0 auto;
}
header .box .search .popup-search .item .cena .sale {
  color: #FF961E;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
header .box .search .popup-search .item .cena .sale + .price {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: line-through;
}
header .box .search .popup-search .item .cena .price {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
header .box .search .popup-search .item:hover .name .name-tovar {
  color: #d47200;
}
header .box .search .popup-search .more {
  border-radius: 99px;
  background: #FF961E;
  color: #000;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
}
header .box .search .popup-search .more:hover {
  background: #d47200;
}
header .box .right {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
header .box .right a {
  flex-shrink: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 24px;
  height: 24px;
  position: relative;
}
header .box .right a path, header .box .right a rect {
  transition: all 0.5s;
}
header .box .right a span {
  color: #1C1C1C;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 12px;
  text-transform: uppercase;
  border-radius: 99px;
  background: #FF961E;
  width: 15px;
  height: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -2px;
  right: 1px;
}
header .box .right a:hover path, header .box .right a:hover rect {
  fill: #EDEDED;
}
header .box .right .cart {
  width: 37px;
  position: relative;
}
header .box .right .cart a {
  width: 100%;
}
header .box .right .popup-cart {
  position: absolute;
  top: 32px;
  right: -8px;
  background: #282728;
  width: 501px;
  padding: 19px 22px 26px 22px;
  display: none;
}
header .box .right .popup-cart:before {
  content: "";
  background: url("../img/arrow4.svg") 0 0 no-repeat;
  width: 22px;
  height: 11px;
  position: absolute;
  top: -8px;
  right: 20px;
}
header .box .right .popup-cart .zag {
  color: #FFF;
  font-family: "Basis Grotesque Pro", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 25px 0;
}
header .box .right .popup-cart .zag span {
  color: #6E6E6E;
  font-size: 16px;
}
header .box .right .popup-cart .item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  border-bottom: 1px solid #313132;
  padding: 0 0 21px 0;
  margin-bottom: 17px;
}
header .box .right .popup-cart .item:last-child {
  border: none;
  margin: 0;
  padding: 0 0 25px 0;
}
header .box .right .popup-cart .item .img {
  width: 115px;
  height: 113px;
  flex-shrink: 0;
}
header .box .right .popup-cart .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
header .box .right .popup-cart .item .center {
  width: 47%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: -2px 0 0 16px;
}
header .box .right .popup-cart .item .center .name {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 3px;
}
header .box .right .popup-cart .item .center .articl {
  color: #51504F;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
header .box .right .popup-cart .item .center .quantity {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 4px;
  background: #232323;
  height: 36px;
  width: 151px;
  margin: auto 0 -3px 0;
}
header .box .right .popup-cart .item .center .quantity .plus {
  flex-shrink: 0;
  height: 36px;
  width: 41px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
header .box .right .popup-cart .item .center .quantity .plus svg {
  width: 13px;
}
header .box .right .popup-cart .item .center .quantity input {
  color: #949494;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  width: 100%;
  height: 36px;
  text-align: center;
  -moz-appearance: textfield;
}
header .box .right .popup-cart .item .center .quantity input::-webkit-outer-spin-button, header .box .right .popup-cart .item .center .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
header .box .right .popup-cart .item .center .quantity .minus {
  flex-shrink: 0;
  height: 36px;
  width: 37px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
header .box .right .popup-cart .item .center .quantity .minus svg {
  width: 12px;
}
header .box .right .popup-cart .item .cena {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
  margin: 0 3px -3px auto;
}
header .box .right .popup-cart .item .cena .sale {
  color: #FF961E;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
header .box .right .popup-cart .item .cena .sale + .price {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: line-through;
  margin: 0 2px 2px 0;
}
header .box .right .popup-cart .item .cena .price {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 5px;
}
header .box .right .popup-cart .item .remove {
  position: absolute;
  top: -5px;
  right: -14px;
  width: auto;
}
header .box .right .popup-cart .item .remove path {
  transition: all 0.5s;
}
header .box .right .popup-cart .item .remove:hover path {
  fill: #FF961E;
}
header .box .right .popup-cart .halva {
  border-radius: 6px;
  background: #313132;
  overflow: hidden;
  margin: 31px 0 0 0;
}
header .box .right .popup-cart .halva .green {
  border-radius: 6px 6px 0 0;
  background: #193322;
  width: 100%;
  height: 36px;
  color: #74B908;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 20px;
}
header .box .right .popup-cart .halva .count {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 41px;
  padding: 0 20px;
}
header .box .right .popup-cart .halva .count .name {
  color: #949494;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
header .box .right .popup-cart .halva .count .con {
  color: #949494;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
header .box .right .popup-cart .sales {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 33px 0 7px 0;
}
header .box .right .popup-cart .sales .name {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
header .box .right .popup-cart .sales .name span {
  color: #FF961E;
}
header .box .right .popup-cart .sales .price {
  color: #FF961E;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
header .box .right .popup-cart .total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 27px 0;
}
header .box .right .popup-cart .total .name {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
header .box .right .popup-cart .total .price {
  color: #FFF;
  text-align: right;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
header .box .right .popup-cart .btn {
  border-radius: 99px;
  background: #FF961E;
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
header .box .right .popup-cart .btn:hover {
  background: #000;
  color: #fff;
}
header .menu {
  background: #1C1C1C;
  border-top: 1px solid #131313;
  border-bottom: 1px solid #131313;
  margin: 8px 0 0 0;
}
header .menu .clouse {
  display: none;
}
header .menu ul {
  list-style: none;
  padding: 0 0 0 5px;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 46px;
}
header .menu ul li:nth-child(5) {
  margin: 0 0 0 auto;
}
header .menu ul li a {
  color: #949494;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  padding: 20px 0;
}
header .menu ul li a span {
  margin: -4px 0 0 0;
}
header .menu ul li a span rect {
  transition: all 0.5s;
}
header .menu ul li a span.drop {
  background: url("../img/arrow.svg");
  transition: all 0.5s;
  width: 10px;
  height: 6px;
  flex-shrink: 0;
  margin: 0 0 0 -4px;
}
header .menu ul li a:hover {
  color: #FF961E;
}
header .menu ul li a:hover span rect {
  fill: #FF961E;
}
header .menu ul li a:hover span.drop {
  background: url("../img/arrow1.svg");
  transform: rotate(180deg);
}
header .menu ul li .sub-menu {
  display: block;
  padding: 33px 0 28px 0;
  position: absolute;
  left: 0;
  top: 111px;
  border-top: 1px solid #131313;
  background: #1C1C1C;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  width: 100%;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  transition: all 0.5s;
}
header .menu ul li .sub-menu ul {
  display: block;
  column-count: 5;
  padding: 0 24px;
  max-width: 1715px;
  margin: 0 auto;
}
header .menu ul li .sub-menu ul li a {
  color: #606060;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  display: block;
  text-transform: none;
  width: fit-content;
  padding: 0;
}
header .menu ul li .sub-menu ul li a:hover {
  color: #FF961E;
}
header .menu ul li:hover > a {
  color: #FF961E;
}
header .menu ul li:hover > a span rect {
  fill: #FF961E;
}
header .menu ul li:hover > a span.drop {
  background: url("../img/arrow1.svg");
  transform: rotate(180deg);
}
header .menu ul li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}

.sec-1 {
  padding: 110px 0 0 0;
}
.sec-1 .box .slider {
  width: 66.4%;
  position: relative;
  background: #1A1A1A;
  border-right: 1px solid #131313;
}
.sec-1 .box .slider .box {
  padding: 23px 71px 0 54px;
  align-items: center;
  height: 470px;
  overflow: hidden;
  position: relative;
}
.sec-1 .box .slider .box:after {
  content: "";
  border-radius: 1084.556px;
  opacity: 0.2;
  background: #FF961E;
  filter: blur(99.5px);
  width: 1084.556px;
  height: 707px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -500px;
  margin: auto;
}
.sec-1 .box .slider .box .img {
  width: 53.2%;
  height: 100%;
}
.sec-1 .box .slider .box .img img {
  width: 100%;
}
.sec-1 .box .slider .box .left {
  width: 44.7%;
  padding-bottom: 95px;
}
.sec-1 .box .slider .box .left .zag {
  color: #FF961E;
  font-family: "EuropeExt", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: left;
  margin-bottom: 25px;
}
.sec-1 .box .slider .box .left .text {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  max-width: 430px;
  margin: 0 0 0 3px;
}
.sec-1 .box .slider .arr {
  background: rgba(32, 32, 32, 0.3);
  backdrop-filter: blur(8px);
  width: 100%;
  height: 76px;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  border-top: 1px solid #333;
}
.sec-1 .box .slider .swiper-button-next {
  left: 80px;
  bottom: 0;
  top: auto;
  border-left: 1px solid #323232;
  border-right: 1px solid #323232;
  width: 86px;
  height: 76px;
  opacity: 1;
}
.sec-1 .box .slider .swiper-button-next path {
  transition: all 0.5s;
}
.sec-1 .box .slider .swiper-button-next svg {
  fill: transparent;
  width: auto;
  height: auto;
}
.sec-1 .box .slider .swiper-button-next:hover path {
  stroke: #FF961E;
}
.sec-1 .box .slider .swiper-button-prev {
  left: 0;
  bottom: 0;
  top: auto;
  border-left: 1px solid #323232;
  width: 80px;
  height: 76px;
  opacity: 1;
}
.sec-1 .box .slider .swiper-button-prev svg {
  fill: transparent;
  width: auto;
  height: auto;
}
.sec-1 .box .slider .swiper-button-prev path {
  transition: all 0.5s;
}
.sec-1 .box .slider .swiper-button-prev:hover path {
  stroke: #FF961E;
}
.sec-1 .box .right {
  width: 33.6%;
  display: flex;
  justify-content: flex-start;
  gap: 1px;
}
.sec-1 .box .right .item {
  width: 50%;
  background: #202020;
  padding: 18px 20px;
  position: relative;
  overflow: hidden;
}
.sec-1 .box .right .item:after {
  content: "";
  width: 287px;
  height: 238px;
  border-radius: 287px;
  background: #FF8C00;
  filter: blur(49.5px);
  position: absolute;
  left: 0;
  right: 0;
  bottom: -150px;
  margin: 0;
  transition: all 0.5s;
  opacity: 0;
}
.sec-1 .box .right .item .top {
  position: relative;
  z-index: 1;
  height: 250px;
  overflow: hidden;
}
.sec-1 .box .right .item .top .sale {
  background: #B61515;
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 3px 7px;
}
.sec-1 .box .right .item .top a {
  display: block;
  width: 100%;
  height: 100%;
}
.sec-1 .box .right .item .top a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-1 .box .right .item .day {
  color: #0A5;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin: 12px 0 6px 2px;
  position: relative;
  z-index: 1;
}
.sec-1 .box .right .item .zag {
  color: #FFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin: 0 0 16px 2px;
  position: relative;
  z-index: 1;
}
.sec-1 .box .right .item .time {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  color: #FFF;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin: 0 0 18px 2px;
  position: relative;
  z-index: 1;
}
.sec-1 .box .right .item .time span {
  width: 61.016px;
  height: 37.778px;
  border: 1px solid #3C3C3C;
  text-align: center;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec-1 .box .right .item .box {
  position: relative;
  z-index: 1;
}
.sec-1 .box .right .item .box .lf {
  width: 50%;
  padding: 0 0 0 2px;
}
.sec-1 .box .right .item .box .lf .sale {
  color: #E63D3D;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.sec-1 .box .right .item .box .lf .price {
  color: #6E6E6E;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration-line: line-through;
  text-transform: uppercase;
}
.sec-1 .box .right .item .box .add-cart {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.sec-1 .box .right .item .box .add-cart rect {
  transition: all 0.5s;
}
.sec-1 .box .right .item .box .add-cart:hover rect {
  fill: #fff;
}
.sec-1 .box .right .item:hover:after {
  opacity: 0.2;
}

.sec-2 {
  padding: 22px 0 49px 0;
}
.sec-2 .box {
  gap: 1px;
}
.sec-2 .box .item {
  background: #1C1C1C;
  width: 286px;
  height: 206px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.sec-2 .box .item .img {
  max-width: 80%;
  height: 138px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec-2 .box .item .img img {
  height: 90%;
  width: 100%;
  object-fit: cover;
}
.sec-2 .box .item .zag {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
}
.sec-2 .box .item .bage {
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  width: 42px;
  height: 21px;
  background: #1358C0;
  position: absolute;
  top: 9px;
  left: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec-2 .box .item:hover {
  background: #242424;
}
.sec-2.s-kolokcii {
  padding: 0 0 93px 0;
  margin-top: -5px;
}
.sec-2.s-kolokcii .box {
  gap: 3px;
}
.sec-2.s-kolokcii .box .item {
  width: 429px;
  height: 309px;
  background: #1C1C1C;
}
.sec-2.s-kolokcii .box .item .img {
  height: 223px;
}
.sec-2.s-kolokcii .box .item:hover {
  margin-top: -4px;
  background: #242424;
}

.sec-3 .slider-box .box:first-child {
  padding: 0;
  gap: 13px 0;
}
.sec-3 .box {
  gap: 13px 1px;
}
.sec-3 .box:first-child {
  padding: 30px 0 25px 19px;
  justify-content: flex-start;
  gap: 21px;
  border-top: 1px solid #232323;
}
.sec-3 .box .title {
  color: #FFF;
  font-family: "EuropeExt", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.sec-3 .box .link {
  color: #595959;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  margin-bottom: 10px;
}
.sec-3 .box .link circle {
  transition: all 0.5s;
}
.sec-3 .box .link:hover {
  color: #fff;
}
.sec-3 .box .link:hover circle {
  fill: #fff;
}
.sec-3 .box .item {
  width: 16.6%;
  height: auto;
  background: #202020;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 18px;
  transition: all 0.5s;
}
.sec-3 .box .item .top {
  position: relative;
  z-index: 1;
  height: 283px;
  overflow: hidden;
}
.sec-3 .box .item .top .sale {
  background: #B61515;
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 3px 7px;
  z-index: 1;
}
.sec-3 .box .item .top .new {
  background: #0A5;
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 3px 9px;
  z-index: 1;
}
.sec-3 .box .item .top .new + .sale {
  left: 66.8px;
}
.sec-3 .box .item .top .wishlist {
  position: absolute;
  top: 8px;
  right: 15px;
  width: auto;
  height: auto;
  z-index: 1;
}
.sec-3 .box .item .top .wishlist circle, .sec-3 .box .item .top .wishlist path {
  transition: all 0.5s;
}
.sec-3 .box .item .top .wishlist:hover circle {
  fill: #FF961E;
}
.sec-3 .box .item .top .wishlist:hover path {
  fill: #000;
}
.sec-3 .box .item .top .compair {
  position: absolute;
  top: 35px;
  right: 15px;
  width: auto;
  height: auto;
  z-index: 1;
}
.sec-3 .box .item .top .compair circle, .sec-3 .box .item .top .compair rect {
  transition: all 0.5s;
}
.sec-3 .box .item .top .compair:hover circle {
  fill: #FF961E;
}
.sec-3 .box .item .top .compair:hover rect {
  fill: #000;
}
.sec-3 .box .item .top a {
  display: block;
  width: 100%;
  height: 100%;
}
.sec-3 .box .item .top a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.sec-3 .box .item .zag {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  padding: 19px 25px 11px 17px;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}
.sec-3 .box .item .box {
  position: relative;
  z-index: 1;
  margin: auto 0 0 0;
  gap: 12px 0;
  padding: 0 15px 0 17px;
  align-items: center;
}
.sec-3 .box .item .box .star {
  display: flex;
  justify-content: flex-start;
  gap: 5px;
  border-right: 1px solid #555;
  width: 47%;
}
.sec-3 .box .item .box .star span {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
.sec-3 .box .item .box .coment {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 7px;
  width: 46.5%;
}
.sec-3 .box .item .box .coment span {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
.sec-3 .box .item .box .lf {
  width: 40%;
}
.sec-3 .box .item .box .lf .sale {
  color: #E63D3D;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.sec-3 .box .item .box .lf .sale + .price {
  color: #6E6E6E;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration-line: line-through;
  text-transform: uppercase;
}
.sec-3 .box .item .box .lf .price {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.sec-3 .box .item .box .add-cart {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 57%;
  gap: 11px;
}
.sec-3 .box .item .box .add-cart .up-sale {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  background: linear-gradient(0deg, #FF1E1E -90%, #B19311 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 7px;
}
.sec-3 .box .item .box .add-cart .up-sale:before {
  content: "";
  background: url("../img/fire.svg") 0 0 no-repeat;
  width: 18px;
  height: 22px;
}
.sec-3 .box .item .box .add-cart svg {
  width: 50px;
  height: 37px;
}
.sec-3 .box .item .box .add-cart rect {
  transition: all 0.5s;
}
.sec-3 .box .item .box .add-cart a:hover rect {
  fill: #fff;
}
.sec-3 .box .item:hover {
  background: #282828;
}
.sec-3 .box .item:hover .top a img {
  transform: scale(1.1);
}
.sec-3 .box .item:hover .zag {
  color: #FF961E;
}
.sec-3 .slider-box .swiper-pagination {
  display: none;
}

.sec-4 {
  padding: 60px 0 51px 0;
}
.sec-4.s-botom {
  padding: 60px 0 2px 0;
}
.sec-4.s-top {
  padding: 130px 0 97px 0;
}
.sec-4.s-top .title {
  color: #FFF;
  font-family: "EuropeExt", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 62px;
  margin: 37px 0 54px 27px;
}
.sec-4.s-top .box {
  gap: 21px 0;
}
.sec-4 .teg {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0 0 39px 21px;
  gap: 6px;
}
.sec-4 .teg a {
  background: #1C1C1C;
  color: #FFF;
  text-align: center;
  font-family: "Basis Grotesque Pro", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 9px 15px 9px 12px;
  min-width: 81px;
}
.sec-4 .teg a.active {
  background: #FF961E;
  color: #131313;
}
.sec-4 .teg a:hover {
  background: #FF961E;
  color: #131313;
}
.sec-4 .pagination {
  margin: 96px 0 0 0;
}
.sec-4 .pagination ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.sec-4 .pagination ul li:first-child a {
  color: #FFF;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 17px;
  border: none;
  border-radius: 2px;
  background: #191919;
  width: 118px;
  height: 39px;
  padding: 0;
  margin-right: 33px;
}
.sec-4 .pagination ul li:first-child a.disabled {
  color: #555;
  cursor: default;
  pointer-events: none;
}
.sec-4 .pagination ul li:first-child a.disabled path {
  stroke: #555;
  transition: all 0.5s;
}
.sec-4 .pagination ul li:first-child a:hover {
  color: #fff;
  background: #FF961E;
}
.sec-4 .pagination ul li:first-child a:hover path {
  stroke: #fff;
}
.sec-4 .pagination ul li:last-child a {
  color: #FFF;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 17px;
  border: none;
  border-radius: 2px;
  background: #191919;
  width: 118px;
  height: 39px;
  padding: 0;
  margin-left: 33px;
}
.sec-4 .pagination ul li:last-child a:hover {
  color: #fff;
  background: #FF961E;
}
.sec-4 .pagination ul li a {
  color: #868686;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  border-bottom: 2px solid transparent;
  padding: 8px 6px;
}
.sec-4 .pagination ul li a.active {
  color: #FF961E;
  border-bottom: 2px solid #FF961E;
}
.sec-4 .pagination ul li a svg {
  flex-shrink: 0;
}
.sec-4 .pagination ul li a:hover {
  color: #FF961E;
}
.sec-4 .pagination .all {
  color: #555;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  margin: 24px auto 0 auto;
  width: fit-content;
}
.sec-4 .box .item {
  width: 50%;
  height: 422px;
  overflow: hidden;
  position: relative;
  background: #1C1C1C;
}
.sec-4 .box .item:after {
  content: "";
  width: 649px;
  height: 649px;
  border-radius: 649px;
  filter: blur(159.5px);
  position: absolute;
  left: 0;
  right: 0;
  top: 164px;
  margin: auto;
}
.sec-4 .box .item.sale:after {
  background: #925253;
}
.sec-4 .box .item.new:after {
  background: #859252;
}
.sec-4 .box .item.new .img {
  width: 51.6%;
  right: -6px;
  top: 37px;
}
.sec-4 .box .item .it {
  position: relative;
  z-index: 1;
  padding: 42px 0 0 48px;
  height: 215px;
}
.sec-4 .box .item .left {
  width: 50%;
  position: relative;
  z-index: 1;
  padding: 0 0 0 43px;
}
.sec-4 .box .item .left .zag {
  color: #FFF;
  font-family: "EuropeExt", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.sec-4 .box .item .left .text {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  margin: 20px 3px;
}
.sec-4 .box .item .img {
  width: 57.7%;
  position: absolute;
  z-index: 1;
  right: -17px;
  top: -22px;
  transition: all 0.5s;
}
.sec-4 .box .item .svg {
  position: absolute;
  z-index: 1;
  bottom: 21px;
  right: 25px;
}
.sec-4 .box .item:hover .img {
  transform: scale(1.1);
}

.sec-5 {
  padding: 0 0 84px 0;
}
.sec-5 .box {
  gap: 13px 1px;
}
.sec-5 .box:first-child {
  padding: 10px 0 25px 19px;
  justify-content: flex-start;
  gap: 21px;
  border-top: 1px solid #232323;
}
.sec-5 .box .title {
  color: #FFF;
  font-family: "Basis Grotesque Pro", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.sec-5 .box .link {
  color: #595959;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}
.sec-5 .box .link circle {
  transition: all 0.5s;
}
.sec-5 .box .link:hover {
  color: #fff;
}
.sec-5 .box .link:hover circle {
  fill: #fff;
}
.sec-5 .slider {
  width: 100%;
  position: relative;
}
.sec-5 .slider .swiper-slide {
  height: auto;
}
.sec-5 .slider .item {
  width: 100%;
  height: 100%;
  background: #202020;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 18px;
  transition: all 0.5s;
}
.sec-5 .slider .item .top {
  position: relative;
  z-index: 1;
  height: 283px;
  overflow: hidden;
}
.sec-5 .slider .item .top .sale {
  background: #B61515;
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 3px 7px;
  z-index: 1;
}
.sec-5 .slider .item .top .new {
  background: #0A5;
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 3px 9px;
  z-index: 1;
}
.sec-5 .slider .item .top .new + .sale {
  left: 66.8px;
}
.sec-5 .slider .item .top .wishlist {
  position: absolute;
  top: 8px;
  right: 15px;
  width: auto;
  height: auto;
  z-index: 1;
}
.sec-5 .slider .item .top .wishlist circle, .sec-5 .slider .item .top .wishlist path {
  transition: all 0.5s;
}
.sec-5 .slider .item .top .wishlist:hover circle {
  fill: #FF961E;
}
.sec-5 .slider .item .top .wishlist:hover path {
  fill: #000;
}
.sec-5 .slider .item .top .compair {
  position: absolute;
  top: 35px;
  right: 15px;
  width: auto;
  height: auto;
  z-index: 1;
}
.sec-5 .slider .item .top .compair circle, .sec-5 .slider .item .top .compair rect {
  transition: all 0.5s;
}
.sec-5 .slider .item .top .compair:hover circle {
  fill: #FF961E;
}
.sec-5 .slider .item .top .compair:hover rect {
  fill: #000;
}
.sec-5 .slider .item .top a {
  display: block;
  width: 100%;
  height: 100%;
}
.sec-5 .slider .item .top a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.sec-5 .slider .item .zag {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  padding: 19px 25px 11px 17px;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}
.sec-5 .slider .item .box {
  position: relative;
  z-index: 1;
  margin: auto 0 0 0;
  gap: 12px 0;
  padding: 0 15px 0 17px;
  align-items: center;
}
.sec-5 .slider .item .box .star {
  display: flex;
  justify-content: flex-start;
  gap: 5px;
  border-right: 1px solid #555;
  width: 47%;
}
.sec-5 .slider .item .box .star span {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
.sec-5 .slider .item .box .coment {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 7px;
  width: 46.5%;
}
.sec-5 .slider .item .box .coment span {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
.sec-5 .slider .item .box .lf {
  width: 40%;
}
.sec-5 .slider .item .box .lf .sale {
  color: #E63D3D;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.sec-5 .slider .item .box .lf .sale + .price {
  color: #6E6E6E;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration-line: line-through;
  text-transform: uppercase;
}
.sec-5 .slider .item .box .lf .price {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.sec-5 .slider .item .box .add-cart {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 57%;
  gap: 11px;
}
.sec-5 .slider .item .box .add-cart .up-sale {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  background: linear-gradient(0deg, #FF1E1E -90%, #B19311 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 7px;
}
.sec-5 .slider .item .box .add-cart .up-sale:before {
  content: "";
  background: url("../img/fire.svg") 0 0 no-repeat;
  width: 18px;
  height: 22px;
}
.sec-5 .slider .item .box .add-cart svg {
  width: 50px;
  height: 37px;
}
.sec-5 .slider .item .box .add-cart rect {
  transition: all 0.5s;
}
.sec-5 .slider .item .box .add-cart a:hover rect {
  fill: #fff;
}
.sec-5 .slider .item:hover {
  background: #282828;
}
.sec-5 .slider .item:hover .top a img {
  transform: scale(1.1);
}
.sec-5 .slider .item:hover .zag {
  color: #FF961E;
}
.sec-5 .slider .swiper-button-next {
  position: absolute;
  top: -51px;
  right: 13px;
  left: auto;
  opacity: 1;
  margin: 0;
  color: transparent;
  height: 21px;
}
.sec-5 .slider .swiper-button-next path {
  transition: all 0.5s;
}
.sec-5 .slider .swiper-button-next:hover path {
  stroke: #FF961E;
}
.sec-5 .slider .swiper-button-prev {
  position: absolute;
  top: -51px;
  right: 90px;
  left: auto;
  opacity: 1;
  margin: 0;
  color: transparent;
  height: 21px;
}
.sec-5 .slider .swiper-button-prev path {
  transition: all 0.5s;
}
.sec-5 .slider .swiper-button-prev:hover path {
  stroke: #FF961E;
}
.sec-5 .slider .swiper-pagination {
  display: none;
}

.sec-6 {
  padding: 0 0 119px 0;
}
.sec-6 .box {
  gap: 13px 1px;
}
.sec-6 .box:first-child {
  padding: 18px 0 21px 19px;
  justify-content: flex-start;
  gap: 21px;
  border-top: 1px solid #232323;
}
.sec-6 .box .title {
  color: #FFF;
  font-family: "Basis Grotesque Pro", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.sec-6 .box .link {
  color: #595959;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  margin-bottom: 10px;
}
.sec-6 .box .link circle {
  transition: all 0.5s;
}
.sec-6 .box .link:hover {
  color: #fff;
}
.sec-6 .box .link:hover circle {
  fill: #fff;
}
.sec-6 .slider {
  width: 100%;
  position: relative;
}
.sec-6 .slider .swiper-slide {
  height: auto;
}
.sec-6 .slider .item {
  width: 100%;
  height: 100%;
  background: #202020;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 18px;
  transition: all 0.5s;
}
.sec-6 .slider .item .top {
  position: relative;
  z-index: 1;
  height: 283px;
  overflow: hidden;
}
.sec-6 .slider .item .top .sale {
  background: #B61515;
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 3px 7px;
  z-index: 1;
}
.sec-6 .slider .item .top .new {
  background: #0A5;
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 3px 9px;
  z-index: 1;
}
.sec-6 .slider .item .top .new + .sale {
  left: 66.8px;
}
.sec-6 .slider .item .top .wishlist {
  position: absolute;
  top: 8px;
  right: 15px;
  width: auto;
  height: auto;
  z-index: 1;
}
.sec-6 .slider .item .top .wishlist circle, .sec-6 .slider .item .top .wishlist path {
  transition: all 0.5s;
}
.sec-6 .slider .item .top .wishlist:hover circle {
  fill: #FF961E;
}
.sec-6 .slider .item .top .wishlist:hover path {
  fill: #000;
}
.sec-6 .slider .item .top .compair {
  position: absolute;
  top: 35px;
  right: 15px;
  width: auto;
  height: auto;
  z-index: 1;
}
.sec-6 .slider .item .top .compair circle, .sec-6 .slider .item .top .compair rect {
  transition: all 0.5s;
}
.sec-6 .slider .item .top .compair:hover circle {
  fill: #FF961E;
}
.sec-6 .slider .item .top .compair:hover rect {
  fill: #000;
}
.sec-6 .slider .item .top a {
  display: block;
  width: 100%;
  height: 100%;
}
.sec-6 .slider .item .top a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.sec-6 .slider .item .zag {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  padding: 19px 25px 11px 17px;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}
.sec-6 .slider .item .box {
  position: relative;
  z-index: 1;
  margin: auto 0 0 0;
  gap: 12px 0;
  padding: 0 15px 0 17px;
  align-items: center;
}
.sec-6 .slider .item .box .star {
  display: flex;
  justify-content: flex-start;
  gap: 5px;
  border-right: 1px solid #555;
  width: 47%;
}
.sec-6 .slider .item .box .star span {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
.sec-6 .slider .item .box .coment {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 7px;
  width: 46.5%;
}
.sec-6 .slider .item .box .coment span {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
.sec-6 .slider .item .box .lf {
  width: 40%;
}
.sec-6 .slider .item .box .lf .sale {
  color: #E63D3D;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.sec-6 .slider .item .box .lf .sale + .price {
  color: #6E6E6E;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration-line: line-through;
  text-transform: uppercase;
}
.sec-6 .slider .item .box .lf .price {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.sec-6 .slider .item .box .add-cart {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 57%;
  gap: 11px;
}
.sec-6 .slider .item .box .add-cart .up-sale {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  background: linear-gradient(0deg, #FF1E1E -90%, #B19311 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 7px;
}
.sec-6 .slider .item .box .add-cart .up-sale:before {
  content: "";
  background: url("../img/fire.svg") 0 0 no-repeat;
  width: 18px;
  height: 22px;
}
.sec-6 .slider .item .box .add-cart svg {
  width: 50px;
  height: 37px;
}
.sec-6 .slider .item .box .add-cart rect {
  transition: all 0.5s;
}
.sec-6 .slider .item .box .add-cart a:hover rect {
  fill: #fff;
}
.sec-6 .slider .item:hover {
  background: #282828;
}
.sec-6 .slider .item:hover .top a img {
  transform: scale(1.1);
}
.sec-6 .slider .item:hover .zag {
  color: #FF961E;
}
.sec-6 .slider .swiper-button-next {
  position: absolute;
  top: -54px;
  right: 13px;
  left: auto;
  opacity: 1;
  margin: 0;
  color: transparent;
  height: 21px;
}
.sec-6 .slider .swiper-button-next path {
  transition: all 0.5s;
}
.sec-6 .slider .swiper-button-next:hover path {
  stroke: #FF961E;
}
.sec-6 .slider .swiper-button-prev {
  position: absolute;
  top: -54px;
  right: 90px;
  left: auto;
  opacity: 1;
  margin: 0;
  color: transparent;
  height: 21px;
}
.sec-6 .slider .swiper-button-prev path {
  transition: all 0.5s;
}
.sec-6 .slider .swiper-button-prev:hover path {
  stroke: #FF961E;
}
.sec-6 .slider .swiper-pagination {
  display: none;
}

.sec-7 {
  padding: 0 0 63px 0;
}
.sec-7 .box {
  gap: 13px 1px;
}
.sec-7 .box:first-child {
  padding: 14px 0 27px 19px;
  justify-content: flex-start;
  gap: 21px;
  border-top: 1px solid #232323;
}
.sec-7 .box .title {
  color: #FFF;
  font-family: "Basis Grotesque Pro", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.sec-7 .box .link {
  color: #595959;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  margin-bottom: 3px;
}
.sec-7 .box .link circle {
  transition: all 0.5s;
}
.sec-7 .box .link:hover {
  color: #fff;
}
.sec-7 .box .link:hover circle {
  fill: #fff;
}
.sec-7 .slider {
  width: 100%;
  position: relative;
  padding-bottom: 69px;
}
.sec-7 .slider.s-dosvaka {
  padding-bottom: 29px;
}
.sec-7 .slider.s-dosvaka .item {
  padding-bottom: 0;
  background: #282828;
}
.sec-7 .slider .swiper-slide {
  height: auto;
}
.sec-7 .slider .item {
  width: 100%;
  height: 100%;
  background: #202020;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 18px;
  transition: all 0.5s;
}
.sec-7 .slider .item .top {
  position: relative;
  z-index: 1;
  height: 283px;
  overflow: hidden;
}
.sec-7 .slider .item .top .sale {
  background: #B61515;
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 3px 7px;
  z-index: 1;
}
.sec-7 .slider .item .top .new {
  background: #0A5;
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 3px 9px;
  z-index: 1;
}
.sec-7 .slider .item .top .new + .sale {
  left: 66.8px;
}
.sec-7 .slider .item .top .wishlist {
  position: absolute;
  top: 8px;
  right: 15px;
  width: auto;
  height: auto;
  z-index: 1;
}
.sec-7 .slider .item .top .wishlist circle, .sec-7 .slider .item .top .wishlist path {
  transition: all 0.5s;
}
.sec-7 .slider .item .top .wishlist:hover circle {
  fill: #FF961E;
}
.sec-7 .slider .item .top .wishlist:hover path {
  fill: #000;
}
.sec-7 .slider .item .top .compair {
  position: absolute;
  top: 35px;
  right: 15px;
  width: auto;
  height: auto;
  z-index: 1;
}
.sec-7 .slider .item .top .compair circle, .sec-7 .slider .item .top .compair rect {
  transition: all 0.5s;
}
.sec-7 .slider .item .top .compair:hover circle {
  fill: #FF961E;
}
.sec-7 .slider .item .top .compair:hover rect {
  fill: #000;
}
.sec-7 .slider .item .top a {
  display: block;
  width: 100%;
  height: 100%;
}
.sec-7 .slider .item .top a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.sec-7 .slider .item .zag {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  padding: 19px 25px 11px 17px;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}
.sec-7 .slider .item .box {
  position: relative;
  z-index: 1;
  margin: auto 0 0 0;
  gap: 12px 0;
  padding: 0 15px 10px 17px;
  align-items: center;
}
.sec-7 .slider .item .box .star {
  display: flex;
  justify-content: flex-start;
  gap: 5px;
  border-right: 1px solid #555;
  width: 47%;
}
.sec-7 .slider .item .box .star span {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
.sec-7 .slider .item .box .coment {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 7px;
  width: 46.5%;
}
.sec-7 .slider .item .box .coment span {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
.sec-7 .slider .item .box .lf {
  width: 40%;
}
.sec-7 .slider .item .box .lf .sale {
  color: #E63D3D;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.sec-7 .slider .item .box .lf .sale + .price {
  color: #6E6E6E;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration-line: line-through;
  text-transform: uppercase;
}
.sec-7 .slider .item .box .lf .price {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.sec-7 .slider .item .box .add-cart {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 57%;
  gap: 11px;
}
.sec-7 .slider .item .box .add-cart .up-sale {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  background: linear-gradient(0deg, #FF1E1E -90%, #B19311 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 7px;
}
.sec-7 .slider .item .box .add-cart .up-sale:before {
  content: "";
  background: url("../img/fire.svg") 0 0 no-repeat;
  width: 18px;
  height: 22px;
}
.sec-7 .slider .item .box .add-cart svg {
  width: 50px;
  height: 37px;
}
.sec-7 .slider .item .box .add-cart rect {
  transition: all 0.5s;
}
.sec-7 .slider .item .box .add-cart a:hover rect {
  fill: #fff;
}
.sec-7 .slider .item .dostav {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #202020;
  margin: 17px 0 0 0;
  height: 35px;
  gap: 3px;
}
.sec-7 .slider .item .dostav .label {
  color: #555;
  font-family: "Basis Grotesque Pro", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.sec-7 .slider .item:hover {
  background: #282828;
}
.sec-7 .slider .item:hover .top a img {
  transform: scale(1.1);
}
.sec-7 .slider .item:hover .zag {
  color: #FF961E;
}
.sec-7 .slider .swiper-button-next {
  position: absolute;
  top: -54px;
  right: 13px;
  left: auto;
  opacity: 1;
  margin: 0;
  color: transparent;
  height: 21px;
}
.sec-7 .slider .swiper-button-next path {
  transition: all 0.5s;
}
.sec-7 .slider .swiper-button-next:hover path {
  stroke: #FF961E;
}
.sec-7 .slider .swiper-button-prev {
  position: absolute;
  top: -54px;
  right: 90px;
  left: auto;
  opacity: 1;
  margin: 0;
  color: transparent;
  height: 21px;
}
.sec-7 .slider .swiper-button-prev path {
  transition: all 0.5s;
}
.sec-7 .slider .swiper-button-prev:hover path {
  stroke: #FF961E;
}
.sec-7 .slider .swiper-pagination {
  bottom: 0;
}
.sec-7 .slider .swiper-pagination .swiper-pagination-bullet {
  border-radius: 6.646px;
  background: #D9D9D9;
  width: 6.646px;
  height: 6.646px;
  transition: all 0.5s;
  margin: 0 3px;
  opacity: 1;
}
.sec-7 .slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #FF961E;
}

.sec-8 {
  padding: 0 0 125px 0;
}
.sec-8 .box {
  gap: 13px 1px;
  flex-wrap: nowrap;
}
.sec-8 .box:first-child {
  padding: 12px 0 11px 19px;
  justify-content: flex-start;
  gap: 21px;
  border-top: 1px solid #232323;
}
.sec-8 .box .title {
  color: #FFF;
  font-family: "Basis Grotesque Pro", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.sec-8 .box .link {
  color: #595959;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  margin-bottom: 3px;
}
.sec-8 .box .link circle {
  transition: all 0.5s;
}
.sec-8 .box .link:hover {
  color: #fff;
}
.sec-8 .box .link:hover circle {
  fill: #fff;
}
.sec-8 .box .item {
  background: #1C1C1C;
  width: 286px;
  height: 157px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
.sec-8 .box .item:hover {
  background: #242424;
}

.sec-9 {
  padding: 0 0 1px 0;
}
.sec-9 .box {
  gap: 13px 1px;
  flex-wrap: nowrap;
}
.sec-9 .box:first-child {
  padding: 14px 0 18px 19px;
  justify-content: flex-start;
  gap: 21px;
  border-top: 1px solid #232323;
}
.sec-9 .box .title {
  color: #FFF;
  font-family: "Basis Grotesque Pro", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.sec-9 .box .link {
  color: #595959;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  margin-bottom: -3px;
}
.sec-9 .box .link circle {
  transition: all 0.5s;
}
.sec-9 .box .link:hover {
  color: #fff;
}
.sec-9 .box .link:hover circle {
  fill: #fff;
}
.sec-9 .box .item {
  background: #1C1C1C;
  width: 33.3%;
  transition: all 0.5s;
  padding: 31px 45px;
}
.sec-9 .box .item .ava {
  width: 52px;
  height: 52px;
  border-radius: 100px;
  overflow: hidden;
  margin: 0 auto 16px auto;
}
.sec-9 .box .item .ava img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-9 .box .item .name {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 8px;
}
.sec-9 .box .item .star {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-bottom: 27px;
}
.sec-9 .box .item .star span {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
.sec-9 .box .item .text {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  margin-bottom: 34px;
}
.sec-9 .box .item .date {
  color: #6E6E6E;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
}
.sec-9 .box .item:hover {
  background: #202020;
}

.sec-10 .bg {
  background: #1C1C1C;
  padding: 190px 0 216px 0;
  position: relative;
  overflow: hidden;
}
.sec-10 .bg:after {
  content: "";
  border-radius: 2045px;
  opacity: 0.2;
  background: #FF961E;
  filter: blur(49.5px);
  width: 2045px;
  height: 702px;
  position: absolute;
  top: 548px;
  left: 0;
  right: 0;
  margin: auto;
}
.sec-10 .title {
  color: #FFF;
  text-align: center;
  font-family: "EuropeExt", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  max-width: 900px;
  margin: 0 auto 48px auto;
}
.sec-10 .text {
  color: #949494;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  max-width: 965px;
  margin: 0 auto;
}
.sec-10 .img-1 {
  position: absolute;
  top: 85px;
  left: -29px;
  width: 327px;
  height: 258px;
  transform: rotate(-11.192deg);
}
.sec-10 .img-2 {
  position: absolute;
  bottom: 160px;
  right: -60px;
  width: 327px;
  height: 258px;
  transform: rotate(24.033deg);
}

.sec-11 {
  padding: 5px 0 0 0;
}
.sec-11 .box {
  background: #1B1B1B;
  justify-content: center;
  gap: 219px;
}
.sec-11 .box .item {
  padding: 66px 0 62px 0;
}
.sec-11 .box .item .img {
  width: 86px;
  height: 86px;
  background: #FF961E;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 37px auto;
}
.sec-11 .box .item .zag {
  color: #949494;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

footer .bg {
  background: #161616;
  padding: 20px 0 0 0;
}
footer .box {
  padding: 0 26px;
}
footer .box .left {
  width: 24.4%;
}
footer .box .left .logo {
  margin-bottom: 119px;
}
footer .box .left .form {
  margin: 0 0 0 7px;
}
footer .box .left .form .zag {
  color: #9B9B9B;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 11px;
}
footer .box .left .form form {
  display: flex;
  justify-content: flex-start;
}
footer .box .left .form input {
  border: 1px solid #202020;
  background: #202020;
  width: 100%;
  height: 45px;
  color: #fff;
  font-family: "Basis Grotesque Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 0 14px;
}
footer .box .left .form input::placeholder {
  color: #555;
}
footer .box .left .form button {
  background: #323232;
  width: 53px;
  height: 45px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
footer .box .left .form button path {
  transition: all 0.5s;
}
footer .box .left .form button:hover {
  background: #FF961E;
}
footer .box .left .form button:hover path {
  fill: #fff;
}
footer .box .right {
  width: 50.8%;
  padding: 13px 0 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer .box .right .item {
  width: 29.6%;
}
footer .box .right .item .zag {
  color: #949494;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 21px;
}
footer .box .right .item ul {
  list-style: none;
  padding: 0 0 0 4px;
  margin: 0;
}
footer .box .right .item ul li a {
  color: #3E3E3E;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 220%;
}
footer .box .right .item ul li a:hover {
  color: #AFAFAF;
}
footer .text {
  color: #3E3E3E;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  border-top: 1px solid #262626;
  border-bottom: 1px solid #262626;
  margin: 58px 40px 14px 31px;
  padding: 26px 25px 36px 0;
}
footer .foot {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 40px 22px 31px;
}
footer .foot a {
  color: #3E3E3E;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 220%;
}
footer .foot a:hover {
  color: #AFAFAF;
}
footer .foot .cent {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 29px;
}
footer .foot .cent a {
  height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .foot .cent a:first-child {
  border-right: 1px solid #555;
  padding: 0 30px 0 0;
}
footer .foot .soc {
  display: flex;
  justify-content: flex-end;
  gap: 5px;
}
footer .foot .soc a {
  width: 40px;
  height: 40px;
  background: #323232;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .foot .soc a path {
  transition: all 0.5s;
}
footer .foot .soc a:hover {
  background: #FF961E;
}
footer .foot .soc a:hover path {
  fill: #fff;
}

.breadcrumb {
  padding: 0 0 0 26px;
}
.breadcrumb ol {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 3px;
}
.breadcrumb ol li {
  color: #949494;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.breadcrumb ol li a {
  color: #949494;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  display: flex;
  justify-content: flex-start;
  gap: 3px;
}
.breadcrumb ol li a:after {
  content: "-";
  color: #949494;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.breadcrumb ol li a:hover {
  color: #FF961E;
}

.sec-12 {
  padding: 129px 0 64px 0;
}
.sec-12 .title {
  color: #FFF;
  font-family: "EuropeExt", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 62px;
  margin: 37px 0 20px 26px;
}
.sec-12 .text {
  color: #555;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin: 0 0 0 27px;
  max-width: 400px;
}
.sec-12 .search-result {
  position: relative;
  max-width: 720px;
  margin: 115px auto 0 auto;
}
.sec-12 .search-result input {
  width: 100%;
  height: 43px;
  background: #252525;
  color: #FFF;
  font-family: "Basis Grotesque Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 0 40px 0 17px;
}
.sec-12 .search-result button {
  width: 20px;
  height: 18.4px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}
.sec-12 .search-result #reset {
  width: 20px;
  height: 18.4px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  display: none;
}
.sec-12 .search-result.active button {
  display: none;
}
.sec-12 .search-result.active #reset {
  display: block;
}
.sec-12.s-brendom {
  padding: 129px 0 77px 0;
}
.sec-12.s-brendom .box {
  margin: 35px 0 0 17px;
}
.sec-12.s-brendom .box .left {
  width: 236px;
  height: 210px;
  background: #1C1C1C;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec-12.s-brendom .box .right {
  width: 84.1%;
}
.sec-12.s-brendom .box .right .title {
  margin: 1px 0 10px 0;
}
.sec-12.s-brendom .box .right .text {
  max-width: 1158px;
  color: #949494;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  margin: 0 0 13px 0;
}
.sec-12.s-brendom .box .right .text .hide {
  display: none;
}
.sec-12.s-brendom .box .right .text .hide.active {
  display: block;
}
.sec-12.s-brendom .box .right .more {
  color: #949494;
  text-align: center;
  font-family: "Basis Grotesque Pro", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-bottom: 1px dashed #949494;
}
.sec-12.s-brendom .box .right .more:hover {
  color: #FF961E;
  border-bottom: 1px dashed transparent;
}
.sec-12 .box {
  justify-content: flex-start;
  margin: 37px 0 0 34px;
  gap: 25px;
}
.sec-12 .box .back circle, .sec-12 .box .back path {
  transition: all 0.5s;
}
.sec-12 .box .back:hover circle {
  fill: #FF961E;
}
.sec-12 .box .back:hover path {
  stroke: #000;
}
.sec-12 .box .title {
  margin: 0;
}
.sec-12 .box .date {
  color: #949494;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin: 8px 0 0 6px;
}
.sec-12 .box .status {
  color: #131313;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  padding: 8px 10px 8px 9px;
  width: fit-content;
  height: fit-content;
  margin: 8px 0 0 9px;
}
.sec-12 .box .status:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 5px;
}
.sec-12 .box .status.red {
  background: #DF5E5E;
}
.sec-12 .box .status.red:before {
  background: #9C080B;
}
.sec-12 .box .status.yellow {
  background: #FF9335;
}
.sec-12 .box .status.yellow:before {
  background: #FFDD00;
}
.sec-12 .box .status.green {
  background: #94F07F;
}
.sec-12 .box .status.green:before {
  background: #31AA16;
}

.sec-13 .slider {
  position: relative;
}
.sec-13 .slider .swiper-wrapper {
  padding: 4px 0 0 0;
}
.sec-13 .slider .item {
  background: #1C1C1C;
  width: 286px;
  height: 206px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.sec-13 .slider .item .img {
  max-width: 80%;
  height: 138px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec-13 .slider .item .img img {
  height: 90%;
  width: 100%;
  object-fit: cover;
}
.sec-13 .slider .item .zag {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
}
.sec-13 .slider .item:hover {
  background: #242424;
  margin-top: -4px;
}
.sec-13 .slider .swiper-button-next {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  left: auto;
  opacity: 1;
  margin: auto;
  color: transparent;
  height: 21px;
}
.sec-13 .slider .swiper-button-next path {
  transition: all 0.5s;
}
.sec-13 .slider .swiper-button-next:hover path {
  stroke: #FF961E;
}
.sec-13 .slider .swiper-button-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  right: auto;
  opacity: 1;
  margin: auto;
  color: transparent;
  height: 21px;
}
.sec-13 .slider .swiper-button-prev path {
  transition: all 0.5s;
}
.sec-13 .slider .swiper-button-prev:hover path {
  stroke: #FF961E;
}
.sec-13 .slider .swiper-pagination {
  display: none;
}

.sec-14 {
  padding: 35px 0 117px 0;
}
.sec-14 .box .left {
  width: 16.6%;
}
.sec-14 .box .left .zag {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  margin: 0 0 25px 21px;
}
.sec-14 .box .left .bg {
  background: #1C1C1C;
  padding: 29px 23px 20px 20px;
  height: calc(100% - 46px);
}
.sec-14 .box .left .bg .price {
  border-bottom: 1px solid #292929;
  padding-bottom: 44px;
  margin-bottom: 30px;
}
.sec-14 .box .left .bg .price .zag {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  margin: 0 0 16px 0;
}
.sec-14 .box .left .bg .price .range-slider {
  height: 5px;
  position: relative;
  background-color: #333333;
  border-radius: 2px;
}
.sec-14 .box .left .bg .price .range-slider .range-selected {
  height: 100%;
  left: 0;
  right: 0;
  position: absolute;
  border-radius: 5px;
  background-color: #FF961E;
}
.sec-14 .box .left .bg .price .range-input {
  position: relative;
}
.sec-14 .box .left .bg .price .range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: 0px;
  z-index: 1;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.sec-14 .box .left .bg .price .range-input input::-webkit-slider-thumb {
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background-color: #D9D9D9;
  pointer-events: auto;
  -webkit-appearance: none;
}
.sec-14 .box .left .bg .price .range-input input::-moz-range-thumb {
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background-color: #D9D9D9;
  pointer-events: auto;
  -moz-appearance: none;
}
.sec-14 .box .left .bg .price .range-price {
  margin: 16px 0 23px 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sec-14 .box .left .bg .price .range-price span {
  background: #D9D9D9;
  width: 23px;
  height: 1px;
}
.sec-14 .box .left .bg .price .range-price input {
  border-radius: 4px;
  border: 1px solid #555;
  background: #1C1C1C;
  width: 96px;
  height: 50px;
  transition: all 0.5s;
  color: #FFF;
  text-align: center;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  -moz-appearance: textfield;
}
.sec-14 .box .left .bg .price .range-price input::-webkit-outer-spin-button, .sec-14 .box .left .bg .price .range-price input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.sec-14 .box .left .bg .price .range-price input::placeholder {
  color: #555;
}
.sec-14 .box .left .bg .price .range-price input:focus {
  border-radius: 4px;
  border: 2px solid #FF961E;
}
.sec-14 .box .left .bg .brend {
  border-bottom: 1px solid #292929;
  padding-bottom: 36px;
  margin-bottom: 27px;
}
.sec-14 .box .left .bg .brend .zag {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  margin: 0 0 13px 3px;
}
.sec-14 .box .left .bg .brend .chek {
  width: calc(100% + 2px);
}
.sec-14 .box .left .bg .brend .chek.hide {
  display: none;
}
.sec-14 .box .left .bg .brend .chek.hide.active {
  display: block;
}
.sec-14 .box .left .bg .brend .chek input {
  display: none;
}
.sec-14 .box .left .bg .brend .chek input:checked + label:after {
  background: #FF961E;
}
.sec-14 .box .left .bg .brend .chek input:checked + label:before {
  opacity: 1;
}
.sec-14 .box .left .bg .brend .chek label {
  position: relative;
  padding: 0 0 0 34px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
}
.sec-14 .box .left .bg .brend .chek label:after {
  content: "";
  width: 22px;
  height: 22px;
  background: #3A3A3A;
  position: absolute;
  top: 8px;
  left: 0;
  transition: all 0.5s;
}
.sec-14 .box .left .bg .brend .chek label:before {
  content: "";
  width: 12px;
  height: 10px;
  background: url("../img/arrow2.svg") 0 0 no-repeat;
  position: absolute;
  top: 14px;
  left: 5px;
  transition: all 0.5s;
  opacity: 0;
  z-index: 1;
}
.sec-14 .box .left .bg .brend .chek label .name {
  color: #FFF;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 280%;
}
.sec-14 .box .left .bg .brend .chek label .count {
  color: #3E3E3E;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 280%;
  margin: 0 0 0 auto;
  width: 36px;
}
.sec-14 .box .left .bg .brend .more {
  color: #949494;
  text-align: center;
  font-family: "Basis Grotesque Pro", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-bottom: 1px dashed #949494;
  display: block;
  width: fit-content;
  margin: 15px 0 0 0;
}
.sec-14 .box .left .bg .brend .more:hover {
  color: #FF961E;
  border-bottom: 1px dashed transparent;
}
.sec-14 .box .left .bg .colors {
  border-bottom: 1px solid #292929;
  padding-bottom: 44px;
  margin-bottom: 29px;
}
.sec-14 .box .left .bg .colors .zag {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  margin: 0 0 12px 3px;
}
.sec-14 .box .left .bg .colors .chek {
  width: calc(100% + 2px);
}
.sec-14 .box .left .bg .colors .chek.hide {
  display: none;
}
.sec-14 .box .left .bg .colors .chek.hide.active {
  display: block;
}
.sec-14 .box .left .bg .colors .chek input {
  display: none;
}
.sec-14 .box .left .bg .colors .chek input:checked + label:before {
  opacity: 1;
}
.sec-14 .box .left .bg .colors .chek label {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}
.sec-14 .box .left .bg .colors .chek label:before {
  content: "";
  width: 12px;
  height: 10px;
  background: url("../img/arrow2.svg") 0 0 no-repeat;
  position: absolute;
  top: 15px;
  left: 5px;
  transition: all 0.5s;
  opacity: 0;
  z-index: 1;
}
.sec-14 .box .left .bg .colors .chek label .color {
  width: 22px;
  height: 22px;
  border-radius: 99px;
  transition: all 0.5s;
}
.sec-14 .box .left .bg .colors .chek label .name {
  color: #FFF;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 280%;
}
.sec-14 .box .left .bg .colors .chek label .count {
  color: #3E3E3E;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 280%;
  margin: 0 0 0 auto;
  width: 36px;
}
.sec-14 .box .left .bg .colors .more {
  color: #949494;
  text-align: center;
  font-family: "Basis Grotesque Pro", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-bottom: 1px dashed #949494;
  display: block;
  width: fit-content;
  margin: 15px 0 0 0;
}
.sec-14 .box .left .bg .colors .more:hover {
  color: #FF961E;
  border-bottom: 1px dashed transparent;
}
.sec-14 .box .left .bg .nalich {
  padding-bottom: 41px;
}
.sec-14 .box .left .bg .nalich .zag {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  margin: 0 0 27px 3px;
}
.sec-14 .box .left .bg .nalich .chek-yes input {
  display: none;
}
.sec-14 .box .left .bg .nalich .chek-yes input:checked + label:after {
  left: 26px;
}
.sec-14 .box .left .bg .nalich .chek-yes label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  padding: 0 0 0 61px;
  cursor: pointer;
}
.sec-14 .box .left .bg .nalich .chek-yes label:before {
  content: "";
  position: absolute;
  top: -3px;
  left: 1px;
  width: 47px;
  height: 24px;
  border-radius: 12px;
  background: #3A3A3A;
  transition: 0.2s;
}
.sec-14 .box .left .bg .nalich .chek-yes label:after {
  content: "";
  position: absolute;
  top: -2px;
  left: 2px;
  width: 22px;
  height: 22px;
  border-radius: 22px;
  background: #FF961E;
  transition: 0.2s;
}
.sec-14 .box .left .bg .nalich .chek-yes label span {
  color: #FFF;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
.sec-14 .box .left .bg .btn {
  border-radius: 99px;
  background: #FF961E;
  font-family: "Helvetica Neue", sans-serif;
  color: #000;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: all 0.5s;
  width: 100%;
  height: 50px;
  display: block;
  margin-bottom: 10px;
}
.sec-14 .box .left .bg .btn:hover {
  background: #3A3A3A;
  color: #fff;
}
.sec-14 .box .left .bg .btn-reset {
  border-radius: 99px;
  border: 1px solid #3E3E3E;
  background: transparent;
  font-family: "Helvetica Neue", sans-serif;
  color: #3E3E3E;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  transition: all 0.5s;
  width: 100%;
  height: 50px;
  display: block;
}
.sec-14 .box .left .bg .btn-reset:hover {
  background: #FF961E;
  color: #000;
}
.sec-14 .box .right {
  width: 83.3%;
}
.sec-14 .box .right .filter-mobile {
  display: none;
}
.sec-14 .box .right .filter {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
}
.sec-14 .box .right .filter .label {
  color: #949494;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.sec-14 .box .right .filter .selectt {
  color: #949494;
  text-align: center;
  font-family: "Basis Grotesque Pro", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-bottom: 1px dashed #949494;
  margin-left: 18px;
  position: relative;
  cursor: pointer;
}
.sec-14 .box .right .filter .selectt + .selectt {
  margin-left: 37px;
}
.sec-14 .box .right .filter .selectt:before {
  content: "";
  background: url("../img/arrow3.svg") 0 0 no-repeat;
  width: 8px;
  height: 4px;
  position: absolute;
  top: 8px;
  right: -14px;
}
.sec-14 .box .right .box {
  gap: 31px 2px;
  justify-content: flex-start;
}
.sec-14 .box .right .box .item {
  width: calc(20% - 2px);
  background: #282828;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.5s;
}
.sec-14 .box .right .box .item .top {
  position: relative;
  z-index: 1;
  height: 283px;
  overflow: hidden;
}
.sec-14 .box .right .box .item .top .sale {
  background: #B61515;
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 3px 7px;
  z-index: 1;
}
.sec-14 .box .right .box .item .top .new {
  background: #0A5;
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 3px 9px;
  z-index: 1;
}
.sec-14 .box .right .box .item .top .new + .sale {
  left: 66.8px;
}
.sec-14 .box .right .box .item .top .wishlist {
  position: absolute;
  top: 8px;
  right: 15px;
  width: auto;
  height: auto;
  z-index: 1;
}
.sec-14 .box .right .box .item .top .wishlist circle, .sec-14 .box .right .box .item .top .wishlist path {
  transition: all 0.5s;
}
.sec-14 .box .right .box .item .top .wishlist:hover circle {
  fill: #FF961E;
}
.sec-14 .box .right .box .item .top .wishlist:hover path {
  fill: #000;
}
.sec-14 .box .right .box .item .top .compair {
  position: absolute;
  top: 35px;
  right: 15px;
  width: auto;
  height: auto;
  z-index: 1;
}
.sec-14 .box .right .box .item .top .compair circle, .sec-14 .box .right .box .item .top .compair rect {
  transition: all 0.5s;
}
.sec-14 .box .right .box .item .top .compair:hover circle {
  fill: #FF961E;
}
.sec-14 .box .right .box .item .top .compair:hover rect {
  fill: #000;
}
.sec-14 .box .right .box .item .top a {
  display: block;
  width: 100%;
  height: 100%;
}
.sec-14 .box .right .box .item .top a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.sec-14 .box .right .box .item .zag {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  padding: 19px 25px 11px 17px;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}
.sec-14 .box .right .box .item .box {
  position: relative;
  z-index: 1;
  margin: auto 0 0 0;
  gap: 17px 0;
  padding: 0 15px 10px 17px;
  align-items: center;
  justify-content: space-between;
}
.sec-14 .box .right .box .item .box .star {
  display: flex;
  justify-content: flex-start;
  gap: 5px;
  border-right: 1px solid #555;
  width: 47%;
}
.sec-14 .box .right .box .item .box .star span {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
.sec-14 .box .right .box .item .box .coment {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 7px;
  width: 46.5%;
}
.sec-14 .box .right .box .item .box .coment span {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
.sec-14 .box .right .box .item .box .lf {
  width: 40%;
}
.sec-14 .box .right .box .item .box .lf .sale {
  color: #E63D3D;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.sec-14 .box .right .box .item .box .lf .sale + .price {
  color: #555;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration-line: line-through;
  text-transform: uppercase;
}
.sec-14 .box .right .box .item .box .lf .price {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.sec-14 .box .right .box .item .box .add-cart {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 11px;
  flex-shrink: 0;
}
.sec-14 .box .right .box .item .box .add-cart .up-sale {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  background: linear-gradient(0deg, #FF1E1E -90%, #B19311 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 7px;
}
.sec-14 .box .right .box .item .box .add-cart .up-sale:before {
  content: "";
  background: url("../img/fire.svg") 0 0 no-repeat;
  width: 18px;
  height: 22px;
}
.sec-14 .box .right .box .item .box .add-cart svg {
  width: 50px;
  height: 37px;
}
.sec-14 .box .right .box .item .box .add-cart rect {
  transition: all 0.5s;
}
.sec-14 .box .right .box .item .box .add-cart a:hover rect {
  fill: #fff;
}
.sec-14 .box .right .box .item .dostav {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #202020;
  margin: 17px 0 0 0;
  height: 35px;
  gap: 3px;
}
.sec-14 .box .right .box .item .dostav .label {
  color: #555;
  font-family: "Basis Grotesque Pro", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.sec-14 .box .right .box .item:hover {
  background: #282828;
}
.sec-14 .box .right .box .item:hover .top a img {
  transform: scale(1.1);
}
.sec-14 .box .right .box .item:hover .zag {
  color: #FF961E;
}
.sec-14 .pagination {
  margin: 126px 0 0 0;
}
.sec-14 .pagination ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.sec-14 .pagination ul li:first-child a {
  color: #FFF;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 17px;
  border: none;
  border-radius: 2px;
  background: #191919;
  width: 118px;
  height: 39px;
  padding: 0;
  margin-right: 33px;
}
.sec-14 .pagination ul li:first-child a.disabled {
  color: #555;
  cursor: default;
  pointer-events: none;
}
.sec-14 .pagination ul li:first-child a.disabled path {
  stroke: #555;
  transition: all 0.5s;
}
.sec-14 .pagination ul li:first-child a:hover {
  color: #fff;
  background: #FF961E;
}
.sec-14 .pagination ul li:first-child a:hover path {
  stroke: #fff;
}
.sec-14 .pagination ul li:last-child a {
  color: #FFF;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 17px;
  border: none;
  border-radius: 2px;
  background: #191919;
  width: 118px;
  height: 39px;
  padding: 0;
  margin-left: 33px;
}
.sec-14 .pagination ul li:last-child a:hover {
  color: #fff;
  background: #FF961E;
}
.sec-14 .pagination ul li a {
  color: #868686;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  border-bottom: 2px solid transparent;
  padding: 8px 6px;
}
.sec-14 .pagination ul li a.active {
  color: #FF961E;
  border-bottom: 2px solid #FF961E;
}
.sec-14 .pagination ul li a svg {
  flex-shrink: 0;
}
.sec-14 .pagination ul li a:hover {
  color: #FF961E;
}
.sec-14 .pagination .all {
  color: #555;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  margin: 24px auto 0 auto;
  width: fit-content;
}

.sec-15 .box {
  justify-content: flex-start;
  padding: 0 0 23px 23px;
  gap: 6px;
  border-bottom: 1px solid #232323;
}
.sec-15 .box a {
  color: #FFF;
  text-align: center;
  font-family: "Basis Grotesque Pro", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background: #1C1C1C;
  padding: 9.5px 28.5px;
}
.sec-15 .box a:hover {
  background: #FF961E;
  color: #131313;
}
.sec-15 + .sec-14 {
  padding: 17px 0 117px 0;
}

.sec-16 {
  padding: 0 0 137px 0;
  margin: 73px 0 0 0;
}
.sec-16 .link {
  color: #595959;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  margin: 0 35px 34px auto;
  width: fit-content;
}
.sec-16 .link circle {
  transition: all 0.5s;
}
.sec-16 .link:hover {
  color: #fff;
}
.sec-16 .link:hover circle {
  fill: #fff;
}
.sec-16.s-border-none {
  border: none;
  padding: 0 0 137px 0;
  margin: 0;
}
.sec-16 .box {
  gap: 31px 2px;
  justify-content: flex-start;
  border-top: 1px solid #232323;
  padding: 27px 0 0 0;
}
.sec-16 .box .item {
  width: calc(16.68% - 2px);
  background: #282828;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.5s;
}
.sec-16 .box .item .top {
  position: relative;
  z-index: 1;
  height: 283px;
  overflow: hidden;
}
.sec-16 .box .item .top .sale {
  background: #B61515;
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 3px 7px;
  z-index: 1;
}
.sec-16 .box .item .top .new {
  background: #0A5;
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 3px 9px;
  z-index: 1;
}
.sec-16 .box .item .top .new + .sale {
  left: 66.8px;
}
.sec-16 .box .item .top .wishlist {
  position: absolute;
  top: 8px;
  right: 15px;
  width: auto;
  height: auto;
  z-index: 1;
}
.sec-16 .box .item .top .wishlist circle, .sec-16 .box .item .top .wishlist path {
  transition: all 0.5s;
}
.sec-16 .box .item .top .wishlist:hover circle {
  fill: #FF961E;
}
.sec-16 .box .item .top .wishlist:hover path {
  fill: #000;
}
.sec-16 .box .item .top .compair {
  position: absolute;
  top: 35px;
  right: 15px;
  width: auto;
  height: auto;
  z-index: 1;
}
.sec-16 .box .item .top .compair circle, .sec-16 .box .item .top .compair rect {
  transition: all 0.5s;
}
.sec-16 .box .item .top .compair:hover circle {
  fill: #FF961E;
}
.sec-16 .box .item .top .compair:hover rect {
  fill: #000;
}
.sec-16 .box .item .top a {
  display: block;
  width: 100%;
  height: 100%;
}
.sec-16 .box .item .top a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.sec-16 .box .item .zag {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  padding: 19px 25px 11px 17px;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}
.sec-16 .box .item .box {
  position: relative;
  z-index: 1;
  margin: auto 0 0 0;
  gap: 17px 0;
  padding: 0 15px 10px 17px;
  align-items: center;
  justify-content: space-between;
}
.sec-16 .box .item .box .star {
  display: flex;
  justify-content: flex-start;
  gap: 5px;
  border-right: 1px solid #555;
  width: 47%;
}
.sec-16 .box .item .box .star span {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
.sec-16 .box .item .box .coment {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 7px;
  width: 46.5%;
}
.sec-16 .box .item .box .coment span {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
.sec-16 .box .item .box .lf {
  width: 40%;
}
.sec-16 .box .item .box .lf .sale {
  color: #E63D3D;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.sec-16 .box .item .box .lf .sale + .price {
  color: #555;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration-line: line-through;
  text-transform: uppercase;
}
.sec-16 .box .item .box .lf .price {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.sec-16 .box .item .box .add-cart {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 11px;
  flex-shrink: 0;
}
.sec-16 .box .item .box .add-cart .up-sale {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  background: linear-gradient(0deg, #FF1E1E -90%, #B19311 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 7px;
}
.sec-16 .box .item .box .add-cart .up-sale:before {
  content: "";
  background: url("../img/fire.svg") 0 0 no-repeat;
  width: 18px;
  height: 22px;
}
.sec-16 .box .item .box .add-cart svg {
  width: 50px;
  height: 37px;
}
.sec-16 .box .item .box .add-cart rect {
  transition: all 0.5s;
}
.sec-16 .box .item .box .add-cart a:hover rect {
  fill: #fff;
}
.sec-16 .box .item .dostav {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #202020;
  margin: 17px 0 0 0;
  height: 35px;
  gap: 3px;
}
.sec-16 .box .item .dostav .label {
  color: #555;
  font-family: "Basis Grotesque Pro", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.sec-16 .box .item:hover {
  background: #282828;
}
.sec-16 .box .item:hover .top a img {
  transform: scale(1.1);
}
.sec-16 .box .item:hover .zag {
  color: #FF961E;
}
.sec-16 .pagination {
  margin: 130px 0 0 0;
}
.sec-16 .pagination ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.sec-16 .pagination ul li:first-child a {
  color: #FFF;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 17px;
  border: none;
  border-radius: 2px;
  background: #191919;
  width: 118px;
  height: 39px;
  padding: 0;
  margin-right: 33px;
}
.sec-16 .pagination ul li:first-child a.disabled {
  color: #555;
  cursor: default;
  pointer-events: none;
}
.sec-16 .pagination ul li:first-child a.disabled path {
  stroke: #555;
  transition: all 0.5s;
}
.sec-16 .pagination ul li:first-child a:hover {
  color: #fff;
  background: #FF961E;
}
.sec-16 .pagination ul li:first-child a:hover path {
  stroke: #fff;
}
.sec-16 .pagination ul li:last-child a {
  color: #FFF;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 17px;
  border: none;
  border-radius: 2px;
  background: #191919;
  width: 118px;
  height: 39px;
  padding: 0;
  margin-left: 33px;
}
.sec-16 .pagination ul li:last-child a:hover {
  color: #fff;
  background: #FF961E;
}
.sec-16 .pagination ul li a {
  color: #868686;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  border-bottom: 2px solid transparent;
  padding: 8px 6px;
}
.sec-16 .pagination ul li a.active {
  color: #FF961E;
  border-bottom: 2px solid #FF961E;
}
.sec-16 .pagination ul li a svg {
  flex-shrink: 0;
}
.sec-16 .pagination ul li a:hover {
  color: #FF961E;
}
.sec-16 .pagination .all {
  color: #555;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  margin: 24px auto 0 auto;
  width: fit-content;
}

.sec-17 {
  padding: 129px 0 104px 0;
}
.sec-17 .title {
  color: #FFF;
  font-family: "EuropeExt", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 39px 0 13px 19px;
}
.sec-17 .box {
  justify-content: flex-start;
  margin-bottom: 41px;
}
.sec-17 .box + .box {
  padding: 0 20px 0 19px;
  justify-content: space-between;
  margin: 0;
}
.sec-17 .box .star {
  display: flex;
  justify-content: flex-start;
  gap: 5px;
  border-right: 1px solid #555;
  width: fit-content;
  margin: 0 17px 0 19px;
  padding: 0 20px 0 0;
}
.sec-17 .box .star span {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
.sec-17 .box .coment {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 7px;
  width: fit-content;
}
.sec-17 .box .coment span {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
.sec-17 .box .left {
  width: 38%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
.sec-17 .box .left .tovar-slider1 {
  width: 83%;
  margin: 0;
  position: relative;
}
.sec-17 .box .left .tovar-slider1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-17 .box .left .tovar-slider1 .swiper-button-next {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  left: auto;
  opacity: 1;
  margin: auto;
  color: #fff;
  width: 21px;
  height: 21px;
  transition: all 0.5s;
}
.sec-17 .box .left .tovar-slider1 .swiper-button-next:hover {
  color: #FF961E;
}
.sec-17 .box .left .tovar-slider1 .swiper-button-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  right: auto;
  opacity: 1;
  margin: auto;
  color: #fff;
  width: 21px;
  height: 21px;
  transition: all 0.5s;
}
.sec-17 .box .left .tovar-slider1 .swiper-button-prev:hover {
  color: #FF961E;
}
.sec-17 .box .left .tovar-slider1 .swiper-pagination {
  display: none;
}
.sec-17 .box .left .tovar-slider {
  width: 16%;
  margin: 0;
}
.sec-17 .box .left .tovar-slider .swiper-slide {
  height: 101px;
  opacity: 0.5;
  transition: all 0.5s;
}
.sec-17 .box .left .tovar-slider .swiper-slide-thumb-active {
  opacity: 1;
}
.sec-17 .box .left .tovar-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-17 .box .right {
  width: 58.2%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 7px 0 0 0;
}
.sec-17 .box .right .info {
  width: 45.4%;
}
.sec-17 .box .right .info .text {
  color: #949494;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 39px;
}
.sec-17 .box .right .info .har {
  margin: 0 0 0 -3px;
}
.sec-17 .box .right .info .har .item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sec-17 .box .right .info .har .item .name {
  color: #949494;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
  border-bottom: 1px solid #232323;
  width: 34%;
}
.sec-17 .box .right .info .har .item .txt {
  color: #949494;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  border-bottom: 1px solid #232323;
  width: 63%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 6px 0;
}
.sec-17 .box .right .bg {
  background: #1C1C1C;
  width: 48.3%;
  height: fit-content;
  padding: 20px 27px 35px 27px;
}
.sec-17 .box .right .bg .price {
  color: #FFF;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  padding: 0 0 15px 5px;
}
.sec-17 .box .right .bg .chek {
  border-top: 1px solid #2C2A2A;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 12px 0 46px 3px;
}
.sec-17 .box .right .bg .chek .zag {
  color: #949494;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  width: 100%;
  margin-bottom: 12px;
}
.sec-17 .box .right .bg .chek .item {
  width: 31.5%;
}
.sec-17 .box .right .bg .chek .item input {
  display: none;
}
.sec-17 .box .right .bg .chek .item input:checked + label {
  border: 2px solid #FF961E;
}
.sec-17 .box .right .bg .chek .item label {
  border-radius: 4px;
  border: 2px solid transparent;
  background: #232323;
  transition: all 0.5s;
  color: #949494;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 46px;
  cursor: pointer;
}
.sec-17 .box .right .bg .count {
  padding-bottom: 22px;
}
.sec-17 .box .right .bg .count .zag {
  color: #949494;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  padding: 0 0 9px 2px;
}
.sec-17 .box .right .bg .count .quantity {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 4px;
  background: #232323;
  height: 46px;
}
.sec-17 .box .right .bg .count .quantity .plus {
  flex-shrink: 0;
  height: 46px;
  width: 47px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.sec-17 .box .right .bg .count .quantity input {
  color: #949494;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  width: 100%;
  height: 46px;
  text-align: center;
  -moz-appearance: textfield;
}
.sec-17 .box .right .bg .count .quantity input::-webkit-outer-spin-button, .sec-17 .box .right .bg .count .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.sec-17 .box .right .bg .count .quantity .minus {
  flex-shrink: 0;
  height: 46px;
  width: 53px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.sec-17 .box .right .bg .box {
  border-top: 1px solid #2C2A2A;
  margin: 0;
  padding: 17px 0 0 0;
  align-items: center;
}
.sec-17 .box .right .bg .box .add-cart {
  border-radius: 999px;
  background: #FF961E;
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 72%;
  height: 45px;
  position: relative;
  padding: 0 0 0 12px;
}
.sec-17 .box .right .bg .box .add-cart svg {
  position: absolute;
  left: 17px;
}
.sec-17 .box .right .bg .box .add-cart path {
  transition: all 0.5s;
}
.sec-17 .box .right .bg .box .add-cart:hover {
  background: #000;
  color: #fff;
}
.sec-17 .box .right .bg .box .add-cart:hover path {
  fill: #fff;
}
.sec-17 .box .right .bg .box .wishlist {
  width: 45px;
  height: 45px;
  border-radius: 50px;
  background: #232323;
  margin: 0 12px 0 auto;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec-17 .box .right .bg .box .wishlist circle, .sec-17 .box .right .bg .box .wishlist path {
  transition: all 0.5s;
}
.sec-17 .box .right .bg .box .wishlist:hover circle {
  fill: #FF961E;
}
.sec-17 .box .right .bg .box .wishlist:hover path {
  fill: #FF961E;
}
.sec-17 .box .right .bg .box .compair {
  width: 45px;
  height: 45px;
  border-radius: 50px;
  background: #232323;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec-17 .box .right .bg .box .compair circle, .sec-17 .box .right .bg .box .compair rect {
  transition: all 0.5s;
}
.sec-17 .box .right .bg .box .compair:hover circle {
  fill: #FF961E;
}
.sec-17 .box .right .bg .box .compair:hover rect {
  fill: #FF961E;
}
.sec-17 .yakor {
  border-bottom: 1px solid #232323;
  margin: 75px 0 54px 0;
  padding: 0 0 0 18px;
  display: flex;
  justify-content: flex-start;
  gap: 64px;
  max-width: 1170px;
}
.sec-17 .yakor a {
  color: #949494;
  font-family: "Basis Grotesque Pro", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-bottom: 2px solid transparent;
  padding-bottom: 10px;
}
.sec-17 .yakor a.active {
  color: #FFF;
  border-bottom: 2px solid #D9D9D9;
}
.sec-17 .yakor a:hover {
  color: #FFF;
}
.sec-17 .content {
  padding: 0 0 0 18px;
  max-width: 990px;
}
.sec-17 .content .zag {
  color: #FFF;
  font-family: "Basis Grotesque Pro", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 23px;
}
.sec-17 .content .text {
  color: #949494;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
}
.sec-17 .content .text p {
  margin-bottom: 26px;
}
.sec-17 .content .text p:last-child {
  margin: 0;
}
.sec-17 .otzivi {
  padding: 64px 0 0 19px;
  max-width: 1169px;
}
.sec-17 .otzivi .zag {
  color: #FFF;
  font-family: "Basis Grotesque Pro", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 24px;
}
.sec-17 .otzivi .box {
  justify-content: space-between;
  margin: 0;
}
.sec-17 .otzivi .box .left {
  width: 69.8%;
  display: block;
}
.sec-17 .otzivi .box .left .item {
  background: #1C1C1C;
  padding: 26px 37px;
  margin-bottom: 10px;
}
.sec-17 .otzivi .box .left .item.hide {
  display: none;
}
.sec-17 .otzivi .box .left .item .box {
  justify-content: flex-start;
  gap: 4px;
  align-items: center;
  margin-bottom: 29px;
}
.sec-17 .otzivi .box .left .item .box .ava {
  width: 24px;
  height: 24px;
  border-radius: 40px;
}
.sec-17 .otzivi .box .left .item .box .ava img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-17 .otzivi .box .left .item .box .name {
  color: #949494;
  font-family: "Basis Grotesque Pro", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.sec-17 .otzivi .box .left .item .box .star {
  width: auto;
  margin: 0 7px -5px 18px;
  padding: 0;
  display: block;
  border: none;
}
.sec-17 .otzivi .box .left .item .box .date {
  color: #555;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
}
.sec-17 .otzivi .box .left .item .it {
  margin-bottom: 26px;
}
.sec-17 .otzivi .box .left .item .it .dol {
  color: #555;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  margin-bottom: 8px;
}
.sec-17 .otzivi .box .left .item .it .txt {
  color: #949494;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
}
.sec-17 .otzivi .box .left .item .img {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 9px;
  margin: -5px 0 4px 0;
}
.sec-17 .otzivi .box .left .item .img img {
  width: 105px;
  height: 104px;
  object-fit: cover;
}
.sec-17 .otzivi .box .left .more {
  color: #555;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  margin: 19px auto 0 auto;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.sec-17 .otzivi .box .left .more svg {
  animation: fade-in 1s infinite forwards;
}
.sec-17 .otzivi .box .left .more path {
  transition: all 0.5s;
}
.sec-17 .otzivi .box .left .more:hover {
  color: #FF961E;
}
.sec-17 .otzivi .box .left .more:hover path {
  fill: #FF961E;
}
@keyframes fade-in {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.sec-17 .otzivi .box .right {
  width: 29.3%;
  height: fit-content;
  background: #1C1C1C;
  padding: 28px 34px 36px 34px;
  display: block;
}
.sec-17 .otzivi .box .right .count {
  color: #FFF;
  text-align: center;
  font-family: "Basis Grotesque Pro", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.sec-17 .otzivi .box .right .col {
  color: #949494;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
  margin: -4px 0 13px 0;
}
.sec-17 .otzivi .box .right .star {
  width: 134px;
  height: 30px;
  border: beige;
  margin: 0 auto 28px auto;
  padding: 0;
}
.sec-17 .otzivi .box .right .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4px;
  margin-bottom: 4px;
}
.sec-17 .otzivi .box .right .item:nth-last-child(1) .round {
  position: relative;
  background: #323232;
}
.sec-17 .otzivi .box .right .item:nth-last-child(1) .round:before {
  content: "";
  border-radius: 9px;
  background: #FF961E;
  width: 5px;
  height: 6px;
  position: absolute;
  left: 0;
  top: 0;
}
.sec-17 .otzivi .box .right .item:nth-last-child(2) .round {
  position: relative;
  background: #323232;
}
.sec-17 .otzivi .box .right .item:nth-last-child(2) .round:before {
  content: "";
  border-radius: 9px;
  background: #FF961E;
  width: 10px;
  height: 6px;
  position: absolute;
  left: 0;
  top: 0;
}
.sec-17 .otzivi .box .right .item:nth-last-child(3) .round {
  position: relative;
  background: #323232;
}
.sec-17 .otzivi .box .right .item:nth-last-child(3) .round:before {
  content: "";
  border-radius: 9px;
  background: #FF961E;
  width: 26px;
  height: 6px;
  position: absolute;
  left: 0;
  top: 0;
}
.sec-17 .otzivi .box .right .item:nth-last-child(4) .round {
  position: relative;
  background: #323232;
}
.sec-17 .otzivi .box .right .item:nth-last-child(4) .round:before {
  content: "";
  border-radius: 9px;
  background: #FF961E;
  width: 55px;
  height: 6px;
  position: absolute;
  left: 0;
  top: 0;
}
.sec-17 .otzivi .box .right .item .num {
  color: #FFF;
  text-align: center;
  font-family: "Basis Grotesque Pro", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  flex-shrink: 0;
}
.sec-17 .otzivi .box .right .item .star {
  width: 21px;
  height: 21px;
  flex-shrink: 0;
  margin: 0 9px 0 0;
}
.sec-17 .otzivi .box .right .item .round {
  border-radius: 9px;
  background: #FF961E;
  width: 100%;
  height: 6px;
}
.sec-17 .otzivi .box .right .item .col {
  color: #949494;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  flex-shrink: 0;
  margin: 0 0 0 7px;
  text-align: left;
  width: 9px;
}
.sec-17 .otzivi .box .right .btn {
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 15px;
  border-radius: 999px;
  background: #FF961E;
  width: 100%;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 17px 0 14px 0;
}
.sec-17 .otzivi .box .right .btn:hover {
  color: #fff;
  background: #000;
}
.sec-17 .otzivi .box .right .text {
  color: #555;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  max-width: 215px;
  margin: 0 auto;
}
.sec-17 .faq {
  padding: 90px 0 0 0;
}
.sec-17 .faq .zag {
  color: #FFF;
  font-family: "Basis Grotesque Pro", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 0 0 20px 18px;
}
.sec-17 .faq .text {
  color: #949494;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  padding: 0 0 35px 18px;
  max-width: 750px;
}
.sec-17 .faq .panel {
  margin: 0 0 2px 19px;
  max-width: 804px;
}
.sec-17 .faq .panel .panel-heading.in a {
  background: #282828;
}
.sec-17 .faq .panel .panel-heading.in a svg {
  transform: rotate(180deg);
}
.sec-17 .faq .panel .panel-heading a {
  color: #949494;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  background: #1C1C1C;
  display: flex;
  justify-content: space-between;
  padding: 24px 30px;
}
.sec-17 .faq .panel .panel-heading a svg {
  transition: all 0.5s;
}
.sec-17 .faq .panel .panel-heading a path {
  transition: all 0.5s;
}
.sec-17 .faq .panel .panel-collapse .panel-body {
  background: #282828;
  color: #555;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  padding: 0 100px 35px 29px;
}
.sec-18 {
  margin: -22px 0 0 0;
  padding: 0 0 94px 0;
}
.sec-18 .box {
  padding: 0 17px;
}
.sec-18 .box .left {
  width: 61.9%;
  background: #1C1C1C;
  padding: 21px 30px;
}
.sec-18 .box .left .item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  border-bottom: 1px solid #2B2B2B;
  padding: 0 0 15px 0;
  margin-bottom: 17px;
}
.sec-18 .box .left .item:last-child {
  border: none;
  margin: 0;
  padding: 0 0 25px 0;
}
.sec-18 .box .left .item .img {
  width: 123px;
  height: 122px;
  flex-shrink: 0;
}
.sec-18 .box .left .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-18 .box .left .item .center {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 5px 0 0 30px;
}
.sec-18 .box .left .item .center .name {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 8px;
}
.sec-18 .box .left .item .center .articl {
  color: #51504F;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
.sec-18 .box .left .item .center .quantity {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 4px;
  background: #232323;
  height: 36px;
  width: 151px;
  margin: auto 0 0 0;
}
.sec-18 .box .left .item .center .quantity .plus {
  flex-shrink: 0;
  height: 36px;
  width: 41px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.sec-18 .box .left .item .center .quantity .plus svg {
  width: 13px;
}
.sec-18 .box .left .item .center .quantity input {
  color: #949494;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  width: 100%;
  height: 36px;
  text-align: center;
  -moz-appearance: textfield;
}
.sec-18 .box .left .item .center .quantity input::-webkit-outer-spin-button, .sec-18 .box .left .item .center .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.sec-18 .box .left .item .center .quantity .minus {
  flex-shrink: 0;
  height: 36px;
  width: 37px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.sec-18 .box .left .item .center .quantity .minus svg {
  width: 12px;
}
.sec-18 .box .left .item .cena {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
  margin: 0 14px 4px auto;
}
.sec-18 .box .left .item .cena .sale {
  color: #FF961E;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.sec-18 .box .left .item .cena .sale + .price {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: line-through;
  margin-bottom: 2px;
}
.sec-18 .box .left .item .cena .price {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.sec-18 .box .left .item .remove {
  position: absolute;
  top: 7px;
  right: 5px;
}
.sec-18 .box .left .item .remove path {
  transition: all 0.5s;
}
.sec-18 .box .left .item .remove:hover path {
  fill: #FF961E;
}
.sec-18 .box .right {
  width: 37.4%;
  height: fit-content;
  background: #1C1C1C;
  padding: 40px 26px 35px 46px;
}
.sec-18 .box .right .zag {
  color: #FFF;
  font-family: "Basis Grotesque Pro", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 28px;
}
.sec-18 .box .right .prices {
  border-bottom: 1px solid #2B2B2B;
  padding-bottom: 8px;
  margin-bottom: 16px;
}
.sec-18 .box .right .prices .it {
  display: flex;
  justify-content: space-between;
  margin-bottom: 11px;
  align-items: center;
}
.sec-18 .box .right .prices .it.sale .price, .sec-18 .box .right .prices .it.cupon .price {
  color: #FF961E;
}
.sec-18 .box .right .prices .it .name {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.sec-18 .box .right .prices .it .price {
  color: #FFF;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.sec-18 .box .right .total {
  border-bottom: 1px solid #2B2B2B;
  display: flex;
  justify-content: space-between;
  padding-bottom: 18px;
  margin-bottom: 25px;
}
.sec-18 .box .right .total .name {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.sec-18 .box .right .total .price {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.sec-18 .box .right .btn {
  border-radius: 99px;
  background: #FF961E;
  width: 100%;
  height: 50px;
  color: #000;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec-18 .box .right .btn:hover {
  background: #000;
  color: #fff;
}
.sec-18 .box .right .cupon-block {
  border-bottom: 1px solid #2B2B2B;
  border-top: 1px solid #2B2B2B;
  margin: 42px 0 29px 0;
  padding: 18px 0;
}
.sec-18 .box .right .add-cupon {
  display: flex;
  justify-content: space-between;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.sec-18 .box .right .add-cupon rect {
  transition: all 0.5s;
}
.sec-18 .box .right .add-cupon.active rect:nth-child(1) {
  opacity: 0;
}
.sec-18 .box .right .add-cupon:hover {
  color: #FF961E;
}
.sec-18 .box .right .add-cupon:hover rect {
  fill: #FF961E;
}
.sec-18 .box .right .pop-cupon {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 0;
  height: 0;
  overflow: hidden;
  transition: all 0.5s;
}
.sec-18 .box .right .pop-cupon.active {
  padding: 23px 0 35px 0;
  height: 79px;
}
.sec-18 .box .right .pop-cupon input {
  background: #121212;
  width: 100%;
  height: 43px;
  color: #fff;
  font-family: "Basis Grotesque Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  border: 1px solid transparent;
  transition: all 0.5s;
  text-transform: uppercase;
}
.sec-18 .box .right .pop-cupon input::placeholder {
  color: #555;
}
.sec-18 .box .right .pop-cupon input:focus {
  border: 1px solid #FF961E;
}
.sec-18 .box .right .pop-cupon .btn {
  border-radius: 99px;
  background: #FF961E;
  width: 161px;
  height: 43px;
  flex-shrink: 0;
  color: #000;
  text-align: center;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: all 0.5s;
}
.sec-18 .box .right .pop-cupon .btn:hover {
  background: #000;
  color: #fff;
}
.sec-18 .box .right .order .item {
  display: flex;
  justify-content: flex-start;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  gap: 15px;
  margin-bottom: 13px;
}
.sec-18.s-zakaz {
  padding: 0 0 121px 0;
}
.sec-18.s-zakaz .box .left {
  width: 68.5%;
  background: transparent;
  padding: 0;
}
.sec-18.s-zakaz .box .left .item-top {
  display: flex;
  justify-content: flex-start;
  padding: 10px 9px;
}
.sec-18.s-zakaz .box .left .item-top .name {
  color: #949494;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  width: 54.4%;
}
.sec-18.s-zakaz .box .left .item-top .name:nth-child(2) {
  width: 17.3%;
}
.sec-18.s-zakaz .box .left .item-top .name:nth-child(3) {
  width: 18.1%;
}
.sec-18.s-zakaz .box .left .item-top .name:nth-child(4) {
  width: 10%;
}
.sec-18.s-zakaz .box .left .item {
  background: #1C1C1C;
  margin: 0 0 7px 0;
  padding: 19px 59px 20px 23px;
  border: none;
  justify-content: flex-start;
}
.sec-18.s-zakaz .box .left .item .center {
  width: 27%;
  margin: -1px auto 0 18px;
}
.sec-18.s-zakaz .box .left .item .price {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: 21.4%;
  text-align: right;
  margin: 2px 0 0 0;
}
.sec-18.s-zakaz .box .left .item .col {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: 16.5%;
  text-align: right;
  margin: 2px 0 0 0;
}
.sec-18.s-zakaz .box .right {
  width: 30.6%;
  padding: 35px 35px 42px 38px;
  margin: 46px 0 0 0;
}
.sec-18.s-zakaz .box .right .zag {
  margin-bottom: 40px;
}
.sec-18.s-zakaz .box .right .prices {
  padding-bottom: 6px;
  margin-bottom: 16px;
}
.sec-18.s-zakaz .box .right .total {
  padding-bottom: 18px;
  margin-bottom: 31px;
}

.sec-19 {
  padding: 130px 0 154px 0;
}
.sec-19 .title {
  color: #FFF;
  font-family: "EuropeExt", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 62px;
  margin: 130px 0 4px 125px;
}
.sec-19 .box {
  max-width: 1524px;
  margin: 0 auto;
  padding: 0 0 0 25px;
}
.sec-19 .box .left {
  width: 55.8%;
}
.sec-19 .box .left .bg {
  background: #1C1C1C;
  margin-bottom: 11px;
  padding: 28px 51px 47px 53px;
}
.sec-19 .box .left .bg:nth-child(2) {
  padding: 55px 51px 60px 53px;
}
.sec-19 .box .left .bg:nth-child(2) .zag {
  margin-bottom: 27px;
}
.sec-19 .box .left .bg:nth-child(2) .text {
  margin-bottom: 15px;
}
.sec-19 .box .left .bg:nth-child(3) {
  padding: 35px 51px 51px 53px;
}
.sec-19 .box .left .bg:nth-child(3) .zag {
  margin-bottom: 29px;
}
.sec-19 .box .left .bg:nth-child(3) .text {
  margin-bottom: 16px;
}
.sec-19 .box .left .bg:nth-child(4) {
  padding: 37px 51px 26px 53px;
  margin: 0;
}
.sec-19 .box .left .bg:nth-child(4) .zag {
  margin-bottom: 31px;
}
.sec-19 .box .left .bg .zag {
  color: #FFF;
  font-family: "Basis Grotesque Pro", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 30px;
}
.sec-19 .box .left .bg .text {
  color: #8B8B8B;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 13px;
}
.sec-19 .box .left .bg select {
  display: block;
  color: #868686;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 15px 35px 17px 19px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  border: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 4px;
  background-color: #232323;
  background-image: url("../img/arrow6.svg");
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.9em auto, 100%;
  outline: none;
}
.sec-19 .box .left .bg select::-ms-expand {
  display: none;
}
.sec-19 .box .left .bg .select {
  display: block;
  max-width: 100%;
  width: 100%;
  position: relative;
}
.sec-19 .box .left .bg .select .new-select {
  position: relative;
  border-radius: 4px;
  background: #232323;
  padding: 15px 35px 17px 19px;
  width: 100%;
  cursor: pointer;
  user-select: none;
  color: #868686;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: all 0.45s ease-in-out;
}
.sec-19 .box .left .bg .select .new-select:after {
  content: "";
  display: block;
  width: 14px;
  height: 8px;
  position: absolute;
  right: 17px;
  top: 22px;
  background: url("../img/arrow6.svg") no-repeat 0 0;
  -webkit-transition: all 0.27s ease-in-out;
  -o-transition: all 0.27s ease-in-out;
  transition: all 0.27s ease-in-out;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.sec-19 .box .left .bg .select .new-select.on {
  border-radius: 4px 4px 0 0;
  background: #3A3A3A;
}
.sec-19 .box .left .bg .select .new-select.on:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sec-19 .box .left .bg .select .new-select__list {
  position: absolute;
  top: 50px;
  left: 0;
  border-radius: 0 0 4px 4px;
  background: #3A3A3A;
  cursor: pointer;
  width: 100%;
  z-index: 2;
  user-select: none;
  padding: 0 15px 25px 21px;
}
.sec-19 .box .left .bg .select .new-select__list.on {
  display: block;
}
.sec-19 .box .left .bg .select .new-select__list span {
  display: block;
  padding: 0 17px;
  background: transparent;
  color: #FFF;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 38px;
  transition: all 0.45s ease-in-out;
}
.sec-19 .box .left .bg .select .new-select__list span:hover {
  background: #424242;
}
.sec-19 .box .left .bg .chek input {
  display: none;
}
.sec-19 .box .left .bg .chek input:checked + label {
  background: #2B2B2B;
}
.sec-19 .box .left .bg .chek input:checked + label:before {
  border: 1px solid #FF961E;
}
.sec-19 .box .left .bg .chek input:checked + label:after {
  opacity: 1;
}
.sec-19 .box .left .bg .chek label {
  border-radius: 4px;
  background: #232323;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  padding: 12px 15px 12px 44px;
  margin-bottom: 4px;
  cursor: pointer;
}
.sec-19 .box .left .bg .chek label:before {
  content: "";
  width: 17px;
  height: 17px;
  border: 1px solid #AAAAAA;
  border-radius: 20px;
  position: absolute;
  left: 12px;
  top: 16px;
  transition: all 0.5s;
}
.sec-19 .box .left .bg .chek label:after {
  content: "";
  width: 17px;
  height: 17px;
  border-radius: 20px;
  background: url("../img/chek.svg") 0 0 no-repeat;
  position: absolute;
  left: 13px;
  top: 17px;
  opacity: 0;
  transition: all 0.5s;
}
.sec-19 .box .left .bg .chek label .name {
  color: #FFF;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.sec-19 .box .left .bg .chek label .count {
  color: #555;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0 82px 0 auto;
}
.sec-19 .box .left .bg .chek label .icon {
  border-radius: 4px;
  border: 1px solid #3E3E3E;
  width: 43px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec-19 .box .left .bg .chek label .icon + .icon {
  margin: 0 0 0 3px;
}
.sec-19 .box .left .bg .chek label .icon:empty {
  border: none;
}
.sec-19 .box .left .bg .chek label .sale {
  color: #FF961E;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0 auto 0 18px;
}
.sec-19 .box .left .bg #tabs {
  margin: 60px 0 0 0;
}
.sec-19 .box .left .bg #tabs .tabs-nav {
  border-bottom: 1px solid #2B2B2B;
  list-style: none;
  padding: 0;
  margin: 0 0 17px 0;
  display: flex;
  justify-content: flex-start;
  gap: 41px;
}
.sec-19 .box .left .bg #tabs .tabs-nav li a {
  color: #FFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-bottom: 2px solid transparent;
  padding: 0 0 11px 0;
  display: block;
}
.sec-19 .box .left .bg #tabs .tabs-nav li a.active {
  border-bottom: 2px solid #D9D9D9;
}
.sec-19 .box .left .bg #tabs .tabs-nav li a:hover {
  color: #FF961E;
}
.sec-19 .box .left .bg #tabs .tabs-items .tabs-item .chek label {
  padding: 15px 18px 17px 44px;
}
.sec-19 .box .left .bg #tabs .tabs-items .tabs-item .chek label .count {
  color: #FFF;
  font-size: 15px;
  margin: 0;
}
.sec-19 .box .left .bg #tabs .tabs-items .tabs-item .map {
  width: 100%;
  margin: 18px 0 0 0;
}
.sec-19 .box .left .bg #tabs .tabs-items .tabs-item .map img {
  width: 100%;
}
.sec-19 .box .left .bg #tabs .tabs-items .tabs-item .map .info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  border-radius: 4px;
  background: #232323;
  padding: 22px 14px 23px 23px;
}
.sec-19 .box .left .bg #tabs .tabs-items .tabs-item .map .info .text {
  color: #FFF;
  font-size: 15px;
  font-weight: 400;
  margin: 0;
}
.sec-19 .box .left .bg #tabs .tabs-items .tabs-item .map .info .remove {
  border-radius: 99px;
  background: #FF961E;
  width: 72px;
  height: 28px;
  color: #000;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec-19 .box .left .bg #tabs .tabs-items .tabs-item .map .info .remove:hover {
  background: #000;
  color: #fff;
}
.sec-19 .box .left .bg form .item label {
  color: #8B8B8B;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: block;
  margin-bottom: 9px;
}
.sec-19 .box .left .bg form .item input {
  border-radius: 4px;
  background: #232323;
  width: 100%;
  height: 50px;
  color: #fff;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0 10px;
  transition: all 0.5s;
  border: 1px solid transparent;
}
.sec-19 .box .left .bg form .item input:focus {
  border: 1px solid #FF961E;
}
.sec-19 .box .left .bg form .item textarea {
  border-radius: 4px;
  background: #232323;
  width: 100%;
  color: #fff;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  height: 125px;
  resize: none;
  border: none;
  outline: none;
  padding: 10px;
  transition: all 0.5s;
  border: 1px solid transparent;
}
.sec-19 .box .left .bg form .item textarea:focus {
  border: 1px solid #FF961E;
}
.sec-19 .box .left .bg form .box {
  padding: 0;
  margin: 23px 0 27px 0;
}
.sec-19 .box .left .bg form .box .item {
  width: 49%;
}
.sec-19 .box .left .bg form button {
  border-radius: 99px;
  background: #FF961E;
  width: 100%;
  height: 50px;
  color: #000;
  text-align: center;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 27px 0 17px 0;
  transition: all 0.5s;
}
.sec-19 .box .left .bg form button:hover {
  background: #000;
  color: #fff;
}
.sec-19 .box .left .bg form .text {
  font-size: 11px;
  line-height: 14px;
  margin: 0;
}
.sec-19 .box .left .bg form .text p {
  margin-bottom: 14px;
}
.sec-19 .box .left .bg form .text p a {
  color: #51504F;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.sec-19 .box .left .bg form .text p a:hover {
  text-decoration-line: none;
}
.sec-19 .box .right {
  width: 42%;
  height: fit-content;
  background: #1C1C1C;
  padding: 42px 45px 35px 46px;
}
.sec-19 .box .right .zag {
  color: #FFF;
  font-family: "Basis Grotesque Pro", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 41px;
}
.sec-19 .box .right .prices {
  border-bottom: 1px solid #2B2B2B;
  padding-bottom: 8px;
  margin-bottom: 16px;
}
.sec-19 .box .right .prices .it {
  display: flex;
  justify-content: space-between;
  margin-bottom: 11px;
  align-items: center;
}
.sec-19 .box .right .prices .it.sale .price, .sec-19 .box .right .prices .it.cupon .price {
  color: #FF961E;
}
.sec-19 .box .right .prices .it .name {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.sec-19 .box .right .prices .it .price {
  color: #FFF;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.sec-19 .box .right .total {
  border-bottom: 1px solid #2B2B2B;
  display: flex;
  justify-content: space-between;
  padding: 0 3px 18px 0;
  margin-bottom: 25px;
}
.sec-19 .box .right .total .name {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.sec-19 .box .right .total .price {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.sec-20 {
  padding: 122px 0 150px 0;
}
.sec-20 .bg {
  background: #1C1C1C;
  max-width: 720px;
  margin: 0 auto;
  padding: 34px 34px 91px 34px;
}
.sec-20 .bg .box .logo {
  margin: 0 0 0 9px;
}
.sec-20 .bg .box .soc {
  display: flex;
  justify-content: flex-end;
  gap: 2px;
}
.sec-20 .bg .box .soc a {
  width: 35px;
  height: 35px;
}
.sec-20 .bg .title {
  color: #FFF;
  font-family: "EuropeExt", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 62px;
  margin: 71px 0 10px 98px;
}
.sec-20 .bg .item {
  border-top: 1px solid #2B2B2B;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 450px;
  padding: 16px 4px 16px 0;
}
.sec-20 .bg .item .name {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.sec-20 .bg .item .text {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-family: "Helvetica Neue", sans-serif;
  margin: 0;
  max-width: 100%;
}
.sec-20 .bg .item .text a {
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  font-family: "Helvetica Neue", sans-serif;
}
.sec-20 .bg .item .text a rect, .sec-20 .bg .item .text a path {
  transition: all 0.5s;
}
.sec-20 .bg .item .text a:hover {
  text-decoration-line: none;
  color: #FF961E;
}
.sec-20 .bg .item .text a:hover rect {
  fill: #FF961E;
}
.sec-20 .bg .item .text a:hover rect:nth-child(1) {
  stroke: #FF961E;
  fill: transparent;
}
.sec-20 .bg .item .text a:hover path {
  stroke: #FF961E;
}
.sec-20 .bg .item .it {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 33px;
}
.sec-20 .bg .item .it:last-child, .sec-20 .bg .item .it:nth-child(2), .sec-20 .bg .item .it:nth-child(3) {
  margin-bottom: 8px;
}
.sec-20 .bg .item .it.red .text {
  color: #D43336;
}
.sec-20 .bg .item .it .name {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.sec-20 .bg .item .it .text {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin: 0;
  max-width: 100%;
}
.sec-20 .bg .item .it .text span {
  display: block;
}
.sec-20 .bg .total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #2B2B2B;
  margin: 7px auto 38px auto;
  max-width: 450px;
  padding: 0 0 21px 0;
}
.sec-20 .bg .total .name {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.sec-20 .bg .total .text {
  color: #FFF;
  text-align: right;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
  max-width: 100%;
}
.sec-20 .bg .btn {
  width: 100%;
  height: 50px;
  border-radius: 99px;
  background: #FF961E;
  color: #000;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 5px auto;
  max-width: 450px;
  gap: 10px;
}
.sec-20 .bg .btn:hover {
  background: #000;
  color: #fff;
}
.sec-20 .bg .text {
  color: #8B8B8B;
  font-family: "Basis Grotesque Pro", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 16px auto 0 auto;
  max-width: 445px;
}
.sec-20 .bg .text a {
  color: #FF961E;
  font-family: "Basis Grotesque Pro", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.sec-20 .bg .text a:hover {
  color: #000;
}

.sec-21 {
  padding: 129px 0 103px 0;
}
.sec-21 .title {
  color: #FFF;
  font-family: "EuropeExt", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 62px;
  margin: 37px 0 51px 26px;
}
.sec-21 .filter {
  display: flex;
  justify-content: flex-start;
  margin: 0 0 21px 24px;
  gap: 28px;
}
.sec-21 .filter span {
  color: #949494;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
}
.sec-21 .filter a {
  color: #949494;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
}
.sec-21 .filter a:after {
  content: "";
  background: url("../img/arrow5.svg") 0 0 no-repeat;
  width: 9px;
  height: 6px;
}
.sec-21 .filter a:hover {
  color: #FF961E;
}
.sec-21 .box {
  justify-content: space-between;
  margin: 0;
  padding: 0 18px 0 19px;
}
.sec-21 .box .left {
  width: 76.5%;
  display: block;
}
.sec-21 .box .left .item {
  background: #1C1C1C;
  padding: 26px 37px;
  margin-bottom: 10px;
}
.sec-21 .box .left .item .box {
  justify-content: flex-start;
  gap: 4px;
  align-items: center;
  padding: 0 0 29px 0;
}
.sec-21 .box .left .item .box .ava {
  width: 24px;
  height: 24px;
  border-radius: 40px;
}
.sec-21 .box .left .item .box .ava img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-21 .box .left .item .box .name {
  color: #949494;
  font-family: "Basis Grotesque Pro", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.sec-21 .box .left .item .box .star {
  width: auto;
  margin: 0 7px -5px 18px;
  padding: 0;
  display: block;
  border: none;
}
.sec-21 .box .left .item .box .date {
  color: #555;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
}
.sec-21 .box .left .item .it {
  margin-bottom: 26px;
}
.sec-21 .box .left .item .it .dol {
  color: #555;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  margin-bottom: 8px;
}
.sec-21 .box .left .item .it .txt {
  color: #949494;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
}
.sec-21 .box .left .item .img {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 9px;
  margin: -5px 0 12px 0;
}
.sec-21 .box .left .item .img img {
  width: 105px;
  height: 104px;
  object-fit: cover;
}
.sec-21 .box .left .more {
  color: #555;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  margin: 35px auto 0 auto;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.sec-21 .box .left .more svg {
  animation: fade-in 1s infinite forwards;
}
.sec-21 .box .left .more path {
  transition: all 0.5s;
}
.sec-21 .box .left .more:hover {
  color: #FF961E;
}
.sec-21 .box .left .more:hover path {
  fill: #FF961E;
}
@keyframes fade-in {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.sec-21 .box .right {
  width: 22%;
  height: fit-content;
  background: #1C1C1C;
  padding: 28px 49px 40px 55px;
  display: block;
}
.sec-21 .box .right .count {
  color: #FFF;
  text-align: center;
  font-family: "Basis Grotesque Pro", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.sec-21 .box .right .col {
  color: #949494;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
  margin: -4px 0 13px 0;
}
.sec-21 .box .right .star {
  width: 134px;
  height: 30px;
  border: beige;
  margin: 0 auto 28px auto;
  padding: 0;
}
.sec-21 .box .right .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4px;
  margin-bottom: 4px;
}
.sec-21 .box .right .item:nth-last-child(1) .round {
  position: relative;
  background: #323232;
}
.sec-21 .box .right .item:nth-last-child(1) .round:before {
  content: "";
  border-radius: 9px;
  background: #FF961E;
  width: 5px;
  height: 6px;
  position: absolute;
  left: 0;
  top: 0;
}
.sec-21 .box .right .item:nth-last-child(2) .round {
  position: relative;
  background: #323232;
}
.sec-21 .box .right .item:nth-last-child(2) .round:before {
  content: "";
  border-radius: 9px;
  background: #FF961E;
  width: 10px;
  height: 6px;
  position: absolute;
  left: 0;
  top: 0;
}
.sec-21 .box .right .item:nth-last-child(3) .round {
  position: relative;
  background: #323232;
}
.sec-21 .box .right .item:nth-last-child(3) .round:before {
  content: "";
  border-radius: 9px;
  background: #FF961E;
  width: 26px;
  height: 6px;
  position: absolute;
  left: 0;
  top: 0;
}
.sec-21 .box .right .item:nth-last-child(4) .round {
  position: relative;
  background: #323232;
}
.sec-21 .box .right .item:nth-last-child(4) .round:before {
  content: "";
  border-radius: 9px;
  background: #FF961E;
  width: 55px;
  height: 6px;
  position: absolute;
  left: 0;
  top: 0;
}
.sec-21 .box .right .item .num {
  color: #FFF;
  text-align: center;
  font-family: "Basis Grotesque Pro", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  flex-shrink: 0;
}
.sec-21 .box .right .item .star {
  width: 21px;
  height: 21px;
  flex-shrink: 0;
  margin: 0 9px 0 0;
}
.sec-21 .box .right .item .round {
  border-radius: 9px;
  background: #FF961E;
  width: 100%;
  height: 6px;
}
.sec-21 .box .right .item .col {
  color: #949494;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  flex-shrink: 0;
  margin: 0 0 0 7px;
  text-align: left;
  width: 9px;
}
.sec-21 .box .right .btn {
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 15px;
  border-radius: 999px;
  background: #FF961E;
  width: 100%;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 17px 0 14px 0;
}
.sec-21 .box .right .btn:hover {
  color: #fff;
  background: #000;
}
.sec-21 .box .right .text {
  color: #555;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  max-width: 215px;
  margin: 0 auto;
}

.sec-22 {
  padding: 129px 0 158px 0;
}
.sec-22 .title {
  color: #FFF;
  font-family: "EuropeExt", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 62px;
  margin: 37px 0 42px 27px;
}
.sec-22 .menu {
  margin: 0 0 66px 27px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.sec-22 .menu .zag {
  color: #FFF;
  font-family: "Basis Grotesque Pro", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 17px;
  width: 100%;
}
.sec-22 .menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  column-count: 2;
  width: 569px;
}
.sec-22 .menu ul li a {
  color: #3E3E3E;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 220%;
}
.sec-22 .menu ul li a:hover {
  color: #AFAFAF;
}
.sec-22 .menu .item {
  width: 20%;
  margin: 10px 0 19px 0;
}
.sec-22 .menu .item .zag {
  font-size: 16px;
  margin-bottom: 13px;
}
.sec-22 .menu .item ul {
  column-count: auto;
  width: 100%;
}

.sec-23 {
  padding: 119px 0 125px 0;
}
.sec-23 .title {
  color: #FFF;
  font-family: "EuropeExt", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 62px;
  margin: 37px 0 56px 25px;
}
.sec-23 .chek {
  margin: 0 0 24px 18px;
}
.sec-23 .chek input {
  display: none;
}
.sec-23 .chek input:checked + label:after {
  background: #FF961E;
}
.sec-23 .chek input:checked + label:before {
  opacity: 1;
}
.sec-23 .chek label {
  position: relative;
  padding: 0 0 0 34px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
  color: #FFF;
  text-align: center;
  font-family: "Basis Grotesque Pro", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.sec-23 .chek label:after {
  content: "";
  width: 22px;
  height: 22px;
  background: #3A3A3A;
  position: absolute;
  top: -4px;
  left: 0;
  transition: all 0.5s;
}
.sec-23 .chek label:before {
  content: "";
  width: 12px;
  height: 10px;
  background: url("../img/arrow2.svg") 0 0 no-repeat;
  position: absolute;
  top: 2px;
  left: 5px;
  transition: all 0.5s;
  opacity: 0;
  z-index: 1;
}
.sec-23 .box {
  padding: 0 17px;
}
.sec-23 .box .left {
  width: 60.7%;
}
.sec-23 .box .left .panel {
  margin-bottom: 4px;
}
.sec-23 .box .left .panel .panel-heading.in a svg {
  transform: rotate(180deg);
}
.sec-23 .box .left .panel .panel-heading.in a circle {
  fill: #FF961E;
}
.sec-23 .box .left .panel .panel-heading.in a path {
  stroke: #1C1C1C;
}
.sec-23 .box .left .panel .panel-heading a {
  background: #1C1C1C;
  width: 100%;
  height: 64px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  color: #FFF;
  font-family: "Basis Grotesque Pro", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 0 14px 0 25px;
}
.sec-23 .box .left .panel .panel-heading a svg {
  transition: all 0.5s;
}
.sec-23 .box .left .panel .panel-heading a circle, .sec-23 .box .left .panel .panel-heading a path {
  transition: all 0.5s;
}
.sec-23 .box .left .panel .panel-collapse .panel-body {
  background: #1C1C1C;
  padding: 22px 25px 22px 24px;
}
.sec-23 .box .left .panel .panel-collapse .panel-body .block {
  margin-bottom: 30px;
}
.sec-23 .box .left .panel .panel-collapse .panel-body .block:last-child {
  margin: 0;
}
.sec-23 .box .left .panel .panel-collapse .panel-body .block .zag {
  color: #FF961E;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 13px;
}
.sec-23 .box .left .panel .panel-collapse .panel-body .block .item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  border-top: 1px solid #424242;
  padding: 12px 0 11px 0;
}
.sec-23 .box .left .panel .panel-collapse .panel-body .block .item .name {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
.sec-23 .box .left .panel .panel-collapse .panel-body .block .item .upack {
  color: #6E6E6E;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
.sec-23 .box .left .panel .panel-collapse .panel-body .block .item .price {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.sec-23 .box .left .panel .panel-collapse .panel-body .block .item .quantity {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 4px;
  background: #232323;
  height: 36px;
  width: 151px;
}
.sec-23 .box .left .panel .panel-collapse .panel-body .block .item .quantity .plus {
  flex-shrink: 0;
  height: 36px;
  width: 41px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.sec-23 .box .left .panel .panel-collapse .panel-body .block .item .quantity .plus svg {
  width: 13px;
}
.sec-23 .box .left .panel .panel-collapse .panel-body .block .item .quantity input {
  color: #949494;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  width: 100%;
  height: 36px;
  text-align: center;
  -moz-appearance: textfield;
}
.sec-23 .box .left .panel .panel-collapse .panel-body .block .item .quantity input::-webkit-outer-spin-button, .sec-23 .box .left .panel .panel-collapse .panel-body .block .item .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.sec-23 .box .left .panel .panel-collapse .panel-body .block .item .quantity .minus {
  flex-shrink: 0;
  height: 36px;
  width: 37px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.sec-23 .box .left .panel .panel-collapse .panel-body .block .item .quantity .minus svg {
  width: 12px;
}
.sec-23 .box .left .panel .panel-collapse .panel-body .block .item .btn {
  border-radius: 999px;
  background: #FF961E;
  width: 220px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 15px;
  gap: 16px;
}
.sec-23 .box .left .panel .panel-collapse .panel-body .block .item .btn path {
  transition: all 0.5s;
}
.sec-23 .box .left .panel .panel-collapse .panel-body .block .item .btn:hover {
  color: #fff;
  background: #000;
}
.sec-23 .box .left .panel .panel-collapse .panel-body .block .item .btn:hover path {
  fill: #fff;
}
.sec-23 .box .right {
  width: 37.3%;
  height: fit-content;
  background: #1C1C1C;
  padding: 42px 45px 35px 45px;
}
.sec-23 .box .right .zag {
  color: #FFF;
  font-family: "Basis Grotesque Pro", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 42px;
  padding: 0 0 0 3px;
}
.sec-23 .box .right .prices {
  border-bottom: 1px solid #2B2B2B;
  margin-bottom: 16px;
  padding: 0 1px 8px 2px;
}
.sec-23 .box .right .prices .it {
  display: flex;
  justify-content: space-between;
  margin-bottom: 11px;
  align-items: center;
}
.sec-23 .box .right .prices .it.sale .price, .sec-23 .box .right .prices .it.cupon .price {
  color: #FF961E;
}
.sec-23 .box .right .prices .it .name {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.sec-23 .box .right .prices .it .price {
  color: #FFF;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.sec-23 .box .right .total {
  border-bottom: 1px solid #2B2B2B;
  display: flex;
  justify-content: space-between;
  padding: 0 3px 18px 0;
  margin-bottom: 28px;
}
.sec-23 .box .right .total .name {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.sec-23 .box .right .total .price {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.sec-23 .box .right .btn {
  border-radius: 999px;
  background: #FF961E;
  width: calc(100% + 18px);
  height: 51px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 15px;
  margin: 0 0 0 -9px;
}
.sec-23 .box .right .btn:hover {
  color: #fff;
  background: #000;
}

.sec-24 {
  padding: 120px 0 114px 0;
}
.sec-24 .title {
  color: #FFF;
  font-family: "EuropeExt", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 62px;
  margin: 37px 0 52px 24px;
}
.sec-24 .search-result {
  position: relative;
  margin: -20px 19px 48px 19px;
  width: calc(100% - 43px);
}
.sec-24 .search-result input {
  width: 100%;
  height: 43px;
  background: #0D0D0D;
  color: #FFF;
  font-family: "Basis Grotesque Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 0 40px 0 17px;
}
.sec-24 .search-result input::placeholder {
  color: #555555;
}
.sec-24 .search-result button {
  width: 20px;
  height: 18.4px;
  position: absolute;
  top: 11px;
  right: 11px;
}
.sec-24 .search-result #reset {
  width: 20px;
  height: 18.4px;
  position: absolute;
  top: 11px;
  right: 11px;
  display: none;
}
.sec-24 .search-result.active button {
  display: none;
}
.sec-24 .search-result.active #reset {
  display: block;
}
.sec-24 .cat {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0 0 17px 18px;
  gap: 6px;
}
.sec-24 .cat a {
  background: #1C1C1C;
  color: #FFF;
  text-align: center;
  font-family: "Basis Grotesque Pro", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 9px 15px 9px 12px;
  min-width: 81px;
}
.sec-24 .cat a.active {
  background: #FF961E;
  color: #131313;
}
.sec-24 .cat a:hover {
  background: #000;
}
.sec-24 .box {
  padding: 0 17px 0 19px;
  justify-content: flex-start;
  gap: 23.5px 15.5px;
}
.sec-24 .box .item {
  width: 24.3%;
  background: #1C1C1C;
}
.sec-24 .box .item .img {
  width: 100%;
  height: 264px;
  overflow: hidden;
  display: block;
}
.sec-24 .box .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.5s;
}
.sec-24 .box .item .bot {
  padding: 23px 21px 22px 21px;
}
.sec-24 .box .item .bot.statia {
  padding: 25px 22px 22px 22px;
}
.sec-24 .box .item .bot.statia .date {
  margin-bottom: 10px;
}
.sec-24 .box .item .bot.statia .zag {
  margin-bottom: 20px;
}
.sec-24 .box .item .bot.statia .text {
  margin-bottom: 21px;
}
.sec-24 .box .item .bot .zag {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: block;
  margin-bottom: 17px;
}
.sec-24 .box .item .bot .text {
  color: #949494;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 28px;
}
.sec-24 .box .item .bot .date {
  color: #555;
  font-family: "Basis Grotesque Pro", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.sec-24 .box .item .bot .box {
  padding: 0 4px;
  gap: 23px;
  margin-bottom: 38px;
}
.sec-24 .box .item .bot .box .like {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #555;
  font-family: "Basis Grotesque Pro", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.sec-24 .box .item .bot .box .coment {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #555;
  font-family: "Basis Grotesque Pro", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.sec-24 .box .item .bot .box .look {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #555;
  font-family: "Basis Grotesque Pro", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.sec-24 .box .item .bot .more {
  border-radius: 99px;
  border: 1px solid #FF961E;
  background: #1C1C1C;
  width: 100%;
  height: 50px;
  color: #FF961E;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec-24 .box .item .bot .more:hover {
  background: #FF961E;
  color: #000;
}
.sec-24 .box .item:hover .img img {
  transform: scale(1.2);
}
.sec-24 .box .item:hover .bot .zag {
  color: #FF961E;
}
.sec-24 .pagination {
  margin: 112px 0 0 0;
}
.sec-24 .pagination ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.sec-24 .pagination ul li:first-child a {
  color: #FFF;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 17px;
  border: none;
  border-radius: 2px;
  background: #191919;
  width: 118px;
  height: 39px;
  padding: 0;
  margin-right: 33px;
}
.sec-24 .pagination ul li:first-child a.disabled {
  color: #555;
  cursor: default;
  pointer-events: none;
}
.sec-24 .pagination ul li:first-child a.disabled path {
  stroke: #555;
  transition: all 0.5s;
}
.sec-24 .pagination ul li:first-child a:hover {
  color: #fff;
  background: #FF961E;
}
.sec-24 .pagination ul li:first-child a:hover path {
  stroke: #fff;
}
.sec-24 .pagination ul li:last-child a {
  color: #FFF;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 17px;
  border: none;
  border-radius: 2px;
  background: #191919;
  width: 118px;
  height: 39px;
  padding: 0;
  margin-left: 33px;
}
.sec-24 .pagination ul li:last-child a:hover {
  color: #fff;
  background: #FF961E;
}
.sec-24 .pagination ul li a {
  color: #868686;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  border-bottom: 2px solid transparent;
  padding: 8px 6px;
}
.sec-24 .pagination ul li a.active {
  color: #FF961E;
  border-bottom: 2px solid #FF961E;
}
.sec-24 .pagination ul li a svg {
  flex-shrink: 0;
}
.sec-24 .pagination ul li a:hover {
  color: #FF961E;
}
.sec-24 .pagination .all {
  color: #555;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  margin: 24px auto 0 auto;
  width: fit-content;
}

.sec-25 {
  padding: 119px 0 151px 0;
}
.sec-25 .article {
  margin: 37px auto 0 auto;
  max-width: 955px;
  overflow: hidden;
}
.sec-25 .article .title {
  color: #FFF;
  font-family: "EuropeExt", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 62px;
  margin-bottom: 9px;
}
.sec-25 .article .date {
  color: #555;
  font-family: "Basis Grotesque Pro", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 26px;
}
.sec-25 .article .box {
  padding: 22px 1px;
  gap: 23px;
  margin-bottom: 43px;
  border-top: 1px solid #232323;
  border-bottom: 1px solid #232323;
  justify-content: flex-start;
}
.sec-25 .article .box .like {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #555;
  font-family: "Basis Grotesque Pro", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.sec-25 .article .box .coment {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #555;
  font-family: "Basis Grotesque Pro", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.sec-25 .article .box .look {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #555;
  font-family: "Basis Grotesque Pro", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.sec-25 .article .big {
  color: #949494;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  margin: 0 0 36px 0;
}
.sec-25 .article .img {
  width: 100%;
  margin-bottom: 77px;
}
.sec-25 .article .img img {
  width: 100%;
}
.sec-25 .article .img span {
  color: #323232;
  font-family: "Basis Grotesque Pro", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: block;
  margin: 13px 0 0 5px;
}
.sec-25 .article .content h2 {
  color: #FFF;
  font-family: "Basis Grotesque Pro", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 24px;
}
.sec-25 .article .content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sec-25 .article .content ul li {
  color: #949494;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  display: flex;
  justify-content: flex-start;
  gap: 19px;
  margin-bottom: 22px;
  width: 85%;
}
.sec-25 .article .content ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background: #FF961E;
  flex-shrink: 0;
  margin-top: 8px;
}
.sec-25 .article .content h3 {
  color: #FFF;
  font-family: "Basis Grotesque Pro", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 22px;
}
.sec-25 .article .content p {
  color: #949494;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  margin-bottom: 54px;
}
.sec-25 .article .content h4 {
  color: #FFF;
  font-family: "Basis Grotesque Pro", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 33px;
}
.sec-25 .article .content table {
  width: 100%;
  border-collapse: collapse;
}
.sec-25 .article .content table th {
  color: #323232;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  border-bottom: 1px solid #fff;
  padding: 0 1px 7px 1px;
}
.sec-25 .article .content table td {
  color: #949494;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  border-bottom: 1px solid #232323;
  padding: 10px 2px 14px 2px;
}
.sec-25 .article .content .text {
  color: #323232;
  font-family: "Basis Grotesque Pro", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 7px 0 0 0;
}
.sec-25 .article .slider {
  width: 100%;
  position: relative;
  border-top: 1px solid #232323;
  margin: 62px 0 78px 0;
}
.sec-25 .article .slider:after {
  content: "";
  width: 419px;
  height: 664px;
  background: linear-gradient(270deg, #131313 63.01%, rgba(19, 19, 19, 0) 101.19%);
  position: absolute;
  top: 0;
  right: -256px;
  z-index: 1;
}
.sec-25 .article .slider .sub-zag {
  color: #FFF;
  font-family: "Basis Grotesque Pro", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 16px 0 21px 0;
}
.sec-25 .article .slider.s-dosvaka .item {
  padding-bottom: 0;
  background: #282828;
}
.sec-25 .article .slider .swiper-slide {
  height: auto;
  width: 288px;
}
.sec-25 .article .slider .item {
  width: 100%;
  height: 100%;
  background: #202020;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 18px;
  transition: all 0.5s;
}
.sec-25 .article .slider .item .top {
  position: relative;
  z-index: 1;
  height: 283px;
  overflow: hidden;
}
.sec-25 .article .slider .item .top .sale {
  background: #B61515;
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 3px 7px;
  z-index: 1;
}
.sec-25 .article .slider .item .top .new {
  background: #0A5;
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 3px 9px;
  z-index: 1;
}
.sec-25 .article .slider .item .top .new + .sale {
  left: 66.8px;
}
.sec-25 .article .slider .item .top .wishlist {
  position: absolute;
  top: 8px;
  right: 15px;
  width: auto;
  height: auto;
  z-index: 1;
}
.sec-25 .article .slider .item .top .wishlist circle, .sec-25 .article .slider .item .top .wishlist path {
  transition: all 0.5s;
}
.sec-25 .article .slider .item .top .wishlist:hover circle {
  fill: #FF961E;
}
.sec-25 .article .slider .item .top .wishlist:hover path {
  fill: #000;
}
.sec-25 .article .slider .item .top .compair {
  position: absolute;
  top: 35px;
  right: 15px;
  width: auto;
  height: auto;
  z-index: 1;
}
.sec-25 .article .slider .item .top .compair circle, .sec-25 .article .slider .item .top .compair rect {
  transition: all 0.5s;
}
.sec-25 .article .slider .item .top .compair:hover circle {
  fill: #FF961E;
}
.sec-25 .article .slider .item .top .compair:hover rect {
  fill: #000;
}
.sec-25 .article .slider .item .top a {
  display: block;
  width: 100%;
  height: 100%;
}
.sec-25 .article .slider .item .top a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.sec-25 .article .slider .item .zag {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  padding: 19px 25px 11px 17px;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}
.sec-25 .article .slider .item .box {
  position: relative;
  z-index: 1;
  margin: auto 0 0 0;
  gap: 12px 0;
  padding: 0 15px 10px 17px;
  align-items: center;
  border: none;
  justify-content: space-between;
}
.sec-25 .article .slider .item .box .star {
  display: flex;
  justify-content: flex-start;
  gap: 5px;
  border-right: 1px solid #555;
  width: 47%;
}
.sec-25 .article .slider .item .box .star span {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
.sec-25 .article .slider .item .box .coment {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 7px;
  width: 46.5%;
}
.sec-25 .article .slider .item .box .coment span {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
.sec-25 .article .slider .item .box .lf {
  width: 40%;
  margin: 7px 0 0 0;
}
.sec-25 .article .slider .item .box .lf .sale {
  color: #E63D3D;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.sec-25 .article .slider .item .box .lf .sale + .price {
  color: #555;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration-line: line-through;
  text-transform: uppercase;
}
.sec-25 .article .slider .item .box .lf .price {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.sec-25 .article .slider .item .box .add-cart {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  gap: 11px;
  margin: 5px 0 0 0;
}
.sec-25 .article .slider .item .box .add-cart .up-sale {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  background: linear-gradient(0deg, #FF1E1E -90%, #B19311 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 7px;
}
.sec-25 .article .slider .item .box .add-cart .up-sale:before {
  content: "";
  background: url("../img/fire.svg") 0 0 no-repeat;
  width: 18px;
  height: 22px;
}
.sec-25 .article .slider .item .box .add-cart svg {
  width: 50px;
  height: 37px;
}
.sec-25 .article .slider .item .box .add-cart rect {
  transition: all 0.5s;
}
.sec-25 .article .slider .item .box .add-cart a:hover rect {
  fill: #fff;
}
.sec-25 .article .slider .item .dostav {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #202020;
  margin: 17px 0 0 0;
  height: 35px;
  gap: 3px;
}
.sec-25 .article .slider .item .dostav .label {
  color: #555;
  font-family: "Basis Grotesque Pro", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.sec-25 .article .slider .item:hover {
  background: #282828;
}
.sec-25 .article .slider .item:hover .top a img {
  transform: scale(1.1);
}
.sec-25 .article .slider .item:hover .zag {
  color: #FF961E;
}
.sec-25 .article .slider .swiper-button-next {
  position: absolute;
  top: 26px;
  right: 9px;
  left: auto;
  opacity: 1;
  margin: 0;
  color: transparent;
  height: 21px;
}
.sec-25 .article .slider .swiper-button-next path {
  transition: all 0.5s;
}
.sec-25 .article .slider .swiper-button-next:hover path {
  stroke: #FF961E;
}
.sec-25 .article .slider .swiper-button-prev {
  position: absolute;
  top: 26px;
  right: 87px;
  left: auto;
  opacity: 1;
  margin: 0;
  color: transparent;
  height: 21px;
}
.sec-25 .article .slider .swiper-button-prev path {
  transition: all 0.5s;
}
.sec-25 .article .slider .swiper-button-prev:hover path {
  stroke: #FF961E;
}
.sec-25 .article .slider .swiper-pagination {
  display: none;
}
.sec-25 .article .list {
  margin: 80px 0 0 0;
  width: 85%;
}
.sec-25 .article .list .zag {
  color: #FFF;
  font-family: "Basis Grotesque Pro", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 24px;
}
.sec-25 .article .list ol {
  padding: 0 0 0 4px;
  margin: 0;
  list-style-type: none;
  counter-reset: my-counter;
}
.sec-25 .article .list ol li {
  counter-increment: my-counter;
  color: #949494;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  display: flex;
  justify-content: flex-start;
  gap: 15px;
  margin-bottom: 21px;
}
.sec-25 .article .list ol li:before {
  content: counter(my-counter) ".";
  color: #FFF;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 11px;
  border: 1px solid #D9D9D9;
  border-radius: 50px;
  width: 23px;
  height: 23px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec-25 .coments {
  margin: 81px auto 0 auto;
  max-width: 952px;
}
.sec-25 .coments .zag {
  color: #FFF;
  font-family: "Basis Grotesque Pro", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 19px;
}
.sec-25 .coments .coment {
  background: #1C1C1C;
  width: 100%;
  margin-bottom: 8px;
  padding: 26px 37px;
}
.sec-25 .coments .coment .box {
  justify-content: flex-start;
  gap: 5px;
  align-items: center;
}
.sec-25 .coments .coment .box .ava {
  width: 24px;
  height: 24px;
  border-radius: 50px;
  overflow: hidden;
}
.sec-25 .coments .coment .box .ava img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-25 .coments .coment .box .name {
  color: #949494;
  font-family: "Basis Grotesque Pro", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.sec-25 .coments .coment .box .date {
  color: #555;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  margin: 0 0 0 9px;
}
.sec-25 .coments .coment .text {
  color: #949494;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  margin: 28px 0 41px 0;
  width: 85%;
}
.sec-25 .coments .coment .like {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 0 -4px;
  gap: 11px;
}
.sec-25 .coments .coment .like .bot {
  width: 36px;
  height: 36px;
  background: #282828;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #555;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
}
.sec-25 .coments .coment .like .bot path {
  transition: all 0.5s;
}
.sec-25 .coments .coment .like .bot:hover {
  background: #FF961E;
}
.sec-25 .coments .coment .like .bot:hover path {
  stroke: #fff;
}
.sec-25 .coments .coment .otvet {
  margin: 27px 0 0 auto;
  width: 88%;
}
.sec-25 .coments .coment .otvet .box .name {
  color: #FF961E;
}
.sec-25 .coments .coment .otvet .text {
  color: #FF961E;
  margin: 15px 0 28px 6px;
  width: 80%;
}
.sec-25 .coments .coment .otvet .like {
  margin: 0 0 15px 3px;
}
.sec-25 .form {
  background: #1C1C1C;
  margin: 9px auto 0 auto;
  max-width: 952px;
  padding: 31px 33px 70px 33px;
}
.sec-25 .form .zag {
  color: #FFF;
  font-family: "Basis Grotesque Pro", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 36px;
}
.sec-25 .form form {
  width: 100%;
}
.sec-25 .form form .item {
  width: 100%;
  margin-bottom: 28px;
}
.sec-25 .form form .item label {
  color: #8B8B8B;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: block;
  margin: 0 0 8px 2px;
}
.sec-25 .form form .item input {
  color: #fff;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: block;
  border-radius: 4px;
  background: #232323;
  width: 100%;
  height: 50px;
  padding: 0 10px;
  border: 1px solid transparent;
  transition: all 0.5s;
}
.sec-25 .form form .item input:focus {
  border: 1px solid #FF961E;
}
.sec-25 .form form .item textarea {
  color: #fff;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: block;
  border-radius: 4px;
  background: #232323;
  width: 100%;
  height: 134px;
  resize: none;
  outline: none;
  padding: 10px;
  border: 1px solid transparent;
  transition: all 0.5s;
}
.sec-25 .form form .item textarea:focus {
  border: 1px solid #FF961E;
}
.sec-25 .form form button {
  border-radius: 99px;
  background: #FF961E;
  width: 100%;
  height: 50px;
  color: #000;
  text-align: center;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: -8px 0 17px 0;
  transition: all 0.5s;
}
.sec-25 .form form button:hover {
  background: #000;
  color: #fff;
}
.sec-25 .form form p {
  color: #8B8B8B;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  width: 90%;
}
.sec-25 .form form p a {
  color: #8B8B8B;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.sec-25 .form form p a:hover {
  text-decoration-line: none;
}

.sec-26 {
  padding: 130px 0 141px 0;
}
.sec-26 .title {
  color: #FFF;
  font-family: "EuropeExt", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 62px;
  margin: 36px 0 96px 27px;
}
.sec-26 .box {
  border-top: 1px solid #232323;
  padding: 0 0 0 27px;
}
.sec-26 .box .left {
  width: 15%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px 0 0 0;
}
.sec-26 .box .left .item {
  color: #949494;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 45px;
  border-bottom: 1px solid #232323;
}
.sec-26 .box .left .item:first-child {
  margin: 0 0 auto 0;
  border: none;
}
.sec-26 .box .left .item:last-child {
  border: none;
}
.sec-26 .box .right {
  width: 84.6%;
}
.sec-26 .box .right .slider {
  width: 100%;
  position: relative;
  padding: 53px 0 0 0;
}
.sec-26 .box .right .slider .sub-zag {
  color: #FFF;
  font-family: "Basis Grotesque Pro", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 16px 0 21px 0;
}
.sec-26 .box .right .slider.s-dosvaka .item {
  padding-bottom: 0;
  background: #282828;
}
.sec-26 .box .right .slider .swiper-slide {
  height: auto;
  display: flex;
  flex-direction: column;
}
.sec-26 .box .right .slider .item {
  width: 100%;
  height: 100%;
  background: #202020;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 18px;
  transition: all 0.5s;
}
.sec-26 .box .right .slider .item .top {
  position: relative;
  z-index: 1;
  height: 283px;
  overflow: hidden;
}
.sec-26 .box .right .slider .item .top .sale {
  background: #B61515;
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 3px 7px;
  z-index: 1;
}
.sec-26 .box .right .slider .item .top .new {
  background: #0A5;
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 3px 9px;
  z-index: 1;
}
.sec-26 .box .right .slider .item .top .new + .sale {
  left: 66.8px;
}
.sec-26 .box .right .slider .item .top .wishlist {
  position: absolute;
  top: 8px;
  right: 15px;
  width: auto;
  height: auto;
  z-index: 1;
}
.sec-26 .box .right .slider .item .top .wishlist circle, .sec-26 .box .right .slider .item .top .wishlist path {
  transition: all 0.5s;
}
.sec-26 .box .right .slider .item .top .wishlist:hover circle {
  fill: #FF961E;
}
.sec-26 .box .right .slider .item .top .wishlist:hover path {
  fill: #000;
}
.sec-26 .box .right .slider .item .top .compair {
  position: absolute;
  top: 35px;
  right: 15px;
  width: auto;
  height: auto;
  z-index: 1;
}
.sec-26 .box .right .slider .item .top .compair circle, .sec-26 .box .right .slider .item .top .compair rect {
  transition: all 0.5s;
}
.sec-26 .box .right .slider .item .top .compair:hover circle {
  fill: #FF961E;
}
.sec-26 .box .right .slider .item .top .compair:hover rect {
  fill: #000;
}
.sec-26 .box .right .slider .item .top a {
  display: block;
  width: 100%;
  height: 100%;
}
.sec-26 .box .right .slider .item .top a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.sec-26 .box .right .slider .item .zag {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  padding: 19px 25px 11px 17px;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}
.sec-26 .box .right .slider .item .box {
  position: relative;
  z-index: 1;
  margin: auto 0 0 0;
  gap: 12px 0;
  padding: 0 15px 0 17px;
  align-items: center;
  border: none;
  justify-content: space-between;
}
.sec-26 .box .right .slider .item .box .star {
  display: flex;
  justify-content: flex-start;
  gap: 5px;
  border-right: 1px solid #555;
  width: 47%;
}
.sec-26 .box .right .slider .item .box .star span {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
.sec-26 .box .right .slider .item .box .coment {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 7px;
  width: 46.5%;
}
.sec-26 .box .right .slider .item .box .coment span {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
.sec-26 .box .right .slider .item .box .lf {
  width: 40%;
  margin: 7px 0 0 0;
}
.sec-26 .box .right .slider .item .box .lf .sale {
  color: #E63D3D;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.sec-26 .box .right .slider .item .box .lf .sale + .price {
  color: #555;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration-line: line-through;
  text-transform: uppercase;
}
.sec-26 .box .right .slider .item .box .lf .price {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.sec-26 .box .right .slider .item .box .add-cart {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  gap: 11px;
  margin: 5px 0 0 0;
}
.sec-26 .box .right .slider .item .box .add-cart .up-sale {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  background: linear-gradient(0deg, #FF1E1E -90%, #B19311 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 7px;
}
.sec-26 .box .right .slider .item .box .add-cart .up-sale:before {
  content: "";
  background: url("../img/fire.svg") 0 0 no-repeat;
  width: 18px;
  height: 22px;
}
.sec-26 .box .right .slider .item .box .add-cart svg {
  width: 50px;
  height: 37px;
}
.sec-26 .box .right .slider .item .box .add-cart rect {
  transition: all 0.5s;
}
.sec-26 .box .right .slider .item .box .add-cart a:hover rect {
  fill: #fff;
}
.sec-26 .box .right .slider .item .dostav {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #202020;
  margin: 17px 0 0 0;
  height: 35px;
  gap: 3px;
}
.sec-26 .box .right .slider .item .dostav .label {
  color: #555;
  font-family: "Basis Grotesque Pro", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.sec-26 .box .right .slider .item:hover {
  background: #282828;
}
.sec-26 .box .right .slider .item:hover .top a img {
  transform: scale(1.1);
}
.sec-26 .box .right .slider .item:hover .zag {
  color: #FF961E;
}
.sec-26 .box .right .slider .har {
  margin-top: 8px;
}
.sec-26 .box .right .slider .har .item {
  background: #1C1C1C;
  width: 100%;
  height: 44px;
  color: #949494;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 45px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 10px;
  margin-bottom: 2px;
}
.sec-26 .box .right .slider .har .item:last-child {
  margin: 0;
}
.sec-26 .box .right .slider .swiper-button-next {
  position: absolute;
  top: 15px;
  right: 13px;
  left: auto;
  opacity: 1;
  margin: 0;
  color: transparent;
  height: 21px;
}
.sec-26 .box .right .slider .swiper-button-next path {
  transition: all 0.5s;
}
.sec-26 .box .right .slider .swiper-button-next:hover path {
  stroke: #FF961E;
}
.sec-26 .box .right .slider .swiper-button-prev {
  position: absolute;
  top: 15px;
  right: 91px;
  left: auto;
  opacity: 1;
  margin: 0;
  color: transparent;
  height: 21px;
}
.sec-26 .box .right .slider .swiper-button-prev path {
  transition: all 0.5s;
}
.sec-26 .box .right .slider .swiper-button-prev:hover path {
  stroke: #FF961E;
}
.sec-26 .box .right .slider .swiper-pagination {
  bottom: 0;
}
.sec-26 .box .right .slider .swiper-pagination .swiper-pagination-bullet {
  border-radius: 6.646px;
  background: #D9D9D9;
  width: 6.646px;
  height: 6.646px;
  transition: all 0.5s;
  margin: 0 3px;
  opacity: 1;
}
.sec-26 .box .right .slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #FF961E;
}

.sec-27 {
  padding: 130px 0 111px 0;
}
.sec-27 .title {
  color: #FFF;
  font-family: "EuropeExt", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 62px;
  margin: 37px 0 54px 27px;
}
.sec-27 .teg {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0 0 47px 21px;
  gap: 6px;
}
.sec-27 .teg a {
  background: #1C1C1C;
  color: #FFF;
  text-align: center;
  font-family: "Basis Grotesque Pro", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 9px 15px 9px 12px;
  min-width: 81px;
}
.sec-27 .teg a.active {
  background: #FF961E;
  color: #131313;
}
.sec-27 .teg a:hover {
  background: #FF961E;
  color: #131313;
}
.sec-27 .item {
  margin: 0 auto 72px auto;
  max-width: 1685px;
}
.sec-27 .item:last-child {
  margin: 0 auto;
}
.sec-27 .item .zag {
  color: #FFF;
  font-family: "Basis Grotesque Pro", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 11px;
}
.sec-27 .item .panel {
  margin: 0 0 2px 0;
  max-width: 100%;
}
.sec-27 .item .panel .panel-heading.in a {
  background: #282828;
}
.sec-27 .item .panel .panel-heading.in a svg {
  transform: rotate(180deg);
}
.sec-27 .item .panel .panel-heading a {
  color: #949494;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  background: #1C1C1C;
  display: flex;
  justify-content: space-between;
  padding: 24px 30px;
}
.sec-27 .item .panel .panel-heading a svg {
  transition: all 0.5s;
}
.sec-27 .item .panel .panel-heading a path {
  transition: all 0.5s;
}
.sec-27 .item .panel .panel-collapse .panel-body {
  background: #282828;
  color: #555;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  padding: 0 0 35px 29px;
}
.sec-27 .item .panel .panel-collapse .panel-body p {
  max-width: 661px;
}

.sec-28 {
  padding: 129px 0 143px 0;
}
.sec-28 .title {
  color: #FFF;
  font-family: "EuropeExt", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 62px;
  margin: 37px 0 60px 20px;
}
.sec-28 .text {
  color: #949494;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  padding: 0 0 55px 19px;
  max-width: 1200px;
}
.sec-28 .box {
  padding: 0 0 33px 17px;
  max-width: 1624px;
  gap: 16px 0;
}
.sec-28 .box .item {
  width: 19.3%;
  height: 335px;
  background: #1C1C1C;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
  padding: 23px 32px;
}
.sec-28 .box .item:after {
  content: "";
  border-radius: 2045px;
  opacity: 0;
  background: #FF961E;
  filter: blur(49.5px);
  width: 2045px;
  height: 702px;
  position: absolute;
  left: -700px;
  top: 235px;
  transition: all 0.5s;
}
.sec-28 .box .item .zag {
  color: #FFF;
  font-family: "Basis Grotesque Pro", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.sec-28 .box .item .cifr {
  color: #FFF;
  font-family: "Basis Grotesque Pro", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: -5px 0 -10px 0;
}
.sec-28 .box .item .txt {
  color: #555;
  font-family: "Basis Grotesque Pro", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.sec-28 .box .item .icon {
  margin: auto 4px 5px auto;
}
.sec-28 .box .item .icon path {
  transition: all 0.5s;
}
.sec-28 .box .item:hover:after {
  opacity: 0.2;
}
.sec-28 .box .item:hover .icon path {
  fill: #FF961E;
}
.sec-28 .box .big {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  background: #1C1C1C;
  width: 49.5%;
  padding: 49px 60px 62px 89px;
}
.sec-28 .box .big:after {
  content: "";
  border-radius: 2045px;
  background: #FF961E;
  filter: blur(49.5px);
  width: 5231.242px;
  height: 804.681px;
  position: absolute;
  left: -2615px;
  top: 275px;
  opacity: 0;
  transition: all 0.5s;
}
.sec-28 .box .big .left {
  width: auto;
  height: auto;
  padding: 61px 0 0 0;
}
.sec-28 .box .big .left .icon {
  padding: 0 0 23px 8px;
}
.sec-28 .box .big .left .icon path {
  transition: all 0.5s;
}
.sec-28 .box .big .left .zag {
  color: #FFF;
  font-family: "Basis Grotesque Pro", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
}
.sec-28 .box .big .right {
  width: 66%;
  color: #949494;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
}
.sec-28 .box .big:hover .left .icon path {
  fill: #FF961E;
}
.sec-28 .box .big:hover:after {
  opacity: 0.2;
}

.sec-29 {
  padding: 130px 0 380px 0;
}
.sec-29 .bg {
  background: #1C1C1C;
  padding: 56px 90px 92px 130px;
  margin: 118px auto 23px auto;
  max-width: 954px;
}
.sec-29 .bg:last-child {
  margin: 0 auto;
  padding: 58px 90px 60px 130px;
}
.sec-29 .bg .title {
  color: #FFF;
  font-family: "Basis Grotesque Pro", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 30px;
}
.sec-29 .bg form {
  width: 100%;
}
.sec-29 .bg form .item {
  width: 100%;
  margin-bottom: 36px;
}
.sec-29 .bg form .item label {
  color: #8B8B8B;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: block;
  margin: 0 0 8px 2px;
}
.sec-29 .bg form .item input {
  color: #fff;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: block;
  border-radius: 4px;
  background: #232323;
  width: 100%;
  height: 50px;
  padding: 0 10px;
  border: 1px solid transparent;
  transition: all 0.5s;
}
.sec-29 .bg form .item input:focus {
  border: 1px solid #FF961E;
}
.sec-29 .bg form .chek {
  margin: -15px 0 52px 0;
}
.sec-29 .bg form .chek input {
  display: none;
}
.sec-29 .bg form .chek input:checked + label:after {
  background: #FF961E;
}
.sec-29 .bg form .chek input:checked + label:before {
  opacity: 1;
}
.sec-29 .bg form .chek label {
  position: relative;
  padding: 0 0 0 38px;
  cursor: pointer;
  color: #8B8B8B;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.sec-29 .bg form .chek label:after {
  content: "";
  width: 24px;
  height: 25px;
  border-radius: 4px;
  background: #232323;
  position: absolute;
  top: -3px;
  left: 0;
  transition: all 0.5s;
}
.sec-29 .bg form .chek label:before {
  content: "";
  width: 12px;
  height: 10px;
  background: url("../img/arrow2.svg") 0 0 no-repeat;
  position: absolute;
  top: 5px;
  left: 5px;
  transition: all 0.5s;
  opacity: 0;
  z-index: 1;
}
.sec-29 .bg form button {
  border-radius: 99px;
  background: #FF961E;
  width: 100%;
  height: 50px;
  color: #000;
  text-align: center;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: -1px 0 35px 0;
  transition: all 0.5s;
}
.sec-29 .bg form button:hover {
  background: #000;
  color: #fff;
}
.sec-29 .bg form .btn {
  border-radius: 99px;
  background: transparent;
  border: 1px solid #FF961E;
  width: 100%;
  height: 50px;
  color: #FF961E;
  text-align: center;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 35px 0;
  transition: all 0.5s;
}
.sec-29 .bg form .btn:hover {
  background: #FF961E;
  color: #000;
}
.sec-29 .bg form .box button {
  width: 49%;
  margin: 0;
}
.sec-29 .bg form .box .btn {
  width: 49%;
  margin: 0;
}
.sec-29 .bg form .text {
  color: #8B8B8B;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  margin: 28px 0 -17px 0;
  max-width: 100%;
}
.sec-29 .bg form .text a {
  color: #8B8B8B;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.sec-29 .bg form .text a:hover {
  text-decoration-line: none;
}
.sec-29 .bg .zag {
  color: #FFF;
  font-family: "Basis Grotesque Pro", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.sec-29 .bg .text {
  color: #8B8B8B;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  max-width: 300px;
  margin: 16px 0 46px 0;
}
.sec-29 .bg .btn {
  border-radius: 99px;
  background: #FF961E;
  width: 100%;
  height: 50px;
  color: #000;
  text-align: center;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 26px 0 0 0;
  transition: all 0.5s;
}
.sec-29 .bg .btn:hover {
  background: #000;
  color: #fff;
}

.sec-30 {
  padding: 0 0 135px 0;
  overflow: hidden;
}
.sec-30 .box {
  gap: 13px 1px;
}
.sec-30 .box:first-child {
  padding: 16px 0 18px 25px;
  justify-content: flex-start;
  gap: 21px;
  border-top: 1px solid #232323;
}
.sec-30 .box .title {
  color: #FFF;
  font-family: "Basis Grotesque Pro", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.sec-30 .box .link {
  color: #595959;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  margin-bottom: 3px;
}
.sec-30 .box .link circle {
  transition: all 0.5s;
}
.sec-30 .box .link:hover {
  color: #fff;
}
.sec-30 .box .link:hover circle {
  fill: #fff;
}
.sec-30 .slider {
  width: 100%;
  position: relative;
  padding-bottom: 69px;
}
.sec-30 .slider .swiper-slide {
  height: auto;
}
.sec-30 .slider:after {
  content: "";
  width: 419px;
  height: 664px;
  background: linear-gradient(270deg, #131313 63.01%, rgba(19, 19, 19, 0) 101.19%);
  position: absolute;
  top: 0;
  right: -190px;
  z-index: 1;
}
.sec-30 .slider .item {
  width: 100%;
  background: #202020;
  padding: 18px 20px;
  position: relative;
  overflow: hidden;
}
.sec-30 .slider .item:after {
  content: "";
  width: 287px;
  height: 238px;
  border-radius: 287px;
  background: #FF8C00;
  filter: blur(49.5px);
  position: absolute;
  left: 0;
  right: 0;
  bottom: -150px;
  margin: 0;
  transition: all 0.5s;
  opacity: 0;
}
.sec-30 .slider .item .top {
  position: relative;
  z-index: 1;
  height: 250px;
  overflow: hidden;
}
.sec-30 .slider .item .top .sale {
  background: #B61515;
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 3px 7px;
}
.sec-30 .slider .item .top a {
  display: block;
  width: 100%;
  height: 100%;
}
.sec-30 .slider .item .top a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-30 .slider .item .day {
  color: #0A5;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin: 12px 0 6px 2px;
  position: relative;
  z-index: 1;
}
.sec-30 .slider .item .zag {
  color: #FFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin: 0 0 16px 2px;
  position: relative;
  z-index: 1;
}
.sec-30 .slider .item .time {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  color: #FFF;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin: 0 0 18px 2px;
  position: relative;
  z-index: 1;
}
.sec-30 .slider .item .time span {
  width: 61.016px;
  height: 37.778px;
  border: 1px solid #3C3C3C;
  text-align: center;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec-30 .slider .item .box {
  position: relative;
  z-index: 1;
}
.sec-30 .slider .item .box .lf {
  width: 50%;
  padding: 0 0 0 2px;
}
.sec-30 .slider .item .box .lf .sale {
  color: #E63D3D;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.sec-30 .slider .item .box .lf .price {
  color: #6E6E6E;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration-line: line-through;
  text-transform: uppercase;
}
.sec-30 .slider .item .box .add-cart {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.sec-30 .slider .item .box .add-cart rect {
  transition: all 0.5s;
}
.sec-30 .slider .item .box .add-cart:hover rect {
  fill: #fff;
}
.sec-30 .slider .item:hover:after {
  opacity: 0.2;
}
.sec-30 .slider .swiper-button-next {
  position: absolute;
  top: -51px;
  right: 58px;
  left: auto;
  opacity: 1;
  margin: 0;
  color: transparent;
  height: 21px;
}
.sec-30 .slider .swiper-button-next path {
  transition: all 0.5s;
}
.sec-30 .slider .swiper-button-next:hover path {
  stroke: #FF961E;
}
.sec-30 .slider .swiper-button-prev {
  position: absolute;
  top: -51px;
  right: 136px;
  left: auto;
  opacity: 1;
  margin: 0;
  color: transparent;
  height: 21px;
}
.sec-30 .slider .swiper-button-prev path {
  transition: all 0.5s;
}
.sec-30 .slider .swiper-button-prev:hover path {
  stroke: #FF961E;
}
.sec-30 .slider .swiper-pagination {
  display: none;
}

.sec-31 {
  padding: 130px 0 123px 0;
}
.sec-31 .title {
  color: #FFF;
  font-family: "EuropeExt", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 62px;
  margin: 36px 0 75px 26px;
}
.sec-31 .box {
  gap: 2px;
  justify-content: flex-start;
}
.sec-31 .box .item {
  width: 16.5%;
  height: 157px;
  background: #1C1C1C;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
.sec-31 .box .item img {
  max-height: 120px;
}
.sec-31 .box .item:hover {
  background: #212121;
}
.sec-31 .pagination {
  margin: 122px 0 0 0;
}
.sec-31 .pagination ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.sec-31 .pagination ul li:first-child a {
  color: #FFF;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 17px;
  border: none;
  border-radius: 2px;
  background: #191919;
  width: 118px;
  height: 39px;
  padding: 0;
  margin-right: 33px;
}
.sec-31 .pagination ul li:first-child a.disabled {
  color: #555;
  cursor: default;
  pointer-events: none;
}
.sec-31 .pagination ul li:first-child a.disabled path {
  stroke: #555;
  transition: all 0.5s;
}
.sec-31 .pagination ul li:first-child a:hover {
  color: #fff;
  background: #FF961E;
}
.sec-31 .pagination ul li:first-child a:hover path {
  stroke: #fff;
}
.sec-31 .pagination ul li:last-child a {
  color: #FFF;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 17px;
  border: none;
  border-radius: 2px;
  background: #191919;
  width: 118px;
  height: 39px;
  padding: 0;
  margin-left: 33px;
}
.sec-31 .pagination ul li:last-child a:hover {
  color: #fff;
  background: #FF961E;
}
.sec-31 .pagination ul li a {
  color: #868686;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  border-bottom: 2px solid transparent;
  padding: 8px 6px;
}
.sec-31 .pagination ul li a.active {
  color: #FF961E;
  border-bottom: 2px solid #FF961E;
}
.sec-31 .pagination ul li a svg {
  flex-shrink: 0;
}
.sec-31 .pagination ul li a:hover {
  color: #FF961E;
}
.sec-31 .pagination .all {
  color: #555;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  margin: 24px auto 0 auto;
  width: fit-content;
}

.sec-32 {
  padding: 119px 0 178px 0;
}
.sec-32 .title {
  color: #FFF;
  font-family: "EuropeExt", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 62px;
  margin: 37px 0 107px 17px;
}
.sec-32 .bg {
  background: #1C1C1C;
  padding: 57px 92px 32px 133px;
  max-width: 960px;
  margin: 0 auto;
}
.sec-32 .bg .zag {
  color: #FFF;
  font-family: "Basis Grotesque Pro", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 24px;
}
.sec-32 .bg .ili {
  color: #8B8B8B;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 0 47px 0;
}
.sec-32 .bg .ili:before {
  content: "";
  background: #232323;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.sec-32 .bg .ili span {
  background: #1C1C1C;
  z-index: 1;
  padding: 0 57px;
}
.sec-32 .bg form {
  width: 100%;
}
.sec-32 .bg form .item {
  width: 100%;
  margin-bottom: 39px;
}
.sec-32 .bg form .item label {
  color: #8B8B8B;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: block;
  margin: 0 0 8px 2px;
}
.sec-32 .bg form .item input {
  color: #fff;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: block;
  border-radius: 4px;
  background: #232323;
  width: 100%;
  height: 50px;
  padding: 0 10px;
  border: 1px solid transparent;
  transition: all 0.5s;
}
.sec-32 .bg form .item input:focus {
  border: 1px solid #FF961E;
}
.sec-32 .bg form .box .item {
  width: 49%;
  margin-bottom: 41px;
}
.sec-32 .bg form button {
  border-radius: 99px;
  background: #FF961E;
  width: 100%;
  height: 50px;
  color: #000;
  text-align: center;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: -1px 0 35px 0;
  transition: all 0.5s;
}
.sec-32 .bg form button:hover {
  background: #000;
  color: #fff;
}

.sec-33 {
  padding: 130px 0 113px 0;
}
.sec-33 .title {
  color: #FFF;
  font-family: "EuropeExt", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 62px;
  margin: 35px 0 50px 18px;
}
.sec-33 .box {
  padding: 0 21px;
}
.sec-33 .box .item {
  background: #1C1C1C;
  width: 24.8%;
  height: 577px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sec-33 .box .item:after {
  content: "";
  border-radius: 2737.661px;
  opacity: 0;
  background: #FF961E;
  filter: blur(49.5px);
  width: 2737px;
  height: 702px;
  position: absolute;
  left: -1368px;
  top: 465px;
  transition: all 0.5s;
}
.sec-33 .box .item .icon {
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec-33 .box .item .icon path {
  transition: all 0.5s;
}
.sec-33 .box .item .zag {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 42px 0;
}
.sec-33 .box .item:hover path {
  fill: #FF961E;
}
.sec-33 .box .item:hover:after {
  opacity: 0.2;
}

.sec-34 {
  padding: 130px 0 128px 0;
}
.sec-34 .title {
  color: #FFF;
  font-family: "EuropeExt", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 62px;
  margin: 36px 0 37px 18px;
}
.sec-34 .item-top {
  display: flex;
  justify-content: flex-start;
  max-width: 1686px;
  margin: 0 auto 11px auto;
  padding: 0 10px 0 21px;
}
.sec-34 .item-top .name {
  color: #949494;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  width: 16.2%;
}
.sec-34 .item-top .name:nth-child(2) {
  width: 36.6%;
}
.sec-34 .item-top .name:nth-child(3) {
  width: 26.7%;
}
.sec-34 .item-top .name:nth-child(4) {
  width: 13.3%;
}
.sec-34 .item-top .name:nth-child(5) {
  width: 119px;
}
.sec-34 .item {
  background: #1C1C1C;
  width: 100%;
  height: 59px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transition: all 0.5s;
  max-width: 1686px;
  margin: 0 auto 4px auto;
  padding: 0 10px 0 21px;
}
.sec-34 .item .date {
  color: #949494;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: 16.2%;
}
.sec-34 .item .zakaz {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: 36.6%;
}
.sec-34 .item .status {
  width: 26.7%;
}
.sec-34 .item .status span {
  color: #131313;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 6px;
  padding: 8.5px 12px 8.5px 8px;
  width: fit-content;
}
.sec-34 .item .status span:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 5px;
}
.sec-34 .item .status.red span {
  background: #DF5E5E;
}
.sec-34 .item .status.red span:before {
  background: #9C080B;
}
.sec-34 .item .status.yellow span {
  background: #FF9335;
}
.sec-34 .item .status.yellow span:before {
  background: #FFDD00;
}
.sec-34 .item .status.green span {
  background: #94F07F;
}
.sec-34 .item .status.green span:before {
  background: #31AA16;
}
.sec-34 .item .price {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: 13.3%;
}
.sec-34 .item .btn a {
  border-radius: 99px;
  background: #3B3B3B;
  width: 119px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.sec-34 .item .btn a:hover {
  background: #FF961E;
  color: #000;
}
.sec-34 .item:hover {
  background: #242424;
}
.sec-34 .item:hover .btn a {
  background: #FF961E;
  color: #000;
}
.sec-34 .pagination {
  margin: 130px 0 0 0;
}
.sec-34 .pagination ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.sec-34 .pagination ul li:first-child a {
  color: #FFF;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 17px;
  border: none;
  border-radius: 2px;
  background: #191919;
  width: 118px;
  height: 39px;
  padding: 0;
  margin-right: 33px;
}
.sec-34 .pagination ul li:first-child a.disabled {
  color: #555;
  cursor: default;
  pointer-events: none;
}
.sec-34 .pagination ul li:first-child a.disabled path {
  stroke: #555;
  transition: all 0.5s;
}
.sec-34 .pagination ul li:first-child a:hover {
  color: #fff;
  background: #FF961E;
}
.sec-34 .pagination ul li:first-child a:hover path {
  stroke: #fff;
}
.sec-34 .pagination ul li:last-child a {
  color: #FFF;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 17px;
  border: none;
  border-radius: 2px;
  background: #191919;
  width: 118px;
  height: 39px;
  padding: 0;
  margin-left: 33px;
}
.sec-34 .pagination ul li:last-child a:hover {
  color: #fff;
  background: #FF961E;
}
.sec-34 .pagination ul li a {
  color: #868686;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  border-bottom: 2px solid transparent;
  padding: 8px 6px;
}
.sec-34 .pagination ul li a.active {
  color: #FF961E;
  border-bottom: 2px solid #FF961E;
}
.sec-34 .pagination ul li a svg {
  flex-shrink: 0;
}
.sec-34 .pagination ul li a:hover {
  color: #FF961E;
}
.sec-34 .pagination .all {
  color: #555;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  margin: 24px auto 0 auto;
  width: fit-content;
}

.sec-35 {
  padding: 130px 0 103px 0;
}
.sec-35 .title {
  color: #FFF;
  font-family: "EuropeExt", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 62px;
  margin: 35px 0 65px 18px;
}
.sec-35 .bg {
  background: #1C1C1C;
  max-width: 960px;
  margin: 0 auto;
  padding: 72px 108px 88px 120px;
}
.sec-35 .zag {
  color: #FFF;
  font-family: "Basis Grotesque Pro", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 33px;
}
.sec-35 form {
  width: 100%;
}
.sec-35 form .zag {
  margin: 69px 0 28px 0;
}
.sec-35 form .box {
  flex-wrap: nowrap;
  gap: 16px;
}
.sec-35 form .item {
  width: 100%;
  margin-bottom: 24px;
}
.sec-35 form .item label {
  color: #8B8B8B;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: block;
  margin: 0 0 8px 2px;
}
.sec-35 form .item input {
  color: #fff;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: block;
  border-radius: 4px;
  background: #232323;
  width: 100%;
  height: 50px;
  padding: 0 10px;
  border: 1px solid transparent;
  transition: all 0.5s;
}
.sec-35 form .item input:focus {
  border: 1px solid #FF961E;
}
.sec-35 form .item textarea {
  color: #fff;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: block;
  border-radius: 4px;
  background: #232323;
  width: 100%;
  height: 142px;
  resize: none;
  outline: none;
  padding: 10px;
  border: 1px solid transparent;
  transition: all 0.5s;
}
.sec-35 form .item textarea:focus {
  border: 1px solid #FF961E;
}
.sec-35 form .chek {
  margin: -4px auto 53px auto;
  width: fit-content;
}
.sec-35 form .chek input {
  display: none;
}
.sec-35 form .chek input:checked + label:after {
  background: #FF961E;
}
.sec-35 form .chek input:checked + label:before {
  opacity: 1;
}
.sec-35 form .chek label {
  position: relative;
  padding: 0 0 0 38px;
  cursor: pointer;
  color: #8B8B8B;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.sec-35 form .chek label:after {
  content: "";
  width: 22px;
  height: 22px;
  background: #232323;
  position: absolute;
  top: -3px;
  left: 4px;
  transition: all 0.5s;
}
.sec-35 form .chek label:before {
  content: "";
  width: 12px;
  height: 10px;
  background: url("../img/arrow2.svg") 0 0 no-repeat;
  position: absolute;
  top: 3px;
  left: 9px;
  transition: all 0.5s;
  opacity: 0;
  z-index: 1;
}
.sec-35 form button {
  border-radius: 99px;
  background: #FF961E;
  width: 100%;
  height: 50px;
  color: #000;
  text-align: center;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: -1px 0 22px 0;
  transition: all 0.5s;
}
.sec-35 form button:hover {
  background: #000;
  color: #fff;
}
.sec-35 form p {
  color: #8B8B8B;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
}
.sec-35 form p a {
  color: #8B8B8B;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.sec-35 form p a:hover {
  text-decoration-line: none;
}

.sec-36 {
  padding: 130px 0 114px 0;
}
.sec-36 .title {
  color: #FFF;
  font-family: "EuropeExt", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 62px;
  margin: 36px 0 56px 18px;
}
.sec-36 .box {
  padding: 0 17px 0 16px;
}
.sec-36 .box .item {
  background: #1C1C1C;
  width: 49.6%;
  height: 367px;
  padding: 25px 24px 24px 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sec-36 .box .item .zag {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  width: 155px;
  margin: 0 0 0 3px;
}
.sec-36 .box .item .count {
  color: #FFF;
  text-align: center;
  font-size: 128px;
  font-style: normal;
  font-weight: 500;
  line-height: 64px;
  margin-bottom: 37px;
}
.sec-36 .box .item .text {
  color: #929292;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  width: 30%;
  padding: 0 0 7px 0;
}
.sec-36 .box .item .box {
  padding: 0;
  align-items: flex-end;
}
.sec-36 .box .item .box .text {
  padding: 0 0 2px 0;
}
.sec-36 .box .item .box .info a {
  color: #FF961E;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.sec-36 .box .item .box .info a:hover {
  color: #fff;
}

.sec-37 {
  padding: 130px 0 161px 0;
}
.sec-37 .title {
  color: #FFF;
  font-family: "EuropeExt", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 62px;
  margin: 36px 0 114px 18px;
}
.sec-37 .bg {
  background: #1C1C1C;
  margin: 0 auto;
  max-width: 960px;
  padding: 75px 107px 86px 118px;
}
.sec-37 form {
  width: 100%;
}
.sec-37 form .item {
  width: 100%;
  margin-bottom: 28px;
}
.sec-37 form .item label {
  color: #8B8B8B;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: block;
  margin: 0 0 8px 2px;
}
.sec-37 form .item input {
  color: #fff;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: block;
  border-radius: 4px;
  background: #232323;
  width: 100%;
  height: 50px;
  padding: 0 10px;
  border: 1px solid transparent;
  transition: all 0.5s;
}
.sec-37 form .item input:focus {
  border: 1px solid #FF961E;
}
.sec-37 form button {
  border-radius: 99px;
  background: #FF961E;
  width: 100%;
  height: 50px;
  color: #000;
  text-align: center;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 36px 0 0 0;
  transition: all 0.5s;
}
.sec-37 form button:hover {
  background: #000;
  color: #fff;
}

.popup-fade {
  display: none;
  position: fixed;
  z-index: 999999999;
  background: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.popup-fade .popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 649px;
  width: 100%;
  max-height: fit-content;
  height: 95%;
  margin: auto;
  background: #1C1C1C;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  z-index: 99999;
  opacity: 1;
  overflow: hidden;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding: 60px 92px 60px 92px;
}
.popup-fade .popup::-webkit-scrollbar {
  display: none;
}
.popup-fade .popup .popup-close {
  position: absolute;
  top: 7px;
  right: 3px;
  transition: all 0.5s;
  z-index: 2;
}
.popup-fade .popup .title {
  color: #FFF;
  font-family: "EuropeExt", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  margin-bottom: 46px;
}
.popup-fade .popup form {
  width: 100%;
}
.popup-fade .popup form .group {
  width: 100%;
  margin-bottom: 32px;
}
.popup-fade .popup form .group:nth-child(2) {
  margin-bottom: 27px;
}
.popup-fade .popup form .group:nth-child(3) {
  margin-bottom: 0;
}
.popup-fade .popup form .group input {
  border-radius: 4px;
  background: #232323;
  width: 100%;
  height: 50px;
  color: #8B8B8B;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 0 20px;
  transition: all 0.5s;
  border: 1px solid transparent;
}
.popup-fade .popup form .group input:focus {
  border: 1px solid #FF961E;
}
.popup-fade .popup form .group textarea {
  border-radius: 4px;
  background: #232323;
  width: 100%;
  height: 199px;
  color: #8B8B8B;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 20px;
  transition: all 0.5s;
  resize: none;
  border: none;
  outline: 0;
  border: 1px solid transparent;
}
.popup-fade .popup form .group textarea:focus {
  border: 1px solid #FF961E;
}
.popup-fade .popup form .group label {
  display: block;
  color: #8B8B8B;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 8px;
}
.popup-fade .popup form .btn {
  border-radius: 999px;
  background: #FF961E;
  width: 100%;
  height: 38px;
  color: #000;
  text-align: center;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 15px;
  margin: 20px 0 17px 0;
  transition: all 0.5s;
}
.popup-fade .popup form .btn:hover {
  background: #000;
  color: #fff;
}
.popup-fade .popup form p {
  color: #8B8B8B;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
}
.popup-fade .popup form p a {
  color: #8B8B8B;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.popup-fade .popup form p a:hover {
  text-decoration-line: none;
}

@media (max-width: 1785px) {
  .wrapper {
    max-width: 1320px;
  }
  header .wrapper {
    max-width: 1320px;
  }
  header .menu ul li .sub-menu ul {
    max-width: 1320px;
  }
  .sec-1 .box .slider {
    width: 62%;
  }
  .sec-1 .box .slider .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .sec-1 .box .slider .box {
    padding: 23px 15px 0 15px;
    align-items: center;
    height: 400px;
  }
  .sec-1 .box .slider .box .left {
    width: 46%;
  }
  .sec-1 .box .slider .box .left .zag {
    font-size: 49px;
  }
  .sec-1 .box .right {
    width: 38%;
  }
  .sec-2 .box .item {
    width: 24.9%;
  }
  .sec-2.s-kolokcii .box .item {
    width: 428px;
  }
  .sec-3 .box .item {
    width: 24.9%;
  }
  .sec-10 .text {
    max-width: 900px;
  }
  .sec-10 .img-1 {
    left: -150px;
  }
  .sec-10 .img-2 {
    right: -210px;
  }
  .sec-11 .box {
    gap: 12%;
  }
  .sec-12.s-brendom .box .right {
    width: 79%;
  }
  .sec-13 .slider .item {
    width: 100%;
  }
  .sec-14 .box .left {
    width: 21%;
  }
  .sec-14 .box .right {
    width: 78.9%;
  }
  .sec-14 .box .right .box .item {
    width: calc(33.3333333% - 2px);
  }
  .sec-14 .box .right .box .item .zag {
    padding: 19px 10px 11px 10px;
  }
  .sec-14 .box .right .box .item .box {
    padding: 0 10px;
  }
  .sec-16 .box .item {
    width: calc(25% - 2px);
  }
  .sec-17 .box .right {
    width: 61%;
  }
  .sec-17 .box .right .bg {
    width: 52%;
  }
  .sec-17 .box .right .bg .box .add-cart {
    width: 68%;
  }
  .sec-17 .box .right .bg .box .wishlist {
    margin: 0 5px 0 auto;
  }
  .sec-18.s-zakaz .box .left .item-top .name {
    width: 55.4%;
  }
  .sec-18.s-zakaz .box .left .item-top .name:nth-child(2) {
    width: 17.9%;
  }
  .sec-18.s-zakaz .box .left .item-top .name:nth-child(3) {
    width: 13%;
  }
  .sec-18.s-zakaz .box .left .item .center {
    width: 30%;
  }
  .sec-18.s-zakaz .box .left .item .price {
    width: 17%;
  }
  .sec-21 .box .left {
    width: 69%;
  }
  .sec-21 .box .right {
    width: 30%;
  }
  .sec-24 .box .item {
    width: 24%;
  }
  .sec-28 .box .item {
    padding: 20px;
  }
  .sec-28 .box .big {
    padding: 49px 40px 62px 40px;
  }
  .sec-36 .box .item .text {
    width: 40%;
  }
}
@media (max-width: 1399px) {
  .wrapper {
    max-width: 1140px;
  }
  header .wrapper {
    max-width: 1140px;
  }
  header .box .search {
    margin-right: 10px;
  }
  header .menu ul {
    padding: 0;
    gap: 25px;
  }
  header .menu ul li .sub-menu ul {
    max-width: 1140px;
  }
  .sec-1 .box .slider {
    width: 55%;
  }
  .sec-1 .box .slider .box {
    padding: 0 15px;
    align-items: flex-end;
    height: 350px;
  }
  .sec-1 .box .slider .box .img {
    height: auto;
  }
  .sec-1 .box .right {
    width: 45%;
  }
  .sec-2.s-kolokcii .box .item {
    width: 368px;
  }
  .sec-4 .box .item .img {
    right: -70px;
  }
  .sec-4 .box .item.new .img {
    width: 71%;
    right: -155px;
  }
  .sec-10 .title {
    max-width: 600px;
    font-size: 47px;
  }
  .sec-10 .text {
    max-width: 600px;
  }
  .sec-12 .box {
    margin: 37px 0 0 0;
  }
  .sec-12.s-brendom .box .right {
    width: 76%;
  }
  .sec-14 .box .left {
    width: 25%;
  }
  .sec-14 .box .right {
    width: 74.9%;
  }
  .sec-14 .box .right .box .item {
    width: calc(33.4% - 2px);
  }
  .sec-16 .box .item {
    width: calc(25% - 2px);
  }
  .sec-17 .box .left {
    width: 57%;
  }
  .sec-17 .box .right {
    width: 40%;
  }
  .sec-17 .box .right .info {
    width: 100%;
    margin-bottom: 20px;
  }
  .sec-17 .box .right .bg {
    width: 100%;
  }
  .sec-18.s-zakaz .box {
    padding: 0;
  }
  .sec-18.s-zakaz .box .left .item-top .name {
    width: 58.4%;
  }
  .sec-18.s-zakaz .box .left .item-top .name:nth-child(2) {
    width: 18.9%;
  }
  .sec-18.s-zakaz .box .left .item-top .name:nth-child(3) {
    width: 13%;
  }
  .sec-18.s-zakaz .box .left .item {
    padding: 20px;
  }
  .sec-18.s-zakaz .box .left .item .center {
    width: 30%;
  }
  .sec-18.s-zakaz .box .left .item .price {
    width: 16%;
  }
  .sec-21 .title {
    margin: 37px 0 51px 0;
  }
  .sec-21 .filter {
    margin: 0 0 21px 0;
  }
  .sec-21 .box {
    padding: 0;
  }
  .sec-24 .box .item {
    width: 23.9%;
  }
  .sec-24 .box .item .bot .box {
    gap: 15px;
  }
  .sec-26 .box .right .slider .item .box {
    justify-content: flex-start;
  }
  .sec-26 .box .right .slider .item .box .star {
    width: auto;
    margin-right: 10px;
    padding-right: 10px;
  }
  .sec-26 .box .right .slider .item .box .coment {
    width: auto;
  }
  .sec-26 .box .right .slider .item .box .lf {
    width: 100%;
    margin: 0;
    display: flex;
    justify-content: space-between;
  }
  .sec-28 .box .item .cifr {
    font-size: 40px;
  }
  .sec-31 .box .item {
    width: 19.8%;
  }
  .sec-33 .title {
    margin: 35px 0 50px 0;
  }
  .sec-33 .box {
    padding: 0;
  }
  .sec-33 .box .item {
    height: 350px;
  }
  .sec-34 .title {
    margin: 36px 0 37px 0;
  }
  .sec-36 .title {
    margin: 36px 0 56px 0;
  }
  .sec-36 .box {
    padding: 0;
  }
}
@media (max-width: 1199px) {
  .wrapper {
    max-width: 960px;
  }
  header .wrapper {
    max-width: 960px;
  }
  header .box .search {
    margin-right: 0;
    max-width: 555px;
  }
  header .menu ul li .sub-menu ul {
    max-width: 960px;
    padding: 0 15px;
  }
  .sec-1 .box .slider {
    width: 100%;
  }
  .sec-1 .box .slider .box {
    height: 100%;
  }
  .sec-1 .box .right {
    width: 100%;
  }
  .sec-2.s-kolokcii .box .item {
    width: 49.8%;
  }
  .sec-3 .box .item {
    width: 33.2%;
  }
  .sec-4 .box .item {
    width: 100%;
  }
  .sec-4 .box .item .img {
    right: -70px;
    height: 100%;
    top: auto;
    bottom: 0;
  }
  .sec-4 .box .item .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .sec-4 .box .item.new .img {
    width: 71%;
    right: -100px;
    top: auto;
    bottom: -25px;
  }
  .sec-8 .box {
    gap: 2px;
    flex-wrap: wrap;
  }
  .sec-8 .box .item {
    width: 33.1%;
  }
  .sec-9 .box {
    flex-wrap: wrap;
    gap: 2px;
  }
  .sec-9 .box .item {
    width: 100%;
  }
  .sec-10 .img-1, .sec-10 .img-2 {
    display: none;
  }
  .sec-10 .title {
    max-width: 100%;
  }
  .sec-10 .text {
    max-width: 100%;
  }
  .sec-11 .box {
    gap: 9%;
  }
  .sec-12 .box .title {
    font-size: 40px;
  }
  .sec-12.s-brendom .box .right {
    width: 71%;
  }
  .sec-14 .box .left {
    width: 29%;
  }
  .sec-14 .box .right {
    width: 70.9%;
  }
  .sec-14 .box .right .box .item {
    width: calc(50.1% - 2px);
  }
  .sec-16 .box .item {
    width: calc(33.4% - 2px);
  }
  .sec-18.s-zakaz .box .left .item-top .name {
    width: 56.4%;
  }
  .sec-18.s-zakaz .box .left .item-top .name:nth-child(2) {
    width: 18.9%;
  }
  .sec-18.s-zakaz .box .left .item-top .name:nth-child(3) {
    width: 13%;
  }
  .sec-18.s-zakaz .box .left .item .center {
    width: 27%;
  }
  .sec-18.s-zakaz .box .right {
    padding: 20px;
  }
  .sec-21 .box .left {
    width: 62%;
  }
  .sec-21 .box .right {
    width: 37%;
  }
  .sec-22 .menu .item {
    width: 25%;
  }
  .sec-24 .box .item {
    width: 32.1%;
  }
  .sec-28 .box {
    justify-content: flex-start;
    padding: 0 0 33px 0;
    gap: 16px;
  }
  .sec-28 .box .item {
    width: 32%;
  }
  .sec-28 .box .big {
    padding: 20px;
    width: 100%;
    align-items: center;
  }
  .sec-28 .box .big .left {
    height: fit-content;
    padding: 0;
  }
  .sec-28 .box .big .right {
    width: 80%;
  }
  .sec-31 .box .item {
    width: 24.8%;
  }
  .sec-33 .box {
    gap: 2px 0;
  }
  .sec-33 .box .item {
    width: 49.9%;
  }
  .sec-35 .title {
    margin: 35px 0 65px 0;
  }
  .sec-35 .bg {
    padding: 20px;
  }
  .sec-36 .box .item {
    padding: 20px;
  }
  .sec-36 .box .item .text {
    width: 53%;
  }
  .sec-37 .title {
    margin: 36px 0 114px 0;
  }
}
@media (max-width: 991px) {
  body:before {
    content: "";
    background: rgba(0, 0, 0, 0.78);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
  }
  body.no-scroll, body.no-scroll-no {
    overflow: hidden;
  }
  body.no-scroll:before, body.no-scroll-no:before {
    opacity: 1;
    visibility: visible;
  }
  body.no-scroll header, body.no-scroll-no header {
    background: transparent;
  }
  body.no-scroll header > .wrapper, body.no-scroll-no header > .wrapper {
    pointer-events: none;
    opacity: 0.5;
  }
  .wrapper {
    max-width: 720px;
  }
  header .wrapper {
    max-width: 720px;
  }
  header .box .search {
    max-width: 44%;
  }
  header .menu ul {
    gap: 10px;
  }
  header .menu ul li a {
    font-size: 10px;
  }
  header .menu ul li .sub-menu {
    padding: 10px 0;
    top: 108px;
  }
  header .menu ul li .sub-menu ul {
    max-width: 720px;
  }
  header .menu ul li .sub-menu ul li a {
    font-size: 12px;
    line-height: 25px;
  }
  .sec-2 .box .item {
    width: 33.1%;
  }
  .sec-2.s-kolokcii .box .item {
    width: 49.7%;
  }
  .sec-2.s-kolokcii .box .item .img img {
    height: 75%;
  }
  .sec-3 .box .item {
    width: 49.8%;
  }
  .sec-4.s-top .title {
    font-size: 48px;
    line-height: normal;
  }
  .sec-10 .bg {
    padding: 50px;
  }
  .sec-10 .bg:after {
    top: 350px;
    left: -50%;
  }
  .sec-11 .box {
    gap: 20px;
  }
  .sec-12 .title {
    font-size: 48px;
    margin: 37px 0 20px 0;
  }
  .sec-12 .box .title {
    font-size: 34px;
    line-height: normal;
  }
  .sec-12 .box .date {
    margin: 0 0 0 6px;
  }
  .sec-12.s-brendom .box {
    margin: 35px 0 0 0;
  }
  .sec-12.s-brendom .box .left {
    width: 100%;
  }
  .sec-12.s-brendom .box .right {
    width: 100%;
  }
  footer .box .left {
    width: 100%;
  }
  footer .box .left .logo {
    margin: 0 auto 40px auto;
    width: fit-content;
  }
  footer .box .left .form {
    margin: 0 auto;
    max-width: 300px;
    text-align: center;
  }
  footer .box .right {
    width: 100%;
    padding: 40px 0 0 0;
  }
  footer .text {
    padding: 26px 0 36px 0;
  }
  footer .foot .cent {
    gap: 10px;
  }
  footer .foot .cent a:first-child {
    padding: 0 10px 0 0;
  }
  footer .foot .soc {
    margin: 10px auto 0 auto;
  }
  .sec-14 .box .left {
    width: 286px;
    height: 100vh;
    display: block;
    position: fixed;
    left: -286px;
    top: 0;
    z-index: 10000;
    background: #1C1C1C;
    overflow: hidden;
    overflow-y: scroll;
    transition: all 0.5s;
  }
  .sec-14 .box .left.active {
    left: 0;
  }
  .sec-14 .box .left::-webkit-scrollbar {
    display: none;
  }
  .sec-14 .box .left > .zag {
    padding: 17px 0 2px 23px;
    margin: 0;
    background: url("../img/clouse.svg") 95% 90% no-repeat;
    width: 100%;
  }
  .sec-14 .box .left .bg {
    height: auto;
    padding: 29px 23px 50px 20px;
  }
  .sec-14 .box .left .bg .btn-reset {
    display: none;
  }
  .sec-14 .box .left .bg .btn {
    width: 243px;
    height: 50px;
    position: fixed;
    bottom: 0;
  }
  .sec-14 .box .right {
    width: 100%;
  }
  .sec-14 .box .right .filter {
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 10000;
    background: #1C1C1C;
    margin: 0;
    padding: 24px 13px 30px 16px;
  }
  .sec-14 .box .right .filter .label {
    font-size: 0;
    background: url("../img/clouse.svg") 99% 45% no-repeat;
    width: 100%;
    margin: 0 0 20px 3px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .sec-14 .box .right .filter .label:before {
    content: "Сортировать";
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    text-align: left;
  }
  .sec-14 .box .right .filter .selectt {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    width: 100%;
    height: 56px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border: none;
    margin: 0 0 5px 0;
    background: #292929;
    padding: 0 18px;
  }
  .sec-14 .box .right .filter .selectt + .selectt {
    margin: 0 0 5px 0;
  }
  .sec-14 .box .right .filter .selectt:last-child {
    margin-bottom: 0;
  }
  .sec-14 .box .right .filter .selectt:before {
    display: none;
  }
  .sec-14 .box .right .filter .selectt.active {
    background: #FF961E;
    color: #000;
  }
  .sec-14 .box .right .filter-mobile {
    display: flex;
    gap: 8px;
    margin-bottom: 31px;
  }
  .sec-14 .box .right .filter-mobile .filter-open {
    border-radius: 99px;
    background: #FF961E;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    text-align: center;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .sec-14 .box .right .filter-mobile .filter-fil {
    flex-shrink: 0;
  }
  .sec-15 .box {
    padding: 0;
  }
  .sec-16 .box .item {
    width: calc(50.1% - 2px);
  }
  .sec-17 .box .left {
    width: 100%;
    margin-bottom: 30px;
  }
  .sec-17 .box .right {
    width: 100%;
  }
  .sec-17 .otzivi .box {
    flex-direction: column-reverse;
  }
  .sec-17 .otzivi .box .left {
    width: 100%;
  }
  .sec-17 .otzivi .box .left .item .box {
    flex-direction: row;
  }
  .sec-17 .otzivi .box .right {
    width: 100%;
    margin-bottom: 2px;
  }
  .sec-18.s-zakaz .box .left {
    width: 100%;
  }
  .sec-18.s-zakaz .box .left .item-top .name {
    width: 57.4%;
  }
  .sec-18.s-zakaz .box .right {
    width: 100%;
    margin: 0;
  }
  .sec-18 .box {
    padding: 0;
  }
  .sec-18 .box .left {
    width: 100%;
    margin-bottom: 5px;
  }
  .sec-18 .box .right {
    width: 100%;
    padding: 21px 30px;
  }
  .sec-19 .title {
    margin: 30px 0 4px 0;
  }
  .sec-19 .box {
    padding: 0;
  }
  .sec-19 .box .left {
    width: 100%;
    margin-bottom: 5px;
  }
  .sec-19 .box .left .bg {
    padding: 21px 30px !important;
  }
  .sec-19 .box .right {
    width: 100%;
    padding: 21px 30px;
  }
  .sec-21 .box {
    flex-direction: column-reverse;
  }
  .sec-21 .box .left {
    width: 100%;
  }
  .sec-21 .box .left .item .box {
    flex-direction: row;
  }
  .sec-21 .box .right {
    width: 100%;
    margin-bottom: 5px;
  }
  .sec-22 .title {
    margin: 37px 0 42px 0;
  }
  .sec-22 .menu {
    margin: 0 0 66px 0;
  }
  .sec-22 .menu .item {
    width: 33%;
  }
  .sec-23 .title {
    margin: 37px 0 56px 0;
  }
  .sec-23 .chek {
    margin: 0 0 24px 0;
  }
  .sec-23 .box {
    padding: 0;
  }
  .sec-23 .box .left {
    width: 100%;
  }
  .sec-23 .box .right {
    width: 100%;
    padding: 21px 30px;
  }
  .sec-24 .box .item {
    width: 48.8%;
  }
  .sec-26 .box .left {
    width: 28%;
  }
  .sec-26 .box .right {
    width: 70%;
  }
  .sec-26 .box .right .slider .swiper-slide {
    width: 250px;
  }
  .sec-27 .title {
    margin: 37px 0 54px 0;
  }
  .sec-27 .teg {
    padding: 0 0 47px 0;
  }
  .sec-28 .title {
    margin: 37px 0 60px 0;
  }
  .sec-28 .text {
    padding: 0 0 55px 0;
  }
  .sec-28 .box .item {
    width: 31.7%;
  }
  .sec-28 .box .big .right {
    width: 75%;
  }
  .sec-29 {
    padding: 130px 0 180px 0;
  }
  .sec-29 .bg {
    padding: 56px 40px 92px 40px;
  }
  .sec-29 .bg:last-child {
    padding: 58px 40px 60px 40px;
  }
  .sec-31 .box .item {
    width: 33.1%;
  }
  .sec-32 .title {
    margin: 37px 0 60px 0;
  }
  .sec-32 .bg {
    padding: 57px 40px 32px 40px;
  }
  .sec-34 .item-top .name {
    width: 20%;
  }
  .sec-34 .item-top .name:nth-child(2) {
    width: 34%;
  }
  .sec-34 .item-top .name:nth-child(3) {
    width: 20%;
  }
  .sec-34 .item-top .name:nth-child(5) {
    flex-shrink: 0;
  }
  .sec-34 .item .date {
    width: 20%;
  }
  .sec-34 .item .zakaz {
    width: 34%;
  }
  .sec-34 .item .status {
    width: 20%;
  }
  .sec-36 .title {
    font-size: 48px;
    line-height: normal;
  }
  .sec-36 .box {
    gap: 2px;
  }
  .sec-36 .box .item {
    width: 100%;
  }
  .sec-37 .title {
    font-size: 48px;
    line-height: normal;
    margin: 36px 0 30px 0;
  }
}
@media (max-width: 767px) {
  body.no-scroll header {
    z-index: 1000;
  }
  .wrapper {
    max-width: 540px;
    padding: 0 10px;
  }
  header {
    padding: 11px 0 0 0;
  }
  header .wrapper {
    max-width: 540px;
  }
  header .box .burger {
    display: block;
    order: 1;
  }
  header .box .logo {
    order: 2;
    width: 165px;
    margin: 0 0 0 15px;
  }
  header .box .search {
    order: 4;
    max-width: initial;
    border-top: 1px solid #131313;
    border-bottom: 1px solid #131313;
    margin: 16px -9px 0 -9px;
    padding: 5px 5px 5px 5px;
    background: #1C1C1C;
    width: calc(100% + 18px);
  }
  header .box .right {
    order: 3;
    gap: 13px;
    margin: 0 0 0 auto;
  }
  header .box .right a:first-child {
    display: none;
  }
  header .box .right .cart a:first-child {
    display: flex;
  }
  header .menu {
    width: 286px;
    height: 100vh;
    display: block;
    position: fixed;
    left: -286px;
    top: 0;
    z-index: 10000;
    background: #1C1C1C;
    overflow: hidden;
    overflow-y: scroll;
    transition: all 0.5s;
    margin: 0;
    padding: 8px 0 0 0;
  }
  header .menu .clouse {
    display: block;
    margin: 0 15px 0 auto;
    width: fit-content;
  }
  header .menu.active {
    left: 0;
  }
  header .menu::-webkit-scrollbar {
    display: none;
  }
  header .menu ul {
    gap: 30px;
    flex-direction: column;
  }
  header .menu ul li:nth-child(5) {
    margin: 0;
  }
  header .menu ul li a {
    padding: 0;
    justify-content: space-between;
    font-size: 14px;
  }
  header .menu ul li a span {
    display: none;
  }
  header .menu ul li a span.drop {
    display: block;
  }
  header .menu ul li .sub-menu {
    position: inherit;
    display: none;
    padding: 0;
    box-shadow: none;
    border-bottom: 1px solid #131313;
    margin-top: 10px;
    opacity: 1;
    visibility: visible;
  }
  header .menu ul li .sub-menu ul {
    max-width: 540px;
    column-count: 1;
    padding: 10px 0;
  }
  header .menu ul li .sub-menu ul li a {
    font-size: 14px;
    line-height: 30px;
  }
  .sec-1 .box .slider .box .left {
    width: 100%;
    padding: 0 0 20px 0;
  }
  .sec-1 .box .slider .box .img {
    width: 100%;
  }
  .sec-2 .box .item {
    width: 49.9%;
  }
  .sec-2.s-kolokcii .box .item .img img {
    height: 55%;
  }
  .sec-4.s-top {
    padding: 130px 0 97px 0;
  }
  .sec-4.s-top .title {
    font-size: 35px;
    line-height: normal;
    margin: 37px 0 20px 0;
  }
  .sec-4 .teg {
    padding: 0 0 39px 0;
  }
  .sec-4 .box .item .left {
    width: 72%;
  }
  .sec-4 .box .item.new .img {
    right: -165px;
  }
  .sec-4 .pagination ul li:first-child a {
    margin-right: 10px;
  }
  .sec-4 .pagination ul li:last-child a {
    margin-left: 10px;
  }
  .sec-8 .box .item {
    width: 49.8%;
  }
  .sec-10 .bg:after {
    top: 550px;
  }
  .sec-11 .box {
    gap: 5px 0;
  }
  .sec-11 .box .item {
    width: 50%;
  }
  footer .foot a {
    display: none;
  }
  footer .foot .cent a {
    display: flex;
  }
  footer .foot .soc {
    margin: 0 0 0 auto;
  }
  footer .foot .soc a {
    display: flex;
  }
  .sec-12 .box {
    gap: 5px;
  }
  .sec-12 .box .title {
    font-size: 25px;
  }
  .sec-12 .title {
    font-size: 35px;
    margin: 37px 0 20px 0;
  }
  .sec-14 .pagination ul li:first-child a {
    margin-right: 10px;
  }
  .sec-14 .pagination ul li:last-child a {
    margin-left: 10px;
  }
  .sec-16 .box .item .box .lf {
    width: 38%;
  }
  .sec-16 .pagination ul li:first-child a {
    margin-right: 10px;
  }
  .sec-16 .pagination ul li:last-child a {
    margin-left: 10px;
  }
  .sec-18.s-zakaz .box .left .item-top {
    display: none;
  }
  .sec-18.s-zakaz .box .left .item .center {
    width: 70%;
    margin: 0 0 0 5px;
  }
  .sec-18.s-zakaz .box .left .item .price {
    width: 30%;
    margin: -50px 0 0 auto;
  }
  .sec-18.s-zakaz .box .left .item .col {
    margin: -50px 0 0 0;
  }
  .sec-19 .title {
    font-size: 35px;
  }
  .sec-21 .title {
    font-size: 35px;
    line-height: normal;
    margin: 37px 0 20px 0;
  }
  .sec-21 .filter {
    display: none;
  }
  .sec-22 .title {
    font-size: 35px;
    line-height: normal;
    margin: 37px 0 20px 0;
  }
  .sec-22 .menu .item {
    width: 50%;
  }
  .sec-23 .title {
    font-size: 35px;
    line-height: normal;
    margin: 37px 0 20px 0;
  }
  .sec-23 .box .left .panel .panel-collapse .panel-body .block .item .quantity {
    width: 100px;
  }
  .sec-23 .box .left .panel .panel-collapse .panel-body .block .item .btn {
    width: 45px;
    height: 45px;
    font-size: 0;
    gap: 0;
    border-radius: 10px;
  }
  .sec-24 .title {
    font-size: 35px;
    line-height: normal;
    margin: 37px 0 20px 0;
  }
  .sec-24 .cat {
    padding: 0 0 17px 0;
  }
  .sec-24 .box {
    padding: 0;
  }
  .sec-24 .box .item {
    width: 48.5%;
  }
  .sec-24 .pagination ul li:first-child a {
    margin-right: 10px;
  }
  .sec-24 .pagination ul li:last-child a {
    margin-left: 10px;
  }
  .sec-25 .article .title {
    font-size: 35px;
    line-height: normal;
  }
  .sec-26 .title {
    font-size: 35px;
    line-height: normal;
    margin: 37px 0 20px 0;
  }
  .sec-27 .title {
    font-size: 35px;
    line-height: normal;
    margin: 37px 0 20px 0;
  }
  .sec-28 .title {
    font-size: 35px;
    line-height: normal;
    margin: 37px 0 20px 0;
  }
  .sec-28 .box .item {
    width: 48.4%;
  }
  .sec-28 .box .big .right {
    width: 70%;
  }
  .sec-29 .bg {
    margin: 40px auto 23px auto;
    padding: 20px;
  }
  .sec-29 .bg:last-child {
    padding: 20px;
  }
  .sec-29 .bg form .text {
    margin: 28px 0 0 0;
  }
  .sec-30 .slider:after {
    right: -250px;
  }
  .sec-30 .slider .swiper-button-next {
    right: 0;
  }
  .sec-30 .slider .swiper-button-prev {
    right: 55px;
  }
  .sec-31 .title {
    font-size: 35px;
    line-height: normal;
    margin: 37px 0 20px 0;
  }
  .sec-31 .box .item {
    width: 49.8%;
  }
  .sec-31 .pagination ul li:first-child a {
    margin-right: 10px;
  }
  .sec-31 .pagination ul li:last-child a {
    margin-left: 10px;
  }
  .sec-32 .title {
    font-size: 35px;
    line-height: normal;
    margin: 37px 0 20px 0;
  }
  .sec-32 .bg {
    padding: 20px;
  }
  .sec-33 .title {
    font-size: 35px;
    line-height: normal;
    margin: 37px 0 20px 0;
  }
  .sec-34 .title {
    font-size: 35px;
    line-height: normal;
    margin: 37px 0 20px 0;
  }
  .sec-34 .item-top {
    display: none;
  }
  .sec-34 .item {
    flex-wrap: wrap;
    height: auto;
    padding: 10px;
    gap: 10px 0;
  }
  .sec-34 .item .date {
    width: 25%;
  }
  .sec-34 .item .zakaz {
    width: 32%;
  }
  .sec-34 .item .status {
    width: 25%;
  }
  .sec-34 .item .status span {
    width: 100%;
    justify-content: center;
  }
  .sec-34 .item .price {
    width: 18%;
    text-align: right;
  }
  .sec-34 .item .btn {
    width: 100%;
  }
  .sec-34 .item .btn a {
    width: 100%;
  }
  .sec-34 .pagination {
    margin: 50px 0 0 0;
  }
  .sec-34 .pagination ul li:first-child a {
    margin-right: 10px;
  }
  .sec-34 .pagination ul li:last-child a {
    margin-left: 10px;
  }
  .sec-35 .title {
    font-size: 35px;
    line-height: normal;
    margin: 37px 0 20px 0;
  }
  .sec-35 .zag {
    font-size: 24px;
  }
  .sec-35 form .box {
    flex-wrap: wrap;
  }
  .sec-36 .title {
    font-size: 35px;
    line-height: normal;
    margin: 37px 0 20px 0;
  }
  .sec-37 .title {
    font-size: 35px;
    margin: 36px 0 20px 0;
  }
  .sec-37 .bg {
    padding: 20px;
  }
  .popup-fade .popup {
    width: 95%;
    padding: 60px 20px 20px 20px;
  }
}
@media (max-width: 575px) {
  .wrapper {
    max-width: 100%;
  }
  header .wrapper {
    max-width: 100%;
  }
  header .box .right .popup-cart {
    width: 360px;
    padding: 10px 10px 15px 10px;
  }
  header .box .right .popup-cart .item .center {
    width: 40%;
    margin: -2px 0 0 5px;
  }
  header .box .right .popup-cart .item .center .name {
    font-size: 12px;
  }
  header .box .right .popup-cart .item .center .articl {
    font-size: 10px;
  }
  header .box .right .popup-cart .item .center .quantity {
    width: 120px;
  }
  header .box .right .popup-cart .item .cena {
    margin: 10px 0 0 auto;
  }
  header .box .right .popup-cart .item .remove {
    right: 0;
  }
  header .box .right .popup-cart .total .name {
    font-size: 16px;
  }
  header .box .right .popup-cart .total .price {
    font-size: 16px;
  }
  .sec-1 .box .slider .box {
    padding: 44px 0 0 0;
    height: 533px;
  }
  .sec-1 .box .slider .box .left {
    padding: 0 0 50px 0;
  }
  .sec-1 .box .slider .box .left .zag {
    font-size: 30px;
    text-align: center;
    margin-bottom: 17px;
  }
  .sec-1 .box .slider .box .left .text {
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    max-width: 300px;
    margin: 0 auto;
  }
  .sec-1 .box .slider .arr {
    display: flex;
    flex-direction: row-reverse;
    left: -10px;
    width: calc(100% + 20px);
  }
  .sec-1 .box .slider .swiper-button-prev {
    border-left: none;
    width: 50%;
    height: 76px;
    opacity: 1;
    position: initial;
    margin: 0;
  }
  .sec-1 .box .slider .swiper-button-next {
    border-right: none;
    width: 50%;
    height: 76px;
    opacity: 1;
    position: initial;
    margin: 0;
  }
  .sec-1 .box .right {
    width: 580px;
    margin: 0 -10px;
    overflow: scroll;
  }
  .sec-1 .box .right::-webkit-scrollbar {
    display: none;
  }
  .sec-1 .box .right .item {
    width: 290px;
    flex-shrink: 0;
    padding: 21px 20px;
  }
  .sec-2 {
    padding: 3px 0 23px 0;
  }
  .sec-2 .box .item {
    width: 49.8%;
    height: 202px;
  }
  .sec-2 .box .item .img {
    height: 135px;
  }
  .sec-2 .box .item .img img {
    height: 74%;
    object-fit: contain;
  }
  .sec-2.s-kolokcii .box .item {
    width: 49.5%;
    height: 175px;
  }
  .sec-2.s-kolokcii .box .item .img {
    height: 120px;
  }
  .sec-2.s-kolokcii .box .item .img img {
    height: 80%;
  }
  .sec-3 {
    padding: 27px 0 0 0;
  }
  .sec-3 .slider-box {
    position: relative;
    margin: 0 -10px;
    padding-bottom: 34px;
  }
  .sec-3 .slider-box .box:first-child {
    flex-wrap: nowrap;
  }
  .sec-3 .slider-box .swiper-pagination {
    bottom: 0;
  }
  .sec-3 .slider-box .swiper-pagination .swiper-pagination-bullet {
    border-radius: 8px;
    background: #282828;
    width: 8px;
    height: 8px;
    transition: all 0.5s;
    margin: 0 3px;
    opacity: 1;
  }
  .sec-3 .slider-box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #FF961E;
  }
  .sec-3 .box:first-child {
    padding: 0 0 16px 0;
    justify-content: space-between;
    margin: 0;
  }
  .sec-3 .box .title {
    font-size: 16px;
    line-height: 21px;
    width: 200px;
  }
  .sec-3 .box .link {
    margin-bottom: 27px;
  }
  .sec-3 .box .item {
    width: 286px;
  }
  .sec-3 .box .item .zag {
    padding: 19px 25px 7px 17px;
  }
  .sec-3 .box .item .box {
    gap: 16px 0;
  }
  .sec-4 {
    padding: 60px 0 36px 0;
  }
  .sec-4.s-top {
    padding: 130px 0 68px 0;
  }
  .sec-4.s-top .title {
    font-size: 30px;
  }
  .sec-4 .box .item {
    width: 100%;
    height: 417px;
    display: flex;
    flex-direction: column;
  }
  .sec-4 .box .item.new {
    height: 424px;
  }
  .sec-4 .box .item.new .it {
    padding: 32px 0 0 21px;
  }
  .sec-4 .box .item.new .it img {
    height: 60px;
  }
  .sec-4 .box .item.new .left {
    padding: 0 0 39px 17px;
    width: 290px;
  }
  .sec-4 .box .item.new .left .text {
    margin: 16px 3px 0 3px;
  }
  .sec-4 .box .item.new .img {
    right: -155px;
    width: 432px;
    top: -16px;
    bottom: auto;
  }
  .sec-4 .box .item .it {
    padding: 21px 0 0 16px;
    height: auto;
  }
  .sec-4 .box .item .it img {
    height: 53px;
  }
  .sec-4 .box .item .left {
    width: 266px;
    padding: 0 0 40px 17px;
    margin: auto 0 0 0;
    position: relative;
    z-index: 10;
  }
  .sec-4 .box .item .left .zag {
    font-size: 32px;
  }
  .sec-4 .box .item .left .text {
    font-size: 14px;
    margin: 13px 3px 0 3px;
  }
  .sec-4 .box .item .svg {
    bottom: 8px;
    right: 6px;
  }
  .sec-4 .box .item .svg svg {
    width: 45px;
  }
  .sec-4 .box .item .img {
    right: -104px;
    height: 555px;
    width: auto;
    top: 63px;
    bottom: auto;
  }
  .sec-4 .pagination {
    margin: 55px 0 0 0;
  }
  .sec-4 .pagination ul {
    gap: 19px;
  }
  .sec-4 .pagination ul li:nth-child(5), .sec-4 .pagination ul li:nth-child(6), .sec-4 .pagination ul li:nth-child(7) {
    display: none;
  }
  .sec-4 .pagination ul li:first-child a {
    width: 100px;
  }
  .sec-4 .pagination ul li:last-child a {
    width: 110px;
  }
  .sec-5 {
    padding: 25px 0 44px 0;
  }
  .sec-5 .box:first-child {
    padding: 0 0 22px 0;
    justify-content: space-between;
  }
  .sec-5 .box .title {
    font-family: "EuropeExt", sans-serif;
    font-size: 16px;
    line-height: 21px;
    text-transform: uppercase;
  }
  .sec-5 .slider {
    width: calc(100% + 20px);
    position: relative;
    margin: 0 -10px;
    padding-bottom: 33px;
  }
  .sec-5 .slider .swiper-slide {
    width: 286px;
  }
  .sec-5 .slider .swiper-button-next, .sec-5 .slider .swiper-button-prev {
    display: none;
  }
  .sec-5 .slider .swiper-pagination {
    bottom: 0;
    display: block;
  }
  .sec-5 .slider .swiper-pagination .swiper-pagination-bullet {
    border-radius: 8px;
    background: #282828;
    width: 8px;
    height: 8px;
    transition: all 0.5s;
    margin: 0 3px;
    opacity: 1;
  }
  .sec-5 .slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #FF961E;
  }
  .sec-6 {
    padding: 25px 0 44px 0;
  }
  .sec-6 .box:first-child {
    padding: 0 0 16px 0;
    justify-content: space-between;
  }
  .sec-6 .box .title {
    font-family: "EuropeExt", sans-serif;
    font-size: 16px;
    line-height: 21px;
    text-transform: uppercase;
  }
  .sec-6 .slider {
    width: calc(100% + 20px);
    position: relative;
    margin: 0 -10px;
    padding-bottom: 33px;
  }
  .sec-6 .slider .swiper-slide {
    width: 286px;
  }
  .sec-6 .slider .swiper-button-next, .sec-6 .slider .swiper-button-prev {
    display: none;
  }
  .sec-6 .slider .swiper-pagination {
    bottom: 0;
    display: block;
  }
  .sec-6 .slider .swiper-pagination .swiper-pagination-bullet {
    border-radius: 8px;
    background: #282828;
    width: 8px;
    height: 8px;
    transition: all 0.5s;
    margin: 0 3px;
    opacity: 1;
  }
  .sec-6 .slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #FF961E;
  }
  .sec-7 {
    padding: 25px 0 44px 0;
  }
  .sec-7 .box:first-child {
    padding: 0 0 22px 0;
    justify-content: space-between;
  }
  .sec-7 .box .title {
    font-family: "EuropeExt", sans-serif;
    font-size: 16px;
    line-height: 21px;
    text-transform: uppercase;
    width: 57%;
  }
  .sec-7 .slider {
    width: calc(100% + 20px);
    position: relative;
    margin: 0 -10px;
    padding-bottom: 33px;
  }
  .sec-7 .slider .swiper-slide {
    width: 286px;
  }
  .sec-7 .slider .swiper-button-next, .sec-7 .slider .swiper-button-prev {
    display: none;
  }
  .sec-7 .slider .swiper-pagination {
    bottom: 0;
    display: block;
  }
  .sec-7 .slider .swiper-pagination .swiper-pagination-bullet {
    border-radius: 8px;
    background: #282828;
    width: 8px;
    height: 8px;
    transition: all 0.5s;
    margin: 0 3px;
    opacity: 1;
  }
  .sec-7 .slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #FF961E;
  }
  .sec-8 {
    padding: 25px 0 58px 0;
  }
  .sec-8 .box:first-child {
    padding: 0 0 22px 0;
    justify-content: space-between;
  }
  .sec-8 .box .title {
    font-family: "EuropeExt", sans-serif;
    font-size: 16px;
    line-height: 21px;
    text-transform: uppercase;
  }
  .sec-8 .box .item {
    width: 49.7%;
  }
  .sec-9 {
    padding: 25px 0 2px 0;
  }
  .sec-9 .box:first-child {
    padding: 0 0 22px 0;
    justify-content: space-between;
  }
  .sec-9 .box .title {
    font-family: "EuropeExt", sans-serif;
    font-size: 16px;
    line-height: 21px;
    text-transform: uppercase;
  }
  .sec-9 .box .item {
    padding: 28px 2px;
  }
  .sec-9 .box .item .ava {
    margin: 0 auto 17px auto;
  }
  .sec-9 .box .item .text {
    font-size: 14px;
    margin-bottom: 19px;
  }
  .sec-10 .title {
    font-size: 30px;
    margin: 0 auto 40px auto;
  }
  .sec-10 .bg {
    padding: 57px 7px 62px 7px;
  }
  .sec-10 .text {
    font-size: 14px;
  }
  .sec-11 .box {
    padding-bottom: 39px;
  }
  .sec-11 .box .item {
    padding: 39px 0 22px 0;
  }
  .sec-11 .box .item .img {
    margin: 0 auto 28px auto;
  }
  .sec-12.s-brendom {
    padding: 129px 0 32px 0;
  }
  .sec-12.s-brendom .box {
    margin: 8px 0 0 0;
  }
  .sec-12.s-brendom .box .left {
    height: 150px;
  }
  .sec-12.s-brendom .box .left img {
    height: 85%;
  }
  .sec-12.s-brendom .box .right .title {
    margin: 26px 0 16px 0;
  }
  .sec-12.s-brendom .box .right .text {
    max-width: 1158px;
    color: #555;
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 13px 0;
  }
  footer .bg {
    padding: 27px 0 0 0;
  }
  footer .box {
    padding: 0;
  }
  footer .box .left {
    border-bottom: 1px solid #242424;
    padding-bottom: 34px;
  }
  footer .box .left .logo {
    margin: 0 auto 44px auto;
  }
  footer .box .left .form {
    max-width: 100%;
    text-align: left;
  }
  footer .box .left .form .zag {
    margin-bottom: 9px;
  }
  footer .box .right {
    padding: 0;
    margin: -3px 0 0 0;
  }
  footer .box .right .item {
    width: 100%;
    border-bottom: 1px solid #242424;
    padding: 26px 0;
    margin-bottom: 0;
  }
  footer .box .right .item .zag {
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  footer .box .right .item .zag:after {
    content: "";
    background: url("../img/plus.svg") 0 0 no-repeat;
    width: 17px;
    height: 17px;
    transition: all 0.5s;
  }
  footer .box .right .item .zag.active:after {
    background: url("../img/minus.svg") 0 0 no-repeat;
    height: 2px;
  }
  footer .box .right .item ul {
    display: none;
    margin-top: 12px;
  }
  footer .text {
    padding: 0;
    margin: 52px 0 32px 0;
    border: none;
    line-height: 116%;
  }
  footer .foot {
    padding: 0 0 45px 0;
  }
  footer .foot a {
    font-size: 12px;
  }
  footer .foot .cent {
    gap: 32px;
    width: 100%;
    justify-content: flex-start;
  }
  footer .foot .cent a:first-child {
    padding: 0 22px 0 0;
  }
  footer .foot .soc {
    margin: 63px auto 0 auto;
  }
  .breadcrumb {
    padding: 0;
  }
  .sec-12 {
    padding: 128px 0 36px 0;
  }
  .sec-12 .box .title {
    font-size: 20px;
  }
  .sec-12 .box .status {
    margin: 8px 0 0 0;
    width: 100%;
    justify-content: center;
  }
  .sec-12 .title {
    font-size: 30px;
    line-height: normal;
    margin: 10px 0 20px 2px;
  }
  .sec-12 .text {
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 0 2px;
  }
  .sec-12 .search-result {
    margin: 30px auto 0 auto;
  }
  .sec-13 .slider {
    margin: 0 -10px;
    padding-bottom: 35px;
  }
  .sec-13 .slider .swiper-slide {
    width: 165px;
  }
  .sec-13 .slider .item {
    height: 170px;
  }
  .sec-13 .slider .item .img {
    height: 118px;
  }
  .sec-13 .slider .item .img img {
    height: 65%;
    width: auto;
  }
  .sec-13 .slider .swiper-button-next, .sec-13 .slider .swiper-button-prev {
    display: none;
  }
  .sec-13 .slider .swiper-pagination {
    bottom: 0;
    display: block;
  }
  .sec-13 .slider .swiper-pagination .swiper-pagination-bullet {
    border-radius: 8px;
    background: #282828;
    width: 8px;
    height: 8px;
    transition: all 0.5s;
    margin: 0 3px;
    opacity: 1;
  }
  .sec-13 .slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #FF961E;
  }
  .sec-14 {
    padding: 38px 0 53px 0;
  }
  .sec-14 .box .right .filter-mobile {
    margin-bottom: 28px;
  }
  .sec-14 .box .right .box {
    margin: 0 -10px;
    gap: 19px 2px;
  }
  .sec-14 .box .right .box .item .top {
    height: 192px;
  }
  .sec-14 .box .right .box .item .top .new {
    padding: 4px 7px;
    font-size: 10px;
  }
  .sec-14 .box .right .box .item .top .new + .sale {
    left: 54.8px;
  }
  .sec-14 .box .right .box .item .top .sale {
    padding: 4px 7px;
    font-size: 10px;
  }
  .sec-14 .box .right .box .item .top .wishlist {
    right: 10px;
  }
  .sec-14 .box .right .box .item .top .compair {
    right: 9px;
  }
  .sec-14 .box .right .box .item .zag {
    padding: 12px 5px 16px 9px;
  }
  .sec-14 .box .right .box .item .box {
    padding: 0 15px 20px 17px;
  }
  .sec-14 .box .right .box .item .box .star {
    width: 69%;
  }
  .sec-14 .box .right .box .item .box .coment {
    width: 22%;
  }
  .sec-14 .box .right .box .item .box .lf {
    width: 100%;
    margin: 0;
    display: flex;
    justify-content: space-between;
  }
  .sec-14 .box .right .box .item .box .lf .sale {
    font-size: 16px;
  }
  .sec-14 .box .right .box .item .dostav {
    display: none;
  }
  .sec-14 .pagination {
    margin: 55px 0 0 0;
  }
  .sec-14 .pagination ul {
    gap: 19px;
  }
  .sec-14 .pagination ul li:nth-child(5), .sec-14 .pagination ul li:nth-child(6), .sec-14 .pagination ul li:nth-child(7) {
    display: none;
  }
  .sec-14 .pagination ul li:first-child a {
    width: 100px;
  }
  .sec-14 .pagination ul li:last-child a {
    width: 110px;
  }
  .sec-15 {
    border-bottom: none;
    padding: 0 0 22px 0;
  }
  .sec-15 .box {
    overflow: hidden;
    overflow-x: scroll;
    flex-wrap: nowrap;
  }
  .sec-15 .box::-webkit-scrollbar {
    display: none;
  }
  .sec-16 {
    margin: 20px 0 0 0;
  }
  .sec-16 .box {
    margin: 0 -10px;
    gap: 19px 2px;
  }
  .sec-16 .box .item .top {
    height: 192px;
  }
  .sec-16 .box .item .top .new {
    padding: 4px 7px;
    font-size: 10px;
  }
  .sec-16 .box .item .top .new + .sale {
    left: 54.8px;
  }
  .sec-16 .box .item .top .sale {
    padding: 4px 7px;
    font-size: 10px;
  }
  .sec-16 .box .item .top .wishlist {
    right: 10px;
  }
  .sec-16 .box .item .top .compair {
    right: 9px;
  }
  .sec-16 .box .item .zag {
    padding: 12px 5px 16px 9px;
  }
  .sec-16 .box .item .box {
    padding: 0 15px 20px 17px;
  }
  .sec-16 .box .item .box .star {
    width: 69%;
  }
  .sec-16 .box .item .box .coment {
    width: 22%;
  }
  .sec-16 .box .item .box .lf {
    width: 100%;
    margin: 0;
    display: flex;
    justify-content: space-between;
  }
  .sec-16 .box .item .box .lf .sale {
    font-size: 16px;
  }
  .sec-16 .box .item .dostav {
    display: none;
  }
  .sec-16 .pagination {
    margin: 55px 0 0 0;
  }
  .sec-16 .pagination ul {
    gap: 19px;
  }
  .sec-16 .pagination ul li:nth-child(5), .sec-16 .pagination ul li:nth-child(6), .sec-16 .pagination ul li:nth-child(7) {
    display: none;
  }
  .sec-16 .pagination ul li:first-child a {
    width: 100px;
  }
  .sec-16 .pagination ul li:last-child a {
    width: 110px;
  }
  .sec-17 {
    position: relative;
    padding: 129px 0 68px 0;
  }
  .sec-17 .title {
    font-size: 30px;
    margin: 0;
    position: absolute;
    top: 581px;
  }
  .sec-17 .box:nth-child(3) {
    position: absolute;
    top: 682px;
    left: 0;
  }
  .sec-17 .box + .box {
    padding: 16px 0 0 0;
    margin: 0 -10px;
  }
  .sec-17 .box .star {
    margin: 0 17px 0 11px;
  }
  .sec-17 .box .left .tovar-slider {
    display: none;
  }
  .sec-17 .box .left .tovar-slider1 {
    width: 100%;
    height: 386px;
  }
  .sec-17 .box .left .tovar-slider1 .swiper-button-next, .sec-17 .box .left .tovar-slider1 .swiper-button-prev {
    display: none;
  }
  .sec-17 .box .left .tovar-slider1 .swiper-pagination {
    bottom: 14px;
    display: block;
  }
  .sec-17 .box .left .tovar-slider1 .swiper-pagination .swiper-pagination-bullet {
    border-radius: 8px;
    background: #282828;
    width: 8px;
    height: 8px;
    transition: all 0.5s;
    margin: 0 3px;
    opacity: 1;
  }
  .sec-17 .box .left .tovar-slider1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #FF961E;
  }
  .sec-17 .box .right {
    padding: 143px 0 0 0;
    flex-direction: column-reverse;
  }
  .sec-17 .box .right .bg {
    padding: 17px 24px 28px 15px;
    margin-bottom: 29px;
  }
  .sec-17 .box .right .bg .chek {
    padding: 16px 0 26px 5px;
  }
  .sec-17 .box .right .bg .count {
    padding-bottom: 17px;
  }
  .sec-17 .box .right .bg .count .zag {
    padding: 0 0 13px 4px;
  }
  .sec-17 .box .right .info {
    padding: 0 15px;
  }
  .sec-17 .box .right .info .text {
    margin-bottom: 33px;
  }
  .sec-17 .box .right .info .har .item .name {
    font-size: 12px;
    width: 41%;
  }
  .sec-17 .box .right .info .har .item .txt {
    font-size: 12px;
    width: 55%;
  }
  .sec-17 .yakor, .sec-17 .content {
    display: none;
  }
  .sec-17 .otzivi {
    padding: 21px 0 0 0;
  }
  .sec-17 .otzivi .zag {
    margin-bottom: 15px;
  }
  .sec-17 .otzivi .box .left .item {
    padding: 18px 11px 24px 11px;
    margin-bottom: 8px;
  }
  .sec-17 .otzivi .box .left .item .it {
    margin-bottom: 24px;
  }
  .sec-17 .otzivi .box .left .item .it .txt {
    font-size: 14px;
  }
  .sec-17 .otzivi .box .left .item .img img {
    width: 91px;
    height: 91px;
  }
  .sec-17 .otzivi .box .right {
    padding: 28px 50px 41px 52px;
    margin-bottom: 5px;
  }
  .sec-17 .faq {
    padding: 27px 0 0 0;
  }
  .sec-17 .faq .zag {
    padding: 0 0 20px 0;
  }
  .sec-17 .faq .text {
    font-size: 14px;
    padding: 0 0 30px 0;
  }
  .sec-17 .faq .panel {
    margin: 0 0 2px 0;
  }
  .sec-17 .faq .panel .panel-heading a {
    font-size: 14px;
    padding: 24px 19px;
  }
  .sec-17 .faq .panel .panel-collapse .panel-body {
    padding: 0 25px 27px 18px;
  }
  .sec-18.s-zakaz .box .left .item {
    padding: 10px;
  }
  .sec-18.s-zakaz .box .left .item .center {
    width: 55%;
    order: 1;
  }
  .sec-18.s-zakaz .box .left .item .price {
    width: 20%;
    margin: -50px 0 0 auto;
    order: 2;
  }
  .sec-18.s-zakaz .box .left .item .price:last-child {
    order: 4;
    margin: -50px 0 0 10px;
  }
  .sec-18.s-zakaz .box .left .item .col {
    margin: -50px 0 0 0;
    order: 3;
  }
  .sec-18.s-zakaz .box .right {
    padding: 10px;
  }
  .sec-18 .box .left {
    padding: 10px;
  }
  .sec-18 .box .left .item .img {
    order: 1;
  }
  .sec-18 .box .left .item .cena {
    order: 2;
    margin: 0 0 4px auto;
  }
  .sec-18 .box .left .item .center {
    width: 100%;
    margin: 15px 0 0 0;
    order: 3;
  }
  .sec-18 .box .left .item .center .quantity {
    margin: 5px 0 0 0;
  }
  .sec-18 .box .right {
    padding: 10px;
  }
  .sec-18 .box .right .cupon-block .pop-cupon {
    flex-wrap: wrap;
    gap: 5px;
  }
  .sec-18 .box .right .cupon-block .pop-cupon.active {
    padding: 23px 0 0 0;
    height: 127px;
  }
  .sec-18 .box .right .cupon-block .pop-cupon .btn {
    width: 100%;
  }
  .sec-19 {
    padding: 130px 0 68px 0;
  }
  .sec-19 .title {
    font-size: 30px;
    line-height: normal;
    margin-bottom: 30px;
  }
  .sec-19 .box .left .bg {
    padding: 10px !important;
  }
  .sec-19 .box .left .bg .zag {
    font-size: 18px;
  }
  .sec-19 .box .left .bg .chek label .name {
    font-size: 12px;
  }
  .sec-19 .box .left .bg .chek label .count {
    font-size: 12px;
    margin: 0 5px 0 auto;
  }
  .sec-19 .box .left .bg #tabs .tabs-items .tabs-item .map .info {
    padding: 20px 10px;
  }
  .sec-19 .box .left .bg #tabs .tabs-items .tabs-item .map .info .text {
    font-size: 12px;
  }
  .sec-19 .box .left .bg form .box .item {
    width: 100%;
    margin-bottom: 23px;
  }
  .sec-19 .box .left .bg form .box .item:last-child {
    margin-bottom: 0;
  }
  .sec-19 .box .right {
    padding: 10px;
  }
  .sec-20 {
    padding: 20px 0 50px 0;
  }
  .sec-20 .bg {
    padding: 10px;
  }
  .sec-20 .bg .title {
    margin: 40px 0 10px 0;
  }
  .sec-21 .title {
    font-size: 30px;
    margin: 37px 0 20px 0;
  }
  .sec-21 .box .left .item {
    padding: 18px 11px 24px 11px;
    margin-bottom: 8px;
  }
  .sec-21 .box .left .item .it {
    margin-bottom: 24px;
  }
  .sec-21 .box .left .item .it .txt {
    font-size: 14px;
  }
  .sec-21 .box .left .item .img img {
    width: 91px;
    height: 91px;
  }
  .sec-21 .box .right {
    padding: 28px 50px 41px 52px;
    margin-bottom: 5px;
  }
  .sec-22 {
    padding: 129px 0 68px 0;
  }
  .sec-22 .title {
    font-size: 30px;
    margin: 37px 0 20px 0;
  }
  .sec-22 .menu:last-child {
    margin-bottom: 0;
  }
  .sec-22 .menu .item {
    width: 50%;
  }
  .sec-23 .title {
    font-size: 30px;
    margin: 37px 0 20px 0;
  }
  .sec-23 .box .left .panel .panel-heading a {
    padding: 10px;
  }
  .sec-23 .box .left .panel .panel-collapse .panel-body {
    padding: 10px;
  }
  .sec-23 .box .left .panel .panel-collapse .panel-body .block .item {
    gap: 10px;
  }
  .sec-23 .box .left .panel .panel-collapse .panel-body .block .item .quantity {
    width: 150px;
  }
  .sec-23 .box .right {
    padding: 10px;
  }
  .sec-24 .title {
    font-size: 30px;
    margin: 37px 0 20px 0;
  }
  .sec-24 .search-result {
    margin: 0 0 48px 0;
    width: 100%;
  }
  .sec-24 .cat a {
    padding: 9px;
  }
  .sec-24 .box .item {
    width: 100%;
  }
  .sec-24 .pagination {
    margin: 55px 0 0 0;
  }
  .sec-24 .pagination ul {
    gap: 19px;
  }
  .sec-24 .pagination ul li:nth-child(5), .sec-24 .pagination ul li:nth-child(6), .sec-24 .pagination ul li:nth-child(7) {
    display: none;
  }
  .sec-24 .pagination ul li:first-child a {
    width: 100px;
  }
  .sec-24 .pagination ul li:last-child a {
    width: 110px;
  }
  .sec-25 {
    padding: 119px 0 68px 0;
  }
  .sec-25 .article .title {
    font-size: 30px;
  }
  .sec-25 .article .box {
    margin-bottom: 20px;
  }
  .sec-25 .article .big {
    font-size: 14px;
    line-height: normal;
    margin: 0 0 20px 0;
  }
  .sec-25 .article .content h2 {
    font-size: 28px;
  }
  .sec-25 .article .content h3 {
    font-size: 24px;
  }
  .sec-25 .article .content h4 {
    font-size: 20px;
  }
  .sec-25 .article .content ul li {
    font-size: 14px;
    margin-bottom: 10px;
    width: 100%;
  }
  .sec-25 .article .content table th {
    color: #fff;
  }
  .sec-25 .article .content table td {
    font-size: 14px;
    line-height: normal;
  }
  .sec-25 .article .slider {
    padding-bottom: 60px;
    margin-bottom: 30px;
  }
  .sec-25 .article .slider .sub-zag {
    font-size: 24px;
  }
  .sec-25 .article .slider .swiper-button-next {
    top: 220px;
    right: 0;
  }
  .sec-25 .article .slider .swiper-button-prev {
    top: 220px;
    right: auto;
    left: 0;
  }
  .sec-25 .article .slider .swiper-pagination {
    bottom: 14px;
    display: block;
  }
  .sec-25 .article .slider .swiper-pagination .swiper-pagination-bullet {
    border-radius: 8px;
    background: #282828;
    width: 8px;
    height: 8px;
    transition: all 0.5s;
    margin: 0 3px;
    opacity: 1;
  }
  .sec-25 .article .slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #FF961E;
  }
  .sec-25 .article .list {
    margin: 40px 0 0 0;
    width: 100%;
  }
  .sec-25 .article .list .zag {
    font-size: 28px;
  }
  .sec-25 .article .list ol li {
    font-size: 14px;
    line-height: normal;
    margin-bottom: 10px;
  }
  .sec-25 .coments .zag {
    font-size: 28px;
  }
  .sec-25 .coments .coment {
    padding: 10px;
  }
  .sec-25 .coments .coment .box .name {
    font-size: 16px;
  }
  .sec-25 .coments .coment .text {
    font-size: 14px;
    line-height: normal;
    margin: 20px 0;
    width: 100%;
  }
  .sec-25 .coments .coment .otvet {
    margin: 20px 0 0 auto;
    width: 95%;
  }
  .sec-25 .coments .coment .otvet .text {
    margin: 15px 0;
    width: 100%;
  }
  .sec-25 .form {
    padding: 10px;
  }
  .sec-25 .form .zag {
    font-size: 28px;
  }
  .sec-26 .title {
    font-size: 30px;
  }
  .sec-26 .box {
    padding: 0;
  }
  .sec-26 .box .right .slider .swiper-slide {
    width: 230px;
  }
  .sec-27 .title {
    font-size: 30px;
  }
  .sec-27 .item .zag {
    font-size: 20px;
  }
  .sec-27 .item .panel {
    margin: 0 0 2px 0;
  }
  .sec-27 .item .panel .panel-heading a {
    font-size: 14px;
    padding: 24px 19px;
  }
  .sec-27 .item .panel .panel-collapse .panel-body {
    padding: 0 25px 27px 18px;
  }
  .sec-28 {
    padding: 129px 0 68px 0;
  }
  .sec-28 .title {
    font-size: 30px;
  }
  .sec-28 .text {
    font-size: 14px;
    line-height: normal;
    padding: 0 0 20px 0;
  }
  .sec-28 .box .item {
    width: 100%;
    height: 200px;
  }
  .sec-28 .box .item .icon {
    margin: -25px 0 0 auto;
  }
  .sec-28 .box .big .left {
    margin: 0 auto 20px auto;
  }
  .sec-28 .box .big .right {
    width: 100%;
    font-size: 14px;
    line-height: normal;
  }
  .sec-29 {
    padding: 130px 0 68px 0;
  }
  .sec-29 .bg {
    padding: 10px;
  }
  .sec-29 .bg .title, .sec-29 .bg .zag {
    font-size: 25px;
  }
  .sec-29 .bg:last-child {
    padding: 10px 10px 30px 10px;
  }
  .sec-29 .bg form .text {
    margin: 0;
  }
  .sec-29 .bg form button {
    margin: 0 0 20px 0;
  }
  .sec-29 .bg form .chek {
    margin: 0 0 20px 0;
  }
  .sec-29 .bg form .box {
    gap: 10px;
    margin: 0 0 20px 0;
  }
  .sec-29 .bg form .box button {
    width: 100%;
  }
  .sec-29 .bg form .box .btn {
    width: 100%;
  }
  .sec-29 .bg .text {
    margin: 16px 0 20px 0;
  }
  .sec-30 {
    padding: 25px 0 44px 0;
  }
  .sec-30 .box .title {
    font-family: "EuropeExt", sans-serif;
    font-size: 16px;
    line-height: 21px;
    text-transform: uppercase;
    width: 57%;
  }
  .sec-30 .slider .swiper-slide {
    width: 286px;
  }
  .sec-30 .slider .swiper-button-next, .sec-30 .slider .swiper-button-prev {
    display: none;
  }
  .sec-30 .slider .swiper-pagination {
    bottom: 14px;
    display: block;
  }
  .sec-30 .slider .swiper-pagination .swiper-pagination-bullet {
    border-radius: 8px;
    background: #282828;
    width: 8px;
    height: 8px;
    transition: all 0.5s;
    margin: 0 3px;
    opacity: 1;
  }
  .sec-30 .slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #FF961E;
  }
  .sec-31 {
    padding: 130px 0 68px 0;
  }
  .sec-31 .title {
    font-size: 30px;
  }
  .sec-31 .box .item {
    width: 100%;
  }
  .sec-31 .pagination {
    margin: 55px 0 0 0;
  }
  .sec-31 .pagination ul {
    gap: 19px;
  }
  .sec-31 .pagination ul li:nth-child(5), .sec-31 .pagination ul li:nth-child(6), .sec-31 .pagination ul li:nth-child(7) {
    display: none;
  }
  .sec-31 .pagination ul li:first-child a {
    width: 100px;
  }
  .sec-31 .pagination ul li:last-child a {
    width: 110px;
  }
  .sec-32 {
    padding: 119px 0 68px 0;
  }
  .sec-32 .title {
    font-size: 30px;
  }
  .sec-32 .bg {
    padding: 10px;
  }
  .sec-32 .bg .ili {
    margin: 0 0 20px 0;
  }
  .sec-32 .bg .zag {
    font-size: 20px;
  }
  .sec-32 .bg form .item {
    margin-bottom: 20px;
  }
  .sec-32 .bg form .box .item {
    width: 100%;
    margin-bottom: 20px;
  }
  .sec-33 {
    padding: 130px 0 68px 0;
  }
  .sec-33 .title {
    font-size: 30px;
  }
  .sec-33 .box .item {
    height: 200px;
  }
  .sec-33 .box .item .icon svg {
    width: 80px;
  }
  .sec-33 .box .item .zag {
    font-size: 13px;
  }
  .sec-34 .title {
    font-size: 30px;
  }
  .sec-34 .item .date {
    width: 40%;
  }
  .sec-34 .item .zakaz {
    width: 60%;
  }
  .sec-34 .item .status {
    width: 40%;
  }
  .sec-34 .item .status span {
    width: fit-content;
  }
  .sec-34 .item .price {
    width: 60%;
    text-align: left;
  }
  .sec-34 .pagination {
    margin: 55px 0 0 0;
  }
  .sec-34 .pagination ul {
    gap: 19px;
  }
  .sec-34 .pagination ul li:nth-child(5), .sec-34 .pagination ul li:nth-child(6), .sec-34 .pagination ul li:nth-child(7) {
    display: none;
  }
  .sec-34 .pagination ul li:first-child a {
    width: 100px;
  }
  .sec-34 .pagination ul li:last-child a {
    width: 110px;
  }
  .sec-35 .title {
    font-size: 30px;
  }
  .sec-35 .bg {
    padding: 10px;
  }
  .sec-36 .title {
    font-size: 30px;
  }
  .sec-36 .box .item {
    padding: 10px;
  }
  .sec-36 .box .item .text {
    width: 100%;
  }
  .sec-37 .title {
    font-size: 30px;
  }
  .sec-37 .bg {
    padding: 10px;
  }
}

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