@charset "UTF-8";
* {
  font-size: 16px;
  color: #464646;
  line-height: 100%;
  letter-spacing: 0;
  font-weight: 400;
  font-family: "Nunito", serif;
}

body {
  font-family: "Nunito", serif;
  position: relative;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  line-height: 100%;
}

h1 {
  font-size: 42px;
  font-weight: 600;
  text-align: center;
  padding: 40px;
}

a, p, ul, li, ol {
  list-style: none;
  padding: 0;
  margin: 0;
  text-decoration: none;
}

.row {
  -bs-gutter-x: 0;
}

button:active, button:focus {
  outline: none !important;
}

input {
  outline: none;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder {
  color: transparent;
}

/* FF 4-18 */
input:focus::-moz-placeholder {
  color: transparent;
}

/* FF 19+ */
input:focus:-ms-input-placeholder {
  color: transparent;
}

/* IE 10+ */
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

textarea:focus:-moz-placeholder {
  color: transparent;
}

/* FF 4-18 */
textarea:focus::-moz-placeholder {
  color: transparent;
}

/* FF 19+ */
textarea:focus:-ms-input-placeholder {
  color: transparent;
}

/* IE 10+ */
.input-search::-webkit-input-placeholder {
  color: #B3B3B3;
}

.input-search::-moz-placeholder {
  color: #B3B3B3;
}

/* Firefox 19+ */
.input-search:-moz-placeholder {
  color: #B3B3B3;
}

/* Firefox 18- */
.input-search:-ms-input-placeholder {
  color: #B3B3B3;
}

.price-input::-webkit-input-placeholder {
  color: #F5F5F5;
}

.price-input::-moz-placeholder {
  color: #F5F5F5;
}

/* Firefox 19+ */
.price-input:-moz-placeholder {
  color: #F5F5F5;
}

/* Firefox 18- */

.bascket-textarea::placeholder {
  color: #B3B3B3;
}

/*Хлебные крошки*/
.breadcrumbs {
  justify-content: center;
  display: flex;
  position: relative;
}

.breadcrumb {
  display: flex;
  position: relative;
  margin-top: 40px;
}

.breadcrumb-item {
  font-size: 14px;
  color: #B3B3B3;
}

li.breadcrumb-item.active span {
  color: #B3B3B3;
  font-size: 14px;
  margin-left: 45px;
}

.breadcrumbs-item {
  font-size: 14px;
  color: #B3B3B3;
  padding-left: 40px;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50px;
  background: #B3B3B3;
  display: block;
  position: absolute;
  top: 30%;
  margin-left: 20px;
}

.breadcrumb-item + .breadcrumb-item + .breadcrumb-item::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50px;
  background: #B3B3B3;
  display: block;
  position: absolute;
  top: 30%;
}

.btn-open {
  position: relative;
}

#btn-close {
  border: none;
  background: #ffffff;
  position: absolute;
  right: 0;
  top: 16px;
  display: block;
  margin-right: 16px;
  outline: none;
  cursor: pointer;
}

#wrapper-modal {
  width: 100%;
  height: 100%;
  display: none;
}

#wrapper-modal.active {
  display: block;
}

#overlay-like {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 435vh;
  z-index: 1000000;
  background: rgba(0, 0, 0, 0.5);
}

#modal-window {
  position: absolute;
  top: 185%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translate(0%, 0%);
  max-width: 720px;
  width: 100%;
  height: auto;
  z-index: 200000000;
  border: none;
  background: #FFFFFF;
  padding: 40px 80px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#modal-window .modal-window__content .modal-window__header {
  font-size: 24px;
  font-weight: 600;
}
#modal-window .modal-box {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 24px;
}
#modal-window .modal-box .wrap-products {
  border-top: 0.5px solid #E2E2E2;
  border-bottom: 0.5px solid #E2E2E2;
  padding: 24px 0;
  display: flex;
  margin-bottom: 32px;
}
#modal-window .modal-box .wrap-products .modal-box__img {
  max-width: 120px;
  max-height: 120px;
}
#modal-window .modal-box .wrap-products .product-box_2 {
  margin-left: 23px;
}
#modal-window .modal-box .wrap-products .product-box_2 .product-art {
  font-size: 14px;
  color: #B3B3B3;
}
#modal-window .modal-box .wrap-products .product-box_2 .product__head {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.5px;
  font-weight: 600;
  margin-bottom: 8px;
}
#modal-window .modal-box .wrap-products .product-box_2 .product__number {
  font-weight: 700;
  font-size: 16px;
  color: #D2D2D2;
  margin-top: 24px;
  text-decoration: line-through;
}
#modal-window .modal-box .wrap-products .product-box_2 .product__price {
  font-weight: 700;
  font-size: 24px;
  color: #3390EB;
  margin-top: 8px;
  position: relative;
  display: flex;
  align-items: center;
}
#modal-window .modal-box .wrap-products .product-box_2 .product__price span {
  color: #3390EB;
  font-size: 24px;
  font-weight: 400;
}
#modal-window .modal-box .wrap-products .product-box_2 .product__price::before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  display: block;
  background: url("../img/category_page/pagination-icon.svg") no-repeat;
  right: 33%;
}
#modal-window .modal-box form .product-tabl {
  display: flex;
  max-width: 560px;
  width: 100%;
}
#modal-window .modal-box form .product-tabl .unit-size {
  display: flex;
  flex-direction: column;
  max-width: 560px;
  width: 100%;
}
#modal-window .modal-box form .product-tabl .unit-size .units-head {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
#modal-window .modal-box form .product-tabl .unit-size .units-head .unit-tabl__title {
  display: flex;
  align-items: center;
  position: relative;
  color: #B3B3B3;
  cursor: pointer;
}
#modal-window .modal-box form .product-tabl .unit-size .units-head .unit-tabl__title .unit-tabl__img {
  margin-right: 12px;
}
#modal-window .modal-box form .product-tabl .unit-size .units-head .unit-tabl__title::before {
  content: "";
  width: 147px;
  height: 0.2px;
  background: #B3B3B3;
  display: block;
  position: absolute;
  bottom: -2px;
  left: 30px;
}
#modal-window .modal-box form .product-tabl .unit-size .unit-size-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 24px;
}
#modal-window .modal-box form .product-tabl .unit-size .unit-size-row .size-number {
  font-size: 14px;
  color: #B3B3B3;
}
#modal-window .modal-box form .product-tabl .unit-size .unit-size-row .size-number .unit-tabl__massege {
  font-size: 14px;
  color: #3390EB;
  position: relative;
  margin-right: 12px;
}
#modal-window .modal-box form .product-tabl .unit-size .unit-size-row .size-number .unit-tabl__massege::before {
  content: "";
  width: 69px;
  height: 1px;
  background: #3390EB;
  display: block;
  bottom: -2px;
  position: absolute;
}
#modal-window .modal-box form .product-tabl .unit-size .unit-size-row .size-paramet {
  font-size: 14px;
  font-weight: 300;
  margin-right: 16px;
}
#modal-window .modal-box form .product-tabl .unit-size .unit-size-row .size-calc {
  display: flex;
  max-width: 97px;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: auto;
}
#modal-window .modal-box form .product-tabl .unit-size .unit-size-row .size-calc button {
  border: none;
  outline: none;
  cursor: pointer;
}
#modal-window .modal-box form .product-tabl .unit-size .unit-size-row .size-calc .size_minus {
  background: url("../img/category_page/size-pre.svg") no-repeat;
  width: 16px;
  height: 16px;
}
#modal-window .modal-box form .product-tabl .unit-size .unit-size-row .size-calc .size_minus:hover {
  opacity: 0.7;
}
#modal-window .modal-box form .product-tabl .unit-size .unit-size-row .size-calc .size_plus:hover {
  opacity: 0.7;
}
#modal-window .modal-box form .product-tabl .unit-size .unit-size-row .size-calc .size_plus {
  background: url("../img/category_page/size-next.svg") no-repeat;
  width: 16px;
  height: 16px;
}
#modal-window .modal-box form .product-tabl .unit-size .unit-size-row .size-calc .size-calc__number {
  border: 1px solid #C0E0FF;
  border-radius: 12px;
  max-width: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  min-height: 26px;
  width: 100%;
  text-align: center;
}
#modal-window .modal-box form .product-btns {
  display: flex;
  max-width: 460px;
  width: 100%;
  margin: 40px auto 0;
}
#modal-window .modal-box form .product-btns .product-bascket {
  max-width: 218px;
  width: 100%;
  background: #3390EB;
  border-radius: 12px;
  font-weight: 700;
  color: #FFFFFF;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  margin-left: auto;
  outline: none;
  border: none;
}
#modal-window .modal-box form .product-btns .product-bascket:hover {
  background: #FFFFFF;
  color: #3390EB;
  border: 1px solid #3390EB;
}
#modal-window .modal-box form .product-btns .product-delete {
  border: 1px solid #3390EB;
  color: #3390EB;
  font-weight: 700;
  background: #ffffff;
  max-width: 218px;
  border-radius: 12px;
  min-height: 48px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
#modal-window .modal-box form .product-btns .product-delete:hover {
  border: 1px solid #FFFFFF;
  background: #3390EB;
  color: #FFFFFF;
}

.btn-opens {
  position: relative;
}

#btns-close {
  border: none;
  background: #ffffff;
  position: absolute;
  right: 0;
  top: 16px;
  display: block;
  margin-right: 16px;
  outline: none;
  cursor: pointer;
}

.btns-close {
  border: none;
  outline: none;
  cursor: pointer;
}

#wrapper-modals {
  width: 100%;
  height: 100%;
  display: none;
}

#wrapper-modals.active {
  display: block;
}

#overlay-likes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  background: rgba(0, 0, 0, 0.5);
}

#modal-windows {
  position: absolute;
  top: 269px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translate(0%, 0%);
  max-width: 647px;
  width: 100%;
  height: auto;
  z-index: 200000000;
  border: none;
  background: #FFFFFF;
  padding: 40px 120px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#modal-windows .modal-window__content .modal-window__header {
  font-size: 24px;
  font-weight: 600;
}
#modal-windows .modal-box {
  display: flex;
  flex-direction: column;
  max-width: 408px;
  width: 100%;
}
#modal-windows .modal-box .modal-box__title {
  line-height: 22px;
  margin-top: 32px;
  margin-bottom: 32px;
  text-align: center;
}
#modal-windows .modal-box .modal-box__title .name-user {
  color: #3390EB;
  font-weight: 700;
  line-height: 22px;
}
#modal-windows .modal-box .box-btns {
  display: flex;
  justify-content: space-between;
  max-width: 408px;
  width: 100%;
}
#modal-windows .modal-box .box-btns .btn-cancel {
  max-width: 193px;
  min-height: 48px;
  width: 100%;
  background: #3390EB;
  border-radius: 12px;
  color: #FFFFFF;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
#modal-windows .modal-box .box-btns .btn-cancel:hover {
  background: #FFFFFF;
  border: 1px solid #3390EB;
  border-radius: 12px;
  color: #3390EB;
}
#modal-windows .modal-box .box-btns .btn-out {
  max-width: 193px;
  min-height: 48px;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #3390EB;
  border-radius: 12px;
  color: #3390EB;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
#modal-windows .modal-box .box-btns .btn-out:hover {
  color: #FFFFFF;
  background: #3390EB;
}

.btns-opens {
  position: relative;
}

#bt-close {
  border: none;
  background: #ffffff;
  position: absolute;
  right: 0;
  top: 16px;
  display: block;
  margin-right: 16px;
  outline: none;
  cursor: pointer;
}

#wrap-modals {
  width: 100%;
  height: 100%;
  display: none;
}

#wrap-modals.active {
  display: block;
}

#overlay-product {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  background: rgba(0, 0, 0, 0.5);
}

#modals-windows {
  position: absolute;
  top: 269px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translate(0%, 0%);
  max-width: 647px;
  width: 100%;
  height: auto;
  z-index: 200000000;
  border: none;
  background: #FFFFFF;
  padding: 40px 120px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#modals-windows .message-box {
  background: #FFFFFF;
  border-radius: 16px;
  max-width: 580px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}
#modals-windows .message-box .message-title {
  font-size: 14px;
  line-height: 20px;
  margin-top: 24px;
  margin-bottom: 32px;
  letter-spacing: -0.2px;
}
#modals-windows .message-box .message-box__head {
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
  text-align: center;
}
#modals-windows .message-box .form-mess {
  display: flex;
  flex-direction: column;
  max-width: 420px;
  width: 100%;
}
#modals-windows .message-box .form-mess label {
  font-size: 14px;
  color: #8A8A8A;
}
#modals-windows .message-box .form-mess .form-input {
  border: 0.5px solid #D2D2D2;
  border-radius: 12px;
  background: #FFFFFF;
  width: 100%;
  margin-top: 16px;
  min-height: 44px;
}
#modals-windows .btn-login {
  background: #3390EB;
  border-radius: 12px;
  color: #FFFFFF;
  font-weight: 700;
  border: 0.5px solid #3390EB;
  padding: 15px 32px;
  margin-top: 40px;
  margin-bottom: 24px;
}
#modals-windows .btn-login:hover {
  background: #FFFFFF;
  border-radius: 12px;
  color: #3390EB;
  border: 0.5px solid #3390EB;
}

.btnsi-opens {
  position: relative;
}

#bttn-close {
  border: none;
  background: #ffffff;
  position: absolute;
  right: 0;
  top: 16px;
  display: block;
  margin-right: 16px;
  outline: none;
  cursor: pointer;
}

#wrapss-modals {
  width: 100%;
  height: 100%;
  display: none;
}

#wrapss-modals.active {
  display: block;
}

#over-product {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  background: rgba(0, 0, 0, 0.5);
}

#modalsi-windows {
  position: absolute;
  top: 269px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translate(0%, 0%);
  max-width: 647px;
  width: 100%;
  height: auto;
  z-index: 200000000;
  border: none;
  background: #FFFFFF;
  padding: 40px 105px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#modalsi-windows .messager-box {
  background: #FFFFFF;
  border-radius: 16px;
  max-width: 580px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}
#modalsi-windows .messager-box .message-title {
  font-size: 14px;
  line-height: 20px;
  margin-top: 24px;
  margin-bottom: 32px;
  letter-spacing: -0.2px;
}
#modalsi-windows .messager-box .message-box__head {
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
  text-align: center;
}
#modalsi-windows .messager-box .form-message {
  display: flex;
  flex-direction: column;
  max-width: 420px;
  width: 100%;
}
#modalsi-windows .messager-box .form-message label {
  font-size: 14px;
  color: #8A8A8A;
}
#modalsi-windows .messager-box .form-message .form-input {
  border: 0.5px solid #D2D2D2;
  border-radius: 12px;
  background: #FFFFFF;
  width: 100%;
  margin-top: 16px;
  min-height: 44px;
}
#modalsi-windows .btn-login {
  background: #3390EB;
  border-radius: 12px;
  color: #FFFFFF;
  font-weight: 700;
  border: 0.5px solid #3390EB;
  padding: 15px 32px;
  margin-top: 40px;
  margin-bottom: 24px;
}
#modalsi-windows .btn-login:hover {
  background: #FFFFFF;
  border-radius: 12px;
  color: #3390EB;
  border: 0.5px solid #3390EB;
}

.bttn-opens {
  position: relative;
}

#btni-close {
  border: none;
  background: #ffffff;
  position: absolute;
  right: 0;
  top: 16px;
  display: block;
  margin-right: 10px;
  outline: none;
  cursor: pointer;
}

#modals-wrapss {
  width: 100%;
  height: 100%;
  display: none;
}

#modals-wrapss.active {
  display: block;
}

#overlay-tabl {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  background: rgba(0, 0, 0, 0.5);
}

#tabl-windows {
  position: absolute;
  top: 269px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translate(0%, 0%);
  max-width: 720px;
  width: 100%;
  height: auto;
  z-index: 200000000;
  border: none;
  background: #FFFFFF;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#tabl-windows.size-table {
  max-width: 600px;
}
#tabl-windows .table-box {
  background: #FFFFFF;
  border-radius: 16px;
  max-width: 720px;
  padding: 40px 80px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}
#tabl-windows .table-box .table-box__head {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 24px;
}
#tabl-windows .table-box .table-item {
  display: flex;
  align-items: center;
  border-top: 0.5px solid #E2E2E2;
  border-bottom: 0.5px solid #E2E2E2;
  padding-top: 24px;
  padding-bottom: 24px;
  max-width: 560px;
  width: 100%;
}
#tabl-windows .table-box .table-item .table-img {
  max-width: 120px;
  max-height: 120px;
  border-radius: 16px;
  width: 100%;
}
#tabl-windows .table-box .table-item .table-text {
  display: flex;
  flex-direction: column;
  margin-left: 24px;
  margin-top: -14px;
}
#tabl-windows .table-box .table-item .table-text .table-text__head {
  line-height: 19px;
  font-weight: 600;
}
#tabl-windows .table-box .table-item .table-text .table-text__title {
  color: #B3B3B3;
  font-size: 14px;
  margin-top: 8px;
}
#tabl-windows .table-box .table-size {
  display: flex;
  width: 100%;
  margin-top: 5px;
  flex-direction: column;
}
#tabl-windows .table-box .table-size .size-row-heads {
  display: flex;
  justify-content: space-between;
  padding-left: 32px;
  padding-right: 32px;
  margin: 16px 0;
}
#tabl-windows .table-box .table-size .size-row-heads .size-box__head {
  font-weight: 600;
}
#tabl-windows .table-box .table-size .size-row-heads .size-box__head:nth-child(2) {
  padding-right: 0px;
}
#tabl-windows .table-box .table-size .size-row {
  display: flex;
  justify-content: space-between;
  padding-left: 32px;
  padding-right: 32px;
}
#tabl-windows .table-box .table-size .size-row .size-box__unit1 {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#tabl-windows .table-box .table-size .size-row .size-box__unit2 {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 20px;
}
#tabl-windows .table-box .table-size .size-row .size-box__unit3 {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 195px;
  width: 100%;
}
#tabl-windows .table-box .table-size .size-row:nth-child(2) {
  border-radius: 8px 8px 0 0;
}
#tabl-windows .table-box .table-size .size-row:nth-child(even) {
  background: #F5FAFF;
}
#tabl-windows .table-box .table-size .size-row:nth-child(odd) {
  background: #FAFCFF;
}
#tabl-windows .table-box .table-size .size-row:last-child {
  border-radius: 0 0 8px 8px;
}

.submenu__item {
  max-width: 310px;
  border-radius: 12px;
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
  max-height: 74px;
  margin-bottom: 20px;
}

.submenu__item .submenu__link {
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
  opacity: 0.8;
  color: #464646;
  text-align: center;
}

.contact_border.active::before, .gross_border.active::before, .sale_border.active:before, .catalog_border.active:before {
  height: 2px;
  display: block;
  position: absolute;
  border-radius: 4px;
  bottom: 0;
}

.subcontact-list .subcontact-list__item:nth-child(3) a.subcontact-list__link, .subcontact-list .subcontact-list__item:nth-child(2) a.subcontact-list__link, .subcontact-list .subcontact-list__item:nth-child(1) a.subcontact-list__link, .subgross-list .subgross-list__item:nth-child(5) a.subgross-list__link, .subgross-list .subgross-list__item:nth-child(4) a.subgross-list__link, .subgross-list .subgross-list__item:nth-child(3) a.subgross-list__link, .subgross-list .subgross-list__item:nth-child(2) a.subgross-list__link, .subgross-list .subgross-list__item:nth-child(1) a.subgross-list__link, .subsale .subsale-list .subsale-list__item:nth-child(3) a.subsale-list__link, .subsale .subsale-list .subsale-list__item:nth-child(2) a.subsale-list__link, .subsale .subsale-list .subsale-list__item:nth-child(1) a.subsale-list__link {
  padding-top: 64px;
  display: inline-flex;
  color: #464646;
  width: 125px;
  justify-content: center;
}

.sale .sale__header, .benefit__header, .catalog__header {
  font-size: 52px;
  font-weight: 600;
  line-height: 100%;
}

.footer-info .footer-info__header, .footer-sale .footer-sale__header, .footer-client .footer-client__header, .footer-catalog .footer-catalog__header {
  font-size: 16px;
  font-weight: 600;
  color: #FFFFFF;
}

.footer-info .footer-info__item, .footer-sale .footer-sale__item, .footer-client .footer-client__item, .footer-catalog .footer-catalog__item {
  color: #B2B2B2;
}

.order-box .order-box__header, .bascket-box .bascket-box__header, .special-box .special-box__header, .likes-box .likes-box__header, .view-box3 .great-sale .great-sale__head, .view-box2 .view-box__head, .catalog-box .catalog-box__head, .view-box .view-box__head, .sale-box .sale-box__head, .about-director .about-director__header, .about-catalogi .mini-catalog__header, .about-main .about-main__header, .contacts-list .contacts-list__head, .main-news .main-news__header, .stocs-box .stocks-box__header, .mini-catalogi .mini-catalog__header {
  font-size: 42px;
  line-height: 100%;
  font-weight: 600;
}

/*Главная*/
.header {
  z-index: 10;
  background: #FFFFFF;
  position: relative;
  padding-bottom: 8px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
}

#over1 {
  display: none;
  background: rgba(0, 0, 0, 0.3);
  transform: translate(0%, 0%);
  position: absolute;
  z-index: 20;
  width: 100%;
  height: 100%;
}

#over1.active {
  display: block;
}

#over2 {
  display: none;
  background: rgba(0, 0, 0, 0.3);
  transform: translate(0%, 0%);
  position: absolute;
  z-index: 20;
  width: 100%;
  height: 100%;
}

#over2.active {
  display: block;
}

#over3 {
  display: none;
  background: rgba(0, 0, 0, 0.3);
  transform: translate(0%, 0%);
  position: absolute;
  z-index: 20;
  width: 100%;
  height: 100%;
}

#over3.active {
  display: block;
}

#over4 {
  display: none;
  background: rgba(0, 0, 0, 0.3);
  transform: translate(0%, 0%);
  position: absolute;
  z-index: 20;
  width: 100%;
  height: 100%;
}

#over4.active {
  display: block;
}

.wrapper {
  display: flex;
  align-items: center;
  padding-top: 10px;
  margin-bottom: 36px;
}
.wrapper .search {
  background: #F5F5F5;
  border-radius: 12px;
  max-width: 240px;
  width: 100%;
  display: flex;
  padding: 10px 0 8px 11px;
  max-height: 44px;
}
.wrapper .search button {
  background: #F5F5F5;
  border: none;
  outline: none;
}
.wrapper .search .input-search {
  position: relative;
  font-size: 14px;
  border: none;
  background: #F5F5F5;
  margin-left: 3px;
}
.sphinx_search_notice_block {
  top: 60px;
  text-align: left;
  position: absolute;
  width: 505px;
  z-index: 10;
  background-color: white;
  border: 1px solid #3390eb;
  padding: 0 0 7px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  -webkit-box-shadow: 1px 1px 3px 0 rgba(50,50,50,0.6);
  -moz-box-shadow: 1px 1px 3px 0 rgba(50,50,50,0.6);
  box-shadow: 1px 1px 3px 0 rgba(50,50,50,0.6);
}
.sphinx_items_hint {
  font-style: italic;
  clear: left;
  margin: 9px 0;
  padding-left: 5px;
  font-size: 15px;
  color: #152345;
}
.sphinx_result_item {
  padding: 7px 10px;
  display: flex;
}
.sphinx_result_item:nth-child(2n+1) {
  background: #f0efff;
}
.sphinx_result_img {
  padding: 5px;
}
.sphinx_result_name {
  padding: 9px;
  max-width: 330px;
}
.sphinx_result_price {
  color: #3390eb;
  padding: 17px 5px;
  font-weight: bold;
  font-size: 18px;
  text-align: right;
}

.wrapper .shoping {
  display: flex;
  align-items: center;
}
.wrapper .shoping .cabinet {
  max-width: 198px;
  width: auto;
  border-radius: 12px;
  background: #F5FAFF;
  font-size: 14px;
  display: flex;
  align-items: center;
  padding: 10px 18px 10px 16px;
  cursor: pointer;
  color: #464646;
}
.wrapper .shoping .cabinet .cabinet__img {
  margin-right: 8px;
}
.wrapper .shoping .cabinet .cabinet__img:hover {
  opacity: 0.7;
}
.wrapper .shoping .shoping__like {
  position: relative;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  margin-right: 18px;
}
.wrapper .shoping .shoping__like img {
  position: relative;
}
.wrapper .shoping .shoping__like img:hover {
  opacity: 0.7;
}
.wrapper .shoping .shoping__like span {
  width: 16px;
  height: 16px;
  background: #3390EB;
  border-radius: 8px;
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 10px;
  line-height: 10px;
  z-index: 5;
  top: -3px;
  right: 0;
}
.wrapper .shoping .shoping__bascet {
  margin-right: 18px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  align-items: center;
  display: flex;
  position: relative;
}
.wrapper .shoping .shoping__bascet img {
  position: relative;
}
.wrapper .shoping .shoping__bascet img:hover {
  opacity: 0.7;
}
.wrapper .shoping .shoping__bascet span {
  width: 16px;
  height: 16px;
  background: #3390EB;
  border-radius: 30px;
  line-height: 10px;
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 10px;
  z-index: 5;
  top: -3px;
  right: 0;
}

.logo {
  padding-top: 3px;
  margin: auto;
  cursor: pointer;
}

.menu {
  display: flex;
  justify-content: space-between;
  max-width: 695px;
  width: 100%;
  margin: 0 auto;
}

.menu__item {
  width: auto;
  padding: 0 0 16px;
  display: flex;
  cursor: pointer;
}
.menu__item a:hover {
  color: #464646;
}
.menu__item .catalog-img {
  cursor: pointer;
  margin-right: 8px;
}
.menu__item:hover {
  cursor: pointer;
  color: #464646;
}

.menu-catalog__link {
  position: relative;
  color: #3390EB;
  cursor: pointer;
  font-weight: 600;
  letter-spacing: -0.5px;
}

.menu__item.active.ft {
  display: block;
}

.active-menu {
  display: block;
}

.wrap-menu {
  display: none;
  position: absolute;
  top: 0;
}

.submenu {
  display: none;
  position: absolute;
  background: #FFFFFF;
  z-index: 11;
  padding-bottom: 0;
  left: 0;
  top: 100%;
  width: 100%;
}
.submenu.active {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.submenu__list {
  display: flex;
  flex-wrap: wrap;
  background: #FFFFFF;
  position: relative;
}
.submenu__more-link {
  background: #FFFFFF;
  padding: 10px 10px 30px;
}
.submenu__more-link img {
  margin-left: 8px;
}

.catalog_border {
  position: relative;
}
.catalog_border.active:before {
  content: "";
  width: 99px;
  height: 2px;
  background: #3390EB;
  z-index: 12;
  position: absolute;
  left: -4px;
}

.submenu__item .submenu__link {
  padding: 25px 49px;
  width: 100%;
}
.submenu__item:nth-child(15n+1) {
  background: #EAE1DA;
}
.submenu__item:nth-child(15n+2) {
  background: #E8D7D7;
}
.submenu__item:nth-child(15n+3) {
  background: #FFD6D6;
}
.submenu__item:nth-child(15n+4) {
  background: #EBE1C8;
}
.submenu__item:nth-child(15n+5) {
  background: #D6E0EA;
}
.submenu__item:nth-child(15n+6) {
  background: #DCEFEB;
}
.submenu__item:nth-child(15n+7) {
  background: #D6EECD;
}
.submenu__item:nth-child(15n+8) {
  background: #F1F6F9;
}
.submenu__item:nth-child(15n+9) {
  background: #D9ECFF;
}
.submenu__item:nth-child(15n+10) {
  background: #DCF5F4;
}
.submenu__item:nth-child(15n+11) {
  background: #DAD7E0;
}
.submenu__item:nth-child(15n+12) {
  background: #F6EFDD;
}
.submenu__item:nth-child(15n+13) {
  background: #C8E7E9;
}
.submenu__item:nth-child(15n+14) {
  background: #F0EFF4;
}
.submenu__item:nth-child(15n+15) {
  background: #E9E0F0;
}

.subsale {
  display: none;
  position: absolute;
  margin-top: 16px;
  padding-top: 22px;
  background: #FFFFFF;
  z-index: 11;
  left: 0;
  right: 0;
}
.subsale .subsale-list {
  display: flex;
  justify-content: center;
  max-width: 100%;
  z-index: 14;
  background: #FFFFFF;
  position: relative;
  padding-top: 41px;
  padding-bottom: 60px;
  margin-top: -1px;
}
.subsale .subsale-list li {
  max-width: 220px;
  min-height: 128px;
  width: 100%;
  border-radius: 12px;
  text-align: center;
}
.subsale .subsale-list li:not(:last-child) {
  margin-right: 40px;
}
.subsale .subsale-list .subsale-list__item:nth-child(1) {
  background: #E0F0FF;
}
.subsale .subsale-list .subsale-list__item:nth-child(1) a.subsale-list__link {
  position: relative;
  padding: 88px 47px 24px;
  width: 100%;
}
.subsale .subsale-list .subsale-list__item:nth-child(1) a.subsale-list__link::before {
  content: "";
  position: absolute;
  width: 48px;
  height: 48px;
  display: block;
  top: 24px;
  background: url("../img/main_page/new-catalogi_icon.svg") no-repeat top;
}
.subsale .subsale-list .subsale-list__item:nth-child(2) {
  background: #E5FAF9;
}
.subsale .subsale-list .subsale-list__item:nth-child(2) a.subsale-list__link {
  position: relative;
  padding: 88px 47px 24px;
  width: 100%;
}
.subsale .subsale-list .subsale-list__item:nth-child(2) a.subsale-list__link::before {
  content: "";
  position: absolute;
  width: 48px;
  height: 48px;
  display: block;
  top: 24px;
  background: url("../img/main_page/stocks-icon.svg") no-repeat top;
}
.subsale .subsale-list .subsale-list__item:nth-child(3) {
  background: #FFE4E4;
}
.subsale .subsale-list .subsale-list__item:nth-child(3) a.subsale-list__link {
  position: relative;
  padding: 88px 47px 24px;
  width: 100%;
}
.subsale .subsale-list .subsale-list__item:nth-child(3) a.subsale-list__link::before {
  content: "";
  position: absolute;
  width: 48px;
  height: 48px;
  display: block;
  top: 24px;
  background: url("../img/main_page/sale-icon.svg") no-repeat top;
}

.menu__sale-link {
  color: #D3727F;
  margin-right: 8px;
  margin-left: 6px;
  font-weight: 600;
  letter-spacing: -0.5px;
}

.sale_border {
  position: relative;
}

.sale_border.active:before {
  content: "";
  width: 80px;
  height: 2px;
  background: #D3727F;
  z-index: 12;
  position: absolute;
  left: -4px;
}

.menu__gross-link {
  color: #464646;
  margin-right: 6px;
  font-weight: 600;
  letter-spacing: -0.5px;
}

.subgross {
  display: none;
  position: absolute;
  background: #FFFFFF;
  margin-top: 16px;
  padding-top: 22px;
  z-index: 11;
  left: 0;
  right: 0;
}

.subgross-list {
  display: flex;
  justify-content: center;
  max-width: 100%;
  z-index: 14;
  background: #FFFFFF;
  position: relative;
  padding-bottom: 60px;
  margin-top: -1px;
  padding-top: 40px;
}
.subgross-list li {
  max-width: 220px;
  min-width: 220px;
  min-height: 128px;
  width: 100%;
  border-radius: 12px;
  text-align: center;
}
.subgross-list li:not(:last-child) {
  margin-right: 40px;
}
.subgross-list .subgross-list__item:nth-child(1) {
  background: #F4EDFA;
}
.subgross-list .subgross-list__item:nth-child(1) a.subgross-list__link {
  position: relative;
  padding: 88px 28px 24px;
  width: 100%;
}
.subgross-list .subgross-list__item:nth-child(1) a.subgross-list__link::before {
  content: "";
  position: absolute;
  width: 48px;
  height: 48px;
  display: block;
  top: 24px;
  background: url("../img/main_page/delivery-icon.svg") no-repeat top;
}
.subgross-list .subgross-list__item:nth-child(2) {
  background: #FEF8EA;
}
.subgross-list .subgross-list__item:nth-child(2) a.subgross-list__link {
  position: relative;
  padding: 88px 28px 24px;
  width: 100%;
}
.subgross-list .subgross-list__item:nth-child(2) a.subgross-list__link::before {
  content: "";
  position: absolute;
  width: 48px;
  height: 48px;
  display: block;
  top: 24px;
  background: url("../img/main_page/refund-icon.svg") no-repeat top;
}
.subgross-list .subgross-list__item:nth-child(3) {
  background: #E0F0FF;
}
.subgross-list .subgross-list__item:nth-child(3) a.subgross-list__link {
  position: relative;
  padding: 88px 28px 24px;
  width: 100%;
}
.subgross-list .subgross-list__item:nth-child(3) a.subgross-list__link::before {
  content: "";
  position: absolute;
  width: 48px;
  height: 48px;
  display: block;
  top: 24px;
  background: url("../img/main_page/conditions-icon.svg") no-repeat top;
}
.subgross-list .subgross-list__item:nth-child(4) {
  background: #E5FAF9;
}
.subgross-list .subgross-list__item:nth-child(4) a.subgross-list__link {
  position: relative;
  padding: 88px 23px 24px;
  width: 100%;
}
.subgross-list .subgross-list__item:nth-child(4) a.subgross-list__link::before {
  content: "";
  position: absolute;
  width: 48px;
  height: 48px;
  display: block;
  top: 24px;
  background: url("../img/main_page/certificate-icon.svg") no-repeat top;
}
.subgross-list .subgross-list__item:nth-child(5) {
  background: #FFE4E4;
}
.subgross-list .subgross-list__item:nth-child(5) a.subgross-list__link {
  position: relative;
  padding: 88px 23px 24px;
  width: 100%;
}
.subgross-list .subgross-list__item:nth-child(5) a.subgross-list__link::before {
  content: "";
  position: absolute;
  width: 48px;
  height: 48px;
  display: block;
  top: 24px;
  background: url("../img/main_page/job-icon.svg") no-repeat top;
}

.gross_border {
  position: relative;
}

.gross_border.active::before {
  content: "";
  width: 180px;
  height: 2px;
  background: #464646;
  z-index: 12;
  position: absolute;
  left: -8px;
}

.menu__news-link {
  color: #464646;
  font-weight: 600;
  letter-spacing: -0.5px;
}

.menu__contact-link {
  color: #464646;
  margin-right: 8px;
  margin-left: 8px;
  font-weight: 600;
  letter-spacing: -0.5px;
}

.subcontact {
  display: none;
  position: absolute;
  margin-top: 16px;
  padding-top: 22px;
  background: #FFFFFF;
  z-index: 11;
  right: 0;
  left: 0;
}

.subcontact-list {
  display: flex;
  justify-content: center;
  max-width: 100%;
  z-index: 14;
  background: #FFFFFF;
  position: relative;
  padding-top: 41px;
  padding-bottom: 60px;
  margin-top: -1px;
}
.subcontact-list li {
  max-width: 220px;
  min-width: 220px;
  min-height: 128px;
  width: 100%;
  border-radius: 12px;
  text-align: center;
}
.subcontact-list li:not(:last-child) {
  margin-right: 40px;
}
.subcontact-list .subcontact-list__item:nth-child(1) {
  background: #F4EDFA;
}
.subcontact-list .subcontact-list__item:nth-child(1) a.subcontact-list__link {
  position: relative;
  padding: 88px 64px 24px;
  width: 100%;
}
.subcontact-list .subcontact-list__item:nth-child(1) a.subcontact-list__link::before {
  content: "";
  position: absolute;
  width: 48px;
  height: 48px;
  display: block;
  top: 24px;
  background: url("../img/main_page/company-icon.svg") no-repeat top;
}
.subcontact-list .subcontact-list__item:nth-child(2) {
  background: #FEF8EA;
}
.subcontact-list .subcontact-list__item:nth-child(2) a.subcontact-list__link {
  position: relative;
  padding: 88px 64px 24px;
  width: 100%;
}
.subcontact-list .subcontact-list__item:nth-child(2) a.subcontact-list__link::before {
  content: "";
  position: absolute;
  width: 48px;
  height: 48px;
  display: block;
  top: 24px;
  background: url("../img/main_page/contact-icon.svg") no-repeat top;
}
.subcontact-list .subcontact-list__item:nth-child(3) {
  background: #E5FAF9;
}
.subcontact-list .subcontact-list__item:nth-child(3) a.subcontact-list__link {
  position: relative;
  padding: 88px 64px 24px;
  width: 100%;
}
.subcontact-list .subcontact-list__item:nth-child(3) a.subcontact-list__link::before {
  content: "";
  position: absolute;
  width: 48px;
  height: 48px;
  display: block;
  top: 24px;
  background: url("../img/main_page/contact-icon.svg") no-repeat top;
}

.contact_border.active::before {
  content: "";
  width: 108px;
  height: 2px;
  background: #464646;
  z-index: 12;
  bottom: 6px;
}

/*Главный слайдер*/
.offer {
  position: relative;
  z-index: 2;
  background: #FAFAFA;
}

.slider-wrapper {
  padding: 40px 0 58px 0;
  max-width: 1360px;
  position: relative;
}

.slider {
  max-width: 100%;
  max-height: 100%;
  margin-bottom: 57px;
}

.main-slider-img {
  border-radius: 16px;
  width: 100%;
}

.slider-btns__arrow {
  display: block;
  width: 67px;
  background: rgba(110, 156, 159, 0.1);
  padding-left: 25px;
  padding-top: 20px;
  border: none;
  outline: none;
}

.slick-prev.slick-arrow {
  font-size: 0;
  border: none;
  outline: none;
  background: url("../img/main_page/arrow-pre.svg") no-repeat;
  width: 26px;
  height: 48px;
  display: block;
  position: absolute;
  z-index: 2;
  cursor: pointer;
  top: 42.5%;
  left: 25px;
}

.slick-prev.slick-arrow:hover {
  opacity: 0.6;
}

.slick-next.slick-arrow {
  font-size: 0;
  border: none;
  outline: none;
  background: url("../img/main_page/arrow-next.svg") no-repeat;
  width: 26px;
  height: 48px;
  display: block;
  position: absolute;
  z-index: 2;
  cursor: pointer;
  top: 42.5%;
  right: 25px;
}

.slick-next.slick-arrow:hover {
  opacity: 0.6;
}

.slick-track {
  display: flex;
}

.slick-list {
  overflow: hidden;
}

.slide-dots {
  display: flex;
  max-width: 320px;
  width: 100%;
  margin: 0 auto;
}
.slide-dots li {
  list-style: none;
  height: 4px;
  margin-right: 40px;
}

.slide-dots li button {
  width: 80px;
  height: 4px;
  border-radius: 8px;
  background: #EBEBEB;
  cursor: pointer;
  font-size: 0;
  border: none;
}

.slide-dots li.slick-active button {
  background: #C0E0FF;
  width: 80px;
  height: 4px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 0;
  border: none;
}

section a h2:hover {
  color: #3390EB;
}
/*Каталог*/
.catalog {
  padding-top: 160px;
}
.catalog__header {
  margin-bottom: 48px;
  letter-spacing: -0.5px;
}
.catalog-slider {
  height: 100%;
  width: 100%;
  max-width: 1360px;
}
.slide.slick-slide {
  margin-right: 24px;
  max-width: 260px;
  width: 100%;
  height: 320px;
  margin-bottom: 48px;
}
.slide.slick-slide a {
  height: 100%;
}
.slide.slick-slide img {
  height: 80%;
  object-fit: contain;
  margin: 10px;
}
.slick-slide:focus {
  outline: none;
}
.slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 5px;
}
.slick-dots li {
  list-style: none;
  height: 4px;
}
.slick-dots li button {
  width: 150px;
  height: 4px;
  border-radius: 8px;
  background: #EBEBEB;
  cursor: pointer;
  font-size: 0;
  border: none;
}
.slick-dots li.slick-active button {
  background: #C0E0FF;
  width: 200px;
  height: 7px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 0;
  border: none;
}
.catalog-item {
  display: flex;
  flex-direction: column;
  padding: 8px 4px 32px 4px;
  text-align: center;
  background: #DCEFEB;
  border-radius: 12px;
  cursor: pointer;
}
.catalog-item .catalog-item__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 23.4px;
}
.sliders .slide:nth-child(15n+1) a {
  background: #EAE1DA;
}
.sliders .slide:nth-child(15n+2) a {
  background: #E8D7D7;
}
.sliders .slide:nth-child(15n+3) a {
  background: #FFD6D6;
}
.sliders .slide:nth-child(15n+4) a {
  background: #EBE1C8;
}
.sliders .slide:nth-child(15n+5) a {
  background: #D6E0EA;
}
.sliders .slide:nth-child(15n+6) a {
  background: #DCEFEB;
}
.sliders .slide:nth-child(15n+7) a {
  background: #D6EECD;
}
.sliders .slide:nth-child(15n+8) a {
  background: #F1F6F9;
}
.sliders .slide:nth-child(15n+9) a {
  background: #D9ECFF;
}
.sliders .slide:nth-child(15n+10) a {
  background: #DCF5F4;
}
.sliders .slide:nth-child(15n+11) a {
  background: #DAD7E0;
}
.sliders .slide:nth-child(15n+12) a {
  background: #F6EFDD;
}
.sliders .slide:nth-child(15n+13) a {
  background: #C8E7E9;
}
.sliders .slide:nth-child(15n+14) a {
  background: #F0EFF4;
}
.sliders .slide:nth-child(15n+15) a {
  background: #E9E0F0;
}
.benefit {
  padding-top: 168px;
}
.benefit__header {
  margin-bottom: 68px;
  letter-spacing: -0.8px;
  max-width: 402px;
}

.tabs-list {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.tabs {
  display: flex;
  justify-content: flex-end;
}
.tabs span {
  border: 1px solid #C0E0FF;
  border-radius: 40px;
  width: 40px;
  height: 40px;
  color: #C0E0FF;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 12px;
  cursor: pointer;
}
.tabs .tabs-span.active {
  background: #C0E0FF;
  border: 1px solid #C0E0FF;
  color: #FFFFFF;
}

.tabs-unit {
  display: none;
  padding-top: 40px;
  max-width: 1360px;
  width: 100%;
}
.tabs-unit .tabs-item {
  display: flex;
  flex-direction: column;
  position: relative;
  cursor: pointer;
  margin-inline: 10px;
}
.tabs-item__img {
  position: relative;
  border-radius: 16px;
  max-width: 100%;
  max-height: 360px;
}
.tabs-item__new {
  position: absolute;
  z-index: 10;
  width: 60px;
}
.tabs-unit .tabs-item .tabs-item__title {
  line-height: 19px;
  font-weight: 600;
  max-width: 302px;
  margin-top: 16px;
  margin-bottom: 10px;
  letter-spacing: -0.1px;
}
.tabs-unit .tabs-item .tabs-item__number {
  color: #B2B2B2;
}
.tabs-unit .tabs-item span {
  font-size: 24px;
  font-weight: 700;
  color: #3390EB;
  margin-top: 10px;
}
.tabs-unit .tabs-item:hover {
  max-width: 388px;
  width: 100%;
  margin-top: -103px;
  transition: 1.5s ease;
}
.tabs-unit .tabs-item:hover .tabs-item__img {
  max-height: 460px;
}
.tabs-unit .tabs-item:hover .tabs-item__new {
  width: 80px;
}
.tabs-unit .tabs-item:hover span {
  font-size: 24px;
  font-weight: 700;
  color: #3390EB;
  margin-top: 12px;
}

.tabs-unit-active {
  display: flex;
  justify-content: space-between;
}

.sale {
  padding-top: 166px;
}
.sale .sale__header {
  letter-spacing: -0.7px;
}

.sale__header {
  letter-spacing: -0.7px;
}

.sale-blocks {
  display: flex;
  justify-content: space-between;
  margin-top: 48px;
}
.sale-blocks .sale-left {
  background: url("../img/main_page/novinki_sezona.png") no-repeat;
  border-radius: 12px;
  background-size: cover;
  padding: 146px 144px;
  max-width: 660px;
  width: 100%;
}
.sale-blocks .sale-right {
  background: url("../img/main_page/top_prodaj.jpg") no-repeat;
  border-radius: 12px;
  background-size: cover;
  padding: 146px 144px;
  max-width: 660px;
  width: 100%;
}

.sale-wrap {
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border-radius: 12px;
  padding: 32px 43px;
  text-align: center;
  min-height: 188px;
  max-height: 188px;
}
.sale-wrap h4 {
  font-size: 28px;
  font-weight: 600;
}
.sale-wrap .sale-wrap__title {
  line-height: 22px;
  margin: 12px 0 24px 0;
  letter-spacing: -0.2px;
}
.sale-wrap .sale-wrap__link {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #3390EB;
}
.sale-wrap .sale-wrap__link img {
  margin-left: 8px;
}
.sale-wrap .sale-wrap__link:hover {
  color: #3390EB;
}

.price {
  margin-top: 160px;
}

.price-block {
  padding: 100px 0 100px 0;
  background: url("../img/main_page/bg-main_form-2.png") no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.price-block .price-block__header {
  font-size: 52px;
  color: #FFFFFF;
  font-weight: 600;
  letter-spacing: -1px;
}
.price-block span {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 25.2px;
  margin: 24px 0 38px 0;
  max-width: 575px;
  letter-spacing: -0.3px;
}
.price-block .price-form {
  display: flex;
  max-width: 490px;
  width: 100%;
  justify-content: space-between;
}
.price-block .price-form .wrap-input {
  background: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  border-radius: 12px;
  border: none;
  max-width: 320px;
  width: 100%;
  padding: 12px 0 12px 16px;
}
.price-block .price-form .wrap-input img {
  margin-right: 16px;
}
.price-block .price-form .wrap-input .price-input {
  background: none;
  border: none;
  font-weight: 600;
  max-width: 85%;
  width: 100%;
}
.price-block .price-form .wrap-input .price-input:focus {
  background: none;
  border: none;
}
.price-block .price-form .price-btn {
  max-width: 152px;
  width: 100%;
  border-radius: 12px;
  background: #3390EB;
  color: #FFFFFF;
  padding: 16px 40px;
  border: none;
  outline: none;
}

.category-list {
  display: flex;
  flex-wrap: wrap;
  padding: 160px 158px 100px 158px;
  justify-content: center;
}

.category-item {
  margin-bottom: 60px;
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
}
.category-item img {
  display: none;
}
.category-item .category-item__span {
  font-size: 46px;
  font-weight: 700;
  letter-spacing: -1px;
  -webkit-text-stroke: 1px #464646;
  -webkit-text-fill-color: #FFFFFF;
}
.category-item .category-item__span:hover {
  -webkit-text-stroke: 1px #464646;
  -webkit-text-fill-color: #464646;
  text-decoration: underline;
  cursor: pointer;
  position: relative;
  z-index: 120;
}
.category-item .category-item__span:hover + img.fade-in {
  display: flex;
  position: absolute;
  z-index: 7;
}
.category-item:not(:last-child) {
  margin-right: 80px;
}
.category-item .fade-in {
  animation: fadeIn ease 2.5s;
  -webkit-animation: fadeIn ease 2.5s;
  -moz-animation: fadeIn ease 2.5s;
  -o-animation: fadeIn ease 2.5s;
  -ms-animation: fadeIn ease 2.5s;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.category-item:nth-child(1) {
  margin-left: 80px;
}

.category-item:nth-child(4) {
  margin-left: 80px;
}

.category-item:nth-child(6) {
  margin-left: 80px;
}

.category-item:nth-child(10) {
  margin-left: 80px;
}

.fade-in {
  display: flex;
  position: absolute;
  z-index: 7;
  animation: fadeIn ease 10s;
  -webkit-animation: fadeIn ease 10s;
  -moz-animation: fadeIn ease 10s;
  -o-animation: fadeIn ease 10s;
  -ms-animation: fadeIn ease 10s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.category-item:hover {
  position: relative;
  z-index: 1;
}
.category-item:hover span {
  position: relative;
}
.category-item:hover.active:hover {
  position: relative;
  z-index: 6;
}
.category-item:hover.active:hover img {
  display: flex;
  position: absolute;
  z-index: 7;
}

.footer {
  background: #415D72;
}

.footer-wrap {
  display: flex;
  justify-content: space-between;
  padding: 59px 0 40px;
}

.footer-contact {
  display: flex;
  flex-direction: column;
  max-width: 435px;
  width: 100%;
}
.footer-contact .footer-contact__logo {
  display: block;
  width: 118px;
  height: 57px;
  margin-bottom: 25px;
}
.footer-contact .footer-contact__phone {
  display: block;
  color: #FFFFFF;
  font-size: 14px;
  position: relative;
  padding-left: 70px;
  margin-bottom: 20px;
}
.footer-contact .footer-contact__phone:before {
  content: "Телефон: ";
  display: block;
  color: #B3B3B3;
  position: absolute;
  font-size: 14px;
  left: 0;
}
.footer-contact .footer-contact__adres {
  display: flex;
  flex-wrap: wrap;
  color: #FFFFFF;
  font-size: 14px;
  position: relative;
  max-width: 240px;
  width: 100%;
  margin-bottom: 20px;
  letter-spacing: -0.2px;
}
.footer-contact .footer-contact__adres span {
  position: relative;
  color: #FFFFFF;
  font-size: 14px;
  padding-left: 57px;
  margin-bottom: 8px;
}
.footer-contact .footer-contact__adres:before {
  content: "Адрес:";
  display: block;
  color: #B3B3B3;
  position: absolute;
  font-size: 14px;
  left: 0;
}
.footer-contact .footer-contact__mode {
  display: flex;
  flex-wrap: wrap;
  color: #FFFFFF;
  font-size: 14px;
  position: relative;
  max-width: 273px;
  width: 100%;
  margin-bottom: 20px;
  letter-spacing: -0.3px;
}
.footer-contact .footer-contact__mode span {
  position: relative;
  color: #FFFFFF;
  font-size: 14px;
  padding-left: 114px;
  letter-spacing: -0.3px;
  margin-bottom: 8px;
}
.footer-contact .footer-contact__mode:before {
  content: "График работы:";
  display: block;
  color: #B3B3B3;
  position: absolute;
  font-size: 14px;
  left: 0;
}
.footer-contact .footer-contact__mail {
  display: flex;
  color: #FFFFFF;
  font-size: 14px;
  position: relative;
  max-width: 273px;
  width: 100%;
  padding-left: 50px;
  margin-bottom: 20px;
}
.footer-contact .footer-contact__mail:before {
  content: "Email:";
  display: block;
  color: #B3B3B3;
  position: absolute;
  font-size: 14px;
  left: 0;
}
.footer-contact .footer-social .footer-vk {
  width: 24px;
  height: 24px;
  margin: 0 12px;
}

.footer-catalog {
  max-width: 158px;
  width: 100%;
}
.footer-catalog .footer-catalog__header {
  margin-bottom: 24px;
}
.footer-catalog .footer-catalog__item {
  width: 100%;
  letter-spacing: -0.5px;
}
.footer-catalog li {
  margin-bottom: 20px;
}

.footer-client {
  max-width: 173px;
  width: 100%;
}
.footer-client .footer-client__header {
  margin-bottom: 24px;
}
.footer-client .footer-client__item {
  width: 100%;
}
.footer-client li {
  margin-bottom: 20px;
}

.footer-sale {
  max-width: 125px;
  width: 100%;
}
.footer-sale .footer-sale__header {
  margin-bottom: 24px;
}
.footer-sale .footer-sale__item {
  width: 100%;
}
.footer-sale li {
  margin-bottom: 20px;
}

.footer-info {
  max-width: 92px;
  width: 100%;
}
.footer-info .footer-info__header {
  margin-bottom: 24px;
}
.footer-info .footer-info__item {
  width: 100%;
}
.footer-info li {
  margin-bottom: 20px;
}

.footer-title {
  background: #3A576C;
  padding: 30px 0;
}
.footer-title .footer-title__wrap {
  display: flex;
  justify-content: space-between;
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
}
.footer-title .footer-title__text {
  color: #B3B3B3;
  font-size: 14px;
  max-width: 108px;
  width: 100%;
}
.footer-title .footer-title__politic {
  color: #B3B3B3;
  font-size: 14px;
  max-width: 212px;
  width: 100%;
  letter-spacing: -0.2px;
  margin-left: 23px;
  position: relative;
}
.footer-title .footer-title__politic::before {
  content: "";
  width: 212px;
  height: 0.5px;
  background: #B2B2B2;
  display: block;
  position: absolute;
  bottom: 3px;
}
.footer-title .footer-payment {
  max-width: 223px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: -4px;
}

.mini-catalogi {
  padding-top: 24px;
  padding-bottom: 120px;
}
.mini-catalogi .mini-catalog__header {
  margin-bottom: 48px;
  text-align: center;
  letter-spacing: -0.5px;
}

.mini-list {
  display: flex;
  max-width: 1240px;
  width: 100%;
  flex-wrap: wrap;
}
.mini-list .catalog-item_colors-six {
  padding: 16px 28px 32px 27px;
}
.mini-list .catalog-item_colors-six img {
  margin-bottom: 11px;
}
.mini-list .mini-catalog {
  display: flex;
  flex-direction: column;
  text-align: center;
  border-radius: 12px;
  max-width: 260px;
  max-height: 320px;
  width: 100%;
  margin-left: 40px;
  margin-bottom: 40px;
  cursor: pointer;
  padding: 20px;
}
.mini-catalog img {
  object-fit: contain;
  max-height: 230px;
}
.mini-list .mini-catalog .catalog-item__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 23.4px;
  letter-spacing: -0.3px;
}
.mini-list .mini-catalog:nth-child(15n+1) {
  background: #EAE1DA;
}
.mini-list .mini-catalog:nth-child(15n+2) {
  background: #E8D7D7;
}
.mini-list .mini-catalog:nth-child(15n+3) {
  background: #FFD6D6;
}
.mini-list .mini-catalog:nth-child(15n+4) {
  background: #EBE1C8;
}
.mini-list .mini-catalog:nth-child(15n+5) {
  background: #D6E0EA;
}
.mini-list .mini-catalog:nth-child(15n+6) {
  background: #DCEFEB;
}
.mini-list .mini-catalog:nth-child(15n+7) {
  background: #D6EECD;
}
.mini-list .mini-catalog:nth-child(15n+8) {
  background: #F1F6F9;
}
.mini-list .mini-catalog:nth-child(15n+9) {
  background: #D9ECFF;
}
.mini-list .mini-catalog:nth-child(15n+10) {
  background: #DCF5F4;
}
.mini-list .mini-catalog:nth-child(15n+11) {
  background: #DAD7E0;
}
.mini-list .mini-catalog:nth-child(15n+12) {
  background: #F6EFDD;
}
.mini-list .mini-catalog:nth-child(15n+13) {
  background: #C8E7E9;
}
.mini-list .mini-catalog:nth-child(15n+14) {
  background: #F0EFF4;
}
.mini-list .mini-catalog:nth-child(15n+15) {
  background: #E9E0F0;
}

.stocs-box {
  padding-top: 24px;
  padding-bottom: 160px;
}
.stocs-box .stocks-box__header {
  margin: 0 auto 8px;
  text-align: center;
  position: relative;
  max-width: 167px;
}
.stocs-box .stocks-box__header img {
  position: absolute;
  z-index: -1;
  max-width: 167px;
  height: 42px;
  top: 10px;
  left: 0;
  right: 0;
}

.stocks-list {
  display: flex;
  max-width: 1360px;
  width: 100%;
  justify-content: space-between;
}
.stocks-list .stocks-left {
  background: url("../img/main_page/stocks_one.png") no-repeat;
  border-radius: 12px;
  background-size: cover;
  padding: 146px 144px;
  max-width: 660px;
  width: 100%;
  margin-top: 40px;
}
.stocks-list .stocks-left:nth-child(1) {
  margin-right: 40px;
}
.stocks-list .stocks-right {
  background: url("../img/main_page/stocks_two.png") no-repeat;
  border-radius: 12px;
  background-size: cover;
  padding: 146px 144px;
  max-width: 660px;
  width: 100%;
  margin-top: 40px;
}
.stocks-list .stocks-right:nth-child(1) {
  margin-right: 40px;
}

.list-view .pager {
  margin: 30px;
  text-align: center;
}

.main-news {
  padding-top: 24px;
  padding-bottom: 155px;
}
.main-news .main-news__header {
  margin-bottom: 80px;
  display: flex;
  justify-content: center;
}

.news-box {
  border-top: 0.5px solid #D2D2D2;
}
.news-box .news-unit {
  border-bottom: 0.5px solid #D2D2D2;
  display: flex;
  padding: 40px 0;
  justify-content: space-between;
  width: 100%;
}
.news-box .news-unit .news-unit__data {
  font-size: 24px;
  line-height: 24px;
  color: #D3727F;
  font-weight: 600;
  margin-top: 47px;
  display: flex;
  flex-direction: column;
}
.news-box .news-unit .news-unit__data span {
  color: #D2D2D2;
  margin-top: 12px;
}
.news-box .news-unit .news-content {
  display: flex;
  flex-direction: column;
  max-width: 460px;
  width: 100%;
  margin: 47px 126px 0 auto;
  margin-top: 47px;
  margin-right: 126px;
}
.news-box .news-unit .news-content .news-content__head {
  color: #464646;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 16px;
  letter-spacing: -0.5px;
}
.news-box .news-unit .news-content .news-content__text {
  font-size: 16px;
  line-height: 22.4px;
  margin: 0;
  -webkit-line-clamp: 3;
  /* Число отображаемых строк */
  display: -webkit-box;
  /* Включаем флексбоксы */
  -webkit-box-orient: vertical;
  /* Вертикальная ориентация */
  overflow: hidden;
}
.news-box .news-unit .news-unit__link {
  display: flex;
  align-items: center;
  margin-right: 10px;
  margin-left: 102px;
}

.news-card {
  padding-top: 40px;
  padding-bottom: 160px;
}
.news-card .news-img {
  text-align: center;
}

.contacts-list {
  padding-top: 24px;
  padding-bottom: 160px;
}
.contacts-list .contacts-list__head {
  margin-bottom: 16px;
  display: flex;
  justify-content: center;
}

.contact-wrap {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.contact-wrap .contact-card {
  display: flex;
  width: 100%;
  margin-top: 30px;
}
.contact-wrap .contact-card:nth-child(1) {
  border-bottom: 0.5px solid #D2D2D2;
  padding-bottom: 64px;
}
.contact-wrap .contact-card .contact-content {
  max-width: 388px;
  width: 100%;
  background: #F5FAFF;
  border-radius: 12px;
  padding: 40px 0 0 40px;
  margin-right: 40px;
}
.contact-wrap .contact-card .contact-content .contact-list .contact-list__header {
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  margin-bottom: 16px;
}
.contact-wrap .contact-card .contact-content .contact-list .contact-list__text {
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
}
.contact-wrap .contact-card .contact-content .contact-list .contact-list__text span {
  margin-top: 12px;
}
.contact-wrap .contact-card .contact-list__text.adres {
  max-width: 295px;
  width: 100%;
}
.contact-wrap .contact-card .contact-list__text.phone {
  max-width: 150px;
  width: 100%;
}
.contact-wrap .contact-card .contact-list__text.mail {
  max-width: 130px;
  width: 100%;
}
.contact-wrap .contact-card .contact-list__text.time {
  max-width: 200px;
  width: 100%;
}
.contact-wrap .contact-card .map-block {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.contact-wrap .contact-card .map-block .contact-wrap__header {
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 24px;
}
.contact-wrap .contact-card .map-block .contact-wrap__header span {
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  color: #3390EB;
}
.contact-wrap .contact-card .map-block .map {
  max-width: 932px;
  border-radius: 12px;
  position: relative;
  height: 428px;
}
.contact-wrap .contact-card .map-block .map iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  border-radius: 12px;
}

.clients {
  padding-top: 40px;
  padding-bottom: 160px;
}
.clients .clients-block {
  display: flex;
  width: 100%;
}
.clients .clients-block .certificate__content {
  max-width: 970px;
  width: 100%;
  border-radius: 12px;
  border: 1px solid #C0E0FF;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  padding: 60px 61.5px 20px 61.5px;
}
.clients .clients-block .certificate__content .clients-content__head {
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 32px;
  letter-spacing: -0.5px;
}
.clients .clients-block .certificate__content .certificate {
  margin-top: 8px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.clients .clients-block .certificate__content .certificate .certificate-item {
  max-width: 200px;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  word-wrap: break-word;
}
.clients .clients-block .certificate__content .certificate .certificate-item span {
  font-weight: 600;
  line-height: 22.4px;
  text-align: center;
  color: #3390EB;
  padding: 0 13px 0 14px;
  margin-top: 16px;
}
.certificate .load-license {
  width: 30px;
  position: absolute;
  margin: 20px 20px 0 140px;
}
.clients .clients-block .clients-menu {
  max-width: 330px;
  max-height: 352px;
  width: 100%;
  background: #F5FAFF;
  border-radius: 12px;
  padding: 40px 0 40px 40px;
  margin-right: 60px;
}
.clients .clients-block .clients-menu .clients-menu__head {
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
}
.clients .clients-block .clients-menu .clients-list {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
}
.clients .clients-block .clients-menu .clients-list .clients-list__item {
  font-weight: 300;
  line-height: 16px;
  cursor: pointer;
}
.clients .clients-block .clients-menu .clients-list .clients-list__item a {
  color: #464646;
}
.clients .clients-block .clients-menu .clients-list .clients-list__item:not(:first-child) {
  margin-top: 32px;
}
.clients .clients-block .clients-menu .clients-list .clients-list__item a:hover {
  color: #464646;
}
.clients .clients-block .clients-menu .clients-list .clients-list__item.active {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 12px;
}
.clients .clients-block .clients-menu .clients-list .clients-list__item.active a {
  font-weight: 400;
  color: #3390EB;
}
.clients .clients-block .clients-menu .clients-list .clients-list__item.active:hover {
  color: #3390EB;
}
.clients .clients-block .clients-menu .clients-list .clients-list__item.active::before {
  content: "";
  width: 4px;
  height: 4px;
  display: block;
  position: absolute;
  background: #3390EB;
  left: 0;
  border-radius: 40px;
}
.clients .clients-block .clients-content {
  max-width: 970px;
  width: 100%;
  border-radius: 12px;
  border: 1px solid #C0E0FF;
  background: #FFFFFF;
  padding: 60px 150px 60px 60px;
  display: flex;
  flex-direction: column;
}
.clients .clients-block .clients-content .clients-content__head {
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 32px;
  letter-spacing: -0.5px;
}
.clients .clients-block .clients-content .clients-content__text {
  font-size: 16px;
  line-height: 25.6px;
  max-width: 720px;
  letter-spacing: -0.2px;
}
.clients .clients-block .clients-content .clients-content__text a {
  text-decoration: underline;
  color: #3390EB;
}
.clients .clients-block .clients-content .clients-content__text:not(:last-child) {
  margin-bottom: 20px;
}
.clients .clients-block .clients-content .content-list {
  display: flex;
  flex-direction: column;
  margin-top: -2px;
}
.clients .clients-block .clients-content .content-list .head_bold {
  font-weight: 700;
}
.clients .clients-block .clients-content .content-list li {
  font-size: 16px;
  line-height: 26px;
}
.clients .clients-block .clients-content .content-list .content-list__header {
  margin-bottom: 12px;
}
.clients .clients-block .clients-content .content-list .content-list__item {
  position: relative;
  display: flex;
  padding-left: 16px;
  letter-spacing: -0.2px;
}
.clients .clients-block .clients-content .content-list .content-list__item:not(:last-child) {
  margin-bottom: 12px;
}
.clients .clients-block .clients-content .content-list .content-list__item::before {
  content: "";
  width: 8px;
  height: 1px;
  display: block;
  top: 12px;
  left: 0;
  background: #464646;
  position: absolute;
}
.clients .clients-block .clients-content .clients-warr {
  display: flex;
  align-items: flex-start;
  margin-bottom: 56px;
  margin-top: 16px;
}
.clients .clients-block .clients-content .clients-warr img {
  padding-top: 5px;
  margin-right: 16px;
}
.clients .clients-block .clients-content .clients-warr span {
  color: #D3727F;
  line-height: 25.6px;
}
.clients .clients-block .vacancy-content {
  max-width: 970px;
  width: 100%;
  border-radius: 12px;
  border: 1px solid #C0E0FF;
  background: #FFFFFF;
  padding: 60px;
  display: flex;
  flex-direction: column;
}
.clients .clients-block .vacancy-content .clients-content__head {
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 32px;
  letter-spacing: -0.5px;
}
.clients .clients-block .vacancy-content .clients-content__text {
  font-size: 16px;
  line-height: 25.6px;
  max-width: 720px;
  letter-spacing: -0.2px;
}
.clients .clients-block .vacancy-content .clients-content__text a {
  text-decoration: underline;
  color: #3390EB;
}
.clients .clients-block .vacancy-content .head-data {
  color: #3390EB;
  line-height: 26px;
  margin-top: 32px;
  margin-bottom: 16px;
}
.clients .clients-block .vacancy-content .clients-content__text:not(:last-child) {
  margin-bottom: 20px;
}
.clients .clients-block .vacancy-content .content-list {
  display: flex;
  flex-direction: column;
  margin-top: -2px;
  border-bottom: 0.5px solid #D2D2D2;
  padding-bottom: 32px;
}
.clients .clients-block .vacancy-content .content-list .head_bold {
  font-weight: 700;
}
.clients .clients-block .vacancy-content .content-list li {
  font-size: 16px;
  line-height: 26px;
}
.clients .clients-block .vacancy-content .content-list .content-list__header {
  margin-bottom: 12px;
}
.clients .clients-block .vacancy-content .content-list .content-list__item {
  position: relative;
  display: flex;
  align-items: center;
  letter-spacing: -0.2px;
}
.clients .clients-block .vacancy-content .content-list .content-list__item span {
  font-weight: 600;
  line-height: 25.6px;
  margin-right: 8px;
}
.clients .clients-block .vacancy-content .content-list .content-list__item:not(:last-child) {
  margin-bottom: 16px;
}
.clients .clients-block .vacancy-content .content-list__contacts {
  display: flex;
  flex-direction: column;
  margin-top: -2px;
}
.clients .clients-block .vacancy-content .content-list__contacts .head_bold {
  font-weight: 700;
}
.clients .clients-block .vacancy-content .content-list__contacts li {
  font-size: 16px;
  line-height: 26px;
}
.clients .clients-block .vacancy-content .content-list__contacts .content-list__header {
  margin-bottom: 12px;
}
.clients .clients-block .vacancy-content .content-list__contacts .content-list__item {
  position: relative;
  display: flex;
  align-items: center;
  letter-spacing: 0.03em;
}
.clients .clients-block .vacancy-content .content-list__contacts .content-list__item span {
  font-weight: 600;
  line-height: 25.6px;
  margin-right: 8px;
  letter-spacing: -0.02px;
}
.clients .clients-block .vacancy-content .content-list__contacts .content-list__item:not(:last-child) {
  margin-bottom: 16px;
}
.clients .clients-block .vacancy-content .vacancy-box {
  display: flex;
  align-items: center;
  margin-bottom: 19px;
  margin-top: 4px;
}
.clients .clients-block .vacancy-content .vacancy-box img {
  padding-top: 5px;
  margin-right: 16px;
}
.clients .clients-block .vacancy-content .vacancy-box span {
  color: #3390EB;
  line-height: 26px;
  font-weight: 700;
}

.about-main {
  padding-top: 24px;
  padding-bottom: 80px;
}
.about-main .about-main__header {
  margin-bottom: 80px;
  text-align: center;
  letter-spacing: -0.5px;
}
.about-main .about-offer {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  flex-direction: row;
}
.about-main .about-offer .about-content {
  display: flex;
  flex-direction: column;
  padding-top: 185px;
  margin-right: 60px;
}
.about-main .about-offer .about-content .about-content__head {
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  position: relative;
  letter-spacing: -0.5px;
}
.about-main .about-offer .about-content .about-content__text {
  line-height: 26px;
  padding-right: 27px;
}
.about-main .about-offer .about-content .about-content__text:nth-child(2) {
  margin-top: 50px;
}
.about-main .about-offer .about-content .about-content__text:nth-child(3) {
  margin-top: 12px;
  margin-bottom: 12px;
}
.about-main .about-history {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  flex-direction: row-reverse;
  margin-top: 160px;
}
.about-main .about-history .about-content {
  display: flex;
  flex-direction: column;
  padding-top: 156px;
  margin-left: 60px;
}
.about-main .about-history .about-content .about-content__head {
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  position: relative;
  letter-spacing: -0.5px;
}
.about-main .about-history .about-content .about-content__head .span-head {
  background: #C0E0FF;
  border-radius: 8px;
  width: 80px;
  height: 4px;
  display: block;
  position: absolute;
  bottom: -27px;
}
.about-main .about-history .about-content .about-content__text {
  line-height: 26px;
  padding-right: 27px;
  letter-spacing: -0.2px;
}
.about-main .about-history .about-content .about-content__text:nth-child(2) {
  margin-top: 55px;
}
.about-main .about-history .about-content .about-content__text:nth-child(3) {
  margin-top: 12px;
  margin-bottom: 12px;
}

.span-head {
  width: 80px;
  height: 4px;
  background: #FFB0B0;
  border-radius: 8px;
  display: block;
  position: absolute;
  bottom: -25px;
}

.about-brend {
  background: #F6FBFF;
  width: 100%;
  padding-top: 76px;
  padding-bottom: 140px;
}
.about-brend .bred-block {
  max-width: 1200px;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  align-items: center;
}
.about-brend .bred-block .bred-block__span {
  max-width: 80px;
  width: 100%;
  display: block;
  background: #FFB0B0;
  margin-bottom: 60px;
  height: 4px;
}
.about-brend .bred-block .bred-block__title {
  font-size: 24px;
  line-height: 24px;
  letter-spacing: -0.4px;
}
.about-brend .bred-block .bred-block__title:nth-child(2) {
  margin-bottom: 32px;
}

.about-catalogi {
  padding-top: 80px;
  margin-bottom: 40px;
}
.about-catalogi .mini-catalog__header {
  margin-bottom: 48px;
  text-align: center;
  letter-spacing: -0.4px;
}
.about-catalogi .mini-list {
  display: flex;
  max-width: 1240px;
  width: 100%;
  flex-wrap: wrap;
}
.about-catalogi .mini-list .catalog-item_colors-six {
  padding: 17px 27px 32px 28px;
}
.about-catalogi .mini-list .mini-catalog {
  display: flex;
  flex-direction: column;
  text-align: center;
  border-radius: 12px;
  max-width: 260px;
  max-height: 320px;
  width: 100%;
  margin-left: 40px;
  margin-bottom: 40px;
}
.about-catalogi .mini-list .mini-catalog .catalog-item__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 23.4px;
}
.about-catalogi .mini-list .mini-catalog:nth-child(1) img {
  margin-bottom: 11px;
}
.about-catalogi .mini-list .mini-catalog:nth-child(2) img {
  margin-bottom: 13px;
}
.about-catalogi .mini-list .mini-catalog:nth-child(3) img {
  margin-bottom: 12px;
}
.about-catalogi .mini-list .mini-catalog:nth-child(5) {
  display: flex;
  flex-direction: column;
  padding: 8px 4px 32px 4px;
  text-align: center;
  background: #DCEFEB;
}
.about-catalogi .mini-list .mini-catalog:nth-child(6) img {
  margin-bottom: 12px;
}
.about-catalogi .mini-list .mini-catalog:nth-child(7) img {
  margin-bottom: 10px;
}
.about-catalogi .mini-list .mini-catalog:nth-child(8) img {
  margin-bottom: 10px;
}
.about-catalogi .mini-list .mini-catalog:nth-child(9) img {
  margin-bottom: 10px;
}
.about-catalogi .mini-list .mini-catalog:nth-child(10) img {
  margin-bottom: 16px;
}
.about-catalogi .mini-list .mini-catalog:nth-child(11) img {
  margin-bottom: 8px;
}
.about-catalogi .mini-list .mini-catalog:nth-child(12) img {
  margin-bottom: 8px;
}
.about-catalogi .mini-list .mini-catalog:nth-child(13) img {
  margin-bottom: 12px;
}
.about-catalogi .mini-list .mini-catalog:nth-child(14) img {
  margin-bottom: 16px;
}

.about-best {
  background: #F6FBFF;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
}
.about-best .best-company {
  display: flex;
  margin: 0 auto;
  max-width: 1300px;
  justify-content: space-between;
}
.about-best .best-company .best-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 360px;
  width: 100%;
}
.about-best .best-company .best-item .best-item__img {
  max-width: 80px;
  width: 100%;
}
.about-best .best-company .best-item .best-item__head {
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  margin-top: 29px;
  margin-bottom: 16px;
  letter-spacing: -0.25px;
}
.about-best .best-company .best-item .best-item__title {
  line-height: 22.4px;
  text-align: center;
}

.about-jobs {
  padding-top: 80px;
  padding-bottom: 160px;
}
.about-jobs .about-job {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  flex-direction: row;
}
.about-jobs .about-job .about-content {
  display: flex;
  flex-direction: column;
  padding-top: 152px;
  margin-right: 60px;
}
.about-jobs .about-job .about-content .about-content__head {
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  position: relative;
  letter-spacing: -0.5px;
}
.about-jobs .about-job .about-content .about-content__head .span-head {
  background: #C0E0FF;
  border-radius: 8px;
  width: 80px;
  height: 4px;
  display: block;
  position: absolute;
  bottom: -24px;
}
.about-jobs .about-job .about-content .about-content__text {
  line-height: 26px;
  letter-spacing: -0.3px;
}
.about-jobs .about-job .about-content .about-content__text:nth-child(2) {
  margin-top: 52px;
}
.about-jobs .about-job .about-content .about-content__text:nth-child(3) {
  margin-top: 12px;
  margin-bottom: 12px;
}
.about-jobs .about-job .about-content .about-content__text:nth-child(4) {
  margin-bottom: 12px;
}

.about-director {
  padding-bottom: 80px;
}
.about-director .about-director__header {
  margin-bottom: 60px;
  text-align: center;
  letter-spacing: -0.7px;
}
.about-director .director-photo {
  display: flex;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding-right: 5px;
  padding-left: 5px;
  justify-content: space-between;
}
.about-director .director-photo .photo-item {
  display: flex;
  flex-direction: column;
  max-width: 370px;
  width: 100%;
}
.about-director .director-photo .photo-item .photo-item__head {
  font-size: 24px;
  line-height: 28.8px;
  font-weight: 600;
  margin-top: 16px;
  margin-bottom: 8px;
  letter-spacing: -0.1px;
}
.about-director .director-photo .photo-item .photo-item__title {
  line-height: 22.4px;
  max-width: 344px;
}

.about-quality {
  background: #F6FBFF;
  width: 100%;
  padding: 120px 0;
}
.about-quality .quality-block {
  max-width: 860px;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  align-items: center;
}
.about-quality .quality-block .quality-block__title {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 24px;
  text-align: center;
  letter-spacing: -0.3px;
}
.about-quality .quality-block .quality-block__avtor {
  color: #B3B3B3;
  font-size: 18px;
  line-height: 25px;
}

.main-form {
  background: url("../img/lk-page/bg-lk.png") no-repeat;
  background-size: cover;
}
.form-box__head {
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
  text-align: center;
  margin-bottom: 40px;
}
h1.form-box__head {
  padding: 0;
}
.form-box .form-title {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 30px;
  letter-spacing: -0.2px;
  text-align: center;
}
.form-box {
  background: #FFFFFF;
  border-radius: 16px;
  max-width: 580px;
  width: 100%;
  padding: 70px 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 103.5px auto;
}
.form {
  display: flex;
  flex-direction: column;
  max-width: 420px;
  width: 100%;
}
.form label {
  font-size: 14px;
  color: #8A8A8A;
}
.form label a {
  font-size: 14px;
}
.form label span {
  color: #8A8A8A;
}
.form .form-input {
  border: 0.5px solid #D2D2D2;
  border-radius: 12px;
  background: #FFFFFF;
  width: 100%;
  margin: 5px 0 15px;
  min-height: 44px;
}
.form .input-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
}
.form .input-wrap label {
  font-size: 14px;
  line-height: 14px;
  color: #8A8A8A;
  display: flex;
}
.form .input-wrap label .input-wrap__img {
  margin-left: 8px;
  cursor: pointer;
  position: relative;
}
.form .input-wrap .lable-right a {
  font-size: 14px;
  line-height: 14px;
  color: #8A8A8A;
}
.form .input-wrap .lable-right a:hover {
  color: #3390EB;
}
.wrap-register {
  display: flex;
  font-size: 14px;
  align-items: baseline;
}
.wrap-register .register-link {
  margin-left: 12px;
  position: relative;
  color: #3390EB;
  font-size: 14px;
  font-weight: 600;
  display: block;
  text-decoration: underline;
}
.wrap-register .register-link:hover {
  color: #D3727F;
}
.btn-form {
  background: #3390EB;
  border-radius: 12px;
  color: #FFFFFF;
  font-weight: 700;
  border: 0.5px solid #3390EB;
  padding: 15px 32px;
  margin: 20px;
}
.btn-form:hover {
  background: #FFFFFF;
  border-radius: 12px;
  color: #3390EB;
  border: 0.5px solid #3390EB;
}
.errorMessage {
  color: #D3727F;
  margin: 0 0 20px;
}

.reg-box {
  max-width: 428px;
  width: 100%;
}
.reg-box .reg-tabs {
  display: flex;
  justify-content: space-between;
  border-bottom: 3px solid #F4F4F4;
  border-radius: 8px;
  max-width: 420px;
  margin: 0 8px 0 0;
}
.reg-box .reg-tabs div {
  padding-bottom: 16px;
  color: #B3B3B3;
  position: relative;
  max-width: 210px;
  width: 100%;
  display: flex;
  cursor: pointer;
  justify-content: center;
}
.reg-box .reg-tabs div.active::before {
  color: #464646;
  content: "";
  width: 100%;
  max-width: 210px;
  border-radius: 8px;
  height: 3px;
  background: #FFB0B0;
  position: absolute;
  display: block;
  bottom: -3px;
}
.reg-box .reg-content {
  max-width: 428px;
  width: 100%;
  background: #FFFFFF;
  margin-top: 32px;
}
.reg-box input[type=checkbox] {
  width: auto;
  position: absolute;
  margin-top: 10px;
}
.reg-box input[type=checkbox] ~ label {
  margin: 10px 0 10px 20px;
}
.reg__title {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  margin-top: 32px;
  margin-bottom: 32px;
}

.sale-box {
  padding-top: 24px;
  padding-bottom: 160px;
}
.sale-box .sale-box__head {
  margin: 0 auto 8px;
  text-align: center;
  position: relative;
  max-width: 282px;
  letter-spacing: -0.6px;
}
.sale-box .sale-box__head .sale-bg {
  position: absolute;
  z-index: -1;
  max-width: 282px;
  height: 42px;
  top: 10px;
  left: 0;
  right: 0;
}

.sale-main {
  margin-top: 32px;
  display: flex;
}
.sale-main .sale-list {
  max-width: 280px;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 4px;
}
.sale-main .sale-list .sale-list__head {
  font-size: 24px;
  line-height: 24px;
  color: #FFB0B0;
}
.sale-main .sale-list .accordion {
  width: 100%;
  height: auto;
}
.accordion-header, .accordion-header.active {
  font-size: 16px;
  line-height: 16px;
  color: #464646;
  font-weight: 600;
  outline: none;
  cursor: pointer;
  background: url("../img/category_page/accord-arrow.svg") no-repeat right;
}
.accordion-header.active {
  background: url("../img/category_page/accord-arrow_down.svg") no-repeat right;
}
.filter-list {
  display: none;
}
.filter-list.active {
  display: block;
  margin-top: 12px;
  border-top: 1px solid #DDE4FF;
}
.sale-main .sale-list .accordion .accordion-item {
  background: #FFFFFF;
  margin-top: 24px;
  width: 100%;
  outline: none;
  border: none;
}
.sale-main .sale-list .accordion .ui-accordion-header {
  cursor: pointer;
  outline: none;
  position: relative;
  max-width: 280px;
}

.filter-link {
  font-weight: 300;
  margin-top: 24px;
  letter-spacing: -0.3px;
  cursor: pointer;
}

.chapters_active {
  color: #3390EB;
}

.sale-product {
  display: flex;
  flex-direction: column;
  max-width: 1038px;
  width: 100%;
  margin-left: 40px;
}
.sale-product .sale-links {
  display: flex;
  justify-content: flex-end;
}
.sale-product .sale-links .sale-filt {
  display: flex;
  align-items: center;
  position: relative;
  max-width: 135px;
  width: 100%;
  cursor: pointer;
  font-weight: 600;
  letter-spacing: -0.3px;
  margin-right: 30px;
  background: url("../img/acord-arrow.svg") no-repeat right center;
}
.sale-product .sale-links .sale-filt img {
  margin-left: 8px;
  width: 8px;
  height: 8px;
}
.sale-product .sale-links .sale-filt .filtr-box {
  position: absolute;
  width: 267px;
  background: #FFFFFF;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16);
  border-radius: 12px;
  padding: 32px 0 32px 32px;
  display: none;
  flex-direction: column;
  z-index: 11;
  top: 37px;
  right: -110px;
}
.sale-product .sale-links .sale-filt .filtr-box .filtr-box__item:not(:first-child) {
  margin-top: 24px;
}
.sale-product .sale-links .sale-filt .filtr-box .filtr-box__item:hover {
  color: #3390EB;
  cursor: pointer;
}
.sale-product .sale-links .sale-filt .filtr-box.active {
  display: flex;
}
.sale-product .sale-links .sale-filt.active {
  background: url("../img/accord-arrow-active.svg") no-repeat right center;
}
.sale-product .sale-links .sale-menu {
  display: flex;
  background: #F5FAFF;
  border-radius: 12px;
  border: none;
  align-items: center;
  max-width: 80px;
  width: 100%;
  padding: 8px 0 8px 16px;
}
.sale-product .sale-links .sale-menu .sale-menu1 {
  margin-right: 16px;
  cursor: pointer;
}
.sale-product .sale-links .sale-menu .sale-menu2 {
  cursor: pointer;
}
.sale-product .sale-catalog {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin-top: 20px;
  justify-content: space-between;
}
.sale-product .sale-catalog .sale-item {
  display: flex;
  flex-direction: column;
  min-height: 450px;
  max-height: 474px;
  max-width: 330px;
  width: 100%;
  position: relative;
  padding-bottom: 19px;
  margin-bottom: 24px;
  cursor: pointer;
}
.sale-product .sale-catalog .sale-item .sale-item__img {
  position: relative;
  border-radius: 12px;
}
.sale-item__like {
  position: absolute;
  right: 17px;
  top: 17px;
  cursor: pointer;
}
.sale-product .sale-catalog .sale-item .sale-item__title {
  font-weight: 600;
  line-height: 20px;
  margin-top: 16px;
  margin-bottom: 10px;
  letter-spacing: -0.3px;
  max-width: 300px;
}
.sale-product .sale-catalog .sale-item .sale-item__number {
  color: #B3B3B3;
}
.sale-product .sale-catalog .sale-item:nth-child(7) {
  margin-top: -19px;
}
.sale-product .sale-catalog .sale-item:nth-child(8) {
  margin-top: -19px;
}
.sale-product .sale-catalog .sale-item:nth-child(9) {
  margin-top: -19px;
}
.sale-product .sale-more {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  margin-top: 13px;
}
.sale-product .sale-more .sale-link-pre, .sale-product .sale-more .sale-link-next {
  display: flex;
  align-items: center;
  max-width: 83px;
  width: 100%;
  font-weight: 600;
  color: #C0E0FF;
  font-size: 18px;
  cursor: pointer;
}
.sale-product .sale-more .sale-next__img {
  margin-left: 11px;
}
.sale-product .sale-more .sale-pre__img {
  margin-right: 12px;
}
.sale-product .sale-more .sale-link-pre.active {
  color: #3390EB;
}
.sale-product .sale-more .sale-link-next.active {
  color: #3390EB;
}

.view-box {
  padding: 60px 0;
}
.view-box .view-box__head {
  margin-bottom: 48px;
  text-align: center;
  letter-spacing: -0.5px;
}
.view-box .view-block {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.view-box .view-block .view-block__link {
  display: flex;
  align-items: center;
  transform: rotate(-90deg);
  background: #3390EB;
  border-radius: 16px;
  justify-content: center;
  min-height: 104px;
  max-height: 104px;
  max-width: 266px;
  width: 100%;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  color: #FFFFFF;
  position: absolute;
  left: 7px;
  top: 222px;
}
.view-box .view-block .view-block__link img {
  margin-left: 16px;
}
.view-box .view-block .footer-slider {
  width: 100%;
  height: 100%;
  /*max-width: 1045px;*/
}
.view-box .view-block .footer-slider .sale-item {
  display: flex;
  flex-direction: column;
  min-height: 450px;
  max-height: 474px;
  max-width: 330px;
  width: 100%;
  position: relative;
  margin-bottom: 60px;
  margin-right: 18px;
  margin-left: 5px;
  padding-bottom: 19px;
}
.view-box .view-block .footer-slider .sale-item .sale-item__img {
  position: relative;
  border-radius: 12px;
}
.view-box .view-block .footer-slider .sale-item .sale-item__title {
  font-weight: 600;
  line-height: 20px;
  margin-top: 16px;
  margin-bottom: 10px;
  max-width: 300px;
}
.view-box .view-block .footer-slider .sale-item .sale-item__number {
  color: #B3B3B3;
}
.view-box .view-block .footer-slider .slide-foot.slick-slide {
  max-width: 1038px;
  width: 100%;
  height: 100%;
}
.view-box .view-block .footer-slider .slick-slide:focus {
  outline: none;
}
.view-box .view-block .footer-slider .slick-dots {
  display: flex;
  justify-content: center;
  margin-top: -6px;
}
.view-box .view-block .footer-slider .slick-dots li {
  list-style: none;
  height: 4px;
}
.view-box .view-block .footer-slider .slick-dots li button {
  width: 345px;
  height: 4px;
  border-radius: 8px;
  background: #EBEBEB;
  cursor: pointer;
  font-size: 0;
  border: none;
}
.view-box .view-block .footer-slider .slick-dots li.slick-active button {
  background: #C0E0FF;
  width: 345px;
  height: 4px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 0;
  border: none;
}
.view-box .view-block .footer-slider .slick-track {
  display: flex;
}
.view-box .view-block .footer-slider .slick-list {
  overflow: hidden;
}

.catalog-box {
  padding-bottom: 60px;
}
.catalog-box .catalog-box__head {
  margin: 0 auto 8px;
  text-align: center;
  position: relative;
  max-width: 272px;
  letter-spacing: -0.6px;
}
.catalog-box .catalog-box__head .catalog-bg {
  position: absolute;
  z-index: -1;
  max-width: 312px;
  height: 29px;
  top: 19px;
  left: -18px;
  right: 0;
}
.catalog-box .catalog-main {
  display: flex;
}
.catalog-box .catalog-main .catalog-list {
  max-width: 280px;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 4px;
}
.catalog-box .catalog-main .catalog-list .catalog-list__head {
  font-size: 24px;
  line-height: 24px;
  color: #FFB0B0;
}
.accordion {
  width: 100%;
  height: auto;
}
.filter-list {
  display: none;
}
.filter-list.active {
  display: block;
  margin-top: 12px;
  border-top: 1px solid #DDE4FF;
}
.catalog-box .catalog-main .catalog-list .accordion .accordion-item {
  background: #FFFFFF;
  margin-top: 24px;
  width: 100%;
  outline: none;
  border: none;
}
.catalog-box .catalog-main .catalog-list .accordion .ui-accordion-header {
  cursor: pointer;
  outline: none;
  position: relative;
  max-width: 280px;
}
.filter-link {
  margin-top: 24px;
  cursor: pointer;
  display: flex;
}
.filter-link .lable-check {
  display: inline-block;
  cursor: pointer;
  position: relative;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: -0.3px;
  padding-left: 20px;
}
.js-productListReturn {
  height: 25px;
  border: 0;
  cursor: pointer;
  width: 25px;
  margin: 5px 15px 10px;
}

.catalog-box .catalogs-product {
  display: flex;
  flex-direction: column;
  max-width: 1038px;
  width: 100%;
  margin-left: 40px;
}
.catalog-box .catalogs-product .catalogs-links {
  display: flex;
  justify-content: flex-end;
}
.catalog-box .catalogs-product .catalogs-links .catalogs-filt {
  display: flex;
  align-items: center;
  position: relative;
  max-width: 135px;
  width: 100%;
  cursor: pointer;
  font-weight: 600;
  letter-spacing: -0.3px;
  margin-right: 30px;
  background: url("../img/acord-arrow.svg") no-repeat right center;
}
.catalog-box .catalogs-product .catalogs-links .catalogs-filt img {
  margin-left: 8px;
  width: 8px;
  height: 8px;
}
.catalog-box .catalogs-product .catalogs-links .catalogs-filt .filtr-box {
  position: absolute;
  width: 267px;
  background: #FFFFFF;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16);
  border-radius: 12px;
  padding: 32px 0 32px 32px;
  display: none;
  flex-direction: column;
  z-index: 11;
  top: 37px;
  right: -110px;
}
.filtr-box a {
  color: #464646;
}
.filtr-box a:not(:first-child):not(:last-child) {
  margin-top: 24px;
}
.filtr-box a:hover {
  color: #3390EB;
}
.catalog-box .catalogs-product .catalogs-links .catalogs-filt .filtr-box.active {
  display: flex;
}
.catalog-box .catalogs-product .catalogs-links .catalogs-filt.active {
  background: url("../img/accord-arrow-active.svg") no-repeat right center;
}
.view-switcher-block {
  background: #F5FAFF;
  border-radius: 12px;
  border: none;
  align-items: center;
  max-width: 80px;
  width: 100%;
  padding: 8px 0 8px 16px;
}
.view-switcher {
  margin-right: 16px;
  float: left;
}
.items {
  width: 100%;
  margin-top: 20px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.cabinet-history .items {
  display: unset;
}
.sale-item {
  display: flex;
  flex-direction: column;
  min-height: 450px;
  max-height: 474px;
  max-width: 330px;
  width: 100%;
  position: relative;
  padding-bottom: 19px;
  margin-bottom: 24px;
}
.sale-item .sale-item__img {
  position: relative;
  border-radius: 12px;
  cursor: pointer;
  height: 330px;
}
.sale-item .sale-item-img-aiv {
  display: block;
}
.sale-item .sale-item__title {
  font-weight: 600;
  line-height: 20px;
  margin-top: 16px;
  margin-bottom: 10px;
  letter-spacing: -0.3px;
  max-width: 300px;
}
.sale-item .sale-item__number {
  color: #B3B3B3;
}
.sale-price {
  display: flex;
  font-size: 24px;
  line-height: 24px;
  align-items: flex-start;
  margin-top: 10px;
  color: #3390EB;
  font-weight: 700;
}
.sale-price span {
  color: #D2D2D2;
  font-weight: 700;
  margin-left: 12px;
  text-decoration: line-through;
}
.sale-price.active {
  font-weight: 700;
  color: #D3727F;
  font-size: 24px;
}
.sale-item:nth-child(7) {
  margin-top: -19px;
}
.sale-item:nth-child(8) {
  margin-top: -19px;
}
.catalog-box .catalogs-product .sale-catalog .sale-item:nth-child(9) {
  margin-top: -19px;
}
.catalog-box .catalogs-product .sale-more {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  margin-top: 13px;
}
.catalog-box .catalogs-product .sale-more .sale-link-pre, .catalog-box .catalogs-product .sale-more .sale-link-next {
  display: flex;
  align-items: center;
  max-width: 83px;
  width: 100%;
  font-weight: 600;
  color: #C0E0FF;
  font-size: 18px;
  cursor: pointer;
}
.catalog-box .catalogs-product .sale-more .sale-next__img {
  margin-left: 11px;
}
.catalog-box .catalogs-product .sale-more .sale-pre__img {
  margin-right: 12px;
}
.catalog-box .catalogs-product .sale-more .sale-link-pre.active {
  color: #3390EB;
}
.catalog-box .catalogs-product .sale-more .sale-link-next.active {
  color: #3390EB;
}
.catalog-box .catalogs-product .catalogs-box2 {
  display: flex;
  flex-direction: column;
  max-width: 1040px;
  width: 100%;
  margin-top: 20px;
}
.catalog-box .catalogs-product .catalogs-box2 .box2-unit {
  display: flex;
  width: 100%;
  position: relative;
  padding-bottom: 24px;
}
.catalog-box .catalogs-product .catalogs-box2 .box2-unit .unit-img {
  position: relative;
  cursor: pointer;
}
.catalog-box .catalogs-product .catalogs-box2 .box2-unit .unit-img a img {
  max-width: 200px;
  max-height: 200px;
  min-width: 200px;
  border-radius: 16px;
}
.catalog-box .catalogs-product .catalogs-box2 .box2-unit .unit-title {
  display: flex;
  flex-direction: column;
  max-width: 350px;
  width: 100%;
  margin-left: 24px;
}
.catalog-box .catalogs-product .catalogs-box2 .box2-unit .unit-title .unit-title__text {
  font-weight: 600;
  line-height: 19px;
  margin-bottom: 16px;
  letter-spacing: -0.2px;
}
.catalog-box .catalogs-product .catalogs-box2 .box2-unit .unit-title .unit-title__number {
  font-size: 14px;
  color: #B3B3B3;
  margin-bottom: 24px;
}
.catalog-box .catalogs-product .catalogs-box2 .box2-unit .unit-title .unit-title__sale {
  margin-bottom: 8px;
  font-weight: 600;
  color: #D2D2D2;
  text-decoration: line-through;
}
.catalog-box .catalogs-product .catalogs-box2 .box2-unit .unit-title .unit-title__price {
  color: #3390EB;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 24px;
}
.catalog-box .catalogs-product .catalogs-box2 .box2-unit .unit-title .unit-title__price.active {
  color: #D3727F;
  font-weight: 700;
  font-size: 24px;
}
.catalog-box .catalogs-product .catalogs-box2 .box2-unit .unit-title .catalogs-likes {
  max-width: 189px;
  position: relative;
  cursor: pointer;
  margin-top: 24px;
}
.catalog-box .catalogs-product .catalogs-box2 .box2-unit .unit-title .unit-title__like {
  max-width: 189px;
  position: relative;
  color: #B3B3B3;
  cursor: pointer;
  letter-spacing: -0.2px;
  display: flex;
  background: url("../img/category_page/like-category.svg") no-repeat left center;
  padding-left: 22px;
}
.catalog-box .catalogs-product .catalogs-box2 .box2-unit .unit-title .unit-title__like span {
  bottom: -4px;
  left: 0;
  width: 189px;
  height: 0.1px;
  background: #B3B3B3;
  position: absolute;
  display: block;
}
.catalog-box .catalogs-product .catalogs-box2 .box2-unit .unit-title .unit-title__like.hide {
  display: none;
}
.catalog-box .catalogs-product .catalogs-box2 .box2-unit .unit-title .unit-title__likes {
  max-width: 189px;
  position: relative;
  color: #D3727F;
  cursor: pointer;
  letter-spacing: -0.2px;
  background: url("../img/pink-like-active.svg") no-repeat left center;
  padding-left: 22px;
}
.catalog-box .catalogs-product .catalogs-box2 .box2-unit .unit-title .unit-title__likes span {
  bottom: -4px;
  left: 0;
  width: 189px;
  height: 0.1px;
  background: #D3727F;
  position: absolute;
  display: block;
}
.catalog-box .catalogs-product .catalogs-box2 .box2-unit .unit-title .unit-title__likes.show {
  display: block;
}
.catalog-box .catalogs-product .catalogs-box2 .box2-unit form {
  position: relative;
  width: 100%;
}
.catalog-box .catalogs-product .catalogs-box2 .box2-unit .unit-size {
  margin: 32px 60px 0 0;
}
.catalog-box .catalogs-product .catalogs-box2 .box2-unit .unit-size .unit-size-row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
.catalog-box .catalogs-product .catalogs-box2 .box2-unit .unit-size .unit-size-row .size-number {
  font-size: 14px;
  color: #B3B3B3;
  min-width: 60px;
}
.catalog-box .catalogs-product .catalogs-box2 .box2-unit .unit-size .unit-size-row .size-paramet {
  font-size: 14px;
  font-weight: 300;
  margin-left: 16px;
  margin-right: 16px;
  text-align: right;
}
.catalog-box .catalogs-product .catalogs-box2 .box2-unit .unit-size .unit-size-row .size-calc {
  display: flex;
  max-width: 97px;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.catalog-box .catalogs-product .catalogs-box2 .box2-unit .unit-size .unit-size-row .size-calc button {
  border: none;
  outline: none;
  cursor: pointer;
}
.catalog-box .catalogs-product .catalogs-box2 .box2-unit .unit-size .unit-size-row .size-calc .size_minus {
  background: url("../img/category_page/size-pre.svg") no-repeat;
  width: 16px;
  height: 16px;
}
.catalog-box .catalogs-product .catalogs-box2 .box2-unit .unit-size .unit-size-row .size-calc .size_plus {
  background: url("../img/category_page/size-next.svg") no-repeat;
  width: 16px;
  height: 16px;
}
.catalog-box .catalogs-product .catalogs-box2 .box2-unit .unit-size .unit-size-row .size-calc .size-calc__number {
  border: 1px solid #C0E0FF;
  border-radius: 12px;
  max-width: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  min-height: 26px;
  width: 100%;
  text-align: center;
}
.catalog-box .catalogs-product .catalogs-box2 .box2-unit .unit-size .unit-size-row:not(:last-child) {
  margin-bottom: 16px;
}
.catalog-box .catalogs-product .catalogs-box2 .box2-unit .add-bascket {
  max-width: 152px;
  width: 100%;
  max-height: 36px;
  min-height: 36px;
  font-size: 14px;
  font-weight: 600;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #3390EB;
  border-radius: 12px;
  transform: rotate(-90deg);
  position: absolute;
  right: -58px;
  top: 91px;
  padding-top: 2px;
  outline: none;
  border: none;
}
.catalog-box .catalogs-product .catalogs-box2 .box2-unit .add-bascket img {
  margin-top: -2px;
  margin-right: 8px;
  transform: rotate(90deg);
}
.catalog-box .catalogs-product .catalogs-box2 .box2-unit::before {
  content: "";
  width: 78%;
  height: 1px;
  background: #E2E2E2;
  display: block;
  position: absolute;
  bottom: 0;
  left: 225px;
}
.catalog-box .catalogs-product .catalogs-box2 .box2-unit:not(:first-child) {
  margin-top: 24px;
}
.catalog-box .catalogs-product .catalogs-box2 .box2-unit:last-child::before {
  content: "";
  width: 78%;
  height: 0;
  background: #E2E2E2;
  display: block;
  position: absolute;
  bottom: 0;
  left: 225px;
}

.one-product {
  padding-top: 40px;
  padding-bottom: 80px;
}
.one-product .product-boxs {
  display: flex;
}
.one-product .product-boxs .product-boxs_1 {
  display: flex;
  flex-direction: column;
  position: relative;
}
.one-product .product-boxs .product-boxs_1 .slider-product {
  position: relative;
  max-width: 720px;
}
.one-product .product-boxs .product-boxs_1 .slider-product .slide-product {
  max-width: 100%;
  max-height: 100%;
  margin-bottom: 15px;
  background: none;
}
.one-product .product-boxs .product-boxs_1 .slider-product .slide-product.slick-slide {
  border-radius: 16px;
  background: none;
}
.one-product .product-boxs .product-boxs_1 .slider-product .slide-product-img {
  border-radius: 16px;
  width: 100%;
  background: none;
}
.one-product .product-boxs .product-boxs_1 .slider-product .slider-btns__arrow {
  display: block;
  width: 67px;
  background: rgba(110, 156, 159, 0.1);
  padding-left: 25px;
  padding-top: 20px;
  border: none;
  outline: none;
}
.one-product .product-boxs .product-boxs_1 .slider-product .slick-prev.slick-arrow {
  font-size: 0;
  border: none;
  outline: none;
  background: url("../img/product_page/arrow-pre.svg") no-repeat;
  width: 32px;
  height: 32px;
  display: block;
  position: absolute;
  z-index: 2;
  cursor: pointer;
  top: 46.7%;
  left: 20px;
}
.one-product .product-boxs .product-boxs_1 .slider-product .slick-next.slick-arrow {
  font-size: 0;
  border: none;
  outline: none;
  background: url("../img/product_page/arrow-next.svg") no-repeat;
  width: 32px;
  height: 32px;
  display: block;
  position: absolute;
  z-index: 2;
  cursor: pointer;
  top: 46.7%;
  right: 5px;
}
.one-product .product-boxs .product-boxs_1 .slider-product .slick-track {
  display: flex;
}
.one-product .product-boxs .product-boxs_1 .slider-product .slick-list {
  overflow: hidden;
}
.one-product .product-boxs .product-boxs_1 .slider-product .slider-controll {
  display: flex;
  max-width: 280px;
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 7%;
  left: 32%;
  justify-content: center;
}
.one-product .product-boxs .product-boxs_1 .slider-product .slider-controll li {
  list-style: none;
  height: 4px;
}
.one-product .product-boxs .product-boxs_1 .slider-product .slider-controll li button {
  width: 40px;
  height: 4px;
  cursor: pointer;
  background: #D2D2D2;
  border-radius: 8px;
  margin-right: 20px;
  font-size: 0;
  border: none;
}
.one-product .product-boxs .product-boxs_1 .slider-product .slider-controll li.slick-active button {
  background: #FFFFFF;
  border-radius: 8px;
  width: 40px;
  height: 4px;
  cursor: pointer;
  font-size: 0;
  border: none;
}
.one-product .product-boxs .product-boxs_1 .slider-product2 {
  position: relative;
  max-width: 720px;
}
.one-product .product-boxs .product-boxs_1 .slider-product2 .slide2-product {
  max-width: 230px;
  min-width: 230px;
  max-height: 100%;
  margin-bottom: 10px;
  background: none;
  margin-right: 5px;
  margin-left: 5px;
  cursor: pointer;
  border: 4px solid #FFFFFF;
}
.one-product .product-boxs .product-boxs_1 .slider-product2 .slide2-product.slick-slide {
  border-radius: 16px;
  background: #CECED6;
}
.one-product .product-boxs .product-boxs_1 .slider-product2 .slide2-product-img {
  border-radius: 16px;
  width: 100%;
  background: none;
}
.one-product .product-boxs .product-boxs_1 .slider-product2 .slick-track {
  display: flex;
  max-width: 720px;
  flex-wrap: wrap;
  transform: none !important;
}
.one-product .product-boxs .product-boxs_1 .slider-product2 .slick-active {
  border: 4px solid #C0E0FF;
  border-radius: 16px;
}
.one-product .product-boxs .product-boxs_1 .slider-product2 .slick-list {
  overflow: hidden;
}
.one-product .product-boxs .product-boxs_1 .inta-link {
  border: 1px solid #C0E0FF;
  border-radius: 12px;
  background: #FFFFFF;
  max-width: 368px;
  width: 100%;
  min-height: 56px;
  letter-spacing: -0.1px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #464646;
  padding: 16px 22px 16px 16px;
  margin-top: 32px;
}
.one-product .product-boxs .product-box_2 {
  margin-left: 80px;
  width: 100%;
}
.one-product .product-boxs .product-box_2 .product-art {
  font-size: 14px;
  color: #B3B3B3;
}
.one-product .product-boxs .product-box_2 .product__head {
  font-size: 42px;
  letter-spacing: -0.5px;
  font-weight: 600;
  margin-top: 8px;
  margin-bottom: 32px;
  line-height: 50px;
}
.one-product .product-boxs .product-box_2 .product__number {
  font-weight: 700;
  font-size: 24px;
  color: #D2D2D2;
  text-decoration: line-through;
}
.one-product .product-boxs .product-box_2 .product__price {
  font-weight: 700;
  font-size: 32px;
  color: #3390EB;
  margin-top: 12px;
  margin-bottom: 40px;
  position: relative;
  display: flex;
  align-items: center;
}
.one-product .product-boxs .product-box_2 .product__price span {
  color: #3390EB;
  font-size: 32px;
  font-weight: 400;
  margin-left: 10px;
}
.one-product .product-boxs .product-box_2 .product__price::before {
  width: 24px;
  height: 24px;
  position: absolute;
  display: block;
  background: url("../img/category_page/pagination-icon.svg") no-repeat;
  right: 46%;
  top: 0;
  background-size: cover;
}
.one-product .product-boxs .product-box_2 form .product-tabl {
  display: flex;
  max-width: 560px;
  width: 100%;
}
.one-product .product-boxs .product-box_2 form .product-tabl .unit-size {
  display: flex;
  flex-direction: column;
  max-width: 560px;
  width: 100%;
}
.one-product .product-boxs .product-box_2 form .product-tabl .unit-size .units-head {
  display: flex;
  width: 100%;
  margin-top: -2px;
  justify-content: space-between;
}
.one-product .product-boxs .product-box_2 form .product-tabl .unit-size .units-head .unit-tabl__title {
  display: flex;
  align-items: center;
  position: relative;
  color: #B3B3B3;
  cursor: pointer;
}
.one-product .product-boxs .product-box_2 form .product-tabl .unit-size .units-head .unit-tabl__title .unit-tabl__img {
  margin-right: 12px;
}
.one-product .product-boxs .product-box_2 form .product-tabl .unit-size .units-head .unit-tabl__title::before {
  content: "";
  width: 147px;
  height: 0.2px;
  background: #B3B3B3;
  display: block;
  position: absolute;
  bottom: -2px;
  left: 30px;
}
.one-product .product-boxs .product-box_2 form .product-tabl .unit-size .unit-size-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 24px;
}
.one-product .product-boxs .product-box_2 form .product-tabl .unit-size .unit-size-row .size-number {
  font-size: 14px;
  color: #B3B3B3;
}
.one-product .product-boxs .product-box_2 form .product-tabl .unit-size .unit-size-row .size-number .unit-tabl__massege {
  font-size: 14px;
  color: #3390EB;
  position: relative;
  margin-right: 6px;
}
.one-product .product-boxs .product-box_2 form .product-tabl .unit-size .unit-size-row .size-number .unit-tabl__massege::before {
  content: "";
  width: 69px;
  height: 0.7px;
  background: #3390EB;
  display: block;
  bottom: -2px;
  position: absolute;
}
.one-product .product-boxs .product-box_2 form .product-tabl .unit-size .unit-size-row .size-paramet {
  font-size: 14px;
  font-weight: 300;
  margin-right: 15px;
  width: 100%;
  max-width: 175px;
}
.one-product .product-boxs .product-box_2 form .product-tabl .unit-size .unit-size-row .size-calc {
  display: flex;
  max-width: 95px;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-right: auto;
}
.one-product .product-boxs .product-box_2 form .product-tabl .unit-size .unit-size-row .size-calc button {
  border: none;
  outline: none;
  cursor: pointer;
}
.one-product .product-boxs .product-box_2 form .product-tabl .unit-size .unit-size-row .size-calc .size_minus {
  background: url("../img/category_page/size-pre.svg") no-repeat;
  width: 16px;
  height: 16px;
}
.one-product .product-boxs .product-box_2 form .product-tabl .unit-size .unit-size-row .size-calc .size_plus {
  background: url("../img/category_page/size-next.svg") no-repeat;
  width: 16px;
  height: 16px;
}
.one-product .product-boxs .product-box_2 form .product-tabl .unit-size .unit-size-row .size-calc .size_minus:hover {
  opacity: 0.7;
}
.one-product .product-boxs .product-box_2 form .product-tabl .unit-size .unit-size-row .size-calc .size_plus:hover {
  opacity: 0.7;
}
.one-product .product-boxs .product-box_2 form .product-tabl .unit-size .unit-size-row .size-calc .size-calc__number {
  border: 1px solid #C0E0FF;
  border-radius: 12px;
  max-width: 49px;
  display: flex;
  font-size: 14px;
  min-height: 26px;
  text-align: center;
  width: 100%;
}
.one-product .product-boxs .product-box_2 form .product-tabl .unit-size .unit-size-row:nth-child(2) {
  margin-top: 22px;
}
.one-product .product-boxs .product-box_2 form .product-btns {
  display: flex;
  max-width: 432px;
  width: 100%;
  margin-top: 40px;
}
.one-product .product-boxs .product-box_2 form .product-btns .product-bascket {
  max-width: 218px;
  width: 100%;
  background: #3390EB;
  border: 1px solid #3390EB;
  border-radius: 12px;
  font-weight: 700;
  color: #FFFFFF;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.one-product .product-boxs .product-box_2 form .product-btns .product-bascket:hover {
  border: 1px solid #3390EB;
  color: #3390EB;
  background: #FFFFFF;
  outline: none;
}
.one-product .product-boxs .product-box_2 form .product-btns .products-like {
  margin-right: 0;
  margin-left: auto;
  border: 1px solid #D3727F;
  color: #D3727F;
  font-weight: 700;
  background: #ffffff;
  max-width: 198px;
  border-radius: 12px;
  min-height: 48px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.one-product .product-boxs .product-box_2 form .product-btns .products-like img {
  margin-right: 12px;
}
.one-product .product-boxs .product-box_2 form .product-btns .products-like:hover {
  background: #3390EB;
}
.one-product .product-boxs .product-box_2 .product-info {
  width: 100%;
  max-width: 560px;
  margin-top: 40px;
}
.one-product .product-boxs .product-box_2 .product-info .products-heads {
  display: flex;
  max-width: 560px;
  width: 100%;
  border-bottom: 3px solid #F4F4F4;
  border-radius: 8px;
}
.one-product .product-boxs .product-box_2 .product-info .products-heads .product-tab {
  cursor: pointer;
  color: #B2B2B2;
  padding-bottom: 16px;
  position: relative;
}
.one-product .product-boxs .product-box_2 .product-info .products-heads .product-tab:nth-child(2) {
  margin-right: 60px;
  margin-left: 60px;
}
.one-product .product-boxs .product-box_2 .product-info .products-heads .product-tab.active::before {
  content: "";
  position: absolute;
  bottom: -4px;
  color: #464646;
  width: 100%;
  height: 5px;
  background: #FFB0B0;
  border-radius: 8px;
}
.one-product .product-boxs .product-box_2 .product-info .tabs-content.active {
  display: flex;
  max-width: 560px;
  width: 100%;
  margin-top: 24px;
}
.one-product .product-boxs .product-box_2 .product-info .tabs-content.active .tabs-text {
  display: flex;
  flex-direction: column;
  max-width: 560px;
  width: 100%;
}
.one-product .product-boxs .product-box_2 .product-info .tabs-content.active .tabs-text .tabs-row {
  padding: 16px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  line-height: normal;
}
.one-product .product-boxs .product-box_2 .product-info .tabs-content.active .tabs-text .tabs-row .tabs-row__name {
  font-weight: 600;
}
.one-product .product-boxs .product-box_2 .product-info .tabs-content.active .tabs-text .tabs-row .tabs-row__title {
  font-weight: 300;
  margin-right: 0;
  margin-left: auto;
}
.one-product .product-boxs .product-box_2 .product-info .tabs-content.active .tabs-text .tabs-row a.tabs-row__title {
  font-weight: 300;
  color: #3390EB;
  position: relative;
}
.one-product .product-boxs .product-box_2 .product-info .tabs-content.active .tabs-text .tabs-row a.tabs-row__title::before {
  content: "";
  width: 100%;
  height: 0.7px;
  display: block;
  background: #3390EB;
  position: absolute;
  bottom: -2px;
}
.one-product .product-boxs .product-box_2 .product-info .tabs-content.active .tabs-text .tabs-row:nth-child(odd) {
  background: #F5FAFF;
}
.one-product .product-boxs .product-box_2 .product-info .tabs-content.active .tabs-text .tabs-row:nth-child(even) {
  background: #FAFCFF;
}
.one-product .product-boxs .product-box_2 .product-info .tabs-content.active .tabs-text .tabs-row:first-child {
  border-radius: 8px 8px 0 0;
}
.one-product .product-boxs .product-box_2 .product-info .tabs-content.active .tabs-text .tabs-row:last-child {
  border-radius: 0 0 8px 8px;
}
.one-product .product-boxs .product-box_2 .product-info .tabs-content {
  display: none;
}

.view-box2 {
  padding-bottom: 160px;
}
.view-box2 .view-box__head {
  margin: 0 0 48px 0;
  text-align: center;
  letter-spacing: -0.5px;
}
.view-box2 .view-block {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.view-box2 .view-block .view-block__link {
  display: flex;
  align-items: center;
  transform: rotate(-90deg);
  background: #3390EB;
  border-radius: 16px;
  justify-content: center;
  min-height: 104px;
  max-height: 104px;
  max-width: 266px;
  width: 100%;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  color: #FFFFFF;
  position: absolute;
  left: 7px;
  top: 222px;
}
.view-box2 .view-block .view-block__link img {
  margin-left: 16px;
}
.view-box2 .view-block .products-slider {
  width: 100%;
  height: 100%;
  max-width: 1360px;
}
.view-box2 .view-block .products-slider .sale-item {
  display: flex;
  flex-direction: column;
  min-height: 450px;
  max-height: 455px;
  max-width: 322px;
  width: 100%;
  position: relative;
  margin-bottom: 60px;
  margin-right: 24px;
  padding-bottom: 19px;
}
.view-box2 .view-block .products-slider .sale-item .sale-item__img {
  position: relative;
  border-radius: 12px;
}
.view-box2 .view-block .products-slider .sale-item .sale-item__title {
  font-weight: 600;
  line-height: 20px;
  margin-top: 16px;
  margin-bottom: 10px;
  max-width: 300px;
}
.view-box2 .view-block .products-slider .sale-item .sale-item__number {
  color: #B3B3B3;
}
.view-box2 .view-block .products-slider .slide-products.slick-slide {
  max-width: 1360px;
  width: 100%;
  height: 100%;
}
.view-box2 .view-block .products-slider .slide-products:focus {
  outline: none;
}
.view-box2 .view-block .products-slider .slick-dots {
  display: flex;
  justify-content: center;
  max-width: 1200px;
  width: 100%;
  margin-top: -6px;
}
.view-box2 .view-block .products-slider .slick-dots li {
  list-style: none;
  height: 5px;
}
.view-box2 .view-block .products-slider .slick-dots li button {
  width: 345px;
  height: 4px;
  border-radius: 8px;
  background: #EBEBEB;
  cursor: pointer;
  font-size: 0;
  border: none;
}
.view-box2 .view-block .products-slider .slick-dots li.slick-active button {
  background: #C0E0FF;
  width: 345px;
  height: 5px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 0;
  border: none;
}
.view-box2 .view-block .products-slider .slick-track {
  display: flex;
}
.view-box2 .view-block .products-slider .slick-list {
  overflow: hidden;
}

.one-product2 {
  padding-top: 40px;
  padding-bottom: 80px;
}
.one-product2 .product-boxs {
  display: flex;
}
.one-product2 .product-boxs .product-boxs_1 {
  display: flex;
  flex-direction: column;
  position: relative;
}
.one-product2 .product-boxs .product-boxs_1 .slider-product {
  position: relative;
  max-width: 720px;
}
.one-product2 .product-boxs .product-boxs_1 .slider-product .slide-product {
  max-width: 100%;
  max-height: 100%;
  margin-bottom: 15px;
  background: none;
}
.one-product2 .product-boxs .product-boxs_1 .slider-product .slide-product.slick-slide {
  border-radius: 16px;
  background: none;
}
.one-product2 .product-boxs .product-boxs_1 .slider-product .slide-product-img {
  border-radius: 16px;
  width: 100%;
  background: none;
}
.one-product2 .product-boxs .product-boxs_1 .slider-product .slider-btns__arrow {
  display: block;
  width: 67px;
  background: rgba(110, 156, 159, 0.1);
  padding-left: 25px;
  padding-top: 20px;
  border: none;
  outline: none;
}
.one-product2 .product-boxs .product-boxs_1 .slider-product .slick-prev.slick-arrow {
  font-size: 0;
  border: none;
  outline: none;
  background: url("../img/product_page/arrow-pre.svg") no-repeat;
  width: 32px;
  height: 32px;
  display: block;
  position: absolute;
  z-index: 2;
  cursor: pointer;
  top: 46.7%;
  left: 20px;
}
.one-product2 .product-boxs .product-boxs_1 .slider-product .slick-next.slick-arrow {
  font-size: 0;
  border: none;
  outline: none;
  background: url("../img/product_page/arrow-next.svg") no-repeat;
  width: 32px;
  height: 32px;
  display: block;
  position: absolute;
  z-index: 2;
  cursor: pointer;
  top: 46.7%;
  right: 5px;
}
.one-product2 .product-boxs .product-boxs_1 .slider-product .slick-track {
  display: flex;
}
.one-product2 .product-boxs .product-boxs_1 .slider-product .slick-list {
  overflow: hidden;
}
.one-product2 .product-boxs .product-boxs_1 .slider-product .slider-controll {
  display: flex;
  max-width: 280px;
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 7%;
  left: 32%;
}
.one-product2 .product-boxs .product-boxs_1 .slider-product .slider-controll li {
  list-style: none;
  height: 4px;
}
.one-product2 .product-boxs .product-boxs_1 .slider-product .slider-controll li button {
  width: 40px;
  height: 4px;
  cursor: pointer;
  background: #D2D2D2;
  border-radius: 8px;
  margin-right: 20px;
  font-size: 0;
  border: none;
}
.one-product2 .product-boxs .product-boxs_1 .slider-product .slider-controll li.slick-active button {
  background: #FFFFFF;
  border-radius: 8px;
  width: 40px;
  height: 4px;
  cursor: pointer;
  font-size: 0;
  border: none;
}
.one-product2 .product-boxs .product-boxs_1 .slider-product2 {
  position: relative;
  max-width: 720px;
}
.one-product2 .product-boxs .product-boxs_1 .slider-product2 .slide2-product {
  max-width: 230px;
  min-width: 230px;
  max-height: 100%;
  margin-bottom: 10px;
  background: none;
  margin-right: 5px;
  margin-left: 5px;
  cursor: pointer;
  border: 4px solid #FFFFFF;
}
.one-product2 .product-boxs .product-boxs_1 .slider-product2 .slide2-product.slick-slide {
  border-radius: 16px;
  background: #CECED6;
}
.one-product2 .product-boxs .product-boxs_1 .slider-product2 .slide2-product-img {
  border-radius: 16px;
  width: 100%;
  background: none;
}
.one-product2 .product-boxs .product-boxs_1 .slider-product2 .slick-track {
  display: flex;
  max-width: 720px;
  flex-wrap: wrap;
  transform: none !important;
}
.one-product2 .product-boxs .product-boxs_1 .slider-product2 .slick-active {
  border: 4px solid #C0E0FF;
  border-radius: 16px;
}
.one-product2 .product-boxs .product-boxs_1 .slider-product2 .slick-list {
  overflow: hidden;
}
.one-product2 .product-boxs .product-boxs_1 .inta-link {
  border: 1px solid #C0E0FF;
  border-radius: 12px;
  background: #FFFFFF;
  max-width: 368px;
  width: 100%;
  min-height: 56px;
  letter-spacing: -0.1px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #464646;
  padding: 16px 22px 16px 16px;
  margin-top: 32px;
}
.one-product2 .product-boxs .product-box_2 {
  margin-left: 80px;
}
.one-product2 .product-boxs .product-box_2 .product-art {
  font-size: 14px;
  color: #B3B3B3;
}
.one-product2 .product-boxs .product-box_2 .product__head {
  font-size: 42px;
  letter-spacing: -0.5px;
  font-weight: 600;
  margin-top: 8px;
  margin-bottom: 32px;
  line-height: 50px;
}
.one-product2 .product-boxs .product-box_2 .product__number {
  font-weight: 700;
  font-size: 24px;
  color: #D2D2D2;
  text-decoration: line-through;
}
.one-product2 .product-boxs .product-box_2 .product__price {
  font-weight: 700;
  font-size: 32px;
  color: #3390EB;
  margin-top: 12px;
  margin-bottom: 40px;
  position: relative;
  display: flex;
  align-items: center;
}
.one-product2 .product-boxs .product-box_2 .product__price span {
  color: #3390EB;
  font-size: 32px;
  font-weight: 400;
  margin-left: 10px;
}
.one-product2 .product-boxs .product-box_2 .product__price::before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  display: block;
  background: url("../img/category_page/pagination-icon.svg") no-repeat;
  right: 46%;
  top: 0;
  background-size: cover;
}
.one-product2 .product-boxs .product-box_2 form .product-tabl {
  display: flex;
  max-width: 560px;
  width: 100%;
}
.one-product2 .product-boxs .product-box_2 form .product-tabl .unit-size {
  display: flex;
  flex-direction: column;
  max-width: 560px;
  width: 100%;
}
.one-product2 .product-boxs .product-box_2 form .product-tabl .unit-size .units-head {
  display: flex;
  width: 100%;
  margin-top: -2px;
  justify-content: space-between;
}
.one-product2 .product-boxs .product-box_2 form .product-tabl .unit-size .units-head .unit-tabl__title {
  display: flex;
  align-items: center;
  position: relative;
  color: #B3B3B3;
  cursor: pointer;
}
.one-product2 .product-boxs .product-box_2 form .product-tabl .unit-size .units-head .unit-tabl__title .unit-tabl__img {
  margin-right: 12px;
}
.one-product2 .product-boxs .product-box_2 form .product-tabl .unit-size .units-head .unit-tabl__title::before {
  content: "";
  width: 147px;
  height: 0.2px;
  background: #B3B3B3;
  display: block;
  position: absolute;
  bottom: -2px;
  left: 30px;
}
.one-product2 .product-boxs .product-box_2 form .product-tabl .unit-size .unit-size-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 24px;
}
.one-product2 .product-boxs .product-box_2 form .product-tabl .unit-size .unit-size-row .size-number {
  font-size: 14px;
  color: #B3B3B3;
  display: flex;
}
.one-product2 .product-boxs .product-box_2 form .product-tabl .unit-size .unit-size-row .size-number .unit-tabl__massege {
  font-size: 14px;
  color: #D3727F;
  position: relative;
  margin-right: 6px;
}
.one-product2 .product-boxs .product-box_2 form .product-tabl .unit-size .unit-size-row .size-number .unit-tabl__massege::before {
  content: "";
  width: 100%;
  height: 0.7px;
  background: #D3727F;
  display: block;
  bottom: -2px;
  position: absolute;
}
.one-product2 .product-boxs .product-box_2 form .product-tabl .unit-size .unit-size-row .size-paramet {
  font-size: 14px;
  font-weight: 300;
  margin-right: 16px;
}
.one-product2 .product-boxs .product-box_2 form .product-tabl .unit-size .unit-size-row .size-calc {
  display: flex;
  max-width: 97px;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: auto;
}
.one-product2 .product-boxs .product-box_2 form .product-tabl .unit-size .unit-size-row .size-calc button {
  border: none;
  outline: none;
  cursor: pointer;
}
.one-product2 .product-boxs .product-box_2 form .product-tabl .unit-size .unit-size-row .size-calc .size_minus {
  background: url("../img/category_page/size-pre.svg") no-repeat;
  width: 16px;
  height: 16px;
}
.one-product2 .product-boxs .product-box_2 form .product-tabl .unit-size .unit-size-row .size-calc .size_plus {
  background: url("../img/category_page/size-next.svg") no-repeat;
  width: 16px;
  height: 16px;
}
.one-product2 .product-boxs .product-box_2 form .product-tabl .unit-size .unit-size-row .size-calc .size_minus:hover {
  opacity: 0.7;
}
.one-product2 .product-boxs .product-box_2 form .product-tabl .unit-size .unit-size-row .size-calc .size_plus:hover {
  opacity: 0.7;
}
.one-product2 .product-boxs .product-box_2 form .product-tabl .unit-size .unit-size-row .size-calc .size-calc__number {
  border: 1px solid #C0E0FF;
  border-radius: 12px;
  max-width: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  min-height: 26px;
  width: 100%;
  text-align: center;
}
.one-product2 .product-boxs .product-box_2 form .product-tabl .unit-size .unit-size-row:nth-child(2) {
  margin-top: 22px;
}
.one-product2 .product-boxs .product-box_2 form .product-btns {
  display: flex;
  max-width: 409px;
  width: 100%;
  margin-top: 40px;
}
.one-product2 .product-boxs .product-box_2 form .product-btns .product-bascket {
  max-width: 195px;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #3390EB;
  border-radius: 12px;
  font-weight: 700;
  color: #3390EB;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.one-product2 .product-boxs .product-box_2 form .product-btns .product-bascket:hover {
  border: 1px solid #3390EB;
  color: #FFFFFF;
  background: #3390EB;
}
.one-product2 .product-boxs .product-box_2 form .product-btns .products-like {
  margin-right: 0;
  margin-left: auto;
  border: 1px solid #D3727F;
  color: #D3727F;
  font-weight: 700;
  background: #ffffff;
  max-width: 198px;
  border-radius: 12px;
  min-height: 48px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.one-product2 .product-boxs .product-box_2 form .product-btns .products-like img {
  margin-right: 12px;
}
.one-product2 .product-boxs .product-box_2 form .product-btns .products-like:hover {
  background: #3390EB;
}
.one-product2 .product-boxs .product-box_2 .product-info {
  width: 100%;
  max-width: 560px;
  margin-top: 40px;
}
.one-product2 .product-boxs .product-box_2 .product-info .products-heads {
  display: flex;
  max-width: 560px;
  width: 100%;
  border-bottom: 3px solid #F4F4F4;
  border-radius: 8px;
}
.one-product2 .product-boxs .product-box_2 .product-info .products-heads .product-tab {
  cursor: pointer;
  color: #B2B2B2;
  padding-bottom: 16px;
  position: relative;
}
.one-product2 .product-boxs .product-box_2 .product-info .products-heads .product-tab:nth-child(2) {
  margin-right: 60px;
  margin-left: 60px;
}
.one-product2 .product-boxs .product-box_2 .product-info .products-heads .product-tab.active::before {
  content: "";
  position: absolute;
  bottom: -4px;
  color: #464646;
  width: 100%;
  height: 5px;
  background: #FFB0B0;
  border-radius: 8px;
}
.one-product2 .product-boxs .product-box_2 .product-info .tabs-content.active {
  display: flex;
  max-width: 560px;
  width: 100%;
  margin-top: 24px;
}
.one-product2 .product-boxs .product-box_2 .product-info .tabs-content.active .tabs-text {
  display: flex;
  flex-direction: column;
  max-width: 560px;
  width: 100%;
}
.one-product2 .product-boxs .product-box_2 .product-info .tabs-content.active .tabs-text .tabs-row {
  padding: 16px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.one-product2 .product-boxs .product-box_2 .product-info .tabs-content.active .tabs-text .tabs-row .tabs-row__name {
  font-weight: 600;
}
.one-product2 .product-boxs .product-box_2 .product-info .tabs-content.active .tabs-text .tabs-row .tabs-row__title {
  font-weight: 300;
  margin-right: 0;
  margin-left: auto;
}
.one-product2 .product-boxs .product-box_2 .product-info .tabs-content.active .tabs-text .tabs-row a.tabs-row__title {
  font-weight: 300;
  color: #3390EB;
  position: relative;
}
.one-product2 .product-boxs .product-box_2 .product-info .tabs-content.active .tabs-text .tabs-row a.tabs-row__title::before {
  content: "";
  width: 100%;
  height: 0.7px;
  display: block;
  background: #3390EB;
  position: absolute;
  bottom: -2px;
}
.one-product2 .product-boxs .product-box_2 .product-info .tabs-content.active .tabs-text .tabs-row:nth-child(odd) {
  background: #F5FAFF;
}
.one-product2 .product-boxs .product-box_2 .product-info .tabs-content.active .tabs-text .tabs-row:nth-child(even) {
  background: #FAFCFF;
}
.one-product2 .product-boxs .product-box_2 .product-info .tabs-content.active .tabs-text .tabs-row:first-child {
  border-radius: 8px 8px 0 0;
}
.one-product2 .product-boxs .product-box_2 .product-info .tabs-content.active .tabs-text .tabs-row:last-child {
  border-radius: 0 0 8px 8px;
}
.one-product2 .product-boxs .product-box_2 .product-info .tabs-content {
  display: none;
}

.view-box3 {
  padding-bottom: 160px;
}
.view-box3 .great-sale {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 725px;
  width: 100%;
  margin: 40px auto 240px;
}
.view-box3 .great-sale .great-sale__img {
  max-width: 80px;
}
.view-box3 .great-sale .great-sale__head {
  margin-top: 40px;
  margin-bottom: 32px;
  letter-spacing: -0.5px;
}
.view-box3 .great-sale .great-sale__title {
  line-height: 26px;
  text-align: center;
  letter-spacing: -0.2px;
}
.view-box3 .great-sale .great-sale__title span {
  font-weight: 700;
  color: #D3727F;
}
.view-box3 .view-box__head {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 48px 0;
  text-align: center;
  letter-spacing: -0.5px;
}
.view-box3 .view-block {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.view-box3 .view-block .view-block__link {
  display: flex;
  align-items: center;
  transform: rotate(-90deg);
  background: #3390EB;
  border-radius: 16px;
  justify-content: center;
  min-height: 104px;
  max-height: 104px;
  max-width: 266px;
  width: 100%;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  color: #FFFFFF;
  position: absolute;
  left: 7px;
  top: 222px;
}
.view-box3 .view-block .view-block__link img {
  margin-left: 16px;
}
.view-box3 .view-block .products-slider {
  width: 100%;
  height: 100%;
  max-width: 1360px;
}
.view-box3 .view-block .products-slider .sale-item {
  display: flex;
  flex-direction: column;
  min-height: 450px;
  max-height: 455px;
  max-width: 322px;
  width: 100%;
  position: relative;
  margin-bottom: 60px;
  margin-right: 24px;
  padding-bottom: 19px;
}
.view-box3 .view-block .products-slider .sale-item .sale-item__img {
  position: relative;
  border-radius: 12px;
}
.view-box3 .view-block .products-slider .sale-item .sale-item__title {
  font-weight: 600;
  line-height: 20px;
  margin-top: 16px;
  margin-bottom: 10px;
  max-width: 300px;
}
.view-box3 .view-block .products-slider .sale-item .sale-item__number {
  color: #B3B3B3;
}
.view-box3 .view-block .products-slider .slide-products.slick-slide {
  max-width: 1360px;
  width: 100%;
  height: 100%;
}
.view-box3 .view-block .products-slider .slide-products:focus {
  outline: none;
}
.view-box3 .view-block .products-slider .slick-dots {
  display: flex;
  justify-content: center;
}
.view-box3 .view-block .products-slider .slick-dots li {
  list-style: none;
  height: 4px;
}
.view-box3 .view-block .products-slider .slick-dots li button {
  width: 345px;
  height: 4px;
  border-radius: 8px;
  background: #EBEBEB;
  cursor: pointer;
  font-size: 0;
  border: none;
}
.view-box3 .view-block .products-slider .slick-dots li.slick-active button {
  background: #C0E0FF;
  width: 345px;
  height: 4px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 0;
  border: none;
}
.view-box3 .view-block .products-slider .slick-track {
  display: flex;
}
.view-box3 .view-block .products-slider .slick-list {
  overflow: hidden;
}

.sale-item .sale-item__title {
  color: #464646;
}
.sale-item .sale-item__title:hover {
  text-shadow: 1px 1px 1px rgba(153, 153, 153, 0.35);
}
.sale-item a:hover ~ a.sale-item__title {
  text-shadow: 1px 1px 1px rgba(153, 153, 153, 0.35);
}
.unit-title__text a {
  color: #464646;
}
.unit-title__text a:hover {
  text-shadow: 1px 1px 1px rgba(153, 153, 153, 0.35);
}
.unit-img:hover ~ .unit-title a {
  text-shadow: 1px 1px 1px rgba(153, 153, 153, 0.35);
}

.special-box .sale-catalog {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.special_padding {
  margin-top: 80px;
}

.bascket-box {
  padding-top: 40px;
  padding-bottom: 32px;
}
.bascket-box .bascket-box__header {
  margin-bottom: 40px;
  text-align: center;
}
.bascket-box .bascket-products {
  display: flex;
  max-width: 1360px;
  width: 100%;
}
.bascket-box .bascket-products .products-object {
  max-width: 970px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.bascket-box .bascket-products .products-object .products-object-heads {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  width: 100%;
  margin-bottom: 24px;
}
.bascket-box .bascket-products .products-object .products-object-heads .products-object-heads__main {
  display: flex;
  flex-direction: row;
  width: 200px;
  font-size: 24px;
  font-weight: 600;
  align-items: center;
  letter-spacing: -0.5px;
  margin-right: 40px;
  justify-content: space-between;
}
.bascket-box .bascket-products .products-object .products-object-heads .products-object-heads__main .file-icon {
  margin-left: 16px;
  cursor: pointer;
}
.bascket-box .bascket-products .products-object .products-object-heads .products-object-heads__main .file2-icon {
  margin-left: 12px;
  margin-right: 12px;
  cursor: pointer;
}
.bascket-box .bascket-products .products-object .products-object-heads .products-object-heads__main .print-icon {
  cursor: pointer;
}
.bascket-box .bascket-products .products-object .products-object-heads .products-object-heads__data {
  color: #D2D2D2;
  font-size: 14px;
  max-width: 240px;
  width: 100%;
}
.bascket-box .bascket-products .products-object .products-object-heads .products-object-heads__price {
  color: #D2D2D2;
  font-size: 14px;
  max-width: 87px;
  width: 100%;
  margin-left: 100px;
}
.bascket-box .bascket-products .products-object .products-object-heads .products-object-heads__result {
  color: #D2D2D2;
  font-size: 14px;
  width: 120px;
  text-align: center;
}
.bascket-box .bascket-products .products-object .products-object-content {
  max-width: 970px;
  width: 100%;
  display: flex;
  position: relative;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.bascket-box .bascket-products .products-object .products-object-content .products-object-content__img {
  max-width: 200px;
  max-height: 200px;
  border-radius: 16px;
  width: 100%;
}
.bascket-box .bascket-products .products-object .products-object-content .products-information {
  display: flex;
  flex-direction: column;
  margin-left: 24px;
  max-width: 240px;
  width: 100%;
}
.bascket-box .bascket-products .products-object .products-object-content .products-information .products-object-content__head {
  font-weight: 600;
  line-height: 19px;
  margin-bottom: 12px;
  letter-spacing: -0.2px;
}
.bascket-box .bascket-products .products-object .products-object-content .products-information .products-object-content__art {
  font-size: 14px;
  color: #B3B3B3;
  margin-bottom: 24px;
}
.bascket-box .bascket-products .products-object .products-object-content .products-information .products-object-content__size {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.bascket-box .bascket-products .products-object .products-object-content .products-information .products-object-content__size span {
  margin-left: 12px;
  color: #B3B3B3;
}
.bascket-box .bascket-products .products-object .products-object-content .products-information .products-object-content__number {
  display: flex;
  align-items: center;
}
.bascket-box .bascket-products .products-object .products-object-content .products-information .products-object-content__number .size-calc {
  display: flex;
  max-width: 97px;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-left: 12px;
}
.bascket-box .bascket-products .products-object .products-object-content .products-information .products-object-content__number .size-calc button {
  border: none;
  outline: none;
  cursor: pointer;
}
.bascket-box .bascket-products .products-object .products-object-content .products-information .products-object-content__number .size-calc .size_minus {
  background: url("../img/category_page/size-pre.svg") no-repeat;
  width: 16px;
  height: 16px;
}
.bascket-box .bascket-products .products-object .products-object-content .products-information .products-object-content__number .size-calc .size_plus {
  background: url("../img/category_page/size-next.svg") no-repeat;
  width: 16px;
  height: 16px;
}
.bascket-box .bascket-products .products-object .products-object-content .products-information .products-object-content__number .size-calc .size_minus:hover {
  opacity: 0.7;
}
.bascket-box .bascket-products .products-object .products-object-content .products-information .products-object-content__number .size-calc .size_plus:hover {
  opacity: 0.7;
}
.bascket-box .bascket-products .products-object .products-object-content .products-information .products-object-content__number .size-calc .size-calc__number {
  border: 1px solid #C0E0FF;
  border-radius: 12px;
  max-width: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  min-height: 26px;
  width: 100%;
  text-align: center;
}
.bascket-box .bascket-products .products-object .products-object-content .products-information .unit-title__like {
  max-width: 189px;
  position: relative;
  color: #B3B3B3;
  cursor: pointer;
  margin-top: 24px;
  letter-spacing: -0.2px;
  display: flex;
}
.bascket-box .bascket-products .products-object .products-object-content .products-information .unit-title__like .bascket-like__img {
  margin-right: 8px;
}
.bascket-box .bascket-products .products-object .products-object-content .products-information .unit-title__like::before {
  content: "";
  bottom: -4px;
  left: 0;
  width: 189px;
  height: 0.1px;
  background: #B3B3B3;
  position: absolute;
  display: block;
}
.bascket-box .bascket-products .products-object .products-object-content .products-object-content__price {
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  color: #3390EB;
  margin-left: 100px;
  max-width: 100px;
  width: 100%;
}
.products-object-content__result {
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  color: #3390EB;
  margin-right: 105px;
  margin-left: auto;
}
.products-object-content__result span {
  color: #3390EB;
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
}
.bascket-box .bascket-products .products-object .products-object-content .products-object-content__delete {
  margin-right: 0;
  margin-top: 0;
  cursor: pointer;
  display: block;
}
.bascket-box .bascket-products .products-object .products-object-content .products-object-border {
  position: absolute;
  max-width: 746px;
  width: 77%;
  height: 0.5px;
  background: #E2E2E2;
  display: block;
  bottom: 0;
  right: 0;
}
.bascket-box .bascket-products .result-main {
  display: flex;
  flex-direction: column;
  max-width: 330px;
  width: 100%;
  margin-right: 0;
  margin-left: auto;
}
.bascket-box .bascket-products .result-main .result-main__head {
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
}
.bascket-box .bascket-products .result-main .result__amount {
  display: flex;
  width: 100%;
  align-items: center;
  margin-top: 24px;
  padding-bottom: 24px;
  border-bottom: 0.5px solid #D2D2D2;
}
.bascket-box .bascket-products .result-main .result__amount span {
  margin-right: 0;
  margin-left: auto;
}
.bascket-box .bascket-products .result-main .result_diskaunt {
  display: flex;
  margin-top: 24px;
  margin-bottom: 24px;
  width: 100%;
}
.bascket-box .bascket-products .result-main .result_diskaunt .diskaunt__img {
  margin-left: 8px;
  position: relative;
  cursor: pointer;
}
.bascket-box .bascket-products .result-main .result_diskaunt .diskaunt-text {
  border-radius: 12px;
  background: #FFFFFF;
  border: 0.5px solid #FFB0B0;
  max-width: 330px;
  width: 100%;
  display: none;
  position: absolute;
  flex-direction: column;
  padding: 32px 0 32px 32px;
}
.bascket-box .bascket-products .result-main .result_diskaunt .diskaunt-text .diskaunt-text__head {
  font-weight: 600;
  font-size: 16px;
  color: #FFB0B0;
  margin-bottom: 24px;
}
.bascket-box .bascket-products .result-main .result_diskaunt .diskaunt-text .diskaunt__item {
  font-weight: 700;
  font-size: 14px;
  color: #D3727F;
  display: flex;
}
.bascket-box .bascket-products .result-main .result_diskaunt .diskaunt-text .diskaunt__item span {
  font-size: 14px;
}
.bascket-box .bascket-products .result-main .result_diskaunt .diskaunt-text .diskaunt__item:not(:last-child) {
  margin-bottom: 24px;
}
.bascket-box .bascket-products .result-main .result_diskaunt .diskaunt-text.active {
  display: flex;
  margin-top: 20px;
}
.bascket-box .bascket-products .result-main .result_diskaunt .diskaut-span {
  color: #D3727F;
  margin-right: 0;
  margin-left: auto;
}
.bascket-box .bascket-products .result-main .result-big {
  display: flex;
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  border-top: 0.5px solid #D2D2D2;
  border-bottom: 0.5px solid #D2D2D2;
}
.bascket-box .bascket-products .result-main .result-big .result-big__span {
  font-weight: 600;
  color: #3390EB;
  margin-right: 0;
  margin-left: auto;
}
.bascket-box .bascket-products .result-main .bascket-form {
  margin-top: 24px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.bascket-box .bascket-products .result-main .bascket-form .bascket-textarea {
  border: 0.5px solid #B3B3B3;
  border-radius: 12px;
  padding: 16px 0 0 16px;
  outline: none;
  width: 100%;
  font-weight: 300;
  font-size: 14px;
}
.bascket-box .bascket-products .result-main .bascket-form .btn-bascket {
  max-width: 330px;
  width: 100%;
  margin-top: 16px;
  background: #3390EB;
  border-radius: 12px;
  font-weight: 700;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.5px solid #3390EB;
  min-height: 48px;
}
.bascket-box .bascket-products .result-main .bascket-form .btn-bascket:hover {
  background: #FFFFFF;
  color: #3390EB;
}

.order-box {
  padding-top: 40px;
  padding-bottom: 160px;
}
.order-box .order-box__header {
  margin-bottom: 40px;
  text-align: center;
  letter-spacing: -0.5px;
}
.order-box .order-products {
  display: flex;
  justify-content: space-evenly;
}
.order-box .order-products .order-form {
  display: flex;
  flex-direction: column;
  padding-top: 32px;
}
.order-box .order-products .order-form .order-form-headers {
  display: flex;
  max-width: 720px;
  width: 100%;
  align-items: center;
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 16px;
  letter-spacing: -0.3px;
}
.order-box .order-products .order-form .order-form-headers .order-form-link {
  color: #B3B3B3;
  font-size: 16px;
  line-height: 16px;
  margin-right: 0;
  margin-left: auto;
  position: relative;
}
.order-box .order-products .order-form .order-form-headers .order-form-link:before {
  content: "";
  display: block;
  height: 0.5px;
  width: 100%;
  background: #B3B3B3;
  position: absolute;
  bottom: -2px;
}
.order-box .order-products .order-form .form-order {
  max-width: 720px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.order-box .order-products .order-form .form-order .wraps-label {
  display: flex;
  flex-direction: column;
  max-width: 340px;
  width: 100%;
  margin-top: 24px;
}
.order-box .order-products .order-form .form-order .wraps-label .label-order {
  font-size: 14px;
  line-height: 14px;
  color: #8A8A8A;
  position: relative;
}
.order-box .order-products .order-form .form-order .wraps-label .label-order span {
  color: #D3727F;
  font-size: 14px;
}
.order-box .order-products .order-form .form-order .wraps-label .form-input {
  max-width: 340px;
  width: 100%;
  border: 0.5px solid #D2D2D2;
  border-radius: 12px;
  min-height: 44px;
  max-height: 44px;
  margin-top: 16px;
  padding-left: 10px;
}
.order-box .order-products .order-form .form-order .wraps-label:nth-child(odd) {
  margin-right: 40px;
}
.order-box .order-products .order-product {
  display: flex;
  flex-direction: column;
  max-width: 560px;
  background: #F5FAFF;
  border-radius: 12px;
  padding: 32px;
  padding-bottom: 40px;
  width: 100%;
}
.order-box .order-products .order-product .order-product-head {
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 32px;
}
.order-box .order-products .order-product .wrap-products {
  align-items: flex-start;
  display: flex;
  margin-bottom: 32px;
}
.order-box .order-products .order-product .wrap-products .modal-box__img {
  max-width: 120px;
  max-height: 120px;
}
.order-box .order-products .order-product .wrap-products .product-box_2 {
  margin-left: 24px;
  max-width: 271px;
  width: 100%;
}
.order-box .order-products .order-product .wrap-products .product-box_2 .product-art {
  font-size: 12px;
  color: #B3B3B3;
}
.order-box .order-products .order-product .wrap-products .product-box_2 .product__head {
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.5px;
  font-weight: 600;
  margin-bottom: 8px;
}
.order-box .order-products .order-product .wrap-products .product-box_2 .product__number {
  font-weight: 700;
  font-size: 14px;
  color: #D2D2D2;
  margin-top: 12px;
  text-decoration: line-through;
}
.order-box .order-products .order-product .wrap-products .product-box_2 .product__price {
  font-weight: 700;
  font-size: 16px;
  color: #3390EB;
  margin-top: 8px;
  position: relative;
  display: flex;
  align-items: center;
}
.order-box .order-products .order-product .wrap-products .product-box_2 .product__price span {
  color: #3390EB;
  font-size: 16px;
  font-weight: 400;
}
.order-box .order-products .order-product .order-product-delete {
  cursor: pointer;
  display: block;
  margin-right: 0;
  margin-left: auto;
}
.order-box .order-products .order-product .result-main {
  display: flex;
  flex-direction: column;
  max-width: 500px;
  width: 100%;
}
.order-box .order-products .order-product .result-main .result__amount {
  display: flex;
  width: 100%;
  align-items: center;
}
.order-box .order-products .order-product .result-main .result__amount span {
  margin-right: 0;
  margin-left: auto;
}
.order-box .order-products .order-product .result-main .result_diskaunt {
  display: flex;
  margin-top: 24px;
  margin-bottom: 24px;
  width: 100%;
  font-size: 16px;
  line-height: 16px;
}
.order-box .order-products .order-product .result-main .result_diskaunt .diskaunt__img {
  margin-left: 8px;
  position: relative;
  cursor: pointer;
}
.order-box .order-products .order-product .result-main .result_diskaunt .diskaunt-text {
  border-radius: 12px;
  background: #FFFFFF;
  border: 0.5px solid #FFB0B0;
  max-width: 330px;
  width: 100%;
  display: none;
  position: absolute;
  flex-direction: column;
  padding: 32px 0 32px 32px;
}
.order-box .order-products .order-product .result-main .result_diskaunt .diskaunt-text .diskaunt-text__head {
  font-weight: 600;
  font-size: 24px;
  color: #FFB0B0;
  margin-bottom: 24px;
}
.order-box .order-products .order-product .result-main .result_diskaunt .diskaunt-text .diskaunt__one {
  font-weight: 700;
  font-size: 14px;
  color: #D3727F;
  display: flex;
}
.order-box .order-products .order-product .result-main .result_diskaunt .diskaunt-text .diskaunt__one span {
  font-size: 14px;
}
.order-box .order-products .order-product .result-main .result_diskaunt .diskaunt-text .diskaunt__two {
  font-weight: 700;
  font-size: 14px;
  color: #D3727F;
  display: flex;
}
.order-box .order-products .order-product .result-main .result_diskaunt .diskaunt-text .diskaunt__two span {
  font-size: 14px;
}
.order-box .order-products .order-product .result-main .result_diskaunt .diskaunt-text .diskaunt__tree {
  font-weight: 700;
  font-size: 14px;
  color: #D3727F;
  display: flex;
}
.order-box .order-products .order-product .result-main .result_diskaunt .diskaunt-text .diskaunt__tree span {
  font-size: 14px;
}
.order-box .order-products .order-product .result-main .result_diskaunt .diskaunt__img:hover + .diskaunt-text {
  display: flex;
}
.order-box .order-products .order-product .result-main .result_diskaunt .diskaut-span {
  color: #D3727F;
  margin-right: 0;
  margin-left: auto;
}
.order-box .order-products .order-product .result-main .result-delivery {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 24px;
}
.order-box .order-products .order-product .result-main .result-big {
  display: flex;
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  font-weight: 600;
  border-top: 0.5px solid #D2D2D2;
  border-bottom: 0.5px solid #D2D2D2;
}
.order-box .order-products .order-product .result-main .result-big .result-big__span {
  font-weight: 600;
  color: #3390EB;
  margin-right: 0;
  margin-left: auto;
}
.order-box .order-products .order-product .result-main .btn-bascket {
  max-width: 320px;
  width: 100%;
  margin: 32px auto 0;
  background: #3390EB;
  border-radius: 12px;
  font-weight: 700;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.5px solid #3390EB;
  min-height: 48px;
}
.order-box .order-products .order-product .result-main .btn-bascket:hover {
  background: #FFFFFF;
  color: #3390EB;
}
.order-box .order-products .order-product .result-main .bascket-form {
  margin-top: 24px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.order-box .order-products .order-product .result-main .bascket-form .bascket-textarea {
  border: 0.5px solid #B3B3B3;
  border-radius: 12px;
  padding: 16px 0 0 16px;
  outline: none;
  width: 100%;
  font-weight: 300;
  font-size: 14px;
}
.order-box .order-products .order-product .result-main .bascket-order {
  font-weight: 700;
  color: #D3727F;
  margin: 24px auto 0;
  position: relative;
}
.order-box .order-products .order-product .result-main .bascket-order::before {
  width: 100%;
  max-width: 160px;
  content: "";
  height: 1px;
  display: block;
  position: absolute;
  background: #D3727F;
  bottom: -8px;
}

.cabinet {
  padding-top: 40px;
  padding-bottom: 160px;
}
.cabinet .clients-block {
  display: flex;
  width: 100%;
}
.cabinet .clients-block .clients-menu {
  max-width: 330px;
  max-height: 320px;
  width: 100%;
  background: #F5FAFF;
  border-radius: 12px;
  padding: 40px 0 40px 40px;
}
.cabinet .clients-block .clients-menu .clients-menu__head {
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.5px;
}
.cabinet .clients-block .clients-menu .clients-list {
  margin-top: 40px;
  max-width: 250px;
  display: flex;
  flex-direction: column;
}
.cabinet .clients-block .clients-menu .clients-list .clients-list__item {
  font-weight: 300;
  line-height: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.cabinet .clients-block .clients-menu .clients-list .clients-list__item img {
  margin-right: 12px;
}
.cabinet .clients-block .clients-menu .clients-list .clients-list__item span {
  background: #C0E0FF;
  border-radius: 12px;
  width: 32px;
  min-height: 20px;
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
  color: #FFFFFF;
}
.cabinet .clients-block .clients-menu .clients-list .clients-list__item a {
  color: #464646;
}
.cabinet .clients-block .clients-menu .clients-list .clients-list__item:not(:first-child) {
  margin-top: 32px;
}
.cabinet .clients-block .clients-menu .clients-list .clients-list__item a:hover {
  color: #464646;
}
.cabinet .clients-block .clients-menu .clients-list .clients-list__item.active {
  position: relative;
  display: flex;
  align-items: center;
}
.cabinet .clients-block .clients-menu .clients-list .clients-list__item.active a {
  font-weight: 400;
  color: #3390EB;
}
.cabinet .clients-block .clients-menu .clients-list .clients-list__item.active:hover {
  color: #3390EB;
}
.cabinet .clients-block .clients-menu .clients-list .clients-list__item:last-child {
  border-top: 0.5px solid #D2D2D2;
  margin-top: 22px;
  padding-top: 24px;
}
.cabinet .content {
  width: 100%;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  padding-bottom: 227px;
  margin-left: 60px;
}
.content-head {
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.5px;
}
.content-head span {
  color: #3390EB;
  font-size: 24px;
  font-weight: 600;
}
.content-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}
.content-form .wrap-label-form {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.content-form .wrap-label-form label {
  font-size: 14px;
  color: #8A8A8A;
}
.content-form .wrap-label-form .form-input {
  border: 0.5px solid #D2D2D2;
  border-radius: 12px;
  background: #FFFFFF;
  font-size: 14px;
  line-height: 14px;
  margin: 16px 0 24px 0;
  padding: 15px 0 15px 24px;
  min-height: 44px;
  max-height: 44px;
}
.content-form .wrap-label-form .input-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.content-form .wrap-label-form .input-wrap label {
  font-size: 14px;
  line-height: 14px;
  color: #8A8A8A;
  display: flex;
}
.content-form .wrap-label-form .input-wrap label .input-wrap__img {
  margin-left: 8px;
  cursor: pointer;
  position: relative;
}
.content-form .wrap-label-form .input-wrap .lable-right a {
  font-size: 14px;
  line-height: 14px;
  color: #8A8A8A;
}
.content-form .wrap-label-form .input-wrap .lable-right a:hover {
  color: #3390EB;
}
.content-form .wrap-label-form .input-wrap .form-input {
  border: 0.5px solid #D2D2D2;
  border-radius: 12px;
  background: #FFFFFF;
  width: 100%;
  margin: 16px 0 24px 0;
  padding: 15px 0 15px 24px;
  min-height: 44px;
  max-height: 44px;
  max-width: 340px;
}
.content-form .wrap-label-form .input-forms-wrap.active {
  background: #F4F4F4;
  border: 0.5px solid #D2D2D2;
  border-radius: 12px;
  width: 100%;
  max-width: 340px;
  display: flex;
  align-items: center;
  margin: 14px 0 24px 0;
}
.content-form .wrap-label-form .input-forms-wrap.active img {
  margin-right: 23px;
  cursor: pointer;
}
.content-form .wrap-label-form .input-forms-wrap.active .form-input.active {
  padding: 15px 0 15px 24px;
  min-height: 44px;
  max-height: 44px;
  max-width: 340px;
  border: none;
  background: #F4F4F4;
  margin: 0;
}
.content-form .wrap-label-form .form-input::-webkit-input-placeholder {
  color: #464646;
}
.content-form .wrap-label-form .form-input::-moz-placeholder {
  color: #464646;
}
.content-form .wrap-label-form .form-input:-moz-placeholder {
  color: #464646;
}
.content-form .wrap-label-form .form-input:-ms-input-placeholder {
  color: #464646;
}
.content-form .wrap-label-form .form-input:focus::-webkit-input-placeholder {
  color: transparent;
}
.content-form .wrap-label-form .form-input:focus:-moz-placeholder {
  color: transparent;
}
.content-form .wrap-label-form .form-input:focus::-moz-placeholder {
  color: transparent;
}
.content-form .wrap-label-form .form-input:focus:-ms-input-placeholder {
  color: transparent;
}
.btn-save {
  background: #3390EB;
  border-radius: 12px;
  border: 0.5px solid #3390EB;
  max-width: 232px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #FFFFFF;
  min-height: 48px;
  margin-top: 16px;
}
.btn-save:hover {
  background: #FFFFFF;
  border: 0.5px solid #3390EB;
  color: #3390EB;
}
.cabinet .clients-block_with {
  max-width: 1360px;
}
.alert-success {
  font-weight: 800;
  font-size: 17px;
}
.alert-success img {
  width: 20px;
  margin: 20px 10px;
}

.content .shop-unit {
  display: flex;
  margin-top: 32px;
  position: relative;
}
.content .info-shop {
  display: flex;
  flex-direction: column;
  max-width: 258px;
  width: 100%;
  background: #FAFCFF;
  border-radius: 12px;
  padding: 22px 0 22px 24px;
  margin-right: 24px;
  max-height: 273px;
}
.content .info-shop .info-shop__head {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 16px;
}
.content .info-shop .info-shop__title {
  color: #B3B3B3;
  margin-bottom: 24px;
}
.content .info-shop .info-shop-icon {
  max-width: 92px;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.content .info-shop .info-shop-icon .file-icon {
  cursor: pointer;
}
.content .info-shop .info-shop-icon .file2-icon {
  cursor: pointer;
}
.content .add-bascket {
  width: 200px;
  max-height: 48px;
  min-height: 48px;
  font-size: 16px;
  font-weight: 600;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #3390EB;
  border-radius: 12px;
  transform: rotate(-90deg);
  padding: 16px 43px;
  margin-left: -60px;
  margin-top: 75px;
  margin-right: -80px;
}
.content .add-bascket img {
  margin-top: -2px;
  margin-left: 12px;
}
.content .shop-row {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
.content .shop-row .list-view {
  margin-top: -35px;
}
.content .shop-row .list-view .sale-item {
  min-height: 320px;
  max-height: 320px;
}
.content .shop-row .sale-item {
  display: flex;
  flex-direction: column;
  min-height: 273px;
  max-height: 273px;
  max-width: 200px;
  width: 100%;
  position: relative;
}
.content .shop-row .sale-item .sale-item__img {
  position: relative;
  border-radius: 12px;
  max-width: 200px;
  max-height: 200px;
}
.content .shop-row .sale-item .sale-item__like {
  position: absolute;
  z-index: 10;
  right: 8px;
  top: 10px;
  width: 49px;
  height: 20px;
  font-size: 12px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  background: rgba(70, 70, 70, 0.5);
  border-radius: 8px;
}
.content .shop-row .sale-item .sale-item__title {
  font-weight: 600;
  font-size: 14px;
  margin-top: 12px;
  margin-bottom: 8px;
  letter-spacing: -0.3px;
  max-width: 300px;
}
.content .shop-row .sale-item .sale-price {
  display: flex;
  font-size: 18px;
  line-height: 18px;
  align-items: flex-start;
  color: #3390EB;
  font-weight: 600;
}
.content .shop-row .sale-item:nth-child(2) {
  margin-right: 12px;
  margin-left: 12px;
}
.content .shop-unit:not(:last-child) {
  border-bottom: 0.5px solid #D2D2D2;
  padding-bottom: 32px;
}

.likes-product {
  display: flex;
  flex-direction: column;
  max-width: 1360px;
  width: 100%;
}
.likes-product .sale-catalog {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.likes-product .sale-catalog .sale-item {
  display: flex;
  flex-direction: column;
  min-height: 500px;
  max-height: 500px;
  max-width: 300px;
  width: 100%;
  position: relative;
  margin-bottom: 32px;
  cursor: pointer;
}
.likes-product .sale-catalog .sale-item .turn-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  max-width: 300px;
  width: 100%;
  min-height: 48px;
  font-weight: 700;
  color: #3390EB;
  border: 1px solid #3390EB;
  background: #FFFFFF;
  border-radius: 12px;
}
.likes-product .sale-catalog .sale-item .turn-btns:hover {
  color: #FFFFFF;
  background: #3390EB;
  border: 1px solid #FFFFFF;
}
.likes-product .sale-catalog .sale-item .sale-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  max-width: 300px;
  width: 100%;
  min-height: 48px;
  font-weight: 700;
  color: #FFFFFF;
  border: 1px solid #3390EB;
  background: #3390EB;
  border-radius: 12px;
}
.likes-product .sale-catalog .sale-item .sale-btns:hover {
  color: #3390EB;
  background: none;
  border: 1px solid #3390EB;
}
.likes-product .sale-catalog .sale-item .sale-item__img {
  position: relative;
  border-radius: 12px;
  width: 100%;
}
.likes-product .sale-catalog .sale-item .sale-item__likes {
  position: absolute;
  z-index: 10;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.likes-product .sale-catalog .sale-item .sale-item__title {
  font-weight: 600;
  line-height: 20px;
  margin-top: 16px;
  margin-bottom: 10px;
  letter-spacing: -0.3px;
  max-width: 300px;
}
.likes-product .sale-catalog .sale-item .sale-item__number {
  color: #B3B3B3;
  padding-top: 19px;
}
.likes-product .sale-catalog .sale-item .sale-item__number-paddding {
  padding-top: 0;
}

.user-like-content {
  max-width: 970px;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-left: 60px;
}
.user-like-content .user-like__head {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.5px;
  margin-bottom: 48px;
}

@media (max-width: 5000px) {
  .container {
    max-width: 1360px;
  }
}
@media (max-width: 1919px) {
  .submenu__list {
    justify-content: space-around;
  }
  .row {
    --bs-gutter-x:0rem;
  }
}
@media (max-width: 1400px) {
  .container {
    max-width: 1230px;
  }
  .tabs-item__img {
    position: relative;
    border-radius: 16px;
    max-width: 96%;
  }
  .tabs-unit .tabs-item-active {
    max-width: 372px;
    width: 100%;
    margin-top: -103px;
  }
  .content {
    max-width: 900px;
  }
  .sale-blocks .sale-left {
    margin-right: 40px;
  }
  .footer-title__wrap {
    max-width: 1300px;
  }
  .bascket-box .bascket-products .products-object {
    width: 70%;
  }
  .one-product .product-boxs .product-box_2 .product__price::before {
    right: 40%;
  }
  .one-product2 .product-boxs .product-box_2 .product__price::before {
    right: 40%;
  }
  .content .shop-unit .info-shop {
    max-width: 205px;
  }
  .one-product2 .product-boxs .product-box_2 .product-tabl .unit-size .unit-size-row .size-number .unit-tabl__massege {
    max-width: 80px;
    text-align: center;
  }
  .box2-unit {
    max-width: 969px;
  }
}
@media print {
  @page {
    margin: 10mm 10mm 10mm 20mm;
  }
  body {
    height: 297mm;
    width: 210mm;
  }
  body .header {
    display: none;
  }
  body .footer {
    display: none;
  }
  body .about-best {
    display: none;
  }
  body .view-box {
    display: none;
  }
  body .logo {
    margin-left: 0;
  }
  body .bascket-box .bascket-products .products-object .products-object-content .products-object-content__img {
    max-width: 120px;
    max-height: 120px;
  }
  body .bascket-box .bascket-products .products-object .products-object-content .products-information {
    max-width: 140px;
    margin-left: 16px;
  }
  body .bascket-box .bascket-products .products-object .products-object-content .products-information .products-object-content__size {
    flex-direction: column;
    align-items: flex-start;
  }
  body .bascket-box .bascket-products .products-object .products-object-content .products-information .products-object-content__size span {
    margin-left: 0;
    margin-top: 24px;
  }
  body .bascket-box .bascket-products .products-object .products-object-content .products-information .products-object-content__number {
    flex-direction: column;
    align-items: flex-start;
  }
  body .bascket-box .bascket-products .products-object .products-object-content .products-information .products-object-content__number .size-calc {
    margin-left: 0;
    margin-top: 24px;
  }
  body .bascket-box .bascket-products .products-object .products-object-content .products-information .unit-title__like::before {
    width: 140px;
  }
  body .bascket-box .bascket-products .products-object .products-object-content .products-information .unit-title__like {
    font-size: 11px;
  }
  body .bascket-box .bascket-products .products-object .products-object-content .products-object-content__price {
    margin-left: 16px;
    max-width: 88px;
  }
  body .bascket-box .bascket-products .products-object .products-object-content .products-object-content__result {
    margin-right: 10px;
    margin-left: 10px;
  }
  body .bascket-box .bascket-products .products-object .products-object-heads .products-object-heads__price {
    margin-left: -20px;
  }
  body .bascket-box .bascket-products .products-object .products-object-heads .products-object-heads__result {
    margin-right: 35px;
  }
  body .bascket-box .bascket-products .products-object .products-object-heads .products-object-heads__main {
    margin-left: 20px;
    margin-right: 32px;
    flex-wrap: wrap;
    justify-content: flex-start;
    max-width: 82px;
  }
  body .bascket-box .bascket-products .products-object .products-object-heads .products-object-heads__main .file-icon {
    margin-left: 0;
  }
  body .bascket-box .bascket-products .products-object .products-object-heads .products-object-heads__main .file2-icon {
    margin-left: 10px;
    margin-right: 10px;
  }
  body .bascket-box .bascket-products .products-object .products-object-heads .products-object-heads__data {
    max-width: 180px;
  }
  body .bascket-box .bascket-products .result-main {
    max-width: 265px;
  }
  body .bascket-box .bascket-products .products-object .products-object-content .products-object-border {
    max-width: 513px;
    right: auto;
  }
  body .about-best .best-company .best-item .best-item__head {
    font-size: 16px;
  }
  body .about-best .best-company .best-item .best-item__title {
    font-size: 14px;
  }
  body .view-box .view-box__head {
    margin: 0 0 48px 0;
  }
  body .view-box .view-block .footer-slider {
    max-width: 711px;
  }
  body .footer-contact a {
    font-size: 14px;
  }
  body .footer-contact a span {
    font-size: 14px;
  }
  body .footer-catalog li a {
    font-size: 14px;
  }
  body .footer-client li a {
    font-size: 14px;
  }
  body .footer-sale li a {
    font-size: 14px;
  }
  body .footer-info li a {
    font-size: 14px;
  }

  .cabinet .clients-block .clients-menu {
    max-width: 230px;
  }

  .content {
    margin-left: 15px;
  }
  .content .shop-unit .info-shop {
    max-width: 150px;
  }
  .content .shop-unit .shop-row .sale-item {
    min-height: 330px;
  }

  .details-content .shop-unit .shop-row_margin {
    margin-left: 18%;
  }
}