:root {
    --text-color: #d5d5d5;
    --color-1: #ef6721;
    --color-1h: #cd571a;
    --text-ser-color: #ccc;
    --text-ser-color-2: #a5a5a5;
    --background-color-1: #2f2f2f;
    --background-color-1h: #d1591b;
    --background-color-2: #ede21d;
	--background-color-3: #071233;
	--background-color-32: #08194b;
    --color-zel: #46a546;
    --color-zel-h: #2f6f2f;
}
html, body {height: 100%;font-weight: 400;color: var(--text-color);background-color: var(--background-color-3);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;line-height: 1.5;
}
.home {background-image: url("../images/bowling.jpg");background-size: cover;background-position: center;background-repeat: no-repeat;background-color: #000;}
.home #content {padding: 0;}
.home h1 {color: #fff;font-size: 50px;margin: 190px 0 5px 0;}
.home article {text-align: center;padding: 0;}
.menu-gl {display: flex;justify-content: center;gap: 50px;margin-top: -150px;}
.menu-gl a {color: #fff;font-size: 30px;background-color: rgb(239 33 33 / 80%);padding: 10px 30px 15px 30px;border-radius: 15px;font-weight: bold;}
.ban-gl {color: #c3c3c3;max-width: 900px;margin: 130px auto 0 auto;padding: 0 15px;}
.ban-gl h2, .ban-gl h3, .ban-gl h4, .ban-gl a {color: #d2d51e;}
h1, h2, h3, h4 {font-weight: 600;color: #fff;}
h1 {font-size: 1.9em;}
h2 {font-size: 1.5em;}
h3 {font-size: 1.3em;}
h3 a {color: #000;}
a {color: var(--color-1);text-decoration: none;cursor: pointer;}
header {margin-bottom: 30px;/* box-shadow: 0px 0px 10px #c8c8c8;background-color: #fff8ce; */}
.hed {display: flex;flex-wrap: wrap;}
.logo {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-bottom: 5px;
    }
.navbar-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: 900;
    margin-right: 80px;
    text-transform: uppercase;
    color: #fff03c;
}

.navbar-desc {
    margin: -7px 0 0 0;
    font-size: 11px;
    color: #919191;
    text-transform: uppercase;
}

.top-nav {
    display: flex;
    align-items: center;
}

.navbar-nav {
    display: flex;
    padding: 0;
    margin: 10px 0 0 0;
}

.navbar-nav h2 {
    display: none;
}

.navbar-nav li {
    list-style-type: none;
}

.navbar-nav li a {
    margin: 0 7px;
}

/* .nav-shop {
    display: none;
    position: absolute;
    top: 22px;
    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 var(--background-color-2);
} */

ul.nav-shop li {
    margin: 3px 0;
}

/* ul.nav-shop li:nth-last-child(-n+4) a {
    color: #1985d1;
} */
.topmenu-shop {
    position: relative;
    display: flex; flex-direction: column;
}

/* .topmenu-shop:hover .nav-shop {
    display: block;
} */
a.v-menu {color: var(--color-zel);}
.katalog {
    display: flex;
    border: 1px solid var(--color-1);
    padding: 0px 7px 1px 7px;
    border-radius: 4px;
    background-color: var(--color-1);
    color: #fff;
}

.katalog:hover {
    background-color: var(--color-1h);
    border: 1px solid var(--color-1h);
}

.katalog img {
    width: 20px;
    height: 20px;
    margin: 3px 5px 0 0;
}

.tel {
    display: flex;
    align-items: center;
    line-height: 1.1;
    font-weight: 500;
    margin: 0 25px;
}

.tel a {
    color: #000000;
}

.row-fluid {
    max-width: 1070px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
    overflow: hidden;
}

.row-flex, .swiper-bl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
}

.row-flex-jc {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.row-100 {width: 100%;}
.row-f1 {display: flex;flex: 1;}
.row-right {display: flex;justify-content: right;}
.info {display: flex;justify-content: space-between;flex-wrap: wrap;}
.menu-list .borbot {
    padding-bottom: 40px;
    border-bottom: 1px solid #ccc;
}

.menu-list .borbot:last-child {
    border-bottom: 0;
}

.col-flex {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.flex-1 {
    display: flex;
    flex: 1;
}

.block-heder {
    display: flex;
    justify-content: space-between;
    align-self: center;
    flex: 1;
	padding: 5px 0;
}
.block-logo {background-color: var(--background-color-32);padding: 5px 0;}
#content, #shop-categories, #shop-category {
    padding-top: 10px;
}

.order {
    padding: 0;
}

.h-centr {
    display: flex;
    align-items: center;
    gap: 20px
}

.h-centr-2 {
    display: flex;
    align-items: center;
    gap: 20px
}

.right {
    text-align: right;
}

img {
    max-width: 100%;
    height: auto;
}

.glav-img {
    border-radius: 20px;
}
.vidj-img {
    border-radius: 10px;
}
#product img {width: 100%;}
.gekran {
    /* background-color: var(--background-color-2); */
    padding: 10px 0 0 0;
}
.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
}
.divider {
    margin-right: 5px;
}
.blok-ge {position: relative;
    display: flex;
    grid-gap: 30px;
	flex-direction: column;
}
.blok-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
}
.vidjet {gap: 40px;}
.blok-v2 {position: relative;
	width: 43%;
    border-radius: 5px;
    padding: 25px;
    background-color: #08194b;}
.blok-v2 h3 {position: absolute;
    top: 33%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    font-size: 43px;
	line-height: 1;}
h3.bv2 {top: 39%;}
.blok-v2 {text-align: center;}
.blok-3 {width: 25%;
    /* border: 1px dotted var(--color-1); */
    border-radius: 5px;
    padding: 10px 30px;
    background-color: #2c4795;}
.blok-4 {
    grid-gap: 5px;
    margin: 0;
}
.blok-3 h3, .blok-3 p {margin: 15px 0;}
.review-item {
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 10px 0;
    padding: 15px;
}
.knopki {display: flex;justify-content: space-evenly;flex-wrap: wrap;width: 100%;position: absolute;top: 25%;}
.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(--background-color-2);
}

.text-review {
    width: 50%;
}

.form-review textarea {
    width: 100%;
    box-sizing: border-box;
}

select {
    padding: 6px 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: #000;
    font-size: 50px;
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: bold;
    margin: 0;
}

.g-slogan-2 {
    font-size: 23px;
    font-weight: 400;
    margin-top: 30px;
    line-height: 1.2;
    color: #222;
}

aside {
    width: 300px;
}

.sidebar-2 {
    margin-right: 30px;
}

.sidebar-3 {
    margin-left: 30px;
}

article {
    flex: 1;
}

.blog-item {
    width: 30%;
    margin: 0 0 30px 0;
}

.blog-item h2 {
    font-size: 1.2em;
    margin: 10px 0 5px 0;
}

.blog-date {
    font-size: 13px;
}

.block {
    display: flex;
    align-items: center;
    gap: 15px;
}

.block-pre .block {
    border-radius: 15px;
    border: 1px solid #ccc;
    font-weight: 600;
    padding: 15px 25px;
}

.block-kak .block {
    flex-direction: column;
    max-width: 210px;
    text-align: center;
    border-radius: 15px;
    border: 1px solid #ccc;
    padding: 30px 20px;
    font-weight: 600;
}
.alert {
    padding: 12px;
    border-radius: 6px;
    margin-bottom: 10px;
}
.alert-error {
    background: #f8d7da;
    color: #721c24;
}
.ftext {padding-top: 10px}
.menu-list h2 {
    margin: 30px 0;
}
.mod-article {margin: 30px 0;}
.shop-item {
    width: 23%;
}
.shop-item-5 {
    width: 18%;
    margin: 0 0 15px 0;
    text-align: center;
}
.shop-item h2,
.shop-item-3 h2 {font-size: 18px;margin: 5px 0 10px 0;}
#shop-categories .shop-item div {max-height: 180px;overflow: hidden;}
.product {
    display: flex;
    gap: 40px;
}
.prod-intr,
.prod-form {
    width: 50%;
}
.prod-gr {
    margin: 0 20px 0 5px;
}
.prod-form .btn-cart {
    padding: 11px 20px 10px 20px;
}
.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;margin-bottom: 5px
}
.blogimg-hmax {
    max-height: 187px;
    overflow: hidden;
}
h2 a {
    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;
}
.rassp {gap: 0;border-radius: 5px;}
.dni {background-color: #fff;color: #000;padding: 10px 11px;}
.price {width: 83px;background-color: var(--color-1);padding: 10px 11px;color: #fff;}
.form-signin, .form-recovery {
    display: flex;
    flex-direction: column;
    max-width: 400px;
    width: 100%;
    margin: 10px auto;
    border-radius: 5px;
    padding: 20px;
}
.form-control {
    margin: 10px 0;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.form-search {
    margin: 5px 0 0 0;
    padding: 7px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.formv select {min-width: 70px;}
.message {color: red;}
input {padding: 9px 12px 7px 12px}
input[readonly] {background-color:#ccc;}
.btn {
    display: inline-block;
    margin: 10px 0;
    padding: 10px 12px; 
    font-size: 0.95em;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
}
.btn-primary {background-color: var(--color-1);color: #fff;}
.btn-primary:hover {background-color: var(--color-1h);}
.btn-susses {background-color: var(--color-zel);color: #fff;}
.btn-susses:hover {background-color: var(--color-zel-h);}
.btn-cart {
    padding: 10px 12px 9px 12px;
    font-size: 0.7em;
    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;
}

.btn-2 {
    display: block;
    width: 130px;
    margin: 15px auto;
    text-align: center;
}

.btn-lg {
    padding: 20px;
}
.btn-big-v {
	width: 100%;
	padding: 20px 60px;
    font-size: 1.1em;
    text-transform: uppercase;
	box-sizing: border-box;
	text-align: center;
	margin-bottom: 0;
}
.btn-big {
	padding: 20px 60px;
    font-size: 1.1em;
    text-transform: uppercase;
}
.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: #d4ae17;
}
.sautor {
	max-width: 400px;
    width: 100%;
    margin: 10px auto;
    padding: 20px;
	box-sizing: border-box;
}
.fdate {margin: 20px 0;}
.fdate .btn {margin-left: 10px;background-color: #fff03c;}
.fdate .btn:hover {background-color: #ebdd2d;}
.kg {
    width: 45px;
    border: 1px solid #ccc;
    padding: 3px 5px;
    border-radius: 3px;
}

.ves {
    width: 40px;
    border: 1px solid #ccc;
    padding: 7px 5px;
    border-radius: 3px;
}

.inp-count,
.inp-count-kg {
    width: 30px;
    border: 1px solid #ccc;
    padding: 5px;
}
.inp-count-kg {margin-top: 10px;}

/* + - input */

.number {
    display: inline-block;
    position: relative;
    width: 100px;margin-right: 15px;
}

.number input[type="number"] {
    display: block;
    height: 32px;
    line-height: 32px;
    width: 100%;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-align: center;
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    appearance: textfield;
}

.number input[type="number"]::-webkit-outer-spin-button,
.number input[type="number"]::-webkit-inner-spin-button {
    display: none;
}

.number-minus {
    position: absolute;
    top: 1px;
    left: 1px;
    bottom: 1px;
    width: 30px;
    padding: 0;
    display: block;
    text-align: center;
    border: none;
    border-right: 1px solid #ddd;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

.number-plus {
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    width: 30px;
    padding: 0;
    display: block;
    text-align: center;
    border: none;
    border-left: 1px solid #ddd;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

.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(--background-color-32);
    padding: 15px 0;
}

.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: 1070px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    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,
a.login {
    color: var(--text-ser-color-2);
}

.btn-soc {
    display: inline-block;
    padding: 0 2px;
}

.img-circle {
    border-radius: 50%;
}

.img-top {
    border: 1px solid #ccc;
    padding: 4px;
}

table {
    width: 100%;
}

th {
    text-align: left;
}

td {
    padding: 10px;
}

tbody tr:nth-child(2n+1) {
    background-color: #17307b;
}
.td-count {display: flex;gap: 15px;}
.td-count span {margin-top: 10px;}

.td-del {
    margin: 0;
}

.td-del a {
    margin: 0;
    padding: 0;
}

.t-right {
    text-align: right;
    margin: 0 5px;
}
.booking-tb tbody tr:nth-child(2n+1) {background-color: #284395}
.booking-tb th {padding-left: 10px;}
.mg5 {
    margin: 0 5px;
}

.mv20 {
    margin: 20px 0;
}

.h25 {
    height: 25px;
}

.liski {
    margin-left: 10px;
}

.korz {
    color: #555;
}

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 #757575;
}
.hr-0 {border: 0;}
.hr-30 {margin: 30px 0;border: 1px solid transparent;}
.razdvig {
    border: none;
}
.red {
    color: var(--color-1);
}
.kkod {display: flex;gap: 15px;}
.tkod {margin-top: 15px}
.fkod {width: 50px;}
.but-menu {display: none;}
.nav-menu {display: flex;gap: 10px;}
.close-nav-menu {display: none;
	text-align: right;
	margin-top: 0;
}
.close-nav-menu span {
	font-size: 23px;
    border: 1px solid #626262;
    padding: 0 8px;
}
/* gamburg ico */

#nav-icon1 {
    display: none;
    width: 30px;
    height: 25px;
    position: relative;
    margin: 20px 10px;
    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);
}
#form-bar,
.call-oficiant {
    display: none;
}
.account-wall {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-evenly;
}
.col-account {
	max-width: 400px;
    width: 100%;
	border: 1px solid #484848;
    border-radius: 10px;
}
.account-profile {
	display: flex;
	flex-direction: column;
}
.vk-id {padding: 20px}
/* gallery */
div.gallery img {
    max-height: 130px;
}
/* рейтинг товара - выбор */
.rating-area {
	overflow: hidden;
}
.rating-area:not(:checked) > input {
	display: none;
}
.rating-area:not(:checked) > label {
	float: right;
	width: 42px;
	padding: 0;
	cursor: pointer;
	font-size: 32px;
	line-height: 32px;
	color: lightgrey;
	text-shadow: 1px 1px #bbb;
}
.rating-area:not(:checked) > label:before {
	content: '★';
}
.rating-area > input:checked ~ label {
	color: gold;
	text-shadow: 1px 1px #c60;
}
.rating-area:not(:checked) > label:hover,
.rating-area:not(:checked) > label:hover ~ label {
	color: gold;
}
.rating-area > input:checked + label:hover,
.rating-area > input:checked + label:hover ~ label,
.rating-area > input:checked ~ label:hover,
.rating-area > input:checked ~ label:hover ~ label,
.rating-area > label:hover ~ input:checked ~ label {
	color: gold;
	text-shadow: 1px 1px goldenrod;
}
.rate-area > label:active {
	position: relative;
}
/* рейтинг товара - вывод */
.rating-result {
	margin: -10px 0 20px 0;
}
.rating-result span {
	padding: 0;
	font-size: 32px;
	margin: 0 3px;
	line-height: 1;
	color: lightgrey;
	text-shadow: 1px 1px #bbb;
}
.rating-result > span:before {
	content: '★';
}
.rating-result > span.active {
	color: gold;
	text-shadow: 1px 1px #c60;
}
/* рейтинг товара - мини для категорий */
.rating-mini {
	display: inline-block;
	font-size: 0;
}
.rating-mini span {
	padding: 0;
	font-size: 20px;
	line-height: 1;
	color: lightgrey;
}
.rating-mini > span:before {
	content: "★";
}
.rating-mini > span.active {
	color: gold;
}
iframe, svg {
    max-width: 100%;
}
.mod-article .blogimg-hmax, .mod-article .blogimg-hmax img {border-radius: 10px;}
.booking-tb a {color: #dddddd;}
.booking-tb a:hover {color: red;}
#cookie_notification_bowl {
    display: none;
    justify-content: space-between;
    align-items: flex-end;
    position: fixed;
    bottom: 70px;
    left: 50%;
    width: 90%;
    transform: translateX(-50%);
    padding: 25px;
    background-color: #742700;
    opacity: .96;
    border-radius: 4px;
    box-shadow: 2px 3px 10px rgb(0 0 0 / 40%)
}
#cookie_notification_bowl p {
    margin: 0;
    text-align: left;
    color: #ddd;
    font-size: 14px;
}
#cookie_notification_bowl.show {
    display: flex;
    text-align: left
}

@media (max-width:1025px) {
    .shop-item {
        width: 31%;
    }
	.blok-v2 {width: 41%;}
}

@media (max-width:850px) {
    header {
        /* background: #000 url(/images/pic/bow-fon.jpg);
        background-size: cover;
        height: min-content;
        background-position: -82px 0; */
    }

    .row-fluid {
        padding: 0 15px;
    }

    .order {
        padding: 0;
    }

    .logo {
        display: flex;
        align-self: center;
    }

    .navbar-brand {
        margin-right: 50px;
        font-size: 24px;
        /* color: #fff; */
    }

    .navbar-nav li a {
        font-size: 23px;
        font-style: italic;
        color: #fff29c;
        text-shadow: 0px 0px 50px rgb(0 0 0 / 95%);
    }

    .bar-li {
        color: #1985d1;
        font-weight: bold;
    }

    .nav-shop {
        display: flex;
        flex-wrap: wrap;
        /* flex-direction: column;
        text-align: center; */
    }

    .nav-shop h2 {
        margin: 10px 0;
        color: red;
        font-size: 35px;
    }

    .h-centr {
        flex-direction: column;
        align-self: flex-start;
        gap: 0;
    }

    .mini-cart {
        flex-direction: column;
        gap: 0px;
        align-self: flex-start;
    }

    .shop-item {
        width: 47%;
    }

    .shop-item .h-centr {
        align-items: flex-start;
    }

    .row-flex-jc {
        gap: 38px;
    }

    .product {
        gap: 5px;
        flex-direction: column;
    }

    .product .mv20 {
        margin: 0;
    }

    .prod-intr,
    .prod-form {
        width: 100%;
    }

    .shop-item h2 a {
        font-size: 24px;
    }

    .shop-item h2,
    .shop-item-3 h2 {
        margin: 10px 0 10px 0;
    }

    .knopka {
        background: rgb(61 111 253 / 62%);
        padding: 5px 10px;
        border-radius: 5px;
        font-size: 13px;
        color: #efefef;
    }

    .knopka-2 {
        height: 45px;
        justify-content: center
    }

    .stol,
    .knopka-2 a {
        font-weight: bold;
        font-size: 16px;
    }

    .korz {
        color: #efefef;
    }

    a.cart-price {
        font-size: 14px;
    }

    .cart-pr {
        font-size: 16px;
        font-weight: bold;
    }

    .topmenu-shop {
        flex-direction: column;
    }

    .navbar-nav h2 {
        display: block;
    }
	.blok-v2 {
        width: 40%;
    }
}

table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
th, td {
	border: 1px solid var(--background-color-3);
	padding: 8px;
	text-align: left;
}
@media only screen and (max-width: 750px) {
	.booking-block {width: 700px; overflow-x: auto;}
	.blok-v2 {width: 39%;}
}
@media only screen and (max-width: 700px) {
	.booking-block {width: 600px; overflow-x: auto;}
	.blok-v2 {width: 38%;}
}
@media only screen and (max-width: 650px) {
	.booking-block {width: 520px; overflow-x: auto;}
	.blok-v2 {width: 37%;}
}

@media (max-width:600px) {
	.shop-item {
        width: 100%;
    }
	.shop-item h2 a {
        font-size: 28px;
    }
	.nav-menu {
		flex-direction: column;
		padding: 20px;
		width: 190px;
		margin-left: -230px;
		background: var(--background-color-32);
		position: fixed;
		left: 0;
		top: 0;
		bottom: 0;
		transition: all ease 1s;
		z-index: 999;
	}
	.nav-menu.nav-active {
		margin-left: 0;
	}
	.but-menu {
		display: block;margin-right: 10px;
		background-color: rgb(204 204 204 / 21%);
        padding: 14px 5px;
        border-radius: 5px;
	}
	.close-nav-menu {display: block;}
	.blok-v2 {width: auto;}
	.blok-v2 h3 {top: 28%;}
	.blok-v2 h3.bv2  {top: 38%;}
	.vidjet {margin-top: 25px;}
	.btn-big-v {padding: 20px 20px;}
}

@media (min-width:460px) {
	.swiper-button-next, .swiper-button-prev {display: none;}
}

@media (max-width:450px) {
	header {margin-bottom: 0;}
	.block-logo {position: fixed;width: 100%;
		top: 0;z-index: 1000;}
	.sity {display: none;}
	.h-centr {flex-direction: row;align-self: center;}
    .home {background-size: inherit;}
    .home h1 {margin: 50px 0 5px 0;}
    .ban-gl {margin: 65px auto 0 auto;}
    .logo {padding-bottom: 0px;}
    #nav-icon1 {
        display: none;
        flex-direction: column;
        justify-content: space-between;
    }
    .hed {
        flex-wrap: nowrap;
    }
    .navbar-brand {
        margin-right: 10px;
        font-size: 27px;
    }
    .navbar-nav li {
        margin: 3px 0;
    }
    .navbar-nav li a {
        font-size: 13px;
    }
    .liski, .sity, .vihod {display: none;}
    .home h1 {
        font-size: 35px;
    }
    .menu-gl {
        margin-top: -105px;
        gap: 40px;
    }
    .menu-gl a {
        padding: 5px 25px 10px 25px
    }
    .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;}
	.h-tel {font-size: 11px;}
	.tim {
		flex-direction: column;
		font-size: 11px;
	}
	.btn-big {padding: 20px 25px }
    .btn-search {display: none;}
    .g-slogan-1 {
        text-align: center;
        font-size: 45px;
        margin: 15px 0;
    }
    .g-slogan-2 {
        font-size: 18px;
        margin-top: 10px;
        text-align: center;
    }
    .form-search {max-width: 140px;}
    .block-heder {flex-direction: column;margin-top: 65px;}
    .block-heder {flex-direction: column;}
    .blok-2 {grid-template-columns: 1fr;}
    .blog-item, .blok-3 {width: 100%;}
    .blok-ge {grid-template-columns: 1fr;}
    #shop-categories .shop-item,
    .shop-item-5 {width: 47%;}
    .product {flex-direction: column;}
    .prod-intr {width: auto;}
    .razdvig {height: 20px;}
    .foot-cont {gap: 0px;}
    .text-review {width: 100%;}
    .shop-item h2 a {font-size: 18px;}
	.foot-adr {margin: 0;}
	h1 {font-size: 1.6em;}
	h2 {font-size: 1.2em;}
	h3 {font-size: 1.1em;}
	.glav-img {
		border-radius: 10px;
	}
	.knopki {position: relative;}
	.swiper-bl {flex-wrap: nowrap;gap: 0;}
	#shop-categories .shop-item div {max-height: 100px;}
	.dni {width: 200px;}
	.a_foot-2 {margin-right: 10px;}
}
@media only screen and (max-width: 420px) {
	.booking-block {width: 100%;}
	table {overflow: hidden;}
	th, td {
		display: block;
		width: 100%;
	}
	th {
		text-align: center;
	}
}
@media (max-width:360px) {
	.dni {width: 150px;font-size: 14px;}
}