﻿@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:wght@100;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@500&display=swap');

/*------------------------------------------------------------*
**  Главная
**------------------------------------------------------------*/

/* CSS Document */


body {
font-size: 16px;
color: #40302C;
margin:0px;
background:#fff;
font-family: 'Fira Sans', sans-serif;
position:relative;
}

* {
  min-height: 0;
  min-width: 0;
}


a {
text-decoration:underline;
color:#111;
transition: .5s;
}

a:hover {
text-decoration:none;
color:#1a1a1a;
}

.clear {
clear:both;
}

h1,h2,h3,h4 {
font-weight:400;
margin-bottom: 20px;
margin-top: 20px;
}

img {
margin:0px;
padding:0px;
border:0px;
}

* {
box-sizing: border-box;
}

table {
border-spacing: 0px;
}

input, button, textarea, select {
font-size:16px;
outline:none;
font-family: 'Fira Sans', sans-serif;
transition: .5s;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

h2,h3,h4 {
font-family: 'Fira Sans', sans-serif;
font-weight:bold;
}

button {
margin:0px;
padding:0px;
border:0px;
cursor:pointer;
}

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

iframe {
max-width:100% !important;
max-height:100% !important;
}

.site-width {
width:100%;
max-width:1180px;
padding:0 20px;
margin:0 auto;
}

.topline {
padding:0px 0;
border-bottom:1px #efefef solid;
background:#111;
width: 100%;
max-width: 1140px;
margin:20px auto 0 auto;
border-radius:10px;
}

.topline .site-width {
display:flex;
align-items:center;
}

.topline .city {
font-size: 14px;
line-height: 24px;
color: #fff;
display:flex;
align-items:center;
margin:0 15px 0 0;
cursor:pointer;
}

.topline .city:before {
content:"";
width:13px;
height:12px;
background:url(../images/geo.svg) no-repeat;
margin:0 10px 0 0;
}

.topline .time {
font-size: 14px;
line-height: 24px;
color: #fff;
flex:1;
padding:0 20px 0 0;
}

.topline .phone {
display:flex;
align-items:center;
}

.header .tel {
text-decoration:none;
font-size: 15px;
line-height: 24px;
color: #111;
font-weight:500;
display:flex;
align-items:center;
transition: .5s;
}

.header .tel:before {
content:"";
margin:0 10px 0 0;
width:20px;
height:20px;
background:url(../images/phone.svg) no-repeat;
background-size:contain;
}

.topline .phone .wh {
text-decoration:none;
display:block;
width:25px;
height:25px;
background:url(../images/wh.svg) no-repeat;
margin:0 10px 0 0;
background-size:contain;
}

.header .tel:hover {
color: #f30015;
}

.topline .menu {
flex:1;
padding:0 10px 0 0;
}

.topline .menu ul.m-f, .menu-fixed ul.m-f {
list-style:none;
margin:0px;
padding:0px;
display:flex;
align-items:center;
}

.topline .menu li, .menu-fixed li {
margin:0 35px 0 0;
display:flex;
align-items:center;
position:relative;
padding:10px 0;
}

.topline .menu a {
font-size: 15px;
line-height: 24px;
color: #fff;
transition: .5s;
}

.topline .menu a:hover {
color: #f30015;
}

.header {
padding:15px 0;
background:#fff;
}

.header.shadow {
box-shadow: 0px 1px 10px rgba(0, 5, 53, 0.06);
}

.header-mobile.shadow {
box-shadow: 0px 1px 10px rgba(0, 5, 53, 0.06);
}

.header .site-width {
align-items:center;
display:flex;
}

.header .logo {
margin:0 50px 0 0;
}

.header .logo a {
display:block;
width:145px;
height:94px;
background:url(../images/logo.png) no-repeat;
background-size:contain;
}

.header .search {
flex:1;
background: #FFFFFF;
border: 1px solid #000000;
box-sizing: border-box;
border-radius: 4px;
overflow:hidden;
position:relative;
height:40px;
margin:0 25px 0 0;
}

.header .search input {
width:100%;
height:38px;
border:0px;
padding:0 25px;
font-size: 14px;
line-height: 24px;
color: #000000;
}

.header .search input::placeholder {
color: #000000;
}

.header .search button {
width:18px;
height:18px;
cursor:pointer;
background:url(../images/search.svg) no-repeat;
margin:0px;
padding:0px;
border:0px;
position:absolute;
top:10px;
right:15px;
color: #000000;
}

.header .mail {
display:flex;
align-items:center;
text-decoration:none;
font-size:14px;
font-weight:500;
}

.header .mail:before {
content:"";
width:20px;
height:19px;
background:url(../images/mail.svg) no-repeat;
margin:0 10px 0 0;
font-weight:500;
}

.header .mail:hover {
color: #f30015;
}

.header .feedback {
background: #f30015;
border-radius: 4px;
padding:9px 30px;
cursor:pointer;
text-decoration:none;
color:#fff;
margin:0 0 0 25px;
transition: .5s;
display:table;
text-decoration:none;
}

.header .feedback:hover {
background: #111;
}

.header .contacts {
display:flex;
flex-direction:column;
gap:10px;
}

.header .cart {
display: flex;
align-items: center;
text-decoration:none;
border-radius: 10px;
background:#F5F4F6 url(../images/cart.svg) no-repeat 20px center;
padding:8px 20px 8px 54px;
margin:0 0 0 25px;
min-height:54px;
position:relative;
}

.header .cart:hover {
background:#f30015 url(../images/cart-hover.svg) no-repeat 20px center;
color:#fff;
}

.header .cart span {
position:absolute;
top:-5px;
right:-5px;
width:25px;
height:25px;
font-size:12px;
color:#fff;
display:flex;
align-items:center;
justify-content:center;
background:#f30015;
border-radius:555px;
transition: .5s;
}

.header .cart:hover span {
background:#fff;
color:#f30015;
}

.topline .login {
display:flex;
align-items:center;
gap:20px;
}

.topline .login a {
text-decoration:none;
color: #111;
font-size:15px;
display:flex;
align-items:center;
gap:5px;
}

.topline .login a:hover {
color:#ff0000;
}

.topline .openlk {
text-decoration:none;
color: #fff;
font-size:15px;
display:flex;
align-items:center;
gap:5px;
cursor:pointer;
transition: .5s;
}

.topline .openlk:hover {
color:#f30015;
}

.topline .openlk:before {
content: "\f090";
font: normal normal normal 14px/1 FontAwesome;
}

.topline .reg:before {
content: "\f234";
font: normal normal normal 14px/1 FontAwesome;
}

.popup-block {
display:none;
}

.popup-block .popup-bg {
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.5);
z-index: 99999999999999;
overflow: auto;
width:100%;
height:100%;
}

.popup-block .block {
background:#111;
border: 1px solid #f30015;
box-sizing: border-box;
border-radius: 4px;
width:100%;
max-width:500px;
padding:50px;
position:fixed;
top:50%;
left:50%;
z-index:99999999999;
transform: translate(-50%, -50%);
max-height:100vh;
overflow-y:auto;
}

.popup-block .title {
font-size: 24px;
line-height: 150%;
text-align: center;
color: #fff;
margin:0 0 20px 0;
}

.popup-block .desc {
font-size: 15px;
line-height: 24px;
text-align: center;
color: #40302C;
margin:0 0 15px 0;
}

.popup-block form {
display:block;
}

.popup-block .item {
margin:0 0 10px 0;
}

.popup-block .item label {
font-size: 12px;
line-height: 24px;
color: #fff;
display:block;
margin:0 0 4px 0;
}

.popup-block .item input {
background: #fff;
border: 1px solid #E0E4EA;
box-sizing: border-box;
border-radius: 4px;
font-size: 14px;
line-height: 24px;
color: #40302C;
padding:8px 15px;
width:100%;
}

.popup-block .item textarea {
background: #fff;
border: 1px solid #E0E4EA;
box-sizing: border-box;
border-radius: 4px;
font-size: 14px;
line-height: 24px;
color: #40302C;
padding:8px 15px;
width:100%;
height:110px;
resize:none;
}

.popup-block button {
background: #f30015;
border-radius: 4px;
font-weight: 600;
font-size: 12px;
line-height: 24px;
text-align: center;
letter-spacing: 0.05em;
text-transform: uppercase;
color: #FFFFFF;
height:40px;
width:100%;
cursor:pointer;
transition: .5s;
border:0px;
}

.popup-block button:hover {
background: #111;
}

#login-popup button {
margin:10px 0 0 0;
}

#login-popup .bottom {
display:flex;
gap:10px;
justify-content:center;
margin:20px 0 0 0;
justify-content: space-between;
}

#login-popup .bottom a {
text-decoration:none;
color: #8A8786;
font-size:15px;
}

#login-popup .bottom a:hover {
color:#f30015;
}

.popup-block .close {
width:17px;
height:17px;
background:url(../images/close-filter.svg) no-repeat;
position:absolute;
top:23px;
right:23px;
cursor:pointer;
background-size:100% 100%;
transition: .5s;
}

.ui-icon-closethick:before {
width:17px !important;
height:17px !important;
background:url(../images/close-filter.svg) no-repeat !important;
font-size:0px !important;
}

.popup-block .close:hover {
transform: rotate(180deg);
}

.popup-block .checkbox {
margin:20px 0 0 0;
position:relative;
}

.popup-block .checkbox .label {
position:relative;
display:flex;
}

.popup-block .checkbox input[type="checkbox"] {
display:none;
position:relative;
}

.popup-block .checkbox input[type="checkbox"] + label {
position:relative;
display:flex;
align-items: center;
cursor:pointer;
width:100%;
font-size: 12px;
line-height: 24px;
color: #40302C;
justify-content: center;
position:relative;
}

.popup-block .checkbox input[type="checkbox"] + label:before {
content:"";
display:block;
width: 14px;
height: 14px;
border:1px #ccc solid;
margin:0 15px 0 0;
flex-shrink:0;
}

.popup-block .checkbox input[type="checkbox"]:checked + label:before {
content:"";
display:block;
width: 16px;
height: 16px;
background:url(../images/check.svg) no-repeat;
border:0px;
flex-shrink:0;
}

.topmenu {
background: #111;
width: 100%;
max-width: 1140px;
margin:0 auto;
border-radius:10px;
}

.topmenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;  
  gap: 35px;                
}


.topmenu .sub {
  display: flex;
  align-items: center;
  gap: 10px;
}


.topmenu a {
text-decoration:none;
color: #FFF;
font-size: 14px;
}

.topmenu a:hover {
color:#f30015;
}

.topmenu li {
padding:19px 0;
position:relative;
}

.topmenu ul ul {
position:absolute;
top:100%;
left:0px;
z-index:9;
background: #111;
display:none;
min-width: 300px; 
box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
max-height:340px;
overflow-y:auto;
}

.topmenu ::-webkit-scrollbar {
width: 5px;
}
 
.topmenu ::-webkit-scrollbar-track {

}
 
.topmenu ::-webkit-scrollbar-thumb {
background-color: #f30015;
}

.topmenu ul ul li {
padding:0px;
border-bottom:1px #F1F5F9 solid;
}

.topmenu ul ul li:last-child {
border-bottom:0px #F1F5F9 solid;
}

.topmenu li:hover > ul {
display:block;
}

.topmenu ul ul a {
padding:15px;
display:block;
text-decoration:none;
color: #fff;
font-size: 15px;
}

.topmenu ul ul a:hover {
color: #f30015;
}

.topmenu .sub:after {
content:"";
width:12px;
height:6px;
background:url(../images/topmenu-arrow.svg) no-repeat;
}

.section-1 {
position:relative;
margin:10px 0 0 0;
}

.section-1 .slider {
position:relative;
border-radius:10px;
overflow:hidden;
}

.section-1 .slide {
height:400px;
text-align:right;
position:relative;
overflow:hidden;
font-size:0px;
line-height:0px;
}

.section-1 .slide img {
min-width:100%;
min-height:100%;
max-width:none;
}

.section-1 .slide .site-width {
text-align:left;
position:absolute;
top:0px;
left:0px;
right:0px;
bottom:0px;
padding:120px 0 0 0;
}

.section-1 .slick-arrow {
margin:0px;
padding:0px;
cursor:pointer;
width:40px;
height:40px;
border:0px;
background:none;
font-size:0px;
line-height:0px;
position:absolute;
top:50%;
margin:-20px 0 0 0;
z-index:3;
}

.section-1 .slick-prev {
background:url(../images/left-default.svg) no-repeat;
left:20px;
}

.section-1 .slick-prev:hover {
background:url(../images/right-hover.svg) no-repeat;
transform: rotate(180deg);
}

.section-1 .slick-next {
background:url(../images/left-default.svg) no-repeat;
transform: rotate(180deg);
right:20px;
}

.section-1 .slick-next:hover {
background:url(../images/right-hover.svg) no-repeat;
transform: rotate(0deg);
}

.section-2 {
margin:30px 0;
}

.section-2.page {
padding:0px 0;
}

.section-2 h1 {
text-align: center;
font-family: 'Open Sans', sans-serif;
display:table;
font-weight: 600;
font-size: 24px;
line-height: 34px;
letter-spacing: 2px;
text-transform: uppercase;
color: #111;
text-decoration:none;
margin:0 auto 20px auto;
}

.title-section {
font-size: 33px;
line-height: 160%;
text-align: center;
color: #40302C;
margin:0 0 20px 0;
font-family: 'Open Sans', sans-serif;
font-weight:500;
}

.title-section span {
display:block;
font-weight: 600;
font-size: 16px;
line-height: 24px;
letter-spacing: 2px;
text-transform: uppercase;
color: #f30015;
padding:10px 45px;
}

.title-section a {
display:table;
font-weight: 600;
font-size: 24px;
line-height: 34px;
letter-spacing: 2px;
text-transform: uppercase;
color: #111;
text-decoration:none;
margin:0 auto;
padding:10px 45px;
}

.title-section a:hover {
background:#f30015;
color:#fff;
padding:10px 25px;
}

.section-products {
display:flex;
flex-wrap:wrap;
}

.section-products .item {
padding:12px 12px 24px 12px;
background: #FFFFFF;
border: 1px solid #e1e1e1;
box-sizing: border-box;
border-radius: 4px;
overflow:hidden;
position:relative;
width:22.75%;
margin:0 3% 40px 0;
display:flex;
flex-direction:column;
}

.section-products .price{
color: #27ae60;  
}

.section-products .price {
  color: #27ae60 !important;
}

.section-products .item:nth-child(4n) {
margin:0 0 40px 0;
}

.section-products .item .images {
width:100%;
height:180px;
display:flex;
justify-content:center;
align-items:center;
margin:0 0 15px 0;
padding:20px;
overflow:hidden;
}

.section-products .item .images a {
display:block;
text-decoration:none;
height:100%;
}

.section-products .item .images img {
max-height:100%;
}

.section-products .item .name {
overflow:hidden;
display:flex;
justify-content: center;
text-align:center;
flex:1;
}

.section-products .item .name a {
font-size: 18px;
line-height: 24px;
color: #40302C;
text-decoration:none;
}

.section-products .item .name a:hover {
color: #f30015;
}

.section-products .item .price {
font-weight: 500;
font-size: 20px;
line-height: 150%;
color: #111;
margin:15px 0 0 0;
text-align:center;
}

.section-products .item .btn {
cursor:pointer;
border:0px;
background: #f30015;
border-radius: 4px;
font-weight: 600;
font-size: 14px;
line-height: 170%;
letter-spacing: 0.05em;
text-transform: uppercase;
color: #FFFFFF;
padding:10px 5px;
display:block;
text-decoration:none;
width:100%;
text-align:center;
margin:15px 0 0 0;
}

.section-products .item:hover {
box-shadow: 0px 8px 20px rgba(0, 13, 47, 0.18);
}

.section-products .item .btn:hover {
background:#111;
}

.footer {
background: #111;
padding:50px 0;
color:#fff;
width: 100%;
max-width: 1140px;
margin:0 auto;
border-radius:10px;
}

.footer .site-width {
display:flex;
justify-content: space-between;
}

.footer .block {
flex:1;
padding:0 80px 0 0;
max-width:380px;
text-align:center;
}

.footer .logo {
font-size:14px;
}

.footer .logo a {
display:block;
width:145px;
height:94px;
background:url(../images/logo2.png) no-repeat;
background-size:contain;
margin:0 auto 20px auto;
}

.footer .desc {
font-size: 14px;
line-height: 24px;
color: #fff;
margin:0px 0 55px 0;
}

.footer .social {
display:flex;
align-items:center;
gap:17px;
}

.footer .social a {

}

.footer .social svg path {
fill:#fff;
transition: .5s;
}

.footer .social a:hover path {
fill: #f30015;
}

.footer .col {
margin:0 80px 0 0;
}

.footer .col:last-child {
margin:0px;
}

.footer .col .name {
font-weight: 600;
font-size: 14px;
line-height: 24px;
letter-spacing: 2px;
text-transform: uppercase;
color: #fff;
margin:0 0 15px 0;
}

.footer .col ul {
list-style:none;
margin:0px;
padding:0px;
}

.footer .col li {
margin:0 0 5px 0;
}

.footer .col a {
font-size: 14px;
line-height: 12px;
color: #fff;
cursor:pointer;
}

.footer .col li:nth-child(3) a:hover, .footer .col li:nth-child(4) a:hover {
text-decoration:none;
}

.footer .col a:hover {
color: #f30015;

}

.footer .col .doc a {
font-size: 12px;
line-height: 24px;
color: #fff;
}

.footer .col .doc li {
margin:0 0 5px 0;
}

.footer .col .doc a:hover {
color: #f30015;
}

.footer-bottom {
padding:15px 0;
border-top:1px #F5F4F6 solid;
font-size: 12px;
line-height: 24px;
color: #8A8786;
width: 100%;
max-width: 1140px;
margin:0 auto;
}

.footer-bottom .site-width {
display:flex;
justify-content: space-between;
}

.footer-bottom .copyrgiht {
}

.footer-bottom .web {
display:flex;
align-items:center;
}

.footer-bottom .web img {
margin:0 0 0 5px;
}

.speedbar {
  padding: 30px 0 0 0;
}


.speedbar span {
color: #000000;
}

.speedbar .site-width {
display:flex;
align-items:center;
flex-wrap:wrap;
font-size: 14px;
line-height: 24px;
color: #000000;
}

.speedbar a {
color: #000000;
}

.speedbar a:hover {
color:#f30015;
}

.speedbar a:after {
}

.pagination {
display:flex;
align-items:center;
margin:40px 0 0 0;
justify-content: center;
}

.pagination a {
height:32px;
width:32px;
margin:0 4px;
text-decoration:none;
font-size: 14px;
line-height: 24px;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
color: #111;
border-radius: 4px;
}

.pagination span {
height:32px;
width:32px;
margin:0 4px;
border: 1px solid #f30015;
box-sizing: border-box;
border-radius: 4px;
font-size: 14px;
line-height: 24px;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
color: #f30015;
}

.pagination a:hover {
border: 1px solid #f30015;
box-sizing: border-box;
border-radius: 4px;
color: #ED4C69;
}

.pagination .prev {
background:url(../images/navigation-arrow.svg) no-repeat;
margin:0 24px 0 0;
transform: rotate(180deg);
}

.pagination .next {
background:url(../images/navigation-arrow.svg) no-repeat;
margin:0 0 0 24px;
}

.pagination .prev:hover, .pagination .next:hover {
border:0px;
}

#top {
position:fixed;
bottom:20px;
right:20px;
z-index:999999;
width:40px;
height:40px;
cursor:pointer;
background:#111;
display:none;
transition: .5s;
}

#top:hover {
background:#f30015;
}

#top:before {
content: "\f062";
display:block;
font: normal normal normal 20px/1 FontAwesome;
color:#fff;
position:absolute;
top:50%;
left:50%;
transform: translate(-50%, -50%);
font-size:14px;
}

.feedback-fixed {
position:fixed;
bottom:20px;
left:0px;
z-index:999999;
background:#111;
transition: .5s;
display:table;
cursor:pointer;
padding:10px 20px;
color:#fff;
text-decoration:none;
}

.feedback-fixed:hover {
background:#f30015;
}

.wrapper {
padding:20px 0 40px 0;
line-height:150%;
}

.card-product {
display:flex;
}

.card-product .col-left {
width:35%;
position:relative;
}

.card-product .col-right {
flex:1;
padding:0 0 0 50px;
}


.card-product .col-left .slick-arrow {
margin:0px;
padding:0px;
cursor:pointer;
width:40px;
height:40px;
border:0px;
background:none;
font-size:0px;
line-height:0px;
position:absolute;
top:50%;
z-index:999;
margin:-20px 0 0 0;
}

.card-product .col-left .slick-prev {
background:url(../images/left-default.svg) no-repeat;
left:12px;
}

.card-product .col-left .slick-prev:hover {
background:url(../images/right-hover.svg) no-repeat;
transform: rotate(180deg);
}

.card-product .col-left .slick-next {
background:url(../images/left-default.svg) no-repeat;
right:12px;
transform: rotate(180deg);
}

.card-product .col-left .slick-next:hover {
background:url(../images/right-hover.svg) no-repeat;
transform: rotate(0deg);
}


.card-product .art-fav {
display:flex;
align-items:center;
justify-content: space-between;
margin:0 0 5px 0;
}

.card-product .art-fav .code {
font-size: 14px;
line-height: 24px;
color: #ACAEB5;
}

.card-product .art-fav .favorite {
position:relative;
}

.card-product .art-fav .favorite span {
display:block;
width:40px;
height:40px;
background:url(../images/favorite2.svg) no-repeat;
cursor:pointer;
}

.card-product .art-fav .favorite span:hover {
background:url(../images/favorite2-hover.svg) no-repeat;
}

.card-product .name {
font-size: 24px;
line-height: 150%;
color: #40302C;
margin:0 0 15px 0;
}

.card-product .rating {
display:flex;
}

.card-product .rating img {
margin:0 2px 0 0;
}

.card-product .price {
margin:20px 0;
display:flex;
align-items:center;
font-size: 20px;
line-height: 150%;
color: #40302C;
gap:5px;
}

.price-label {
  display: inline;
  font-weight: bold;
  color: #555;
  margin-right: 6px;
  text-transform: uppercase;
  font-size: 20px;
}

#descr {
  display: inline-block;
  margin-right: 8px;
  color: #666;
  font-size: 15px;
}

#price_p {
  color: #27ae60;
  font-size: 20px;
  font-weight: bold;
  margin-left: 4px;
}

.price i.fa-usd {
  color: #27ae60;
  margin-left: 1px;
  font-size: 18px;
}


.card-product .button {
margin:40px 0 0 0;
display:flex;
align-items:center;
justify-content: space-between;
}

.card-product .button .cart {
background:#f30015;
border-radius: 4px;
margin:0px;
padding:0px;
cursor:pointer;
border:0px;
font-weight: 600;
font-size: 12px;
line-height: 24px;
text-align: center;
letter-spacing: 0.05em;
text-transform: uppercase;
color: #FFFFFF;
height:40px;
width:100%;
max-width:160px;
transition: .5s;
}

.card-product .button .cart:hover {
background: #111;
}

.wrapper-card-tabs {
padding:0 0 55px 0;
}

.wrapper-card-tabs .site-width {
border: 1px solid #F5F4F6;
box-sizing: border-box;
box-shadow: 0px 1px 10px rgba(0, 5, 53, 0.06);
border-radius: 8px;
background:#fff;
padding:25px !important;
}

.wrapper-card-tabs .content-card {
display:none;
font-size:14px;
}

.wrapper-card-tabs .content-card.active {
display:block;
}

.wrapper-card-tabs .tabs__card {
display:flex;
border-bottom:1px #E0E4EA solid;
list-style:none;
margin:0px 0 10px 0;
padding:0px;
}

.wrapper-card-tabs .tabs__card li {
font-size: 15px;
line-height: 24px;
text-align: center;
color: #f30015;
width:200px;
text-align:center;
height:48px;
display:flex;
align-items:center;
justify-content: center;
cursor:pointer;
position:relative;
}

.wrapper-card-tabs .tabs__card li.active {
color: #f30015;
border-bottom:1px #f30015 solid;
}

.wrapper-card-tabs .tabs__card li.active:before {
content:"";
width:100%;
height:1px;
background:#F44061;
left:0px;
right:0px;
bottom:-2px;
position:absolute;
}

.wrapper-card-tabs table {
width:100%;
}

.wrapper-card-tabs tr {
font-size: 14px;
line-height: 24px;
color: #40302C;
}

.wrapper-card-tabs tr td {
padding:10px;
background:#fff;
position:relative;
border-bottom: 1px solid #8A8786;
}

.wrapper-card-tabs tr td:last-child {
text-align:left;
}

.card-product .col-right select {
padding:10px 40px 10px 10px;
border-radius: 4px;
border:1px #f30015 solid;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background:url(../images/select.svg) no-repeat right 20px center;
}

.page404 {
text-align:center;
margin:70px 0;
}

.page404 .img {
font-size:0px;
line-height:0px;
margin:0 0 54px 0;
}

.page404 .title {
color: var(--Black, #151515);
font-size: 34px;
font-style: normal;
font-weight: 400;
line-height: 130%; /* 44.2px */
margin:0 0 20px 0;
}

.page404 .desc {
color: var(--Black-2, #555);
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 24px */
width:100%;
max-width:527px;
display:table;
margin:0 auto 30px auto;
}

.page404 .link {
display:table;
margin:0 auto;
text-decoration:none;
border-radius: 44px;
background:#111;
padding:18px 46px;
color: var(--White, #FFF);
font-size: 16px;
font-style: normal;
line-height: 130%; /* 20.8px */
letter-spacing: 0.8px;
}

.page404 .link:hover {
background: #f30015;
}

.cart-info-head {
display:flex;
align-items:center;
justify-content: space-between;
margin:0 0 25px 0;
}

.cart-info-head .number {
font-weight: 400;
font-size: 16px;
line-height: 24px;
color: #1E2632;
}

.cart-info-head .empty-cart {
font-weight: 400;
font-size: 16px;
line-height: 24px;
color: #5B6779;
display:flex;
text-decoration:none;
cursor:pointer;
align-items:center;
}

.cart-info-head .empty-cart:after {
content:"";
margin:0 0 0 4px;
width:20px;
height:20px;
background:url(../images/empty-close.svg) no-repeat;
transition: .5s;
}

.cart-info-head .empty-cart:hover:after {
background:url(../images/empty-close-hover.svg) no-repeat;
}

.cart-info-head .empty-cart:hover {
color:#f30015;
}

.cart-wrapper {
display:flex;
align-items:flex-start;
}

.cart-wrapper .col-left {
flex:1;
padding:0 50px 0 0;
}

.cart-wrapper .col-right {
background: #FFFFFF;
box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.08);
border-radius: 4px;
width:354px;
padding:24px;
position:sticky;
top:10px;
}

.cart-wrapper .col-right .name-block {
padding:0 0 8px 0;
margin:0 0 24px 0;
font-weight: 600;
font-size: 16px;
line-height: 24px;
color: #1E2632;
border-bottom: 1px solid #eff0f2;
}

.cart-wrapper .order-price {
margin:0 0 5px 0;
display:flex;
font-weight: 400;
font-size: 16px;
line-height: 24px;
color: #000000;
justify-content: space-between;
}


.cart-wrapper .sale-price {
margin:0 0 16px 0;
display:flex;
justify-content: space-between;
font-weight: 400;
font-size: 14px;
line-height: 24px;
color: #F62929;
}

.cart-wrapper .total-price {
display:flex;
justify-content: space-between;
margin:0 0 16px 0;
font-weight: 600;
font-size: 20px;
line-height: 24px;
color: #000000;
}

.cart-wrapper .col-right .order-btn {
background: #f30015;
border-radius: 4px;
height:44px;
width:100%;
border:0px;
cursor:pointer;
font-weight: 600;
font-size: 14px;
line-height: 24px;
text-align: center;
color: #FFFFFF;
}

.cart-wrapper .col-right .order-btn:hover {
background: #111;
}

.cart-wrapper .table {
width:100%;
}

.cart-wrapper .table tr:first-child td {
font-weight: 400;
font-size: 14px;
line-height: 24px;
color: #5B6779;
border-bottom:1px #eff0f2 solid;
padding:8px 20px;
}

.cart-wrapper .table tr:first-child td:first-child, .cart-wrapper .table tr:first-child td:last-child {
padding:8px 0;
}

.cart-wrapper .table td {
padding:20px;
vertical-align:top;
text-align:center;
}

.cart-wrapper .table td:first-child, .cart-wrapper .table td:last-child {
padding:20px 0;
}

.cart-wrapper .table td:first-child {
text-align:left;
}

.cart-wrapper .table .fl {
display:flex;
}

.cart-wrapper .table .images {
background: #FFFFFF;
border: 2px solid #F8FAFC;
box-sizing: border-box;
width:70px;
padding:10px;
text-align:center;
font-size:0px;
line-height:0px;
display:block;
text-decoration:none;
}

.cart-wrapper .table .block {
flex:1;
padding:0 0 0 13px;
}

.cart-wrapper .table .art {
font-weight: 400;
font-size: 12px;
line-height: 22px;
color: #5B6779;
margin:0 0 5px 0;
}

.cart-wrapper .table .name {
font-weight: 500;
font-size: 16px;
line-height: 22px;
color: #000000;
text-decoration:none;
display:table;
}

.cart-wrapper .table .name:hover {
color:#f30015;
}

.cart-wrapper .table .input {
width:55px;
position:relative;
margin:0 auto;
}

.cart-wrapper .table input {
width:100%;
text-align:center;
padding:0 12px;
height:38px;
font-weight: 500;
font-size: 16px;
line-height: 24px;
border:0px;
color: #1E2632;
}

.cart-wrapper .table td:nth-child(2), .cart-wrapper .table td:nth-child(4) {
white-space: nowrap;
font-weight: 500;
font-size: 16px;
line-height: 24px;
color: #1E2632;
}

.cart-wrapper .table .delete {
display:block;
text-decoration:none;
cursor:pointer;
width:20px;
height:20px;
background:url(../images/empty-close.svg) no-repeat;
transition: .5s;
}

.cart-wrapper .table .delete:hover {
background:url(../images/empty-close-hover.svg) no-repeat;
}

.cart-wrapper .table .input .plus {
width:10px;
height:11px;
display:block;
background:url(../images/plus.svg) no-repeat;
position:absolute;
top:50%;
right:0px;
margin:-5px 0 0 0;
cursor:pointer;
filter: grayscale(100%);
transition: .5s;
}

.cart-wrapper .table .input .minus {
width:10px;
height:11px;
display:block;
background:url(../images/minus.svg) no-repeat;
position:absolute;
top:50%;
left:0px;
margin:-5px 0 0 0;
cursor:pointer;
filter: grayscale(100%);
transition: .5s;
}

.cart-wrapper .table .input .minus:hover, .cart-wrapper .table .input .plus:hover {
filter: grayscale(0%);
}

.mobile-menu {
display:none;
}

.mobile-block {
display:none;
}

.login__avatar {
position:absolute;
top:20px;
left:20px;
z-index:3;
width:50px;
overflow:hidden;
border-radius:555px;
font-size:0px;
line-height:0px;
}

.login__avatar img {
border-radius:555px;
}

.login__content {
list-style:none;
margin:0px;
padding:0px;
display:flex;
flex-direction:column;
gap:10px;
}

.login__content a {
display:block;
text-decoration:none;
padding:10px 15px;
background: #F5F4F6 ;
color:#111;
}

.login__content a i {
margin:0 10px 0 0;
}


.login__content a i {
transition: .5s;
}


.site-width .site-width {
padding:0px;
}

.mass_comments_action {
display:none;
}

.userinfo ul {
list-style:none;
margin:0px 0 20px 0;
padding:0px;
display:flex;
flex-direction:column;
gap:10px;
}

.tableform td {
padding:10px;
}

input[type="text"] {
width:100%;
height:40px;
padding:0 15px;
border:1px #ccc solid;
}

input[type="password"], .reg-input select, .f_input {
width:100%;
height:40px;
padding:0 15px;
border:1px #ccc solid;
}

textarea {
width:100% !important;
height:120px;
padding:15px;
border:1px #ccc solid;
}

.tableform .checkbox {
margin:10px 0;
}

.tableform .checkbox input {
width:20px;
}

.fbutton, .bbcodes, .bbcodes_poll {
    background: #f30015;
    border-radius: 4px;
    padding: 9px 30px;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    transition: .5s;
    border:0px;
}

.fbutton:hover, .bbcodes:hover, .bbcodes_poll:hover {
background: #111;
}

.reg-input {
margin:0 0 10px 0;
}

.section-products #dle-content {
width:100%;
display: flex;
flex-wrap: wrap;
}

.card-product .col-left .gallery {
list-style:none;
margin:0px;
padding:0px;
}

.ui-dialog {
background:#fff;
z-index:999999 !important;
}

.tableform td:first-child {
width:200px;
}

.tableform {
margin:20px 0 0 0;
width:100%;
}

#userinfo h2.title {
background: #111;
border-radius: 10px;
padding:20px;
color:#fff;
margin:0 0 20px 0;
}

#userinfo .userinfo {
display:flex;
gap:30px;
}

#options {
margin:30px 0 0 0;
}

.ui-dialog-buttonpane button {
    transition: .5s;
border-radius: 4px !important;
    padding: 9px 30px !important;
    height:auto;
}

.ui-dialog-buttonpane button:hover {
    background: #f30015 !important;
    color:#fff !important;
}

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

.cart-wrapper .col-right h2 {
margin:0 0 20px 0;
}

.block-order .input {
width:100%;
margin:0 0 10px 0;
}

.block-order input {
border-radius:5px;
width:100%;
font-size:15px;
height:50px;
}

.block-order .select {
width:100%;
margin:0 0 10px 0;
position:relative;
}

.block-order select {
border-radius:5px;
width:100%;
font-size:15px;
padding:20px 15px 10px 15px;
border: 1px #ccc solid;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background:url(../images/select.svg) no-repeat right 20px center;
}

.block-order button {
    background: #f30015;
    border-radius: 4px;
    height: 44px;
    width: 100%;
    border: 0px;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
}

.block-order button:hover {
background: #111;
}

.block-order .select label {
position:absolute;
top:0px;
left:15px;
font-size:10px;
color:#ccc;
}

#searchsuggestions {
background:#fff;
width:429px;
}

.breadcrumb {background:none !important; padding:0px !important;}

.form-control.error {color:#ff0000;}

.ladda-button {
background: #f30015;
    border-radius: 4px;
    padding: 9px 30px;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    margin: 0 0 0 25px;
    transition: .5s;
    display: table;
    text-decoration: none;
}

.openbtn a {
background: #f30015;
    border-radius: 4px;
    padding: 9px 30px;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    transition: .5s;
    display: table;
    text-decoration: none;
}

.ladda-button:hover, .openbtn a:hover {
background: #111;
}

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

.modal-header .close {
text-indent: inherit;
font-size:30px;
}

.openlk-mobile {
display:none;
}






















@media screen and (max-width:1100px) {

.topline .menu li {
margin:0 15px 0 0;
}

.cart-wrapper .col-right {
width:300px;
}

}




@media screen and (max-width:1000px) {


.header .logo {
margin:0 20px 0 0;
}

.header .logo a {
width:76px;
height:49px;
background: url(../images/logo2.png) no-repeat;
background-size:contain !important;
}

.topline .site-width {
justify-content: space-between;
}

.header .feedback {
display:none;
}

.topline .menu a {
font-size:14px;
}

.topline .openlk, .topline .login a {
font-size:14px;
}

.topmenu ul {
gap:5px;
}

.topmenu a {
font-size:12px;
}

.topmenu ul ul a {
padding:10px;
font-size:12px;
}

.section-products .item {
padding:12px;
max-width:200px;
width:100%;
margin:0px !important;
}

.section-products {
justify-content: center;
gap:15px;
}


.footer-bottom {
padding:0 0 20px 0;
background: #F5F4F6;
}

.footer {
padding:30px 0 30px 0;
}


.footer-bottom .copyright {
font-size:12px;
color: #000000;
width:100%;
text-align:center;
}

.footer .site-width {
display:block;
}

.footer .block {
max-width:100%;
padding:0 0 64px 0;
text-align:center;
}

.footer .logo {
margin:0 auto;
display:table;
}

.footer .social {
justify-content: center;
}

.footer .desc {
margin:32px 0;
}

.footer .col {
margin:0px;
}

.footer .col ul {
display:none;
}

.footer .col .name {
font-weight: 600;
font-size: 11px;
line-height: 24px;
letter-spacing: 2px;
text-transform: uppercase;
color: #fff;
padding:10px 0;
border-top:1px #E0E4EA solid;
cursor:pointer;
position:relative;
}

.footer .col .name:before {
content:"";
background:url(../images/dropdown-menu.svg) no-repeat;
width:8px;
height:13px;
position:absolute;
top:50%;
margin:-7px 0 0 0;
right:24px;
transform: rotate(90deg);
}

.footer .col .name.active:before {
transform: rotate(270deg);
}

.footer .col:last-child {
margin:0px;
}

.footer .col .name.doc {
border-top:1px #E0E4EA solid;
}

.footer .col.cat {
display:none;
}

.footer .col .name {
margin:0px;
}

.cart-wrapper {
display:block;
}

.cart-wrapper .col-left {
padding:0 0 30px 0;
}

.cart-wrapper .col-right {
width:100%;
}










}




@media screen and (max-width:780px) {


.popup-block .block {
    width: 90%;
    padding:20px;
    top: 5%;
    left: 5%;
    right:5%;
    z-index: 99999999999;
    transform: translate(0%, 0%);
    max-height: 100vh;
    overflow-y: auto;
}

.topline .menu {
display:none;
}

.topline .openlk {
display:none;
}

.topline {
margin:0px;
background:none;
border:0px;
}

.header .contacts {
display:none;
}

.header .search {
display:none;
flex:none;
}

.header .logo {
flex:1;
margin:0px;
}

.header .cart {
margin:0px;
}

.header .site-width {
gap:20px;
}

.header .cart {
font-size:14px;
font-size:0px;
line-height:0px;
padding:0px;
width:45px;
height:45px;
min-height:inherit;
background: #F5F4F6 url(../images/cart.svg) no-repeat center center;
}

.header .cart span {
top:-5px;
right:-5px;
width:20px;
height:20px;
font-size:9px;
}

.mobile-menu {
display:block;
cursor:pointer;
width:46px;
height:46px;
background:url(../images/mobile-menu.svg) no-repeat;
background-size:contain;
transition: .5s;
border-radius:10px;
font-size:0px;
line-height:0px;
transition:0s;
}

.mobile-menu:hover {
background:url(../images/mobile-menu-hover.svg) no-repeat;
}

.mobile-menu.active {
background:#fff url(../images/close-filter.svg) no-repeat center center;
background-size:24px;
}

.topmenu {
display:none;
}

.header {
background:#111;
}

.header .cart:hover {
background: #f30015 url(../images/cart-hover.svg) no-repeat center center;
color: #fff;
}

.mobile-block {
display:none;
position:fixed;
top:79px;
left:0px;
right:0px;
bottom:0px;
overflow-y:auto;
padding:30px 20px;
color:#fff;
background:#111;
z-index:9999999999999;
border-top:1px #ccc solid;
}

.mobile-block .search {
flex:1;
background: #FFFFFF;
border: 1px solid #E0E4EA;
box-sizing: border-box;
border-radius: 4px;
overflow:hidden;
position:relative;
height:40px;
margin:0 0 30px 0;
}

.mobile-block .search input {
width:100%;
height:38px;
border:0px;
padding:0 25px;
font-size: 14px;
line-height: 24px;
color: #ACAEB5;
}

.mobile-block .search input::placeholder {
color: #ACAEB5;
}

.mobile-block .search button {
width:18px;
height:18px;
cursor:pointer;
background:url(../images/search.svg) no-repeat;
margin:0px;
padding:0px;
border:0px;
position:absolute;
top:10px;
right:15px;
}

.mobile-block .menu ul {
list-style:none;
margin:0px;
padding:0px;
}

.mobile-block .menu a {
color:#fff;
text-decoration:none;
}

.mobile-block .menu li {
margin:0 0 15px 0;
}

.mobile-block .menu ul ul {
margin:15px 0 0 20px;
display:none;
}

.mobile-block .contacts {
display:flex;
flex-direction:column;
gap:20px;
margin:30px 0 0 0;
}

.mobile-block .mail {
display:flex;
align-items:center;
text-decoration:none;
font-size: 18px;
color:#fff;
}

.mobile-block .mail:before {
content:"";
width:20px;
height:19px;
background:url(../images/mail-mobile.svg) no-repeat;
margin:0 10px 0 0;
}

.mobile-block .tel {
text-decoration:none;
font-size: 18px;
color: #fff;
font-weight:500;
display:flex;
align-items:center;
transition: .5s;
}

.mobile-block .tel:before {
content:"";
margin:0 10px 0 0;
width:20px;
height:20px;
background:url(../images/phone-mobile.svg) no-repeat;
background-size:contain;
}

body.noscroll {
overflow:hidden;
}

.section-1 .site-width {
padding:0px;
}

.section-products .item .images {
height:auto;
}

.section-products .item {
max-width:100%;
}


.cart-wrapper .table tr:first-child {
display:none;
}

.cart-wrapper .table td {
display:flex;
align-items:center;
position:relative;
justify-content: space-between;
padding:5px !important;
font-size:13px !important;
text-align:right;
color:#000;
}

.cart-wrapper .table td:before {
content: attr(data-label);
display:block;
font-weight:bold;
margin:0 10px 0 0;
flex:1;
text-align:left;
}

.cart-wrapper .table td div {
text-align:right;
}

.cart-wrapper .table tr:first-child {
display:none;
}

.cart-wrapper .table td:last-child {
font-size:13px;
}

.cart-wrapper .table tr {
display:block;
margin:0 0 10px 0;
background: #FFFFFF;
box-shadow: 0px 0px 16px rgb(0 0 0 / 8%);
border-radius: 4px;
padding:5px 10px;
}

.cart-wrapper .table .images {
display:none;
}

.cart-wrapper .table .name {
font-size:12px;
}

.cart-info-head .number {
font-size:13px;
}

.title-page {
  font-size: 26px;
  padding-bottom: 30px;
}

.total-order .line {
display:block;
}

.total-order .line input {
width:100%;
}

.cart-info-head .empty-cart {
font-size:13px;
line-height:normal;
}

.cart-wrapper .table .art {
margin:0px;
}

.title-section {
font-size:26px;
}


.card-product {
display:block;
}

.card-product .col-left {
width:100%;
margin:0px;
}

.card-product .col-right {
width:100%;
padding:20px 0 0 0;
}

.card-product .col-last {
width:100%;
text-align:center;
}

.card-product .button {
flex-wrap:wrap;
margin:20px 0 0 0;
}

.card-product .button .buy {
width:49%;
margin:0px;
}

.card-product .button .installment {
width:48%;
}

.card-product .button .cart {
max-width:none;
margin:0 0 16px 0;
}

.card-product .info-block {
padding:20px;
}

.wrapper-card-tabs .parameters {
max-width:100%;
padding:0px;
}

.wrapper-card-tabs .parameters .it {
align-items: flex-end;
}

.concomitant-product .slick-list {
    margin: 0 0px;
}

.wrapper-card-tabs .description {
padding:0 16px;
}

.wrapper-card-tabs .reviews-card {
display:block;
}

.wrapper-card-tabs .reviews-card .conclusion {
padding:0px 16px 20px 16px;
}

.wrapper-card-tabs .reviews-card .info {
padding:15px;
width:100%;
}

.card-product .name {
font-size:20px;
}

.wrapper-card-tabs .tabs__card {
margin:0 0 20px 0;
}

.wrapper-card-tabs .parameters tr {
font-size:10px;
}

.wrapper-card-tabs .parameters tr td {
padding:5px;
}

.wrapper-card-tabs .description {
font-size:14px;
}

.wrapper-card-tabs {
padding:0px;
}

.card-product .col-right select {
width:100%;
}

#userinfo .userinfo {
flex-direction:column;
gap:15px;
}

.block-order .input, .block-order .select {
width:100%;
}

.tableform, .tableform tr, .tableform th, .tableform td, .tableform tbody {display:block;}

#userinfo h2.title {padding:10px; font-size:20px;}


.openlk-mobile {
display:flex;
align-items:center;
justify-content:center;
    cursor: pointer;
    width: 46px;
    height: 46px;
    transition: .5s;
    border-radius: 10px;
    font-size: 0px;
    line-height: 0px;
    transition: 0s;
    background:#fff;
}

.openlk-mobile:before {
content: "\f090";
font-size:20px;
font: normal normal normal 14px/1 FontAwesome;
}

.cart-wrapper .table td:last-child {
color:#ff0000;
}



}
.reg {color:white !important;}













