:root{
    --main: #8800ff;
    --light: #F9F9F9;
    --primary: #3E97FF;
    --secondary: #DBDFE9;
    --success: #00aa58;
    --info: #7239ea;
    --warning: #ffc700;
    --danger: #f1416c;
    --dark: #071437;
    --primary-active: #2884Ef;
    --secondary-active: #B5B5C3;
    --light-active: #F1F1F2;
    --success-active: #47be7d;
    --info-active: #5014d0;
    --warning-active: #f1bc00;
    --danger-active: #d9214e;
    --dark-active: #050f29;
    --primary-light: #f1faff;
    --secondary-light: #F9F9F9;
    --success-light: #e8fff3;
    --info-light: #f8f5ff;
    --warning-light: #fff8dd;
    --danger-light: #fff5f8;
    --dark-light: #F1F1F2;
}
* {
    outline: none;
    box-sizing: border-box;
}


*:before, *:after {
    box-sizing: border-box
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

html {
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
    margin: 0;
    padding: 0;
}
h1{
    font-size: 25px;
}
h2{
    font-size: 23px;
}
h3{
    font-size: 20px;
}
h1, h2, h3, h4, h5, h6, p, figure, blockquote, dl, dd {
    margin-top: 0;
}

p {
    margin-bottom: 8px;
}

ol, ul, menu, summary {
    list-style: none
}

ul, ol, fieldset {
    margin: 0;
    padding: 0
}

address {
    font-style: normal
}

picture {
    display: block
}

img, video, iframe {
    max-width: 100%;
    /* display: block*/
}

iframe, fieldset {
    border: none
}

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

table {
    border-collapse: collapse
}

b, strong {
    font-weight: bolder
}

a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

label {
    cursor: pointer;
    font-weight: 500;
    margin-bottom: 4px;
    display: block;
}

button {
    border-radius: 0
}

input, button, select, optgroup, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    outline: none
}

button, select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

select:disabled {
    opacity: 1
}

[list]::-webkit-calendar-picker-indicator {
    display: none
}

button, [type=button], [type=reset], [type=submit] {
    -webkit-appearance: button
}

button:not(:disabled), [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled) {
    cursor: pointer
}

::-moz-focus-inner {
    padding: 0;
    border-style: none
}

textarea {
    resize: vertical
}

::placeholder {
    opacity: 1
}

button *, a * {
    pointer-events: none;
}
.d-none{
    display: none;
}
.relative {
    position: relative;
}

.pointer-none * {
    pointer-events: none !important;
    touch-action: none !important;
}

.d-flex {
    display: flex;
}

.justify-content-between {
    justify-content: space-between;
}

.flex-wrap {
    flex-wrap: wrap;
}

.modalTmp{
    visibility: hidden;
}

.w-100 {
    width: 100%;
}

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

body{
    color:#333333;
    background: #fff;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    margin: 0;
    padding: 0;
    min-height: 100%;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.3;
    font-family: "Inter", sans-serif;

}

*{padding: 0;margin: 0;border: 0;}
*,*:before,*:after{-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;}
nav,footer,header,aside{display: block;}
html,body{-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%;}
input,button,textarea{font-family:inherit;}
input::-ms-clear{display: none;}
button{cursor: pointer;}
button::-moz-focus-inner{padding:0;border:0;}
a,a:visited{text-decoration: none;}
a:hover{text-decoration: none;}
img{vertical-align: top;}
ul:not([class]){
    margin-left: 20px;
}
ul:not([class]) li{
    margin-bottom: 7px;
    list-style-type: disc;
}
h1,h2,h3,h4,h5,h6{
    margin-bottom: 15px;
}

a{
    color:var(--main);
    text-decoration:dashed;
}
a:hover, button:hover{
    cursor:pointer;
}
thead th{
    padding:10px;
    text-transform:uppercase;
}
tbody td{
    padding:7px;
}
p{
    margin: 0 0 10px 0;
}
.img-fluid{
    max-width: 100%;
    height: auto;
}
.text-center{
    text-align: center;
}
.br{
    display:block;
}
.underline{
    text-decoration: underline;
}
.nounderline{
    text-decoration: none;
}
.upper{
    text-transform: uppercase
}
.relative{
    position: relative;
}
.checkboxBlock{
    position: relative;
    padding-left: 22px;
}
.checkboxBlock input{
    display: none;
}
.checkboxBlock label:after{
    background: #fff;
    box-shadow: 0 0 0 1px #ccc;
    border-radius: 3px;
    position: absolute;
    content: "";
    left: 1px;
    top: 5px;
    width: 16px;
    height: 16px;
    padding: 3px;
    transition: all ease 0.15s;
}
.checkboxBlock input[type="checkbox"]:checked ~ label:after {
    box-shadow: 0 0 0 1px var(--main);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
    background-color: var(--main);
}
.radioBlock{
    position: relative;
    padding-left: 22px;
}
.radioBlock input{
    display: none;
}
.radioBlock label:after{
    background: #fff;
    box-shadow: 0 0 0 1px #ccc;
    border-radius: 50%;
    position: absolute;
    content: "";
    left: 1px;
    top: 5px;
    width: 16px;
    height: 16px;
    padding: 3px;
    transition: all ease 0.15s;
}
.radioBlock input[type="checkbox"]:checked ~ label:after {
    box-shadow: 0 0 0 1px var(--main);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
    background-color: var(--main);
}

input,select,textarea{
    border-radius: 7px;
}

.btn {
    padding: 12px 18px;
    background: #e5e5e5;
    color: #000;
    border: none;
    border-radius: 7px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
    transition: all ease 0.2s;
    font-size: 13px;
}

.btn i {
    font-size: 16px;
}
.btn-sm{
    padding: 8px 14px;
    font-size: 12px;
}
.btn-icon{
    padding: 7px;

    justify-content: center;
}
.btn-icon i{
    font-size: 12px !important;
}
.btn:hover {
    background: #2b2b2b;
    color: #fff;
}

.btn-dark {
    background: var(--dark);
    color: #fff;
}

.btn.btn-dark:hover {
    background: var(--dark-active);
}

.btn-success {
    background:var(--success);
    color: #fff;
}

.btn-success:hover {
    background:var(--success-active);
}



.zgSite{
    font-size: 20px;
    font-weight: bold;
}
.modalBody{
    padding: 25px;
    border-radius: 10px;
}

.form-group {
    margin-bottom: 20px;
}

.form-control {
    padding: 11px 14px;
    border-radius: 7px;
    border: 1px solid #DBDFE9;
    box-shadow: none;
    width: 100%;
    color: inherit;
    transition: all ease 0.2s;
    font-size: 13px;
}
.form-control:hover{
    border: 1px solid #b9bdc6;
}
.form-control:focus{
    border: 1px solid #818488;
}
.form-control.no-border {
    border: none
}
.form-select{
    padding: 11px 14px;
    border-radius: 7px;
    border: 1px solid #DBDFE9;
    box-shadow: none;
    width: 100%;
    color: inherit;
    transition: all ease 0.2s;
    font-size: 13px;
}
.form-select:hover{
    border: 1px solid #b9bdc6;
}
.form-select:focus{
    border: 1px solid #818488;
}
.is-invalid {
    border-color: red;
}
.error-desc{
    color: red;
}
.personalAccept {
    font-size: 13px;
    color: #5f5f5f;
}
.personalAccept a{
    color: inherit;
}
.breadcrumbs {
    padding: 20px 0 10px 0;
}
ul.breadcrumb{
    background: none;
    font-size: 13px;
    margin: 0;
    padding: 0;
	display: block;
}
.breadcrumb li{
    display: inline-block;
}
.breadcrumb li.separ{
    padding: 0 5px;
    display: inline-flex;
}
.breadcrumb a{
    text-decoration: none;
    color: #9f9f9f;
}
.breadcrumb a:hover{
    color: #567595;
}
.breadcrumb li>span{
	color: #9f9f9f;
}

.pagination{
    text-align: center;
    display:block;
}
ul.pagination{
    display: inline-block;
    background: #fff;
    margin-bottom: 20px;
    border-radius: 0;
}
ul.pagination li{
    display: inline-block;
    padding-left: 6px;
}
ul.pagination li a{
    display: inline-block;
    padding: 9px  14px;
    border:1px solid rgba(47, 58, 80, 0.432);
    color: #666666;
    border-radius: 0;
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    text-decoration: none;
}
ul.pagination li a:hover,ul.pagination li.active a{
    background: var(--main);
    text-decoration: none;
    color: #fff;
}
ul.pagination li.disabled span{
    color: #b2b2b2;
    display: inline-block;
    padding: 7px 7px;
    border:1px solid #fbfbfb;
    border-radius: 0;
    font-size: 14px;
    line-height: 14px;
    font-weight: 300;
}
#mapYan{
    top:0;
    position:relative;
    min-height:600px;
    width:100%
}

.hoverBlock{
    position: relative;
}
.hoverInset {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
    background: rgba(112, 136, 139, 0.67);
    opacity: 0;
    transition: all ease 0.15s;
}
.hoverBlock:hover .hoverInset{
    opacity: 1;
}
.hoverInset svg{
    width:20px;
}
.hoverInset svg path{
    fill: #fff;
}
.headerRow{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 20px 0;
}
.logoBlock{
    display: flex;
    gap: 10px;
    align-items: center;
}
.slogan{
    font-weight: 600;
}
.headerCartPhone{
    display: flex;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
}
.msMiniCart{
    width: 150px;
}
.msMiniCartWrapper{
    margin-left: auto;
}
.msMiniCart i{
    font-size: 30px;
}
.msMiniCart a{
    display: flex;
    align-items: center;
    gap: 10px;
    background: #e5e5e5;
    padding: 10px;
    border-radius: 10px;
    color: inherit;
}
.msMiniCart a:hover{
    background: #ccc;
}
.msMiniCart .not_empty{
    display: block;
}
.msMiniCart svg{
    width: 20px;
}
.menu{
    display: flex;
    align-items: center;
    gap: 15px;
}
.menu a{
    font-size: 17px;
    color: inherit;
}
.phoneHeader a{
    font-weight: bold;
    color: inherit;
    font-size: 20px;
}

.productsGrid{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin: 25px 0;
}
.productItem{
    background: #fff;
    border-radius: 15px;
    padding: 20px;
    transition: all ease 0.2s;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.productItem:hover{
    box-shadow: 0 12px 40px 0 rgba(0,0,0, 0.1);
}
.productItem .zg{
    font-weight: 500;
}
.productItem .price{
    font-weight: 700;
    font-size: 17px;
    white-space: nowrap;
}
.priceBtnRow{
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    margin-top: auto;
}
.productItem .btn {
    padding: 9px 10px;
    font-size: 12px;
}
.img a{
    display: block;
}
.sidebar{
    border-radius: 10px;
}
.pageContent{
    flex-grow: 1;
    border-radius: 10px;
}
.productRow{
    display: flex;
    gap: 20px;
}
.productGallery{
    min-width: 350px;
    max-width: 350px;
}
.bagesProduct {
    display: flex;
    gap: 10px;
    font-size: 13px;
    margin: 15px 0;
}
.bagesProduct > div{
    padding: 3px 6px;
    border-radius: 5px;
    font-weight: 500;
    background: #fbfbfb;
}
.inStock{
    background: var(--success-light) !important;
    color: var(--success-active);
}
:root{
    --swiper-navigation-size: 35px;
}
.swiper-button-next, .swiper-button-prev{
    padding: 5px;
    width: 30px;
    height: 30px;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after, .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{

    font-size: 13px;
}
.swiperMain a{
    display: block;
}
.swiperMain a img{

    border-radius: 10px;
}
.swiperThumbs{
    margin-top: 10px;
}
.swiperThumbs a{
    display: block;
    border: 1px solid #ececec;
    border-radius: 6px;
    transition: all ease .2s;
}
.swiperThumbs a img{
    border-radius: 6px;
}
.swiperThumbs .swiper-slide-thumb-active a{
    border: 1px solid var(--success);
}
.swiperMain .swiper-slide{
    text-align: center;
}
.swiperMain .swiper-slide:after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #00000007;
    border-radius: 10px;
    pointer-events: none;
}
.productRow .info{
    min-width: 350px;
}
.productChars{
    font-size: 13px;
}
.productChars td{
    vertical-align: top;
    padding: 4px;
}
.productChars th{
    padding: 4px;
    text-align: left;
    font-weight: 500;
    width: 40%;
    vertical-align: top;
    color: #838383;
}
.productChars th .productCharLabelInner{
    display: flex;
    align-items: baseline;
}
.productChars th .productCharLabelInner:after{
    content: "";
    flex-grow: 1;
    height: 1px;
    background-image: repeating-linear-gradient(90deg, #E0E0E0, #E0E0E0 2px, transparent 2px, transparent 4px, #E0E0E0 4px);
}
.deliveryInfo{
    border: 1px solid #dcdcdc;
    border-radius: 10px;
    padding: 15px;
    font-size: 13px;
}
.productForm{
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #dcdcdc;
    margin-top: 20px;
}
.productForm .price{
    font-size: 26px;
    font-weight: bold;
}
.oldPrice{
    color: #8a8a8a;
    font-size: 18px;
    text-decoration: line-through;
    margin-left: 10px;
}
.productForm .rowAction{
    display: flex;
    gap: 15px;
    align-items: start;
    justify-content: space-between;
}
.counterRow{
    display: flex;
    align-items: center;
    background: #fff;
    padding: 4px;
    border-radius: 7px;
    border: 1px solid #dcdcdc;
}
.counterRow button{
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 11px;
    width: 40px;
    border-radius: 7px;
    transition: all ease 0.2s;
    font-weight: bold;
}
.counterRow:hover button{
    background: #f3f3f3;
}
.counterRow button:hover{
    background: #ccc;
}
.counterRow input{
    width: 60px;
    background: transparent;
    border: none !important;
    box-shadow: none !important;
    text-align: center;
    font-size: 14px;
}
.btnAddToCart{
    flex-grow: 1;
    font-size: 16px;
    font-weight: 500;
}
.btnAddToCart i{
    font-size: 26px;
}
.msCartRow{
    display: flex;
    gap: 20px;
}
.msCartRow > .cart{
    flex-grow: 1;
}
.infoOrderInner{
    width: 300px;
    background: #fbfbfb;
    border-radius: 10px;
    border: 1px solid #eaeaea;
    padding: 20px;
}
.btnToOrderPage{
    width: 100%;
}
/*
@media(min-width:1300px){
    .container{
        max-width: 1250px
    }
}*/
@media(max-width:1399px){

}
@media(max-width:991px){
    body {

    }



}
@media(max-width:767px){

}
@media (max-width: 575px){
    .breadcrumbs li {
        display: inline;
    }
}