* {
    padding: 0;
    margin: 0;
    border: 0;
}

@media (min-width: 1100px) {
    .cart.cart-icon--basket2 {
        position: relative;
        margin-top: 0;
        text-align: center;
    }
}

.cart.cart-icon--basket2 {
    pointer-events: auto;
    display: inline-block;
    color: #fff;
    vertical-align: top;
}

@media (min-width: 992px) {
    .cart.cart-icon--basket2 {
        right: 11px;
    }
}

@-webkit-keyframes reveal {
    0% {
        opacity: 0;
    }
    1% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes reveal {
    0% {
        opacity: 0;
    }
    1% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes unreveal {
    0% {
        opacity: 1;
        left: 0;
    }
    1% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        left: 0;
    }
}

@keyframes unreveal {
    0% {
        opacity: 1;
        left: 0;
    }
    1% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        left: 0;
    }
}

.cart.cart-icon--basket2 {
    height: 44px;
    width: 44px;
    margin-top: -3px;
}

.cart.cart-icon--basket2 div {
    top: 6px;
    position: absolute;
    width: 20px;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    line-height: 20px;
    text-align: center;
    font-family: Nunito Sans, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 10px;
    border-radius: 100px;
}

.nav-search {
    /* display: inline-flex; */
    align-items: center;
    justify-content: center;
    /* right: 55px; */
    pointer-events: auto;
    color: #fff;
    vertical-align: middle;
    height: 44px;
    width: 44px;
    /* position: absolute; */
    /* top: 50%; */
}

.nav-search svg {
    /* margin-top: -6px; */
    width: 24px;
    height: 24px;
    vertical-align: top;
    fill: #fff;
}

.modal-body.language {
    display: flex;
    justify-content: space-between;
}

.modal-body.language a img {
    width: 100px;
}

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

header {
    background-color: #325f48;
    justify-content: space-between;
}

.product_shop_price {
    color: #222222;
    font-size: 14px;
}

.product_shop_name {
    color: #3d4246;
    text-transform: capitalize;
    font-size: 14px;
}

.product_shop_name:hover,
.product_shop_price:hover {
    color: #3d4246;
    text-decoration: none;
}

a:active,
a:hover {
    outline: 0;
}

.col-12.products_img {
    margin-bottom: 8px;
}

.product_shop_name>p {
    margin-bottom: 5px;
}

.icon-menu {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    transition: transform .5s;
}

.menu .icon-menu .icon-menu__bar {
    position: absolute;
    left: 3px;
    width: 23px;
    height: 2px;
    background: #ffffff;
}

.menu .icon-menu .icon-menu__bar-1 {
    top: 6px;
    transition: transform .5s ease .1s, background .4s ease 0ms;
}

.menu .icon-menu .icon-menu__bar-2 {
    top: 14px;
    transition: opacity .5s ease, background .4s ease;
}

.cart_search {
    width: fit-content;
    padding-right: 13px;
}

.menu .icon-menu .icon-menu__bar-3 {
    top: 22px;
    transition: transform .5s ease .1s, background .4s ease 0ms;
}

nav li {
    list-style-type: none;
}

nav li a {
    color: #fff;
}

.locale_lang a {
    color: #fff;
}

nav li a:hover,
nav li a:active,
.room_number:hover,
.room_number:active,
.locale_lang a:hover,
.locale_lang a:active,
.call_to:hover,
.call_to:active {
    color: #fff;
    outline: 0;
    text-decoration: none;
}

.modal-title_rus {
    text-align: right;
}

#languageModal .modal-dialog {
    top: 50%;
    transform: translateY(-50%);
}

#search-modal {
    background-color: #bebaba;
}

#search-modal.theme-modal {
    position: fixed;
    overflow-x: auto;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    left: -150%;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    background: #fff;
    color: #fff;
}

#search-modal.theme-modal>.inner {
    padding: 0!important;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

#search-modal .inner .growth-area {
    justify-content: center;
    padding: 0 20px;
    cursor: initial;
    flex-grow: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
}

#search-modal .search-form {
    margin: 0 auto;
    width: 100%;
}

#search-modal .search-form .inline-mini-form {
    color: #000;
    width: 90%;
    margin: 0 auto;
    border-bottom: 3px solid #000;
}

.inline-mini-form.inline-mini-form--arrow {
    display: block;
    position: relative;
    background-color: transparent;
    border: none;
}

#search-modal.-in .inline-mini-form input {
    color: currentColor;
}

#search-modal .search-form .inline-mini-form input {
    font-size: 33px;
}

#search-modal .search-form .inline-mini-form input {
    text-overflow: ellipsis;
    padding-right: 50px;
    background-color: #fff;
    outline: none;
    color: #000;
}

#search-modal.-in .inline-mini-form button {
    opacity: 1;
    visibility: visible;
    transform: translateZ(0);
}

#search-modal .search-form .inline-mini-form button {
    right: 0;
}

.inline-mini-form.inline-mini-form--arrow button {
    position: absolute;
    right: -35px;
    height: 100%;
    width: 44px;
    top: 0;
    padding: 0;
    transition: opacity .9s, visibility .9s, transform .6s cubic-bezier(0, .14, .19, 1);
    transition-delay: .6s;
    transform: translate3d(-30px, 0, 0);
    background: transparent;
    color: currentColor;
}

.inline-mini-form button {
    margin: -1px -1px -1px 0;
    border: none;
    color: #000;
}

#search-modal .search-form .inline-mini-form button svg>g {
    stroke: #000;
}

#search-modal ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000;
    opacity: 1;
    /* Firefox */
}

#search-modal :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000;
}

#search-modal ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #000;
}

.left-0 {
    left: 0 !important;
}

.theme-modal.theme-modal--fullscreen.left-0 .modal-close {
    opacity: 1;
    visibility: visible;
    transition-duration: 1s;
    transition-delay: .4s;
    position: fixed;
    top: 15px;
    right: 13px;
    font-size: 31px;
    width: 44px;
    height: 44px;
    text-align: center;
    color: #000;
    border-radius: 50%;
    background: #fff;
    z-index: 9;
    transition: opacity .3s, visibility .3s;
}

#comment:focus {
    outline: none !important;
    /* border-color: #719ECE; */
    /* box-shadow: 0 0 10px #719ECE; */
}

.comment_div {
    max-width: 800px;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .d-none-mob {
        display: none !important;
    }
    main>section {
        width: 100%;
    }
    .product_image {
        width: 100%;
    }
    .product_info {
        padding: 20px 20px 0;
    }
    .products {
        display: flex;
        flex-wrap: wrap;
    }
    .products a>img {
        width: 100%;
    }
    .products_img {
        padding: 0;
        min-height: calc((100vw / 2) - 30px);
        min-width: calc((100vw / 2) - 30px);
    }
    .products_img>a {
        min-height: calc((100vw / 2) - 30px);
        min-width: calc((100vw / 2) - 30px);
        display: inline-block;
    }
    .menu {
        margin-top: -14px;
        margin-left: 10px;
        height: 44px;
        width: 44px;
        border-radius: 50%;
        display: flex!important;
        align-items: center;
        justify-content: center;
        background-color: transparent;
        transition: background-color .5s;
    }
    .item_controll {
        padding: 10px;
        width: fit-content;
        border-radius: 4px;
        border: 1px solid #bbb;
    }
    .plus_item,
    .minus_item,
    .quantity {
        display: inline-block;
    }
    .plus_item button[type="submit"],
    .minus_item button[type="submit"] {
        background-color: initial;
    }
    .plus_item {
        margin-left: 5px;
    }
    .minus_item {
        margin-right: 5px;
    }
    .cart.cart-icon--basket2 div {
        left: initial;
        right: 19px;
        transform: translate3d(0%, 0%, 0);
    }
    .cart.cart-icon--basket2 svg {
        height: 32px;
        width: 32px;
    }
    .theme-modal {
        position: fixed;
        overflow-x: auto;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        left: -150%;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 20;
        background: #bebaba;
        color: #fff;
    }
    .theme-modal.reveal {
        left: 0;
        -webkit-animation: reveal .3s ease-out;
        animation: reveal .3s ease-out;
    }
    .theme-modal.unreveal {
        -webkit-animation: unreveal .25s ease-out;
        animation: unreveal .25s ease-out;
    }
    #page-menu {
        text-align: center;
        color: #fff;
        background-color: #325f48;
    }
    .left-0 {
        left: 0;
    }
    header>a,
    header>div {
        z-index: 30;
    }
    .menu_show .menu .icon-menu .icon-menu__bar-1 {
        transform: rotate(45deg) translate3d(6px, 5.5px, 0);
    }
    .menu_show .menu .icon-menu .icon-menu__bar-2 {
        opacity: 0;
    }
    .menu_show .menu .icon-menu .icon-menu__bar-3 {
        transform: rotate(-45deg) translate3d(5.5px, -5px, 0);
    }
    header {
        position: fixed;
        top: 0;
        width: 100vw;
        z-index: 10000;
    }
    main {
        margin-top: 74px;
    }
    .categories {
        margin-left: 20px;
    }
    .categories li {
        text-align: left;
    }
    .categories .dropdown>.btn.btn-secondary {
        background-color: initial;
        border: 0;
        padding-left: 0;
        padding-top: 0;
        padding-bottom: 0;
    }
    .categories li>a>span,
    .categories li .parent_category {
        font-size: 22px;
    }
    .categories li span>div>a {
        font-size: 20px;
    }
    .room_number {
        color: #fff;
        margin-left: 35px;
        margin-top: -10px;
        font-size: 26px;
    }
    .quantity {
        outline: none;
    }
    .count.item_controll .quantity {
        width: 50px;
        text-align: center;
    }
    .addToCart {
        width: 100%;
        background-color: #26c65b;
        border: 1px solid #26c65b;
        padding: 18px 10px;
        border-radius: 4px;
        color: #fff;
        text-transform: uppercase;
        margin-top: 10px;
        outline: 0;
    }
    .cart_product {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
    .cart_product img {
        width: 100%;
    }
    .cart_product .item_controll .quantity {
        width: 50px;
        text-align: center;
    }
    .total_price {
        display: flex;
        justify-content: space-between;
        border-top: 1px solid black;
        border-bottom: 1px solid black;
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 10px 0;
        font-size: 17.5px;
    }
    .cart_single_price {
        margin-bottom: 10px;
    }
    .check_out {
        width: fit-content;
        display: block;
        margin: 0 auto;
        padding: 18px 30px;
    }
    .payment_type {
        margin-bottom: 10px;
    }
    .product_single_title {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .call_to {
        background-color: #26c65b;
        border: 1px solid #26c65b;
        padding: 18px 10px;
        border-radius: 4px;
        color: #fff;
        display: inline-block;
        width: 100%;
        text-align: center;
    }
    .pagination {
        justify-content: center;
    }
    .page-item.active>.page-link {
        color: #000;
        text-shadow: 0 0 1px #000;
        background-color: initial;
    }
    .page-item>.page-link {
        border: 0px;
    }
    .page-item {
        align-self: center;
    }
    .page-item>.page-link[aria-label="« Previous"],
    .page-item>.page-link[aria-label="Next »"],
    .page-item[aria-label="« Previous"]>.page-link,
    .page-item[aria-label="Next »"]>.page-link {
        padding-top: 0;
        font-size: 50px;
    }
    .page-item:not(.disabled)>.page-link {
        color: #000;
    }
    #page-menu>.inner {
        padding-top: 65px;
    }
    .single_product {
        flex-wrap: wrap;
    }
    #comment {
        height: 100px;
    }
    .about_us {
        flex-wrap: wrap;
    }
    .about_us>div {
        min-width: 100%;
    }
    .about_us>div img {
        max-width: 80%;
    }
    .about_us>div>a {
        justify-content: center;
        flex-wrap: wrap;
    }
    .dropdown>.btn.btn-secondary.dropdown-toggle {
        text-align: left;
    }
    .dropdown>.btn.btn-secondary.dropdown-toggle>.parent_category {
        text-wrap: wrap;
    }
    .not-found-container {
        width: 100%;
    }
    .not-found-container>.not-found-message {
        text-align: center;
    }
    .not-found-container>.return_back {
        margin-top: 40px;
        text-align: center;
    }
}

@media screen and (min-width: 768px) {
    * {
        display: none;
    }
    .d-none-desk {
        display: none !important;
    }
    header>a.menu {
        display: none !important;
    }
    #page-menu {
        order: 2;
    }
    .cart_search {
        order: 3;
    }
    #page-menu .nav-footer-links {
        display: none;
    }
    .categories {
        display: none;
    }
    .categories_hover:hover~.categories {
        display: initial;
        position: absolute;
        width: 100vw;
        left: 0;
        display: flex;
        top: 50px;
        background: #bebaba;
        justify-content: center;
    }
    .categories_hover:hover~.categories>li {
        text-align: center;
    }
    .nav.main-nav ul.categories:hover {
        position: absolute;
        width: 100vw;
        left: 0;
        display: flex;
        top: 50px;
        background: #bebaba;
        justify-content: center;
    }
    .nav.main-nav ul.categories.show {
        position: absolute;
        width: 100vw;
        left: 0;
        display: flex;
        top: 50px;
        background: #bebaba;
        justify-content: center;
    }
    a.d-none-mob.categories_hover {
        position: relative;
    }
    a.d-none-mob.categories_hover::before {
        content: " ";
        display: inline-block;
        height: 40px;
        width: 120%;
        top: -5px;
        position: absolute;
        /* background-color: #ff00007a; */
        left: -10%;
    }
    .nav.main-nav ul.categories:hover li:hover .dropdown .dropdown-menu {
        /* position: relative; */
        /* width: 100vw; */
    }
    .nav.main-nav ul.categories:hover li:hover .dropdown {}
    .cart.cart-icon--basket2 div {
        right: 15px;
        left: initial;
        top: 23px;
    }
    .products a>img {
        max-width: 100%;
        min-height: 235px;
    }
    section .products {
        display: flex;
        flex-wrap: wrap;
    }
    .room_number {
        color: #fff;
    }
    .categories_hover {
        color: #fff !important;
    }
    .nav-search svg {
        margin-top: 2px;
        width: 30px;
        height: 30px;
        vertical-align: top;
        fill: #fff;
    }
    .count.item_controll {
        padding: 10px;
        width: fit-content;
        border-radius: 4px;
        border: 1px solid #bbb;
        display: inline-block;
    }
    .count.item_controll .quantity {
        width: 50px;
        text-align: center;
    }
    .addToCart {
        width: 65%;
        margin-left: 7px;
        background-color: #26c65b;
        border: 1px solid #26c65b;
        padding: 10px 10px;
        border-radius: 4px;
        color: #fff;
        text-transform: uppercase;
        margin-top: 10px;
        outline: 0;
    }
    .single_price {
        font-weight: 400;
        font-size: 24px;
    }
    .product_info.product_image {
        position: -webkit-sticky;
        position: sticky;
        height: fit-content;
        top: 20px;
    }
    .messages_shopping_cart {
        text-align: center;
        margin-bottom: 20px;
    }
    .item_controll {
        padding: 10px;
        width: fit-content;
        border-radius: 4px;
        border: 1px solid #bbb;
    }
    .cart_product .item_controll .quantity {
        width: 50px;
        text-align: center;
    }
    .cart_products_flex {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
    }
    .cart_products_flex>.cart_product {
        text-align: center;
    }
    .cart_products_flex>.cart_product>.col-9.col-md-12>.item_controll {
        margin: 0 auto;
    }
    .product_cart_img {
        width: 100%;
    }
    .order_submit_form {
        text-align: center;
    }
    .order_submit_form>input[type="submit"] {
        max-width: 500px;
    }
    .plus_item,
    .minus_item,
    .quantity {
        display: inline-block;
    }
    .plus_item button[type="submit"],
    .minus_item button[type="submit"] {
        background-color: initial;
    }
}

@media screen and (min-width: 1100px) {
    .cart.cart-icon--basket2 div {
        right: 2.5px;
        top: 27px;
    }
    .cart.cart-icon--basket2 {
        right: 0;
    }
    .nav-search {}
}

@media (min-width: 768px) {
    #search-modal .search-form .inline-mini-form {
        width: 70%;
    }
    #search-modal .search-form .inline-mini-form button svg {
        height: 38px;
        width: 38px;
        fill: #fff;
    }
    #search-modal.theme-modal.theme-modal--fullscreen .modal-close {
        line-height: 41px;
        display: block;
    }
}

@media (min-width: 1200px) {
    #search-modal .search-form .inline-mini-form {
        width: 60%;
    }
}

ul {
    padding: 0;
    list-style-type: none;
}

.carousel_container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 100vw;
    overflow: hidden;
}

.carousel_items {
    position: relative;
    cursor: default !important;
}

.carousel_item {
    float: left;
    border: 0px solid #cc0000;
}

.item_arrows {
    position: absolute;
    top: 200px;
    width: 100%;
    height: 1px;
    z-index: 5000;
    border: 0px solid green;
}

.item_arrow {
    position: absolute;
    width: 45px;
    height: 65px;
    /*
  background-color: #2d96cd;
	*/
    margin-bottom: 1px;
    float: left;
}

.nav_dot:hover,
.item_arrow:hover {
    cursor: pointer;
}

.item_next {
    left: 900px;
    top: 0px;
    background-color: #2d96cd;
}

.item_prev {
    display: none;
    left: 900px;
    top: 66px;
    background-color: #000;
}

.fa {
    color: #fff;
    font-size: 3em;
    margin-left: 14px;
    margin-top: 10px;
}

.nav_dots {
    position: relative;
    bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    z-index: 2000;
    border: 1px solid #cc0000;
}

.nav_dot {
    width: 6px;
    height: 6px;
    float: left;
    border: 1px solid #fff;
    background-color: #fff;
    margin-left: 15px;
    border-radius: 50%;
}

.grab {
    cursor: -webkit-grab;
    cursor: -moz-grab;
}

.grabbing {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
}

.carousel_item {
    width: 100vw;
}

.carousel_item>img {
    width: 100%;
}