.up {
  text-transform: uppercase;
}
.none {
  text-decoration: none;
}
.th {
  font-weight: 100;
}
.el {
  font-weight: 200;
}
.l {
  font-weight: 300;
}
.reg {
  font-weight: 400;
}
.med {
  font-weight: 500;
}
.sb {
  font-weight: 600;
}
.bold {
  font-weight: 700;
}
.eb {
  font-weight: 800;
}
.black {
  font-weight: 900;
}
.un {
  text-decoration: underline;
}
.in {
  display: inline-block;
}
.vam {
  vertical-align: middle;
}
.rel {
  position: relative;
}
.bl {
  display: block;
}
.abs {
  position: absolute;
}
.tr {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.try {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.trx {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.tc {
  display: table-cell;
  vertical-align: middle;
}
.dn {
  display: none;
}
.tac {
  text-align: center;
}
.tal {
  text-align: left;
}
.tar {
  text-align: right;
}
.taj {
  text-align: justify;
}
.it {
  font-style: italic;
}
.sn {
  font-style: normal;
}
.b0 {
  border: 0;
}
.bn {
  background: none;
}
.w100 {
  width: 100%;
}
.h100 {
  height: 100%;
}
.wa {
  width: auto;
}
.p0 {
  padding: 0;
}
.m0 {
  margin: 0;
}
.poi {
  cursor: pointer;
}
.auto {
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}
.noup {
  text-transform: none;
}
.fix {
  position: fixed;
}
.tn {
  transform: none;
}
.bf {
  background: #fff;
}
.cf {
  color: #fff;
}
.c0 {
  color: #000;
}
.ap {
  appearance: none;
}
.nw {
  white-space: nowrap;
}
.ma {
  margin: 0 auto;
}
.oh {
  overflow: hidden;
}
.pen {
  pointer-events: none;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
body,
html {
  width: 100%;
  min-height: 100%;
}
body {
  background: #1F1F1F url('../img/bg.svg') no-repeat bottom center;
  overflow-x: hidden;
}
body.inner {
  background: #1F1F1F;
}
body.inner.other {
  background: #1a1a1a;
}
body.inner.other2 {
  background: #1a1a1a url('../img/bg9.svg') no-repeat bottom center;
}
body.inner h1 {
  font-size: 34px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 20px;
}
body.inner .index-about-block {
  padding-bottom: 80px;
}
body,
th,
td {
  font-family: "Onest", sans-serif;
  font-size: 14px;
  color: #fff;
}
body,
form,
object,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}
img,
table {
  border: none;
}
table {
  border-collapse: collapse;
}
table td {
  padding: 0;
}
a {
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
a:hover {
  text-decoration: none;
}
input,
textarea,
button,
select {
  margin: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  border: 0;
  color: #fff;
  font-family: "Onest", sans-serif;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder,
button:focus::-webkit-input-placeholder,
select:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder,
button:focus::-moz-placeholder,
select:focus::-moz-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder,
button:focus:-moz-placeholder,
select:focus:-moz-placeholder {
  color: transparent;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder,
button:focus:-ms-input-placeholder,
select:focus:-ms-input-placeholder {
  color: transparent;
}
button,
input[type='submit'] {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
  border: 0;
}
ol,
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
img {
  max-width: 100%;
}
.an {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
section,
header,
footer,
nav,
main {
  display: block;
}
.wrap {
  margin: 0 auto;
  width: 1440px;
}
* {
  outline: none !important;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex2 {
  display: flex;
  flex-wrap: wrap;
}
.header {
  padding: 20px 0 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(50px);
  background: rgba(31, 31, 31, 0.9);
  position: relative;
  z-index: 4;
}
.header form {
  width: 834px;
  height: 58px;
  margin-top: -3px;
  position: relative;
}
.header form input[type='text'] {
  width: 100%;
  height: 100%;
  background: none;
  border: 2px solid #f59a1b;
  border-radius: 15px;
  padding: 0 20px;
  font-size: 18px;
}
.header form button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  width: 95px;
  height: 48px;
  border-radius: 10px;
  background: #f59a1b;
  font-size: 18px;
  font-weight: 600;
}
.header form button:hover {
  background: rgba(245, 154, 27, 0.4);
}
.header .user {
  margin-top: 3px;
  position: relative;
}
.header .user:hover ul {
  display: block;
}
.header .user div {
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
}
.header .user div a {
  display: block;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.header .user div img {
  width: 44px;
  max-width: 44px;
  margin-left: 10px;
  margin-top: 4px;
}
.header .user ul {
  position: absolute;
  top: 100%;
  right: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  backdrop-filter: blur(50px);
  background: rgba(20, 20, 20, 0.8);
  width: 240px;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 5;
  display: none;
}
.header .user ul:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  height: 10px;
}
.header .user ul li {
  display: block;
}
.header .user ul li:not(:last-child) {
  margin: 0 0 10px 0;
}
.header .user ul li a {
  display: block;
  padding: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}
.header .user ul li a img {
  vertical-align: middle;
  margin: -2px 4px 0 0;
}
.header-top {
  align-items: center;
}
.header-top ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -15px;
}
.header-top ul li {
  display: inline-block;
}
.header-top ul li:not(:last-child) {
  margin-right: 20px;
}
.header-top ul li a {
  display: block;
  text-decoration: none;
  padding: 0 15px;
  font-size: 14px;
  line-height: 21px;
  color: #999999;
}
.header-top ul li a:hover,
.header-top ul li a.active {
  color: #F59A1B;
}
.header-top .contacts {
  color: #999999;
  font-weight: 600;
  line-height: 18px;
}
.header-top .contacts a {
  display: inline-block;
  text-decoration: none;
  color: #999999;
  margin-left: 20px;
  padding-left: 22px;
}
.header-top .contacts a.phone {
  background: url('../img/phone.svg') no-repeat left;
}
.header-top .contacts a.mail {
  background: url('../img/mail.svg') no-repeat left;
}
.header-top .contacts .hours {
  display: inline-block;
  padding-left: 22px;
  background: url('../img/hours.svg') no-repeat left;
}
.header-btm {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}
.header-btm .btn-srch {
  display: flex;
  justify-content: stretch;
  gap: 20px;
  flex: 1;
}
.header-btm .logo {
  display: flex;
  align-items: center;
}
.header-btm .links {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header-btm .links a {
  display: inline-block;
  text-decoration: none;
  position: relative;
  padding-top: 29px;
  color: #ababab;
  font-size: 12px;
  line-height: 16px;
}
.header-btm .links a:hover {
  color: #f59a1b;
}
.header-btm .links a.-orders {
  background: url('../img/header-link1.svg') no-repeat 50% 0;
}
.header-btm .links a.-orders:hover {
  background: url('../img/header-link1h.svg') no-repeat 50% 0;
}
.header-btm .links a.-sel {
  background: url('../img/header-link2.svg') no-repeat 50% 0;
}
.header-btm .links a.-sel:hover {
  background: url('../img/header-link2h.svg') no-repeat 50% 0;
}
.header-btm .links a.-cart {
  background: url('../img/header-link3.svg') no-repeat 50% 0;
}
.header-btm .links a.-cart:hover {
  background: url('../img/header-link3h.svg') no-repeat 50% 0;
}
.header-btm .links a.-profile {
  background: url('../img/header-link6.svg') no-repeat 50% 0;
}
.header-btm .links a.-profile:hover {
  background: url('../img/header-link6h.svg') no-repeat 50% 0;
}
.header-btm .links a span.hide {
  display: none;
}
.header-btm .links a span {
  position: absolute;
  top: -4px;
  right: -3px;
  width: 27px;
  height: 22px;
  line-height: 18px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #2e2d2d;
  border-radius: 5px;
  background: #f59a1b;
  color: #fff;
  text-align: center;
}
.header-btm .buttons {
  display: flex;
  gap: 20px;
}
.header-btm .buttons button {
  display: inline-flex;
  gap: 5px;
  align-items: center;
  height: 54px;
  padding: 0 20px 0 15px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
}
.header-btm .buttons button:nth-child(1) {
  color: #f59a1b;
  background: none;
  padding-left: 0;
  padding-right: 0;
}
.header-btm .buttons button:nth-child(1):hover {
  color: #fff;
}
.header-btm .buttons button:nth-child(1):hover span {
  background: url('../img/btn1h.svg');
}
.header-btm .buttons button:nth-child(1) span {
  background: url('../img/btn1.svg');
}
.header-btm .buttons button:nth-child(2) {
  background: #f59a1b;
  border: 2px solid transparent;
}
.header-btm .buttons button:nth-child(2):hover {
  border: 2px solid #f59a1b;
  background: rgba(245, 154, 27, 0.6);
}
.header-btm .buttons button:nth-child(2) span {
  background: url('../img/btn2.svg');
}
.header-btm .buttons button span {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
}
.header-catalog {
  position: relative;
  margin-top: -3px;
}
.header-catalog .menu-button {
  width: 58px;
  height: 58px;
  background: url('../img/menu-button2.svg');
  display: inline-block;
}
.header-catalog ul {
  position: absolute;
  top: 100%;
  left: 0;
  padding: 10px;
  width: 240px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #1A1A1A;
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(5px);
  z-index: 5;
  display: none;
}
.header-catalog ul li {
  display: block;
  margin: 0 !important;
}
.header-catalog ul li a {
  padding: 12px 20px 12px 44px;
  position: relative;
  text-decoration: none;
  display: block;
  text-align: left;
}
.header-catalog ul li a img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
}
.header-catalog ul li a:hover,
.header-catalog ul li a.active {
  color: #F59A1B;
}
.index-first-block {
  padding: 80px 0 120px;
  background: url('../img/index-first-block.jpg') bottom center / cover;
}
.index-first-block .info {
  margin-bottom: 80px;
}
.index-first-block .info .text {
  display: table-cell;
  vertical-align: middle;
  color: rgba(255, 255, 255, 0.8);
  font-size: 24px;
  line-height: 35px;
}
.index-first-block .info .text .name {
  color: #fff;
  text-transform: uppercase;
  font-size: 44px;
  font-weight: 600;
  line-height: 56px;
  margin-bottom: 30px;
}
.index-first-block .info .image {
  display: table-cell;
  vertical-align: middle;
}
.index-first-block .info .image img {
  max-width: 550px;
  margin-left: 20px;
}
.index-first-block .advantages .item {
  text-align: center;
  width: 18%;
}
.index-first-block .advantages .item p {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 23px;
  text-transform: uppercase;
}
.index-categories-block {
  padding-bottom: 100px;
}
.index-categories-block .block-name {
  text-align: center;
  margin-bottom: 80px;
  font-size: 64px;
  font-weight: 600;
  line-height: 82px;
}
.index-categories-block .list {
  gap: 20px;
}
.index-categories-block .list .item {
  width: 32%;
  height: 300px;
  margin-bottom: 20px;
  background: url('../img/bg2.svg') center / cover;
  border: 1px solid #282828;
  border-radius: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.index-categories-block .list .item:hover p {
  color: #f59a1b;
}
.index-categories-block .list .item:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(31, 31, 31, 0) 38%, #1f1f1f 100%);
  z-index: 2;
}
.index-categories-block .list .item img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  z-index: 1;
  max-width: 80%;
}
.index-categories-block .list .item p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  line-height: 40px;
  z-index: 3;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.index-categories-block .list .item a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 4;
}
.consult-block {
  padding: 80px 0;
  margin-bottom: 80px;
}
.consult-block .text .block-name {
  margin-bottom: 10px;
  font-size: 34px;
  font-weight: 600;
  line-height: 43px;
  text-transform: uppercase;
}
.consult-block .text p {
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 31px;
}
.consult-block .text .contacts {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 600;
  line-height: 18px;
}
.consult-block .text .contacts a {
  display: inline-block;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  margin-left: 20px;
  padding-left: 22px;
}
.consult-block .text .contacts a.phone {
  background: url('../img/phone.svg') no-repeat left;
}
.consult-block .text .contacts a.mail {
  background: url('../img/mail.svg') no-repeat left;
}
.consult-block .text .contacts .hours {
  display: inline-block;
  padding-left: 22px;
  background: url('../img/hours.svg') no-repeat left;
}
.consult-block form {
  width: 785px;
  margin-top: 39px;
}
.consult-block form input {
  width: 32%;
  height: 54px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: #2e2d2d;
  padding: 0 15px;
  font-size: 18px;
}
.consult-block form input:focus {
  border: 1px solid #f59a1b;
}
.consult-block form button {
  width: 32%;
  height: 54px;
  border-radius: 10px;
  background: #f59a1b;
  font-size: 18px;
  font-weight: 500;
}
.consult-block form button:hover {
  background: rgba(245, 154, 27, 0.4);
}
.consult-block form button span {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background: url('../img/phone2.svg');
  margin-right: 2px;
}
.index-catalog-block .list .item {
  width: 19%;
  margin-bottom: 20px;
  margin-right: 1.25%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  background: #282828;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
.index-catalog-block .list .item:nth-child(5n) {
  margin-right: 0;
}
.index-catalog-block .list .item .photos {
  font-size: 0;
  position: relative;
}
.index-catalog-block .list .item .photos .fav-link {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 28px;
  height: 28px;
  background: url('../img/heart.svg');
  z-index: 3;
}
.index-catalog-block .list .item .photos .fav-link.active {
  background: url('../img/heart2.svg');
}
.index-catalog-block .list .item .photos .dots {
  text-align: center;
  padding: 10px 0;
}
.index-catalog-block .list .item .photos .dots .swiper-pagination-bullet {
  margin: 0 2px;
  width: 12px;
  height: 2px;
  border-radius: 7px;
  background: rgba(116, 92, 92, 0.5);
  opacity: 1;
}
.index-catalog-block .list .item .photos .dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #f59a1b;
}
.index-catalog-block .list .item .photos img {
  object-fit: cover;
  height: 180px;
  border-radius: 10px;
}
.index-catalog-block .list .item .price {
  margin-bottom: 6px;
  font-size: 24px;
  font-weight: 600;
  line-height: 25px;
}
.index-catalog-block .list .item .name {
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 110%;
  display: block;
  text-decoration: none;
}
.index-catalog-block .list .item .name:hover {
  text-decoration: underline;
}
.index-catalog-block .list .item .rating {
  display: inline-block;
  padding-left: 18px;
  background: url('../img/star.svg') no-repeat left;
  margin-right: 10px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 16px;
  line-height: 20px;
}
.index-catalog-block .list .item .nal {
  color: #7fff00;
  font-size: 13px;
  line-height: 20px;
}
.index-catalog-block .list .item button {
  width: 100%;
  height: 54px;
  margin-top: 20px;
  border-radius: 10px;
  background: #f59a1b;
  font-size: 16px;
  font-weight: 600;
}
.index-catalog-block .list .item button:hover {
  background: rgba(245, 154, 27, 0.4);
}
.index-catalog-block .list .item button span {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background: url('../img/cart.svg');
  margin: -2px 0 0 2px;
}
.index-catalog-block .list .item .number {
  position: relative;
  margin-top: 20px;
  height: 44px;
}
.index-catalog-block .list .item .number input {
  width: 100%;
  height: 100%;
  text-align: center;
  background: #f59a1b;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
}
.index-catalog-block .list .item .number span {
  position: absolute;
  top: 0;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  font-size: 16px;
  font-weight: 600;
}
.index-catalog-block .list .item .number span.minus {
  left: 0;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.index-catalog-block .list .item .number span.plus {
  right: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.index-catalog-block .list .item .check {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
}
.index-catalog-block .list .item .check .checkbox {
  display: none;
}
.index-catalog-block .list .item .check .checkbox + label {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url('../img/checkbox.svg') no-repeat 0 0;
}
.index-catalog-block .list .item .check .checkbox:checked + label {
  background: url('../img/checkbox2.svg') no-repeat 0 0;
}
.index-catalog-block {
  padding-bottom: 60px;
}
.index-catalog-block.pt {
  padding-top: 82px;
}
.index-catalog-block .wrap {
  position: relative;
}
.index-catalog-block .top-banner {
  margin: 82px 0 40px;
  background: url('../img/bg5.png') center / cover;
  padding: 40px;
  position: relative;
  border-radius: 15px;
  color: #000;
}
.index-catalog-block .top-banner .badge {
  display: inline-block;
  margin-bottom: 20px;
  border-radius: 10px;
  background: #191919;
  padding: 15px 20px;
  font-size: 18px;
  line-height: 23px;
  color: #fff;
}
.index-catalog-block .top-banner .name {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 40px;
  line-height: 51px;
}
.index-catalog-block .top-banner .name span {
  display: block;
  font-size: 64px;
  line-height: 70px;
}
.index-catalog-block .top-banner .price {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
  line-height: 31px;
}
.index-catalog-block .top-banner .price span {
  display: inline-block;
  margin-left: 5px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 18px;
  line-height: 23px;
  text-decoration-line: line-through;
}
.index-catalog-block .top-banner button {
  width: 159px;
  height: 56px;
  border-radius: 10px;
  background: #191919;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 66px;
}
.index-catalog-block .top-banner .image {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.index-catalog-block .top-banner .cats a {
  display: inline-block;
  margin-right: 10px;
  border: 1px solid #191919;
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 20px;
  color: #000;
  text-decoration: none;
}
.index-catalog-block .block-name {
  text-align: center;
  margin-bottom: 80px;
  font-size: 64px;
  font-weight: 600;
  line-height: 82px;
}
.index-catalog-block .block-name.other {
  margin-bottom: 40px;
  font-size: 44px;
  font-weight: 600;
  line-height: 56px;
}
.index-catalog-block .block-name.other span {
  color: rgba(255, 255, 255, 0.4);
  font-size: 24px;
  line-height: 31px;
}
.index-catalog-block .top-link {
  position: absolute;
  right: 0;
  top: 162px;
  line-height: 54px;
  border-radius: 10px;
  background: #f59a1b url('../img/arrow2.svg') no-repeat right 20px top 50%;
  font-size: 16px;
  font-weight: 600;
  padding: 0 60px 0 20px;
  text-decoration: none;
}
.index-catalog-block .top-link:hover {
  background: rgba(245, 154, 27, 0.4);
}
.index-catalog-block .sort {
  margin-bottom: 40px;
}
.index-catalog-block .sort li {
  display: inline-block;
}
.index-catalog-block .sort li:not(:last-child) {
  margin-right: 12px;
}
.index-catalog-block .sort li a {
  display: block;
  text-decoration: none;
  line-height: 54px;
  padding: 0 20px 0 15px;
  border-radius: 10px;
  background: rgba(244, 244, 244, 0.2);
  font-size: 16px;
  font-weight: 600;
}
.index-catalog-block .sort li a:hover,
.index-catalog-block .sort li a.active {
  background: #f59a1b;
}
.index-catalog-block .sort li a img {
  vertical-align: middle;
  margin: -2px 4px 0 0;
}
.index-catalog-block .bottom-button {
  width: 100%;
  height: 54px;
  margin: 20px 0 40px;
  border-radius: 8px;
  background: rgba(245, 154, 27, 0.2);
  color: #f59a1b;
  font-size: 18px;
  font-weight: 600;
}
.index-catalog-block .bottom-button:hover {
  color: #fff;
  background: #f59a1b;
}
.index-catalog-block .pages {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.4);
}
.index-catalog-block .pages span {
  display: inline-block;
  vertical-align: middle;
  width: 34px;
  margin: 0 2px;
}
.index-catalog-block .pages a {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  line-height: 34px;
  margin: 0 2px;
  color: rgba(255, 255, 255, 0.4);
}
.index-catalog-block .pages a:hover {
  background: #f59a1b;
  color: #fff;
}
.index-brands-block {
  text-align: center;
  padding-bottom: 80px;
  margin-bottom: 80px;
}
.index-brands-block .block-name {
  margin-bottom: 80px;
  font-size: 64px;
  font-weight: 600;
  line-height: 82px;
}
.index-brands-block .list {
  overflow: hidden;
  margin: 0 -60px;
}
.index-brands-block .list .item {
  width: 267.41px;
  height: 124px;
  line-height: 124px;
  border-radius: 10px;
  background: #252525;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
  filter: grayscale(100%);
}
.index-brands-block .list .item:hover {
  filter: none;
}
.index-brands-block .list .item img {
  vertical-align: middle;
}
.index-reviews-block {
  padding-bottom: 80px;
  margin-bottom: 80px;
}
.index-reviews-block .block-name {
  margin-bottom: 80px;
  font-size: 64px;
  font-weight: 600;
  line-height: 82px;
  text-align: center;
}
.index-reviews-block .list {
  overflow: hidden;
  margin: 0 -60px;
  align-items: stretch;
}
.index-reviews-block .list .item {
  width: 505px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 12px;
  background: #2b2b2b;
  padding: 40px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  height: auto;
}
.index-reviews-block .list .item .author {
  position: relative;
  margin-bottom: 20px;
  line-height: 52px;
  padding-right: 60px;
  font-size: 22px;
  font-weight: 600;
}
.index-reviews-block .list .item .author span {
  color: rgba(255, 255, 255, 0.4);
}
.index-reviews-block .list .item .author a {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 52px;
  height: 52px;
  background: url('../img/link.svg');
}
.index-reviews-block .list .item p {
  font-size: 18px;
  line-height: 150%;
}
.subscribe-block {
  padding-bottom: 80px;
}
.subscribe-block .text {
  width: 49.5%;
  color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
  line-height: 23px;
  margin-left: -60px;
}
.subscribe-block .text .name {
  margin-bottom: 15px;
  color: #fff;
  text-transform: uppercase;
  font-size: 34px;
  font-weight: 600;
  line-height: 43px;
}
.subscribe-block form {
  width: 54.5%;
  margin-right: -60px;
  margin-top: 46.5px;
}
.subscribe-block form input[type='text'] {
  width: 76%;
  height: 54px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: #2e2d2d;
  padding: 0 15px;
  font-size: 18px;
}
.subscribe-block form input[type='text']:focus {
  border: 1px solid #f59a1b;
}
.subscribe-block form button {
  width: 20.5%;
  height: 54px;
  border-radius: 10px;
  background: #f59a1b;
  font-size: 18px;
  font-weight: 500;
}
.subscribe-block form button:hover {
  background: rgba(245, 154, 27, 0.4);
}
.subscribe-block form button span {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background: url('../img/phone2.svg');
  margin-right: 2px;
}
.footer {
  padding: 80px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: #121212;
}
.footer .menu {
  padding-bottom: 48px;
}
.footer .menu nav {
  display: inline-block;
  vertical-align: top;
}
.footer .menu nav:not(:last-child) {
  margin-right: 80px;
}
.footer .menu nav p {
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 18px;
}
.footer .menu nav ul li:not(:last-child) {
  margin-bottom: 10px;
}
.footer .menu nav ul li a {
  display: block;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
  line-height: 18px;
}
.footer .menu nav ul li a:hover {
  color: #f59a1b;
}
.footer .copy {
  margin-top: 16px;
  font-weight: 300;
  line-height: 15.4px;
}
.footer .social {
  font-size: 0;
}
.footer .social a {
  display: inline-block;
  opacity: 0.6;
}
.footer .social a:hover {
  opacity: 1;
}
.footer .social a:not(:last-child) {
  margin-right: 9px;
}
.mobile-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 10px 0;
  text-align: right;
  display: none;
}
.mobile-header .wrap {
  gap: 10px;
}
.mobile-header.bg {
  background: #1F1F1F;
}
.mobile-header.bg2 {
  background: #171818;
}
.mobile-header.bg3 {
  background: #1a1a1a;
}
.mobile-header .back-link {
  width: 24px;
  background: url('../img/back-link2.svg') no-repeat center;
}
.mobile-header .menu-button2 {
  width: 58px;
  height: 58px;
  background: url('../img/menu-button2.svg');
  display: none;
}
.mobile-header form {
  flex: 1;
  height: 58px;
  position: relative;
  display: none;
}
.mobile-header form input[type='text'] {
  width: 100%;
  height: 100%;
  background: none;
  border: 2px solid #f59a1b;
  border-radius: 15px;
  padding: 0 110px 0 20px;
  font-size: 18px;
}
.mobile-header form button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  width: 95px;
  height: 48px;
  border-radius: 10px;
  background: #f59a1b;
  font-size: 18px;
  font-weight: 600;
}
.mobile-header form button:hover {
  background: rgba(245, 154, 27, 0.4);
}
.mobile-header .menu-button {
  width: 57px;
  height: 57px;
  background: url('../img/menu-button.svg');
  display: inline-block;
}
.mobile-header .header-catalog {
  position: fixed;
  left: 0;
  top: 80px;
  width: 100%;
  margin-top: 0;
}
.mobile-header .header-catalog ul {
  width: 100%;
}
.mobile-header .header-catalog a {
  text-decoration: none;
}
.mobile-menu {
  backdrop-filter: blur(300px);
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 20;
  display: none;
}
.mobile-menu .top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 10px 0;
  text-align: right;
}
.mobile-menu .top .login {
  margin-right: 10px;
  vertical-align: middle;
  width: 195px;
  height: 57px;
  border-radius: 50px;
  background: #f59a1b;
  font-size: 16px;
  font-weight: 500;
}
.mobile-menu .top .login span {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background: url('../img/login.svg');
  margin: -2px 4px 0 0;
}
.mobile-menu .top .close {
  display: inline-block;
  width: 57px;
  height: 57px;
  background: url('../img/menu-close.svg');
  vertical-align: middle;
}
.mobile-menu nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  text-align: right;
}
.mobile-menu nav ul.other li {
  width: 49%;
}
.mobile-menu nav ul.other li a {
  display: block;
  text-align: left;
  height: 78px;
  line-height: 78px;
  padding: 0 20px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
.mobile-menu nav ul.other li a img {
  vertical-align: middle;
  margin: -2px 4px 0 0;
}
.mobile-menu nav ul li {
  margin: 5px 0;
}
.mobile-menu nav ul li a {
  display: inline-block;
  text-decoration: none;
  padding: 10px 15px;
  font-size: 16px;
  line-height: 21px;
}
.mobile-menu nav ul li a:hover,
.mobile-menu nav ul li a.active {
  color: #F59A1B;
}
.mobile-menu .user {
  position: absolute;
  right: 0;
  bottom: 32px;
  width: 100%;
  text-align: right;
}
.mobile-menu .user .name {
  display: inline-block;
}
.mobile-menu .user .name div {
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
}
.mobile-menu .user .name div a {
  display: block;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.mobile-menu .user .name div img {
  width: 44px;
  max-width: 44px;
  margin-left: 10px;
}
.mobile-menu .contacts {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 40px 0;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 600;
  line-height: 18px;
}
.mobile-menu .contacts a {
  display: block;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 20px;
  padding-left: 22px;
}
.mobile-menu .contacts a.phone {
  background: url('../img/phone.svg') no-repeat left;
}
.mobile-menu .contacts a.mail {
  background: url('../img/mail.svg') no-repeat left;
}
.mobile-menu .contacts .hours {
  display: inline-block;
  padding-left: 22px;
  background: url('../img/hours.svg') no-repeat left;
}
.contacts-page {
  padding-top: 80px;
  padding-bottom: 830px;
  background: url('../img/bg3.svg') no-repeat center;
  position: relative;
}
.contacts-page .block-name {
  margin-bottom: 80px;
  font-size: 64px;
  font-weight: 600;
  line-height: 82px;
}
.contacts-page .contacts {
  width: 53%;
}
.contacts-page .contacts .name {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 34px;
  font-weight: 600;
  line-height: 43px;
}
.contacts-page .contacts .top-text {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 31px;
}
.contacts-page .contacts .adress {
  margin-bottom: 20px;
  padding-left: 22px;
  background: url('../img/adress.svg') no-repeat left;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 600;
  line-height: 18px;
}
.contacts-page .contacts a {
  display: block;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 20px;
  padding-left: 22px;
}
.contacts-page .contacts a.phone {
  background: url('../img/phone.svg') no-repeat left;
}
.contacts-page .contacts a.mail {
  background: url('../img/mail.svg') no-repeat left;
}
.contacts-page .contacts .data {
  padding-top: 52px;
}
.contacts-page .contacts .data p {
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}
.contacts-page form {
  width: 44.5%;
}
.contacts-page form .name {
  text-transform: uppercase;
  margin-bottom: 40px;
  font-size: 34px;
  font-weight: 600;
  line-height: 43px;
  display: none;
}
.contacts-page form .top-text {
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 31px;
  display: none;
}
.contacts-page form .flex input[type='text'] {
  width: 48.5%;
}
.contacts-page form input[type='text'] {
  width: 100%;
  height: 54px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: #2e2d2d;
  padding: 0 15px;
  font-size: 18px;
  margin-bottom: 20px;
}
.contacts-page form input[type='text']:focus {
  border: 1px solid #f59a1b;
}
.contacts-page form textarea {
  width: 100%;
  height: 224px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: #2e2d2d;
  padding: 15px;
  font-size: 18px;
  margin-bottom: 20px;
}
.contacts-page form textarea:focus {
  border: 1px solid #f59a1b;
}
.contacts-page form .agree {
  width: 65%;
}
.contacts-page form .agree .checkbox {
  display: none;
}
.contacts-page form .agree .checkbox + label {
  display: block;
  cursor: pointer;
  padding-left: 34px;
  background: url('../img/checkbox.svg') no-repeat 0 0;
  font-size: 18px;
  line-height: 23px;
  color: #aeaeae;
}
.contacts-page form .agree .checkbox + label a {
  color: #f59a1b;
}
.contacts-page form .agree .checkbox:checked + label {
  background: url('../img/checkbox2.svg') no-repeat 0 0;
}
.contacts-page form button {
  width: 32%;
  height: 54px;
  border-radius: 10px;
  background: #f59a1b;
  font-size: 18px;
  font-weight: 500;
}
.contacts-page form button:hover {
  background: rgba(245, 154, 27, 0.4);
}
.contacts-page form button span {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background: url('../img/phone2.svg');
  margin-right: 2px;
}
.contacts-page .map {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 670px;
}
.orders-page {
  padding: 80px 0;
  background: url('../img/bg6.svg') no-repeat center;
}
.orders-page .content {
  margin: 0 -60px;
}
.orders-page .col {
  width: 48.7%;
}
.orders-page .orders {
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  background: #1f1f1f;
}
.orders-page .orders .block-name {
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.orders-page .orders nav {
  margin-bottom: 20px;
}
.orders-page .orders nav a {
  display: inline-block;
  text-decoration: none;
  border-radius: 10px;
  background: #1f1f1f;
  padding: 13px 18px;
  border: 2px solid transparent;
  font-size: 18px;
  line-height: 25px;
}
.orders-page .orders nav a:not(:last-child) {
  margin-right: 10px;
}
.orders-page .orders nav a:hover,
.orders-page .orders nav a.active {
  border: 2px solid #f59a1b;
}
.orders-page .orders .filter-link {
  margin: 15px 0 20px;
  height: 24px;
  line-height: 24px;
  padding: 0 17px 0 34px;
  background: url('../img/arrow3.svg') no-repeat right, url('../img/filter.svg') no-repeat left;
  color: #f59a1b;
  font-size: 16px;
}
.orders-page .orders .filter-link:hover {
  color: #fff;
  background: url('../img/arrow3h.svg') no-repeat right, url('../img/filterh.svg') no-repeat left;
}
.orders-page .orders .list {
  margin: 0 -20px -20px -20px;
  padding-right: 15px;
  height: 950px;
  overflow-y: scroll;
}
.orders-page .orders .list::-webkit-scrollbar {
  width: 10px;
}
.orders-page .orders .list::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #f59a1b;
  border: 2px solid #1f1f1f;
}
.orders-page .orders .list .item {
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  border: 2px solid transparent;
  background: #282828;
}
.orders-page .orders .list .item:hover {
  border: 2px solid #f59a1b;
}
.orders-page .orders .list .item:not(:last-child) {
  margin-bottom: 5px;
}
.orders-page .orders .list .item .number {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
  line-height: 25px;
}
.orders-page .orders .list .item .number .copy {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background: url('../img/copy.svg');
}
.orders-page .orders .list .item .way {
  margin-bottom: 20px;
  line-height: 24px;
  padding-left: 34px;
  background: url('../img/way.svg') no-repeat left;
  font-size: 16px;
  font-weight: 500;
}
.orders-page .orders .list .item .adress {
  width: 340px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.orders-page .orders .list .item .bottom-block {
  position: absolute;
  right: 20px;
  bottom: 20px;
  text-align: right;
}
.orders-page .orders .list .item .bottom-block .items {
  display: inline-block;
  padding-left: 23px;
  line-height: 18px;
  background: url('../img/items.svg') no-repeat left;
  font-size: 18px;
}
.orders-page .orders .list .item .bottom-block .price {
  margin-top: 18px;
  font-size: 24px;
  font-weight: 600;
  line-height: 25px;
}
.orders-page .orders .bottom-button {
  width: 100%;
  height: 54px;
  margin: 40px 0;
  border-radius: 8px;
  background: rgba(245, 154, 27, 0.2);
  color: #f59a1b;
  font-size: 18px;
  font-weight: 600;
  display: none;
}
.orders-page .orders .bottom-button:hover {
  color: #fff;
  background: #f59a1b;
}
.orders-page .orders .pages {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.4);
  display: none;
}
.orders-page .orders .pages span {
  display: inline-block;
  vertical-align: middle;
  width: 34px;
  margin: 0 2px;
}
.orders-page .orders .pages a {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  line-height: 34px;
  margin: 0 2px;
  color: rgba(255, 255, 255, 0.4);
}
.orders-page .orders .pages a:hover {
  background: #f59a1b;
  color: #fff;
}
.orders-page .delivery {
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  background: #1f1f1f;
  position: relative;
}
.orders-page .delivery .top-info {
  position: absolute;
  right: 20px;
  top: 20px;
  line-height: 36px;
  color: rgba(255, 255, 255, 0.8);
}
.orders-page .delivery .top-info .copy {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  background: url('../img/copy.svg') center / cover;
  margin: -2px 0 0 2px;
}
.orders-page .delivery .block-name {
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.orders-page .delivery .h2 {
  margin-bottom: 15px;
  color: #aeaeae;
  line-height: 18px;
}
.orders-page .delivery .steps {
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  background: #282828;
}
.orders-page .delivery .steps p {
  margin-bottom: 35px;
  font-size: 16px;
  line-height: 20px;
}
.orders-page .delivery .steps p span {
  color: rgba(255, 255, 255, 0.8);
}
.orders-page .delivery .steps .items {
  overflow: hidden;
}
.orders-page .delivery .steps .items .item {
  text-align: center;
  color: #f59a1b;
  font-size: 16px;
  line-height: 20px;
  position: relative;
  background: #282828;
}
.orders-page .delivery .steps .items .item.other {
  filter: grayscale(100%);
}
.orders-page .delivery .steps .items .item img {
  margin: 0 auto 10px auto;
  display: block;
}
.orders-page .delivery .steps .items .item .line {
  position: absolute;
  top: 50%;
  left: 100%;
  width: 150px;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}
.orders-page .delivery .steps .items .item .line span {
  position: absolute;
  left: 0;
  top: 0;
  height: 1px;
  background: #f59a1b;
}
.orders-page .delivery .data {
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  background: #282828;
  font-size: 16px;
  line-height: 20px;
}
.orders-page .delivery .data p {
  margin-bottom: 10px;
  opacity: 0.8;
  font-weight: 500;
}
.orders-page .delivery .data .link {
  display: inline-block;
  text-decoration: none;
  margin-top: 30px;
  color: #f59a1b;
  padding-right: 17px;
  background: url('../img/arrow4.svg') no-repeat right;
}
.orders-page .delivery .data .link.active {
  background: url('../img/arrow4a.svg') no-repeat right;
}
.orders-page .delivery .data .list {
  display: none;
}
.orders-page .delivery .data .list .list-item {
  margin-top: 20px;
  max-width: 450px;
  position: relative;
}
.orders-page .delivery .data .list .list-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.8);
}
.orders-page .delivery .data .list .list-item div {
  position: relative;
  z-index: 2;
  background: #282828;
}
.orders-page .delivery .data .list .list-item div:nth-child(1) {
  padding-right: 20px;
}
.orders-page .delivery .data .list .list-item div:nth-child(2) {
  padding-left: 20px;
}
.orders-page .delivery .data .list .list-item div span {
  color: rgba(255, 255, 255, 0.6);
}
.orders-page .delivery .result {
  text-align: right;
}
.orders-page .delivery .result .price {
  margin-bottom: 20px;
  font-size: 34px;
  font-weight: 600;
  line-height: 43px;
}
.orders-page .delivery .result button {
  width: 187px;
  height: 54px;
  border-radius: 10px;
  background: #f59a1b;
  font-size: 16px;
  font-weight: 600;
}
.orders-page .delivery .result button:hover {
  background: rgba(245, 154, 27, 0.4);
}
.orders-page .delivery .result button span {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  background: url('../img/btn3.svg');
  margin: -2px 2px 0 0;
}
.orders-page .cart {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  background: #1f1f1f;
  padding: 20px 0;
}
.orders-page .cart .block-name {
  padding: 0 20px;
  margin-bottom: 40px;
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
}
.orders-page .cart .block-name span {
  color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
}
.orders-page .cart .all {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.orders-page .cart .all .checkbox {
  display: none;
}
.orders-page .cart .all .checkbox + label {
  display: block;
  cursor: pointer;
  padding: 2px 0 2px 34px;
  background: url('../img/checkbox.svg') no-repeat 0 0;
  font-size: 16px;
  line-height: 20px;
}
.orders-page .cart .all .checkbox + label span {
  display: none;
}
.orders-page .cart .all .checkbox:checked + label {
  background: url('../img/checkbox2.svg') no-repeat 0 0;
}
.orders-page .cart .list .item {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #282828;
  padding: 20px;
  display: flex;
  gap: 20px;
}
.orders-page .cart .list .item:not(:last-child) {
  margin-bottom: 5px;
}
.orders-page .cart .list .item .check {
  width: 24px;
}
.orders-page .cart .list .item .check .checkbox {
  display: none;
}
.orders-page .cart .list .item .check .checkbox + label {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url('../img/checkbox.svg') no-repeat 0 0;
}
.orders-page .cart .list .item .check .checkbox:checked + label {
  background: url('../img/checkbox2.svg') no-repeat 0 0;
}
.orders-page .cart .list .item .image {
  width: 144px;
}
.orders-page .cart .list .item .info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.orders-page .cart .list .item .info .name {
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  line-height: 110%;
}
.orders-page .cart .list .item .info .name:hover {
  text-decoration: underline;
}
.orders-page .cart .list .item .info .cat {
  opacity: 0.6;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}
.orders-page .cart .list .item .id {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  padding-top: 20px;
}
.orders-page .cart .list .item .id .copy {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  background: url('../img/copy.svg') center / cover;
  margin: -2px 0 0 2px;
}
.orders-page .cart .list .item .price-but {
  display: flex;
  align-items: center;
  gap: 40px;
  padding-top: 15px;
}
.orders-page .cart .list .item .price {
  flex: 1;
  text-align: left;
  font-size: 24px;
  font-weight: 600;
  line-height: 25px;
}
.orders-page .cart .list .item .number {
  width: 150px;
  height: 44px;
  display: flex;
  justify-content: stretch;
  background: #F59A1B;
  border-radius: 8px;
  overflow: hidden;
}
.orders-page .cart .list .item .number input {
  flex: 1;
  max-width: calc(100% - 88px);
  height: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  background: transparent;
}
.orders-page .cart .list .item .number span {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
}
.orders-page .cart .list .item .number span.minus {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.orders-page .cart .list .item .number span.plus {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.orders-page .cart .list .item .number span:hover {
  cursor: default;
  background: #ec8e0a;
}
.orders-page .cart-result {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  background: #1f1f1f;
  padding: 20px;
}
.orders-page .cart-result .block-name {
  font-size: 24px;
  font-weight: 600;
  line-height: 25px;
  margin-bottom: 40px;
}
.orders-page .cart-result .h2 {
  margin-bottom: 15px;
  color: #aeaeae;
  line-height: 18px;
}
.orders-page .cart-result .result {
  margin-bottom: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  background: #282828;
  padding: 20px;
}
.orders-page .cart-result .result table {
  width: 100%;
}
.orders-page .cart-result .result table tr:first-child td {
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
}
.orders-page .cart-result .result table tr:last-child td {
  padding: 35px 0 0 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 31px;
}
.orders-page .cart-result .result table tr td {
  padding: 0 0 5px 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  line-height: 20px;
}
.orders-page .cart-result .result table tr td:last-child {
  text-align: right;
  padding-left: 10px;
}
.orders-page .cart-result .button {
  text-align: right;
}
.orders-page .cart-result .button button {
  width: 187px;
  height: 54px;
  border-radius: 10px;
  background: #f59a1b;
  font-size: 16px;
  font-weight: 600;
}
.orders-page .cart-result .button button:hover {
  background: rgba(245, 154, 27, 0.4);
}
.orders-page .cart-result .button button span {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background: url('../img/btn4.svg');
  margin: -2px 4px 0 0;
}
.orders-page .index-catalog-block {
  display: none;
}
.order-page {
  padding: 80px 0;
  background: url('../img/bg6.svg') no-repeat center;
  /*
	.list {
		margin: 0 -20px -20px -20px;

		.item {
			border: 1px solid rgba(255, 255, 255, 0.1);
			background: rgb(40, 40, 40);
			padding: 20px 20px 20px 165px;
			.rel;

			&:not(:last-child) {
				margin-bottom: 5px;
			}

			.number {
				color: rgba(255, 255, 255, 0.8);
				font-size: 16px;
				line-height: 20px;
				.abs;
				right: 20px;
				top: 20px;
				width: 148px;

				.copy {
					.in;
					.vam;
					width: 18px;
					height: 18px;
					background: url('../img/copy.svg') center/cover;
					margin: -2px 0 0 2px;
				}
			}

			.image {
				.abs;
				left: 20px;
				top: 20px;
				width: 125px;
			}

			.name {
				margin-bottom: 10px;
				font-size: 18px;
				font-weight: 600;
				line-height: 25px;
				overflow: hidden;
				text-overflow: ellipsis;
				display: -webkit-box;
				-webkit-line-clamp: 2;
				-webkit-box-orient: vertical;
				margin-right: 160px;
			}

			.cat {
				margin-bottom: 30px;
				opacity: 0.6;
				font-size: 16px;
				font-weight: 500;
				line-height: 20px;
			}

			.bottom-block {
				.tar;

				.items {
					.in;
					padding-left: 23px;
					line-height: 18px;
					background: url('../img/items.svg') no-repeat left;
					font-size: 18px;
					margin-right: 20px;
				}

				.price {
					.in;
					font-size: 24px;
					font-weight: 600;
					line-height: 25px;
				}
			}
		}
	}
		*/
}
.order-page .top-back-link {
  width: 100%;
  padding-bottom: 40px;
}
.order-page .top-back-link a {
  display: inline-block;
  text-decoration: none;
  border-radius: 5px;
  background: #1f1f1f url('../img/back-link3.svg') no-repeat 15px 50%;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  padding: 18px 20px 18px 43px;
}
.order-page .col {
  width: 48.7%;
}
.order-page .content {
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  background: #1f1f1f;
}
.order-page .block-name {
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  padding: 20px 20px 40px 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.order-page .block-name.other {
  border-bottom: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin: 40px 0 0 0;
  padding: 20px 0;
}
.order-page .block-name span {
  color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
}
.order-page .h2 {
  margin-bottom: 15px;
  color: #aeaeae;
  line-height: 18px;
}
.order-page .h2.req:after {
  content: "*";
}
.order-page .type {
  margin-bottom: 20px;
  gap: 20px;
}
.order-page .type .checkbox {
  display: none;
}
.order-page .type .checkbox + label {
  flex: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  background: #282828;
  font-size: 24px;
  font-weight: 600;
  line-height: 110%;
}
.order-page .type .checkbox:checked + label {
  border: 1px solid #f59a1b;
  box-shadow: 0 0 0 2px #f59a1b;
}
.order-page .type .date {
  display: block;
  text-align: right;
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  font-weight: 500;
}
.order-page .type .descr {
  font-size: 14px;
  font-weight: 400;
  line-height: 110%;
  margin-top: 15px;
}
.order-page .field {
  position: relative;
  margin-bottom: 20px;
}
.order-page .field input {
  width: 100%;
  height: 54px;
  border: 1px solid #3e3e3e;
  border-radius: 8px;
  background: #2e2d2d;
  padding: 0 70px 0 15px;
  font-size: 18px;
}
.order-page .field input:focus {
  border-color: #585858;
}
.order-page .field .edit {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  width: 54px;
  height: 34px;
  background: url('../img/edit.svg');
}
.order-page .payment {
  margin-bottom: 20px;
}
.order-page .payment .checkbox {
  display: none;
}
.order-page .payment .checkbox + label {
  width: 32%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  background: #282828;
}
.order-page .payment .checkbox + label .number {
  display: block;
  text-align: right;
  margin-top: 36px;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 500;
  line-height: 18px;
}
.order-page .payment .checkbox + label .delete {
  position: absolute;
  left: 20px;
  bottom: 20px;
  width: 24px;
  height: 24px;
  background: url('../img/delete.svg');
}
.order-page .payment .checkbox + label .add {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding-left: 34px;
  line-height: 24px;
  background: url('../img/delete.svg') no-repeat left;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 500;
}
.order-page .payment .checkbox:checked + label {
  border: 1px solid #f59a1b;
  box-shadow: 0 0 0 2px #f59a1b;
}
.order-page .result {
  margin-bottom: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  background: #282828;
  padding: 20px;
}
.order-page .result table {
  width: 100%;
}
.order-page .result table tr:first-child td {
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
}
.order-page .result table tr:last-child td {
  padding: 35px 0 0 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 31px;
}
.order-page .result table tr td {
  padding: 0 0 5px 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  line-height: 20px;
}
.order-page .result table tr td:last-child {
  text-align: right;
  padding-left: 10px;
}
.order-page .button {
  text-align: right;
}
.order-page .button button {
  height: 54px;
  border-radius: 10px;
  background: #f59a1b;
  font-size: 16px;
  font-weight: 600;
}
.order-page .button button:hover {
  background: rgba(245, 154, 27, 0.4);
}
.order-page .button button span {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background: url('../img/btn5.svg');
  margin: -2px 4px 0 0;
}
.order-page .mob-block {
  display: none;
}
.cart-tab-oform {
  display: none;
}
@media screen and (max-width: 600px) {
  .order-page .wrap {
    padding: 0;
  }
  .order-page .content {
    border: none;
    border: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: none;
    padding: 0 20px;
  }
  .order-page .block-name {
    padding: 0 0 20px 0;
    text-align: center;
  }
  .order-page .type .checkbox:checked + label {
    box-shadow: inset 0 0 0 2px #f59a1b;
  }
  .order-page .payment {
    margin: 0 -20px 20px 0;
    display: block;
    white-space: nowrap;
    overflow-x: scroll;
  }
  .order-page .payment .checkbox + label {
    display: inline-block;
    vertical-align: top;
    height: 128px;
    width: 180px;
    margin: 0 10px 0 0;
    white-space: normal;
  }
  .order-page .payment .checkbox:checked + label {
    box-shadow: inset 0 0 0 2px #f59a1b;
  }
  .order-page .list .item {
    padding: 20px 10px 20px 98px;
  }
  .order-page .list .item .image {
    left: 10px;
    width: 78px;
  }
  .order-page .list .item .name {
    font-size: 16px;
  }
  .order-page .list .item .cat {
    margin-bottom: 20px;
  }
  .order-page {
    padding: 80px 0 40px;
  }
}
.mob-order-button {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 5;
  padding: 20px 0;
  background: #1C1C1C;
  display: none;
}
.mob-order-button button {
  width: 100%;
  height: 54px;
  border-radius: 10px;
  background: #f59a1b;
  font-size: 16px;
  font-weight: 600;
}
.mob-order-button button:hover {
  background: rgba(245, 154, 27, 0.4);
}
.mob-order-button button span {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background: url('../img/btn4.svg');
  margin: -2px 4px 0 0;
}
.crumbs {
  padding: 30px 0;
  font-size: 16px;
}
.crumbs a {
  color: #fff;
  text-decoration: none;
}
.crumbs a:hover {
  color: #F59A1B;
}
@media screen and (max-width: 600px) {
  .crumbs {
    padding: 20px 0;
    font-size: 12px;
  }
}
.rating .star {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url('../img/star2.svg');
  margin-top: -4px;
}
.rating .star.half {
  background: url('../img/star3.svg');
}
.rating .star.empty {
  background: url('../img/star-empty.svg');
}
.rating .count {
  display: inline-block;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.4);
  font-size: 18px;
  line-height: 23px;
}
.rating * {
  vertical-align: middle;
}
.item-page {
  padding: 80px 0;
  background: url('../img/bg7.svg') no-repeat center;
}
.item-page .top-back-link {
  width: 100%;
  padding-bottom: 40px;
}
.item-page .top-back-link a {
  display: inline-block;
  text-decoration: none;
  border-radius: 5px;
  background: #1f1f1f url('../img/back-link3.svg') no-repeat 15px 50%;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  padding: 18px 20px 18px 43px;
}
.item-page .flex {
  justify-content: stretch;
  gap: 20px;
}
.item-page .photos {
  width: 58%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  padding-left: 162px;
}
.item-page .photos .previews {
  position: absolute;
  left: 0;
  top: 0;
  width: 152px;
  height: 644px;
}
.item-page .photos .previews .item {
  cursor: pointer;
  border-radius: 10px;
  overflow: hidden;
  opacity: 0.4;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0;
}
.item-page .photos .previews .item.swiper-slide-thumb-active {
  opacity: 1;
}
.item-page .photos .previews .item.swiper-slide-thumb-active img {
  border: 2px solid #f59a1b;
}
.item-page .photos .previews .item img {
  width: calc(100% - 4px);
  border-radius: 10px;
  border: 2px solid transparent;
}
.item-page .photos .main {
  overflow: hidden;
  position: relative;
}
.item-page .photos .main img {
  border-radius: 10px;
}
.item-page .photos .main .dots {
  position: absolute;
  left: 20px;
  bottom: 20px;
  border-radius: 25px;
  background: rgba(255, 255, 255, 0.4);
  padding: 5px;
  font-size: 0;
  z-index: 3;
  width: auto;
  display: none;
}
.item-page .photos .main .dots .swiper-pagination-bullet {
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #000000;
  opacity: 0.6;
}
.item-page .photos .main .dots .swiper-pagination-bullet:not(:last-child) {
  margin-right: 5px;
}
.item-page .photos .main .dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.item-page .info {
  flex: 1;
  border-radius: 10px;
  background: #1f1f1f;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.item-page .info .number {
  text-align: right;
  margin-bottom: 40px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  line-height: 20px;
}
.item-page .info .number .copy {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  background: url('../img/copy.svg') center / cover;
  margin: -2px 0 0 2px;
}
.item-page .info .name {
  margin-bottom: 20px;
  font-size: 34px;
  font-weight: 600;
  line-height: 110%;
}
.item-page .info .desc {
  opacity: 0.8;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 25px;
}
.item-page .info .price-n-buy {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 60px;
}
.item-page .info .price-n-buy .button {
  flex: 1;
}
.item-page .info .price {
  font-size: 24px;
  font-weight: 600;
}
.item-page .info .button {
  position: relative;
  padding-left: 54px;
}
.item-page .info .button .fav-link {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 34px;
  height: 34px;
  background: url('../img/fav-link.svg');
}
.item-page .info .button button {
  width: 100%;
  height: 54px;
  border-radius: 10px;
  background: #f59a1b;
  font-size: 16px;
  font-weight: 600;
}
.item-page .info .button button:hover {
  background: rgba(245, 154, 27, 0.4);
}
.item-page .info .button button span {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background: url('../img/btn6.svg');
  margin: -2px 0 0 4px;
}
.item-page .info .data .item {
  margin-top: 20px;
}
.item-page .info .data .item div {
  font-size: 18px;
  line-height: 25px;
}
.item-page .info .data .item div:last-child {
  opacity: 0.8;
  font-size: 14px;
}
.item-page .info .data .item div img {
  vertical-align: middle;
  margin: -2px 4px 0 0;
}
.item-page .nav {
  margin: 80px 0 20px;
}
.item-page .nav li {
  display: inline-block;
  margin-right: 10px;
}
.item-page .nav li a {
  display: block;
  text-decoration: none;
  padding: 0 20px;
  font-size: 18px;
  line-height: 55px;
  border-radius: 5px;
  background: #1f1f1f;
}
.item-page .nav li a:hover {
  opacity: 0.6;
}
.item-page .info-block {
  margin-bottom: 20px;
  padding: 40px;
  border-radius: 20px;
  background: #1f1f1f;
}
.item-page .info-block.active .block-name {
  background: url('../img/arrow5a.svg') no-repeat right;
}
.item-page .info-block.active .infos {
  display: block;
}
.item-page .info-block .block-name {
  padding-right: 70px;
  background: url('../img/arrow5.svg') no-repeat right;
  cursor: pointer;
  font-size: 34px;
  font-weight: 600;
}
.item-page .info-block .infos {
  padding-top: 10px;
  font-size: 18px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.8);
  display: none;
}
.item-page .info-block .infos p {
  margin-top: 30px;
}
.item-page .info-block .infos .name {
  color: #fff;
  margin-top: 30px;
  font-size: 24px;
  font-weight: 600;
  line-height: 25px;
}
.item-page .info-block .infos ul {
  padding-left: 20px;
  list-style: disc;
}
.item-page .info-block .infos ul li {
  margin-top: 20px;
}
.item-page .info-block .infos .docs {
  padding-left: 0;
  list-style: none;
}
.item-page .info-block .infos .docs li a {
  color: #f59a1b;
}
.item-page .info-block .infos .params .params-item {
  margin-top: 20px;
}
.item-page .info-block .infos .params .params-item div {
  position: relative;
  width: 49%;
  color: #fff;
}
.item-page .info-block .infos .params .params-item div:first-child:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.8);
}
.item-page .info-block .infos .params .params-item div:first-child span {
  position: relative;
  z-index: 2;
  padding-right: 15px;
  background: #1f1f1f;
}
.settings-page {
  padding: 80px 0;
  background: url('../img/bg8.svg') no-repeat bottom center;
}
.settings-page .content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 800px;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  padding: 20px;
  background: #1f1f1f;
}
.settings-page .content .block-name {
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  padding: 20px 20px 40px 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}
.settings-page .content .block-name a {
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  height: 14px;
  background: url('../img/back.svg');
  margin: -2px 4px 0 0;
}
.settings-page .content .h2 {
  margin-bottom: 15px;
  color: #aeaeae;
  line-height: 18px;
}
.settings-page .content .field {
  position: relative;
  margin-bottom: 20px;
}
.settings-page .content .field input[type='text'],
.settings-page .content .field input[type='password'] {
  width: 100%;
  height: 54px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: #2E2D2D;
  padding: 0 15px;
  font-size: 18px;
}
.settings-page .content .field input[type='text'].other,
.settings-page .content .field input[type='password'].other {
  padding: 0 70px 0 15px;
}
.settings-page .content .field input[type='text']:disabled,
.settings-page .content .field input[type='password']:disabled {
  color: #b3b3b3;
}
.settings-page .content .field .edit {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  width: 54px;
  height: 34px;
  background: url('../img/edit.svg');
}
.settings-page .content .field .eye {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  width: 24px;
  height: 24px;
  background: url('../img/eye.svg');
  z-index: 3;
}
.settings-page .content .field .eye.view {
  background: url('../img/eye2.svg');
}
.settings-page .content .payment {
  margin-bottom: 20px;
}
.settings-page .content .payment .checkbox {
  display: none;
}
.settings-page .content .payment .checkbox + label {
  width: 32%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  background: #282828;
}
.settings-page .content .payment .checkbox + label .number {
  display: block;
  text-align: right;
  margin-top: 36px;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 500;
  line-height: 18px;
}
.settings-page .content .payment .checkbox + label .delete {
  position: absolute;
  left: 20px;
  bottom: 20px;
  width: 24px;
  height: 24px;
  background: url('../img/delete.svg');
}
.settings-page .content .payment .checkbox + label .add {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding-left: 34px;
  line-height: 24px;
  background: url('../img/delete.svg') no-repeat left;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 500;
}
.settings-page .content .payment .checkbox:checked + label {
  border: 1px solid #f59a1b;
  box-shadow: 0 0 0 2px #f59a1b;
}
.settings-page .content .buttons {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  text-align: right;
}
.settings-page .content .buttons button {
  height: 54px;
  padding: 0 20px 0 15px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
}
.settings-page .content .buttons button.save {
  background: #f59a1b;
  border: 2px solid transparent;
}
.settings-page .content .buttons button.save:hover {
  border: 2px solid #f59a1b;
  background: rgba(245, 154, 27, 0.6);
}
.settings-page .content .buttons button.save span {
  background: url('../img/btn2.svg');
}
.settings-page .content .buttons button span {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  margin: -2px 4px 0 0;
}
.popup-1 {
  border: 1px solid #262626;
  border-radius: 20px;
  backdrop-filter: blur(50px);
  background: rgba(20, 20, 20, 0.9) !important;
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.popup-1 .brand .logo {
  margin-bottom: 40px;
}
.popup-1 .brand p {
  font-size: 16px;
  line-height: 26px;
}
.popup-1 form {
  margin: -15px;
}
.popup-1 form .name {
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 600;
  line-height: 25px;
}
.popup-1 form input[type='text'] {
  width: 100%;
  height: 54px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: #2e2d2d;
  padding: 0 15px;
  font-size: 18px;
  margin-bottom: 20px;
}
.popup-1 form input[type='text']:focus {
  border: 1px solid #f59a1b;
}
.popup-1 form .flex input[type='text'] {
  width: 47.5%;
}
.popup-1 form button {
  width: 100%;
  height: 54px;
  border-radius: 10px;
  background: #f59a1b;
  font-size: 18px;
  font-weight: 500;
}
.popup-1 form button:hover {
  background: rgba(245, 154, 27, 0.4);
}
.popup-1 .shops {
  margin: -15px;
}
.popup-1 .shops .name {
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 600;
  line-height: 25px;
}
.popup-1 .shops .list {
  width: 43%;
}
.popup-1 .shops .list input[type='text'] {
  width: 100%;
  height: 64px;
  margin-bottom: 20px;
  border-bottom: 2px solid #ffffff;
  background: rgba(0, 0, 0, 0.1) url('../img/search.svg') no-repeat 20px 50%;
  padding: 0 20px 0 60px;
  font-size: 16px;
  font-weight: 500;
}
.popup-1 .shops .list .item {
  margin-bottom: 10px;
  position: relative;
  padding: 22px 54px 22px 48px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.1) url('../img/adress2.svg') no-repeat 20px 50%;
}
.popup-1 .shops .list .item .delete {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 24px;
  height: 24px;
  background: url('../img/delete.svg');
}
.popup-1 .shops .map {
  width: 55%;
  background: url('../img/map.png');
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  min-height: 532px;
}
.popup-1 .items {
  margin: -15px;
}
.popup-1 .items .name {
  padding-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
  line-height: 25px;
}
.popup-1 .items .item {
  margin-top: 20px;
  max-width: 850px;
  font-size: 18px;
  line-height: 25px;
  position: relative;
}
.popup-1 .items .item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.8);
}
.popup-1 .items .item div {
  position: relative;
  z-index: 2;
  background: #151515;
}
.popup-1 .items .item div:nth-child(1) {
  padding-right: 20px;
}
.popup-1 .items .item div:nth-child(2) {
  padding-left: 20px;
}
.popup-1 .items .item div span {
  color: rgba(255, 255, 255, 0.6);
}
.blog-page {
  padding: 80px 0;
  margin-bottom: 80px;
}
.blog-page .block-name {
  text-align: center;
  margin-bottom: 80px;
  font-size: 64px;
  font-weight: 600;
  line-height: 82px;
}
.blog-page .content {
  margin: 0 -60px;
}
.blog-page .list {
  padding-bottom: 20px;
}
.blog-page .list .item {
  width: 32.5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  border: 1px solid #404040;
  border-radius: 12px;
  background: #2b2b2b;
}
.blog-page .list .item img {
  width: 100%;
}
.blog-page .list .item .info {
  padding: 30px;
}
.blog-page .list .item .info .name {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 600;
  line-height: 150%;
}
.blog-page .list .item .info p {
  margin-bottom: 66px;
  font-size: 18px;
  line-height: 150%;
}
.blog-page .list .item .info .date {
  text-align: right;
  font-size: 18px;
  line-height: 150%;
  opacity: 0.6;
}
.blog-page .list .item .link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.blog-page .bottom-button {
  width: 100%;
  height: 54px;
  margin-bottom: 40px;
  border-radius: 8px;
  background: rgba(245, 154, 27, 0.2);
  color: #f59a1b;
  font-size: 18px;
  font-weight: 600;
}
.blog-page .bottom-button:hover {
  color: #fff;
  background: #f59a1b;
}
.blog-page .pages {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.4);
}
.blog-page .pages span {
  display: inline-block;
  vertical-align: middle;
  width: 34px;
  margin: 0 2px;
}
.blog-page .pages a {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  line-height: 34px;
  margin: 0 2px;
  color: rgba(255, 255, 255, 0.4);
}
.blog-page .pages a:hover,
.blog-page .pages a.active {
  background: #f59a1b;
  color: #fff;
}
.article-page {
  padding: 80px 0;
}
.article-page .content {
  max-width: 960px;
  margin: 0 auto;
}
.article-page .back-link {
  display: inline-block;
  text-decoration: none;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.05) url('../img/back-link3.svg') no-repeat 15px 50%;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  padding: 18px 20px 18px 43px;
  margin-bottom: 40px;
}
.article-page .image {
  height: 580px;
  margin-bottom: 40px;
  border-radius: 16px;
}
.article-page .image.small {
  height: 254px;
}
.article-page h1 {
  margin-bottom: 40px;
  font-size: 44px;
  font-weight: 600;
  line-height: 150%;
}
.article-page .text {
  padding-bottom: 10px;
}
.article-page .text p {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 150%;
  text-indent: 50px;
}
.article-page .text ul {
  list-style: circle;
  padding-left: 50px;
  font-size: 18px;
  margin-bottom: 20px;
}
.article-page h2 {
  margin-bottom: 40px;
  font-size: 34px;
  font-weight: 600;
  line-height: 150%;
}
.article-page .article-date {
  text-align: right;
  padding: 20px 0 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
  line-height: 150%;
}
.article-page .other-news {
  margin-bottom: 80px;
}
.article-page .other-news h2 {
  font-size: 44px;
  font-weight: 600;
  line-height: 56px;
}
.article-page .other-news .list {
  overflow: hidden;
}
.article-page .other-news .list .item {
  position: relative;
  overflow: hidden;
  border: 1px solid #404040;
  border-radius: 12px;
  background: #2b2b2b;
}
.article-page .other-news .list .item img {
  width: 100%;
}
.article-page .other-news .list .item .info {
  padding: 20px;
}
.article-page .other-news .list .item .info .name {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
}
.article-page .other-news .list .item .info p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 150%;
}
.article-page .other-news .list .item .info .date {
  text-align: right;
  line-height: 150%;
  opacity: 0.6;
}
.article-page .other-news .list .item .link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.article-page .subscribe-block {
  padding: 0;
}
.article-page .subscribe-block .text {
  width: 100%;
  margin: 0 0 30px 0;
}
.article-page .subscribe-block form {
  width: 100%;
  margin: 0;
}
.login-page {
  height: 100vh;
  position: relative;
  background: url('../img/bg4.jpg') center / cover;
}
.login-page form {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 550px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px;
  border: 1px solid #262626;
  border-radius: 20px;
  backdrop-filter: blur(50px);
  background: rgba(20, 20, 20, 0.9);
}
.login-page form .back-link {
  width: 24px;
  background: url('../img/back-link.svg') no-repeat center;
  margin-bottom: 25px;
}
.login-page form .logo {
  margin-bottom: 25px;
}
.login-page form .name {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 31px;
}
.login-page form .top-text {
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 20px;
}
.login-page form .field {
  position: relative;
  margin-bottom: 25px;
}
.login-page form .field.captcha input[type='text'] {
  width: calc(100% - 220px);
  border: none;
  border: 0;
}
.login-page form .field.captcha .refresh {
  width: 24px;
  background: url('../img/refresh.svg') no-repeat center;
}
.login-page form .field input[type='text'],
.login-page form .field input[type='password'] {
  width: 100%;
  height: 54px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: #2e2d2d;
  padding: 0 15px;
  font-size: 18px;
}
.login-page form .field input[type='text']:focus,
.login-page form .field input[type='password']:focus {
  border: 1px solid #f59a1b;
}
.login-page form .field .eye {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  width: 24px;
  height: 24px;
  background: url('../img/eye.svg');
  z-index: 3;
}
.login-page form .field .eye.view {
  background: url('../img/eye2.svg');
}
.login-page form .buttons {
  text-align: right;
  margin-bottom: 25px;
}
.login-page form .buttons.other button {
  padding: 0 20px;
}
.login-page form .buttons button {
  height: 54px;
  padding: 0 20px 0 15px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
}
.login-page form .buttons button:nth-child(1) {
  margin-right: 20px;
  color: #f59a1b;
  background: none;
}
.login-page form .buttons button:nth-child(1):hover {
  color: #fff;
}
.login-page form .buttons button:nth-child(1):hover span {
  background: url('../img/btn1h.svg');
}
.login-page form .buttons button:nth-child(1) span {
  background: url('../img/btn1.svg');
}
.login-page form .buttons button:nth-child(2) {
  background: #f59a1b;
  border: 2px solid transparent;
}
.login-page form .buttons button:nth-child(2):hover {
  border: 2px solid #f59a1b;
  background: rgba(245, 154, 27, 0.6);
}
.login-page form .buttons button:nth-child(2) span {
  background: url('../img/btn2.svg');
}
.login-page form .buttons button span {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  margin: -2px 4px 0 0;
}
.login-page form .soc {
  text-align: center;
}
.login-page form .soc p {
  margin-bottom: 25px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 18px;
}
.login-page form .soc a {
  display: inline-block;
  margin: 0 5px;
  width: 44px;
  height: 44px;
  line-height: 42px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
}
.login-page form .soc a img {
  vertical-align: middle;
}
.login-page form .success {
  text-align: center;
  margin: 80px 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 31px;
  padding-top: 54px;
  background: url('../img/success.svg') no-repeat 50% 0;
}
.login-page .error-page {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.login-page .error-page .name {
  font-size: 180px;
  font-weight: 600;
  line-height: 127px;
  margin-bottom: 80px;
}
.login-page .error-page .error {
  margin-bottom: 20px;
  font-size: 44px;
  font-weight: 600;
  line-height: 56px;
}
.login-page .error-page p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 24px;
  line-height: 31px;
}
.login-page footer {
  position: absolute;
  left: 0;
  bottom: 40px;
  width: 100%;
  font-weight: 300;
  line-height: 15.4px;
  text-align: center;
}
.login-page footer a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  margin-right: 40px;
}
@media (max-width: 1560px) {
  .blog-page .content {
    margin: 0;
  }
}
@media (max-width: 1470px) {
  .wrap {
    width: 1170px;
  }
  .header ul li:not(:last-child) {
    margin-right: 0;
  }
  .consult-block form {
    width: 100%;
  }
  .index-brands-block .list {
    margin: 0;
  }
  .index-reviews-block .list {
    margin: 0;
  }
  .subscribe-block .text {
    width: 45%;
    margin-left: 0;
  }
  .subscribe-block form {
    width: 52%;
    margin-right: 0;
  }
  .subscribe-block form input[type='text'] {
    width: 72%;
  }
  .subscribe-block form button {
    width: 26%;
  }
  .header form {
    width: 560px;
  }
  .orders-page .content {
    margin: 0;
  }
  .item-page .photos {
    padding-left: 120px;
  }
  .item-page .photos .previews {
    width: 110px;
    height: 500px;
  }
  .item-page .info .rating {
    margin-bottom: 60px;
  }
}
@media (max-width: 1200px) {
  .wrap {
    width: 970px;
  }
  .header ul li a {
    padding: 10px 7px;
    font-size: 15px;
  }
  .header .buttons button {
    font-size: 15px;
    padding: 0 15px 0 10px;
  }
  .header .buttons button:nth-child(1) {
    margin-right: 10px;
  }
  .index-first-block .info .text {
    font-size: 20px;
    line-height: 30px;
  }
  .index-first-block .info .text .name {
    font-size: 36px;
    line-height: 48px;
  }
  .index-first-block .info .image img {
    max-width: 450px;
  }
  .index-categories-block .list .item {
    width: 48.5%;
  }
  .index-catalog-block .list .item {
    width: 24%;
    margin-right: 1.333334%;
  }
  .index-catalog-block .list .item:nth-child(5n) {
    margin-right: 1.333334%;
  }
  .index-catalog-block .list .item:nth-child(4n) {
    margin-right: 0;
  }
  .index-reviews-block .list .item {
    width: 400px;
    padding: 30px;
  }
  .subscribe-block .text {
    width: 100%;
  }
  .subscribe-block form {
    width: 100%;
  }
  .header form {
    width: 380px;
  }
  .index-catalog-block .top-banner button {
    margin-bottom: 30px;
  }
  .index-catalog-block .top-banner .image {
    width: 440px;
  }
  .index-catalog-block .top-banner .name {
    font-size: 30px;
    line-height: 40px;
  }
  .orders-page .col {
    width: 100%;
  }
  .orders-page .delivery {
    margin-top: 40px;
  }
  .orders-page .cart-result {
    margin-top: 40px;
  }
  .order-page .col {
    width: 100%;
  }
  .order-page .mob-block {
    display: block;
  }
  .item-page .photos {
    padding-left: 0px;
    width: 56%;
  }
  .item-page .photos .previews {
    display: none;
  }
  .item-page .info {
    width: 43%;
  }
  .item-page .photos .main .dots {
    display: block;
  }
  .blog-page .list .item .info p {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .wrap {
    width: 747px;
  }
  .header {
    display: none;
  }
  .index-first-block .info .text {
    display: block;
    text-align: center;
  }
  .index-first-block .info .image {
    display: block;
    text-align: center;
  }
  .index-first-block .info .image img {
    max-width: 100%;
    margin: 30px 0 0 0;
  }
  body {
    padding-top: 80px;
  }
  .mobile-header {
    display: block;
    height: 80px;
  }
  .mobile-menu.opened {
    display: block;
  }
  .crumbs {
    font-size: 12px;
    line-height: 100%;
  }
  .index-first-block {
    padding: 80px 0;
  }
  .index-first-block .advantages .item {
    width: 50%;
    margin: 0 auto 40px auto;
  }
  .index-categories-block .list .item p {
    padding: 20px;
  }
  .index-catalog-block .list.flex2 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 10px;
    margin: 0;
  }
  .index-catalog-block .list.flex2 .item {
    width: 100%;
    margin: 0;
  }
  .footer .menu nav:not(:last-child) {
    margin-right: 30px;
  }
  .contacts-page .contacts {
    width: 100%;
    margin-bottom: 20px;
  }
  .contacts-page form {
    width: 100%;
  }
  .login-page footer {
    display: none;
  }
  .login-page footer.other {
    display: block;
    text-align: left;
  }
  .login-page footer a {
    display: block;
    margin: 0 0 20px 0;
  }
  .mobile-header .menu-button2 {
    display: block;
  }
  .mobile-header form {
    display: block;
  }
  .index-catalog-block .top-banner .name {
    font-size: 26px;
    line-height: 36px;
  }
  .index-catalog-block .top-banner .name span {
    font-size: 50px;
    line-height: 60px;
  }
  .index-catalog-block .top-banner .image {
    width: 320px;
  }
  .order-page .top-back-link {
    display: none;
  }
  .item-page {
    padding: 0 5px;
  }
  .item-page .photos {
    width: 100%;
  }
  .item-page .info {
    width: 100%;
  }
  .item-page .top-back-link {
    display: none;
  }
  .item-page .info-block .infos .params .params-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin: 0;
    padding: 10px 0;
  }
  .item-page .info-block .infos .params .params-item div {
    width: 100%;
  }
  .item-page .info-block .infos .params .params-item div:first-child {
    margin-bottom: 10px;
    font-weight: 600;
  }
  .item-page .info-block .infos .params .params-item div:first-child:before {
    display: none;
  }
  .blog-page .list .item {
    width: 49%;
  }
}
@media (max-width: 767px) {
  .wrap {
    width: 556px;
  }
  .index-categories-block .list .item {
    width: 100%;
  }
  .consult-block form {
    flex-direction: column;
  }
  .consult-block form input {
    width: 100%;
    margin-bottom: 25px;
  }
  .consult-block form button {
    width: 100%;
  }
  .index-catalog-block .top-link {
    display: none;
  }
  .index-catalog-block .list .item {
    width: 48.5%;
    margin-right: 3%;
  }
  .index-catalog-block .list .item:nth-child(5n) {
    margin-right: 3%;
  }
  .index-catalog-block .list .item:nth-child(4n) {
    margin-right: 3%;
  }
  .index-catalog-block .list .item:nth-child(3n) {
    margin-right: 3%;
  }
  .index-catalog-block .list .item:nth-child(2n) {
    margin-right: 0;
  }
  .footer .logo {
    width: 100%;
    margin-bottom: 40px;
  }
  .footer .menu {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .footer .menu nav:not(:last-child) {
    margin-right: 0;
  }
  .footer .flex .social {
    width: 100%;
    order: 1;
  }
  .footer .flex .copy {
    width: 100%;
    order: 2;
    margin-top: 40px;
  }
  .index-catalog-block .top-banner {
    text-align: center;
  }
  .index-catalog-block .top-banner .image {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    width: auto;
    transform: none;
    margin-bottom: 16px;
  }
  .index-catalog-block .top-banner button {
    margin-bottom: 20px;
  }
  .index-catalog-block .top-banner .cats a {
    margin: 0 5px;
  }
  .order-page .list .item .number {
    display: none;
  }
  .order-page .list .item .name {
    margin-right: 0;
  }
  .item-page .nav {
    margin-right: -20px;
    white-space: nowrap;
    overflow-x: scroll;
  }
  .popup .shops .list {
    width: 100%;
    padding-bottom: 20px;
  }
  .popup .shops .map {
    width: 100%;
  }
  .blog-page .list .item {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .wrap {
    width: auto;
    padding: 0 5px;
  }
  .index-first-block .info {
    margin-bottom: 40px;
  }
  .index-first-block .info .text {
    font-size: 16px;
    line-height: 20.8px;
  }
  .index-first-block .info .text .name {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 31px;
  }
  .index-first-block .advantages .item {
    margin-bottom: 20px;
  }
  .index-reviews-block .block-name,
  .index-brands-block .block-name,
  .index-catalog-block .block-name,
  .index-categories-block .block-name {
    margin-bottom: 40px;
    font-size: 48px;
    line-height: 61px;
  }
  .index-categories-block .list .item {
    height: 192px;
  }
  .index-categories-block .list .item p {
    font-size: 18px;
    line-height: 30px;
  }
  .index-categories-block .list .item img {
    max-height: 80%;
  }
  .index-categories-block {
    padding-bottom: 20px;
  }
  .consult-block {
    padding: 40px 0 20px;
    margin-bottom: 40px;
  }
  .consult-block .text .contacts a.mail {
    display: block;
    margin: 20px 0 0 0;
  }
  .consult-block form input[type='text'] {
    width: 100%;
  }
  .index-catalog-block .sort {
    margin: 0 0 20px 0;
    white-space: nowrap;
    width: 100%;
    overflow-x: scroll;
  }
  .index-catalog-block .sort li a {
    line-height: 44px;
  }
  .index-catalog-block .list {
    margin: 0 -20px;
  }
  .index-catalog-block .list .item {
    padding: 0;
    border-radius: 10px;
  }
  .index-catalog-block .list .item .price {
    padding: 0 20px;
  }
  .index-catalog-block .list .item .name {
    width: auto;
    margin: 0 20px 6px 20px;
  }
  .index-catalog-block .list .item .rating {
    margin-left: 20px;
  }
  .index-catalog-block .list .item .nal {
    display: block;
    width: 100%;
    padding-left: 20px;
  }
  .index-catalog-block {
    padding-bottom: 20px;
  }
  .index-brands-block .list .item {
    width: 199px;
    height: 94px;
    line-height: 94px;
  }
  .index-brands-block .list .item img {
    max-width: 70%;
    max-height: 80%;
  }
  .index-brands-block {
    padding-bottom: 20px;
    margin-bottom: 40px;
  }
  .index-reviews-block .list .item {
    width: 314px;
    padding: 20px 20px 94px 20px;
    position: relative;
  }
  .index-reviews-block .list .item .author {
    padding: 0;
    line-height: 150%;
    position: static;
  }
  .index-reviews-block .list .item .author a {
    right: 20px;
    top: auto;
    bottom: 20px;
    transform: none;
  }
  .index-reviews-block {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .subscribe-block form input[type='text'] {
    width: 100%;
    margin-bottom: 25px;
  }
  .subscribe-block form button {
    width: 100%;
  }
  .subscribe-block {
    padding-bottom: 40px;
  }
  body,
  body.inner {
    background: #171818;
  }
  .footer {
    padding: 40px 0;
  }
  .footer .menu {
    padding-bottom: 0;
  }
  .footer .menu nav {
    width: 49%;
    margin-bottom: 40px;
  }
  .footer .menu nav:last-child {
    width: 100%;
  }
  .contacts-page {
    padding: 80px 0 20px;
  }
  .contacts-page .block-name {
    margin-bottom: 50px;
    font-size: 48px;
    line-height: 61px;
  }
  .contacts-page .contacts .name {
    display: none;
  }
  .contacts-page .contacts .top-text {
    display: none;
  }
  .contacts-page .contacts .data {
    padding-top: 20px;
  }
  .contacts-page .map {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    width: calc(100% + 40px);
    margin: 0 -20px 20px -20px;
  }
  .contacts-page form .name {
    display: block;
  }
  .contacts-page form .top-text {
    display: block;
  }
  .contacts-page form .flex input[type='text'] {
    width: 100%;
  }
  .contacts-page form .agree {
    width: 100%;
    margin-bottom: 20px;
  }
  .contacts-page form button {
    width: 100%;
  }
  .login-page {
    background: none;
  }
  .login-page.other {
    background: url('../img/bg4.jpg') center / cover;
  }
  .login-page form {
    width: 100%;
    padding: 0 20px;
    background: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: none;
    border: 0;
  }
  .login-page form.big {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    width: auto;
    transform: none;
    padding: 80px 20px;
  }
  .login-page form .field.captcha span {
    width: calc(100% - 74px);
    background: #2e2d2d;
    border-radius: 8px;
  }
  .login-page form .field.captcha input[type='text'] {
    width: 100%;
    margin-top: 25px;
  }
  .login-page form .buttons.other button {
    width: 100%;
  }
  .login-page form .buttons.other button:nth-child(1) {
    margin: 0 0 25px 0;
  }
  .login-page .error-page {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
  }
  .login-page .error-page .name {
    font-size: 120px;
    line-height: 85px;
    margin-bottom: 40px;
  }
  .login-page .error-page .error {
    font-size: 24px;
    line-height: 31px;
  }
  .login-page .error-page p {
    font-size: 18px;
    line-height: 23px;
  }
  .mobile-header form button {
    width: 89px;
  }
  .index-catalog-block .top-banner .badge {
    display: none;
  }
  .index-catalog-block .top-banner button {
    width: 130px;
    height: 45px;
    font-size: 16px;
  }
  .index-catalog-block .top-banner .cats {
    text-align: left;
  }
  .index-catalog-block .top-banner .cats a {
    margin: 0 10px 0 0;
    font-size: 14px;
    line-height: 18px;
  }
  .index-catalog-block .top-banner {
    margin: 80px -20px 40px -20px;
    border-radius: 10px;
  }
  .index-catalog-block .block-name.other {
    width: 100%;
  }
  .index-catalog-block .bottom-button {
    margin: 20px -20px 40px -20px;
    width: calc(100% + 40px);
    border-radius: 8px;
  }
  .index-catalog-block .pages {
    margin-bottom: 20px;
  }
  .index-catalog-block.pt {
    padding-top: 100px;
  }
  .index-catalog-block .block-name.other {
    font-size: 24px;
    line-height: 31px;
    margin-bottom: 20px;
  }
  .index-catalog-block .block-name.other span {
    font-size: 18px;
    line-height: 23px;
  }
  .orders-page .wrap {
    padding: 0;
  }
  .orders-page .orders {
    background: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: none;
    border: 0;
  }
  .orders-page .orders .block-name {
    border: none;
    border: 0;
    margin-bottom: 0;
  }
  .orders-page .orders .flex .filter-link {
    margin: 15px 0 25px;
    order: 1;
  }
  .orders-page .orders .flex nav {
    order: 2;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .orders-page .orders nav a:not(:last-child) {
    margin: 0;
  }
  .orders-page .orders nav a {
    width: 49%;
    text-align: center;
    padding: 7px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .orders-page .orders .list {
    height: auto;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: #282828;
  }
  .orders-page .orders .list .item:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .orders-page .orders .list .item {
    margin: 0;
  }
  .orders-page .orders .list .item .adress {
    width: auto;
  }
  .orders-page .orders .list .item .bottom-block {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px;
  }
  .orders-page .orders .list .item .bottom-block .price {
    margin-top: 0;
  }
  .orders-page .orders .list .item .bottom-block .items {
    line-height: 25px;
  }
  .orders-page .orders .bottom-button {
    display: block;
  }
  .orders-page .orders .pages {
    display: block;
  }
  .orders-page {
    padding-bottom: 40px;
  }
  .orders-page .delivery {
    border: none;
    border: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: none;
    margin-top: 20px;
  }
  .orders-page .delivery .top-info span {
    display: none;
  }
  .orders-page .delivery .block-name {
    border: none;
    border: 0;
    margin-bottom: 20px;
  }
  .orders-page .delivery .steps p {
    display: none;
  }
  .orders-page .delivery .steps .items .item {
    width: 100%;
    text-align: center;
  }
  .orders-page .delivery .steps .items .item:not(:last-child) {
    margin-bottom: 64px;
  }
  .orders-page .delivery .steps .items .item .line {
    width: 1px;
    height: 44px;
    left: 50%;
    top: 100%;
    margin-top: 10px;
  }
  .orders-page .delivery .steps .items .item .line span {
    width: 1px;
    height: auto;
  }
  .orders-page .delivery .result .price {
    font-size: 24px;
    line-height: 31px;
  }
  .orders-page .delivery .result button {
    width: 100%;
  }
  .orders-page .cart {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: none;
    border: 0;
    background: none;
    padding: 0 20px;
  }
  .orders-page .cart .block-name span {
    display: none;
  }
  .orders-page .cart .all {
    border: none;
    border: 0;
    margin-bottom: 0;
  }
  .orders-page .cart .all .checkbox + label span {
    display: inline-block;
    color: rgba(255, 255, 255, 0.6);
  }
  .orders-page {
    padding-top: 0;
  }
  .orders-page .cart .list .item {
    flex-wrap: wrap;
    gap: 0;
  }
  .orders-page .cart .list .item .check {
    width: 20%;
    order: 2;
    text-align: right;
  }
  .orders-page .cart .list .item .image {
    width: 80%;
    order: 1;
  }
  .orders-page .cart .list .item .info {
    width: 100%;
    order: 3;
  }
  .orders-page .index-catalog-block {
    display: block;
  }
  .orders-page .index-catalog-block .list {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
  }
  .mob-order-button {
    display: block;
  }
  .item-page .wrap {
    padding: 0;
  }
  .item-page .info .number {
    display: none;
  }
  .item-page .info .rating {
    margin-bottom: 20px;
  }
  .item-page .nav {
    margin: 20px -20px 20px 20px;
  }
  .item-page .info-block {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 20px;
  }
  .settings-page .wrap {
    padding: 0;
  }
  .settings-page .content {
    padding: 0 20px;
    background: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: none;
    border: 0;
  }
  .settings-page .content .block-name {
    padding: 20px 0;
  }
  .settings-page .content .payment {
    margin: 0 -20px 20px 0;
    display: block;
    white-space: nowrap;
    overflow-x: scroll;
  }
  .settings-page .content .payment .checkbox + label {
    display: inline-block;
    vertical-align: top;
    height: 128px;
    width: 180px;
    margin: 0 10px 0 0;
    white-space: normal;
  }
  .settings-page .content .payment .checkbox:checked + label {
    box-shadow: inset 0 0 0 2px #f59a1b;
  }
  .item-page .info-block .infos .params .params-item {
    font-size: 14px;
    line-height: 25px;
  }
  .item-page .info .name {
    font-size: 20px;
  }
  .item-page .info .desc {
    font-size: 14px;
    line-height: 120%;
  }
  .item-page .info .price-n-buy {
    flex-direction: column;
    margin-top: 40px;
  }
  .item-page .info .price-n-buy > * {
    width: 100%;
    padding: 0;
  }
  .item-page .info-block .block-name {
    font-size: 18px;
  }
  .popup {
    padding: 25px !important;
  }
  .popup form {
    margin: 0;
  }
  .popup .shops {
    margin: 0;
  }
  .popup .items {
    margin: 0;
  }
  .popup .items .item {
    font-size: 16px;
    line-height: 23px;
  }
  .blog-page .block-name {
    text-align: left;
    margin-bottom: 40px;
    font-size: 48px;
    line-height: 61px;
  }
  .blog-page .list .item .info .name {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .blog-page .list .item .info p {
    letter-spacing: 0;
  }
  .blog-page {
    padding-bottom: 20px;
    margin-bottom: 0;
  }
  .subscribe-block {
    padding: 40px 0;
    background: #171818;
  }
  .article-page {
    padding: 20px 0 40px;
  }
  .article-page .back-link {
    margin-bottom: 10px;
  }
  .article-page .image {
    height: 353px;
    margin-bottom: 20px;
  }
  .article-page h1 {
    margin-bottom: 20px;
    font-size: 34px;
  }
  .article-page .text p {
    margin-bottom: 20px;
  }
  .article-page .text {
    padding-bottom: 0;
  }
  .article-page h2 {
    margin-bottom: 20px;
  }
  .article-page .article-date {
    padding: 20px 0 60px;
  }
  .article-page .other-news h2 {
    margin-bottom: 40px;
    font-size: 34px;
  }
  .article-page .other-news .list {
    margin: 0 -20px 0 0;
  }
  .article-page .other-news .list .item {
    width: 320px;
  }
  .article-page .other-news {
    margin-bottom: 40px;
  }
}
/*# sourceMappingURL=style.css.map */