@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@media (max-width: 768px) {

body {
    margin:0;
    padding:0;
}

* {
    -webkit-appearance: none !important;
}

@font-face {
    font-family: 'Conv_Shlapak Script';
    src: url('fonts/Shlapak Script.eot');
    src: local('☺'), url('fonts/Shlapak Script.woff') format('woff'), url('fonts/Shlapak Script.ttf') format('truetype'), url('fonts/Shlapak Script.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


p, span  {
    font-width: 300 !important;
}
.search form input[type="submit"] {
    width:16px;
    height:16px;
    background-image: url("/search-2903.png") !important;
    content: "";
    position: absolute;
    right:0;
    top:0;
    padding: 0 !important;
    background-color: transparent !important;
}

.fonts {
    font-family: 'Conv_Shlapak Script';
    font-size:36px !important;
}
.dop_inf {
    padding:10px;
    background-color: #f3f3f3;
    font-weight: 500 !important;
}
#page p {
    line-height: 24px;
    font-size: 12px;
    font-weight: 300;
}

.wa-value input[type=radio] {
    -webkit-appearance: auto !important;
}

* {
    font-family: 'Montserrat', sans-serif;
}

a {
    color:#000;
    text-decoration: none;
}

.container {
    width:100%;
    margin:0 auto;
    position: relative;
}

.header_flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
    align-items: flex-end;
}

.header_flex .hlogo {
    width:96px;
}

.header_flex input {
    width:300px;
}

header {
    padding:20px 0;
}

.homeGridTopLine {
    display:block;
    justify-content: space-between;
    height:30%;
}

/* Стили для homegrid как в оригинальном mobile-шаблоне */
.homegrid {
    margin-top: 20px;
    height: auto;
    display: block;
    flex-wrap: wrap;
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
}

/* Скрываем десктопную версию на мобильных по отдельному классу */
.homegrid-desktop.homegrid,
.homegrid.homegrid-desktop {
    display: none !important;
}

.homeGridTopLine .homeGridTopLineItem {
    width:100%;
    background-color: #fff;
    border:1px solid #000;
    height:280px;
    position: relative;
    margin-bottom: 40px;
}

.homeGridTopLineItem > div {
    width:100%;
    height:100%;
}

.homeGridMiddleLine div {
    position: relative;
}

.homeGridMiddleLine div small {
    position: absolute;
    top: -25px;
    left: -1px;
    background: #000;
    padding: 2px 7px;
    line-height: 20px;
    height: 20px;
    color: #fff;
}


.homeGridTopLine div small {
    position: absolute;
    top: -25px;
    left: -1px;
    background: #000;
    padding: 2px 7px;
    line-height: 20px;
    height: 20px;
    color: #fff;
}

.homeGridBottomLine div {
    position: relative;
}

.homeGridBottomLine div small {
    position: absolute;
    top: -25px;
    left: -1px;
    background: #000;
    padding: 2px 7px;
    line-height: 20px;
    height: 20px;
    color: #fff;
}

.homeGridTopLine div.large {
    height:250px;
}

.homeGridMiddleLine {
    display: block;
    justify-content: space-between;
    height: auto;
    position: relative;
    width: 100%;
    margin-top: 0px;
}

.homeGridMiddleLine div {
    width:100%;

    height:100%;
}

.homeGridMiddleLine div.large {
    height:calc(100%/3*2);
    position: absolute;
    top:-100%;
}


#page-content ul.thumbs li {
    width: 48% !important;
    height:170px !important;
    margin: 0 0 20px !important;
}

.product_hidden {
    display:none !important;
}

#page-content ul.thumbs li .image {
    width:100% !important;
    height: 100% !important;
}

#page-content ul.thumbs li .image img {
    width:100% !important;
}

.thumbs.product-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


.homeGridMiddleLine div.main {
    width: 708px;
    height: 391px;
    background: #fff;
    border: 1px solid #000;
    margin-right: 26px;
    display:none !important;
}

.homeGridMiddleLine div.empty {
    min-width:246px;
}

.homeGridMiddleLine div.last {
    min-width:216px;
}

.homeGridBottomLine {
    display:block;
    justify-content: space-between;
    height:30%;
    position: relative;
    margin-top: 0px;
}
.homeGridTopLineItemWrap div, .homeGridTopLineItem {
    width:100% !important;
    margin-bottom: 40px;
}


.homeGridBottomLine > div {
    width:216px;
    background-color: #fff;
    border:1px solid #000;
    height:280px;
}

.homeGridTopLineItemWrap div {
    width:100%;
    height:100%;
}

.homeGridBottomLine div.large {
    height: calc(100% * 2);
    margin-top:-18%;
}

.homeGridBottomLine div.empty {
    background: transparent;
    border:0;
}

.homeGridMiddleLine .last {
    width:100%;
    background-color: #fff;
    border:1px solid #000;
    height: 250px;
}

.search {
    display:none;
}


.search input {
    border:unset;
    border-bottom:1px solid #000;
    position: relative;
    width:100%;
    margin:10px 0;
}

.menu-h {
    display: flex;
    margin: 0;
    padding: 0;
    justify-content: center;
}

.menu-h li {
    display:block;
    margin-right: 20px;
}


.menu-h li.selected a{
   font-weight: 600;
}


.search form {
    position: relative;
}

/*.search form::after {*/
/*    width:16px;*/
/*    height:16px;*/
/*    background-image: url("/hsearch.png");*/
/*    background-size: contain;*/
/*    content: "";*/
/*    position: absolute;*/
/*    right:0;*/
/*    top:5px;*/
/*}*/


/* Стили для homegrid small как в оригинале (стрелочка у заголовка) */
.homegrid small::after {
    content: "";
    position: absolute;
    right: -24px;
    border: 12px solid transparent;
    border-bottom: 12px solid black;
    border-left: 12px solid black;
    top: 0px;
}
.hgm_flex {
    padding-right: 10px;
}

/* Для мобильной главной: ссылки категорий не должны быть absolute */
.homegrid .hgm_flex a {
    position: relative !important;
    display: block;
}
/* Стили для homegrid div применяются только к мобильной версии */
/* Блок главной страницы в мобильной версии */
/* Главная страница: включаем мобильную сетку и прячем десктопную */
.homegrid.homegrid-mobile {
    padding: 0 10px;
    display: block !important;
}

.homegrid.homegrid-desktop {
    display: none !important;
}

/* Для мобильной главной отключаем фон у внутренних div,
   фон задаётся у ссылок .hgm_big / .hgm_small */
.homegrid.homegrid-mobile div {
    background: none !important;
}

.homeGridTopLineItemWrap {
    overflow: hidden;
    width:100%;
    height: 100%;
}

.foot {
    height:auto;
    background-color: #000;

    margin-top: 20px;
    bottom:0;
    width:100%;
}

.homegrid-mobile.homegrid div div,
.homegrid.homegrid-mobile div div {
    cursor: pointer;
}

.homegrid-mobile.homegrid div div small,
.homegrid.homegrid-mobile div div small {
    transition: all 0.3s;
    width:135px
}

.homegrid-mobile.homegrid div div:hover small,
.homegrid.homegrid-mobile div div:hover small {
    width:calc(100% - 12px) !important;
}

.homegrid-mobile.homegrid div div:hover small::after,
.homegrid.homegrid-mobile div div:hover small::after {
    opacity: 0;
}

.empty {
    display:none;
}

footer span, footer a {
    color:#fff;
    text-transform: uppercase;
    font-size:12px;
    line-height:25px;
    display:block;
    text-align: center;
    margin-right: 0;
    margin-bottom: 10px;
}

footer a {
    color:#fff;
    text-transform: uppercase;
    text-decoration: underline;
    font-size:12px;
}

.foot .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 10px;
}

.foot .container > span {
    margin-bottom: 15px;
}

.foot .container > a {
    margin-bottom: 10px;
}


.romb_img {
    height: auto;
    display: block;
    margin: 29px auto;
    width: 90%;
}

.romb {
    position: relative;
    display:block;
    margin:0 auto;
    width:auto !important;;
}

.vertical_main {
    width:1px !important;
    height:100% !important;
    position: absolute !important;
    left:50% !important;
    top:0 !important;
    margin-left: 7.5px;
    background: #000 !important;
}


.horizontal_main {
    width: 100% !important;
    height: 1px !important;
    position: absolute !important;
    left: 0;
    top: 50% !important;
    margin-left: 0;
    background: #000 !important;
    margin-top: -6.5px;
}

.logo {
    position: absolute;
    width: 200px;
    left: 50%;
    margin-left: -100px;
    top: 50%;
    margin-top: -128px;
}

.main {
    position: relative;
}


.main a:hover {
    text-decoration: underline;
}

.main_link1 {
    left:35px;
    top:25px;
}

.main_link2 {
    right:35px;
    top:25px;
}

.main_link3 {
    left:35px;
    bottom:25px;
}

.main_link4 {
    right:35px;
    bottom:25px;
}

.header_flex a:hover {
    text-decoration: underline;
}

#feedback-form {
    min-height: 300px;
}

ul.thumbs li {
    width:368px !important;
    border: 1px solid #000;
    overflow: hidden;
}

ul.thumbs li .image img {
    vertical-align: bottom;
    max-width: 368px !important;
    max-height: 368px !important;
    transition: all 0.3s;
    transition: transform 0.3s ease-in;
    -moz-transition: transform 0.3s ease-in;
    -ms-transition: transform 0.3s ease-in;
    -o-transition: transform 0.3s ease-in;
    -webkit-transition: transform 0.3s ease-in;
}

.product_hidden {
    display:block;
    position: absolute;
    bottom:0;
    background: #000;
    display:flex;
    width:100%;
    height:40px;
    line-height: 40px;
    padding: 0 10px;
    box-sizing: border-box;
    justify-content: space-between;
    opacity: 0;
    transition: all 0.3s;
}

.product_hidden .name {
    color:#fff;
    font-weight: 300;
    font-size:12px;
}

.product_hidden .price {
    color:#fff;
    font-weight: 300;
    font-size:12px;
}

ul.thumbs li .image img{
    transform:scale(1)
}

ul.thumbs li:hover .image img{
    transform:scale(0.8)
}

ul.thumbs li:hover .product_hidden{
    opacity: 1;
}



.product-gallery {
    text-align: center !important;
    margin-right: 0 !important;
    max-width: 750px !important;
    margin: 0 !important;
}

.more-images .image img {
    max-width: 75px !important;
}

#product-core-image {

    height: calc(100vh - 430px) !important;
    width: 100% !important;
}

#product-description p, .dop_inf {
    line-height: 20px;
}

.product-sidebar {
    width:100% !important;
    min-width: 100% !important;
}

.product-sidebar h1 {
    margin:0;
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
}

#js-product-page {
    margin-top: 30px;
    height: 100%;
    display: block;
    justify-content: space-around;
}

.product-gallery {
    margin-bottom: 30px !important;
}

.product-sidebar .cart {
    padding: 0 !important;
}

.dop_inf, .description {
    font-weight: 300;
    font-size:13px;
}

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

.add2cart .price {
    font-weight: 300 !important;
    color: #000 !important;
    font-size: 24px !important;
}
.product-info {
    background: #fff;
    margin-right: 0 !important;
    width: 100% !important;
}

.skuuu {
    font-size:13px;
    font-weight:300;
    margin:10px 0 20px 0;
}

input[type="submit"] {
    background: #000 !important;
    color:#fff !important;
    font-size:13px !important;
    font-weight: 300 !important;
    border:0;
    cursor: pointer;
    padding:10px 40px !important;
}


.js-confirm, .js-cancel, .wa-submit-button {
    background: #000 !important;
    color:#fff !important;
    font-size:13px !important;
    font-weight: 300 !important;
    border:0;
    cursor: pointer;
    padding:10px 40px !important;
}

.add2cart input {
    margin-top: 0 !important;
}

.add2cart {
    display:flex;
    align-items: center;
    justify-content: space-between;
}

#page-content {
    min-height: 80.5vh;
}

.stocks * {
    color:#000 !important;
    font-weight: 300 !important;
    font-size:13px;
}

.description img {
    max-width:100%;

}

.cart_count {
    position: absolute;
    right: -5px;
    top: -25px;
    font-size: 10px;
    display: block;
    width: 18px;
    height: 18px;
    background: #000;
    line-height: 18px;
    text-align: center;
    color: #fff;
    border-radius: 100%;
}

*:focus {
    outline:none !important;
}

#product-description img {
    display:none !important;
}

.sf_block {
    display:block;
    justify-content: space-between;
    margin-bottom: 20px;
}

.s_flex strong {
    display:block;
    font-size:14px;
    margin-bottom: 5px;
}

.s_flex span {
    font-weight: 300;
    font-size:12px;
}

.min_s {
    font-size:14px;
    margin-top: -20px;
    display:block;
    margin-bottom: 40px;
}

.s_flex {

}

h1 {
    font-weight: 200;
}


h1::first-letter {
    font-family: 'Conv_Shlapak Script';
    font-size:45px;
    margin-right: 5px;
}

/* Стили для homegrid применяются только к мобильной версии */
.homegrid-mobile.homegrid div div small::first-letter,
.homegrid.homegrid-mobile div div small::first-letter {
    font-family: 'Conv_Shlapak Script';
    text-transform: uppercase;
    font-size:22px;
}

.main a::first-letter {
    font-family: 'Conv_Shlapak Script';
    text-transform: uppercase;
    font-size:26px;
}

.sf_image {
    width: 50px;
    height:60px;
    min-width:50px;
    min-height:60px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}


.sf_image2 {
    width: 25px;
    height:25px;
    min-width:25px;
    min-height:25px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 15px;
}

.sf_block {
    display:block;
}

.sf_image {
    margin-right: 15px;
}

.sf_first {
    min-width:100%;
    width:100%;
    margin-right: 50px;
}

.container {
    padding:0 10px;
    box-sizing: border-box;
}

.hf_right img {
    height:20px;
    margin-left: 10px;

}
.hf_right a {
    display:Block;
    margin-top: -28px;
}
.add2cartmob {
    display:block !important;
}

.add2cartmob .price {
    display:block;
    text-align: center;
}


.add2cartmob input {
    display:block;
    text-align: center;
    margin:15px auto 0 auto !important;
}

.hidden_menu {
    position: fixed;
    top:90px;
    width:100%;
    z-index:50;
    height:calc(100vh - 90px);
    background: #000;
    display:None;
}

.hidden_menu ul  {
    margin:0;
    padding:20px 0;
}

.hidden_menu li {
    display:block;
    padding:0 10px;
    box-sizing: border-box;
    width:100%;
    margin-bottom: 10px;
}

.hidden_menu a {
    color:#fff;
    font-size:24px;
}

.cat_menu {
    display:flex;
    overflow: scroll;
    margin-bottom: 25px;
    padding-bottom: 15px;
}

.cat_menu a {
    padding:10px;
    border:1px solid #000;
    margin-right: 10px;

}

.cat_menu a.active {
    background: #000;
    color:#fff;

}

.hgm_flex {
    display:flex;
    justify-content: space-between;
}

.hgm_big {
    width:55%;
    min-width:55%;
    max-width:55%;
    height:200px;
    margin-right: 10%;
    border:1px solid #000;
    position: relative;
    display:block;
    background-size: contain;
    background-repeat: no-repeat;
}


.hgm_small {
    width:35%;
    min-width:35%;
    max-width:35%;
    height:200px;
    border:1px solid #000;
    position: relative;
    display:block;
    background-size: contain;
    background-repeat: no-repeat;
}

.hgm_small span, .hgm_big span {
    position: absolute;
    bottom:0;
    height:20px;
    background: #000;
    color:#fff;
    padding:0 5px;
    line-height:20px;
    box-sizing: border-box;
    width:100%;
    font-size:11px;
}

.hgm_flex {
    margin-bottom: 40px;
}

.footer_soc {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;

}

.footer_soc a {
    color:#fff;
    font-size:16px;
}

.hf_right {
    width: 70%;
    display: flex;
    justify-content: space-around;
}


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px #f3f3f3 inset !important;

}


#contact-form {
    min-height:430px;
}

.added2cart {
    background: #f3f3f3 !important;
    font-style: normal !important;
}

.order_wrap {
    display:flex;
    justify-content: space-between;
    border:1px solid #000;
    padding:20px;
    cursor: pointer;
    box-shadow: rgb(221 221 221) 0px 0px 10px 5px;
    margin-bottom: 20px;
    font-size:12px;
}

.table100 .ps__rail-x {
    z-index: 1010;
    height: 6px;
    background-color: transparent;
    opacity: 1 !important;
    bottom: 10px;
}
.table100 .ps__rail-x::before {
    content: "";
    display: block;
    position: absolute;
    background-color: #e6e6e6;
    height: 100%;
    width: calc(100% - 30px);
    left: 15px;
    top: 0;
}
.table100 .ps__rail-x .ps__thumb-x {
    height: 100%;
    bottom: 0;
    background-color: transparent;
    opacity: 1 !important;
}
.table100 .ps__rail-x .ps__thumb-x::before {
    content: "";
    display: block;
    position: absolute;
    background-color: #b3b3b3;
    height: 100%;
    width: calc(100% - 30px);
    top: 0;
    left: 15px;
}
.limiter {
    width: 100%;
    margin: 0 auto;
    background: #fa71cd;
    background: -webkit-linear-gradient(bottom, #c471f5, #fa71cd);
    background: -o-linear-gradient(bottom, #c471f5, #fa71cd);
    background: -moz-linear-gradient(bottom, #c471f5, #fa71cd);
    background: linear-gradient(bottom, #c471f5, #fa71cd);
}
.container-table100 {
    max-width: 1366px;
    margin: 0 auto;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 33px 100px;
}
.wrap-table100 {
    width: 100%;
}
.table100 {
    background-color: #fff;
}
table {
    width: 100%;
}
th,
td {
    font-weight: unset;
    padding-right: 10px;
}
.column1 {
    width: 100%;
    padding-left: 40px;
}
.column2 {
    width: 225px;
    padding-left: 55px;
}
.column3 {
    width: 205px;
}
.column4 {
    width: 195px;
}
.column5 {
    width: 235px;
}
.column6 {
    width: 170px;
}
.column7 {
    width: 330px;
}
.column8 {
    width: 305px;
}
.table100 th {
    padding-top: 21px;
    padding-bottom: 21px;
}
.table100 td {
    padding-top: 16px;
    padding-bottom: 16px;
}
.table100 {
    width: 100%;
    position: relative;
}
.table100-firstcol {
    background-color: #fff;
    position: absolute;
    z-index: 1000;
    width: 310px;
    top: 0;
    left: 0;
}
.table100-firstcol table {
    background-color: #fff;
}
.wrap-table100-nextcols {
    width: 100%;
    overflow: auto;
    padding-left: 310px;
    padding-bottom: 28px;
}
.table100-nextcols table {
    table-layout: fixed;
}
.shadow-table100-firstcol {
    box-shadow: 8px 0 10px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 8px 0 10px 0 rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 8px 0 10px 0 rgba(0, 0, 0, 0.05);
    -o-box-shadow: 8px 0 10px 0 rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 8px 0 10px 0 rgba(0, 0, 0, 0.05);
}
.table100-firstcol table {
    background-color: transparent;
}
.table100 {
    border-collapse: collapse;
}
.table100.ver1 th {
    font-family: Roboto-Bold;
    font-size: 14px;
    color: #333;
    line-height: 1.4;
    text-transform: uppercase;
}
.table100.ver1 td {
    font-family: Roboto-Medium;
    font-size: 15px;
    line-height: 1.4;
}
.table100.ver1 .table100-firstcol td {
    color: #666;
}
.table100.ver1 .table100-nextcols td {
    color: #999;
}
.table100 tr {
    border-bottom: 1px solid #000 !important;
}



#wa-my-info-read-wrapper .wa-field .wa-name {
    display: block;
    margin-right: 10px;


    line-height: 1.166666666666667em;
    color: #888;
}

#wa-my-info-read-wrapper .wa-field  {
    font-size:14px;
    margin-bottom: 10px;
    display: block;
    align-items: center;
}

#wa-my-info-read-wrapper input[type="text"], #wa-my-info-read-wrapper input[type="email"], #wa-my-info-read-wrapper input[type="password"] {
    width: 210px;
    max-width: 100%;
    padding: 0.25em 0.25em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.142857142857143em;
    line-height: 1.125em;
    border: 1px solid #cfcfcf;
    min-height: 28px;
    margin-right: 16px;
}

#wa-my-info-read-wrapper .button {
    background: #000 !important;
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 300 !important;
    border: 0;
    cursor: pointer;
    padding: 10px 40px !important;
}



label input {
    -webkit-appearance: auto !important;
}

#wa-my-info-edit-wrapper .wa-field  {
    margin-bottom: 20px;
}

#wa-my-info-edit-wrapper .wa-field  .field {
    display:Block;
    margin-bottom: 20px;
}

#wa-my-info-edit-wrapper .wa-field  .field input {
    display:Block;
}

#wa-my-info-edit-wrapper .wa-field .field span {
    display: block;
    margin-bottom: 0.5em;
    font-size: 0.857142857142857em;
    line-height: 1.166666666666667em;
    color: #888;
}

#wa-my-info-edit-wrapper .wa-field .wa-name {
    display: block;
    margin-bottom: 0.5em;
    font-size: 0.857142857142857em;
    line-height: 1.166666666666667em;
    color: #888;
}

#wa-my-info-edit-wrapper input[type="text"], #wa-my-info-edit-wrapper input[type="email"], #wa-my-info-edit-wrapper input[type="password"], #wa-my-info-edit-wrapper select {
    width: 210px;
    max-width: 100%;
    padding: 0.25em 0.25em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.142857142857143em;
    line-height: 1.125em;
    border: 1px solid #cfcfcf;
    min-height: 28px;
    margin-right: 16 px;
}

.buttonblack {
    background: #000 !important;
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 300 !important;
    border: 0;
    cursor: pointer;
    padding: 10px 40px    !important;
}

#wa-my-info-edit-wrapper a {
    text-decoration: underline;
}


#wa-my-info-edit-wrapper .wa-field-address .wa-value p {
    display:none;
}

#wa-my-info-edit-wrapper .wa-field-address .wa-value p:first-child {
    display:block;
}
}