@charset "UTF-8";
a,
button,
input[type=submit],
input[type=button] {
  transition: all 0.5s ease;
}
a:focus,
button:focus,
input[type=submit]:focus,
input[type=button]:focus {
  outline: none;
}

.container {
  max-width: 1570px;
}

body {
  background: #fff;
  -webkit-font-smoothing: antialiased;
  color: #000;
}

a {
  color: #000;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

html,
body {
  height: 100%;
}

p {
  margin: 0;
}

.all {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.xxx {
  flex: 1 0 auto;
}

.footer {
  flex: 0 0 auto;
}

img {
  max-width: 100%;
  height: auto;
}

input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
textarea {
  -webkit-appearance: none;
          appearance: none;
  transition: 0.5s all;
}
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
textarea:focus {
  outline: none;
}

a:hover {
  color: #F54341;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters [class^=col-],
.row.no-gutters [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.row-30 {
  margin-right: 0;
  margin-left: 0;
  gap: 0 30px;
}
.row-30 [class^=col-],
.row-30 [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.btn {
  display: inline-block;
  border: 0;
  outline: none;
  border: 0;
  padding: 0;
}

.btn-default {
  font-family: Montserrat;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  border: 1px solid #FF4646;
  outline: none;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  background: #FF4646;
  color: #ffffff;
  padding: 10px 15px;
  height: 44px;
  border-radius: 2px;
}
.btn-default:hover {
  background: #FF3633;
  color: #fff;
  border: 1px solid #FF4646;
  outline: none;
}
.btn-default:active, .btn-default:focus {
  color: #fff;
  border: 1px solid #FF4646;
  outline: none;
}
@media (max-width: 768px) {
  .btn-default {
    height: 38px;
    padding: 8px 15px;
  }
}
.btn-default.btn-md {
  padding: 12px 30px 10px 30px;
}
.btn-default.btn-lg {
  padding: 13px 40px;
}

.btn-red {
  font-family: Montserrat;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  border: 0;
  outline: none;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  background: #fff;
  border: 1px #FF4646 solid;
  color: #FF4646;
  padding: 10px 15px;
  height: 44px;
  border-radius: 2px;
}
.btn-red svg {
  margin-right: 10px;
}
.btn-red:hover {
  color: #4E4E4E;
  outline: none;
  border: 1px #4E4E4E solid;
}
.btn-red:active, .btn-red:focus {
  outline: none;
}
@media (max-width: 768px) {
  .btn-red {
    height: 38px;
    padding: 8px 15px;
  }
}
.btn-red.btn-lg {
  padding: 13px 40px;
}

.btn-gray {
  font-family: Montserrat;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  border: 0;
  outline: none;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  background: #F3F3F3;
  border: 1px #F3F3F3 solid;
  color: #6B6B6B;
  padding: 10px 43px;
  height: 44px;
  border-radius: 2px;
}
.btn-gray svg {
  margin-right: 10px;
}
.btn-gray:hover {
  color: #4E4E4E;
  outline: none;
  border: 1px #4E4E4E solid;
}
.btn-gray:active, .btn-gray:focus {
  outline: none;
}
@media (max-width: 768px) {
  .btn-gray {
    height: 38px;
    padding: 8px 15px;
  }
}
.btn-gray.btn-lg {
  padding: 13px 40px;
}

.btn-gray-full {
  font-family: Montserrat;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  border: 0;
  outline: none;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  background: #F3F3F3;
  border: 1px #F3F3F3 solid;
  color: #6B6B6B;
  padding: 10px 43px;
  height: 38px;
  border-radius: 2px;
}
.btn-gray-full svg {
  margin-right: 10px;
}
.btn-gray-full:hover {
  color: #4E4E4E;
  outline: none;
  border: 1px #4E4E4E solid;
}
.btn-gray-full:active, .btn-gray-full:focus {
  outline: none;
}
@media (max-width: 768px) {
  .btn-gray-full {
    height: 38px;
    padding: 8px 15px;
  }
}
.btn-gray-full.btn-lg {
  padding: 13px 40px;
}

.btn-white {
  font-family: Montserrat;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  border: 0;
  outline: none;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  background: none;
  border: 1px #fff solid;
  color: #fff;
  padding: 10px 30px;
  height: 44px;
  border-radius: 2px;
}
.btn-white svg {
  margin-right: 10px;
}
.btn-white:hover {
  color: #4E4E4E;
  outline: none;
  border: 1px #4E4E4E solid;
}
.btn-white:active, .btn-white:focus {
  outline: none;
}
@media (max-width: 768px) {
  .btn-white {
    height: 38px;
    padding: 8px 15px;
  }
}
.btn-white.btn-lg {
  padding: 13px 40px;
}

.btn-black {
  font-family: Montserrat;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  border: 0;
  outline: none;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  background: #fff;
  border: 1px #4E4E4E solid;
  color: #4E4E4E;
  padding: 10px 15px;
  border-radius: 2px;
  height: 44px;
}
.btn-black:hover {
  color: #FF4646;
  outline: none;
  border-color: #FF4646;
}
.btn-black:active, .btn-black:focus {
  outline: none;
}
@media (max-width: 768px) {
  .btn-black {
    height: 38px;
    padding: 8px 15px;
  }
}
.btn-black.btn-lg {
  padding: 13px 40px;
}

.btn-gray-light {
  font-family: Montserrat;
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  border: 0;
  outline: none;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  background: #fff;
  border: 1px #292929 solid;
  color: #292929;
  padding: 10px 15px;
  border-radius: 2px;
  height: 44px;
}
.btn-gray-light:hover {
  color: #FF4646;
  outline: none;
  border-color: #FF4646;
}
.btn-gray-light:active, .btn-gray-light:focus {
  outline: none;
}
@media (max-width: 768px) {
  .btn-gray-light {
    height: 38px;
    padding: 8px 15px;
  }
}
.btn-gray-light.btn-lg {
  padding: 13px 40px;
}

.btn-block {
  width: 100%;
}

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

.table-scroll {
  width: 100%;
  -webkit-overflow-scrolling: touch !important;
  min-height: 0.01%;
  overflow-x: auto;
  overflow-y: hidden;
}

.box {
  animation: pulse_top 1s infinite ease-out;
}

#content {
  font-family: Montserrat;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #292929;
}
#content p {
  margin-bottom: 20px;
}
#content ul {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 20px;
  margin-bottom: 20px;
}
#content ul li {
  margin-bottom: 5px;
  position: relative;
  padding-left: 20px;
}
#content ul li:after {
  content: "";
  position: absolute;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 7.5px;
  background: #292929;
  width: 3px;
  height: 3px;
  border-radius: 100%;
}

@keyframes pulse_top {
  0% {
    box-shadow: 0 0 0 0 rgba(127, 56, 206, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(127, 56, 206, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(127, 56, 206, 0);
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (max-width: 576px) {
  .hidden-xss {
    display: none !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.form-control {
  display: block;
  width: 100%;
  border: 1px solid #E3E3E3;
  transition: 0.5s all;
  height: 44px;
  font-family: Montserrat;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  padding-left: 20px;
  padding-right: 10px;
  padding-top: 13px;
  padding-bottom: 13px;
  font-family: Montserrat;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
}
.form-control::placeholder {
  color: #262626;
  font-family: Montserrat;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
}
.form-control:focus {
  border: 1px solid #000000;
}
@media (max-width: 768px) {
  .form-control {
    height: 38px;
  }
}
.form-control.required {
  border: 1px #F54341 solid;
}

@media (min-width: 1200px) {
  .header-mob {
    display: none;
  }
}
@media (max-width: 1200px) {
  .header-mob {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.header-mob .phone-xs {
  width: 24px;
  height: 24px;
  background: url(../i/phone-xs.svg) 50% 50% no-repeat;
}
@media (max-width: 576px) {
  .header-mob .logo {
    max-width: 133px;
  }
}

.search-top {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0 10px 0;
}
@media (min-width: 992px) {
  .search-top {
    display: none;
  }
}
.search-top .title {
  font-family: Montserrat;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
}
.search-top .search-close {
  background: url(../i/search-search.svg) 50% 50% no-repeat;
  width: 38px;
  height: 38px;
  position: relative;
  z-index: 4;
}

.header {
  box-shadow: 0px 4px 39px 0px #0000000F;
  background: #fff;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.header .phone a {
  display: inline-flex;
  align-items: center;
  background: url(../i/phone-black.svg) left center no-repeat;
  font-family: Montserrat;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 18px;
  letter-spacing: 0%;
  padding-left: 28px;
}
.header .phone a:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_4018_8925)'%3E%3Cpath d='M16.502 12.6901V14.9401C16.5029 15.1489 16.4601 15.3557 16.3764 15.5471C16.2927 15.7385 16.17 15.9103 16.0161 16.0515C15.8622 16.1927 15.6805 16.3002 15.4826 16.3671C15.2847 16.434 15.0751 16.4589 14.867 16.4401C12.5592 16.1893 10.3423 15.4007 8.39452 14.1376C6.5824 12.9861 5.04603 11.4497 3.89453 9.63757C2.62701 7.68098 1.83821 5.45332 1.59203 3.13507C1.57328 2.92767 1.59793 2.71864 1.6644 2.52129C1.73087 2.32394 1.8377 2.14259 1.9781 1.98879C2.1185 1.83499 2.28938 1.7121 2.47987 1.62796C2.67036 1.54382 2.87628 1.50027 3.08453 1.50007H5.33453C5.6985 1.49649 6.05137 1.62538 6.32735 1.86272C6.60332 2.10006 6.78358 2.42966 6.83452 2.79007C6.92949 3.51012 7.10561 4.21712 7.35953 4.89757C7.46043 5.16602 7.48227 5.45776 7.42246 5.73823C7.36264 6.01871 7.22367 6.27616 7.02202 6.48007L6.06953 7.43257C7.13719 9.31023 8.69187 10.8649 10.5695 11.9326L11.522 10.9801C11.7259 10.7784 11.9834 10.6395 12.2639 10.5796C12.5443 10.5198 12.8361 10.5417 13.1045 10.6426C13.785 10.8965 14.492 11.0726 15.212 11.1676C15.5763 11.219 15.9091 11.4025 16.1469 11.6832C16.3848 11.9639 16.5112 12.3223 16.502 12.6901Z' stroke='%23F54341' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_4018_8925'%3E%3Crect width='18' height='18' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.header-level-1 {
  padding: 20px 0;
  border-bottom: #EDEDED 1px solid;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .header-level-1 {
    padding: 10px 0;
    margin-bottom: 10px;
  }
}

.header-level-2 .logo {
  width: 183px;
}
@media (max-width: 1200px) {
  .header-level-2 .logo {
    display: none;
  }
}
@media (max-width: 1200px) {
  .header-level-2 .search-xs {
    background: url(../i/search-xs.svg) 50% 50% no-repeat;
    display: block;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    margin-left: auto;
  }
}
.header-level-2 .container {
  display: flex;
  flex-flow: row;
  align-items: center;
  gap: 0 30px;
}


@media (max-width: 767px) {
  .header-level-2 .container {
    gap: 0 24px;
  }
}

@media (max-width: 374px) {
  .header-level-2 .container {
    gap: 0 15px;
  }
}
.header-level-2 .search {
  flex: 1;
  position: relative;
  margin: 0;
}
.header-level-2 .search .input {
  position: relative;
}
@media (max-width: 991px) {
  .header-level-2 .search {
    transform: translateX(-100%);
    position: fixed;
    top: 0;
    left: 0;
    height: auto;
    width: 100%;
    background: #fff;
    z-index: 333;
    padding: 0 20px 20px 20px;
  }
  .header-level-2 .search.active {
    transform: translateX(0);
  }
}
.header-level-2 .search .btn-search {
  width: 40px;
  height: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0;
  right: 0;
  z-index: 2;
  background: url(../i/search.svg) left center no-repeat;
}
.header-level-2 .search .btn-search:hover {
  background: url(../i/search-red.svg) left center no-repeat;
}
@media (max-width: 991px) {
  .header-level-2 .search .btn-search {
    right: 15px;
    height: 44px;
    top: 65px;
    transform: none;
  }
  .header-level-2 .search .btn-search:focus {
    background: url(../i/search-active.svg) left center no-repeat;
  }
}
.header-level-2 .right-panel a {
  font-family: Montserrat;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  padding-left: 34px;
  height: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .header-level-2 .right-panel a {
    font-size: 0;
    padding-left: 0;
    width: 24px;
    flex-shrink: 0;
    display: block;
  }
}
.header-level-2 .right-panel a:hover {
  color: #F54341;
}
.header-level-2 .cart a {
  background: url(../i/cart.svg) left center no-repeat;
  position: relative;
}
.header-level-2 .cart a .count {
  position: absolute;
  left: 7.5px;
  top: 7px;
  font-family: Montserrat;
  font-weight: 700;
  font-style: Bold;
  font-size: 10px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #fff;
}
@media (max-width: 768px) {
  .header-level-2 .cart a {
    background: url(../i/cart-xs.svg) left center no-repeat;
  }
}
.header-level-2 .cart.active a {
  background: url(../i/shopping-cart-active.svg) left center no-repeat;
}
.header-level-2 .fav a {
  background: url(../i/like.svg) left center no-repeat;
}
.header-level-2 .fav a.active{
  background: url(../i/like-active.svg) left center no-repeat;
}
@media (max-width: 768px) {
  .header-level-2 .fav a {
    background: url(../i/like.svg) left center no-repeat;
  }
}
.header-level-2 .account a {
  background: url(../i/user.svg) left center no-repeat;
}
@media (max-width: 768px) {
  .header-level-2 .account a {
    background: url(../i/user-xs.svg) left center no-repeat;
  }
}

@media (max-width: 991px) {
  .search-blur-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(29.2px);
            backdrop-filter: blur(29.2px);
    z-index: 12;
    /* под .search */
    pointer-events: none;
    /* клики проходят сквозь слой */
    opacity: 0;
    transition: opacity 0.3s ease;
  }

  .search-blur-overlay.active {
    opacity: 1;
  }
}
.header-level-2 .search .form-control:focus + .btn-search {
  background: url(../i/search-red.svg) left center no-repeat;
}

.catalog-btn {
  background: #FF4646;
  font-family: Montserrat;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  display: inline-flex;
  align-items: center;
  margin-right: 10px;
  height: 44px;
  padding-left: 30px;
  color: #fff;
  padding-right: 30px;
  width: 150px;
}
@media (max-width: 768px) {
  .catalog-btn {
    height: 38px;
    padding: 0 20px;
    margin-right: 0;
  }
}
.catalog-btn:hover, .catalog-btn:focus, .catalog-btn:active {
  background: #E51614;
  color: #fff;
}
.catalog-btn span {
  background: url(../i/catalog.svg) 50% 50% no-repeat;
  width: 20px;
  height: 20px;
  display: block;
  margin-right: 10px;
}
.catalog-btn.active {
  background: #292929;
}
.catalog-btn.active span {
  background: url(../i/catalog-active.svg) 50% 50% no-repeat;
}

.cart-pop {
  display: none;
  height: 100%;
  position: fixed;
  position: absolute;
  top: 50px;
 right: calc((100% - min(1570px, 100%)) / 2);
  width: 100%;
  max-width: 354px;
  z-index: 33;
  box-shadow: 0px 4px 24.8px 0px #00000026;
  background: #fff;

}

@media (max-width: 768px) {
  .cart-pop {
    left: 50%;
    right: auto;       /* убираем правый отступ */
    transform: translateX(-50%); /* центрирование по горизонтали */
  }
}



.cart-pop .top {
  display: flex;
  flex-flow: row;
  align-items: center;
  position: relative;
  border-bottom: 1px solid #EDEDED;
  margin-bottom: 10px;
    padding: 10px 20px 10px 20px;

}
.cart-pop .top .title {
  font-family: Montserrat;
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
}



.cart-pop .top .close {
  position: relative;
  margin-left: auto;
  background: url(../i/x.svg) 50% 50% no-repeat;
  width: 36px;
  height: 36px;
  display: block;
  cursor: pointer;
}
.cart-pop .cart-list .item {
  display: flex;
  flex-flow: row;
  margin-bottom: 10px;
  background: #fff;
}
.cart-pop .cart-list .item .img {
  position: relative;
  width: 70px;
  height: 70px;
  margin-right: 15px;
  flex-shrink: 0;
}
.cart-pop .cart-list .item .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cart-pop .cart-list .item .title {
  font-family: Montserrat;
  font-weight: 500;
  font-style: Medium;
  font-size: 13px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: 10px;
}
.cart-pop .cart-list .item .quantity-cart {
  font-style: Bold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #292929;
  font-family: Montserrat;
}
.cart-pop .cart-list .item .quantity-cart .price {
  font-weight: 700;
}

.pop-search::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #F4F4F4;
}

.pop-search::-webkit-scrollbar {
  width: 4px;
  background-color: #F4F4F4;
}

.pop-search::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #4E4E4E;
}

.pop-search {
  box-shadow: 0px 4px 24.8px 0px #00000026;
  background: #fff;
  position: absolute;
  z-index: 4;
  margin-top: 10px;
  -webkit-overflow-scrolling: touch !important;
  overflow-y: auto;
  max-height: 70vh;
  width: 100%;
  display: none;
  left: 0;
}
.pop-search .content{
	padding-right:25px;
	width:calc(100% - 80px);
}


@media (max-width: 768px) {
  .pop-search {
    width: calc(100% - 40px);
    left: 20px;
    width: 100%;
    left: 0;
    box-shadow: none;
  }
}
.pop-search .cat-link h3 {
  font-family: Montserrat;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  margin: 0;
}
.pop-search .product-link .img {
  position: relative;
  width: 70px;
  height: 70px;
  margin-right: 15px;
}
.pop-search .product-link .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.pop-search .product-link h3 {
  font-family: Montserrat;
  font-weight: 500;
  font-style: Medium;
  font-size: 13px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  margin: 0 0 10px 0;
}
@media (max-width: 576px) {
  .pop-search .product-link h3 {
    font-family: Montserrat;
    font-weight: 500;
    font-style: Medium;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
  }
}
.pop-search .product-link .price {
  font-family: Montserrat;
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #292929;
}
.pop-search .item a {
  background: url(../i/cat-list.svg) right 20px center no-repeat;
  display: flex;
  align-items: center;
  padding: 20px;
  border-bottom: #EBEBEB 1px solid;
}

.top-slider .item {
  background: #F54341 url(../i/sl.svg) left center no-repeat;
  height: 444px;
}
@media (max-width: 576px) {
  .top-slider .item {
    height: auto;
    height: 146px;
  }
}
@media (max-width: 768px) {
	.top-slider .item .button {
		
	}
}
@media (max-width: 576px) {
	.top-slider .item .content {
		max-width: calc(100% - 189px);
		max-width:100%;
	}
}
.top-slider .item .item-content {
  display: flex;
  flex-flow: row;
  align-items: center;
  padding-left: 148px;
  gap: 0 30px;
  height: 100%;
  position: relative;
}
@media (max-width: 1200px) {
  .top-slider .item .item-content {
    padding-left: 80px;
  }
}
@media (max-width: 768px) {
  .top-slider .item .item-content {
    padding-left: 20px;
  }
}
@media (max-width: 768px) {
  .top-slider .item .item-content {
    padding-top: 0px;
    padding-bottom: 0px;
    gap: 0;
  }
}
.top-slider .item .top {
  display: flex;
  flex-flow: row;
  align-items: center;
  margin-bottom: 25px;
}
.top-slider .item .top .sub-title {
  font-family: Montserrat;
  font-weight: 700;
  font-style: Bold;
  font-size: 60px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #fff;
}
@media (max-width: 1200px) {
  .top-slider .item .top .sub-title {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .top-slider .item .top .sub-title {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .top-slider .item .top .sub-title {
    font-family: Montserrat;
    font-weight: 700;
    font-style: Bold;
    font-size: 26.6px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
  }
}
.top-slider .item .top .sk {
  margin-left: 22px;
  position: relative;
  top: 4px;
}
@media (max-width: 1200px) {
  .top-slider .item .top .sk {
    top: 0;
    margin-left: 10px;
  }
}
.top-slider .item .top .sk span {
  background: #292929;
  font-weight: 900;
  font-style: Black;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #fff;
  padding: 7px 10px;
  display: inline-flex;
  align-items: center;
  border-radius: 2px;
  justify-content: center;
}
@media (max-width: 1200px) {
  .top-slider .item .top .sk span {
    font-size: 18px;
    top: 0;
  }
}
@media (max-width: 991px) {
  .top-slider .item .top .sk span {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .top-slider .item .top .sk span {
    font-family: Nunito Sans;
    font-weight: 900;
    font-style: Black;
    font-size: 10.64px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    padding: 4px 4px 2px 4px;
  }
}
.top-slider .item h2.title {
  font-family: Montserrat;
  font-weight: 500;
  font-style: Medium;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #fff;
  margin: 0 0 35px 0;
}
@media (max-width: 1200px) {
  .top-slider .item h2.title {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .top-slider .item h2.title {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
	.top-slider .item h2.title {
		font-family: Montserrat;
		font-weight: 500;
		font-style: Medium;
		font-size: 13px;
		leading-trim: NONE;
		line-height: 100%;
		letter-spacing: 0%;
		margin-bottom: 0;
		margin-bottom: 10px;
	}
	.top-slider .item .top{
		margin-bottom: 10px;
	}
	
}
.top-slider img {
  display: block;
  margin: 0 auto;
}
.top-slider .img {
  margin-left: auto;
  margin-right: 125px;
}
@media (max-width: 576px) {
	.top-slider .img {
    
	}
}
@media (max-width: 1200px) {
  .top-slider .img {
    margin-right: 30px;
  }
}
@media (max-width: 576px) {
  .top-slider .img {
    margin-right: 20px;
    max-width: 135px;
  }
}
.top-slider .img-xs {
  display: none;
}
@media (max-width: 576px) {
  .top-slider .img-xs {
    display: block;
    height: 100%;
  }
  .top-slider .img-xs img {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
.top-slider .slick-next {
  right: 20px;
}
@media (max-width: 1200px) {
  .top-slider .slick-next {
    right: 0;
  }
}
.top-slider .slick-prev {
  left: 20px;
}
@media (max-width: 1200px) {
  .top-slider .slick-prev {
    left: 0;
  }
}
.top-slider .slick-prev,
.top-slider .slick-next {
  width: 57px;
  height: 57px;
  background: none;
}
.top-slider .slick-prev:hover,
.top-slider .slick-prev:focus,
.top-slider .slick-next:hover,
.top-slider .slick-next:focus {
  background: #00000040;
}
.top-slider .slick-prev:before {
  background: url(../i/chevron-left-white.svg) 50% 50% no-repeat;
}
.top-slider .slick-next:before {
  background: url(../i/chevron-right-white.svg) 50% 50% no-repeat;
}

@media (max-width: 767.98px) {
  .category-list .cat-item:nth-child(n+5) {
    display: none;
  }
}
.all-cat {
  margin-top: 10px;
}

.calc-row2 [type=radio]:checked,
.calc-row2 [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.calc-row2 [type=radio]:checked + label,
.calc-row2 [type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}
.calc-row2 [type=radio]:checked + label:before,
.calc-row2 [type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}
.calc-row2 [type=radio]:checked + label:after,
.calc-row2 [type=radio]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #F87DA9;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  transition: all 0.2s ease;
}
.calc-row2 [type=radio]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.calc-row2 [type=radio]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

@media (max-width: 1200px) {
  .ov {
    overflow: hidden;
  }
}

.menu_mob {
  margin: 0;
  position: relative;
  z-index: 99;
  height: 16px;
  width: 22px;
  display: none;
  cursor: pointer;
}

.menu_mob span {
  background: #4B4B4B;
  display: block;
  height: 2px;
  width: 22px;
  border-radius: 10px;
  position: absolute;
  top: 0;
  transition: 0.5s;
}
.menu_mob.active_drop_men {
  position: absolute;
  right: 20px;
  top: 26px;
}
.menu_mob.active_drop_men span {
  background: #8A8A8A;
}

.menu_mob span:nth-child(2) {
  top: 7px;
}

.menu_mob span:nth-child(3) {
  top: 14px;
}

.active_drop_men span:nth-child(1) {
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  top: 8px;
}

.active_drop_men span:nth-child(2) {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  top: 8px;
}

.active_drop_men span:nth-child(3) {
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  top: 8px;
}

.header-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-flow: row;
  gap: 0 15px;
  justify-content: space-between;
}
.header-menu ul li a {
  color: #292929;
}
.header-menu ul li a:hover {
  color: #F54341;
}

.header-menu .top {
  display: none;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #EDEDED;
}
.header-menu .top .logo {
  max-width: 133px;
}

@media (max-width: 1200px) {
  .header-menu .top {
    display: flex;
  }

  .header-menu {
    width: 100%;
    height: 100vh;
    position: absolute;
    left: 0;
    top: 0;
    padding: 20px;
    z-index: 10;
    background: #fff;
    transform: translateX(-100%);
    pointer-events: none;
    transition: 0.3s;
    -webkit-overflow-scrolling: touch !important;
    min-height: 0.01%;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .header-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    flex: 1;
  }
  .header-menu ul li {
    margin-bottom: 30px;
  }
  .header-menu ul li:last-child {
    margin-bottom: 0;
    margin-top: auto;
  }
  .header-menu ul li a {
    font-family: Montserrat;
    font-weight: 500;
    font-style: Medium;
    font-size: 13px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
  }
  .header-menu ul li .phone {
    padding-top: 20px;
    border-top: 1px solid #EDEDED;
  }
  .header-menu .sub-menu {
    display: none;
  }
  .header-menu.active {
    transform: translateX(0);
    pointer-events: initial;
  }

  .menu_mob {
    display: block;
  }
}
.catalog-menu {
  position: absolute;
  left: 0;
  width: 100%;
}
.catalog-menu .bg {
  background: #fff;
  border: 1px solid #EEEEEE;
  box-shadow: 0px 4px 24.8px 0px #00000026;
}
.catalog-menu .right {
  flex: 1;
  position: absolute;
  height: 100%;
  right: 0;
  width: calc(100% - 340px);
}
.catalog-menu .level-one-scroll {
  display: flex;
  flex-flow: row;
}
.catalog-menu ul.level-one {
  padding: 0;
  margin: 0;
  list-style: none;
}
.catalog-menu ul.level-one .level-one-li {
  position: relative;
  width: 100%;
  display: flex;
  flex-flow: row;
}
.catalog-menu ul.level-one .level-one-li a {
  font-family: Montserrat;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  border-bottom: 1px solid #EBEBEB;
  display: flex;
  align-items: center;
  padding: 12px 10px 13px 20px;
  height: 50px;
  width: 340px;
}
.catalog-menu ul.level-one .level-one-li a:hover {
  background: #F0F0F0;
  color: #000;
}
.catalog-menu ul.level-one .level-one-li a svg {
  margin-right: 10px;
}
.catalog-menu ul.level-two {
  padding: 0;
  margin: 0;
  list-style: none;
}
.catalog-menu ul.level-two .title a {
  font-family: Montserrat;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
}
.catalog-menu .block {
  width: 100%;
  border-bottom: #EBEBEB 1px solid;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding: 26px 20px;
}
.catalog-menu .block:nth-child(1) {
  padding-top: 10px;
  padding-bottom: 10px;
  height: 50px;
}

.catalog-main {
  display: flex;
  height: calc(100vh - 145px);
  left: 0;
  position: absolute;
  box-shadow: 0px 4px 24.8px 0px #00000026;
  background: #fff;
  z-index: 333;
  display: none;
}
.catalog-main.active {
  display: flex;
}
@media (max-width: 1200px) {
  .catalog-main.active {
    display: block;
  }
}
@media (max-width: 1200px) {
  .catalog-main {
    position: fixed;
    top: 0;
    left: 0;
    padding: 20px;
    height: 100vh;
    width: 100%;
  }
}

.catalog-top {
  display: none;
}
@media (max-width: 1200px) {
  .catalog-top {
    display: flex;
    border-bottom: 1px solid #EDEDED;
    padding-bottom: 10px;
    justify-content: space-between;
    align-items: center;
  }
  .catalog-top .title {
    font-family: Montserrat;
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
  }
  .catalog-top .close {
    background: url(../i/catalog-x.svg) 50% 50% no-repeat;
    width: 38px;
    height: 38px;
    display: block;
  }
}

.catalog-wrap {
  position: relative;
}

/* Левая колонка */
.catalog-categories {
  width: 340px;
  background: #fff;
  border-right: 1px solid #ddd;
  max-height: 100%;
  overflow-x: auto;
}
@media (max-width: 1200px) {
  .catalog-categories {
    width: 100%;
  }
}

.catalog-categories::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #F4F4F4;
}

.catalog-categories::-webkit-scrollbar {
  width: 4px;
  background-color: #D2D2D2;
}

.catalog-categories::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #D2D2D2;
}

@media (min-width: 1200px) {
  .catalog-submenu {
    max-height: 100%;
    overflow-x: auto;
  }
}
.catalog-submenu::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #F4F4F4;
}

.catalog-submenu::-webkit-scrollbar {
  width: 4px;
  background-color: #D2D2D2;
}

.catalog-submenu::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #D2D2D2;
}
.catalog-categories ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-bottom: 30px;
}
.catalog-categories li {
  border-bottom: 1px solid #EBEBEB;
}
@media (max-width: 1200px) {
  .catalog-categories li .arrow {
    display: block;
    margin-left: auto;
    background: url(../i/chevron-right-menu.svg) 50% 50% no-repeat;
    width: 24px;
    height: 24px;
    transition: 0.5s all;
  }
}
.catalog-categories li:hover, .catalog-categories li.active {
  background: #F0F0F0;
}
@media (max-width: 1200px) {
  .catalog-categories li:hover, .catalog-categories li.active {
    background: none;
  }
}
.catalog-categories li.open .arrow {
  background: url(../i/chevron-right-menu-active.svg) 50% 50% no-repeat;
  transform: rotate(360deg);
}

.catalog-categories li a {
  height: 50px;
  display: flex;
  padding-left: 20px;
  padding-right: 10px;
  align-items: center;
  font-family: Montserrat;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  cursor: pointer;
}
.catalog-categories li a svg {
  margin-right: 10px;
}
.catalog-categories li a:hover, .catalog-categories li a.active {
  text-decoration: none;
  color: #000;
}
@media (max-width: 1200px) {
  .catalog-categories li a {
    padding-left: 0;
    padding-right: 0;
  }
}

.catalog-categories li:hover {
  background: #e0e0e0;
}
@media (max-width: 1200px) {
  .catalog-categories li:hover {
    background: none;
  }
  .catalog-categories li:hover > a {
    color: #F54341;
  }
}

/* Правая часть */
.catalog-submenu {
  flex: 1;
  display: none;
}

@media (min-width: 1200px) {
  .catalog-submenu .full {
    border-bottom: #EBEBEB 1px solid;
    flex: 1;
    /* скрыто по умолчанию */
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 16px 20px;
  }
  .catalog-submenu .full:nth-child(1) {
    height: 51px;
    padding: 4px 20px;
  }
}
.submenu-column {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1200px) {
  .submenu-column {
    margin-bottom: 10px;
    margin-bottom: 20px;
  }
}

.submenu-column h4 {
  margin: auto 0;
}
.submenu-column h4 a {
  display: inline-flex;
  padding-right: 30px;
  position: relative;
  height: auto;
}
@media (max-width: 1200px) {
  .submenu-column h4 a {
    font-family: Montserrat;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    display: block;
  }
}
.submenu-column h4 a:after {
  content: "";
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s all;
  visibility: hidden;
  opacity: 0;
  background: url(../i/catalog-hover.svg) right center no-repeat;
}
.submenu-column h4:hover a {
  color: #FF4646;
}
.submenu-column h4:hover a:after {
  visibility: visible;
  opacity: 1;
}

.submenu-column ul {
  list-style: none;
  margin: 16px 0 0 0;
  padding: 0;
}

.submenu-list .submenu-list-item {
  margin-bottom: 14px;
  border-bottom: 0;
}
.submenu-list .submenu-list-item:last-child {
  margin-bottom: 0;
}
.submenu-list .submenu-list-item a {
  height: auto;
  color: #292929;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 13px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-decoration: none;
}
.submenu-list .submenu-list-item a:hover {
  text-decoration: none;
  color: #FF4646;
}

.catalog-submenu.active {
  display: block;
}

.catalog-submenu.active .full {
  display: grid;
}

.cat-item .item {
  background: #F0F0F0 url(../i/cat.jpg) 50% 50% no-repeat;
  height: 100%;
  width: 100%;
  display: block;
  padding: 30px 30px 0 30px;
}
@media (max-width: 768px) {
	.cat-item .item {
		padding: 10px 10px 0 10px;
	}
	.catalog-categories>ul{
		padding-bottom:100px;
	}
  
}
.cat-item .item img {
  display: block;
  margin: 0 auto;
  position: relative;
  transition: 0.5s all;
}
.cat-item .item .name {
	margin: 0;
	font-family: Montserrat;
	font-weight: 600;
	font-style: SemiBold;
	font-size: 18px;
	leading-trim: NONE;
	line-height: 100%;
	letter-spacing: 0%;
	color:#000;
}
@media (max-width: 768px) {
	.cat-item .item .name {
		font-family: Montserrat;
		font-weight: 600;
		font-style: SemiBold;
		font-size: 14px;
		leading-trim: NONE;
		line-height: 100%;
		letter-spacing: 0%;
	}
}
.cat-item .item:hover {
  color: #FF3633;
}
.cat-item .item:hover img {
  transform: translate(0%, 20px);
}

section,
main.black {
  margin-bottom: 70px;
}
section.breadcrumbs,
main.black.breadcrumbs {
  margin-bottom: 30px;
}
section.mb40,
main.black.mb40 {
  margin-bottom: 40px;
}
section.mb30,
main.black.mb30 {
  margin-bottom: 30px;
}

.category-list {
  gap: 20px 0;
  margin-right: -10px;
  margin-left: -10px;
}
@media (max-width: 768px) {
  .category-list {
    margin-right: -5px;
    margin-left: -5px;
  }
}
.category-list [class^=col-],
.category-list [class*=" col-"] {
  padding-right: 10px;
  padding-left: 10px;
}
@media (max-width: 768px) {
  .category-list [class^=col-],
.category-list [class*=" col-"] {
    padding-right: 5px;
    padding-left: 5px;
  }
}

.section-title.text-center h3 + .product-list-slider-arrows {
  margin-left: 0;
}
@media (max-width: 768px) {
  .section-title.text-center h3 + .product-list-slider-arrows {
    margin-left: auto;
  }
}

.section-title {
  margin-bottom: 20px;
  min-height: 44px;
  display: flex;
  align-items: center;
}
.section-title.text-center h3 {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .section-title.text-center h3 {
    margin: 0;
  }
}
.section-title h3 {
  font-family: Montserrat;
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  margin: 0;
}
.section-title.small {
  min-height: inherit;
}
.section-title.small h3 {
  font-family: Montserrat;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  margin: 0;
}
@media (max-width: 768px) {
  .section-title.small h3 {
    font-family: Montserrat;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
  }
}

.product-list {
	gap: 20px 0;
	align-items: flex-end;
}
.product-list-slider .slick-list {
  margin: 0 -10px;
}
@media (max-width: 768px) {
  .product-list-slider .slick-list {
    margin: 0 -5px;
  }
}
.product-list-slider .slick-track {
  display: flex;
  flex-flow: row;
}
.product-list-slider2 .slick-track {
  display: flex;
  flex-flow: row;
}
.product-item-slider,
.product-item-container.slick-slide {
  padding: 0 10px;
}

@media (max-width: 768px) {
  .product-item-slider,
.product-item-container.slick-slide, {
    padding: 0 5px;
  }
}


@media (max-width:992px) {
 .product-grid.col-md-8  .product-item[class^=col-],
.product-grid.col-md-8  .product-item[class*=" col-"] {
  -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

}

.product-item-container.slick-slide,
.product-item.slick-slide {
  height: auto !important;
}

.product-list-slider-arrows {
  position: relative;
  display: flex;
  flex-flow: row;
  gap: 0 10px;
  margin-left: auto;
}
.product-list-slider-arrows .slick-prev,
.product-list-slider-arrows .slick-next {
  position: relative;
  top: 0;
  left: 0;
  transform: none;
}

.product-list-slider-arrows2 {
  position: relative;
  display: flex;
  flex-flow: row;
  gap: 0 10px;
  margin-left: auto;
}
.product-list-slider-arrows2 .slick-prev,
.product-list-slider-arrows2 .slick-next {
  position: relative;
  top: 0;
  left: 0;
  transform: none;
}

.product-list-slider-arrows2 {
  position: relative;
  display: flex;
  flex-flow: row;
  gap: 0 10px;
  margin-left: auto;
}
.product-list-slider-arrows2 .slick-prev,
.product-list-slider-arrows2 .slick-next {
  position: relative;
  top: 0;
  left: 0;
  transform: none;
}


.product-list-slider-arrows3 {
  position: relative;
  display: flex;
  flex-flow: row;
  gap: 0 10px;
  margin-left: auto;
}
.product-list-slider-arrows3 .slick-prev,
.product-list-slider-arrows3 .slick-next {
  position: relative;
  top: 0;
  left: 0;
  transform: none;
}

.product-list-slider-arrows3 {
  position: relative;
  display: flex;
  flex-flow: row;
  gap: 0 10px;
  margin-left: auto;
}
.product-list-slider-arrows3 .slick-prev,
.product-list-slider-arrows3 .slick-next {
  position: relative;
  top: 0;
  left: 0;
  transform: none;
}



@media (min-width: 1300px) {
  .section-rec .product-item {
    width: 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.product-item {
  padding-bottom: 4px;
}
.product-item .item {
  display: block;
  box-shadow: 0px 4px 7.8px 0px #0000001A;
  padding: 20px 25px;
  display: flex;
  flex-direction: column;
  border: 1px transparent solid;
  transition: 0.5s all;
}
.product-item .item:hover {
  box-shadow: none;
  border: 1px solid #DEDEDE;
}
@media (max-width: 576px) {
	.product-item .item {
		padding: 10px;
		min-height: 355px;
	}
}
.product-item .item .img {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
}
@media (max-width: 576px) {
  .product-item .item .img {
    margin-bottom: 10px;
  }
}
.product-item .item .img a {
  display: block;
  position: relative;
  padding-bottom: 100%;
  height: 0;
  width: 100%;
}
.product-item .item .img a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*object-fit: cover;*/
  height: 100%;
  width: 100%;width: auto;
}
.product-item .item .img a img {
  display: block;
}
.product-item .info {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}
.product-item .info .top {
  background: #FF4646;
  border-radius: 2px;
  gap: 10px;
  padding: 5px 4px 3px 4px;
  font-family: Montserrat;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.product-item .info .sk {
  background: #000;
  border-radius: 2px;
  gap: 10px;
  padding: 5px 4px 3px 4px;
  font-family: Montserrat;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.product-item .title {
  margin: 0;
  font-family: Montserrat;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: 20px;
  color: #000;
}
.product-item .title:hover a {
  color: #F54341;
}
@media (max-width: 576px) {
  .product-item .title {
    font-family: Montserrat;
    font-weight: 500;
    font-style: Medium;
    font-size: 13px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
  }
}

.like {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
  background: url(../i/like.svg) 50% 50% no-repeat;
  width: 24px;
  height: 24px;
  display: block;
}
.like.active {
  background: url(../i/like-active.svg) 50% 50% no-repeat;
}

.button-cart {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  position: relative;
  height: 44px;
  align-items: center;
  border: 1px solid #292929;
  margin-top: auto;
}
.button-cart:hover, .button-cart.active {
  background: #292929;
}
.button-cart:hover .minus, .button-cart.active .minus {
  background-color: #292929 !important;
}
.button-cart.active .minus {
  background-color: #292929 !important;
}
.button-cart .plus {
	background: url(../i/plus.svg) left center no-repeat;
	width: 36px;
	height: 100%;
	z-index: 3;
	position: relative;
	cursor: pointer;
	
  
  
}
@media (max-width: 1200px) {
  .button-cart .plus {
    width: 30px;
  }
}
.button-cart .minus {
  background: url(../i/minus.svg) right center no-repeat;
  width: 40px;
  height: 100%;
  z-index: 3;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  cursor: pointer;
  z-index: 3;
  flex-shrink: 0;
}
@media (max-width: 1200px) {
  .button-cart .minus {
    width: 30px;
  }
}
.button-cart .add {
  background: url(../i/shopping-cart.svg) right center no-repeat;
  width: 40px;
  height: 100%;
  flex-shrink: 0;
}
@media (max-width: 1200px) {
  .button-cart .add {
    width: 30px;
  }
}
.button-cart .price {
  font-family: Montserrat;
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  transition: 0.5s all;
  display: inline-block;
  white-space: nowrap;
  align-items: center;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 1500px) {
  .button-cart .price {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
  }
}
@media (max-width: 1200px) {
  .button-cart .price {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}
.button-cart .price .new {
  color: #FF4646;
  line-height: 12px;
}
.button-cart .price .old {
  line-height: 12px;
  font-size: 12px;
  color: #727272;
  margin-right: 10px;
  text-decoration: line-through;
}
@media (max-width: 1200px) {
  .button-cart .price .old {
    margin-right: 0;
  }
}
.button-cart:hover .price, .button-cart.active .price {
  color: #fff;
}
.button-cart.active .plus {
	background: url(../i/plus-white.svg) left center no-repeat!important;
	width: 36px!important;
}
.button-cart:hover .plus{	
	background: url(../i/shopping-cart-active.svg) left center no-repeat;
    width: 40px;
}


.callback .img {
  flex-shrink: 0;
  max-width: 30%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .callback .img {
    max-width: 186px;
    margin: 0 auto 20px auto;
  }
  .callback .img img {
    display: block;
    margin: 0 auto;
  }
}
.callback .bg {
  padding-top: 60px;
  background: #292929;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-flow: row;
  color: #fff;
}
@media (max-width: 991px) {
  .callback .bg {
    flex-direction: column;
  }
}
.callback .bg .right {
  padding-left: 65px;
  padding-right: 5%;
  padding-bottom: 30px;
}
@media (max-width: 991px) {
  .callback .bg .right {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 25px;
  }
}
.callback .bg .title {
  font-family: Montserrat;
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .callback .bg .title {
    font-family: Montserrat;
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 20px;
  }
}
.callback .bg .list {
  display: flex;
  flex-flow: row;
  gap: 0 40px;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .callback .bg .list {
    margin-bottom: 20px;
    flex-direction: column;
    gap: 20px 0;
  }
}
.callback .bg .list .item {
  width: calc(100% / 3);
}
@media (max-width: 991px) {
  .callback .bg .list .item {
    width: 100%;
    display: flex;
    flex-flow: row;
    align-items: center;
  }
}
.callback .bg .list .icon {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .callback .bg .list .icon {
    width: 43px;
    margin-right: 20px;
    margin-bottom: 0;
  }
}
.callback .bg .list .text {
  font-family: Montserrat;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #fff;
}
@media (max-width: 991px) {
  .callback .bg .list .text {
    font-family: Montserrat;
    font-weight: 500;
    font-style: Medium;
    font-size: 13px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
  }
}
.callback .bg .form {
  display: flex;
  flex-flow: row;
  gap: 0 40px;
}
@media (max-width: 991px) {
  .callback .bg .form {
    flex-direction: column;
    gap: 15px 0;
  }
}
.callback .bg .form .form-group {
  width: calc(100% / 3);
}
@media (max-width: 991px) {
  .callback .bg .form .form-group {
    width: 100%;
  }
}
.callback .bg .form .form-group .form-control {
  background: #404040;
  border-color: #404040;
  color: #fff;
}
.callback .bg .form .form-group .form-control::placeholder {
  color: #fff;
}
.callback .bg .form .form-group .form-control:focus {
  background: #fff;
  color: #000;
}

.breadcrumb {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  font-family: Montserrat;
  font-weight: 500;
  font-style: Medium;
  font-size: 13px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  align-items: center;
  margin-bottom: 30px;
  gap: 10px 0;
}
@media (max-width: 768px) {
  .breadcrumb {
    margin-bottom: 20px;
  }
}
.breadcrumb li {
  color: #292929;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  font-weight: 600;
}
.breadcrumb li:after {
  content: "";
  background: url(../i/breadcrumb.svg) 50% 50% no-repeat;
  width: 5px;
  height: 9px;
  display: block;
  margin: 0 20px;
}
@media (max-width: 768px) {
  .breadcrumb li:after {
    margin: 0 10px;
  }
}
.breadcrumb li:last-child:after {
  display: none;
}
.breadcrumb li a {
  color: #7B7B7B;
  font-weight: 500;
}

.category-name {
  margin: 0 0 30px 0;
  font-family: Montserrat;
  font-weight: 700;
  font-style: Bold;
  font-size: 30px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
}
@media (max-width: 768px) {
  .category-name {
    font-family: Montserrat;
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 20px;
  }
}

.cat-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.cat-list .catalog li:nth-child(1) {
  border-top: 0;
}
.cat-list .first {
  border-bottom: 1px solid #EBEBEB;
  border-top: 1px solid #EBEBEB;
}
.cat-list .first a.link {
  font-family: Montserrat;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  display: flex;
  flex-flow: row;
  align-items: center;
  padding: 13px 0;
}
.cat-list .first.active .link {
  color: #FF4646;
}
.cat-list .first.active .arrow {
  background: url(../i/chevron-right-red.svg) 50% 50% no-repeat;
}
.cat-list .first:hover .link {
  color: #FF4646;
}
.cat-list .first .arrow {
  margin-left: auto;
  background: url(../i/chevron-right-gray.svg) 50% 50% no-repeat;
  width: 24px;
  height: 24px;
  display: block;
  transition: 0.5s all;
}
.cat-list .first .sub-menu {
  display: none;
  margin-bottom: 10px;
}
.cat-list .first .sub-menu li {
  padding-left: 18px;
  margin-bottom: 15px;
}
.cat-list .first .sub-menu li:last-child {
  margin-bottom: 0;
}
.cat-list .first .sub-menu li a {
  font-family: Montserrat;
  font-weight: 500;
  font-style: Medium;
  font-size: 13px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #292929;
  display: flex;
  flex-flow: row;
  align-items: center;
}
.cat-list .first .sub-menu li a:hover {
  color: #FF4646;
}
.cat-list .first .sub-menu li .count {
  padding-left: 15px;
  font-family: Montserrat;
  font-weight: 500;
  font-style: Medium;
  font-size: 13px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #7B7B7B;
  margin-left: auto;
}

.filter-tab {
  border-bottom: 1px solid #EBEBEB;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .filter-tab {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}
.filter-tab ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  gap: 10px;
  margin-bottom: 15px;
}
@media (max-width: 1200px) {
  .filter-tab ul {
    width: 100%;
    -webkit-overflow-scrolling: touch !important;
    min-height: 0.01%;
    overflow-x: auto;
    overflow-y: hidden;
    flex-flow: row;
  }
}
.filter-tab ul li {
  font-family: Montserrat;
  font-weight: 500;
  font-style: Medium;
  font-size: 13px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #292929;
  background: #F2F2F2;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  padding: 10px 10px 6px 10px;
}
.filter-tab ul li .close {
  background: url(../i/close-filter.svg) 50% 50% no-repeat;
  display: block;
  width: 10px;
  position: relative;
  top: -2px;
  height: 10px;
  font-size: 0;
  cursor: pointer;
  margin-left: 10px;
}
.filter-tab .reset {
  font-family: Montserrat;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
}
.filter-tab .reset a {
  background: url(../i/reset.svg) left center no-repeat;
  color: #A9A9A9;
  padding-left: 20px;
  line-height: 13px;
}

.result-top {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.result-top .result-text {
  font-family: Montserrat;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
}

.btn-ajax {
  background: #F3F3F3;
  color: #6B6B6B;
  font-family: Montserrat;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  height: 44px;
}
@media (max-width: 768px) {
  .btn-ajax {
    flex: none;
    width: 100%;
    height: 38px;
  }
}
.btn-ajax .load {
  display: block;
  background: url(../i/refresh-ccw.svg) 50% 50% no-repeat;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  transition: all 0.5s ease;
}
.btn-ajax.btn-ajax-min {
  max-width: 210px;
  margin-left: auto;
  margin-right: auto;
}
.btn-ajax:hover {
  background: #292929;
  color: #fff;
}
.btn-ajax:hover .load {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 1.33203V5.33203H6' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14 7.99844C13.9989 6.84065 13.6629 5.7079 13.0325 4.7368C12.4021 3.76571 11.5041 2.99775 10.447 2.52557C9.38987 2.05338 8.2187 1.89714 7.07476 2.07568C5.93082 2.25422 4.86297 2.75992 4 3.53178L2 5.33178' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14 14.668V10.668H10' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2 8C2.00105 9.15779 2.33707 10.2905 2.9675 11.2616C3.59794 12.2327 4.49588 13.0007 5.55301 13.4729C6.61013 13.9451 7.7813 14.1013 8.92524 13.9228C10.0692 13.7442 11.137 13.2385 12 12.4667L14 10.6667' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pagination-block {
  display: flex;
  flex-flow: row;
  gap: 0 40px;
}
@media (max-width: 768px) {
  .pagination-block {
    flex-direction: column;
    gap: 10px 0;
    align-items: center;
  }
}

.pagi ul {
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 10px;
  display: flex;
  flex-flow: row wrap;
}
.pagi ul li a {
  background-color: #F3F3F3;
  height: 44px;
  width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6B6B6B;
  font-family: Montserrat;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
}
.pagi ul li.active a, .pagi ul li:hover a {
  background-color: #000;
  color: #fff;
}
.pagi ul li.back a, .pagi ul li.next a {
  font-size: 0;
}
.pagi ul li.back a {
  background: url(../i/chevron-left.svg) 50% 50% no-repeat;
}
.pagi ul li.back a:hover {
  background: #000 url(../i/chevron-left-hover.svg) 50% 50% no-repeat;
}
.pagi ul li.next a {
  background: url(../i/chevron-right.svg) 50% 50% no-repeat;
}
.pagi ul li.next a:hover {
  background: #000 url(../i/chevron-right-hover.svg) 50% 50% no-repeat;
}

.aside-top {
  display: none;
  flex-flow: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .aside-top {
    display: flex;
  }
}
.aside-top .title {
  font-family: Montserrat;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
}

.filter-close {
  background: url(../i/x2.svg) 50% 50% no-repeat;
  width: 38px;
  height: 38px;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .aside-left {
    width: 100%;
    height: 100vh;
    position: absolute;
    left: 0;
    top: 0;
    padding: 20px;
    z-index: 111;
    background: #fff;
    transform: translateX(-100%);
    pointer-events: none;
    transition: 0.3s;
    -webkit-overflow-scrolling: touch !important;
    min-height: 0.01%;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .aside-left.active {
    transform: translateX(0);
    pointer-events: initial;
  }
}

.mobile-filter {
  display: none;
  flex-flow: row;
  gap: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .mobile-filter {
    display: flex;
  }
}
.mobile-filter a {
  flex: 1;
}

.btn-red path {
  transition: 0.5s all;
}
.btn-red:hover svg path {
  stroke: #4E4E4E;
}

.btn-black path {
  transition: 0.5s all;
}
.btn-black:hover svg path {
  stroke: #FF4646;
}

@media (max-width: 576px) {
  .shop-block .h3 {
    display: none;
  }
}

.tabs__content {
  display: none;
}

.tabs__content.active {
  display: block;
}

.shop-tab {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-flow: row;
  width: 100%;
  -webkit-overflow-scrolling: touch !important;
  min-height: 0.01%;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  width: auto;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .shop-tab {
    width: 100%;
  }
}
.shop-tab li {
  background: #F6F6F6;
  padding: 10px 30px;
  border-radius: 2px;
  font-family: Montserrat;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 13px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.shop-tab li svg {
  margin-right: 6px;
}
.shop-tab li svg path {
  stroke: #000;
}
.shop-tab li.active {
  background: #292929;
  color: #fff;
}
.shop-tab li.active svg path {
  stroke: #fff;
}

.h3 {
  margin-top: 0;
  font-family: Montserrat;
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: 30px;
}

.shop-list {
  gap: 20px 0;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .shop-list {
    flex-flow: row wrap;
    justify-content: space-between;
    gap: 10px 0;
  }
}
.shop-list .item {
  display: flex;
  flex-flow: row;
  box-shadow: 1px 0px 7.8px 0px #0000001A;
  background: #fff;
  padding: 20px;
  align-items: center;
}
@media (max-width: 768px) {
  .shop-list .item {
    width: calc(50% - 5px);
    flex-direction: column;
  }
}
@media (max-width: 576px) {
  .shop-list .item {
    padding: 10px;
  }
}
.shop-list .item .img {
  width: 130px;
  margin-right: 30px;
}
@media (max-width: 768px) {
  .shop-list .item .img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.shop-list .item .img img {
  width: 100%;
  display: block;
}
.shop-list .item .content {
  flex: 1;
  padding-right: 30px;
}
@media (max-width: 768px) {
  .shop-list .item .content {
    padding-right: 0;
    margin-bottom: 20px;
  }
}
.shop-list .item .content .title {
  font-family: Montserrat;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: 10px;
}
.shop-list .item .content .phone {
  margin-bottom: 10px;
}
.shop-list .item .content .phone a {
  font-family: Montserrat;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FF4646;
}
.shop-list .item .content .time {
  font-family: Montserrat;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #262626;
}

.tabs-wrapper {
  display: flex;
  flex-flow: row;
  align-items: center;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .tabs-wrapper.tabs-wrapper-xs {
    flex-flow: row wrap;
    gap: 10px 0;
  }
  .tabs-wrapper.tabs-wrapper-xs .shop-tab li {
    flex: 1;
  }
}
@media (max-width: 768px) {
  .tabs-wrapper.tabs-wrapper-action {
    flex-flow: row wrap;
    gap: 10px;
    display: grid;
    grid-template-rows: 1fr auto;
    /* верхний блок растягивается, нижний авто */
    grid-template-columns: 1fr 1fr;
  }
  .tabs-wrapper.tabs-wrapper-action .shop-tab {
    grid-column: span 2;
    /* занимает всю ширину */
  }
  .tabs-wrapper.tabs-wrapper-action .shop-tab li {
    flex: 1;
  }
}

textarea {
  resize: vertical;
  overflow: hidden;
}

.show-page {
  font-family: Montserrat;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  margin-left: 40px;
}
@media (max-width: 1200px) {
  .show-page {
    margin-left: 15px;
  }
}
@media (max-width: 768px) {
  .show-page {
    margin-left: 0;
  }
}

.action-list {
  gap: 20px 0;
}
.action-list .pagination-block {
  margin-top: 10px;
}

.action-item .item {
  display: flex;
  flex-flow: row;
  background: url(../i/action.svg) 50% 50%/cover no-repeat;
  border-radius: 2px;
  position: relative;
  overflow: hidden;
  height: 217px;
}
.action-item .item .img {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 95%;
  width: 50%;
}
.action-item .item .img img {
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
}
.action-item .item .content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 30px 0 30px 30px;
  max-width: 50%;
}
@media (max-width: 576px) {
  .action-item .item .content {
    padding: 20px 0 20px 20px;
  }
}
.action-item .item .sk {
  border-radius: 2px;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  background: #292929;
  color: #fff;
  padding: 5px 10px;
  position: absolute;
  top: 0;
  right: 0;
}
.action-item .item .date {
  margin-top: auto;
  font-family: Montserrat;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
}
.action-item .item h4 {
	font-family: Montserrat;
	font-weight: 700;
	font-style: Bold;
	font-size: 18px;
	leading-trim: NONE;
	line-height: 100%;
	letter-spacing: 0%;
	color:#000;
}
.action-list-slider .slick-list {
  margin: 0 -10px;
}
.brand-list {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 20px;
  margin-bottom: 20px;
}
.brand-list .brand-item .img {
  margin-bottom: 20px;
}
.brand-list .brand-item .item {
  border: 1px solid #E3E3E3;
  background: #fff;
  height: 100%;
  padding: 20px;
}
.brand-list .brand-item .item .img {
	height: 82px;
	display:flex;
    justify-content: center;
    align-content: space-around;
    align-items: flex-end;
}
.brand-list .brand-item .item .img img {
  max-height: 82px;
}
.brand-list .brand-item .item .title {
  font-family: Montserrat;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}
@media (max-width: 1200px) {
  .brand-list {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 991px) {
  .brand-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 768px) {
  .brand-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 576px) {
  .brand-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

.pay-row {
  gap: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 768px) {
  .pay-row {
    grid-template-columns: repeat(1, 1fr);
  }
}

.red {
  color: #FF4646;
}

.pay-item .item {
  padding: 30px;
  background: #fff;
  box-shadow: 1px 0px 7.8px 0px #0000001A;
}
@media (max-width: 576px) {
  .pay-item .item {
    font-family: Montserrat;
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    padding: 20px;
  }
}
.pay-item .item .title {
  font-family: Montserrat;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .pay-item .item .title {
    font-family: Montserrat;
    font-weight: 700;
    font-style: Bold;
    font-size: 13px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
  }
}
.pay-item .item .pay {
  margin-bottom: 20px;
}
.pay-item .item p {
  margin-bottom: 20px;
  display: block;
}
.pay-item .info {
  margin-top: 40px;
  color: #4C4C4C;
  font-family: Montserrat;
  font-weight: 500;
  font-style: Medium;
  font-size: 13px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  background: #F3F3F3;
  padding: 20px;
}

.diller-links {
  display: flex;
  gap: 30px 0;
  flex-direction: column;
}
.diller-links .item {
  display: flex;
  flex-flow: row;
}
@media (max-width: 576px) {
  .diller-links .item {
    flex-direction: column;
    gap: 15px 0;
  }
}
.diller-links .item .img {
  width: 153px;
  flex-shrink: 0;
  margin-right: 30px;
}
@media (max-width: 576px) {
  .diller-links .item .img {
    width: 100%;
    margin-right: 0;
  }
  .diller-links .item .img img {
    width: 100%;
  }
}
.diller-links .item .title {
  display: inline-flex;
  font-family: Montserrat;
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 18px;
  letter-spacing: 0%;
  background: url(../i/external-link.svg) 100% 70% no-repeat;
  padding-right: 28px;
}
.diller-links .item .text {
  margin-top: 10px;
  font-family: Montserrat;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #292929;
}

.black {
  background: #292929;
  padding: 35px 0;
  color: #fff;
  position: relative;
  min-height: 640px;
}
@media (max-width: 768px) {
  .black {
    padding: 15px 0;
    min-height: inherit;
  }
}
.black .img {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 768px) {
  .black .img {
    display: none;
  }
}
.black .breadcrumb li a,
.black .breadcrumb li {
  color: #fff;
}
.black .breadcrumb li:after {
  background: url(../i/breadcrumb-white.svg) 50% 50%;
}

.company-list {
  font-family: Montserrat;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  gap: 40px 0;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .company-list {
    gap: 20px 0;
  }
}
.company-list .item .title {
  font-family: Montserrat;
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FF4646;
  margin-bottom: 10px;
}

.aside-left .block-item {
  border-top: #EBEBEB 1px solid;
  padding-top: 20px;
  padding-bottom: 0;
  border-bottom: 0;
}
.aside-left .block-item:last-child {
  border-top: 0;
}
.aside-left .block-item .top {
  display: flex;
  flex-flow: row;
  align-items: center;
  margin-bottom: 20px;
}
.aside-left .block-item .title {
  font-family: Montserrat;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
}
.aside-left .block-item .reset {
  margin-left: auto;
  font-family: Montserrat;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
}
.aside-left .block-item .reset a {
  background: url(../i/reset.svg) left center no-repeat;
  color: #A9A9A9;
  padding-left: 20px;
  line-height: 13px;
}

.black-form {
  display: flex;
  flex-flow: row;
  background: #292929;
  border-radius: 10px;
  overflow: hidden;
  min-height: 476px;
}
@media (max-width: 768px) {
  .black-form {
    flex-direction: column;
    padding-bottom: 20px;
  }
}
.black-form .img {
  margin-right: 64px;
  padding-top: 26px;
  max-width: 492px;
  width: 100%;
  margin-top: auto;
}
@media (max-width: 1200px) {
  .black-form .img {
    margin-right: 30px;
  }
}
@media (max-width: 768px) {
  .black-form .img {
    width: 100%;
    max-width: 186px;
    margin: 0 auto 20px auto;
    padding: 10px 0 0 0;
  }
  .black-form .img img {
    display: block;
    margin: 0 auto;
  }
}
.black-form .right {
  flex: 1;
  padding-right: 128px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
}
@media (max-width: 1200px) {
  .black-form .right {
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  .black-form .right {
    padding: 0 10px;
  }
}
.black-form .right .title {
  font-family: Montserrat;
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #fff;
  margin-bottom: 40px;
}
@media (max-width: 576px) {
  .black-form .right .title {
    margin-bottom: 20px;
    text-align: center;
  }
}
.black-form .row {
  gap: 20px 0;
}
.black-form .form-control {
  background: #404040;
  border-color: #404040;
  color: #fff;
}
.black-form .form-control::placeholder {
  color: #fff;
}
.black-form .contact {
  display: flex;
  flex-flow: row;
  align-items: center;
  margin-bottom: 40px;
}
@media (max-width: 576px) {
  .black-form .contact {
    margin-bottom: 20px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    gap: 0 20px;
  }
}
.black-form .contact .phone {
  margin-right: 20px;
}
@media (max-width: 576px) {
  .black-form .contact .phone {
    margin-right: 0;
    text-align: center;
  }
}
.black-form .contact .phone a {
  background: url(../i/phone18.svg) left center no-repeat;
  font-family: Montserrat;
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  padding-left: 28px;
  display: inline-flex;
  align-items: center;
  min-height: 18px;
  color: #fff;
  flex-shrink: 0;
  white-space: nowrap;
}
.black-form .contact .soc {
  display: flex;
  flex-flow: row;
  gap: 0 4px;
  margin-right: 50px;
}
.black-form .contact .soc a {
  display: block;
  width: 24px;
  height: 24px;
}
.black-form .contact .soc .wh {
  background: url(../i/wh.svg) 50% 50% no-repeat;
}
.black-form .contact .soc .tg {
  background: url(../i/tg.svg) 50% 50% no-repeat;
}
@media (max-width: 576px) {
  .black-form .contact .email {
    width: 100%;
    margin-top: 16px;
    text-align: center;
  }
}
.black-form .contact .email a {
  background: url(../i/mail20.svg) left center no-repeat;
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  padding-left: 30px;
  display: inline-flex;
  align-items: center;
  min-height: 20px;
  color: #fff;
}
@media (max-width: 576px) {
  .black-form .btn-default {
    width: 100%;
  }
}

.status-box {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 4px 24.8px 0px #00000026;
  padding: 20px;
  width: 354px;
  position: absolute;
  display: none;
  z-index: 3;
}
@media (max-width: 768px) {
  .status-box {
    width: auto;
    margin-right: 30px;
  }
}

.status-item {
  position: relative;
  padding-left: 30px;
  padding-bottom: 27px;
}

.status-item:last-child {
  margin-bottom: 0;
}

.status-item::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 0px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #d3d3d3;
}

.status-item.active::before {
  background: #e53935;
}

.status-item::after {
  content: "";
  position: absolute;
  left: 12px;
  top: 20px;
  width: 2px;
  height: calc(100% - 27px);
  background: #e0e0e0;
}

.status-item.last-active::after {
  background: #e53935;
}

.status-item:last-child::after {
  display: none;
}

.status-title {
  font-family: Montserrat;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: 10px;
}

.status-desc {
  font-family: Montserrat;
  font-weight: 500;
  font-style: Medium;
  font-size: 13px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #333333;
}

.cancel-block {
  font-family: Montserrat;
  font-weight: 500;
  font-style: Medium;
  font-size: 13px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
.cancel-block b {
  color: #FF4646;
  font-family: Montserrat;
  font-weight: 700;
  font-style: Bold;
  font-size: 13px;
}

@media (max-width: 576px) {
  .add-profile .btn-gray.btn-lg {
    padding: 13px 20px;
    width: 100%;
  }
}

span.current {
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}

.cancel-list {
  display: flex;
  flex-direction: column;
  gap: 12px 0;
}

.section-404 {
  margin-bottom: 0;
}

.wrapper-404 {
  display: flex;
  flex-flow: row;
  gap: 0 180px;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .wrapper-404 {
    padding-top: 30px;
    flex-direction: column;
  }
}
.wrapper-404 .content {
  padding-top: 109px;
}
@media (max-width: 768px) {
  .wrapper-404 .content {
    padding-top: 0;
    padding-bottom: 35px;
  }
}
@media (max-width: 768px) {
  .wrapper-404 .img {
    max-width: 203px;
    margin: 0 auto;
  }
}

.title-404 {
  font-family: Montserrat;
  font-weight: 400;
  font-style: Regular;
  font-size: 140px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  margin: 0 0 20px 0;
}
@media (max-width: 1200px) {
  .title-404 {
    font-size: 100px;
  }
}
@media (max-width: 991px) {
  .title-404 {
    font-size: 80px;
  }
}
@media (max-width: 768px) {
  .title-404 {
    font-size: 70px;
  }
}
@media (max-width: 768px) {
  .title-404 {
    font-size: 60px;
  }
}

.sub-title-404 {
  font-family: Montserrat;
  font-weight: 700;
  font-style: Bold;
  font-size: 30px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  margin: 0 0 20px 0;
}
@media (max-width: 1200px) {
  .sub-title-404 {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .sub-title-404 {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .sub-title-404 {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .sub-title-404 {
    font-size: 20px;
  }
}

.text-404 {
  font-family: Montserrat;
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #292929;
  margin: 0 0 40px 0;
}
@media (max-width: 768px) {
  .text-404 {
    font-size: 16px;
  }
}

/* Slider */
.slick-slider {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}

.slick-slider.slick-initialized {
  visibility: visible;
  opacity: 1;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

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

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-slide:focus {
  outline: none;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 44px;
  height: 44px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 3;
  background: #F3F3F3;
}
@media (max-width: 576px) {
  .slick-prev,
.slick-next {
    width: 38px;
    height: 38px;
  }
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: #292929;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

.slick-prev:before,
.slick-next:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
}

.slick-prev:before {
  background: url(../i/chevron-left.svg) 50% 50% no-repeat;
}
.slick-prev:hover:before, .slick-prev:focus:before {
  background: url(../i/chevron-left-hover.svg) 50% 50% no-repeat;
}

.slick-next:before {
  background: url(../i/chevron-right.svg) 50% 50% no-repeat;
}
.slick-next:hover:before, .slick-next:focus:before {
  background: url(../i/chevron-right-hover.svg) 50% 50% no-repeat;
}

/* Dots */
.slick-dots {
  display: flex;
  justify-content: center;
  margin: 25px 0 0 0;
  padding: 0;
  list-style: none;
  align-items: center;
}
.slick-dots li {
  margin: 0 5px;
}
.slick-dots li button {
  display: block;
  width: 17px;
  height: 3px;
  padding: 0;
  border: none;
  background-color: #D9D9D9;
  font-size: 0;
}
.slick-dots li.slick-active button {
  background-color: #292929;
}

.product-img .info {
  position: absolute;
  left: 8px;
  top: 8px;
  z-index: 3;
}

.product-img .info .top {
  background: #FF4646;
  border-radius: 2px;
  gap: 10px;
  padding: 5px 4px 3px 4px;
  font-family: Montserrat;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.product-img .info .sk {
  background: #000;
  border-radius: 2px;
  gap: 10px;
  padding: 5px 4px 3px 4px;
  font-family: Montserrat;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.product-img {
  position: relative;
}
.product-img img {
  border: 1px solid #E3E3E3;
  border-radius: 4px;
}
.product-img .disc {
  font-family: Montserrat;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  margin-top: 50px;
  color: #292929;
}

.product-row {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .product-row {
    flex-direction: column;
  }
}
.product-row .product-img {
  width: 30%;
}
@media (max-width: 768px) {
  .product-row .product-img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.product-row .product-right {
  width: 30%;
}
@media (max-width: 768px) {
  .product-row .product-right {
    width: 100%;
  }
}
.product-row .product-right .top {
	display: flex;
	flex-flow: row;
	align-items: center;
	margin-bottom: 30px;
	justify-content: space-between;
    align-items: flex-start
}
.product-row .info {
  width: 30%;
}
@media (max-width: 768px) {
  .product-row .info {
    width: 100%;
    margin-bottom: 40px;
  }
}
.product-row .info .disc {
  font-family: Montserrat;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  margin-top: 30px;
}
.product-row .info .disc p {
  margin-bottom: 20px;
}
.product-row .info .disc p:last-child {
  margin-bottom: 0;
}
.product-row .info .item {
  display: flex;
  flex-flow: row;
  gap: 0 8px;
  margin-bottom: 20px;
}
.product-row .info .item:last-child {
  margin-bottom: 0;
}
.product-row .info .item .title {
  font-family: Montserrat;
  font-weight: 500;
  font-style: Medium;
  font-size: 13px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
}
.product-row .info .item .value {
  font-family: Montserrat;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 13px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
}

.product-right .btn-default {
  gap: 0 10px;
}
.product-right .button-cart-block {
  border: 1.5px solid #DBDBDB;
  height: 44px;
  width: 100%;
  max-width: 140px;
  display: flex;
  flex-shrink: 0;
  flex-flow: row;
}
@media (max-width: 768px) {
  .product-right .button-cart-block {
    order: 4;
  }
}
.product-right .button-cart-block .input-value {
  background: transparent;
  border: 0;
  outline: 0;
  display: block;
  width: 100%;
  flex: 1;
  text-align: center;
  font-family: Montserrat;
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #292929;
}
.product-right .button-cart-block .minus {
  background: url(../i/m.svg) 50% 50% no-repeat;
  height: 100%;
  width: 26px;
}
.product-right .button-cart-block .plus {
  background: url(../i/p.svg) left center no-repeat;
  height: 100%;
  width: 26px;
}
.product-right .price {
	display: flex;
	flex-flow: row;
	gap: 0 20px;
	white-space: nowrap;
	margin-bottom: 20px;
    align-items: flex-end;
}
.product-right .price span {
  font-family: Montserrat;
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
}
.product-right .price span.normal {
  color: #FF4646;
}
.product-right .price .old {
  font-family: Montserrat;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-decoration: line-through;
  color: #727272;
}
.product-right .product-info {
  display: flex;
  flex-flow: row;
  align-items: center;
  gap: 0 20px;
}
.product-cart-row {
  background: #C7C7C71A;
  padding: 30px;
}
.product-cart-row .top {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}

.favorit-btn,
.share-btn {
  background: none;
  font-family: Montserrat;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  display: inline-flex;
  align-items: center;
  gap: 0 10px;
  color: #6B6B6B;
}

/* START TOOLTIP STYLES */
[tooltip] {
  position: relative;
  /* opinion 1 */
}

/* Applies to all tooltips */
[tooltip]::before,
[tooltip]::after {
  text-transform: none;
  /* opinion 2 */
  font-size: 0.9em;
  /* opinion 3 */
  line-height: 1;
  -webkit-user-select: none;
          user-select: none;
  pointer-events: none;
  position: absolute;
  display: none;
  opacity: 0;
}

[tooltip]::before {
  content: "";
  border: 5px solid transparent;
  /* opinion 4 */
  z-index: 1001;
  /* absurdity 1 */
}

[tooltip]::after {
  content: attr(tooltip);
  /*
  Let the content set the size of the tooltips
  but this will also keep them from being obnoxious
  */
  min-width: 223px;
  max-width: 223px;
  overflow: hidden;
  padding: 1ch 1.5ch;
  border-radius: 6px;
  box-shadow: 0px 4px 8.4px 0px #00000026;
  background: #fff;
  color: #fff;
  z-index: 1000;
  font-family: Montserrat;
  font-weight: 500;
  font-style: Medium;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #6C6C6C;
}

/* Make the tooltips respond to hover */
[tooltip]:hover::before,
[tooltip]:hover::after {
  display: block;
}

/* don't show empty tooltips */
[tooltip=""]::before,
[tooltip=""]::after {
  display: none !important;
}

/* FLOW: UP */
[tooltip]:not([flow])::before,
[tooltip][flow^=up]::before {
  bottom: 100%;
  border-bottom-width: 0;
  border-top-color: #fff;
}

[tooltip]:not([flow])::after,
[tooltip][flow^=up]::after {
  bottom: calc(100% + 5px);
}

[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^=up]::before,
[tooltip][flow^=up]::after {
  left: 50%;
  transform: translate(-50%, -0.5em);
}

/* FLOW: DOWN */
[tooltip][flow^=down]::before {
  top: 100%;
  border-top-width: 0;
  border-bottom-color: #fff;
}

[tooltip][flow^=down]::after {
  top: calc(100% + 5px);
}

[tooltip][flow^=down]::before,
[tooltip][flow^=down]::after {
  left: 50%;
  transform: translate(-50%, 0.5em);
}

/* FLOW: LEFT */
[tooltip][flow^=left]::before {
  top: 50%;
  border-right-width: 0;
  border-left-color: #fff;
  left: calc(0em - 5px);
  transform: translate(-0.5em, -50%);
}

[tooltip][flow^=left]::after {
  top: 50%;
  right: calc(100% + 5px);
  transform: translate(-0.5em, -50%);
}

/* FLOW: RIGHT */
[tooltip][flow^=right]::before {
  top: 50%;
  border-left-width: 0;
  border-right-color: #fff;
  right: calc(0em - 5px);
  transform: translate(0.5em, -50%);
}

[tooltip][flow^=right]::after {
  top: 50%;
  left: calc(100% + 5px);
  transform: translate(0.5em, -50%);
}

/* KEYFRAMES */
@keyframes tooltips-vert {
  to {
    opacity: 0.9;
    transform: translate(-50%, 0);
  }
}
@keyframes tooltips-horz {
  to {
    opacity: 0.9;
    transform: translate(0, -50%);
  }
}
/* FX All The Things */
[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^=up]:hover::before,
[tooltip][flow^=up]:hover::after,
[tooltip][flow^=down]:hover::before,
[tooltip][flow^=down]:hover::after {
  animation: tooltips-vert 300ms ease-out forwards;
}

[tooltip][flow^=left]:hover::before,
[tooltip][flow^=left]:hover::after,
[tooltip][flow^=right]:hover::before,
[tooltip][flow^=right]:hover::after {
  animation: tooltips-horz 300ms ease-out forwards;
}

.status-product {
  font-family: Montserrat;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 13px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: 10px;
  display: flex;
  flex-flow: row;
  align-items: center;
}
.status-product a {
  color: #FF4646;
  text-decoration: underline;
}
.status-product .yes {
  background: url(../i/check-check.svg) left center no-repeat;
  width: 20px;
  height: 20px;
  display: block;
  margin-right: 10px;
}

.status-product-text {
  font-family: Montserrat;
  font-weight: 500;
  font-style: Medium;
  font-size: 13px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #6C6C6C;
}

.product-img img {
  /*aspect-ratio: 1/1;*/
  display: block;
  width: 100%;
}

.slider-product-image-nav {
  margin-top: 10px;
}
.slider-product-image-nav .slick-track {
  margin-left: 0;
}
.slider-product-image-nav .slick-list {
  margin: 0 -4px;
}
.slider-product-image-nav .img {
  margin: 0 6px;
  border: 1px #E3E3E3 solid;
  cursor: pointer;
}
.slider-product-image-nav .img.slick-current {
  border-color: #FF4646;
  cursor: default;
}

.slider-product-image .slick-prev,
.slider-product-image .slick-next {
  background: #33333375;
}
.slider-product-image .slick-prev:before {
  background: url(../i/chevron-left-hover.svg) 50% 50% no-repeat;
}
.slider-product-image .slick-next:before {
  background: url(../i/chevron-right-hover.svg) 50% 50% no-repeat;
}

.options .title {
  font-family: Montserrat;
  font-weight: 500;
  font-style: Medium;
  font-size: 13px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: 10px;
}
.options .options-list {
  margin-bottom: 20px;
}
.options .options-list .items {
  margin-bottom: 0px;
}

.label-grid {
  display: flex;
  flex-flow: row wrap;
  gap: 10px;
}

.label-item {
  margin-bottom: 20px;
}
.label-item:last-child {
  margin-bottom: 0;
}
.label-item .title {
  font-family: Montserrat;
  font-weight: 500;
  font-style: Medium;
  font-size: 13px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: 10px;
}

input[type=radio] + label.option {
  padding: 10px;
  border: 1px solid #E8E8E8;
  display: inline-flex;
  width: auto;
  height: auto;
  border-radius: 2px;
  margin-bottom: 0;
}

input[type=radio]:disabled + label {
  background: #F6F6F6;
  color: #8F8F8F;
  cursor: default;
}

input[type=radio] + label.option:before {
  transform: none;
  top: inherit;
  bottom: 10px;
  left: 10px;
  display: none;
}

input[type=radio]:checked + label.option {
  border: 1px solid #FF4646;
  background: #fff;
}

.options-list {
  display: flex;
  flex-flow: row wrap;
  gap: 10px;
}

.button-cart-variable {
  border: 1.5px solid #DBDBDB;
  height: 44px;
  width: 100%;
  max-width: 100px;
  display: flex;
  flex-shrink: 0;
  flex-flow: row;
}
@media (max-width: 768px) {
  .button-cart-variable {
    order: 4;
  }
}
.button-cart-variable .input-value {
  background: transparent;
  border: 0;
  outline: 0;
  display: block;
  width: 100%;
  flex: 1;
  text-align: center;
  font-family: Montserrat;
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #292929;
}
.button-cart-variable .minus {
  background: url(../i/m.svg) 50% 50% no-repeat;
  height: 100%;
  width: 26px;
}
.button-cart-variable .plus {
  background: url(../i/p.svg) left center no-repeat;
  height: 100%;
  width: 26px;
}

.variable-product .variable-item {
  padding: 10px;
  box-shadow: 1px 0px 7.8px 0px #0000001A;
  display: flex;
  flex-flow: row;
  align-items: center;
}
.variable-product .variable-item .color {
  position: relative;
  width: 54px;
  height: 54px;
  margin-right: 10px;
}
.variable-product .variable-item .color img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.variable-product .variable-item .button-cart-variable {
  margin-left: auto;
  margin-right: 20px;
}
.variable-product .variable-item .content {
  display: flex;
  flex-flow: column;
}
.variable-product .variable-item .content .name {
  font-family: Montserrat;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  margin: 0 0 7px 0;
}
.variable-product .variable-item .content .price {
  font-family: Inter;
  font-weight: 700;
  font-style: bold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
}

.smart-filter-section .smart-filter-slider-price-bar-vd {
  background: #FF4646;
}
.smart-filter-section .smart-filter-slider-handle {
  width: 16px;
  height: 16px;
  border-radius: 100%;
  border: 0 !important;
  background: #FF4646;
}
.smart-filter-section .smart-filter-slider-handle {
  top: 0;
  margin-top: -5px;
}
.smart-filter-section .smart-filter-slider-ruler {
  display: none;
}
.smart-filter-section .smart-filter-slider-track-container {
  overflow: hidden;
  padding: 20px 0px 20px 0px;
}
.smart-filter-section .smart-filter-slider-track {
  height: 5px;
}
.smart-filter-section .smart-filter-slider-track {
  background: #E9E9E9;
}
.smart-filter-section .smart-filter-slider-handle.left {
  margin-left: 0;
}
.smart-filter-section .smart-filter-slider-handle.right {
  margin-right: 0;
}

.product-item,
.product-item .item,
.product-item-container {
  height: 100%;
}







.cat-item {
  min-height: 370px;
}
@media (max-width: 768px) {
  .cat-item {
    min-height: 172px;
  }
}


@media (max-width: 1200px) {
  .cat-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
  }
}

@media (max-width: 768px) {
  .cat-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
  }
}
.footer-level-1 {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: 1px solid #EDEDED;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .footer-level-1 {
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: flex-start;
    padding-top: 20px;
  }
  .footer-level-1 .footer-logo {
    order: 1;
    width: 30%;
  }
  .footer-level-1 .footer-right {
    order: 2;
    width: 70%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .footer-level-1 .contact {
    order: 3;
    margin-top: 30px;
    margin-right: 30px;
  }
}
@media (max-width: 576px) {
  .footer-level-1 {
    gap: 20px 0;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 20px;
  }
  .footer-level-1 .contact {
    order: 2;
    margin-right: 0;
    margin-top: 0;
  }
  .footer-level-1 .footer-right {
    width: 100%;
    align-items: center;
  }
  .footer-level-1 .footer-logo {
    width: 100%;
  }
  .footer-level-1 .footer-logo img {
    display: block;
    margin: 0 auto;
  }
}
.footer-level-1 .contact {
  display: flex;
  flex-flow: row;
  align-items: center;
}
.footer-level-1 .contact .block {
  background: url(../i/message-square-text.svg) left center no-repeat;
  padding-left: 64px;
  min-height: 44px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-right: 20px;
}
.footer-level-1 .contact .block.chat {
  background: url(../i/chat.svg) left center no-repeat;
}
.footer-level-1 .contact .block .phone a {
  font-family: Montserrat;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #000;
  margin-bottom: 4px;
}
.footer-level-1 .contact .block .phone a:hover {
  color: #F54341;
}
.footer-level-1 .contact .block .time {
  font-family: Montserrat;
  font-weight: 500;
  font-style: Medium;
  font-size: 13px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #292929;
}
.footer-level-1 .soc {
  display: flex;
  flex-flow: row;
  gap: 0 10px;
}
.footer-level-1 .soc a {
  display: block;
  width: 24px;
  height: 24px;
}
.footer-level-1 .soc .wh {
  background: url(../i/wh.svg) 50% 50% no-repeat;
}
.footer-level-1 .soc .tg {
  background: url(../i/tg.svg) 50% 50% no-repeat;
}

.footer-soc {
  display: flex;
  flex-flow: row;
  gap: 0 10px;
}
.footer-soc a {
  display: block;
  width: 24px;
  height: 24px;
}
.footer-soc .you {
  background: url(../i/youtube.svg) 50% 50% no-repeat;
}
.footer-soc .rutube {
  background: url(../i/rutube.svg) 50% 50% no-repeat;
}
.footer-soc .dzen {
  background: url(../i/dzen.svg) 50% 50% no-repeat;
}
.footer-soc .vk {
  background: url(../i/vk.svg) 50% 50% no-repeat;
}
.footer-soc .telegram {
  background: url(../i/telegram.svg) 50% 50% no-repeat;
}
.footer-soc .max {
  background: url(../i/max.svg) 50% 50% no-repeat;
  background-size:24px 24px;
}



.footer-right .email {
  margin-top: 14px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  background: url(../i/mail.svg) left center no-repeat;
  padding-left: 30px;
  font-family: Montserrat;
  font-weight: 700;
  font-style: Bold;
  font-size: 13px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
}
.footer-right .email a {
  color: #292929;
}
.footer-right .email a:hover {
  color: #F54341;
}

.footer-level-2 {
  display: flex;
  flex-flow: row;
  gap: 0 20px;
  padding-bottom: 30px;
}
@media (max-width: 991px) {
  .footer-level-2 {
    flex-flow: row wrap;
    gap: 20px;
    padding-bottom: 25px;
  }
}
.footer-level-2 .item {
  width: 20%;
}
@media (max-width: 991px) {
  .footer-level-2 .item {
    width: calc(25% - 15px);
  }
}
@media (max-width: 576px) {
  .footer-level-2 .item {
    width: 100%;
  }
}
.footer-level-2 .item ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer-level-2 .item ul li {
  margin-bottom: 20px;
}
.footer-level-2 .item ul li:last-child {
  margin-bottom: 0;
}
.footer-level-2 .item ul li a {
  font-family: Montserrat;
  font-weight: 500;
  font-style: Medium;
  font-size: 13px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
}
.footer-level-2 .item ul li a:hover {
  color: #F54341;
}
@media (max-width: 991px) {
  .footer-level-2 .item ul li a {
    text-align: center;
    display: block;
  }
}
.footer-level-2 .item.copy {
  color: #464646;
  font-family: Montserrat;
  font-weight: 500;
  font-style: Medium;
  font-size: 13px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
}
@media (max-width: 991px) {
  .footer-level-2 .item.copy {
    width: 100%;
    text-align: center;
  }
}

.category-name.flex {
  display: flex;
  flex-flow: row;
  align-items: center;
}

.cart-counter {
  font-family: Montserrat;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  margin-left: 20px;
}
@media (max-width: 768px) {
  .cart-counter {
    margin-left: auto;
  }
}

.delivery-top {
  margin-bottom: 20px;
  gap: 10px 0;
}
.delivery-top .item {
  height: 100%;
}

.polz {
  color: red;
  margin-bottom: 20px;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

.filter-item {
  margin-bottom: 12px;
}

.block-item {
  border-bottom: #EBEBEB 1px solid;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.block-item.no-border {
  margin-bottom: 40px;
  border-bottom: 0;
  border-top: 0;
}

input[type=checkbox] + label {
  position: relative;
  cursor: pointer;
  padding-left: 30px;
  display: block;
}

input[type=checkbox] + label:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: url(../i/checkbox.svg) 50% 50% no-repeat;
  height: 18px;
  width: 18px;
  text-align: center;
  vertical-align: middle;
  transition: all ease 0.3s;
}

input[type=checkbox].checkbox-white:checked + label:before {
  background: url("data:image/svg+xml,%0A%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='18' height='18' rx='2' fill='%23404040'/%3E%3Cpath d='M13 6L7.5 11.5L5 9' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") 50% 50% no-repeat;
}

input[type=checkbox].checkbox-white + label:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: url(../i/checkbox.svg) 50% 50% no-repeat;
  height: 18px;
  width: 18px;
  text-align: center;
  vertical-align: middle;
  transition: all ease 0.3s;
}

input[type=checkbox].checkbox-white + label {
  color: #fff;
}
input[type=checkbox].checkbox-white + label a {
  color: #fff;
  text-decoration: underline;
}

input[type=checkbox]:checked + label:before {
  background: url(../i/checkbox-active.svg) 50% 50% no-repeat;
}

input[type=radio] + label:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  background: #eee;
  height: 18px;
  width: 18px;
  text-align: center;
  vertical-align: middle;
  transition: all ease 0.3s;
  border-radius: 100%;
}

input[type=radio]:checked + label:before {
  background: url(../i/radio.svg) 50% 50% no-repeat;
}

input[type=radio] + label {
  display: flex;
  height: 100%;
  flex-flow: row wrap;
  width: 100%;
  position: relative;
  cursor: pointer;
  gap: 10px 0;
  font-family: Montserrat;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #333333;
  align-items: center;
  background: #C7C7C71A;
  border: 1px #C7C7C71A solid;
  transition: 0.3s all;
  padding: 20px 20px 20px 48px;
}
input[type=radio] + label.user-select {
  display: flex;
  flex-flow: row wrap;
  padding: 14px 20px;
}
input[type=radio] + label.user-select .info {
  width: 100%;
  font-family: Montserrat;
  font-weight: 500;
  font-style: Medium;
  font-size: 13px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: 14px;
}
input[type=radio] + label.user-select .select-bottom {
  width: 100%;
  padding-top: 10px;
  border-top: #E5E5E5 1px solid;
  padding-left: 28px;
  font-family: Montserrat;
  font-weight: 500;
  font-style: Medium;
  font-size: 13px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #555555;
}
input[type=radio] + label.user-select:before {
  transform: none;
  top: inherit;
  bottom: 12px;
}
input[type=radio] + label .top-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
}
input[type=radio] + label .top-info .button-list {
  margin-left: auto;
}
input[type=radio] + label .top {
  display: flex;
  flex-flow: row;
  align-items: center;
  width: 100%;
}
input[type=radio] + label .top .img {
  margin-left: auto;
}
@media (max-width: 1600px) {
  input[type=radio] + label .top {
    flex-flow: row wrap;
  }
  input[type=radio] + label .top .select-shop {
    margin-top: 10px;
    margin-left: 0;
    width: 100%;
  }
}
input[type=radio] + label .top .type {
  font-family: Montserrat;
  font-weight: 700;
  font-style: Bold;
  font-size: 13px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
}
input[type=radio] + label .top .time {
  font-family: Montserrat;
  font-weight: 700;
  font-style: Bold;
  font-size: 13px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FF4646;
  margin-left: 10px;
}

input[type=radio]:checked + label {
  border: 1px solid #FF4646;
  background: #C7C7C71A;
}

input[type=radio] + label.vertical-align-top {
  padding: 10px 10px 10px 38px;
  border: 1px solid #E8E8E8;
}

input[type=radio] + label.vertical-align-top:before {
  transform: none;
  top: inherit;
  bottom: 10px;
  left: 10px;
}

input[type=radio]:checked + label.vertical-align-top {
  border: 1px solid #4E4E4E;
  background: #fff;
}

input[type=radio]:checked + label.user-select .select-bottom {
  color: #000000;
}

input[type=radio] + label.no-border {
  border: 1px solid transparent;
  background: #fff;
  padding-left: 28px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 0;
}
input[type=radio] + label.no-border:before {
  top: 6px;
  transform: none;
  left: 0;
}
@media (max-width: 768px) {
  input[type=radio] + label.no-border:before {
    top: 8px;
  }
}
input[type=radio] + label.no-border .align {
  display: flex;
  flex-flow: row;
  align-items: center;
  width: 100%;
}
input[type=radio] + label.no-border .align .top {
  gap: 10px 0;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: flex-start;
}

input[type=radio]:checked + label.no-border {
  border: 1px solid transparent;
  background: #fff;
}

.select-shop {
  margin-left: auto;
}
@media (max-width: 768px) {
  .select-shop {
    display: none;
  }
}
.select-shop a {
  font-family: Montserrat;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 13px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #929292;
}

.select-shop-xs {
  display: none;
}
@media (max-width: 768px) {
  .select-shop-xs {
    position: relative;
    display: block;
  }
  .select-shop-xs a {
    width: 100%;
    border: 1px solid #E5E5E5;
    color: #929292;
    padding: 10px;
    display: flex;
    justify-content: center;
    color: #929292;
    background: #fff;
    font-family: Montserrat;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 13px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
  }
}

.cart-list .item {
  display: flex;
  flex-flow: row;
  align-items: center;
  gap: 0 40px;
  gap: 0px;
  padding: 20px 0;
  border-bottom: #EBEBEB 1px solid;
}
@media (max-width: 768px) {
  .cart-list .item {
    flex-direction: column;
    gap: 20px;
  }
}
.cart-list .item:nth-child(1) {
  border-bottom: #EBEBEB 1px solid;
  border-top: 0;
}
.cart-list .item:nth-last-child(1) {
  border-bottom: #EBEBEB 1px solid;
}
.cart-list .item .left {
	display: flex;
	flex-flow: row;
	align-items: center;
	gap: 0 20px;
	width: calc(100% - 370px);
}
@media (max-width: 768px) {
	.cart-list .item .left {
		align-items: flex-start;
		width:100%;
	}
	.cart-list .item .right {
		width: 100%;
	}
}
.cart-list .item .right {
	gap: 0 40px;
	display: flex;
	flex-flow: row;
	align-items: center;
	margin-left: auto;
    justify-content: space-between;
}
@media (max-width: 768px) {
  .cart-list .item .right {
    width: 100%;
    gap: 0 10px;
    justify-content: space-between;
    margin-left: 0;
  }
}
.cart-list .item .img {
  position: relative;
  height: 70px;
  width: 70px;
  flex-shrink: 0;
}
.cart-list .item .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cart-list .item .name a {
  font-family: Montserrat;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  display: block;
  color: #000000;
}
.cart-list .item .name .count {
  margin-top: 10px;
  font-family: Inter;
  font-weight: 500;
  font-style: Medium;
  font-size: 13px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #929292;
  display: flex;
  flex-flow: row;
  align-items: center;
  gap: 0 30px;
}
@media (max-width: 768px) {
  .cart-list .item .name .count {
    flex-direction: column;
    gap: 20px 0;
    align-items: flex-start;
  }
}
.cart-list .item .name .count span {
  white-space: nowrap;
}
.cart-list .item .button-cart-block {
  border: 1.5px solid #DBDBDB;
  height: 44px;
  width: 100%;
  max-width: 96px;
  display: flex;
  flex-shrink: 0;
  flex-flow: row;
}
@media (max-width: 768px) {
  .cart-list .item .button-cart-block {
    order: 4;
  }
}
.cart-list .item .button-cart-block .input-value {
  background: transparent;
  border: 0;
  outline: 0;
  display: block;
  width: 100%;
  flex: 1;
  text-align: center;
  font-family: Montserrat;
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #292929;
}
.cart-list .item .button-cart-block .minus {
  background: url(../i/m.svg) 50% 50% no-repeat;
  height: 100%;
  width: 26px;
}
.cart-list .item .button-cart-block .plus {
  background: url(../i/p.svg) left center no-repeat;
  height: 100%;
  width: 26px;
}
.cart-list .item .price {
  flex-shrink: 0;
  white-space: nowrap;
  font-family: Inter;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
}
.cart-list .item .price span {
  display: block;
}
@media (max-width: 768px) {
  .cart-list .item .price {
    order: 3;
  }
}
.cart-list .item .like {
  position: static;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .cart-list .item .like {
    order: 1;
  }
}
@media (max-width: 768px) {
  .cart-list .item .delete {
    order: 2;
  }
}
.cart-list .empty-xs {
  display: none;
}
@media (max-width: 768px) {
  .cart-list .empty-xs {
    display: block;
  }
}
@media (max-width: 768px) {
  .cart-list .empty {
    display: none;
  }
}
.cart-list .empty,
.cart-list .empty-xs {
  font-family: Montserrat;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FF4646;
}

.delete-item {
  justify-content: space-between;
  background: #C7C7C71A;
  margin: 20px 0;
}
@media (max-width: 768px) {
  .delete-item {
    justify-content: flex-start;
    align-items: flex-start !important;
  }
}
.delete-item .name {
  font-family: Montserrat;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
}
.delete-item .restore {
  font-family: Montserrat;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FF4646;
}

.delete {
  z-index: 3;
  background: url(../i/delete.svg) 50% 50% no-repeat;
  width: 24px;
  height: 24px;
  display: block;
  flex-shrink: 0;
}

.cart-grid {
  display: flex;
  flex-flow: row;
}
@media (max-width: 768px) {
  .cart-grid {
    flex-direction: column;
  }
}
.cart-grid .cart-left {
	padding-right: 79px;
	width:calc(100% - 325px);
}
@media (max-width: 1600px) {
	.cart-grid .cart-left {
		padding-right: 30px;
	}
}
@media (max-width: 768px) {
	.cart-grid .cart-left {
		padding-right: 0;
		width:100%;
	}
}
.cart-grid .cart-right {
  max-width: 325px;
  width: 100%;
}
@media (max-width: 768px) {
  .cart-grid .cart-right {
    width: 100%;
    max-width: 100%;
  }
}

.cart-total-block .shadow-block {
  box-shadow: 1px 0px 7.8px 0px #0000001A;
  padding: 20px;
}
.cart-total-block .shadow-block .top {
  display: flex;
  flex-flow: row;
  align-items: center;
  border-bottom: 1px solid #EDEDED;
  justify-content: space-between;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.cart-total-block .shadow-block .top .title {
  font-family: Montserrat;
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
}
.cart-total-block .shadow-block .top .value {
  font-family: Inter;
  font-weight: 500;
  font-style: Medium;
  font-size: 13px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  white-space: nowrap;
}
.cart-total-block .shadow-block .total-row {
  display: flex;
  flex-flow: row;
  align-items: center;
  border-bottom: 1px solid #EDEDED;
  justify-content: space-between;
  padding-bottom: 14px;
  margin-bottom: 14px;
}
.cart-total-block .shadow-block .total-row .title {
  font-family: Montserrat;
  font-weight: 500;
  font-style: Medium;
  font-size: 13px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
}
.cart-total-block .shadow-block .total-row .value {
  font-family: Montserrat;
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #292929;
  white-space: nowrap;
}
.cart-total-block .shadow-block .total-row-final {
  display: flex;
  flex-flow: row;
  align-items: center;
  border-bottom: 1px solid #EDEDED;
  justify-content: space-between;
  padding-bottom: 14px;
  margin-bottom: 14px;
}
.cart-total-block .shadow-block .total-row-final .title {
  font-family: Montserrat;
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
}
.cart-total-block .shadow-block .total-row-final .value {
  font-family: Montserrat;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FF4646;
  white-space: nowrap;
}
.cart-total-block .button-delete {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.btn-delete {
  background: none;
  font-family: Montserrat;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #6B6B6B;
  align-items: center;
  display: inline-flex;
  justify-content: center;
}
.btn-delete svg {
  margin-right: 10px;
}

.pop-bg {
  background: #fff;
  box-shadow: 0px 4px 24.8px 0px #00000026;
  padding: 40px;
  max-width: 960px;
  margin-left: auto;
  width: 100%;
  margin-right: auto;
  position: relative;
}
.pop-bg.pop-default {
  max-width: 500px;
}
.pop-bg .top {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-between;
  padding-right: 50px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .pop-bg .top {
    padding-top: 8px;
  }
}
@media (max-width: 768px) {
  .pop-bg {
    padding: 20px;
  }
}
.pop-bg .content .title {
  font-family: Montserrat;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
}

.left-scroll::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #F4F4F4;
}

.left-scroll::-webkit-scrollbar {
  width: 4px;
  background-color: #F4F4F4;
}

.left-scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #4E4E4E;
}

.left-scroll {
  overflow-y: scroll;
  height: 639px;
  padding-right: 3px;
}
.left-scroll .item {
  margin-bottom: 10px;
}
.left-scroll .item label {
  border-radius: 4px;
}
.left-scroll .item .city-title {
  font-family: Montserrat;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 13px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  width: 100%;
  margin-bottom: 10px;
}
.left-scroll .item .phone {
  width: 100%;
  margin-bottom: 10px;
}
.left-scroll .item .phone a {
  font-family: Montserrat;
  font-weight: 500;
  font-style: Medium;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
}
.left-scroll .item .time {
  width: 100%;
  font-family: Montserrat;
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #262626;
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.city-row {
  display: flex;
  flex-flow: row;
  margin-top: 20px;
  margin-bottom: 20px;
}
.city-row .left {
  width: 278px;
}
@media (max-width: 768px) {
  .city-row .left {
    width: 100%;
  }
  .left-scroll{
	  height: 405px;
  }
  
}
.city-row .right-map {
  flex: 1;
  padding-left: 10px;
}
.city-row .right-map iframe {
  height: 100%;
}
@media (max-width: 768px) {
  .city-row .right-map {
    display: none;
  }
}

.form-bottom {
  background: #C7C7C71A;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.form-bottom .restore-account {
  font-family: Montserrat;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #000;
}
.form-bottom .restore-account:hover {
  color: #FF4646;
}
.form-bottom .auth-account {
  font-family: Montserrat;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FF4646;
}
.form-bottom .auth-account:hover {
  color: #000;
}

.user-round {
  background: url(../i/user-round.svg) 50% 50% no-repeat;
  width: 24px;
  height: 24px;
  display: block;
  margin-right: 10px;
}

.banknote {
  background: url(../i/banknote.svg) 50% 50% no-repeat;
  width: 24px;
  height: 24px;
  display: block;
  margin-right: 10px;
}

.truck {
  background: url(../i/truck.svg) 50% 50% no-repeat;
  width: 24px;
  height: 24px;
  display: block;
  margin-right: 10px;
}

.button-order {
  margin-top: 30px;
}

.step-box {
  box-shadow: 1px 0px 7.8px 0px #0000001A;
  background: #fff;
  padding: 30px;
  margin-bottom: 20px;
}
.step-box.step-box-small {
  padding: 20px;
}
.step-box .select {
  margin-bottom: 30px;
}
.step-box .step-box-title {
  font-family: Montserrat;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  display: flex;
  flex-flow: row;
  align-items: center;
  margin-bottom: 30px;
}

.textarea {
  resize: none;
  overflow: hidden;
}

@media (max-width: 991px) {
  .account-select .btn-delete,
.account-select .btn-default,
.account-select .btn-gray {
    width: 100%;
  }
}

.button-delete-profile {
  align-self: center;
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 991px) {
  .button-delete-profile {
    justify-content: flex-start;
  }
}

.step-tab {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-flow: row;
  width: 100%;
  -webkit-overflow-scrolling: touch !important;
  min-height: 0.01%;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  margin-bottom: 20px;
}
.step-tab.mb20 {
  margin-bottom: 20px;
}
.step-tab li {
  background: #F6F6F6;
  padding: 16px 30px;
  border-radius: 2px;
  font-family: Montserrat;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 13px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.step-tab li svg {
  margin-right: 6px;
}
.step-tab li svg path {
  stroke: #000;
}
.step-tab li.active {
  background: #292929;
  color: #fff;
}
.step-tab li.active svg path {
  stroke: #fff;
}

.form-row {
  gap: 20px 0;
  margin-top: 30px;
}

.form-info {
  font-family: Montserrat;
  font-weight: 500;
  font-style: Medium;
  font-size: 13px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
}

.step-list {
  display: flex;
  flex-flow: row;
}
.step-list .cart-right {
  width: 501px;
}

.step-grid {
  display: flex;
  flex-flow: row;
}
@media (max-width: 768px) {
  .step-grid {
    flex-direction: column;
  }
}
.step-grid .step-left {
  padding-right: 79px;
}
@media (max-width: 1600px) {
  .step-grid .step-left {
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  .step-grid .step-left {
    padding-right: 0;
  }
}
.step-grid .step-right {
  max-width: 501px;
  flex-shrink: 0;
  width: 100%;
  border: 1px solid #FF4646;
  background: #fff;
  padding: 30px;
  border-radius: 4px;
  height: 100%;
}
@media (max-width: 768px) {
  .step-grid .step-right {
    padding: 20px;
  }
}

.cart-list-v2 .top {
  margin-bottom: 20px;
  border-bottom: 1px solid #EDEDED;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
}
.cart-list-v2 .top .cart-title {
  font-family: Montserrat;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
}
.cart-list-v2 .top .back a {
  font-family: Montserrat;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #6B6B6B;
}
.cart-list-v2 .item {
	display: flex;
	flex-flow: row;
	margin-bottom: 40px;
	justify-content: space-between;
}
.cart-list-v2 .item:last-child {
  margin-bottom: 0;
}
.cart-list-v2 .item .img {
  position: relative;
  width: 39px;
  height: 39px;
  margin-right: 15px;
  border-radius: 4px;
}
.cart-list-v2 .item .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cart-list-v2 .item .content {
	display: flex;
	flex-flow: row;
	width: calc(100% - 60px);
	justify-content: space-between;
}
.cart-list-v2 .item .content .title {
  margin-right: 20px;
}
.cart-list-v2 .item .content .value {
  white-space: nowrap;
  font-family: Montserrat;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
}

.edit-buttons {
  margin-bottom: 30px;
  margin-top: 20px;
}

.edit-button {
  background: #C7C7C71A;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 0 10px;
  padding: 14px 20px;
  margin-bottom: 10px;
}
.edit-button:last-child {
  margin-bottom: 0;
}
.edit-button span {
  margin-left: auto;
  white-space: nowrap;
}
.edit-button a {
  font-family: Montserrat;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #6B6B6B;
}

.total-list {
  display: flex;
  flex-direction: column;
  gap: 15px 0;
  margin-bottom: 30px;
}
.total-list .item {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-between;
}
.total-list .item .title {
  font-family: Montserrat;
  font-weight: 500;
  font-style: Medium;
  font-size: 13px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
}
.total-list .item .value {
  font-family: Montserrat;
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #292929;
}

.total-main {
  display: flex;
  flex-flow: row;
  margin-bottom: 30px;
  justify-content: space-between;
}
.total-main .title {
  font-family: Montserrat;
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
}
.total-main .value {
  font-family: Montserrat;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FF4646;
}

.button-order {
  margin-bottom: 20px;
}

.politic {
  font-family: Montserrat;
  font-weight: 500;
  font-style: Medium;
  font-size: 13px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #626262;
}
.politic a {
  color: #FF4646;
  text-decoration: underline;
}

.order-list-slider {
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .order-list-slider {
    margin-bottom: 20px;
  }
}

.order-select {
  margin-bottom: 30px;
  gap: 10px 0;
}

.order-list-vert {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}
@media (max-width: 576px) {
  .order-list-vert {
    gap: 20px 0;
  }
}
.order-list-vert .center {
  flex: 1;
  width: 100%;
}
@media (max-width: 1200px) {
  .order-list-vert .btn-lg {
    width: 100%;
  }
}
.order-list-vert .item {
  display: flex;
  flex-flow: row;
  align-items: center;
}
@media (max-width: 1200px) {
  .order-list-vert .item {
    flex-flow: row wrap;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .order-list-vert .item {
    flex-direction: column;
    align-items: flex-start;
  }
}
.order-list-vert .img-list {
  margin-left: auto;
  margin-bottom: 0 !important;
}
@media (max-width: 1200px) {
  .order-list-vert .img-list {
    width: 100%;
  }
}
.order-list-vert .button-list {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  margin-left: 30px;
  flex-shrink: 0;
}
.order-list-vert .button-list .btn-lg {
  width: 100%;
}
@media (max-width: 1200px) {
  .order-list-vert .button-list {
    margin-left: 0;
    width: 100%;
  }
}

.order-item .item {
  background: #fff;
  border: 1px solid #E3E3E3;
  padding: 20px 0 20px 20px;
}
@media (max-width: 768px) {
  .order-item .item {
    padding: 20px;
  }
}
.order-item .item .content {
  padding-right: 50px;
}
.order-item .item .right {
  display: flex;
  flex-flow: row;
}
.order-item .item .title {
  font-family: Montserrat;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: 6px;
}
.order-item .item .number {
  font-family: Montserrat;
  font-weight: 500;
  font-style: Medium;
  font-size: 13px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #696969;
  margin-bottom: 10px;
}
.order-item .item .img-list {
  display: flex;
  flex-flow: row;
  gap: 10px;
  align-items: center;
  margin-bottom: 30px;
}
.order-item .item .img-list .img {
  position: relative;
  height: 39px;
  width: 39px;
}
.order-item .item .img-list .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.order-item .item .img-list .count {
  font-family: Montserrat;
  font-weight: 500;
  font-style: Medium;
  font-size: 15px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #3B3B3B;
}

.progress-line {
  display: flex;
  flex-flow: row;
  gap: 0 3px;
  margin-bottom: 10px;
}
.progress-line span {
  background: #D5D5D5;
  height: 2px;
  display: block;
  flex: 1;
}
.progress-line .bg {
  background: #FF4646;
}

.status-text {
  background: url(../i/info-icon.svg) left center no-repeat;
  padding-left: 40px;
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  font-family: Montserrat;
  font-weight: 500;
  font-style: Medium;
  font-size: 13px;
  position: relative;
  z-index: 1;
  cursor: help;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-decoration: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;
}
.status-text.cancel {
  background: url(../i/cancel.svg) left center no-repeat;
  padding-left: 30px;
  text-decoration: none;
}

.filter-form {
  display: flex;
  flex-flow: row;
  align-items: center;
}
.filter-form .form-group {
  flex: 1;
}

.form-line {
  background: url(../i/line.svg) 50% 50% no-repeat;
  height: 1px;
  width: 7px;
  margin: 0 14px;
}

.scroll {
  max-height: 181px;
  overflow: auto;
}

.scroll::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #F4F4F4;
}

.scroll::-webkit-scrollbar {
  width: 4px;
  background-color: #F4F4F4;
}

.scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #4E4E4E;
}

.checkbox-ios {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  margin-right: 10px;
  position: relative;
  vertical-align: middle;
  font-size: 14px;
  -webkit-user-select: none;
          user-select: none;
}

.checkbox-ios .checkbox-ios-switch {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: 56px;
  height: 28px;
  border: 1px solid #E9E9E9;
  border-radius: 25%/50%;
  vertical-align: top;
  background: #E9E9E9;
  transition: 0.2s;
}

.checkbox-ios .checkbox-ios-switch:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: white;
  transition: 0.15s;
}

.checkbox-ios input[type=checkbox] {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.checkbox-ios input[type=checkbox]:checked + .checkbox-ios-switch {
  background: #FF4646;
}

.checkbox-ios input[type=checkbox]:checked + .checkbox-ios-switch:before {
  transform: translateX(28px);
}

/* Hover */
.checkbox-ios input[type=checkbox]:not(:disabled) + .checkbox-ios-switch {
  cursor: pointer;
}

/* Disabled */
.checkbox-ios input[type=checkbox]:disabled + .checkbox-ios-switch {
  filter: grayscale(70%);
  border-color: rgba(0, 0, 0, 0.1);
}

.checkbox-ios input[type=checkbox]:disabled + .checkbox-ios-switch:before {
  background: #eee;
}

/* Focus */
.checkbox-ios.focused .checkbox-ios-switch:before {
  box-shadow: inset 0px 0px 4px #ff5623;
}

.checkbox-ios-row {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-between;
}

.product-fixed,
.product-right-fixed {
  position: sticky;
  top: 15px;
}

.account-grid {
  display: flex;
  flex-flow: row;
}
@media (max-width: 768px) {
  .account-grid {
    flex-direction: column;
  }
}
.account-grid .left {
  width: 255px;
  padding-right: 50px;
}
@media (max-width: 768px) {
  .account-grid .left {
    width: 100%;
    padding-right: 0;
  }
  .account-grid .left .button {
    margin-bottom: 20px;
  }
}
.account-grid .right {
  flex: 1;
  overflow-x: hidden;
  overflow-y: visible;
}
@media (max-width: 768px) {
  .account-grid .right {
    width: 100%;
  }
}

.btn-acount {
  display: none;
}
@media (max-width: 768px) {
  .btn-acount {
    display: inline-flex;
  }
}

.account-panel {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	gap: 20px 30px;
	padding: 30px;
	background: #fff;
	box-shadow: 1px 0px 7.8px 0px #0000001A;
	
	margin-bottom: 20px;
}
.account-panel .title {
  font-family: Montserrat;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  display: flex;
  flex-flow: row;
  align-items: center;
}
@media (max-width: 1200px) {
  .account-panel .title {
    width: 100%;
  }
}
.account-panel .title svg {
  margin-right: 10px;
}
.account-panel .panel-links {
  display: flex;
  flex-flow: row;
  gap: 0 30px;
  margin-left: auto;
}
.account-panel .panel-links a {
  display: block;
}
@media (max-width: 576px) {
  .account-panel .panel-links {
    margin-left: 0;
    width: 100%;
    justify-content: space-between;
  }
}
.account-panel .link {
  font-family: Montserrat;
  font-weight: 500;
  font-style: Medium;
  font-size: 13px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #333333;
}
@media (max-width: 576px) {
  .account-panel .link {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .account-panel .button {
    width: 100%;
  }
  .account-panel .button .btn-default {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .acc-menu {
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    padding: 20px;
    z-index: 10;
    background: #fff;
    transform: translateX(-100%);
    pointer-events: none;
    transition: 0.3s;
    -webkit-overflow-scrolling: touch !important;
    min-height: 0.01%;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .acc-menu.active {
    transform: translateX(0);
    pointer-events: initial;
  }
}
.acc-menu .top {
  display: none;
}
@media (max-width: 768px) {
  .acc-menu .top {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    margin-bottom: 10px;
  }
}
.acc-menu .top .title {
  font-family: Montserrat;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
}
.acc-menu .top .acc-close {
  background: url(../i/acc-close.svg) 50% 50% no-repeat;
  width: 38px;
  height: 38px;
}
.acc-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.acc-menu ul li {
  margin-bottom: 4px;
}
.acc-menu ul li:last-child {
  margin-bottom: 0;
}
.acc-menu ul li a {
  display: flex;
  flex-flow: row;
  align-items: center;
  background: #C7C7C71A;
  padding: 15px 20px;
  font-family: Montserrat;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 13px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  border-radius: 4px;
  transition: 0.5s all;
  border-left: 2px solid #C7C7C71A;
}
.acc-menu ul li a svg {
  margin-right: 10px;
}
.acc-menu ul li a svg path {
  stroke: #000;
  transition: 0.5s all;
}
.acc-menu ul li a .count {
  font-family: Montserrat;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  margin-left: auto;
  color: #535353;
}
.acc-menu ul li a.active, .acc-menu ul li a:hover {
  border-left: 2px solid #FF4646;
  color: #FF4646;
  background: #fff;
}
.acc-menu ul li a.active svg path, .acc-menu ul li a:hover svg path {
  stroke: #FF4646;
}

.order-list-slider-arrows {
  position: relative;
  display: flex;
  flex-flow: row;
  gap: 0 10px;
  margin-left: auto;
}
.order-list-slider-arrows .slick-prev,
.order-list-slider-arrows .slick-next {
  position: relative;
  top: 0;
  left: 0;
  transform: none;
}

.order-list-slider .slick-list {
  margin: 0 -15px;
}
.order-list-slider .slick-list {
  overflow: visible;
}
.order-list-slider .slick-track {
  margin-left: 0;
  margin-right: 0;
}

.order-slider {
  margin: 0 15px;
}
@media (max-width: 576px) {
  .order-slider {
    margin: 0 0 10px 0;
  }
  .order-slider:last-child {
    margin-bottom: 0;
  }
}

.account-order {
  box-shadow: 1px 0px 7.8px 0px #0000001A;
  background: #fff;
  padding: 30px;
  width: 100%;
}
@media (max-width: 576px) {
  .account-order .btn-default,
.account-order .button {
    width: 100%;
  }
}
.account-order .title {
  font-family: Montserrat;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  display: flex;
  flex-flow: row;
  align-items: center;
  margin-bottom: 30px;
}
.account-order .title svg {
  margin-right: 10px;
}
.account-order .title .count {
  font-family: Montserrat;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FF4646;
  margin-left: 10px;
}

.user-panel {
  background: #C7C7C71A;
  padding: 20px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1200px) {
  .user-panel {
    background: none;
  }
}
@media (max-width: 991px) {
  .user-panel {
    padding: 0;
    margin-bottom: 30px;
  }
}
.user-panel .clearfix {
  margin-left: auto;
}
@media (max-width: 1200px) {
  .user-panel .clearfix {
    order: 3;
  }
}
.user-panel .count {
  font-family: Montserrat;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
}
@media (max-width: 1200px) {
  .user-panel .count {
    order: 2;
  }
}

.user-panel-xs {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
  align-items: center;
  gap: 20px;
  flex: 1;
}
@media (max-width: 1200px) {
  .user-panel-xs {
    flex: none;
    order: 1;
    width: 100%;
    background: #C7C7C71A;
    align-items: flex-start;
    justify-content: space-between;
  }
}

.order-full-link {
  background: #F3F3F3 url(../i/chevron-right.svg) 50% 50% no-repeat;
  width: 32px;
  height: 32px;
  display: block;
  margin-left: 25px;
}
@media (max-width: 1200px) {
  .order-full-link {
    display: none;
  }
}
.order-full-link:hover {
  background: #000 url(../i/chevron-right-hover.svg) 50% 50% no-repeat;
}

.order-page-info .status-text {
  margin-bottom: 20px;
}
.order-page-info .top {
  margin-bottom: 20px;
  display: flex;
  flex-flow: row;
  align-items: center;
  gap: 20px;
}
.order-page-info .top .title {
  font-family: Montserrat;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
}
.order-page-info .top .date {
  font-family: Montserrat;
  font-weight: 500;
  font-style: Medium;
  font-size: 13px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #696969;
}

.acc-info {
  background: #C7C7C71A;
  border-radius: 4px;
  padding: 14px 20px;
  margin-bottom: 20px;
}
.acc-info:last-child {
  margin-bottom: 0;
}
.acc-info .title {
  font-family: Montserrat;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  display: flex;
  flex-flow: row;
  align-items: center;
}
.acc-info .title span {
  margin-left: auto;
  color: #6B6B6B;
  font-family: Montserrat;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
}
.acc-info .title span a {
  color: #6B6B6B;
}
.acc-info .title svg {
  margin-right: 10px;
}
.acc-info .profile-info {
  margin-top: 14px;
  font-family: Montserrat;
  font-weight: 500;
  font-style: Medium;
  font-size: 13px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #333333;
  display: flex;
  flex-flow: row wrap;
  gap: 14px;
  justify-content: space-between;
}
.acc-info .profile-info:last-child {
  margin-bottom: 0;
}

.order-page-info-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 30px;
}
@media (max-width: 1200px) {
  .order-page-info-row {
    grid-template-columns: 1fr;
    gap: 20px 0;
  }
}

.status {
  margin-bottom: 10px;
}
.status span {
  background: #F543411A;
  border-radius: 2px;
  padding: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: Montserrat;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FF4646;
}

.status-order {
  border: 1px solid #FF4646;
  border-radius: 4px;
  padding: 30px;
}
.status-order .top {
  display: flex;
  flex-flow: row;
  align-items: center;
  margin-bottom: 20px;
  justify-content: space-between;
}
.status-order .top .status {
  margin-bottom: 0;
}
.status-order .top .back {
  font-family: Montserrat;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #6B6B6B;
}
.status-order .list {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
  border-bottom: #EDEDED 1px solid;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.status-order .list .item {
  display: flex;
  flex-flow: row;
  align-items: center;
}
.status-order .list .item .img a {
  display: block;
  position: relative;
  margin-right: 15px;
  width: 39px;
  height: 39px;
  border-radius: 4px;
}
.status-order .list .item .img a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.status-order .list .item .title {
  padding-right: 20px;
}
.status-order .list .item .title a {
  font-family: Montserrat;
  font-weight: 500;
  font-style: Medium;
  font-size: 13px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #000;
}
.status-order .list .item .title a:hover {
  color: #FF4646;
}
.status-order .list .item .price-value {
  flex-shrink: 0;
  white-space: nowrap;
  font-family: Montserrat;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
}
.status-order .list .item .price-value .price {
  font-weight: 700;
}
.status-order .total-block {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.status-order .total-block .title {
  font-family: Montserrat;
  font-weight: 500;
  font-style: Medium;
  font-size: 13px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
}
.status-order .total-block .value {
  font-family: Montserrat;
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #292929;
}
.status-order .total-block-full {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.status-order .total-block-full .title {
  font-family: Montserrat;
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
}
.status-order .total-block-full .value {
  font-family: Montserrat;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
}
.status-order .button-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 30px;
}

.subs-row {
  display: flex;
  flex-flow: row wrap;
  gap: 20px;
  margin-bottom: 20px;
}
.subs-row .subs-count {
  display: flex;
  flex-flow: row wrap;
  gap: 20px;
}
.subs-row .subs-title {
  font-family: Montserrat;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: 20px;
  width: 100%;
}
.subs-row .item-check {
  display: inline-flex;
}
.subs-row .item-check span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: Montserrat;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  padding: 20px;
  background: #C7C7C71A;
}
.subs-row .text {
  margin-top: 20px;
  font-family: Montserrat;
  font-weight: 500;
  font-style: Medium;
  font-size: 13px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
}
.subs-row .text a {
  color: #FF4646;
}
.subs-row .text a:hover {
  text-decoration: underline;
}

.subs-form {
  align-items: center;
  gap: 20px 0;
}

.subs-form-bottom {
  align-items: center;
  flex-flow: column;
}

.form-group-text {
  font-family: Montserrat;
  font-weight: 500;
  font-style: Medium;
  font-size: 13px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #6B6B6B;
}

.subs-checkbox {
  margin-bottom: 20px;
}
.subs-checkbox .title {
  font-family: Montserrat;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: 15px;
}

.subs-button {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 20px;
  gap: 20px;
}
@media (max-width: 576px) {
  .subs-button .btn-lg {
    width: 100%;
  }
}

.subs-politic {
  font-family: Montserrat;
  font-weight: 500;
  font-style: Medium;
  font-size: 13px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #6B6B6B;
}
.subs-politic a {
  color: #FF4646;
  text-decoration: underline;
}
.subs-politic a:hover {
  color: #000;
}

.faq-title {
  font-family: Montserrat;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: 20px;
}

.panel {
  margin-bottom: 10px;
  border: 1px transparent solid;
}
.panel:last-child {
  margin-bottom: 0;
}

.panel-heading a {
  background: #C7C7C71A;
  border-radius: 4px;
  font-family: Montserrat;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  display: block;
  padding: 20px;
  position: relative;
  transition: 0.3s;
}

.panel-heading a:hover {
  background: #fff;
  color: #000;
}

.panel-heading a i {
  font-size: 16px;
  width: 30px;
}

.panel-heading a::after {
  content: "";
  background: url(../i/chevron-right-black.svg) 50% 50% no-repeat;
  position: absolute;
  right: 15px;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}

.panel-heading.in a::after {
  background: url(../i/chevron-right-red-2.svg) 50% 50% no-repeat;
  transform: translateY(-50%) rotate(180deg);
}

.panel.active {
  border: 1px solid #E3E3E3;
  background: #fff;
  color: #000;
}

.panel-collapse {
  display: none;
  padding: 20px;
}

.faq-row {
  gap: 20px 0;
}

.politic-text {
  font-family: Montserrat;
  font-weight: 500;
  font-style: Medium;
  font-size: 13px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #626262;
}
.politic-text a {
  color: #FF4646;
}

.contact-form {
  padding: 30px;
  box-shadow: 1px 0px 7.8px 0px #0000001A;
  background: #fff;
}
@media (max-width: 991px) {
  .contact-form {
    padding: 20px;
  }
}
.contact-form .form-group-list {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
.contact-form .title {
  font-family: Montserrat;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: 20px;
}
.contact-form .text {
  font-family: Montserrat;
  font-weight: 500;
  font-style: Medium;
  font-size: 13px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: 20px;
}

.select-profile {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 10px;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .select-profile {
    grid-template-columns: 1fr;
    gap: 20px 0;
  }
}
.red-block {
  color: red;
  padding: 10px;
  border: 1px red solid;
  margin-bottom: 10px;
}

.map-select input[type=radio] + label.vertical-align-top {
  padding: 10px;
}
.map-select .option-select {
  padding-left: 28px;
}

.form-group {
  position: relative;
}

.account-title {
  font-family: Montserrat;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: 20px;
}

.address-input {
  padding-left: 28px;
}

.password-show {
  background: url(../i/eye-off.svg) 50% 50% no-repeat;
  position: absolute;
  top: 12px;
  right: 20px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  transition: 0.5s all;
}

.captcha img {
  width: 100%;
}
.captcha img img {
  height: 48px;
  display: block;
  margin: 0 auto;
}

@media (max-width: 576px) {
  .auth-block .btn-default {
    font-size: 13px;
  }
}
.auth-block .form-group {
  margin-bottom: 20px;
  width: 100%;
}
.auth-block .row {
  align-items: center;
}
.auth-block .text {
  margin-bottom: 20px;
  font-family: Montserrat;
  font-weight: 500;
  font-style: Medium;
  font-size: 13px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
}
.auth-block .text:last-child {
  margin-bottom: 0;
}

.auth-restore-pass {
  text-align: right;
  display: block;
  font-family: Montserrat;
  font-weight: 500;
  font-style: Medium;
  font-size: 13px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #000;
  margin-top: 6px;
}

.requred-text {
  font-family: Montserrat;
  font-weight: 500;
  font-style: Medium;
  font-size: 13px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
}

.politic-auth {
  color: #626262;
  font-family: Montserrat;
  font-weight: 500;
  font-style: Medium;
  font-size: 13px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
}
.politic-auth a {
  color: #F54341;
}

.auth-bottom {
  border-top: 1px solid #E2E2E2;
  margin-top: 20px;
  padding-top: 20px;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  font-family: Montserrat;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  align-items: center;
  gap: 0 15px;
}
@media (max-width: 576px) {
  .auth-bottom {
    font-size: 14px;
  }
}
.auth-bottom span a {
  color: #000;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
  /* Целостность контейнера поддерживается. */
}

.sorting {
  margin-left: auto;
}
.sorting .nice-select {
  background: url(../i/sort-desc.svg) left 20px center no-repeat;
  border: 0;
}
@media (max-width: 768px) {
  .sorting .nice-select {
    padding-right: 40px;
    box-shadow: 0px 4px 20.1px 0px #0000001A;
  }
  .sorting .nice-select:after {
    display: none;
  }
}

.select-city {
  margin-left: auto;
}
@media (max-width: 768px) {
  .select-city {
    width: 100%;
  }
}

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-weight: normal;
  height: 44px;
  line-height: 42px;
  outline: none;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
  font-family: Montserrat;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 14px;
  leading-trim: NONE;
  letter-spacing: 0%;
}
.nice-select.city {
  background: url(../i/building.svg) left 20px center no-repeat;
}
.nice-select.sort-desc {
  background: url(../i/sort-desc.svg) left 20px center no-repeat;
  border: 0;
}
@media (max-width: 768px) {
  .nice-select.sort-desc {
    padding-right: 40px;
    box-shadow: 0px 4px 20.1px 0px #0000001A;
  }
  .nice-select.sort-desc:after {
    display: none;
  }
}
.nice-select.list-check {
  background: url(../i/list-check.svg) left 20px center no-repeat;
}
@media (max-width: 768px) {
  .nice-select.list-check {
    padding-right: 40px;
  }
  .nice-select.list-check:after {
    display: none;
  }
}
.nice-select.banknote-arrow-up {
  background: url(../i/banknote-arrow-up.svg) left 20px center no-repeat;
}
@media (max-width: 768px) {
  .nice-select.banknote-arrow-up {
    padding-right: 40px;
  }
  .nice-select.banknote-arrow-up:after {
    display: none;
  }
}
.nice-select.calendar-days {
  background: url(../i/calendar-days.svg) left 20px center no-repeat;
}
@media (max-width: 768px) {
  .nice-select.calendar-days {
    padding-right: 40px;
  }
  .nice-select.calendar-days:after {
    display: none;
  }
}
.nice-select:hover {
  border-color: #dbdbdb;
}
.nice-select:active {
  border-color: #999;
}
.nice-select:focus {
  border-color: #999;
}
.nice-select:after {
  content: "";
  display: block;
  height: 24px;
  width: 24px;
  pointer-events: none;
  background: url(../i/select.svg) 50% 50% no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  transition: 0.5s all;
}
.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  min-height: 0.01%;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 400px;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(-21px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select .nice-select .list::-webkit-scrollbar-track {
  background-color: #F5F5F5;
}
.nice-select .nice-select .list::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}
.nice-select .nice-select .list::-webkit-scrollbar-thumb {
  background-color: #FD9308;
}
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  transition: all 0.2s;
}
.nice-select .option:hover {
  background-color: #f6f6f6;
}
.nice-select .option.focus {
  background-color: #f6f6f6;
}
.nice-select .option.selected.focus {
  background-color: #f6f6f6;
}
.nice-select .option.selected {
  font-weight: bold;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.nice-select.open {
  border-color: #999;
}
.nice-select.open:after {
  transform: translateY(-50%) rotate(180deg);
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}
.nice-select.disabled:after {
  border-color: #cccccc;
}

.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small:after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.no-csspointerevents .nice-select .list {
  display: none;
}
.no-csspointerevents .nice-select.open .list {
  display: block;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

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

.mfp-close {
  background-image: url(../i/x-close.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 36px;
  height: 36px;
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 0;
}
@media (max-width: 768px) {
  .mfp-close {
    top: 20px;
    right: 20px;
  }
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  opacity: 0.5;
}

.mfp-close:active {
  top: 0px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    transform-origin: 0;
  }

  .mfp-arrow-right {
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/**
 * Fade-zoom animation for first dialog
 */
/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  transform: scale(0.8);
  opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/**
 * Fade-move animation for second dialog
 */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  transition: all 0.2s ease-out;
  transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  transform: translateY(0) perspective(600px) rotateX(0);
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0;
}
.search-page{
	margin-bottom: 20px;
}

