@font-face {
    font-family: 'icon';
    src: url('/resource/themes/asktrade/assets/fonts/icon/icon.woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'OpenSans';
    src: url('/resource/themes/asktrade/assets/fonts/OpenSans.woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'OpenSans';
    src: url('/resource/themes/asktrade/assets/fonts/OpenSans-sb.woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
/* @font-face {
    font-family: 'OpenSans';
    src: url(/resource/site/admin/fonts/OpenSans-b.woff2);
    font-weight: 700;
    font-style: normal;
} */
@font-face {
    font-family: 'OpenSans';
    src: url('/resource/themes/asktrade/assets/fonts/OpenSans-eb.woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: none;
    font-family: 'OpenSans', sans-serif;
    color: #232116;
    font-size: 14px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
body.overflow {
    overflow: hidden;
    padding-right: 4px;
}
::-webkit-scrollbar-thumb {
    background: #909090;
    height: 4px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
}
::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}
::-ms-clear {
    display: none;
}
::-webkit-scrollbar-track {
    background: #f4f4f4;
    border-radius: 2px;
    -webkit-border-radius: 2px;
}
video::-webkit-media-controls {
    display:none !important;
}
h1 {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 27px;
    font-weight: 500;
}
.wrapper {
    width: 100%;
    max-width: 1265px;
    margin: 0 auto;
}
input[type=text], input[type=password],
input[type=email], input[type=search],
input[type=date], textarea, input[type=tel],
select, input[type=submit] {
    -webkit-appearance: none;
    padding: 9px 15px 10px;
    border: 1px solid #dadada;
}
input[type=submit] {
    border: none;
}
textarea {
    resize: vertical;
    min-height: 88px;
    max-height: 300px;
    overflow:auto;
}
input[type=submit], button, .btn {
    -webkit-appearance: none;
    padding: 10px;
    width: 100%;
    max-width: 186px;
    max-height: 40px;
    border-radius: 6px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    background: #106fc9;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    line-height: 20px;
    cursor: pointer;
}
button:hover, .btn:hover {
    background: #117ce0;
}
.btn-blue {
    color: #106fc9;
    font-size: 12px;
    line-height: 17px;
    font-weight: 500;
    border-bottom: 1px solid #106fc9;
}
.btn-blue:hover {
    color: #67b5ea;
    border-bottom: 1px solid #67b5ea;
}
input[placeholder] {
    text-overflow: ellipsis;
}
::-webkit-input-placeholder {
    color: #b9b9b9;
    line-height: 18px;
}
:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 50px #fff !important;
    box-shadow: inset 0 0 0 50px #fff !important;
}
:focus::-webkit-input-placeholder {
    color: transparent;
    transition: 0.3s;
}
img {
    display: block;
}
a  {
    text-decoration: none;
}
.goods-add {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #106fc9;
    position: fixed;
    transition: 1s;
    z-index: 999;
    border: 1px solid #fff;
}
header .top {
    display: flex;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
}
header .top .logo {
    max-width: 272px;
    margin-right: 55px;
}
header .top .logo img {
    width: 100%;
}
header .top .form {
    width: 100%;
    max-width: 368px;
    margin-right: 85px;
    min-width: 290px;
    position: relative;
}
header .top form {
    position: relative;
}
header .top form input {
    border: 1px solid #106fc9;
    border-radius: 5px;
    padding: 5px 8px;
    width: 100%;
}
header .top form input[type=submit] {
    display: none;
}
header .top form label {
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    width: 35px;
    min-width: 35px;
    height: 22px;
    background: #106fc9;
    border-radius: 3px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
header .top form label:after {
    content: '\e905';
    font-family: 'icon';
    color: #fff;
    font-size: 13px;
}
header .top .form .sub {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    z-index: 101;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    display: none;
    flex-direction: column;
    padding: 30px 15px 20px;
    /* overflow: auto; */
    max-height: calc(100vh - 130px);
}
header .top .form .sub .close {
    position: absolute;
    top: 12px;
    right: 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 101;
}
header .top .form .sub .close::after {
    content: '\e90f';
    font-family: 'icon';
    color: #707070;
    font-size: 12px;
}
header .top .form.show .sub {
    display: flex;
}
header .top .form .sub .units {
    overflow: auto;
}
header .top .form .sub .item {
    padding: 15px 8px 15px 15px;
    border-bottom: 1px solid #dadada;
    display: flex;
    align-items: flex-start;
}
header .top .form .sub .item img {
    width: 100%;
    max-width: 86px;
    min-width: 86px;
    margin-right: 8px;
    height: 86px;
    object-fit: contain;
}
header .top .form .sub .item .info {
    display: flex;
    flex-direction: column;
}
header .top .form .sub .item .info .price {
    justify-content: flex-start;
}
header .top .form .sub .item .info h2,
header .top .form .sub .item .info a,
header .top .form .sub label {
    font-size: 12px;
    font-weight: 500;
    color: #106fc9;
    letter-spacing: 0.15px;
    margin-bottom: 5px;
}
header .top .form .sub label {
    cursor: pointer;
    padding: 16px 13px;
    margin-bottom: 0;
}
header .top .form .sub .item .info h2:hover,
header .top .form .sub .item .info a:hover {
    color: #67b5ea;
}
header .top .form .sub .item .info span {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.15px;
}
header .top .form .sub .btn-blue {
    border-bottom: none;
    display: flex;
    align-items: center;
    width: 100%;
    font-weight: 500;
    padding: 15px;
}
header .work {
    display: block;
    width: 100%;
    max-width: 230px;
    margin-right: 45px;
    /* margin-bottom: 100px; */
}
header .work a,
header .work p,
aside .work a,
aside .work p {
    font-size: 12px;
    font-weight: 500;
    position: relative;
}
header .work a {
    border-bottom: 1px dotted #28261b;
    margin-bottom: 10px;
    display: flex;
    align-items: flex-end;
    position: relative;
}
header .work a::before,
header .work p:nth-child(2)::before,
aside .work a:nth-child(3)::before,
aside .work p:first-child::before {
    content: '\e909';
    font-family: 'icon';
    font-size: 19px;
    color: #ce2d2b;
    position: absolute;
    bottom: 0;
    left: -30px;
    font-weight: normal;
}
header .work p:nth-child(2)::before,
aside .work p:first-child::before {
    content: '\e90e';
    font-size: 16px;
    left: -28px;
    top: 2px;
}
header .work p span,
aside .work p span {
    font-weight: bold;
}
header .work p span:nth-child(2),
aside .work p span:nth-child(2) {
    margin-left: 10px;
}
header .hamburger {
    width: 40px;
    height: 40px;
    min-width: 40px;
    padding: 8px 0;
    padding: 13px 10px;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    position: relative;
    cursor: pointer;
}
header .hamburger::before,
header .hamburger::after,
header .contacts .phone::before,
header .contacts .phone::after,
header .top .cart::before{
    content: '';
    height: 24px;
    width: 1px;
    background: #e3e3e3;
    top: calc(50% - 12px);
    position: absolute;
}
header .hamburger::before,
header .contacts .phone::before,
header .top .cart::before {
    left: 0;
}
header .hamburger::after,
header .contacts .phone::after {
    right: 0;
}
header .hamburger:hover,
header .hamburger.show,
header .contacts .phone:hover,
header .contacts.show .phone,
header .top .cart:hover,
header .top .cart.show {
    background: #c31519;
}
header .hamburger:hover::before,
header .hamburger:hover::after,
header .hamburger.show::before,
header .hamburger.show::after,
header .contacts .phone:hover::before,
header .contacts .phone:hover::after,
header .contacts .phone.hamburger.show::before,
header .contacts.show .phone::after,
header .contacts.show .phone::before,
header .top .cart:hover::before,
header .top .cart.show::before {
    background: #c31519;
}
header .hamburger div {
    width: 100%;
    height: 2px;
    background: #28261b;
}
header .hamburger:hover div,
header .hamburger.show div {
    background: #fff;
}
header .contacts .cont {
    display: flex;
    flex-direction: column;
}
header .contacts .phone,
header .top .cart {
    display: none;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 40px;
    min-width: 40px;
    height: 40px;
    cursor: pointer;
}
header .contacts .phone span::after {
    content: '\e90c';
    font-family: 'icon';
    font-size: 16px;
    color: #28261b;
}
header .contacts .phone:hover span::after,
header .contacts.show .phone span::after,
header .top .cart:hover .icon::after,
header .top .cart.show .icon::after {
    color: #fff;
}
header .contacts a {
    font-size: 12px;
    line-height: 23px;
    display: flex;
    align-items: center;
    font-weight: 500;
}
header .contacts a.city {
    margin-bottom: 3px;
}
header .contacts .a1 {
    display: flex;
    align-items: center;
    white-space: nowrap;
}
header .contacts .a1 .viber {
    display: flex;
    margin: 0 15px 0 20px;
}
header .contacts .a1 .viber-mob {
    display: none;
    margin: 0 15px 0 15px;
}
header .contacts a img {
    width: 100%;
}
header .contacts .city img {
    max-width: 20px;
    margin-right: 5px;
}
header .contacts .mts img {
    max-width: 20px;
    margin-right: 5px;
    transform: translateX(1px);
}
header .contacts .velcome > img {
    max-width: 25px;
    margin-right: 1px;
    transform: translateX(-1px);
}
header .contacts .a1 .viber img,
header .contacts .a1 .viber-mob img,
header .contacts .telegram img {
    max-width: 24px;
    min-width: 24px;
}
header .top .cart {
    display: none;
}
header .top .cart .icon::after {
    content: '\e904';
    font-family: 'icon';
    font-size: 19px;
}
header .top .cart .icon span {
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.4px;
    position: absolute;
    right: 5px;
    top: 2px;
    width: 15px;
    min-width: 15px;
    height: 15px;
    border-radius: 50%;
    padding-left: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ce2d2b;
}
header .bottom {
    background: #ce2d2b;
}
header .bottom .menu {
    display: flex;
}
header .bottom .menu .ws-menu {
    display: flex;
    justify-content: space-between;
    padding: 15px 75px 11px 0;
    width: 100%;
    max-width: 1008px;
    border-right: 2px solid #fff;
}
header .bottom .menu .ws-menu .item:first-child {
    margin-left: 0;
}
header .bottom .menu .ws-menu .item:last-child {
    margin-right: 0;
}
header .bottom .menu .ws-menu .item a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
    letter-spacing: 0.4px;
    padding-bottom: 3px;
    border-bottom: 1px solid transparent;
    font-weight: 500;
}
header .bottom .menu .ws-menu .item.selected a {
    /* font-weight: 800; */
    border-bottom: 1px solid #fff;
}
header .bottom .menu .ws-menu .item a:hover {
    border-bottom: 1px solid #fff;
}
header .bottom .cart {
    display: flex;
    align-items: center;
    padding: 10px 53px 10px 53px;
    cursor: pointer;
    background: #ce2d2b;
    z-index: 100;
    position: relative;
    white-space: nowrap;
}
header .bottom .cart.fixed {
    position: fixed;
    right: 20px;
    top: 5px;
}
header .bottom .cart::before {
    content: '\e904';
    font-family: 'icon';
    font-size: 25px;
    color: #fff;
    margin-right: 15px;
}
header .bottom .cart span {
    color: #fff;
    letter-spacing: 0.4px;
    font-weight: 500;
}
header .bottom .cart .col {
    position: absolute;
    left: 67px;
    top: 6px;
    width: 15px;
    height: 15px;
    min-width: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
    color: #ce2d2b;
    font-size: 12px;
    font-weight: 500;
    padding-left: 1px;
}
header .shoping {
    display: flex;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 100;
}
header .shoping.show {
    background: rgba(50, 50, 50, 0.5);
    left: 0;
    z-index: 100;
}
header .shoping .basket {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    transform: translateX(345px);
    width: 345px;
    overflow: hidden;
    transition: transform 0.5s;
    background: #fff;
    display: flex;
    flex-direction: column;
}
header .shoping.show .basket {
    transform: translateX(0);
    transition: transform 0.5s;
}
header .shoping .basket .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 15px 13px;
    border-bottom: 1px solid #d9d9d9;
    color: #4e4e4e;
    position: relative;
    letter-spacing: 0.15px;
}
header .shoping .basket .title .close {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 15px;
}
header .shoping .basket .title .close::after {
    content: '\e90f';
    font-family: 'icon';
    color: #707070;
    font-size: 12px;
    cursor: pointer;
}
header .shoping .basket .title + span {
    padding: 0 15px;
    color: #4e4e4e;
    display: none;
    letter-spacing: 0.15px;
}
header .shoping .empty .title + span {
    display: flex;
    margin-top: 7px;
}
header .shoping .basket .items {
    display: flex;
    flex-direction: column;
    overflow-x: auto;
}
header .shoping .empty .items {
    display: none;
}
header .shoping .basket .items .item {
    padding: 10px 15px 10px;
    border-bottom: 1px solid #d9d9d9;
    display: flex;
    align-items: center;
    min-height: fit-content;
}
header .shoping .basket .items .item img {
    width: 75px;
    max-height: 75px;
    object-fit: cover;
    margin-right: 10px;
}
header .shoping .basket .items .item .info {
    width: 100%;
}
header .shoping .basket a,
header .shoping .basket h2 ,
.contin {
    color: #1792e6;
    text-decoration: underline;
    font-size: 12px;
    margin-bottom: 13px;
    font-weight: normal;
}
header .shoping .basket a:hover,
header .shoping .basket h2:hover {
    color: #67b5ea;
}
header .shoping .basket .items .item .name {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 3px;
}
header .shoping .basket .items .item .name h2 {
    margin-bottom: 0;
}
header .shoping .basket .items .item .del {
    cursor: pointer;
    width: 19px;
    min-width: 19px;
    height: 19px;
    border-radius: 50%;
    border: 1px solid #ce2d2b;
    display: flex;
    align-items: center;
    justify-content: center;
}
header .shoping .basket .items .item .del::before {
    content: '\e914';
    font-family: 'icon';
    color: #ce2d2b;
    font-size: 16px;
}
header .shoping .basket .items .item .desc {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
header .shoping .basket .items .item p,
header .shoping .basket .items .item span {
    font-size: 12px;
}
header .shoping .basket .items .item p {
    margin-right: 3px;
}
header .shoping .basket .items .item span:nth-child(3) {
    margin-bottom: 10px;
}
header .shoping .basket .items .item .col {
    margin-bottom: 3px;
    display: flex;
    align-items: center;
    width: 75px;
    justify-content: space-between;
}
header .shoping .basket .items .item .col .plus,
header .shoping .basket .items .item .col .minus {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    min-width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #d9d9d9;
    color: #d9d9d9;
    cursor: pointer;
    margin: 0;
}
header .shoping .basket .items .item .col .plus::after,
header .shoping .basket .items .item .col .minus::after {
    font-family: 'icon';
    font-size: 14px;
}
header .shoping .basket .items .item .col .minus::after {
    content: '\e912';
    color: #736969;
}
header .shoping .basket .items .item .col .plus::after {
    content: '\e913';
    color: #736969;
}
header .shoping .basket .items .item .col span:nth-child(2) {
    font-size: 21px;
    line-height: 21px;
    color: #4e4e4e;
    text-align: center;
    width: 52px;
    min-width: 52px;
}
header .shoping .basket .items .item p,
header .shoping .basket .items .item .sum {
    font-weight: 500;
    font-size: 12px;
}
header .shoping .basket .items .item .sum {
    margin-top: 10px;
}
header .shoping .basket .total {
    margin-top: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding-bottom: 30px;
}
header .shoping .basket .total .summa {
    font-weight: bold;
    color: #4e4e4e;
    margin-bottom: 10px;
    border-bottom: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
    padding: 9px 15px 8px;
    letter-spacing: 0.15px;
    grid-column: 1/-1;
}
header .shoping .empty .total .summa {
    font-weight: normal;
}
header .shoping .basket .total a, .contin {
    margin-bottom: 5px;
    color: #2076c9;
    padding: 0 15px;
    letter-spacing: 0.15px;
    cursor: pointer;
    font-weight: 500;
}
header .shoping .basket .total a:hover {
    color: #67b5ea;
}
header .shoping .empty .total a:nth-child(2) {
    display: none;
}
.container {
    margin-top: 15px;
}
aside {
    width: 250px;
    min-width: 250px;
    position: relative;
}
aside .catalog {
    height: 100%;
}
aside .catalog .title {
    display: flex;
}
aside .catalog .title span {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 12px 15px 10px;
    background: #106fc9;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
    text-transform: uppercase;
    width: 100%;
}
aside .catalog a {
    letter-spacing: 0.15px;
}
aside .catalog .ws-menu {
    /* position: absolute;
    top: 55px; */
    bottom: 0;
    width: 100%;
    border: 1px solid #d9d9d9;
}
aside .catalog .ws-menu .item,
aside .menu .ws-menu .item a {
    width: 100%;
    position: relative;
    display: block;
}
aside .catalog .ws-menu > .item,
aside .menu .ws-menu .item a {
    border-bottom: 1px solid #d9d9d9;
    padding: 7px 15px;
}
aside .catalog .ws-menu > .item::after {
    position: absolute;
    top: 4px;
    right: 7px;
    content: '\e913';
    font-family: 'icon';
    font-size: 14px;
    color: #4e4e4e;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
aside .catalog .ws-menu .selected::after {
    content: '\e912';
    color: #ce2d2b;
    font-family: 'icon';
}
aside .catalog .ws-menu .item a {
    font-size: 15px;
    display: inline-block;
}
aside .catalog .ws-menu > .item:first-child > a {
    font-weight: 800;
}
aside .catalog .ws-menu .selected > a {
    color: #ce2d2b;
}
aside .catalog .ws-menu > .item:hover {
    background: #106fc9;
    color: #fff;
    transition: 0.1s;
}
aside .catalog .ws-menu > .item:hover::after {
    color: #fff;
}
aside .catalog .ws-menu > .item.selected:hover::after {
    color: #ce2d2b;
}
aside .catalog .ws-menu > .item:hover > a {
    color: #fff;
}
aside .catalog .ws-menu > .item.selected:hover {
    background: unset;
    color: #ce2d2b;
}
aside .catalog .ws-menu > .item.selected:hover > a {
    color: unset;
}
aside .catalog .ws-menu .item .sub-menu {
    overflow: hidden;
    max-height: 0;
    background: unset;
    transition: 0.3s;
}
aside .catalog .ws-menu .selected .sub-menu {
    max-height: 1000px;
    transition: 0.5s;
}
aside .catalog .ws-menu .sub-menu .item a {
    font-size: 14px;
    line-height: 28px;
    display: flex;
    /* align-items: center; */
}
aside .catalog .ws-menu .sub-menu .item a:hover {
    color: #ce2d2b;
}
aside .catalog .ws-menu .sub-menu .item:first-child a {
    padding-top: 5px;
}
aside .catalog .ws-menu .sub-menu .item a::before {
    content: '•';
    color: #ce2d2b;
    margin-right: 3px;
}
aside .menu,
aside .work {
    display: none;
    flex-direction: column;
}
aside .work {
    padding: 20px 15px 20px 45px;
}
aside .work p:first-child::before {
    content: '\e90e';
    font-family: 'icon';
    font-size: 16px;
    color: #ce2d2b;
    margin-right: 8px;
}
aside .work p:nth-child(2) {
    margin-bottom: 20px;
}
aside .work a:nth-child(3) {
    display: flex;
    flex-direction: column;
    font-weight: 500;
    margin-bottom: 30px;
}
aside .work a:nth-child(3)::before {
    bottom: 11px;
}
aside .work a:nth-child(3) span {
    color: #106fc9;
    border-bottom: 1px dotted #106fc9;
    max-width: max-content;
    font-size: 12px;
}
aside .work div {
    position: relative;
    display: flex;
    align-items: flex-start;
    margin-bottom: 5px;
}
aside .work div::before {
    font-family: 'icon';
    font-size: 16px;
    position: absolute;
    left: -28px;
    top: -2px;
    color: #ce2d2b;
}
aside .work div:nth-child(4)::before {
    content: '\e90a';
}
aside .work div:nth-child(5)::before {
    content: '\e903';
}
aside .work div span {
    font-size: 12px;
    margin-right: 3px;
    font-weight: 500;
}
aside .work div a {
    border-bottom: 1px dotted #28261b;
}
.breadcrumbs {
    display: flex;
    align-items: center;
    margin-bottom: 26px;
    flex-wrap: wrap;
}
.breadcrumbs a {
    color: #106fc9;
    letter-spacing: 0.15px;
}
.breadcrumbs span {
    color: #106fc9;
    margin: 0 5px;
}
.breadcrumbs p {
    letter-spacing: 0.15px;
}
.grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    border-left: 1px solid #d9d9d9;
    margin-bottom: 15px;
}
.grid .item {
    border: 1px solid #d9d9d9;
    border-left: 1px solid transparent;
    height: 275px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.grid .item:nth-child(n+6) {
    border-top: 1px solid transparent;
}
.grid .item:hover {
    transition: border 0.3s;
    border: 1px solid #106fc9;
}
.grid .item .img {
    display: flex;
    justify-content: center;
    position: relative;
    padding: 10px 8px 0;
    width: 100%;
    height: 135px;
    min-height: 100px;
    margin-bottom: 10px;
}
.grid .item .img .new {
    width: 40px;
    border: 1px solid #ce2d2b;
    font-size: 12px;
    color: #ce2d2b;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 14px;
    border-radius: 8px;
    padding-bottom: 1px;
    margin-right: 8px;
    position: absolute;
    top: 9px;
    left: 8px;
    z-index: 98;
}
.grid .item .img img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}
.grid .item .img .star {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 9px;
    right: 8px;
}
.grid .item .img .star::after {
    font-family: 'icon';
    font-size: 16px;
    content: '\e910';
    color: #e3e3e3;
}
.grid .item .img .add::after {
    content: '\e911';
    color: #fbb12a;
}
.grid .item .info {
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: translate3d(0,0,0);
    transition: transform 0.3s;
    padding: 0 10px;
    height: 95px;
}
.grid .item:hover .info {
    transform: translate3d(0,-17px,0);
}
.grid .item .price {
    margin-bottom: 3px;
}
.grid .item a,
.grid .item h2,
.grid .item a span {
    font-size: 12px;
    font-weight: 500;
}
.grid .item h2 {
    /* margin-bottom: 12px; */
    overflow: hidden;
    height: 55px;
    min-height: 55px;
}
.grid .item a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
}
.grid .item a:hover {
    text-decoration: underline;
}
.grid .item a span {
    font-weight: 500;
}
.grid .item a span:hover {
    text-decoration: underline;
}
.col {
    display: flex;
    align-items: center;
    width: 86px;
    justify-content: space-between;
}
.col span:nth-child(2),
.col span:nth-child(2) {
    font-size: 21px;
    line-height: 21px;
    width: 46px;
    min-width: 46px;
    text-align: center;
}
.col .plus,
.minus {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 19px;
    min-width: 19px;
    height: 19px;
    border-radius: 50%;
    border: 1px solid #d9d9d9;
    color: #736969;
    cursor: pointer;
    margin: 0;
}
.col .plus::after,
.col .minus::after {
    font-family: 'icon';
    font-size: 17px;
}
.col .plus::after {
    content: '\e913';
}
.col .minus::after {
    content: '\e912';
}
.grid .item .btn {
    border-radius: 0;
    max-width: 100%;
    transition: transform 0.3s;
    transform: translate3d(0,0,0);
    cursor: pointer;
    margin-top: auto;
    margin-bottom: -41px;
}
.grid .item:hover .btn {
    transform: translate3d(0,-41px,0);
}
.price {
    display: flex;
    align-items: center;
    justify-content: center;
}
.price span {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.15px;
    line-height: 18px;
    white-space: nowrap;
}
.price span {
    display: block;
    position: relative;
    font-weight: normal;
}
.price span:first-child + span {
    margin-right: 15px;
}
.price span + span::after {
    position: absolute;
    top: 50%;
    left: -3px;
    right: -3px;
    content: '';
    height: 1px;
    background: #232116;
}
.price span:first-child {
    font-weight: bold;
    color: #ce2d2b;
    order: 2;
}
.price span:last-child {
    font-weight: 500;
    color: #232116;
    order: 1;
}
.pagination {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.pagination .buttons {
    display: flex;
    align-items: center;
    margin-right: 55px;
}
.pagination .buttons a {
    padding: 16px;
    width: 200px;
    background: #106fc9;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}
.pagination .buttons a:first-child {
    margin-right: 10px;
}
.pagination .buttons a:hover {
    background: #117ce0;
}
.pagination .buttons a span {
    color: #fff;
}
.pagination .buttons a::before,
.pagination .buttons .next::after {
    content: '\e900';
    font-family: 'icon';
    font-size: 14px;
}
.pagination .buttons .next::after {
    transform: rotate(180deg);
    margin-left: 15px;
}
.pagination .buttons a::before {
    margin-right: 15px;
}
.pagination .buttons .next::before {
    display: none;
}
.pagination form {
    display: flex;
    align-items: center;
}
.pagination form input {
    text-align: center;
    width: 30px;
    min-width: 30px;
    height: 30px;
    border: 1px solid #dadada;
    border-radius: 4px;
    margin-right: 15px;
    padding: 0;
}
.seo {
    display: flex;
    flex-direction: column;
}
.seo *,
.seo div {
    line-height: 18px;
}
.seo div {
    margin-bottom: 20px;
}
.seo ul,
.seo ol {
    margin-left: 17px;
}
.seo h2 {
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.window-background {
    z-index: 999;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(36, 36, 36, 0.32);
    display: none;
    align-items: center;
    justify-content: center;
}
.window-body {
    width: 100%;
    max-width: 912px;
    padding: 40px 65px 95px;
    background: #fff;
    position: relative;
}
#thank .window-body {
    padding: 102px 115px;
}
#zoom .window-body {
    width: auto;
    padding: 30px 30px 0;
    background: none;
    max-width: unset;
}
.window-body .window-title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    padding-bottom: 30px;
    margin-bottom: 35px;
    border-bottom: 1px solid #d9d9d9;
}
#zoom .window-body .window-title {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
#thank .window-body .window-title::before {
    content: '\e918';
    font-family: 'icon';
    font-size: 35px;
    color: #ce2d2b;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 66px;
    min-width: 66px;
    height: 66px;
    border: 4px solid #ce2d2b;
}
.window-body .window-title .window-close {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 15px;
    right: 15px;
}
#zoom .window-body .window-title .window-close {
    right: 15px;
    top: 15px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #000;
    border: 2px solid #fff;
    padding-left: 1px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.5);
}
.window-body .window-title .window-close::after {
    content: '\e90f';
    font-family: 'icon';
    color: #707070;
    font-size: 12px;
}
#zoom .window-body .window-title .window-close::after {
    font-weight: bold;
    color: #fff;
}
#zoom .window-body .window-title .window-close {
    right: 15px;
    top: 15px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #000;
    border: 2px solid #fff;
    padding-left: 1px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.5);
}
#zoom .window-body .window-title .window-close::after {
    font-weight: bold;
    color: #fff;
}
.window-body .window-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
}
#thank .window-body .window-content h2 {
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 30px;
    margin-bottom: 120px;
}
#zoom .window-body .window-content img {
    max-width: 100%;
    max-height: calc(90vh - 80px);
    border: 5px solid #dadada;
}
.viber-button {
    position: fixed;
    z-index: 999;
    bottom: 130px;
    right: 57px;
}
.viber-button img {
    width: 50px;
    height: 50px;
}
footer {
    background: #585656;
    margin-top: auto;
    position: relative;
}
footer .wrapper {
    position: relative;
}
footer .top {
    padding-top: 47px;
    padding-bottom: 40px;
    display: grid;
    grid-template-columns: 20% 1% 17% 30% 18%;
    grid-row-gap: 72px;
    grid-template-areas:
    "one . two three four"
    "five . six six .";
    justify-content: space-between;
}
footer .top .logo {
    grid-area: one;
    max-width: 230px;
}
footer .top .logo img {
    width: 100%;
}
footer .top .social {
    grid-area: two;
    display: flex;
    flex-direction: column;
}
footer .top .social a {
    color: #fff;
    margin-bottom: 10px;
}
footer .top .social .skype {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
footer .top .social .mail {
    display: flex;
    align-items: center;
}
footer .top .social .mail::before {
    content: '\e90a';
    font-family: 'icon';
    font-size: 20px;
    margin-right: 8px;
}
footer .top .social .skype::before {
    content: '\e903';
    font-family: 'icon';
    font-size: 19px;
    margin-right: 8px;
}
footer .top .social .soc {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}
footer .top .social .soc .vk {
    margin-right: 7px;
}
footer .top .social .soc .vk::before {
    content: '\e901';
    font-family: 'icon';
    font-size: 24px;
}
footer .top .social .soc .insta::before {
    content: '\e90b';
    font-family: 'icon';
    font-size: 19px;
}
footer .top .work {
    grid-area: three;
}
footer .top .work a,
footer .top .work p {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    display: block;
}
footer .top .work a {
    margin-bottom: 17px;
    padding: 0 0 3px 24px;
    position: relative;
    max-width: max-content;
}
footer .top .work a::after {
    content: '';
    border-bottom: 1px dotted #fff;
    position: absolute;
    top: 100%;
    left: 24px;
    width: calc(100% - 24px);
    height: 1px;
}
footer .top .work a::before {
    content: '\e909';
    font-family: 'icon';
    font-size: 19px;
    position: absolute;
    left: -2px;
    top: 0;
}
footer .top .work p {
    line-height: 17px;
    padding-left: 24px;
    position: relative;
}
footer .top .work p:nth-child(2)::before {
    content: '\e90e';
    font-family: 'icon';
    font-size: 16px;
    position: absolute;
    top: 3px;
    left: 0;
}
footer .top .work span {
    color: #fff;
    font-weight: 500;
}
footer .top .contacts {
    grid-area: four;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
footer .top .contacts a {
    color: #fff;
    font-size: 12px;
    line-height: 23px;
    font-weight: 500;
    display: flex;
    align-items: center;
    white-space: nowrap;
}
footer .top .contacts .a1 {
    display: flex;
    align-items: center;
}
footer .top .contacts img {
    width: 100%;
    max-width: 20px;
    margin-right: 5px;
}
footer .top .contacts .viber img,
footer .top .contacts .viber-mob img {
    margin-right: 0;
    max-width: 28px;
    min-width: 28px;
}
footer .top .contacts .viber {
    display: flex;
    margin: 0 15px 0 15px;
}
footer .top .contacts .viber-mob {
    display: none;
    margin: 0 5px 0 10px;
}
footer .top .contacts .telegram img {
    max-width: 28px;
    min-width: 28px;
}
footer .top h2 {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
    margin-bottom: 18px;
}
footer .top .map-site {
    grid-area: five;
}
footer .top .map-site .column {
    display: grid;
    grid-template-columns: 60% 30%;
    justify-content: space-between;
}
footer .top .map-site .column .col {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
    justify-content: unset;
}
footer .top .map-site .column .col a,
footer .top .catalog .column a {
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.15px;
    margin-bottom: 7px;
}
footer .top .map-site .column .col a:hover,
footer .top .catalog .column a:hover {
    text-decoration: underline;
}
footer .top .catalog {
    grid-area: six;
}
footer .top .catalog .column {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 38px;
}
footer .bottom {
    padding-top: 8px;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #fff;
}
footer .bottom a {
    color: #fff;
}
footer .bottom .up {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #585656;
    border-radius: 4px;
    cursor: pointer;
    transform: translate3d(0,0,0);
    transition: 0.3s;
    position: absolute;
    bottom: calc(100% + 20px);
    right: 0;

}
footer .bottom .up:hover {
    transform: translate3d(0,-3px,0);
    transition: 0.3s;
}
footer .bottom .up::after {
    content: '\e906';
    font-family: 'icon';
    font-size: 14px;
    transform: rotate(-90deg);
    color: #585656;
}
footer .call {
    position: fixed;
    right: 20px;
    bottom: 55px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #106fc9;
    display: none;
    align-items: center;
    justify-content: center;
    animation: jumping 2s infinite;
    z-index: 100;
}
footer .call::before {
    content: '\e90c';
    font-family: 'icon';
    font-size: 25px;
    color: #106fc9;
    font-weight: bold;
    animation: shake 1.2s infinite;
}
.grecaptcha-badge {
    bottom: 130px!important;
}
@keyframes jumping {
    from {
        -webkit-transform: translateY(0) scale(1, 1);
        transform: translateY(0) scale(1, 1);
    }
    25% {
        -webkit-transform: translateY(-20px) scale(1.2, 1.2);
        transform: translateY(-20px) scale(1.2, 1.2);
    }

    50% {
        -webkit-transform: translateY(0) scale(1, 1);
        transform: translateY(0) scale(1, 1);
    }

    to {
        -webkit-transform: translateY(0) scale(1, 1);
        transform: translateY(0) scale(1, 1);
    }
}
@keyframes shake {
    0% {
        transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }
    10% {
        transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
    }
    20% {
        transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
    }
    30% {
        transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
    }
    40% {
        transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
    }
    50% {
        transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
    }
    60% {
        transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
    }
    70% {
        transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
    }
    80% {
        transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
    }
    90% {
        transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
    }
    100% {
        transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }
}

@media screen and (max-width: 1265px) {
    .wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }
    header {
        border-bottom: 1px solid #e3e3e3;
        z-index: 100;
        background: #fff;
        height: 78px;
        display: flex;
        align-items: center;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
    }
    header.fixed {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        /* padding-right: 4px; */
    }
    header.scrollfixed-top {
        top: -102px;
        transition: top 0.5s;
    }
    header.scrollfixed {
        top: 0;
    }
    header .top {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    header .top .logo {
        width: 100%;
        margin-right: 45px;
    }
    header .top .form {
        margin-right: 15px;
    }
    header .hamburger {
        display: flex;
        margin-left: auto;
    }
    header .work {
        display: none;
    }
    header .top .contacts {
        position: relative;
    }
    header .contacts .phone {
        display: flex;
    }
    header .contacts .cont {
        position: absolute;
        overflow: hidden;
        top: 100%;
        right: 0;
        width: 220px;
        background: #fff;
        z-index: 101;
        box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
        height: 0;
        transition: 0.3s;
        justify-content: center;
    }
    header .contacts:hover .cont,
    header .contacts.show .cont {
        height: 110px;
        transition: 0.3s;
    }
    header .contacts .cont a {
        padding-left: 20px;
    }
    header .contacts .cont .viber,
    header .contacts .cont .viber-mob,
    header .contacts .cont .telegram {
        padding-left: 0;
    }
    header .top .cart {
        display: flex;
    }
    header .bottom{
        display: none;
    }
    aside {
        position: fixed;
        right: calc(-100% - 40px);
        bottom: -100px;
        top: 78px;
        z-index: 99;
        background: #f7f7f7;
        transition: 0.5s;
        width: 360px;
        padding-top: 3px;
        overflow-x: auto;
    }
    aside.show {
        right: 0;
        transition: 0.5s;
    }
    aside .close {
        position: absolute;
        top: 12px;
        right: 15px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 101;
    }
    aside .close::after {
        content: '\e90f';
        font-family: 'icon';
        color: #707070;
        font-size: 12px;
        padding: 0 0 10px 10px;
    }
    aside .catalog {
        height: auto;
        position: relative;
        overflow: hidden;
    }
    aside .title {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        border-bottom: 1px solid #d9d9d9;
    }
    aside .catalog .title span,
    aside .menu .title span {
        padding: 7px 0 7px 15px;
        background: none;
        font-weight: bold;
        color: #c31519;
        margin-bottom: 0;
        text-transform: uppercase;
        font-size: 16px;
        line-height: 19px;
        width: unset;
    }
    aside .title .cross {
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        padding: 5px;
    }
    aside .title .cross::after {
        content: '\e913';
        font-family: 'icon';
        font-size: 16px;
        font-weight: bold;
        color: #c31519;
    }
    aside .show .cross::after {
        content: '\e912';
    }
    aside .catalog .title a:hover {
        background: none;
    }
    aside .catalog .ws-menu {
        position: static;
        border: none;
        max-height: 0;
        transition: 0.6s;
    }
    aside .catalog.show .ws-menu {
        max-height: 2000px;
        transition: 0.6s;
    }
    aside .catalog .ws-menu > .item,
    aside .menu .ws-menu .item a {
        padding: 7px 15px 7px 30px;
    }
    aside .catalog .ws-menu > .item::after {
        right: unset;
        left: 4px;
    }
    aside .catalog .ws-menu .item.selected::after {
        font-weight: bold;
    }
    aside .catalog .ws-menu .item.selected  > a,
    aside .catalog .ws-menu .item > a,
    aside .menu .ws-menu .item > a {
        color: #4e4e4e;
        font-size: 16px;
    }
    aside .menu .ws-menu {
        max-height: 0;
        transition: 0.6s;
        overflow: hidden;
    }
    aside .menu.show .ws-menu {
        max-height: 1000px;
        transition: 0.6s;
    }
    aside .menu, aside .work {
        display: flex;
    }
    aside .menu, aside .work * {
        font-size: 16px !important;
    }
    aside .work div::before, header .work p:nth-child(2)::before, aside .work p:first-child::before {
        top: calc(50% - 8px);
    }
    .container {
        margin-top: 93px;
    }
    footer .top {
        grid-template-areas:
        "one . ."
        "three four two"
        "five six six";
        grid-template-columns: 230px 185px 1fr;
        grid-gap: 60px 35px;
        justify-content: flex-start;
        width: 100%;
        max-width: 900px;
    }
    footer .top .work a::after {
        width: unset;
        right: 0;
    }
    footer .top .catalog .column {
        grid-column-gap: 30px;
    }
    footer .bottom .up {
        right: 20px;
    }
}
@media screen and (max-width: 1060px) {
    .grid {
        grid-template-columns: repeat(4, 1fr);
    }
    .grid .item:nth-child(n+5) {
        border-top: 1px solid transparent;
    }
    .grid .item:nth-child(n+5):hover {
        border-top: 1px solid #106fc9;
    }
    .grid .item .img {
        height: 90px;
        min-height: 90px;
    }
    .grid .item .img img {
        max-height: 80px;
    }
}
@media screen and (max-width: 768px) {
    input[type=submit], button, .btn {
        padding: 5px 10px 4px;
        max-width: max-content;
        font-size: 13px;
        line-height: 17px;
        border-radius: 4px;
    }
    header {
        height: 110px;
        border-bottom: none;
        align-items: flex-start;
    }
    header.fixed, body.overflow {
        padding-right: 0;
    }
    header.scrollfixed-top {
        top: -110px;
    }
    header .top {
        flex-wrap: wrap;
        padding-top: 0;
        padding-bottom: 0;
    }
    header .top .logo {
        margin-right: 0;
        width: 165px;
        margin: 12px 0;
    }
    header .top .form {
        order: 5;
        margin-right: 0;
        max-width: unset;
        padding-top: 8px;
    }
    header .top .form::before {
        content: '';
        position: absolute;
        top: 0;
        left: -20px;
        right: -20px;
        height: 1px;
        background: #e3e3e3;
    }
    header .top form input {
        font-size: 12px;
        padding: 8px 11px;
    }
    header .top form label {
        height: 21px;
        width: 30px;
        min-width: 30px;
        top: 7px;
    }
    header .contacts .cont .viber {
        display: none;
    }
    header .contacts .cont .viber-mob {
        display: flex;
    }
    header .hamburger::before, header .hamburger::after, header .contacts .phone::before, header .contacts .phone::after, header .top .cart::before {
        content: '';
        height: 34px;
        width: 1px;
        background: #e3e3e3;
        top: calc(50% - 17px);
        position: absolute;
    }
    header .hamburger {
        padding: 9px 26px;
    }
    header .hamburger:hover {
        background: unset;
    }
    header .hamburger div {
        height: 4px;
        min-width: 24px;
    }
    header .hamburger.show:hover {
        background: #c31519;
    }
    header .hamburger:hover div {
        background: unset;
    }
    header .hamburger.show:hover div {
        background: #fff;
    }
    /* header .hamburger.show div:hover {
        background: unset;
    } */
    header .hamburger.show div {
        background: #fff;
    }
    header .top .cart {
        width: 52px;
    }
    header .top .cart .icon::after {
        font-size: 26px;
    }
    header .contacts .phone {
        padding: 0 26px;
    }
    header .contacts .phone span::after {
        font-size: 26px;
    }
    header .contacts .phone:hover::before,
    header .contacts .phone:hover::after {
        background: #e3e3e3;
    }
    header .contacts.show .phone::before,
    header .contacts.show .phone::after {
        background: #c31519;
    }
    header .contacts .phone:hover span::after {
        color: unset;
    }
    header .contacts.show .phone:hover span::after {
        color: #fff;
    }
    header .contacts .phone:hover {
        background: unset;
    }
    header .contacts.show .phone {
        background: #c31519;
    }
    header .contacts:hover .cont {
        height: 0;
    }
    header .hamburger:hover::before {
        background: unset;
    }
    header .hamburger.show:hover::before {
        background: #c31519;
    }
     header .hamburger:hover::after {
        background: unset;
    }
    header .hamburger.show:hover::after {
        background: #c31519;
    }
    header .hamburger.show::before:hover {
        background: #c31519;
    }
     header .hamburger:hover::after, header .hamburger:hover::before {
        background: #e3e3e3;
     }
    header .hamburger:hover div {
        background: #28261b;
    }
    .container {
        margin-top: 110px;
    }
    aside {
        top: 110px;
        width: 100%;
        padding-top: 0;
    }
    aside .catalog .title span,
    aside .menu .title span {
        padding: 10px 0 10px 20px;
        font-size: 12pt;
        line-height: 18px;
    }
    aside .close::after {
        font-size: 12pt;
    }
    aside .close {
        top: 12px;
    }
    aside .catalog .ws-menu .item {
        padding: 2px 0 4px;
    }
    aside .catalog .ws-menu > .item,
    aside .menu .ws-menu .item a {
        padding: 8px 20px 9px 35px;
    }
    aside .catalog .ws-menu > .item::after {
        width: 15px;
        height: 15px;
        top: 10px;
        left: 17px;
    }
    aside .catalog .ws-menu .item.selected > a,
    aside .catalog .ws-menu .item >
    a, aside .menu .ws-menu .item > a {
        font-size: 12pt;
        line-height: 17px;
    }
    aside .catalog .ws-menu .sub-menu .item a {
        font-size: 12pt;
    }
    aside .work {
        padding: 20px 15px 20px 50px;
    }
    .grid {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 8px 6px;
        border-left: none;
    }
    .grid .item {
        border: 1px solid #d9d9d9 !important;
        align-items: center;
        overflow: unset;
    }
    .grid .item:nth-child(n+4) {
        border-top: 1px solid transparent;
    }
    .grid .item:nth-child(n+4):hover {
        border-top: 1px solid #106fc9;
    }
    .grid .item .btn {
        margin-bottom: 0;
    }
    .grid .item .img,
    .grid .item:hover .img {
        margin-bottom: 15px;
    }
    .grid .item .info,
    .grid .item:hover .info  {
        transform: unset;
        transition: unset;
    }
    .grid .item .info,
    .grid .item:hover .info  {
        transform: unset;
        transition: unset;
    }
    .grid .item .btn {
        padding: 10px;
    }
    .grid .item .btn,
    .grid .item:hover .btn {
        transform: unset;
        max-width: unset;
        width: calc(100% + 2px);
        margin-bottom: -1px;
    }
    .pagination {
        flex-direction: column;
    }
    .pagination .buttons {
        margin-right: 0;
        margin-bottom: 20px;
    }
    header .top form label:after {
        font-size: 12px;
        position: absolute;
        top: 2px;
    }
    .window-background {
        padding: 0 20px;
    }
    #thank .window-body {
        padding: 88px 45px;
    }
    #zoom .window-body {
        max-width: unset;
        padding: 0 10px;
    }
    #thank .window-body .window-title::before {
        font-size: 24px;
        width: 40px;
        min-width: 40px;
        height: 40px;
        border: 3px solid #ce2d2b;
    }
    #zoom .window-body .window-title .window-close {
        width: 26px;
        height: 26px;
        right: 0;
        top: -13px;
    }
    #zoom .window-body .window-content img {
        border: 3px solid #dadada;
    }
    #thank .window-body .window-content h2 {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 70px;
    }
    #thank .window-body .window-content .btn {
        max-width: 112px;
    }
    footer .call {
        display: flex;
    }
    footer .top {
        grid-template-columns: 260px repeat(1, 1fr);
        grid-gap: 35px 20px;
        grid-template-areas:
            "one ."
            "two four"
            "five three"
        ;
    }
    footer .top .catalog {
        display: none;
    }
    footer .top .work a {
        max-width: max-content;
    }
    footer .top .contacts .viber {
        display: none;
    }
    footer .top .contacts .viber-mob {
        display: flex;
    }
    footer .bottom .up {
        bottom: calc(100% + 10px);
    }
}
@media screen and (max-width: 578px) {
    input[type=text],
    input[type=password],
    input[type=email],
    input[type=search],
    input[type=date],
    textarea,
    input[type=tel],
    select {
        padding: 2px 8px 3px;
    }
    ::-webkit-input-placeholder {
        font-size: 12px;
    }
    input[placeholder] {
        line-height: 17px;
    }
    .wrapper {
        padding-left: 10px;
        padding-right: 10px;
    }
    header.scrollfixed-top {
        top: 0;
        height: 52px;
        border-bottom: 1px solid #dadada;
    }
    header .wrapper {
        padding-left: 10px;
        padding-right: 10px;
    }
    header .top .logo {
        width: 138px;
    }
    header.scrollfixed-top .form {
        display: none;
    }
    header .top .form::before {
        left: -10px;
        right: -10px;
    }
    header .top .form .sub {
        max-height: calc(100vh - 230px);
    }
    header .contacts .cont {
        position: fixed;
        top: calc(50% - 65px);
        right: calc(50% - 140px);
        display: none;
        height: 130px;
        width: 300px;
        box-shadow: 0 0 40px rgba(0, 0, 0, 0.8);
    }
    header .contacts.show .cont {
        height: 150px;
    }
    header .contacts a {
        font-size: 16px;
    }
    header .contacts .velcome > img {
        max-width: 27px;
        margin-right: 2px;
    }
    header .contacts .cont a {
        padding-left: 15px;
    }
    header .contacts .cont .mts {
        margin-bottom: 20px;
    }
    header .contacts.show .cont {
        display: flex;
    }
    header .contacts .cont .city {
        display: none;
    }
    header .shoping .basket {
        width: 280px;
    }
    header .shoping .basket .items .item .desc {
        flex-direction: column;
        align-items: flex-start;
    }
    header .shoping .basket .total {
        grid-template-columns: repeat(1, 1fr);
        padding-bottom: 25px;
    }
    header .shoping .basket .total a, .contin {
        margin-bottom: 20px;
    }
    aside {
        top: 110px;
    }
    aside .catalog .title span,
    aside .menu .title span {
        padding: 6px 0 6px 10px;
    }
    /* aside .catalog .ws-menu > .item,
    aside .menu .ws-menu > .item  {
        padding: 2px 25px 4px;
    } */
    aside .catalog .ws-menu > .item::after {
        left: 8px;
    }
    aside .work {
        padding: 20px 15px 20px 40px;
    }
    aside .close {
        top: 8px;
    }
    .breadcrumbs {
        padding-bottom: 13px;
        border-bottom: 1px solid #dadada;
        margin-bottom: 15px;
    }
    .breadcrumbs a,
    .breadcrumbs p {
        font-size: 13px;
    }
    .grid {
        grid-template-columns: repeat(2, 1fr);
        margin-bottom: 10px;
    }
    .grid .item {
        height: 260px;
    }
    .grid .item .img .new {
        width: 35px;
    }
    .grid .item .img,
    .grid .item:hover .img {
        margin-bottom: 5px;
        height: 110px;
        min-height: 100px;
        padding: 5px 5px 0;
    }
    .grid .item .img img {
        max-height: 105px;
        min-height: 105px;
        height: auto;
    }
    .grid .item .img .star::after {
        font-size: 13px;
    }
    .grid .item a,
    .grid .item h2,
    .grid .item a span {
        line-height: 18px;
    }
    .grid .item .info,
    .grid .item:hover .info  {
        transform: unset;
        transition: unset;
    }
    .grid .item .info,
    .grid .item:hover .info  {
        transform: unset;
        transition: unset;
    }
    .grid .item .btn {
        padding: 8px 10px;
        max-height: 35px;
        margin-top: auto;
    }
    .price span {
        font-size: 14px;
    }
    .discount span:first-child {
        margin-right: 10px;
    }
    .pagination .buttons a {
        width: 50px;
        height: 50px;
    }
    .pagination .buttons a span {
        display: none;
    }
    .pagination .buttons a::before {
        margin-right: 0;
    }
    .pagination .buttons .next::after{
        margin-left: 0;
    }
    .seo *, .seo {
        font-size: 12px;
        line-height: 16px;
    }
    .seo div {
        margin-bottom: 10px;
    }
    .seo h2 {
        margin-bottom: 10px;
    }
    .window-background {
        padding: 0 10px;
    }
    #thank .window-body {
        padding: 88px 15px;
    }
    .window-body .window-title {
        padding-bottom: 15px;
        margin-bottom: 20px;
    }
    #thank .window-body .window-title::before {
        font-size: 15px;
        width: 28px;
        min-width: 28px;
        height: 28px;
        border: 2px solid #ce2d2b;
    }
    #thank .window-body .window-content h2 {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 40px;
    }
    footer .top {
        grid-template-columns: repeat(2, 1fr);
        grid-template-areas:
            "one two"
            "five four"
            "three three"
        ;
        padding-top: 15px;
    }
    footer .top .social a {
        font-size: 14px;
        margin-bottom: 15px;
        display: flex;
        align-items: center;
    }
    footer .top .social .skype {
        margin-bottom: 0px;
    }
    footer .top .social .mail::before,
    footer .top .social .skype::before {
        font-size: 18px;
    }
    footer .top .social .soc {
        position: relative;
        bottom: -15px;
    }
    footer .top .social .soc .vk {
        margin-right: 15px;
    }
    footer .top .social .soc .vk::before {
        font-size: 22px;
    }
    footer .top .social .soc .insta::before {
        font-size: 18px;
    }
    footer .top .contacts img {
        max-width: 20px;
        margin-right: 10px;
    }
    footer .top .contacts .a1 {
        flex-wrap: wrap;
    }
    footer .top .contacts .a1 a:first-child {
        width: 100%;
        margin-bottom: 10px;
    }
    footer .top .contacts .viber-mob,
    footer .top .contacts .viber-mob img {
        margin: 0 10px 0 0;
    }
    footer .top .contacts .viber-mob img,
    footer .top .contacts .telegram img {
        max-width: 25px;
    }
    footer .top h2 {
        display: none;
    }
    footer .top .map-site {
        position: relative;
        top: -30px;
    }
    footer .top .map-site .column {
        grid-template-columns: repeat(1, 1fr);
    }
    footer .bottom a {
        font-size: 12px;
    }
    footer .bottom .up {
        right: 10px;
        width: 20px;
        min-width: 20px;
        height: 20px;
        padding-left: 1px;
    }
    footer .bottom .up::after {
        font-size: 12px;
    }
}