@media only screen and (min-width: 600px) {
    .main-content{
        width: 1200px;
        padding-bottom: 82px;
        /*background: #fff0a9;*/
    }

    /*Header*/

    header{
        display: grid;
        grid-template-columns: repeat(12 ,1fr);
        padding: 10px 20px 0 20px;
        margin-bottom: 20px;
        position: relative;
    }
    .logo{
        grid-column: 3/11;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .logo img{
        width: 100px;
        height: auto;
    }

    .h-bars{
        grid-column: span 2;
        width: 100%;
        display: flex;
        align-items: center;
        font-size: 20px;
    }

    /*END Header*/


    .branches-wrap{
        display: grid;
        grid-template-columns: repeat(12 ,1fr);
        gap: 20px;
        padding: 10px 0;
    }

    .single-branch{
        grid-column: span 6;
    }

    .single-branch img{
        border-radius: 10px;
        width: 100%;
    }

    .branch-title{
        text-align: center;
        margin-top: 20px;
    }


    /*products-list*/

    .products-list{
        display: grid;
        grid-template-columns: repeat(12 ,1fr);
        gap: 20px;
        margin-top: 20px;

    }

    .single-product-card{
        grid-column: span 6;
    }

    .single-product-card img{
        border-radius: 5px;
        width: 100%;
    }

    .book-btn{
        background: #1c74b3;
        text-align: center;
        color: #fff;
        border-radius: 5px;
        padding: 10px;
        cursor: pointer;
    }

    .product-info{
        margin: 10px 0;
        color: #14274A;
    }

    /*END products-list*/

    /*bottom*/
    .mobile-bottom-menu{
        position: fixed;
        bottom: 0;
        background: #fff;
        padding: 10px 10px 20px 10px;
        left: 0;
        z-index: 999;

        width: 100%;
        display: grid;
        grid-template-columns: repeat(12 ,1fr);
        border-top: 1px solid rgba(54,54,64,.25);
    }

    .mobile-bottom-menu i{
        font-size: 20px;
        margin-bottom: 10px;
    }

    .mbm-col{
        grid-column: span 3;
        justify-content: center;
        align-items: center;
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .mbm-col a,
    .mbm-col div{
        color: #7e818c;
        font-size: 12px;
    }

    .mbm-col.active a,
    .mbm-col.active div
    {
        color: #FFD700;
    }
    /*END bottom*/


    /*Login Wrap*/

    .login-wrap{
        position: fixed;
        z-index: 9999;
        background: #fff;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        color: #222;
        display: none;
    }

    .lw-inside{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        color: #fff;
    }

    .lw-phone,
    .lw-email
    {
        width: 100%;
        border-radius: 5px;
        padding: 10px 10px;
        box-sizing: border-box;
        font-size: 30px;
        margin: 20px 0;
    }

    .lwi-content{
        width: 100%;
        padding: 0 20px;
        color: #333;
    }
    .send-sms-btn,
    .send-email-btn
    {
        background: #1c74b3;
        color: #fff;
    }

    .btn-checkout{
        background: #1c74b3;
        color: #fff;
        display: flex;
        width: fit-content;
    }

    .lw-close{
        position: absolute;
        right: 20px;
        top: 20px;
    }

    /*END Login Wrap*/

    /*Enter code Wrap*/

    .enter-code-wrap{
        position: fixed;
        z-index: 9999;
        background: #fff;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        color: #222;
        display: none;
    }

    .ecw-inside{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        color: #fff;
    }

    .ecw-phone,
    .ecw-email
    {
        width: 100%;
        border-radius: 5px;
        padding: 10px 10px;
        box-sizing: border-box;
        font-size: 30px;
        margin: 20px 0;
    }

    .ecwi-content{
        width: 100%;
        padding: 0 20px;
        color: #333;
    }
    .btn{
        border-radius: 5px;
        padding: 10px;
        cursor: pointer;
        text-align: center;
        border: none;
    }
    .send-code-btn,
    .send-email-code-btn
    {
        background: #1c74b3;
        color: #fff;
    }

    .ecw-close{
        position: absolute;
        right: 20px;
        top: 20px;
    }

    /*END Enter code Wrap*/

    .loading-wrap{
        display: none;
        justify-content: center;
        align-items: center;
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 99999;
        background: rgba(0, 0, 0, 0.8);
        left: 0;
        top: 0;
        color: #fff;
        flex-direction: column;
    }


    /*MESSAGE WRAP*/
    .top-message-wrap{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 99999;
        display: none;

        color: #fff;
    }

    .sj-success{
        background: #65ff00;
        border: 1px solid yellow;
    }

    .sj-error{
        background: #ea3917;
        border: 1px solid red;
    }


    .tmw-inside{
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 20px;

    }
    /*END MESSAGE WRAP*/


    /*Cabinet index*/

    .cabinet-index{

    }

    .cabinet-index ul li{
        padding: 10px 0;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }

    .cabinet-index h1{
        font-size: 30px;
        margin-bottom: 20px;
    }

    /*END Cabinet index*/

    /*items count*/

    .items-count{
        position: absolute;
        right: 0;
        top: -10px;
        background: red;
        color: #fff!important;
        padding: 6px;
        border-radius: 25px;
        width: fit-content;
        height: fit-content;
        justify-content: center;
        align-items: center;
        min-width: 27px;
    }

    .items-count-show{
        display: flex;
    }

    .items-count-hide{
        display: none;
    }

    .bottom-cart-wrap{
        position:relative;display: flex;
        flex-direction: column;
        width: fit-content;
    }

    /*END items count*/

    .content-wrap{
        padding: 0 20px;
    }


    /*CART grid*/

    .cart-grid{
        display: grid;
        grid-template-columns: repeat(12 ,1fr);
        padding-top: 10px;
        gap: 10px;
    }

    .cart-grid-column{
        grid-column: span 6;
        display: grid;
        grid-template-columns: repeat(12 ,1fr);
        gap: 20px;
        border: 1px solid #ccc;
        border-radius: 5px;
        padding: 10px 10px;
    }

    .cart-grid-column > a{
        grid-column: span 3;
        display: flex;
    }
    .cgc-image{
        width: 100%;
        height: fit-content;
    }

    .cgc-right{
        grid-column: span 9;

        display: grid;
        grid-template-columns: repeat(12 ,1fr);
        gap: 10px;
    }

    .cgc-right > div{
        grid-column: span 6;
    }

    .cgcr-title{
        grid-column: span 6;
    }

    .qty-control{
        grid-column: span 6;

        display: flex;
        grid-template-columns: repeat(12 ,1fr);
    }

    .qty-form input{
        width: 100%;
        text-align: center;
        margin: 0 20px;
    }

    .qty-minus,
    .qty-plus
    {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .qty-form{
        display: flex;
    }

    .cgcr-price{
        grid-column: span 6;
    }

    /*END CART grid*/

    /*CART sidebar*/
    .cart-sidebar{
        margin-top: 20px;
        width: 100%;
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 5px;
    }

    .cs-title{
        font-size: 30px;
    }

    .cs-total{
        font-size: 30px;
        margin: 10px 0;
    }
    /*END CART sidebar*/

    /*Checkout form grid*/
    .ch-form-grid{
        /*display: grid;*/
        display: none;
        grid-template-columns: repeat(12 ,1fr);
        row-gap: 20px;
    }

    .chfg-column{
        grid-column: span 6;
        display: flex;
        flex-direction: column;
        row-gap: 10px;
    }

    .checkout-index h1{
        font-size: 20px;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    /*END Checkout form grid*/

    /*BTN*/
    .btn{
        border-radius: 5px;
        padding: 10px;
        cursor: pointer;
        text-align: center;
    }

    .btn-gold{
        background: #1c74b3;
        color: #fff;
    }

    .btn-red{
        background: red;
        color: #fff;
    }
    .btn-blue{
        background: blue;
        color: #fff;
    }

    /*END BTN*/

    /*INPUT TEXT*/
    .input-text{
        padding: 5px 5px;
    }
    .combobox{
        padding: 5px 5px;
    }
    /*END INPUT TEXT*/

    /*Payment methods*/

    .payment-methods-wrap{
        display: grid;
        grid-template-columns: repeat(12 ,1fr);
        row-gap: 20px;
        gap: 10px;
        margin: 10px 0;
    }

    .pm-single-item{
        grid-column: span 4;
        border: 2px solid #ccc;
        padding: 10px;
        border-radius: 10px;
    }

    .selected-pm{
        border: 2px solid #FFD700;
    }

    .pm-single-item img{
        width: 100%;
    }


    #extra-info{
        width: 100%;
        margin-top: 10px;
        border-radius: 5px;
    }

    .place-order{
        width: 100%;
        margin-top: 10px;

    }
    /*END Payment methods*/

    textarea{
        box-sizing: border-box;
    }

    /*Order placed*/

    .opi-title{
        text-align: center;
        font-size: 25px;
        margin-bottom: 20px;
    }

    .op-view-order{
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }

    .op-view-order a {
        display: flex;
        width: fit-content;
    }

    .op-order-num{
        text-align: center;
        margin-bottom: 20px;
    }

    /*END Order placed*/


    /*My Orders*/

    .mo-list{
        display: grid;
        grid-template-columns: repeat(12 ,1fr);
        row-gap: 20px;
        gap: 10px;
        margin: 10px 0;
    }

    .mol-item{
        grid-column: span 6;
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 5px;

        display: flex;
        flex-direction: column;
        row-gap: 10px;
    }

    .mol-item > div{
        grid-column: span 6;
    }

    .mo-products{
        display: grid;
        grid-template-columns: repeat(12 ,1fr);
        row-gap: 20px;
        gap: 10px;
        margin: 10px 0;
    }

    .mo-product{
        grid-column: span 6;
        display: grid;
        grid-template-columns: repeat(12 ,1fr);
        background: #eee;
        padding: 10px;
        border-radius: 5px;
        gap: 10px;
    }

    .mo-product > img{
        width: 100%;
        height: auto;
        grid-column: span 3;
    }

    .mo-product > div{
        grid-column: span 9;
        display: flex;
        gap: 10px;
        flex-direction: column;
    }


    /*END My Orders*/

    /*lang switcher*/
    .lang-switcher{
        display: grid;
        grid-template-columns: repeat(12 ,1fr);
        gap: 10px;
        margin-bottom: 20px;
    }

    .lang-switcher > a{
        grid-column: span 4;
        display: flex;
        border: 1px solid #ccc;
        padding: 10px;
        border-radius: 5px;
        justify-content: center;
        align-items: center;
    }

    .lang-switcher > a.active{
        background: #FFD700;
        color: #fff;
    }

    /*END lang switcher*/

    /*Ham menu*/

    .ham-menu{
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.5);
        z-index: 9999;
        display: none;

        grid-template-columns: repeat(12 ,1fr);
    }

    .hm-inside{
        display: flex;
        flex-direction: column;
        gap: 20px;
        min-height: 100%;
        justify-content: space-between;
        padding-bottom: 20px;
        background: #fff;
        grid-column: span 8;
        position: relative;
    }


    .hm-inside .hmi-1{
        display: flex;
        flex-direction: column;
        padding: 20px;
        gap: 20px;
    }

    .hm-inside .hmi-1 > a {
        font-size: 20px;
        text-align: center;
    }

    .hm-inside > h1{
        text-align: center;
        font-size: 30px;
    }

    .hmi-top{
        display: grid;
        grid-template-columns: repeat(12 ,1fr);
    }

    .close-menu{
        grid-column: span 2;
        font-size: 30px;
    }

    .menu-title{
        grid-column: 3/11;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 25px;
    }

    .hmi-2{
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    .hmi-2 .fa-brands{
        font-size: 40px;
    }
    /*END Ham menu*/

    /*Product photos*/

    .product-main-photo-wrap{
        display: grid;
        grid-template-columns: repeat(12 ,1fr);
        gap: 5px;
    }

    .product-main-photo-wrap > a{
        grid-column: span 4;
    }

    .product-main-photo-wrap > a img{
        width: 100%;
    }
    /*END Product photos*/

    /*Product page*/
    .product-title-top{
        margin: 20px 0;
    }
    /*END Product page*/

    /*Days wrap*/

    .days-wrap{
        display: grid;
        grid-template-columns: repeat(12 ,1fr);
        gap: 10px;
    }

    .dw-minus{
        display: flex;
        grid-column: span 4;
        justify-content: center;
        align-items: center;
        height: 36px;
    }

    .dw-plus{
        display: flex;
        grid-column: span 4;
        justify-content: center;
        align-items: center;
        height: 36px;
    }

    .dw-input{
        display: flex;
        grid-column: span 4;
        justify-content: center;
        align-items: center;
        height: 36px;
    }

    .dw-input input{
        width: 100%;
        text-align: center;
    }

    .book-btn-wrap{
        display: grid;
        grid-template-columns: repeat(12 ,1fr);
        gap: 20px;
        align-items: end;
    }

    .book-btn-wrap > div{
        grid-column: span 6;
    }

    .book-btn-wrap > div.days-wrap div.bw-title{
        grid-column: span 6;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    /*END Days wrap*/

    /*BEDS*/

    .beds-wrap{
        display: grid;
        grid-template-columns: repeat(12 ,1fr);
        gap: 20px;
        margin-bottom: 20px;
    }

    .bw-bed{
        grid-column: span 6;
        padding: 10px;
        border-radius: 5px;
        background: #eee;
    }

    .bw-title{
        grid-column: span 6;
    }

    .bw-details{
        display: flex;
        gap: 10px;
        flex-direction: column;
        margin: 10px 0;
    }

    .bw-status1{
        color: green;
    }
    .bw-status2{
        color: red;
    }

    .bw-details > div {
        display: flex;
        flex-direction: row;
        gap: 10px;
    }

    /*END BEDS*/

    .fixed-popup{
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 9999;
        display: grid;
        align-items: center;
        justify-content: center;
    }

    /*Book popup wrap*/
    .book-popup{
        display: none;
        grid-template-columns: repeat(12 ,1fr);
    }
    .bp-inside{
        background: #fff;
        border-radius: 5px;
        padding: 20px;
        width: 100%;
        grid-column: 2/12;

        -webkit-box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.75);

        display: grid;
        grid-template-columns: repeat(12 ,1fr);
        gap: 10px;
    }

    .bp-inside > input{
        grid-column: span 6;
    }

    .bp-inside > .btn{
        grid-column: span 6;
    }

    .bp-inside > div{
        grid-column: span 6;
    }

    .easepick-wrapper{
        grid-column: span 6;
    }

    #date-range{
        grid-column: span 6;
    }

    .bp-inside > div.close-book-popup{
        grid-column: 12;
    }

    /*END Book popup wrap*/

    /*DATEPICKER*/

    .bp-inside .datepicker{
        grid-column: span 6;
        width: 100%;
    }

    /*END DATEPICKER*/


    /*YANDEX NAVIGATOR*/

    .yandex-navigator-wrap{
        margin: 30px 0;
        display: grid;
        grid-template-columns: repeat(12 ,1fr);
        gap: 10px;
    }

    .yandex-btn{
        background: #fc0;
        padding: 15px 10px;
        border-radius: 10px;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
        font-size: 14px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .yandex-navigator{
        grid-column: span 5;
    }

    .yandex-taxi{
        grid-column: span 7;
    }
    /*END YANDEX NAVIGATOR*/

    /*HOSTEL LOCATION*/
    .hostel-location-wrap{
        grid-column: span 6;
        margin: 10px 0;
        position: relative;
        display: flex;
        width: fit-content;
    }

    .hostel-location-wrap .current-branch{
        width: fit-content;
    }

    .other-branches{
        position: absolute;
        top: 24px;
        left: 0;
        width: 100%;
        display: none;
    }

    .branch-item{
        background: #FFD700;
        padding: 5px 10px;
        border-radius: 5px;
        display: flex;
        gap: 10px;

        align-items: center;
        font-size: 12px;
        cursor: pointer;
    }
    /*END HOSTEL LOCATION*/


    /*Sidebar social networks*/
    .sidebar-social-networks{
        display: flex;
        flex-direction: row;
        font-size: 30px;
        gap: 20px;
        justify-content: center;
    }

    .sidebar-footer-title{
        text-align: center;
        margin: 10px 0;
    }
    /*END Sidebar social networks*/

    /*INFO PAGE*/
    .info-page h1{
        font-size: 30px;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .info-content{
        line-height: 25px;
    }
    /*END INFO PAGE*/

    .grid-10{
        display: grid;
        grid-template-columns: repeat(12 ,1fr);
        gap: 10px;
    }



    /*RESERVATION PAGE*/
    .ab-calendar-wrap{
        display: none;
    }

    .ab-bed{
        grid-column: span 6;
        background: #eee;
        padding: 10px;
        border-radius: 5px;
    }

    .ab-bed > div
    {
        grid-column: span 6;
    }

    .ab-bed > div img{
        width: 100%;
    }

    .ab-bed > .add-to-book{
        grid-column: span 6;
    }

    .toggle-bed-calendar{
        grid-column: span 3;
    }
    .available-beds{
        margin-top: 20px;
    }

    .ab-calendar-wrap{
        display: none;
    }

    .ab-calendar-wrap > div,
    .ab-calendar-wrap > input
    {
        grid-column: 3/11;
    }
    /*END RESERVATION PAGE*/

    /*HEADER CONTACTS*/
    .ah-contacts{
        margin: 10px 20px 10px 20px;
        background: #eee;
        padding: 10px;
        border-radius: 5px;
    }
    .ah-contacts > a{
        display: flex
    ;
        grid-column: span 6;
        gap: 10px;
        justify-content: center;
        align-items: center;
        background: #1c74b3;
        border-radius: 10px;
        padding: 5px;
        font-size: 14px;
        color: #fff;
    }

    .ah-contacts > a img{
        width: 40px;
    }
    /*END HEADER CONTACTS*/

    /*SEARCH WIDGET*/

    .search-widget-wrap > div{
        grid-column: span 6;
    }


    .search-widget {
        background: #eee;
        padding: 10px;
        border-radius: 5px;
    }

    .search-widget > div{
        display: flex;
        flex-direction: column;
        gap: 5px;
        grid-column: span 6;
    }

    .search-widget > div > label{
        display: flex;
        flex-direction: column;
    }

    .search-beds{
        grid-column: span 6;
    }

    .sw-range-wrap{
        grid-column: span 9;
    }

    .sw-adults-wrap{
        grid-column: span 3;
    }

    #datepicker-search-range{
        display: none;
    }

    .toggle-search-widget-calendar{

    }

    .visual-date-from,
    .visual-date-to
    {
        grid-column: span 6;
        background: #fff;
        padding: 10px;
        border-radius: 5px;
        border: 1px solid #000;
        width: 100%;
    }

    .sw-range-label{
        grid-column: span 6;
    }

    .search-widget-wrap h1{
        grid-column: span 6;
        margin: 20px 0;
        font-size: 18px;
    }

    .room-type{
        grid-column: span 6;
    }

    .room-type > div{
        grid-column: span 4;
        padding: 10px;
        border-radius: 5px;
        border: 1px solid #000;
        width: 100%;
        background: #fff;
        text-align: center;
        cursor: pointer;
    }

    .room-type-label{
        grid-column: span 6;
    }

    .room-type > div.rt-active{
        background: #1c74b3;
    }

    /*END SEARCH WIDGET*/


    /*SERVICES LIST*/
    .products .product{
        grid-column: span 6;
        background: #eee;
        padding: 10px;
        border-radius: 5px;
        font-size: 20px;
        color: #333;
        line-height: 30px;
    }

    .services-title{
        margin: 20px 0;
        text-transform: capitalize;
        font-size: 30px;
    }
    /*END SERVICES LIST*/


    /*FOOTER*/
    footer{
        padding: 20px;
        background: #eee;
        margin: 20px;
        border-radius: 5px;
    }

    .f-social-networks{
        display: flex;
        gap: 10px;
        justify-content: center;
    }


    .sn-item{

    }
    /*END FOOTER*/

    /*REQUEST CALL*/
    .request-call{
        background: #eee;
        padding: 20px;
        border-radius: 5px;
        margin: 20px 0;
    }

    .request-call label{
        grid-column: span 6;
    }

    .request-call label{
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .request-call h2{
        grid-column: span 6;
    }
    /*END REQUEST CALL*/


    /*H Tags*/
    h1{
        margin: 20px 0;
        text-transform: capitalize;
        font-size: 30px;
    }

    h2{
        font-size: 25px;
        margin: 20px 0;
    }
    /*END H Tags*/

    /*ADDRESS WRAP*/
    .address-wrap > div.address{
        grid-column: span 6;
        text-align: center;
        line-height: 20px;
        color: #333;
    }

    .address-wrap > div.f-social-networks{
        grid-column: span 6;
    }

    /*END ADDRESS WRAP*/


    .text-content{
        font-size: 14px;
        line-height: 22px;
        white-space: pre-wrap;
        white-space: -moz-pre-wrap;
        white-space: -pre-wrap;
        white-space: -o-pre-wrap;
        word-wrap: break-word;
    }

    /*Breadcrumbs*/

    .breadcrumbs{
        border-radius: 5px;
        margin: 20px 0;
    }

    .breadcrumbs,
    .breadcrumbs a
    {
        color: #333;
    }
    /*END Breadcrumbs*/


    /*LANG switcher*/
    .lang-wrap{
        position: absolute;
        right: 20px;
        top: 20px;
        display: flex;
        gap: 10px;
    }

    .lang-wrap a.active{
        background: #1c74b3;
    }

    .lang-wrap a img{
        width: 20px;

    }
    .lang-wrap a{
        background: #eee;
        padding: 5px;
        border-radius: 5px;
    }
    /*END LANG switcher*/

    /*Projects*/
    .project{
        grid-column: span 3;
        background: #eee;
        padding: 10px;
        border-radius: 5px;
    }

    .project .p-img{
        grid-column: span 12;
    }

    .project .p-title{
        grid-column: span 12;
    }

    .project .p-img img{
        width: 100%;
        border-radius: 5px;
    }

    .p-photo{
        grid-column: span 2;
    }

    .p-photo img{
        width: 100%;
    }
    /*END Projects*/



}