@font-face {
    font-family: 'Oswald';
    src: local('Oswald Light'), local('Oswald-Light'), url(../fonts/Oswaldlight.woff2) format('woff2'), url(../fonts/Oswaldlight.woff) format('woff'), url(../fonts/Oswaldlight.ttf) format('truetype');
    font-weight: 300;font-style: normal;font-display: swap;
}
@font-face {
    font-family: 'Oswald';
    src: local('Oswald Regular'), local('Oswald-Regular'), url(../fonts/Oswaldregular.woff2) format('woff2'), url(../fonts/Oswaldregular.woff) format('woff'), url(../fonts/Oswaldregular.ttf) format('truetype');
    font-weight: 400;font-style: normal;font-display: swap;
}
@font-face {
    font-family: 'Oswald';
    src: local('Oswald Medium'), local('Oswald-Medium'), url(../fonts/Oswaldmedium.woff2) format('woff2'), url(../fonts/Oswaldmedium.woff) format('woff'), url(../fonts/Oswaldmedium.ttf) format('truetype');
    font-weight: 500;font-style: normal;
}
@font-face {
    font-family: 'Oswald';
    src: local('Oswald DemiBold'), local('Oswald-DemiBold'), url(../fonts/Oswalddemibold.woff2) format('woff2'), url(../fonts/Oswalddemibold.woff) format('woff'), url(../fonts/Oswalddemibold.ttf) format('truetype');
    font-weight: 600;font-style: normal;
}
@font-face {
    font-family: 'Oswald';
    src: local('Oswald Heavy'), local('Oswald-Heavy'), url(../fonts/Oswaldheavy.woff2) format('woff2'), url(../fonts/Oswaldheavy.woff) format('woff'), url(../fonts/Oswaldheavy.ttf) format('truetype');
    font-weight: 800;font-style: normal;
}
:root {
    --text-color: #5e5e5e;
    --text-ser-color: #a9a9a9;
    --text-color-w: #d1d1d1;
    --text-color-wh: #f5f5f5;
    --text-h: #3e3e3e;
    --color-1: #ef6721;
    --color-1h: #cd571a;
    --color-3: #2f2f2f;
    --color-zel: #46a546;
    --color-zel-h: #2f6f2f;
}
html,
body {
    height: 100%;
    font-weight: 400;
    color: var(--text-color);
    padding: 0;
    margin: 0;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
    /* font-size: 16px; */
    font-size: 1.015em;
    line-height: 1.5;
}
h1,h2,h3,h4 {
    font-weight: 600;
    color: var(--text-h);
    /* font-family: 'Oswald'; */
}
h1 {
    font-size: 2.5em;
}
h2 {
    font-size: 1.8em;
}
h3 {
    font-size: 1.4em;
}
.featured article {
    padding-top: 10px;
}
/* .featured article h1 {
    text-align: center;
} */
a {
    color: var(--color-1);
    text-decoration: none;
}
a.lk {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    font-size: 0.9em;
    font-weight: 400;
}
.lk img {
    width: 30px;
}
a:hover {
    color: var(--color-1h);
}
header {
    padding: 10px 0;
    box-shadow: 0px 0px 10px #c8c8c8;
}
.hed {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 70px;
    margin-top: -5px;
}
.navbar-brand {
    font-family: "Oswald", Arial, sans-serif;
    font-weight: bold;
    font-size: 24px;
}
.navbar-desc {
    margin: -11px 0 0 0;
    font-size: 12px;
    color: #919191;
    text-transform: lowercase;
}
.top-nav {
    display: flex;
    align-items: center;
    font-size: 0.9em;
    font-weight: 400;
}
.navbar-nav {
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 5px 0;
}
.navbar-nav li {
    list-style-type: none;
}
.navbar-nav li a {
    margin: 0 10px;
    color: var(--color-3);
}
.navbar-nav li a:hover {
    color: var(--color-1);
}
.nav-shop {
    display: none;
    position: absolute;
    top: 18px;
    left: 0px;
    background-color: #f1f1f1;
    min-width: 210px;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 1;
    padding: 5px 0;
    border-top: 5px solid #ffffff7d;
}
ul.nav-shop li {
    margin: 3px 0;
}
.topmenu-shop {
    position: relative;
    margin: 0 10px 0 0;
    padding-top: 5px;
}
.topmenu-shop:hover .nav-shop {
    display: block;
}
.katalog {
    display: flex;
    margin-top: -5px;
}
.katalog img {
    width: 13px;
    margin: 1px 4px 0 0;
}
.tel {
    display: flex;
    align-items: center;
    gap: 15px;
    line-height: 1.1;
    font-weight: 500;
}
.tel span {
    font-weight: 400;
    font-size: 0.9em;
    margin-top: 2px;
}
.tel a {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    color: var(--color-3);
}
.row-fluid {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
}
.row-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}
.row-flex-se {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 10px;
}
.col-flex {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.flex-1 {
    display: flex;
    flex: 1;
}
.block-heder {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 5px;
}
.h-centr {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 20px
}
.h-centr-2 {
    display: flex;
    align-items: center;
    gap: 20px
}
.mini-cart {
    align-items: center;
}
.right {
    text-align: right;
}
img {
    max-width: 100%;
    height: auto;
}
.glav-img {
    margin-bottom: -5px;
}
.gekran {
    background-color: var(--color-3);
    padding: 70px 0;
}
.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    font-size: 0.85em;
}
.divider {
    margin-right: 5px;
}
.blok-ge {
    display: grid;
    grid-template-columns: 1fr 530px;
    grid-gap: 30px;
}
.blok-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
}
.blok-4 {
    grid-gap: 5px;
    margin: 0;
}
.block-pre {
    justify-content: space-around;
}
.cart {
    border: 1px solid var(--text-ser-color);
    border-radius: 15px;
    padding: 20px 25px;
}
.cart-1 {
    background: var(--text-color-wh);
}
ul.cart li {
    margin-left: 20px;
}
/* .cart-not {
    display: flex;
    align-items: center;
    gap: 15px;
} */
.review-item {
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 10px 0;
    padding: 15px;
}
.rev-name {
    font-weight: bold;
}
.form-review {
    max-width: 600px;
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 5px;
    margin: 20px 0;
    background-color: var(--text-color-w);
}
.text-review {
    width: 50%;
}
.form-review textarea {
    width: 100%;
    box-sizing: border-box;
}
select {
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.td-count form {
    display: flex;
}
.g-slogan {
    display: flex;
    flex-direction: column;
    align-self: center;
}
.g-slogan-1 {
    color: var(--text-color-wh);
    font-size: 38px;
    text-transform: uppercase;
    line-height: 1.2;
    margin: 0 0 20px 0;
    font-family: "Oswald", Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
}
.g-slogan-2 {
    font-weight: 400;
    line-height: 1.3;
    color: var(--text-color-w);
}
aside {
    width: 300px;
}
.sidebar-2 {
    margin-right: 30px;
}
.sidebar-3 {
    margin-left: 30px;
}
article {
    flex: 1;
}
.blog-item {
    width: 30%;
    margin: 0 0 25px 0;
}
.blog-item h2 {
    font-size: 1.3em;
    margin: 0px 0 2px 0;
}
.blog-date {
    font-size: 13px;
    margin-top: 15px;
}
.block {
    display: flex;
    align-items: center;
    gap: 15px;
}
.shop-item {
    width: 21%;
    margin: 0 0 15px 0;
    text-align: center;
}
.shop-item-5 {
    width: 18%;
    margin: 0 0 15px 0;
    text-align: center;
}
.shop-item h2,
.shop-item-3 h2 {
    font-size: 1.05em;
    margin: 5px 0 10px 0;
}
.product {
    display: flex;
    gap: 40px;
}
.prod-intr {
    width: 30%;
}
.prod-gr {
    margin: 0 20px 0 5px;
}
.prod-form .btn-cart {
    padding: 9px 25px;
}
.prod-form .ves,
.prod-form .kg {
    padding: 8px 5px;
}
.prod-form .h-centr {
    justify-content: left;
}
.price-cart {
    font-weight: bold;
    color: #2a892d;
    font-size: 25px;
}
.blogimg-hmax {
    max-height: 215px;
    overflow: hidden;
}
h2 a {
    color: var(--text-h);
    font-weight: 500;
    line-height: 1.1;
    text-decoration: none;
}
.shop-item h2 a {
    font-weight: bold;
}
.text-center {
    text-align: center;
}
form {
    box-sizing: border-box;
}
.form-signin {
    display: flex;
    flex-direction: column;
    max-width: 500px;
    width: 100%;
    margin: 10px auto;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 20px;
}
.form-control {
    margin: 10px 0;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.form-search {
    padding: 5px 6px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.search-img {
    width: 27px;
    cursor: pointer;
}
#searchproducts {
    display: none;
}
.message {
    color: red;
}
.btn {
    display: inline-block;
    margin: 10px 0;
    padding: 12px;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
}
.btn-primary {
    background-color: var(--color-1);
    color: #fff;
}
.btn-primary:hover {
    background-color: var(--color-1h);
    color: #fff;
}
.btn-cart {
    padding: 4px 7px;
    font-size: 0.6em;
    font-weight: 600;
    border-radius: 3px;
    text-transform: uppercase;
}
.btn-upcart {
    display: none;
    margin: 0;
    background-color: #59ad69;
    color: #fff;
}
.btn-search {
    margin: 0;
    background-color: var(--color-zel);
    color: #fff;
    padding: 6px 9px;
}
.btn-search:hover {
    background-color: var(--color-zel-h);
}
.btn-lg {
	font-size: 0.75em;
    text-transform: uppercase;
    padding: 13px 30px;
}
.btn-socaut {
    display: inline-block;
    background: #ffcc00;
    color: black;
    padding: 12px 24px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}
.btn-socaut:hover {
    background: #e8bd0f;
	color: black;
}
.sautor {
    max-width: 400px;
    width: 100%;
    margin: 10px auto;
    padding: 20px;
    box-sizing: border-box;
}
.kg {
    width: 45px;
    border: 1px solid #ccc;
    padding: 3px 5px;
    border-radius: 3px;
}
.ves {
    width: 45px;
    border: 1px solid #ccc;
    padding: 3px 5px;
    border-radius: 3px;
}
.inp-count,
.inp-count-kg {
    width: 60px;
    border: 1px solid #ccc;
    padding: 5px;
}
.profile-img {
    display: flex;
    margin: 20px auto;
}
.navbar {
    max-width: 320px;
    width: 100%;
    justify-content: start;
}
.navbar-top-links,
.navbar-static-top,
#side-menu {
    width: 100%;
    flex-direction: column;
}
.pagin {
    margin: 30px auto;
    max-width: 900px;
    text-align: center;
}
.pagin span {
    font-size: 18px;
}
.pagin a {
    margin: 0 7px;
    font-size: 16px;
}
footer {
    margin-top: 30px;
    background-color: var(--color-3);
    padding: 15px 0;
    font-size: 0.9em;
}
.foot {
    color: var(--text-ser-color);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.a_foot {
    color: var(--text-ser-color);
}
.foot-brand {
    font-weight: 500;
}
.foot-cont {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
}

.foot-adr {
    color: var(--text-ser-color-2);
    margin: 0 0 15px 0;
}

.f-tel {
    margin: 0 0 15px 0;
}

.f-tel a,
.a_foot-2 {
    color: var(--text-ser-color);
}

.img-circle {
    border-radius: 50%;
}

.img-top {
    border: 1px solid #ccc;
    padding: 4px;
}

.razdvig {
    border: 0;
}

.razdvig-20 {
    border: 0;
    height: 20px;
}

.razdvig-40 {
    border: 0;
    height: 40px;
}
.razdvig-60 {
    border: 0;
    height: 60px;
}
table {
    width: 100%;
}

th {
    text-align: left;
}

td {
    padding: 10px;
}

tbody tr:nth-child(2n+1) {
    background-color: #ececec;
}

.t-right {
    text-align: right;
    margin: 0 5px;
}

.mg5 {
    margin: 0 5px;
}

.mv20 {
    margin: 20px 0;
}

.h25 {
    height: 25px;
}

.liski {
    margin-left: 10px;
}

.korz {
    display: flex;
    align-items: center;
    color: var(--color-2);
    font-size: 0.9em;
    margin-top: 2px;
}
.tel img, a.lk img, .korz img {
	width: 27px;
}
a.cart-price {
    background-color: red;
    padding: 1px 7px;
    color: #fff;
    font-size: 0.9em;
    font-weight: bold;
    display: inline-block;
}

hr {
    width: 100%;
    margin: 20px 0;
    border: 1px solid #ccc;
}

.red {
    color: var(--color-1);
}


/* gamburg ico */

#nav-icon1 {
    display: none;
    width: 30px;
    height: 25px;
    position: relative;
    margin: 12px 0px;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon1 span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: var(--color-1);
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
    top: 0px;
}

#nav-icon1 span:nth-child(2) {
    top: 10px;
}

#nav-icon1 span:nth-child(3) {
    top: 20px;
}

#nav-icon1.open span:nth-child(1) {
    top: 10px;
    transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}
#nav-icon1.open span:nth-child(3) {
    top: 10px;
    transform: rotate(-135deg);
}
/* gallery */
div.gallery img {
    max-height: 130px;
}

@media (max-width:429px) {
    html,
    body {
        font-size: 1.0em;
    }
    .logo {
        flex-direction: row;
        justify-content: space-between;
        border-bottom: 1px solid #ccc;
        margin-bottom: 10px;
        margin-right: 0;
        margin-top: 0;
        padding-bottom: 5px;
    }
    #nav-icon1 {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .hed {
        flex-direction: column;
        flex-wrap: nowrap;
    }
    .navbar-brand {
        margin-right: 10px;
        font-size: 34px;
    }
    .navbar-desc {
        margin: -12px 0 0 0;
        font-size: 11px;
    }
    .navbar-nav {
        flex-direction: column;
    }
    .navbar-nav li {
        margin: 3px 0;
    }
    .navbar-nav li a {
        color: var(--text-color-w);
    }
    .nav-shop {
        background-color: #000;
    }
    .liski {
        display: none;
    }
    .top-nav {
        /* display: none; */
        position: fixed;
        top: 0;
        left: -233px;
        align-items: flex-start;
        bottom: 0;
        background-color: #282828f2;
        width: 210px;
        padding: 10px;
        transition: 1s;
        z-index: 9999;
    }
    .top-nav a {
        color: #fff;
    }
    .top-nav.open {
        display: flex;
        flex-direction: column;
        left: 0;
        transition: 1s;
    }
    .tel {
        margin: 0;
    }
    .tel span,
    .tel img,
    .btn-search {
        display: none;
    }
    .g-slogan-1 {
        text-align: center;
        font-size: 35px;
        margin: 15px 0;
    }
    .g-slogan-2 {
        font-size: 18px;
        margin-top: 10px;
        text-align: center;
    }
    .form-search {
        max-width: 140px;
    }
    h1 {
        font-size: 1.5em;
    }
    h2 {
        font-size: 1.3em;
    }
    h3 {
        font-size: 1.2em;
    }
    .blok-2 {
        grid-template-columns: 1fr;
    }
    .blog-item {
        width: 100%;
    }
    .blok-ge {
        grid-template-columns: 1fr;
    }
    .topmenu-shop a {
        margin: 0 10px;
    }
    .shop-item,
    .shop-item-5 {
        width: 100%;
    }
    .product {
        flex-direction: column;
    }
    .prod-intr {
        width: auto;
    }
    .razdvig,
    .razdvig-20,
    .razdvig-40 {
        height: 0;
    }
    .foot-cont {
        gap: 0px;
    }
    .text-review {
        width: 100%;
    }
    .tel a {
        font-size: 0.9em;
    }
}