/* Catalog loading overlay */
.products-grid-wrapper { position: relative; }
.products-grid-wrapper .catalog-loading { position:absolute; inset:0; background:rgba(255,255,255,0.65); backdrop-filter:saturate(180%) blur(2px); display:none; align-items:center; justify-content:center; z-index:5; }
.catalog-loading .spinner { width:48px; height:48px; border:4px solid #d5d5d5; border-top-color:#444; border-radius:50%; animation:spin .8s linear infinite; }
/* Fixed viewport-centered spinner */
.catalog-loading-fixed { position:fixed; top:0; left:0; right:0; bottom:0; display:none; align-items:center; justify-content:center; z-index:999; }
.catalog-loading-fixed.is-loading { display:flex; pointer-events:none; }
.catalog-loading-fixed .spinner { width:52px; height:52px; border:5px solid rgba(0,0,0,0.15); border-top-color:#FF00FF; border-radius:50%; animation:spin .7s linear infinite; box-shadow:0 0 0 4px rgba(255,0,255,0.08),0 0 12px rgba(255,0,255,0.35); background:rgba(255,255,255,0.65); backdrop-filter:blur(3px); }
.catalog-loading-fixed.is-loading::before { content:''; position:absolute; inset:0; background:radial-gradient(circle at center, rgba(255,255,255,0.85), rgba(255,255,255,0.55)); }
@keyframes spin { to { transform: rotate(360deg);} }
.loading-dim { opacity:0.35; transition: opacity .25s ease; }
@font-face {
  font-family: 'Rubik';
  src: url('../fonts/rubik/Rubik-Bold.eot');
  src: local('Rubik Bold'), local('Rubik-Bold'),
      url('../fonts/rubik/Rubik-Bold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/rubik/Rubik-Bold.woff2') format('woff2'),
      url('../fonts/rubik/Rubik-Bold.woff') format('woff'),
      url('../fonts/rubik/Rubik-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Rubik';
  src: url('../fonts/rubik/Rubik-Medium.eot');
  src: local('Rubik Medium'), local('Rubik-Medium'),
      url('../fonts/rubik/Rubik-Medium.eot?#iefix') format('embedded-opentype'),
      url('../fonts/rubik/Rubik-Medium.woff2') format('woff2'),
      url('../fonts/rubik/Rubik-Medium.woff') format('woff'),
      url('../fonts/rubik/Rubik-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Rubik';
  src: url('../fonts/rubik/Rubik-Regular.eot');
  src: local('Rubik Regular'), local('Rubik-Regular'),
      url('../fonts/rubik/Rubik-Regular.eot?#iefix') format('embedded-opentype'),
      url('../fonts/rubik/Rubik-Regular.woff2') format('woff2'),
      url('../fonts/rubik/Rubik-Regular.woff') format('woff'),
      url('../fonts/rubik/Rubik-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Rubik';
  src: url('../fonts/rubik/Rubik-Black.eot');
  src: local('Rubik Black'), local('Rubik-Black'),
      url('../fonts/rubik/Rubik-Black.eot?#iefix') format('embedded-opentype'),
      url('../fonts/rubik/Rubik-Black.woff2') format('woff2'),
      url('../fonts/rubik/Rubik-Black.woff') format('woff'),
      url('../fonts/rubik/Rubik-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Rubik';
  src: url('../fonts/rubik/Rubik-Light.eot');
  src: local('Rubik Light'), local('Rubik-Light'),
      url('../fonts/rubik/Rubik-Light.eot?#iefix') format('embedded-opentype'),
      url('../fonts/rubik/Rubik-Light.woff2') format('woff2'),
      url('../fonts/rubik/Rubik-Light.woff') format('woff'),
      url('../fonts/rubik/Rubik-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
a {
text-decoration: none;
color: #646363;
}
input,
textarea {
outline: none;
}
body {
font-family: 'Rubik';
font-size: 16px;
font-weight: 400;
color: #646363;
background: #f5f5f5;
}
.btn {
background: #FF00FF;
color: #fff;
padding: 0;
text-align: center;
}
.btn:hover {
background: #FF00FF;
}
header.inner {
border-bottom: 1px solid #DFDFDF;
}
.navbar {
background: #FF00FF;
height: 50px;
color: #fff;
}
.navbar-brand {
margin-right: 40px;
}
.navbar li {
margin: 0 6px;
}
.nav-link {
color: #fff;
position: relative;
}
.nav-link.active,
.nav-link:hover {
color: #fff !important;
}
.nav-link.active::before,
.nav-link:hover::before {
content: '';
position: absolute;
width: 50%;
height: 2px;
background: #fff;
bottom: 5px;
}
.navbar .contacts a {
margin-left: 8px;
}
.navbar .contacts .address {
margin-left: 21px;
}
.elements {
display: flex;
align-items: center;
justify-content: space-between;
height: 67px;
margin-top: 19px;
}
.elements .catalog {
line-height: 67px;
font-weight: 500;
font-size: 16px;
border-radius: 30px;
width: 260px;
}
.elements .catalog img {
margin: 0 16px 6px 0;
}
.search {
height: 42px;
border: 2px solid #FF00FF;
border-radius: 8px;
flex-grow: 1;
margin: 0 25px 0 41px;
}
.search form {
display: flex;
}
.search input[type="text"] {
border: none;
border-radius: 8px 0 0 8px;
height: 38px;
padding: 0 25px;
font-size: 14px;
border-right: 1px solid #E3E3E3;
flex-grow: 1;
}
/*.search select {
  width: 132px;
  background: #fff url('../images/select.svg') calc(100% - 10px) center no-repeat;
  border: none;
  font-size: 14px;
  color: #555555;
  text-align: center;
  appearance: none;
  padding: 0;
}*/
.select label {
  width: 132px;
  background: #fff url('../images/select.svg') calc(100% - 10px) center no-repeat;
  border: none;
  font-size: 14px;
  color: #555555;
  text-align: left;
  appearance: none;
  padding: 0 20px;
  line-height: 38px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
}
.select ul {
  width: 132px;
  background: #fff;
  position: absolute;
  list-style-type: none;
  padding: 10px 20px;
  margin: 0;
  z-index: 999;
  font-size: 14px;
  color: #555555;
  display: none;
  cursor: pointer;
}
.select ul li {
  line-height: 28px;
}
.search input[type="submit"] {
  height: 38px;
}
.search input[type="submit"] {
width: 55px;
background: #FF00FF url('../images/search.svg') center center no-repeat;
border: none;
}
.search-mobile-overlap { position: relative; }
.search-mobile-overlap form { position: relative; }
.search-mobile-overlap .search-submit-mobile { position:absolute; top:50%; right:6px; transform:translateY(-50%); width:32px; height:32px; border:none; padding:0; background:#FF00FF url('../images/search.svg') center center no-repeat; border-radius:8px; cursor:pointer; }
@media (min-width:768px){ .search-mobile-overlap .search-submit-mobile { display:none; } }
@media (max-width:767px){ .search-mobile-overlap input[type="text"] { padding-right:46px; } }
.account {
font-size: 10px;
width: 115px;
line-height: 26px;
border-radius: 13px;
}
.icons {
display: flex;
margin-left: 24px;
}
.favorites {
background: url('../images/favorites.svg') no-repeat;
font-size: 16px;
line-height: 22px;
color: #424551;
padding: 0 20px 0 28px;
margin-right: 20px;
border-right: 1px solid #DADBDD;
}
.cart {
background: url('../images/cart.svg') no-repeat;
line-height: 22px;
padding-left: 30px;
}
.cart .count {
font-weight: 700;
font-size: 12px;
line-height: 22px;
border-radius: 8px;
background: #FF00FF;
display: block;
padding: 0 8px;
color: #fff;
}
.mc-wrapper {
margin: 21px 0 28px 0;
display: flex;
justify-content: space-between;
align-items: center;
}
.menu ul {
display: flex;
list-style-type: none;
padding: 0;
margin: 0;
}
.menu li {
margin-right: 24px;
}
.menu a {
font-size: 16px;
}
.mc-wrapper .contacts {
font-size: 16px;
display: flex;
align-items: center;
}
.mc-wrapper .phones {
display: flex;
flex-direction: column;
text-align: right;
margin-left: 12px;
}
.mc-wrapper .phones a {
font-weight: 700;
font-size: 16px;
line-height: 19px;
}
#banners {
padding-bottom: 90px;
}
#banners .gallery {
width: 70.3%;
position: relative;
}
#banners .gallery .owl-dots {
position: absolute;
bottom: 20px;
display: flex;
width: 100%;
justify-content: center;
}
#banners .gallery .owl-dots .owl-dot {
width: 12px;
height: 12px;
border-radius: 6px;
background: rgba(255, 255, 255, 0.3);
margin: 0 7px;
}
#banners .gallery .owl-dots .owl-dot.active {
background: #fff;
width: 24px;
}
#banners .gallery .owl-nav {
display: none;
}
#banners .sales {
width: calc(29.7% - 16px);
}
#banners .sales img {
width: 100%;
}
#banners .sales span {
color: #646363;
position: absolute;
left: 14px;
top: 13px;
font-weight: 500;
}
#banners .sales .sale {
margin-bottom: 15px;
position: relative;
}
#banners .sales .sale:last-child {
margin: 0;
}
#banners .sales .sale:last-child span {
color: #fff;
}
.item-text {
width: 250px;
position: absolute;
right: 34px;
bottom: 26px;
}
.item-text h3 {
font-weight: 500;
font-size: 40px;
line-height: 47px;
margin-bottom: 12px;
}
.item-text span {
font-weight: 300;
font-size: 16px;
line-height: 19px;
}
.banners-wrapper {
display: flex;
justify-content: space-between;
}
.caption {
font-weight: 500;
font-size: 25px;
line-height: 30px;
margin-bottom: 59px;
}
.caption span {
border-bottom: 2px solid #FF00FF;
}
.products {
padding-bottom: 31px;
}
.product {
background: #fff;
border-radius: 20px;
position: relative;
margin-bottom: 46px;
box-shadow: 0px 4px 65px 0px rgba(0, 0, 0, 0.15);
}
.product:hover {
border-radius: 20px 20px 0 0;
}
.product:hover .add-block {
display: block;
}
.product .image {
border-radius: 20px;
overflow: hidden;
position: relative;
}
.product .image img {
width: 100%;
}
.product .marks {
position: absolute;
top: 16px;
left: 16px;
display: flex;
flex-direction: column;
align-items: flex-start;
}
.product .marks > div {
background: #FF4242;
border-radius: 4px;
font-weight: 700;
font-size: 16px;
line-height: 28px;
color: #fff;
padding: 0 8px;
margin-bottom: 6px;
}
.product .marks > div.new {
background: rgba(66, 255, 74, 0.8);
}
.product .favorite {
width: 32px;
height: 32px;
border-radius: 16px;
background: #fff url('../images/favorites.svg') center center no-repeat;
position: absolute;
right: 17px;
bottom: 14px;
cursor: pointer;
}
.product .favorite:hover,
.product .favorite.active {
  background: #FF00FF url('../images/favorites-active.svg') center center no-repeat;
}
.product .info {
padding: 29px 16px;
}
.product .title {
font-size: 18px;
line-height: 27px;
}
.product .pc-wrapper {
display: flex;
justify-content: space-between;
align-items: center;
margin-top: 8px;
}
.product .price {
font-weight: 600;
font-size: 20px;
line-height: 26px;
}
.product .colors-count {
display: block;
line-height: 20px;
padding-left: 26px;
background: url('../images/colors.svg') 0 center no-repeat;
}
.add-block {
display: none;
position: absolute;
background: #fff;
border-radius: 0 0 20px 20px;
padding: 0 16px 29px 16px;
width: 100%;
z-index: 99;
}
.product .colors {
display: flex;
flex-wrap: wrap;
}
.product .colors img {
margin: 0 6px 6px 0;
border-radius: 8px;
width: auto;
width: 32px;
height: 32px;
}
.product .colors img.active {
border: 1px solid #FF00FF;
padding: 1px;
}
.product .buttons {
display: flex;
justify-content: space-between;
margin-top: 26px;
}
.product .buttons > * {
line-height: 31px;
border-radius: 15px;
font-weight: 700;
font-size: 13px;
padding: 0 14px;
}
.product .add {
background: #fff;
color: #FF00FF;
border-color: #FF00FF;
padding: 0 18px;
}
.load-more {
display: flex;
justify-content: center;
margin-bottom: 14px;
}
.load-more .btn {
font-size: 13px;
font-weight: 700;
width: 144px;
margin: 0 auto;
line-height: 31px;
border-radius: 15px;
cursor: pointer;
}
#text {
padding-bottom: 31px;
}
#text .caption {
margin-bottom: 28px;
}
#advantages .caption {
margin-bottom: 99px;
}
#advantages .advantage img {
display: block;
margin: 0 auto 24px auto;
}
#advantages .advantage {
margin-bottom: 60px;
}
#order p {
font-weight: 500;
font-size: 25px;
line-height: 30px;
}
#order .form {
margin-top: 60px;
}
#order .form label {
color: #646363;
margin-bottom: 21px;
}
#order .form input[type="text"],
#order .form textarea {
width: 100%;
border-radius: 30px;
background: #fff;
border: 1px solid rgba(215, 216, 217, 1);
line-height: 58px;
padding: 0 37px;
margin-bottom: 25px;
color: #646363;
}
#order .form textarea {
height: 140px;
resize: none;
}
#order .form .btn {
width: 100%;
line-height: 47px;
border-radius: 40px;
font-size: 12px;
font-weight: 500;
text-transform: uppercase;
}
.checkbox {
margin: 22px 0 0 0 !important;
}
.checkbox > input {
position: absolute;
z-index: -1;
opacity: 0;
}
.checkbox > span {
display: inline-flex;
align-items: center;
user-select: none;
position: relative;
}
.checkbox > span::before {
content: '';
display: inline-block;
width: 20px;
height: 20px;
flex-shrink: 0;
flex-grow: 0;
border: 1px solid #A5A5A5;
border-radius: 10px;
margin-right: 10px;
}
.checkbox > input:checked + span::after {
content: '';
background: #FF00FF;
width: 10px;
height: 10px;
left: 5px;
border-radius: 10px;
position: absolute;
}
.breadcrumbs ul {
background: url('../images/home.svg') left center no-repeat;
margin: 23px 0 43px 0;
padding-left: 0 0 0 40px;
height: 24px;
align-items: center;
display: flex;
list-style-type: none;
font-size: 16px;
line-height: 19px;
}
.breadcrumbs ul a {
color: #828282;
background: url('../images/arrow-right.svg') right center no-repeat;
padding-right: 15px;
margin-right: 4px;
}
.breadcrumbs ul span {
color: #C9C9C9;
}
#company .company-image img {
width: 100%;
margin-bottom: 41px;
}
#company h1 {
font-weight: 500;
font-size: 49px;
line-height: 58px;
margin-bottom: 34px;
}
#company p {
font-size: 18px;
line-height: 21px;
color: #828282;
}
#news .news-image img {
width: 100%;
margin-bottom: 41px;
}
#news h1 {
font-weight: 700;
font-size: 46px;
line-height: 60px;
color: #1E212C;
margin-bottom: 48px;
}
.news-block {
margin-bottom: 48px;
}
.news-date {
color: #787A80;
font-size: 14px;
line-height: 21px;
margin-bottom: 8px;
}
.news-caption {
color: #1E212C;
font-size: 20px;
line-height: 30px;
font-weight: 700;
margin-bottom: 8px;
}
.news-block p {
color: #424551;
line-height: 25px;
margin: 0;
}
.paginator {
margin-top: 80px;
}
.paginator ul {
display: flex;
padding: 0;
margin: 0;
list-style-type: none;
}
.paginator li {
margin-right: 20px;
}
.paginator a {
display: block;
font-weight: 700;
font-size: 16px;
line-height: 25px;
color: #424551;
}
.paginator a.next {
width: 24px;
height: 24px;
background: url('../images/next.svg') center center no-repeat;
}
#delivery .delivery-image img {
width: 100%;
margin-bottom: 41px;
}
#delivery h1 {
font-weight: 500;
font-size: 49px;
line-height: 58px;
margin-bottom: 38px;
}
#delivery p {
font-size: 18px;
line-height: 30px;
color: #828282;
}
#map {
padding-bottom: 229px;
}
#map .map {
position: relative;
}
#map .map > img {
width: 100%;
}
.map-advantages {
display: flex;
justify-content: center;
position: absolute;
width: 100%;
bottom: -125px;
}
.map-advantage {
width: 246px;
margin: 0 15px;
background: #fff;
border-radius: 23px;
box-shadow: 0px 5px 75px 0px rgba(0, 0, 0, 0.15);
text-align: center;
padding: 25px 25px 43px 25px;
}
.ma-image {
margin-bottom: 22px;
}
.ma-caption {
color: rgba(30, 32, 34, 1);
margin-bottom: 10px;
}
.ma-text p {
color: rgba(130, 130, 130, 1);
font-size: 14px;
line-height: 16px;
margin: 0;
}
#managers {
margin-bottom: 95px;
}
#managers h2 {
font-size: 49px;
line-height: 58px;
font-weight: 500;
color: #646363;
margin-bottom: 59px;
}
.m-image {
border-radius: 23px;
overflow: hidden;
margin-bottom: 9px;
}
.m-image img {
width: 100%;
}
.m-name {
font-weight: 500;
font-size: 24px;
line-height: 28px;
color: #646363;
margin-bottom: 6px;
}
.m-phone {
/* background: url('../images/whatsapp.svg') no-repeat; */
font-size: 18px;
line-height: 27px;
color: rgba(130, 130, 130, 1);
}
#requisites h2 {
font-size: 49px;
line-height: 58px;
font-weight: 500;
color: #646363;
margin-bottom: 23px;
}
#requisites p {
font-size: 18px;
line-height: 21px;
color: rgba(130, 130, 130, 1);
}
#requisites a {
color: #FF00FF;
}
#account .breadcrumbs ul {
margin: 20px 0 22px 0;
}
#orders,
#history {
background: #fff;
border-radius: 23px;
padding: 18px 8px 37px 17px;
box-shadow: 0px 5px 75px 0px rgba(0, 0, 0, 0.15);
margin-bottom: 17px;
}
#orders h2,
#history h2,
#favorites h2 {
font-weight: 400;
font-size: 36px;
line-height: 43px;
margin-bottom: 28px;
}
.o-head,
.h-head {
display: flex;
line-height: 19px;
font-size: 16px;
font-weight: 300;
text-align: center;
margin-bottom: 22px;
}
.o-head > div,
.h-head > div {
width: 20%;
}
.order,
.history-block {
display: flex;
border-bottom: 1px solid #E1E1E4;
align-items: center;
text-align: center;
padding-bottom: 15px;
margin-bottom: 15px;
}
.order > div,
.history-block > div {
width: 20%;
font-weight: 500;
font-size: 16px;
line-height: 19px;
}
.o-main,
.h-number {
text-align: left;
display: flex;
align-items: center;
}
.o-image {
width: 83px;
margin-right: 13px;
}
.o-image img {
width: 100%;
}
.o-title {
font-weight: 500;
font-size: 20px;
line-height: 24px;
margin-bottom: 3px;
}
.o-color {
font-weight: 400;
font-size: 14px;
line-height: 16px;
color: #828282;
}
.o-color span {
font-weight: 500;
font-size: 14px;
line-height: 16px;
color: #646363;
}
.o-sale p {
margin: 0;
}
.order .o-sale p:last-child,
.order .o-total,
.history-block .h-total {
color: #FF00FF;
}
.total-price {
margin-top: 36px;
text-align: right;
margin-right: 27px;
font-weight: 400;
font-size: 16px;
line-height: 19px;
color: #828282;
}
.total-price span {
font-weight: 500;
font-size: 20px;
line-height: 24px;
color: #FF00FF;
margin-left: 6px;
}
.tp-wrapper {
border-bottom: 2px solid #E8E6F1;
display: inline-block;
}
#history {
padding: 13px 8px 16px 17px;
margin-bottom: 44px;
}
#history h2 {
margin-bottom: 24px;
}
.h-head {
margin-bottom: 15px;
}
.history-block {
margin-bottom: 10px;
padding-bottom: 10px;
}
.history-block:last-child {
border: none;
padding: 0;
margin: 0;
}
.history-block > div {
font-weight: 500;
font-size: 20px;
line-height: 24px;
}
#favorites h2 {
margin-bottom: 20px;
}
.account-block {
background: #fff;
border-radius: 23px;
padding: 14px 22px 27px 16px;
box-shadow: 0px 5px 75px 0px rgba(0, 0, 0, 0.15);
}
.account-top {
display: flex;
border-bottom: 1px solid rgba(223, 223, 223, 1);
align-items: center;
padding-bottom: 13px;
}
.account-top p {
color: #646363;
font-weight: 500;
font-size: 20px;
line-height: 24px;
margin: 0;
}
.a-image {
margin-right: 17px;
width: 78px;
height: 78px;
border-radius: 40px;
}
.a-image  img {
width: 100%;
}
.account-bottom {
padding-top: 8px;
}
.account-bottom span {
font-weight: 300;
font-size: 14px;
line-height: 16px;
color: #FF00FF;
}
.a-name {
font-weight: 500;
font-size: 24px;
line-height: 28px;
margin: 12px 0 6px 0;
}
.a-phone,
.a-mail {
font-weight: 400;
font-size: 18px;
line-height: 21px;
}
.a-phone {
background: url('../images/whatsapp.svg') no-repeat;
line-height: 27px;
padding-left: 32px;
margin-bottom: 6px;
}
.a-mail {
background: url('../images/email.svg') no-repeat;
line-height: 31px;
padding-left: 34px;
}
#order .breadcrumbs ul {
margin: 21px 0 47px 0;
}
.order-form {
box-shadow: 0px 5px 75px 0px rgba(0, 0, 0, 0.15);
background: #fff;
border-radius: 23px;
padding: 14px 30px 12px 30px;
}
.order-form h2 {
font-weight: 500;
font-size: 20px;
line-height: 24px;
color: #646363;
margin-bottom: 50px;
}
.order-top {
margin-bottom: 50px;
}
.order-form input,
.order-form select {
width: 336px;
height: 32px;
border: none;
border-bottom: 2px solid #B2B2B266;
margin: 0 30px 20px 0;
color: #828282;
font-size: 14px;
background: none;
padding: 0 0 8px 0;
}
.order-form select {
background: #fff url('../images/select.svg') right center no-repeat;
appearance: none;
color: rgb(130, 130, 130, 0.6);
}
.order-total {
box-shadow: 0px 5px 75px 0px rgba(0, 0, 0, 0.15);
background: #fff;
border-radius: 23px;
padding: 24px 13px 16px 12px;
}
.order-total h2 {
font-weight: 500;
font-size: 20px;
line-height: 24px;
color: #FF00FF;
text-align: center;
margin-bottom: 30px;
}
.order-total {
border-bottom: 2px solid #E8E6F1;
}
.order-total .order {
border: none;
padding: 0;
margin: 0;
width: 100%;
line-height: 50px;
box-shadow: 0px 4px 10px 0px #FF00FF75;
border-radius: 38px;
font-size: 18px;
font-weight: 500;
justify-content: center;
}
.order-total .line {
border-bottom: 1px solid #E8E6F1;
padding-bottom: 7px;
margin-bottom: 20px;
display: flex;
justify-content: space-between;
}
.order-total .line:last-child {
margin: 0;
}
.order-total .line span {
font-size: 16px;
line-height: 19px;
color: #828282;
}
.order-total .line span:last-child {
font-weight: 500;
color: #646363;
}
.promocode {
margin: 22px 0 32px 0;
}
.promocode input[type="text"] {
border: 1px solid #D7DADD;
border-radius: 90px;
color: #9A9CA5;
line-height: 42px;
width: 100%;
padding: 0 16px;
margin-bottom: 11px;
}
.promocode .btn {
color: #FF00FF;
border: 1px solid #FF00FF;
width: 100%;
background: #fff;
line-height: 42px;
border-radius: 90px;
font-weight: 600;
font-size: 14px;
}
.order-total .o-total .line span {
font-weight: 700;
font-size: 16px;
line-height: 19px;
}
.order-total .o-total .line{
margin-bottom: 14px;
}
.order-total .o-total .line span:last-child {
font-weight: 500;
font-size: 20px;
line-height: 24px;
color: #FF00FF;
}
#cart .breadcrumbs ul {
margin: 20 0 48px 0;
}
#cart .o-head {
margin-bottom: 44px;
font-weight: 500;
font-size: 20px;
line-height: 24px;
}
#cart .order > div {
color: #646363;
font-size: 14px;
line-height: 16px;
}
#cart .order .o-total {
font-size: 20px;
line-height: 24px;
color: #FF00FF;
}
#cart .o-image {
position: relative;
}
#cart .delete {
width: 12px;
height: 12px;
background: url('../images/delete.svg') no-repeat;
position: absolute;
top: -6px;
right: -6px;
cursor: pointer;
}
main .count {
display: flex;
box-shadow: 0px 5px 75px 0px rgba(0, 0, 0, 0.15);
line-height: 40px;
border-radius: 12px;
background: #fff;
width: 100px;
}
main .count .minus,
main .count .plus {
font-size: 20px;
font-weight: 700;
width: 30px;
line-height: 46px;
cursor: pointer;
text-align: center;
}
.order .o-length {
display: flex;
justify-content: center;
}
main .count input {
width: 60px;
border: none;
text-align: center;
padding: 0;
color: #FF00FF;
font-weight: 700;
font-size: 14px;
}
#cart #favorites {
margin-top: 74px;
}
.clear-cart {
border: 1px solid #DFDFDF;
line-height: 54px;
border-radius: 12px;
display: inline-block;
padding: 0 59px 0 25px;
color: #828282;
font-size: 20px;
background: url('../images/clear-cart.svg') calc(100% - 25px) center no-repeat;
cursor: pointer;
margin-top: 19px;
}
#cart .checkbox {
margin: 23px 0 35px 0 !important;
}
#cart .checkbox > span {
font-size: 12px;
line-height: 14px;
color: #8A91AB;
padding-left: 15px;
position: relative;
}
#cart .checkbox > span::before {
margin-right: 7px;
width: 8px;
height: 8px;
border-radius: 3px;
position: absolute;
left: 0;
top: 4px;
}
#cart .checkbox > input:checked + span::after {
width: 8px;
height: 8px;
border-radius: 3px;
left: 0;
top: 4px;
background: #FF00FF url('../images/check.svg') center center no-repeat;
}
.product-gallery {
border-radius: 20px;
overflow: hidden;
box-shadow: 0px 5px 75px 0px rgba(0, 0, 0, 0.15);
}
.product-gallery .owl-item {
position: relative;
}
.product-gallery .owl-item a::before {
content: "";
width: 71px;
height: 71px;
border-radius: 36px;
background: rgba(255, 255, 255, 0.8) url('../images/fl.svg') center center no-repeat;
position: absolute;
right: 8px;
bottom: 7px;
z-index: 8;
}
.thumbnail-carousel {
margin-top: 22px;
}
.thumbnail-carousel .owl-item {
border-radius: 16px;
}
.thumbnail-carousel .owl-item.current {
border: 6px solid #FF00FF;
border-radius: 16px;
}
#product h1 {
font-weight: 500;
font-size: 49px;
line-height: 58px;
margin: 3px 0 33px 0;
}
#product .head-text p {
margin: 0;
}
#product .product-text {
margin-bottom: 39px;
}
#product .product-text p {
color: #828282;
font-size: 18px;
line-height: 21px;
}
#product .product-price {
font-size: 20px;
margin-bottom: 37px;
}
#product .product-price span {
font-weight: 700;
font-size: 49px;
line-height: 58px;
color: #FF00FF;
}
.product-info {
padding-left: 20px;
}
.characteristics h2 {
font-weight: 500;
font-size: 24px;
line-height: 28px;
color: #646363;
margin: 31px 0 12px 0;
}
.characteristics p {
font-size: 18px;
line-height: 21px;
color: #828282;
}
.characteristics p b {
font-weight: 500;
color: #646363;
}
#payment-delivery {
background: #fff;
display: flex;
border-radius: 23px;
box-shadow: 0 5px 75px 0 rgba(0, 0, 0, 0.15);
padding: 21px 0 26px 0;
align-items: center;
margin: 126px 0 84px 0;
}
#payment-delivery > div {
width: 50%;
display: flex;
padding: 20px 0;
}
#payment-delivery .payment {
border-right: 3px solid rgba(100, 99, 99, 0.3);
}
#payment-delivery .image {
margin: 0 41px 0 23px;
}
#payment-delivery .caption {
font-weight: 500;
font-size: 24px;
line-height: 28px;
margin-bottom: 17px;
}
#payment-delivery .text {
font-size: 18px;
line-height: 21px;
color: #828282;
margin: 0;
}
.product-info {
position: relative;
}
.product-info .colors span,
.product-info .product-buttons span {
font-size: 18px;
margin-bottom: 5px;
}
.product-info .colors .item {
background: #fff;
border-radius: 12px;
}
.product-info .colors .item.current {
border: 3px solid #FF00FF;
}
.product-info .colors .item img {
border-radius: 12px;
overflow: hidden;
}
.product-info .colors .item span {
font-size: 12px;
line-height: 14px;
text-align: center;
width: 100%;
display: block;
padding: 7px 0;
}
.product-buttons {
margin-bottom: 65px;
}
.pb-wrapper {
display: flex;
align-items: end;
}
.pb-wrapper  .count {
margin-right: 30px;
height: 46px;
}
.pb-wrapper .btn {
line-height: 58px;
margin-right: 11px;
font-size: 20px;
font-weight: 500;
padding: 0 30px;
border-radius: 32px;
}
.pb-wrapper .btn.add {
box-shadow: 0px 4px 10px 0px rgba(255, 0, 255, 0.46);
}
.pb-wrapper .btn.more {
background: none;
border: 2px solid #FF00FF;
color: #646363;
}
.colors-gallery {
margin-bottom: 20px;
}
.colors-gallery .owl-dots {
display: flex;
margin-top: 9px;
}
.colors-gallery .owl-dot {
height: 2px;
background: rgba(100, 99, 99, 0.2) !important;
}
.colors-gallery .owl-dot.active {
background: #F754E1 !important;
}
#similar h2 {
font-size: 36px;
line-height: 42px;
margin-bottom: 32px;
}
#similar .product {
box-shadow: none;
}
#similar .owl-dots {
display: flex;
margin-top: 0;
}
#similar .owl-dot {
height: 4px;
background: rgba(100, 99, 99, 0.2) !important;
}
#similar .owl-dot.active {
background: #F754E1 !important;
}
#product .product-favorite {
width: 71px;
height: 71px;
border-radius: 36px;
background: rgba(255, 255, 255, 0.8) url('../images/product-favorite.svg') center center no-repeat;
box-shadow: 0px 5px 75px 0px rgba(0, 0, 0, 0.15);
position: absolute;
top: 0;
right: 0;
}
#catalog h1 {
font-weight: 400;
font-size: 36px;
line-height: 42px;
margin-bottom: 0;
}
.products-head {
display: flex;
justify-content: space-between;
margin-bottom: 24px;
align-items: center;
}
.sort {
line-height: 56px;
border: none;
appearance: none;
background: #F8F9FD url('../images/sort.svg') calc(100% - 20px) center no-repeat;
border-radius: 12px;
width: 290px;
padding: 0 58px 0 20px;
font-size: 18px;
color: #C9C9C9;
}
.current-filters {
display: flex;
margin-bottom: 49px;
}
.c-filter {
background: #F8F9FD url('../images/close.svg') calc(100% - 10px) center no-repeat;
line-height: 35px;
border-radius: 8px;
margin-right: 8px;
font-size: 14px;
color: #828282;
padding: 0 37px 0 16px;
cursor: pointer;
}
.catalog-pagination {
margin-top: 40px;
}
.catalog-pagination ul {
padding: 0;
margin: 0;
display: flex;
list-style-type: none;
justify-content: center;
}
.catalog-pagination a {
color: #828282;
line-height: 40px;
}
.catalog-pagination ul .page {
width: 40px;
height: 40px;
text-align: center;
display: block;
border: 1px solid #DFDFDF;
border-radius: 8px;
margin: 0 10px;
}
.catalog-pagination ul .page.active,
.catalog-pagination ul .page:hover {
background: rgba(255, 0, 255, 0.2);
color: #FF00FF;
}
.catalog-pagination ul .prev {
margin-right: 12px;
}
.catalog-pagination ul .next {
margin-left: 12px;
}
.filters {
padding: 20px 32px 0 0;
border-right: 1px solid #DFDFDF;
}
.filter-caption {
font-weight: 500;
font-size: 24px;
line-height: 28px;
}
.fe-caption {
font-weight: 500;
font-size: 20px;
line-height: 24px;
margin-top: 32px;
background: url('../images/slider-up.svg') right center no-repeat;
cursor: pointer;
}
.disable .fe-caption {
background: url('../images/slider-down.svg') right center no-repeat;
}
.list {
display: flex;
flex-direction: column;
}
.list .checkbox {
margin-top: 19px !important;
}
.list .checkbox span {
font-size: 16px;
line-height: 19px;
}
.list .checkbox > span::before {
width: 18px;
height: 18px;
border-radius: 4px;
margin-right: 12px;
}
.list .checkbox > input:checked + span::after {
width: 18px;
height: 18px;
border-radius: 4px;
left: 0;
background: #FF00FF url('../images/check.svg') center center no-repeat;
}
.clear-filter {
border: 1px solid #DFDFDF;
width: 100%;
line-height: 54px;
color: #828282;
font-size: 20px;
border-radius: 12px;
background: url('../images/trash.svg') calc(100% - 16px) center no-repeat;
text-align: center;
padding-right: 40px;
margin-top: 32px;
cursor: pointer;
}
.list.prices {
display: flex;
justify-content: space-between;
margin-top: 19px;
flex-direction: row;
}
.list.prices input {
width: 100px;
border: 1px solid #DFDFDF;
border-radius: 6px;
background: none;
text-align: center;
line-height: 26px;
padding: 0;
}
.colors-block e,
.marks-block e {
position: relative;
padding-right: 20px;
}
.marks-block e::before {
content: "";
position: absolute;
right: 0;
top: 3px;
width: 14px;
height: 14px;
border-radius: 7px;
border: 1px solid #DFDFDF;
}
.marks-block .sale e {
padding-right: 24px;
}
.marks-block .sale e::before {
content: "%";
background: #FF4242;
border-radius: 4px;
color: #fff;
width: 18px;
line-height: 18px;
height: 18px;
text-align: center;
border: none;
top: 1px;
}
.marks-block .new e {
  padding-right: 44px;
}
.marks-block .new e::before {
content: "new";
background: #00C208;
border-radius: 4px;
color: #fff;
width: 38px;
line-height: 16px;
height: 18px;
text-align: center;
border: none;
top: 1px;
}
.colors-block i {
right: 0;
top: 3px;
width: 14px;
height: 14px;
border-radius: 7px;
border: 1px solid #DFDFDF;
}
.filter-block ul {
list-style-type: none;
padding: 0;
margin: 14px 0 28px 0;
border-bottom: 1px solid #DFDFDF;
height: 260px;
overflow-y: auto;
}
.filter-block ul {
scrollbar-color: #F754E1 #e0e0e0;
scrollbar-width: thin;
}
.filter-block ul::-webkit-scrollbar {
  width: 2px;
}
.filter-block ul::-webkit-scrollbar-track {
  background-color: rgba(100, 99, 99, 0.2);
}
.filter-block ul li {
font-size: 16px;
line-height: 19px;
color: #828282;
margin-bottom: 18px;
}
.filter-block ul li:hover {
color: #F754E1;
}
#sale .sale-image img,
#sales .sale-image img {
width: 100%;
margin-bottom: 41px;
}
#sale h1,
#sales h1 {
font-weight: 500;
font-size: 49px;
line-height: 58px;
margin-bottom: 57px;
}
#sale p,
#sales p {
font-size: 18px;
line-height: 28px;
}
#sales h1 {
margin-bottom: 0;
}
#sales p {
line-height: 21px;
}
.sale-block {
margin-top: 40px;
}
.sale-block img {
width: 100%;
margin-bottom: 27px;
}
.sale-block span {
font-weight: 700;
font-size: 20px;
line-height: 30px;
}
footer {
margin-top: 65px;
background: #E4E4E4;
padding: 60px 0 70px 0;
}
.footer-top {
display: flex;
justify-content: space-between;
}
.footer-top .left {
flex-grow: 1;
}
.footer-top .right {
width: 360px;
text-align: right;
}
.footer-top .phones {
display: flex;
flex-direction: column;
}
.footer-top .phones a {
font-weight: 700;
font-size: 32px;
line-height: 38px;
}
.footer-top .btn {
font-size: 14px;
color: #A5A5A5;
background: #fff;
line-height: 32px;
border-radius: 30px;
padding: 0 12px;
margin-top: 8px;
}
.fl {
display: flex;
align-items: center;
justify-content: space-between;
margin: 42px 0 40px 0;
}
.point {
padding-left: 56px;
background: url('../images/point.svg') 0 center no-repeat;
line-height: 39px;
}
.footer-bottom {
display: flex;
align-items: center;
justify-content: space-between;
margin-top: 8px;
}
.footer-bottom a {
text-decoration: underline;
margin-left: 35px;
}
.footer-bottom a:first-child {
margin: 0;
}
.mobile {
display: none;
}
.desktop {
display: block;
}
#auth, #reg, .popup {
background: #fff;
padding: 90px 48px 42px 48px;
border-radius: 10px;
width: 600px;
position: relative;
display: none;
}
#auth h2, #reg h2, .popup h2 {
font-weight: 500;
font-size: 28px;
line-height: 42px;
color: #1E212C;
margin-bottom: 48px;
text-align: center;
}
#auth label, #reg label, .popup label {
color: #424551;
font-size: 14px;
line-height: 21px;
margin-bottom: 8px;
}
#auth input[type="text"],
#auth input[type="password"],
#reg input[type="text"],
#reg input[type="password"],
.popup input[type="text"],
.popup input[type="password"]
{
border: 1px solid #D7DADD;
line-height: 42px;
border-radius: 30px;
padding: 0 16px;
width: 100%;
margin-bottom: 20px;
}
.forget {
color: #FF00FF;
font-size: 14px;
line-height: 21px;
display: block;
text-align: right;
margin-bottom: 20px;
}
#auth .btn, #reg .btn, .popup .btn {
line-height: 42px;
border: 1px solid #FF00FF;
width: 100%;
border-radius: 22px;
margin-bottom: 10px;
font-size: 14px;
font-weight: 600;
}
#auth .btn.reg {
color: #FF00FF;
background: none;
}
.close-window {
width: 24px;
height: 24px;
background: url('../images/close-window.svg') no-repeat;
position: absolute;
cursor: pointer;
top: 24px;
right: 24px;
}
#auth .fancybox-close-small,
#reg .fancybox-close-small,
.popup  .fancybox-close-small {
display: none;
}
.colors .owl-prev,
#similar .owl-prev {
background: url('../images/arrow-left.svg') center center no-repeat !important;
background-size: 100% 100% !important;
width: 20px;
height: 20px;
position: absolute;
left: -36px;
top: 40px;
}
.colors .owl-next,
#similar .owl-next {
background: url('../images/arrow-right.svg') center center no-repeat !important;
background-size: 100% 100% !important;
width: 20px;
height: 20px;
position: absolute;
right: -30px;
top: 40px;
}
#similar .owl-prev,
#similar .owl-next {
top: 95px;
}
#similar .owl-prev span,
#similar .owl-next span,
.colors .owl-prev span,
.colors .owl-next span {
display: none;
}
@media (max-width: 992px) {
.navbar-expand-md .navbar-toggler {
  display: block;
}
body {
  background: #fff;
}
.mobile {
  display: block;
}
.desktop {
  display: none;
}
.mobile-header {
  display: flex;
  align-items: center;
  flex-grow: 1;
}
.navbar {
  padding: 0;
}
.navbar > .container {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-toggler {
  padding: 0;
  border: none;
  border-radius: 0;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-toggler-icon {
  background: url('../images/mobile-menu.svg') no-repeat;
  width: 20px;
  height: 18px;
}
.navbar-toggler-icon.active {
  background: url('../images/close-menu.svg') no-repeat;
  width: 20px;
  height: 20px;
}
.navbar-brand {
  margin: 0 8px 0 13px;
}
.search {
  margin: 0;
}
.search input[type="text"] {
  margin: 0;
  line-height: 28px;
  background: none;
  border: 1px solid #fff;
  border-radius: 8px;
  padding: 0 10px;
  color: #fff;
  font-size: 11px;
}
.account {
  width: 24px;
  height: 24px;
  background: url('../images/account-mobile.svg') no-repeat;
  margin: 0 18px;
}
.cart {
  width: 22px;
  height: 22px;
  background: url('../images/cart-mobile.svg') no-repeat;
}
#banners {
  padding-bottom: 0;
}
#banners .container {
  padding: 0;
}
#banners .gallery {
  width: 100%;
}
#banners .sales {
  display: none;
}
.item-text {
  right: 15px;
  bottom: 7px;
  width: 100px;
  line-height: 12px;
}
.item-text h3 {
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 2px;
}
.item-text span {
  font-size: 10px;
  text-align: right;
  line-height: 12px;
}
#banners .gallery .owl-dots .owl-dot {
  width: 7px;
  height: 7px;
}
.menu.mobile {
  margin-bottom: 27px;
}
.menu.mobile ul {
  flex-direction: column;
}
.menu.mobile ul li {
  line-height: 58px;
  margin: 0;
  padding: 0 42px 0 67px;
  border-bottom: 1px solid #E7E7E7;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #646363;
  font-size: 14px;
  font-weight: 600;
}
.menu.mobile ul li:nth-child(1) {
  background: url('../images/menu1.svg') 25px center no-repeat;
}
.menu.mobile ul li:nth-child(2) {
  background: url('../images/menu2.svg') 26px center no-repeat;
}
.menu.mobile ul li:nth-child(3) {
  background: url('../images/menu3.svg') 30px center no-repeat;
}
.menu.mobile ul li:nth-child(4) {
  background: url('../images/menu4.svg') 28px center no-repeat;
}
.menu.mobile ul li:nth-child(5) {
  background: url('../images/menu5.svg') 29px center no-repeat;
}
.m-count {
  font-size: 10px;
  line-height: 12px;
  font-weight: 300;
}
#navbarCollapse {
  width: 100%;
  height: 1000px;
  left: 0;
  top: 50px;
  position: absolute;
  background: #fff;
  z-index: 999;
  display: none !important;
}
#navbarCollapse.show {
  display: block !important;
}
.navbar-nav {
  flex-direction: column !important;
}
.nav-link,
.nav-link.active {
  color: #000 !important;
  line-height: 58px;
  border-bottom: 1px solid #E7E7E7;
  padding: 0 30px;
}
.caption {
  font-size: 17px;
  line-height: 20px;
  margin-bottom: 31px;
}
#sale .sale-image img, #sales .sale-image img {
  margin-bottom: 35px;
}
#sale h1, #sales h1 {
  font-size: 17px;
  line-height: 20px;
  margin-bottom: 20px;
}
#sale p, #sales p {
  font-size: 10px;
  line-height: 16px;
}
.back a {
  font-weight: 500;
  font-size: 17px;
  line-height: 20px;
  color: #646363;
  display: block;
  padding: 23px 0 25px 24px;
  background: url('../images/back.svg') left center no-repeat;
}
#sales h1 {
  margin-bottom: 4px;
}
.sale-block {
  margin-top: 30px;
}
.sale-block img {
  margin-bottom: 11px;
}
.sale-block span {
  font-size: 14px;
  line-height: 21px;
}
.account-top p {
  font-size: 17px;
  line-height: 20px;
}
.account-bottom span {
  font-size: 10px;
  line-height: 12px;
}
.a-name {
  font-size: 17px;
  line-height: 20px;
  margin: 8px 0 13px 0;
}
.a-phone, .a-mail {
  font-size: 17px;
}
#orders, #history {
  margin: 32px 0 0 0;
}
#orders h2, #history h2, #favorites h2 {
  font-size: 17px;
  line-height: 20px;
}
.o-title {
  font-size: 14px;
  line-height: 20px;
}
.order > div,
.history-block > div {
  font-size: 14px;
}
.o-head, .h-head {
  font-size: 12px;
  margin-bottom: 10px;
}
.o-image {
  display: none;
}
.total-price {
  margin: 20px 15px 0 0;
}
#favorites {
  margin-top: 44px;
}
#favorites h2 {
  font-weight: 500;
}
#contacts .container {
  padding: 0;
}
#map {
  padding: 0;
}
.map-advantages {
  position: relative;
  bottom: 0;
  flex-direction: column;
  margin-top: 36px;
}
.map-advantage {
  margin: 22px auto 0 auto;
}
#managers {
  margin-top: 65px;
  margin-bottom: 50px;
}
#managers h2 {
  font-size: 17px;
  line-height: 20px;
  margin-bottom: 10px;
}
#managers .col-lg-3 {
  width: 246px;
  padding: 0;
  margin: 22px auto 0 auto;
}
.m-name {
  font-size: 17px;
  line-height: 20px;
}
.m-phone {
  font-size: 17px;
}
#requisites h2 {
  font-size: 17px;
  line-height: 20px;
}
#requisites p {
  font-size: 10px;
  line-height: 12px;
}
#order .form {
  overflow: hidden;
  margin-top: 47px;
}
#order .form label {
  font-size: 10px;
  line-height: 12px;
  margin-bottom: 12px;
}
#order .form input[type="text"], #order .form textarea {
  font-size: 10px;
}
#order .form .row {
  flex-direction: column-reverse;
}
#order .form img {
  width: 100%;
  margin-top: 49px;
  margin-bottom: 63px;
  left: 50px;
  position: relative;
}
.order-form {
  box-shadow: none;
  padding: 0;
}
.order-form .order-top {
  margin: 0;
}
.order-form h2 {
  font-size: 17px;
  line-height: 20px;
  margin-bottom: 35px;
}
.order-total {
  margin-top: 47px;
  margin-bottom: 42px;
}
#cart #favorites {
  display: none;
}
#cart .o-head {
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 10px;
  font-weight: 300;
}
#news .news-image img {
  margin-bottom: 30px;
}
#news h1 {
  font-size: 17px;
  line-height: 20px;
  margin-bottom: 20px;
}
.news-date,
.news-block p {
  font-size: 10px;
  line-height: 12px;
  margin-bottom: 0;
}
.news-block {
  margin-bottom: 20px;
}
.news-caption {
  font-size: 12px;
  line-height: 14px;
}
.paginator {
  margin-top: 40px;
}
.paginator a {
  font-size: 12px;
}
#company .company-image img,
#delivery .delivery-image img {
  margin-bottom: 35px;
}
#company h1,
#delivery h1 {
  font-size: 17px;
  line-height: 20px;
  margin-bottom: 20px;
}
#company p,
#delivery p {
  font-size: 10px;
  line-height: 12px;
}
.product-gallery .owl-item a::before {
  display: none;
}
.thumbnail-carousel .owl-item.current {
  border: 2px solid #F0F;
  border-radius: 8px;
}
.product-info {
  padding: 0;
  position: inherit;
}
#product .product-favorite {
  top: 131px;
  right: 22px;
  z-index: 99;
}
#payment-delivery {
  display: none;
}
.colors-gallery {
  width: 100% !important;
}
#product .head-text p {
  font-size: 10px;
  line-height: 12px;
  color: #828282;
  margin-top: 30px;
}
#product h1 {
  font-size: 17px;
  line-height: 20px;
  margin: 4px 0 20px 0;
}
#product .product-text {
  margin-bottom: 20px;
}
#product .product-text p {
  font-size: 10px;
  line-height: 12px;
}
#product .product-price span {
  font-size: 29px;
  line-height: 34px;
}
#product .product-price {
  font-size: 17px;
  margin-bottom: 24px;
}
.product-info .colors span, .product-info .product-buttons span {
  font-size: 10px;
  line-height: 15px;
  margin-bottom: 6px;
  display: block;
}
.product-buttons {
  margin-bottom: 50px;
}
.pb-wrapper {
  flex-direction: column;
  align-items: flex-start;
}
.pb-wrapper .btn {
  width: 100%;
  margin: 0 0 13px 0;
}
.pb-wrapper .count {
  margin: 0 0 43px 0;
  border-radius: 12px;
  width: auto;
  padding: 0 5px;
}
.pb-wrapper .count input {
  width: 100px;
  font-size: 20px;
}
.characteristics h2 {
  font-size: 17px;
  line-height: 20px;
  margin: 0 0 20px 0;
}
.characteristics p {
  font-size: 17px;
  line-height: 20px;
}
#similar h2 {
  font-size: 17px;
  line-height: 20px;
  margin: 49px 0 27px 0;
}
#similar .product {
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
}
.product {
  margin-bottom: 19px;
}
.product .new,
.product .sale {
  font-size: 7px;
  line-height: 16px;
  top: 6px;
  left: 9px;
}
.product .info {
  padding: 5px 12px 16px 12px;
}
.product .title {
  font-size: 10px;
  line-height: 15px;
}
.product .price {
  font-size: 11px;
  line-height: 14px;
}
.product .colors-count {
  font-size: 10px;
  line-height: 12px;
}
.product .favorite {
  right: 8px;
  bottom: 8px;
}
.product:hover {
  border-radius: 20px;
}
.product:hover .add-block {
  display: none;
}
#order p {
  font-size: 14px;
  line-height: 17px;
}
#text p {
  font-size: 10px;
  line-height: 17px;
}
#advantages .caption {
  margin-bottom: 45px;
}
#advantages .advantage {
  font-size: 10px;
  line-height: 15px;
  margin-bottom: 30px;
  padding: 0 20px;
}
#advantages .advantage img {
  margin-bottom: 19px;
  height: 80px;
}
#advantages .row {
  justify-content: center;
}
.products-head,
.current-filters {
  display: none;
}
.f-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
}
.f-head span {
  font-size: 10px;
  line-height: 15px;
  font-weight: 600;
  color: #646363;
}
.open-filter {
  background: url('../images/filter.svg') right center no-repeat;
  padding-right: 20px;
  cursor: pointer;
}
.catalog-pagination ul .page {
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 0 6px;
  font-size: 14px;
}
.catalog-pagination .prev,
.catalog-pagination .next {
  display: none;
}
.filters-wrapper {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50px;
  height: auto;
  background: #fff;
  z-index: 99;
  padding: 30px;
  display: none;
}
.filters {
  border: none;
  padding: 0;
  height: auto !important;
}
.close-filters {
  width: 30px;
  height: 30px;
  background: url('../images/close.svg') center center no-repeat;
  position: absolute;
  right: 24px;
  cursor: pointer;
}
.f-categories {
  display: flex;
  height: 19px;
  overflow: hidden;
  margin-bottom: 33px;
}
.f-categories.show {
  height: auto;
}
.f-categories ul {
  display: flex;
  list-style-type: none;
  padding: 0;
  flex-wrap: wrap;
  width: calc(100% - 16px);
}
.f-categories ul li {
  border: 1px solid #646363;
  font-size: 10px;
  line-height: 15px;
  border-radius: 10px;
  padding: 0 10px;
  margin: 0 4px 4px 0;
  cursor: pointer;
}
.f-categories ul li.active {
  background: #FF00FF;
  color: #fff;
}
.show-categories {
  background: url('../images/cat-show.svg') no-repeat;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
#auth, #reg {
  padding: 40px 24px 20px 24px;
}
#auth h2, #reg h2 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 20px;
}
footer {
  margin-top: 25px;
  padding: 37px 0 51px 0;
}
.footer-top {
  flex-direction: column;
}
.footer-top .right {
  text-align: left;
}
.footer-top .right span {
  font-size: 10px;
  line-height: 12px;
}
.footer-top .phones a {
  font-size: 20px;
  line-height: 24px;
}
footer .menu ul {
  flex-direction: column;
}
footer .menu li {
  margin: 0 0 26px 0;
}
footer .menu li a {
  font-size: 14px;
  font-weight: 600;
}
.footer-bottom {
  display: none;
}
.fl {
  display: none;
}
.footer-top .btn {
  margin-top: 24px;
  width: 100%;
  line-height: 61px;
  font-size: 20px;
}
.footer-social {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}
.footer-social a {
  width: 75px;
  height: 75px;
  margin: 0 15px;
}
.footer-social a.tg {
  background: url('../images/tg-mobile.svg') no-repeat;
}
.footer-social a.vk {
  background: url('../images/vk-mobile.svg') no-repeat;
}
}
/* Product colors grid */
.product-colors-wrapper { margin-top: 10px; }
.product-colors-grid { display: grid; grid-template-columns: repeat(auto-fill,minmax(120px,1fr)); gap: 14px; }
@media (min-width: 992px) { .product-colors-grid { grid-template-columns: repeat(5, 1fr); } }
.product-colors-grid .color-item { background: #fff; border: 2px solid transparent; border-radius: 16px; padding: 4px; cursor: pointer; display: block; position: relative; transition: border-color .2s, box-shadow .2s; }
.product-colors-grid .color-item:hover { border-color: #FF00FF; box-shadow: 0 0 0 3px rgba(255,0,255,.15); }
.product-colors-grid .color-item:focus { outline: none; border-color: #FF00FF; box-shadow: 0 0 0 3px rgba(255,0,255,.3); }
.product-colors-grid .color-item img { border-radius: 12px; width: 100%; height: auto; display: block; }
/* Colors grid (replaces colors-gallery carousel) */
.colors-grid { display: grid; grid-template-columns: repeat(auto-fill,minmax(110px,1fr)); gap: 12px; margin: 10px 0 20px; }
@media (min-width: 992px){ .colors-grid { grid-template-columns: repeat(5, 1fr); } }
.colors-grid .color-tile { border: 2px solid transparent; background:#fff; border-radius:18px; padding:6px 6px 10px; cursor:pointer; text-align:center; position:relative; transition:border-color .2s, box-shadow .2s; display:flex; flex-direction:column; align-items:center; }
.colors-grid .color-tile span { display:block; font-size:12px; line-height:14px; margin-top:6px; color:#333; }
.colors-grid .color-tile.current { border-color:#FF00FF; box-shadow:0 0 0 3px rgba(255,0,255,.15); }
.colors-grid .color-tile:hover { border-color:#FF00FF; }
.colors-grid .color-tile img { border-radius:12px; width:100%; height:auto; }
/* Static colors grid (replaces owl for color selection) */
.colors-static-grid { display:flex; flex-wrap:wrap; gap:10px; margin:10px 0 20px; }
.colors-static-grid { display:flex; flex-wrap:wrap; gap:14px; align-items:flex-start; }
.colors-static-grid .item { flex: 0 0 auto; width: 100px; max-width:100px; box-sizing:border-box; cursor:pointer; text-align:center; display:flex; flex-direction:column; align-items:center; padding:4px; overflow:hidden; border-radius:16px; }
.colors-static-grid .item x-img, .colors-static-grid .item img { width:90px; max-width:90px; display:block; }
@media (max-width: 991.98px){ .colors-static-grid { justify-content:flex-start; } }
@media (max-width: 575.98px){ .colors-static-grid { justify-content:flex-start; } }
.colors-static-grid .item.current { outline:2px solid #FF00FF; border-radius:16px; }


