body,footer-column li:before {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased
}

body {
    letter-spacing: 1px;
    font-family: 'Open Sans Condensed',sans-serif;
    font-size: 16px;
    font-weight: 300;
    background-color: rgb(255,255,255);
}

aside .card-columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1
}

.container-border {
    position: relative;
    background-color: #fff;
    margin: 15px -15px 50px;
    padding: 20px 20px 30px;
    min-height: 535px;
    border-width: 1px;
    border-style: solid;
    border-color: #e4e4e4;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.08);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.08);
    box-shadow: 0 0 10px rgba(0,0,0,.08);
    box-sizing: border-box;
    overflow: hidden
}

.header-mt {
    background-image: url(../img/top-bar-bg.png);
    background-color: #396999;
    border-width: 0;
    border-style: solid;
    border-color: #fff;
    border-top: none;
    border-left: none;
    border-right: none;
    display: flex;
    margin-bottom: 15px
}

#menu .dropdown-menu .dropdown-item,#menu .dropdown-menu .dropdown-item a,.header-mt li,.header-mt li a {
    list-style: none;
    float: left;
    cursor: pointer;
    position: relative;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    color: #ccc;
    line-height: 48px;
}

.header-menu .nav-item,.header-mt li,.header-mt li a {
    display: flex;
    align-items: center
}

#menu .dropdown-item a:hover,#menu .dropdown-item:hover {
    background-color: #d61515;
    color: #000;
    text-decoration: none
}

.header-c,.header-mt {
    align-items: center;
    margin-bottom: 20px;
}

.header-menu .nav-item {
    position: relative;
    padding: 0 25px 0 30px;
    line-height: 48px;
    border-width: 1px;
    border-style: dotted;
    border-color: #4b4b4b;
    border-top: none;
    border-bottom: none;
    border-left: none;
    justify-content: center
}

.header-menu .nav-item.number {
    padding: 0 25px;
    line-height: 1;
    height: 100%;    
}

.header-mt .dropdown-item:focus,.header-mt .dropdown-item:hover {
    background-color: #6db545;
    color: #fff
}

.header-email a,.header-hour, .header-phone a{
    text-align: left;
    color: #42494d;
    font-size: 18px;
    font-weight: 700
}

.header-email a, .header-phone a {
    padding-bottom: 15px;
    padding-left: 34px
}

.header-hour {
    padding-left: 45px
}

.header-email:before,.header-hour:before,.header-phone:before  {
    content: '\f1fa';
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    padding-right: 5px;
    font-weight: 900;
    font-size: 16px;
    position: absolute;
    top: 7px;
    left: 20px;
    color: #42494d87
}
.card-img-top {
    border: 1px #000 solid;
}
.header-hour:before {
    content: '\f017';
    top: 5px
}

.header-phone:before {
    content: '\f095';
    top: 10px;
    transform: rotate(90deg);
}

.header-hour-bottom {
    color: #b5b5b5;
    font-size: 14px;
    font-weight: 400;
    padding-top: 10px;
    line-height: 6px;
    padding-left: 17px
}

.card-columns .card {
    margin-top: 10px;
    border: 0
}
.search-wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.search {
    position: relative;
    width: 45%;
}
.header-card {
    width: 45%;
    padding-right: 30px;
}
.search button {
    position: absolute;
    right: 5px;
    top: 2px;
    border: 0;
    background: 0 0;
    color: #999;
    outline: 0
}

.search button:focus,.search input:focus {
    outline: 0!important;
    box-shadow: none!important
}
.logo {
    
    width: 140px;
    height: 120px;
    
}
#menu {
    width: 100%;
    height: 58px;
    margin: 0 auto;
    background-color: #396999;
    border-width: 0;
    border-style: solid;
    border-color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 -5px 0 rgba(0,0,0,.06);
    box-shadow: inset 0 -5px 0 rgba(0,0,0,.06);
    clear: both
}

#menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    position: relative
}

#menu .mainmenu>ul>li,#menu .mainmenu>ul>li:hover>a {
    position: relative;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

#menu .mainmenu>ul>li {
    float: left;
    display: flex;
    background: url(../img/menu-sep.png) repeat-y left
}

#menu .mainmenu>ul>li:hover>a,#menu .mainmenu>ul>li>a {
    line-height: 58px;
    margin-right: -1px;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    text-decoration: none
}

#menu .mainmenu>ul>li>a {
    padding: 0 16px;
    background-color: transparent
}

#menu .mainmenu>ul>li.active,#menu .mainmenu>ul>li:hover {
    background-color: #d61515!important
}

#menu .mainmenu>ul>li:hover>a {
    display: inline-block
}

#menu .mainmenu>ul>li:nth-last-child(1)>a {
    font-size: 30px
}

#menu .mainmenu>ul>li:nth-last-child(1) a:after {
    display: none;
    content: ""
}

.dropdown-menu {
    background-color: #2f363a;
    text-align: left;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,.2);
    -moz-box-shadow: 1px 1px 3px rgba(0,0,0,.2);
    box-shadow: 1px 1px 3px rgba(0,0,0,.2);
    margin-top: 15px;
    z-index: 999;
    padding: 0
}
.fotorama__img {
    
}
.dropdown-menu:before,li.minicart-favorite a:after {
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    position: absolute
}

.ms2-favorite-count {
    position: absolute;
    top: 2px;
    z-index: 1000;
    left: 0;
    width: 100%;
    font-size: 14px!important;
    height: 100%
}

#msMiniCart {
    padding-right: 5px
}

#msMiniCart strong {
    z-index: 10;
    position: relative
}


.header-menu {
    position: relative
}

.header-menu .navbar-header {
    position: absolute;
    top: 0;
    right: 0;
    display: none
}

.header-menu ul.menu-top {
    padding: 0;
    margin: 0
}

.navbar-header button.navbar-toggle {
    border: 0;
    background: 0 0;
    outline: 0
}

.navbar-header .icon-bar {
    background: #999;
    margin-top: 3px;
    height: 8px;
    display: flex;
    width: 35px;
    border-radius: 50px
}

.header-social {
    display: flex;
    font-size: 30px
}

.breadcrumb a:hover,.header-social a {
    color: #999;
    text-decoration: none
}

.header-social .fab.fa-vk:hover {
    color: #4c75a3
}

.header-social .fab.fa-facebook:hover {
    color: #3b5998
}

.header-social .fab.fa-foursquare:hover {
    color: #2d5be3
}

.header-social .fab.fa-instagram, .header-social .fas.fa-cart-arrow-down {
    color: #e40b23
}

.header-social .fab.fa-youtube:hover {
    color: #d62422
}

.msearch2 input {
    padding: 0 26px 0 15px;
    height: 40px;
    color: #42494d;
    background-color: #fff;
    border-width: 5px;
    border-style: solid;
    border-color: #ececec;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -khtml-border-radius: 25px;
    border-radius: 25px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.breadcrumb {
    background: 0 0;
    padding: 0;
    font-size: 12px;
}

.breadcrumb a {
    color: #000
}

.breadcrumb a:hover {
    color: #d60808
}

.breadcrumb li+li:before {
    content: ">";
    font-size: 10px;
    padding: 5px
}

section.catalog {
    margin-top: 15px;
    padding: 1rem
}

.products-filters #mse2_filters {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end
}

.products-filters fieldset {
    width: 25%
}

.products-filters fieldset+fieldset {
    padding-left: 10px
}

.products-filters fieldset select {
    padding: 5px;
    width: 100%
}

.products-filters button {
    margin-top: 10px
}

.products-filters button+button {
    margin-left: 10px
}

.limit-select {
    justify-content: space-between;
    display: flex;
    padding-right: 0;
    align-items: center
}

.limit-select select {
    padding: 5px
}

.col-flex-start {
    padding-left: 0
}

.col-flex-end {
    justify-content: flex-end;
    display: flex;
    padding-right: 0
}

.card-columns .price {
    margin-top: 3px;
    font-size: 14px;
    letter-spacing: 0;
    font-weight: 700;
    color: #000
}

.card-columns .card-title {
    text-decoration: none;
    color: #42494d;
    font-size: 16px;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
    min-height: 70px;
    font-weight: bold;
}

.card-columns .card-title:focus,.card-columns .card-title:hover,.card-columns a:hover {
    color: #d60808;
    text-decoration: none!important;
    outline: 0
}

.card-columns .product-status {
    position: absolute;
    top: -6px;
    left: -6px;
    text-align: center;
    color: #db1a1f;
    font-weight: 300;
    font-size: 14px;
    min-width: 72px;
    min-height: 72px;
    line-height: 28px;
    padding: 7px;
    text-transform: uppercase;
    background: url(../img/pl_without_text.png) left top no-repeat
}

.card-columns .card-body {
    text-align: left;
    margin-top: 12px;
    padding-top: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: #e4e4e4;
    border-left: none;
    border-right: none;
    border-bottom: none;
    padding-left: 0;
    padding-right: 0;
    height: 130px;
}

.card-columns .card-arrow {
    position: relative;
    top: -7px
}

.card-columns .card-arrow:after,.card-columns .card-arrow:before {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -6px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent
}

.card-columns .card-arrow:before {
    top: -3px;
    border-top: 6px solid #e1e1e1
}

.card-columns .card-arrow:after {
    top: -5px;
    border-top: 6px solid #fff
}

.card.mini-card .card-title {
    text-transform: none
}

.card.mini-card .product-status {
    top: 18px;
    left: -4px
}

.product-status span {
    -webkit-transform: rotate(-45deg) translate(-10px,-3px);
    -ms-transform: rotate(-45deg) translate(-10px,-3px);
    transform: rotate(-45deg) translate(-10px,-3px);
    display: block;
    font-size: 11px;
}

.btn-buy,.home-block-menu li a {
    background-image: url(../img/pat-bg.png)
}

.btn-buy {
    text-shadow: 0 0 .3px #fff;
    width: auto;
    font-size: 13px;
    padding: 5px 10px;
    background-color: #396999;
    color: #fff
}

.btn-buy:hover {
    background-color: #27a9e1
}

.home-block-menu ul {
    justify-content: space-between;
    display: flex;
    margin-right: 0;
    margin-left: 0;
    padding: 0
}

.home-block-menu li {
    list-style: none;
    border-collapse: separate;
    border-spacing: 5px 0;
    -webkit-border-horizontal-spacing: 5px;
    -webkit-border-vertical-spacing: 0;
    width: 24.5%
}

.home-block-menu li a {
    position: relative;
    display: block;
    width: 100%;
    background-color: #396999;
    padding: 14px 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 -5px 0 rgba(0,0,0,.1);
    box-shadow: inset 0 -5px 0 rgba(0,0,0,.1);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.messenger-contact {
    text-align: center;
    overflow: auto;
    width: 100%;
    border: 1px solid #e4e4e4;
    max-width: 900px;
    margin-left: 0
}

.phones-main {
    height: 125px;
    width: 20%;
    float: left;
    padding: .5%
}

.whatsapp-main {
    padding-right: 5px;
    background: url(../img/whatsapp_main.png) center center no-repeat;
    background-position-x: left;
    background-position-y: center;
    height: 125px;
    border-right: 1px solid #e4e4e4;
    justify-content: center;
    margin-left: 5px
}

.subscribe-main,.viber-main {
    float: left;
    border-left: 1px solid #e4e4e4
}

.viber-main {
    background: url(../img/viber_main.png) center center no-repeat;
    background-position-x: center;
    background-position-y: center;
    height: 125px;
    width: 16.5%
}

.viber-main::after,.whatsapp-main::before {
    display: block;
    position: absolute;
    top: 54px;
    content: ' ';
    width: 25px;
    height: 25px;
    background-color: #fff;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.whatsapp-main::before {
    right: -13px;
    border-bottom: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4
}

.viber-main::after {
    left: -13px;
    border-top: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4
}

.subscribe-main {
    text-align: center;
    overflow: hidden;
    width: 40.6%;
    height: 125px;
    background: url(../img/subscribe_main_fon.jpg) center center no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.footer-column h5,.subscribe-main button {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400
}

.subscribe-main button {
    background-image: url(../img/pat-bg.png);
    background-color: #d61515;
    text-align: center;
    cursor: pointer;
    border: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 -5px 0 rgba(0,0,0,.1);
    box-shadow: inset 0 -5px 0 rgba(0,0,0,.1);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding: 10px 20px
}

.subscribe-main button:hover {
    background-color: #6db545
}

footer {
    background-color: #396999;
    background-image: url(../img/footer-bg.png);
    width: 100%;
    position: relative;
    padding-top: 30px;
    margin-top: 30px;
    color: #bbb
}

footer:before {
    background: url(../img/footer-top.png) no-repeat;
    width: 100%;
    content: '';
    position: absolute;
    top: 0;
    height: 27px
}

.footer-column {
    background: rgba(255,255,255,.03);
    margin-right: 15px;
    padding: 15px;
    color: #bbb;
    font-size: 16px;
    font-weight: 400
}

.footer-copyright {
    padding-top: 20px;
    justify-content: center;
    font-size: 18px
}

.footer-column h5 {
    min-height: 25px
}

.footer-column ul {
    margin: 0;
    padding-left: 0
}

.footer-column li {
    list-style: none;
    font-weight: 400
}

.footer-column li:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    padding-right: 5px;
    font-weight: 900;
    font-size: 14px
}

.footer-column li.mobile:before {
    content: "\f3cd"
}

.footer-column li.email:before {
    content: "\f0e0"
}

.footer-column li a {
    color: #bbb;
    font-size: 12px
}

.footer-column li a:hover,.subscribe-main button {
    color: #fff;
    text-decoration: none
}

.btn.btn-default.btn-buy:before {
    content: "\f07a";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    margin-right: 5px;
}
ul.menu-top--left {
    margin: 0;
    display: flex;
    justify-content: flex-start;
    padding: 0;
}
ul.menu-top--left .nav-item:first-child {
    padding-left: 0;
}
ul.menu-top--rigth .nav-item:last-child {
    padding-right: 0;
    border-right: none;
}
ul.menu-top--rigth {
    display: flex;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
}
.title-recommend {
    font-size: 24px;
    font-weight: 600;
}
.btn-wrap {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.home-block-menu {
    display: flex;
    flex-wrap: wrap;
}
.prom img {
    width: 100px;
    position: absolute;
    right: 0;
    top: -12px;
}
.fa-cart-arrow-down{
    font-size: 14px;
    display: flex;
    flex-direction: column;
    margin-left: 5px;
}
.fa-cart-arrow-down:before {
    content: "\f218";
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.fa-instagram:before {
    font-size: 34px;
}
.prom {
    padding-left: 5px;
    font-size: 12px;
    font-family: "Lato", sans-serif;
}
.logo img {
    width: 160px;
    height: 120px;
    background: red;
}

.title-block{
    font-size: 28px;
    font-weight: 400;
    padding: 30px 0 10px;
}
.card-columns {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
}
.card-columns.new {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
}
#socialShare > a {
    padding: 5px 10px 0px 10px !important;
}
.fa-share-alt:before {
    font-size: 14px;
}
.recommend-right {
    border-left: 1px #dee2e6 solid;
}
.header-mobile {
    display: none;
}
.title-product{
    font-size: 20px;
    font-weight: 600;
}
.header-desktop .login {
    margin-right: 5px;
    padding-right: 5px;
}
.header-desktop .login {
    margin-right: 5px;
    position: relative;
}
.login:before {
    height: 25px;
    border-right: 1px #fff dotted;
    content: " ";
    display: block;
    position: absolute;
    right: 0;
    top: 12px;
}
@media (max-width:1200px) {
    .recommend .card-columns:last-child {
        display: none
    }
}

@media (max-width:992px) {
    .header-card, .search {
        width: 100%;
        padding: 0;
    }
    .logo img {
        width: 120px;
        border-radius: 5px;
    }
    .search-wrap {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
    .search {
        margin-bottom: 30px;
    }
    .header-menu .nav-item:nth-child(2){
        border: none;
        padding-right: 0;
    }
    .nav-item.number {
        display: block
    }
    .header-menu .nav-item {
        padding: 0px 10px 0 10px;
    }
    .navbar-header {
        display: none
    }

    .card-columns {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4
    }
    
    #mse2_results.card-columns,.new .card-columns, .card-columns.new {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3
    }

    .news .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3
    }
}

@media (max-width:991.9px) {

    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3
    }

    #mse2_results.card-columns,.new .card-columns,.card-columns.new {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2
    }
    .header-menu .nav-item.number {
        padding: 0 20px;
    }
}

@media (max-width:767px) {
    .bg-mob-header {
        background-image: url(../img/top-bar-bg.png);
        background-color: #396999;
        position: absolute;
        width: 100%;
        height: 55px;
        left: 0;
        right: 0;
        
    }
    .recommend, .home-block-menu{ 
        display: none;
    }
    .dropdown-item:hover {
        background: #126f22;
    }
    .navbar-toggler {
        position: absolute;
        top: 10px;
        right: 5px;
        background: #fff;
        z-index: 11;
    }
    .dropdown-toggle {
        text-decoration: none;
    }
    .nav-item.dropdown.show {
        width: 100%;
    }
    .nav-item.dropdown.show .dropdown-menu.show ul {
        padding: 0;
    }
    .nav-item.dropdown.show .dropdown-menu.show .dropdown-item {
        font-size: 14px;
        white-space: inherit;
    }
    .navbar-collapse.collapse.show {
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background: #000;
        z-index: 10;
        overflow: scroll;
    }
    ul.nav.navbar-nav.collapse.navbar-collapse.show .nav-item>a {
        color: #000;
    }
    .wrap-bg .nav-item {
        padding: 10px;
        width: 100%;
    }
    .last.nav-item.dropdown.show {
        padding-right: 0;
        margin-right: -1px;
    }
    .dropdown-menu.show {
        margin-right: -1px;
    }
    .dropdown-menu.show .dropdown-item a{
        color: #fff;
    } 
    ul.nav.navbar-nav.collapse.navbar-collapse.show {
        position: absolute;
        top: 0;
        background: #fff;
        opacity: 1;
        z-index: 2;
        width: 60%;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        padding-left: 15px;
        padding-top: 20px;
    }
    button.navbar-toggler {
        outline: none;
        padding: 1px 7px 2px;
    }
    .info-block a {
        color: #fff;
    }
    .info-block {
        font-size: 12px;
        font-weight: bold;
    }
    .header-info {
        display: flex;
        justify-content: flex-start;
        width: 100%;
        align-items: center;
        position: absolute;
        top:10px;
    }
    .header-card .full .not_empty{
        width: 110px;
        border: 2px #3877ad solid;
        letter-spacing: -1px;
        display: flex !important;
        justify-content: space-between;
        align-items: center;
        padding: 2px;
        color: #fff;
    }
    .header-card .empty {
        display: flex;
        border: 2px #fff solid;
        justify-content: center;
        letter-spacing: 1px;
        width: auto;
        color: #fff;
        padding: 5px;
    }
    .navbar {
        padding: 0;
    }
    .logo a {
        
        
        width: 107px;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .logo img {
        width: 80px;
        border-radius: 50%;
        height: auto;
    }
    .header-mobile {
        display: flex;
        padding: 0 15px;
    }
    .header-desktop {
        display: none;
    }
    .navbar-header {
        display: block;
    }
    .recommend-right {
        border-left: none;
    }
    .search-wrap {
        height: 120px;
        padding: 0;
    }
    .search, .header-card{
        width: auto;
        margin: 0;
    }
    .logo {
        width: 100%;
        display: flex;
        justify-content: center;
        background: none;
        padding-top: 100px;
        margin-bottom: 30px;
    }
    .card-columns .new{
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2
    }
    .header-menu .navbar-header {
        display: block;
    }
    .home-block-menu li {
        width: 245px;
        margin-bottom: 15px;
    }
    .card-columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
    aside .card-columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
    #menu .mainmenu>ul>li:hover>a, #menu .mainmenu>ul>li>a{
        font-size: 14px;
    }
    .msearch2 input {
        border-width: 0;
        border-bottom: 1px solid;
        border-radius: 0;
        padding: 0;
    }
}
@media (max-width: 576px) {
    #room {
        text-overflow: ellipsis;
    }
    .home-block-menu li {
        margin: 0 auto;
    }
    .home-block-menu li a {
        margin-bottom: 10px;
    }
    #mse2_results.card-columns,.card-columns, .card-columns.new, .new .card-columns {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    aside .card-columns {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}
@media (max-width: 539.9px) {
    .footer-column {
        margin-right: 0;
    }
}
@media (max-width: 400px) {
    ul.nav.navbar-nav.collapse.navbar-collapse.show {
        width: 240px;
        overflow: hidden;
        height: 450px;
    }
}
@media (max-width: 350px) {
    .info-block {
        font-size: 10px;
        font-weight: bold;
        letter-spacing: 0px;
    }
}


