/* Здесь полнейший бардак, пользуйтесь поиском */

@media screen and (max-width: 1280px) {
    #home > div.desktop > header > div > div > div.col-md-10 > div > div.header_order.my-flex-box > button {
        /*display: none;*/
    }
    .card-columns-container {
        display: flex;
        /*width: 80%;*/
        margin: 0 auto;
        flex-wrap: wrap;
    }
    .hostel_hero {
        width: 80%;
    }
    .statistics_for_grid .col-md-1 {
        padding: 0;
        margin-right: 0px;
    }
    .stat_icon {
        position: relative;
        left: 0;
    }
    .stat_counter {
        font-size: 32px;
    }
}

@media screen and (max-width: 991.98px) {
		.card-extended .card-body {
			height: auto !important;
		}
	
		.hostel.swiper-button-prev {
			display: none;
		}
	
    #ghostery-box {
        display: none !important;
    }

    #ghostery-purple-box {
        display: none !important;
    }
		
    .fa-arrow-down-animated {
        animation-name: collapse-icon-animation;
        animation-duration: 0.5s;
        animation-direction: normal;
        animation-timing-function: linear;
        animation-fill-mode: forwards;
        display: none;
        transition: all 0.5s ease-in-out;
    }

    .fa-arrow-up-animated {
        animation-name: collapse-icon-animation-reverse;
        animation-duration: 0.5s;
        animation-direction: normal;
        animation-timing-function: linear;
        animation-fill-mode: forwards;
        display: none;
        transiton: all 0.5s ease-in-out;
    }

    @keyframes collapse-icon-animation {
        0% {
            transform: rotate(0deg);
        }
        100% {
            transform: rotate(180deg);
        }
    }

    @keyframes collapse-icon-animation-reverse {
        0% {
            transform: rotate(0deg);
        }
        100% {
            transform: rotate(360deg);
        }
    }

    .mobile {
        display: block;
    }
    .desktop {
        display: none;
    }
    .header {
        width: 100%;
        position: fixed;
        top: 0;
        z-index: 3;
        background-color: rgba(255, 255, 255, 0.76);
        backdrop-filter: blur(5px);
        text-align: center;
        padding: 22px;
        padding-bottom: 4px;
        transition: all 0.35s ease-in-out;
    }
    .logo {
        margin: 0 auto !important;
    }
    .bars {
        font-size: 28px;
        position: relative;
        top: 2px;
    }
    #home > div.mobile.fixed-top.menu > nav > div.subheader.row > div > button {
        max-width: 120px;
        padding: 6px;
    }
    .icon-default {
        transition: opacity 0.3s, transform 0.3s;
    }
    .icon-hover {
        transition: opacity 0.3s, transform 0.3s;
        transform: rotate(-180deg) scale(0.5);
        opacity: 0;
    }

    .whatsapp {
        color: #3cbb29;
        font-size: 18px;
        line-height: 15.04px;
    }
    .phonenumber {
        color: #262626;
        font-family: "Open Sans Extra Bold";
        font-size: 17px;
        font-weight: 400;
    }
    .subheader {
        display: flex;
        justify-content: space-between;
        align-items: center;
        align-content: flex-start;
        padding: 0.5em;
    }
    .subheader_item {
        flex: 0 1 auto;
        align-self: center;
    }

    .navbar-toggler,
    .navbar-toggler:focus,
    .navbar-toggler:active {
        outline: none !important;
        box-shadow: none !important;
        padding: 4px 10px;
        border: none;
    }
    .navbar-nav h4 {
        margin-top: 8px;
    }

    .brand {
        height: 64px;
        opacity: 1;
        z-index: 3;
        margin-top: 1em;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }

    .header-hidden {
        height: 0;
        opacity: 0;
        z-index: -5;
        margin-top: 0;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }

    .top_nav {
        width: 100%;
        background-color: rgba(255, 255, 255, 0.86);
        backdrop-filter: blur(5px);
        transition: all 0.35s ease-in-out;
        display: table;
        text-align: left;
        padding: 0 1em;
    }
    .bg_white {
        background: white;
    }

    .slider-message h1 {
        width: 100%;
        color: #010101;
        font-family: "Open Sans Extra Bold";
        font-size: 28px;
        font-weight: 400;
        line-height: 26px;
    }

    .slider-message h2 {
        width: 100%;
        margin-top: 26px;
        text-shadow: 0 0 10px rgba(255, 255, 255, 1), 0 0 10px rgba(255, 255, 255, 1), 0 0 10px rgba(255, 255, 255, 1), 0 0 10px rgba(255, 255, 255, 1), 0 0 10px rgba(255, 255, 255, 1), 0 0 10px rgba(255, 255, 255, 1),
            0 0 10px rgba(255, 255, 255, 1), 0 0 10px rgba(255, 255, 255, 1), 0 0 10px rgba(255, 255, 255, 1), 0 0 10px rgba(255, 255, 255, 1), 0 0 10px rgba(255, 255, 255, 1), 0 0 10px rgba(255, 255, 255, 1),
            0 0 10px rgba(255, 255, 255, 1), 0 0 10px rgba(255, 255, 255, 1);
        color: #010101;
        font-family: "Open Sans Semi Bold";
        font-size: 20px;
        font-weight: 400;
        line-height: 22px;
    }

    #home .swiper-slide {
        height: 100vh;
    }
/*
    .swiper-button-prev {
        opacity: 0;
        display: none;
    }
    .swiper-button-next {
        opacity: 0;
        display: none;
    }

    .swiper-button-prev:after {
        opacity: 0;
        display: none;
    }
    .swiper-button-next:after {
        opacity: 0;
        display: none;
    }
*/
		.swiper-button-prev:after {
			left: 0;
		}
		.swiper-button-next:after {
			right: 0;
		}

    .swiper-container {
        height: auto;
    }

    #home > div.slider-wrapper > div.row > div.col-md-11 > div {
        margin: 0 auto !important;
    }

    .search_mobile,
    input.search_mobile {
        border: none;
        box-shadow: none;
        outline: none;
        background-color: #cecece !important;
        border-radius: 0 !important;
        height: 60px;
    }

    ::-webkit-input-placeholder {
        /* WebKit browsers */
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: rgb(0, 0, 0) !important;
        text-align: center;
    }

    :-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: rgb(0, 0, 0) !important;
        text-align: center;
        opacity: 1; /* Firefox */
    }

    :-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: rgb(0, 0, 0) !important;
    }

    ::placeholder {
        /* Internet Explorer 10-11 */
        color: rgb(0, 0, 0) !important;
        text-align: center;
        opacity: 1; /* Firefox */
    }

    .our_offers_container h2 {
        color: white;
        font-family: "Open Sans Extra Bold";
        font-size: 32px;
        font-weight: 400;
        margin-top: 64px;
        margin-bottom: 50px;
        line-height: 26px;
        text-align: center;
    }

    #search_form .modal-content {
        background-color: rgba(255, 255, 255, 0.9);
        backdrop-filter: blur(5px);
        border: none;
    }

    #search {
        width: 100% !important;
        font-size: 18px;
        margin: 0 auto;
        margin-bottom: 24px;
    }

    .mobile_pagination_container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .mobile_pagination_item {
        margin: 5px;
        text-align: center;
    }

    .form-control:focus {
        color: black;
        background-color: white;
        border-color: black;
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

    .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets span:first-child {
        margin-left: 0;
    }
		
		.rules_desktop_grid {
			display: flex;
			justify-content: center;
			align-items: center;
		}

		.rules_desktop_grid div:nth-child(even) {
			display: flex;
			justify-content: flex-start;
			align-items: center;
		}

		.rules_desktop_grid div:nth-child(odd) {
			display: flex;
			justify-content: flex-end;
			align-items: center;
		}

    .btn-lg {
        width: 100%;
        height: 50px;
        font-size: 10px;
        font-weight: 700;
        font-family: "Open Sans Semi Bold";
        font-size: 18px;
        font-weight: 400;
        line-height: 22.52px;
    }
    .dropdown-menu {
        border: none;
    }
    .circle {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
        position: absolute;
    }

    .circle-wrapper {
        position: fixed;
        right: 50px;
        bottom: 50px;
        z-index: 1000;
    }

    .circle-outer {
        width: 55px;
        height: 55px;
        border-width: 1px;
    }
    .circle-middle {
        width: 43px;
        height: 43px;
        border-width: 1px;
    }
    .circle-center {
        width: 36px;
        height: 36px;
    }

    .slider-wrapper {
        height: 90vh;
    }

    #discount {
        margin-bottom: 2em;
    }
    .discount-features {
        width: 100% !important;
        max-width: 100%;
        margin-right: 0 !important;
        margin-top: 0 !important;
    }

    .discount-features h3 {
        width: 100%;
        text-align: center;
        padding-bottom: 0;
        margin-top: 64px !important;
    }
    .discount-features p {
        text-align: center;
    }
    .card-deck {
        float: none;
        position: relative;
        right: 0;
        margin-top: 2em;
        z-index: 1;
    }
    .card-extended {
        margin: 0 auto !important;
    }

    #our_offers .swiper-slide,
    #hostel .swiper-slide,
    #our_offers .centered {
        height: auto !important;
        flex-flow: initial !important;
        -webkit-box-align: normal !important;
        -ms-flex-align: normal !important;
        -webkit-align-items: normal !important;
        align-items: normal !important;
        margin-bottom: 15px !important;
    }

    .swiper-card {
        margin-bottom: 15px !important;
    }

    .col-7.details {
        margin: 0;
    }

    #discount button.mobile {
				margin: 0 auto;
        margin-top: 60px !important;
        margin-bottom: 80px !important;
    }

    .card-deck > div {
        margin-top: 50px !important;
    }
    .discount-features .card {
        margin: 0 auto;
    }
    .card {
        width: 100% !important;
    }

    .dd-dropdown {
        display: inline-block;
        position: relative;
        z-index: 2;
        width: 50%;
        margin: 0 25%;
        margin-bottom: 64px;
        text-align: center;
    }

    .dd-button {
        display: inline-block;
        border: 1px solid gray;
        border-radius: 4px;
        padding: 10px;
        background-color: #fefefe;
        color: black;
        cursor: pointer;
        width: 100%;
        white-space: nowrap;
    }

    .dd-button:after {
        content: "";
        position: relative;
        top: 15px;
        left: 15px;
        transform: translateY(-50%);
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid black;
    }

    .dd-button:hover {
        background-color: #eeeeee;
    }

    .dd-button.blue {
        display: inline-block;
        border: 1px solid gray;
        border-radius: 0;
        padding: 10px;
        font-family: "Open Sans Extra Bold";
        background-color: #00b1ff;
        color: white;
        cursor: pointer;
        width: 100%;
        white-space: nowrap;
    }

    .dd-button.blue:after {
        content: "";
        position: relative;
        top: 15px;
        left: 15px;
        transform: translateY(-50%);
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid white;
    }

    .dd-input {
        display: none;
    }

    .dd-menu {
        position: absolute;
        top: 100%;
        left: 0%;
        border: 1px solid #ccc;
        border-radius: 4px;
        padding: 0;
        width: 100%;
        margin: 0 auto;
        box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
        background-color: #ffffff;
        list-style-type: none;
    }

    .dd-input + .dd-menu {
        display: none;
    }

    .dd-input:checked + .dd-menu {
        display: block;
    }

    .dd-menu li {
        padding: 10px 20px;
        cursor: pointer;
        white-space: nowrap;
    }

    .dd-menu li:hover {
        background-color: #f0f0f0;
    }

    .dd-menu li a {
        display: block;
        margin: -10px -20px;
        padding: 10px 20px;
        color: black;
    }

    .dd-menu li.divider {
        padding: 0;
        border-bottom: 1px solid #cccccc;
    }
    .mobile .card-expanded {
        margin-bottom: 16px;
    }

    #apartments {
        background-attachment: fixed;
    }

    #apartments .btn-wrapper {
        margin: auto 0 80px auto;
    }

    #hostel {
        width: 100vw;
        height: auto;
    }

    #hostel .slider-wrapper {
        height: auto;
    }

    #hostel h2.mobile {
        font-size: 32px;
        font-family: "Open Sans Extra Bold";
        font-weight: 400;
        position: relative;
        top: 28px;
        padding: 15px !important;
    }

    .hostel_heading {
        position: absolute;
        font-size: 36px;
    }

    .hostel_mode {
        width: 100%;
        position: relative;
        top: 50px;
    }

    .hostel_slide {
        width: 100%;
        height: 50vh !important;
        background-position: center;
        background-attachment: none;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        align-self: baseline;
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
    }

    .hostel_pagination_item {
        flex: 0 1 auto;
        align-self: flex-end;
        z-index: 2;
        position: initial;
        margin: 24px auto;
    }

    .hostel_hero {
        margin: 0 auto;
        margin-top: 50px;
        margin-bottom: 50px;
        float: none;
        width: 80%;
        box-shadow: 0 0 6px rgba(0, 0, 0, 0.28);
        background-color: white;
        text-align: left;
        border-radius: 16px;
        padding: 24px !important;
    }

    .hostel_hero h3 {
        font-size: 32px;
        text-align: left;
    }

    .hostel_hero h4 {
        text-align: left;
        font-size: 20px;
    }

    .hostel_extra_text {
        font-size: 10px;
    }

    .hostel_hero p {
        font-size: 16px;
        text-align: left;
    }

    .hostel_cost {
        position: initial;
        font-size: 32px;
        text-align: center !important;
        margin: 0 auto;
    }

    .hostel_order {
			  margin: 0 auto;
        margin-top: 24px;
    }

    .hostel_hero svg {
        position: relative;
        top: 0;
    }

    .hostel_extra {
        width: 44px !important;
        height: 44px !important;
    }

    .about_title {
        color: white;
        font-family: "Open Sans Extra Bold";
        font-size: 36px;
        font-weight: 400;
        letter-spacing: 0.19px;
    }

    .about_lead {
        color: white;
        font-family: "Open Sans Semi Bold";
        font-size: 17px;
        font-weight: 400;
        line-height: 1.5;
        padding-top: 0 !important;
        padding-bottom: 0;
    }

    #about .feature {
        color: white;
        font-family: "Open Sans Regular";
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 0.5px;
        float: right;
        text-align: left;
        line-height: 27px;
    }

    #about .row {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }

    #about .row:last-child {
        margin-bottom: 0;
    }

    #about .star {
        float: left;
        color: #00b1ff;
        padding: 0;
        padding-left: 24px;
        text-align: right;
        font-size: 26px;
        font-weight: 400;
        text-transform: uppercase;
        position: relative;
        top: -4px;
    }

    .lt-grid-container {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(2, 1fr);
        gap: 1px 1px;
        grid-template-areas: ". . ." ". . .";
        margin-bottom: 35px;
    }

    .stats_grid {
        display: grid;
        grid-template-columns: 0.5fr 1fr;
        grid-template-rows: repeat(4, 1fr);
        gap: 10px 11px;
        grid-template-areas: ". ." ". ." ". ." ". .";
        text-align: left;
    }

    .about_lead.mobile {
        padding-top: 32px !important;
        color: #010101;
        font-family: "Open Sans Semi Bold";
        font-size: 25px;
        font-weight: 400;
        line-height: 27px;
        letter-spacing: 0.12px;
        text-align: center;
    }

    #y_map {
        max-width: 100%;
        height: 256px;
        margin-top: -32px;
        padding: 0 !important;
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }
    #y_map > ymaps {
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
        overflow: hidden;
    }

    #contact_us h3 {
        font-size: 24px;
        font-weight: 400;
        margin-top: 50px;
        margin-bottom: 32px;
    }

    .contact_icon {
        margin: 16px auto;
    }

    .contact_title {
        margin: 16px auto;
    }

    .circle-icon {
        width: 50px;
        height: 50px;
        font-size: 25px;
        line-height: 42px;
    }

    .circle-icon:hover {
        font-size: 40px;
        transition: all 0.2s ease-in-out;
    }

    .circle-icon svg {
        width: 18px;
        height: 18px;
        padding: 0;
        margin-top: -5px;
        fill: #353535;
        transition: all 0.2s ease-in-out;
    }

    .circle-icon:hover svg {
        fill: white;
        width: 24px;
        height: 24px;
        margin-top: -10px;
        transition: all 0.2s ease-in-out;
    }

    .awesome_buttons_grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(2, 1fr);
        gap: 30px 0;
        grid-template-areas: ". . ." ". . .";
    }

    @media all and (-ms-high-contrast: none) {
        .awesome_buttons_grid {
            display: -ms-grid;
            -ms-grid-columns: repeat(6, 1fr);
            -ms-grid-rows: ;
        }
    }

    .gallery-top {
        height: 256px !important;
    }

    .gallery-thumbs {
        height: 65.75px !important;
    }

    .gallery-top .swiper-slide {
        height: 256px !important;
        background-position: center;
        background-attachment: center;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
		
		.gallery-thumbs {
				width: calc(100% - 37px);
		}
				
		.gallery-top .swiper-slide-next {
			/*opacity: 0;*/
		}

    .gallery-thumbs .swiper-slide {
        height: 65.75px !important;
        cursor: pointer;
    }

    /*.gallery-thumbs .swiper-slide-thumb-active {
        opacity: 1 !important;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }*/
		
		.pr-0, .px-0 {
			padding-right: 15px !important;
		}
		
		.gallery-thumbs {
			padding: 0;
			margin: 15px 0 0 0;
			float: left;
			transition: all 1s ease-in-out;
		}
		
		.border-img {
			box-shadow: inset 0 0 0 5px rgba(0, 177, 255, 0);
		}
		
		.swiper-slide-thumb-active .border-img {
			box-shadow: inset 0 0 0 5px rgba(0, 177, 255, 1);
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
		}
		
		.more-img {
			width: 22px;
			height: 65.75px;
			float: right;
			top: 15px;
			transition: all 2s ease-in-out;
		}
		
		.less-img {
			width: 22px;
			height: 65.75px;
			float: left;
			top: 15px;
			transition: all 1s ease-in-out;
		}

    .item_cost .old {
        color: white !important;
        text-align: center !important;
        font-size: 18px;
        line-height: 1;
    }

    .item_cost .new {
        color: #fafbfb;
        font-family: "Open Sans Regular";
        line-height: 1;
        font-size: 32px;
        font-weight: 700;
        position: relative;
    }

    .item_cost {
        margin: 0;
        padding: 15px;
        width: 100%;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 24px;
    }

    .item_title .row {
        display: block;
        text-align: center;
    }

    .item_description .row {
        display: block;
        text-align: center;
    }

    .item_extra .row {
        display: block;
        text-align: center;
    }

    .item_text {
        margin-top: 32px;
    }

		.centered-description,
    .centered-description p {
        text-align: center !important;
				width: 100% !important;
    }

    .item_rules {
        margin-top: 32px;
        padding: 0 !important;
        line-height: 16px;
        padding: 0 !important;
    }

    .item_rules h2 {
        text-align: center;
    }

    .extra-container {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: 1fr;
        gap: 1px 1px;
        grid-template-areas: ". . .";
        text-align: center;
        margin: 0 auto;
    }
		
		.extra-container .col-md-4 {
			padding: 0 !important;
		}

    #contact_us h3 {
    }

    .contact_title,
    .contact_data {
        text-align: center;
    }

    div.contact_icon {
        text-align: center;
        margin: 0 auto;
    }

    @media all and (-ms-high-contrast: none) {
        .stats_grid {
            display: -ms-grid;
            -ms-grid-columns: 0.5fr 1fr;
            -ms-grid-rows: repeat(4, 1fr);
        }
    }
		
    .equip_icon {
        width: 100px;
        height: 100px;
        margin: 10px auto;
        background-position: center;
        background-attachment: center;
        background-repeat: no-repeat;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
        position: relative;
        top: 0px;
    }

    .equip_caption {
        padding: 10px auto;
        background: transparent;
        position: relative;
        font-size: 14px;
        top: 0;
    }

    #top-section {
        width: 100vw;
        height: 270px;
    }

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

    .text-description {
        font-size: 14px;
        margin-top: 32px;
        margin-bottom: 32px;
    }

    .card-columns-container {
        display: flex;
        width: 100%;
        margin: 0 auto;
        flex-wrap: wrap;
    }

    .card-columns-item {
        width: 90%;
        margin: 0 auto;
        padding: 0px;
    }

    .btn-padding {
        padding: 0 15px;
    }

    .item_frequently_aparts {
        text-align: center;
    }

    .item_frequently_aparts h2 {
        margin-top: 55px;
        margin-bottom: 35px;
    }

    .item_cards_container .card {
        margin-bottom: 30px;
    }

    .top-container h3 {
        font-size: 24px !important	;
    }

    .col-md-1 {
        position: initial;
        top: 50%;
    }
    .col-md-11 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .card-deck .card {
        flex-basis: 65%;
    }

    .footer_branding {
        display: block;
        text-align: center;
        margin: 0 auto !important;
    }

    .brand_offers {
        font-family: "Open Sans Regular";
        font-size: 12px;
        margin-top: 25px;
        text-align: center;
        line-height: 1.666666;
    }

    .brand_offers h5 {
        font-family: "Open Sans Extra Bold", sans-serif !important;
        font-weight: 700 !important;
    }

    .footer_adressbar {
        margin: 35px auto;
        text-align: center;
    }

    footer ul {
        list-style-type: none;
        margin-bottom: 8px;
        padding: 0;
    }

    footer h4 {
        margin: 12px 0;
    }

    .col.half {
        width: 50%;
    }

    .instagram_block h4 {
        text-align: right;
    }

    .instagram a {
        width: 135px;
        height: 100px;
    }

    section {
        padding: 0;
    }
    footer {
        padding-top: 35px;
    }

    .fixed-top {
        position: fixed;
        top: 0;
        -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.5);
        box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.5);
    }
    .menu_offest_fix {
        position: fixed;
        top: 0;
    }
    .navbar-toggler-icon {
        position: relative;
        bottom: 1px;
        right: 4px;
    }
    .search {
        margin-top: 12px;
    }
    .head_container {
        /*display: none;*/
        margin-top: 42px; /*in case of sticky-navbar*/
        display: table;
        border-bottom: 1px solid #ccc;
    }
    .head_brand {
        display: flex;
        justify-content: center;
    }
    i.head_description {
        text-align: center;
    }
    .head_container .col-md-2,
    .head_container .col-md-3 {
        padding: 0;
        width: 100% !important;
        margin: 0 auto;
        text-align: center;
    }
    .list-group-item {
        border: none;
    }
    .mobile .list-group {
        width: 95vw !important;
        padding: 10px;
        text-align: left !important;
    }
    .mobile .list-group a {
        text-decoration: none;
    }
    .mobile .list-group-item {
        background: transparent;
        font-size: 14px;
        color: white;
        cursor: pointer;
    }
    .mobile .list-group-item:hover {
        background: rgba(255, 255, 255, 0.15);
    }
    div.col-md-3.vcenter {
        padding: 0;
    }
    .container {
        /*width: 100%;*/
    }
    .col-md-4 {
        padding: 15px !important;
    }
    .collapse {
        width: 100%;
        margin: 0;
        /*padding-top: 8px;*/

        text-align: left;
    }

    .link {
        display: table;
        padding: 15px;
    }
    .shortline {
        width: 100%;
        float: none;
    }
    .dev {
        text-align: center !important;
    }
    main h1 {
        padding-top: 0;
    }
    .list td.table_link img {
        width: 32px;
        height: 32px;
        position: relative;
        bottom: 12px;
        left: 0;
    }

    .col-md-7 form {
        margin-top: 32px;
    }
    .details {
        margin: 24px 0;
    }
    .input-group.input_style {
        width: 90vw;
    }
    .sumbit_btn {
        float: none;
        display: flex;
        justify-content: center;
        margin-top: 50px;
    }
    .virtech-logo a {
        float: none;
        margin: 10px auto 0;
    }
    form #robot_check {
        float: none;
        display: flex;
        justify-content: center;
        margin: 24px 0;
    }
    .sumbit_btn {
        float: none;
        margin: 0 auto;
    }
    .card-columns-item .card,
    .card-columns-item .card-extended {
        width: 100% !important;
        margin: 0 auto !important;
        margin-bottom: 40px !important;
    }
		
		.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
				/*position: innitial;*/
				left: 0;
		}
		
		#hostel > div > div.hostel_pagination_container > div > div {
			position: relative;
			top: -80px;
			left: -8px;
		}
		
		body > div.body > footer > div.container-fluid > div > div.col-md-10 > div > div.col-md-7 > div.row.mobile > div.col.half.pull-left > ul > li{
			padding-right: 0 !important;
		}
		
		#map_2 {
				width: 100% !important;
		}
	.doors__slider,
	.doors__text{
		width: 100%;
	}
	.doors .d-flex{
		flex-direction: column;
	}
	.doors__text{
		min-width: 100%;
		left: 0;
		top: 0;
		border-radius: 0 0 8px 8px;
		padding: 20px;
		font-size: 18px;
	}
	.doors__slider img{
		border-radius: 8px 8px 0 0;
	}
	.doors .pagination{
		display: none;
	}
}

@media all and (max-width: 768px){
	.aparts-sorting {
		display:none;
	}
	#home > div.products-blog > div > div.aparts-sorting.mobile	{
		display: block;
		margin-bottom: 0;
	}
	.our_offers_container .swiper-wrapper{
		flex-direction:column;
	}
	.our_offers_container .apartments-button-prev,
	.our_offers_container .apartments-button-next{
		display:none;
	}
	.wrapper{
		width:100%;
		padding:0 15px;
	}
	.fcsearch{
		padding:60px 15px;
	}
	.rules-desktop-grid{
		margin:0;
	}
	.rules-desktop-grid > div{
		padding:0 15px !important;
		margin-bottom:25px;
	}
	.rules-desktop-grid .text-left{
		display:flex;
		align-items:center;
	}
	img{
		max-width:100%;
	}
	.card-extended .details h6.adress{
		min-height:auto;
	}
	.card-extended .description{
		height:auto;
	}
	
	.gallery-top {
			height: 400px !important;
	}
	.gallery-top .swiper-slide {
			height: 400px !important;
	}
	.card-columns-item .card-extended .card-body {
		height: 275px;
	}
	
	.swiper-wrapper {
		transform: translate3d(-335px, 0px, 0px);
	}
	
	.stats_grid {
			display: grid;
			grid-template-columns: 0.75fr 1fr !important;
			grid-template-rows: repeat(4, 1fr);
			gap: 10px 11px;
			grid-template-areas:
					". ."
					". ."
					". ."
					". .";
			text-align: left;
	}
	
	.stats_grid  .row {
		padding-bottom: 0 !important;
	}
	
	.stats_grid .col-md-1 {
		float: right !important;
	}
	
	.stats_grid .col-md-1,
	.stats_grid .col-md-2 {
		-ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
    max-width: 90% !important;
	}
	
	.discount-features p {
		width: 80%;
		margin: 0 auto;
	}
	
	.card-deck .card {
		flex-basis: 100%;
		max-width: 80%;
		margin: 0 auto;
	}
	.swiper-wrapper {
		transform: translate3d(0px, 0px, 0px);
	}
	
	#contact_us	.col-md {
			flex-basis: auto !important;
	}
	
	#contact_us .col-md-1 {
		display: none;
	}
	
	#contact_us .col-md-10 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
	}
	
	#contact_us .col-md-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
		margin-bottom: 50px;
	}
	
	#contact_us .contact_data {
		margin-top: 5px;
	}
	
	.contact_icon {
			margin: 0 32px 0 auto;
			position: relative;
	}
	
	footer .col-md-1 {
		display: none;
	}
	
	footer .col-md-10 {
		flex: 0 0 100%;
    max-width: 100%;
	}
	
	footer .col-md-4 {
			-ms-flex: 0 0 95%;
			flex: 0 0 95%;
			max-width: 100%;
	}
	
	.col-md-8 {
			-ms-flex: 0 0 100%;
			flex: 0 0 100%;
			max-width: 100%;
	}
	
	.col-md-4 {
			-ms-flex: 0 0 100%;
			flex: 0 0 100%;
			max-width: 100%;
	}
	
	.gallery-top {
			height: 320px !important;
	}
	
	.item_extra .info {
		max-width: 60%;
		margin: 0 auto;
	}
	
	.card-columns-item {
		padding: 15px;
	}
	
	.item_cards_container .card {
		flex-basis: 100%;
		max-width: 80%;
		margin: 0 auto;
		margin-bottom: 32px;
	}
}

@media screen and (max-width: 640px) {
		.card-deck .card {
			flex-basis: 100%;
			max-width: 100%;
			margin: 0 auto;
		}
		.card-columns-item {
			padding: 0;
		}
    .discount-features {
        width: 100% !important;
        max-width: 100%;
        margin-right: 0 !important;
        margin-top: 0 !important;
    }
		.discount-features p {
			width: 100%;
			margin: 0 auto;
		}
    .head_icon {
        opacity: 0;
    }
		.dd-dropdown {
				width: 80%;
				margin: 0 10%;
				margin-bottom: 64px;
		}
	footer .col-md-4 {
			-ms-flex: 0 0 100%;
			flex: 0 0 100%;
			max-width: 100%;
	}
	.item_cards_container .card {
		flex-basis: 100%;
		max-width: 100%;
		margin: 0 auto;
		margin-bottom: 32px;
	}
}
@media screen and (max-width: 400px) {
	#home > div.mobile.fixed-top.menu > nav > div.subheader.row > div > button {
			padding: 0;
	}
	.btn-danger {
			width: auto;
	}
}
@media all and (max-width: 320px){
	.card-extended .price .new{
		font-size:20px;
	}
	.phonenumber{
		font-size:12px;
	}
}
@media all and (-ms-high-contrast: none) {
    .lt-grid-container {
        display: -ms-grid;
        -ms-grid-columns: 1fr;
        -ms-grid-rows: repeat(4, 1fr);
    }
}

@media (min-width: 576px) {
	.form-inline .form-control {
			display: inline-block;
			width: 100%;
			/*vertical-align: middle;*/
	}
	#search label {
			position: absolute;
			left: 13px;
			top: 10px;
			color: #666;
	}
}