.hamburger, .phone-icon__right, .header-icon__right {
    display: none;
}

.container-mm {
    display: none;
    margin: -10px;
}

.floor-mobile {
    margin-bottom: 0;
}

.arrows {
    display: none;
}

.logo img {
    width: 126px;
    height: 60px;
}

#photogallery {
    display: block !important;
}

#single_photo {
    display: none !important;
}

@media (max-width: 991px) {
    @keyframes move {
        from {
            opacity: .2;
        }
        to {
           opacity: 1;
        }
    }
    .arrows {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 1;
    }

    .arrows img {
        width: 80px;
        animation: move 3s ease-in-out;
        animation-fill-mode: forwards;
        opacity: 1;
    }

    section.content_box.planirovka .container-mm {
        width: auto !important;
        margin-bottom: 50px;
    }

    .container-mm .submenu {
        left: 0;
        right: 0;
        margin: 0;
        padding: 0;
        background: #60b238;
        z-index: 10;
        transition: all 0.3s ease-out;
        display: flex;
        height: 50px;
    }

    .container-mm .submenu-3 {
        margin: 0;
        padding: 0;
        list-style: none;
        position: absolute;
        left: 0;
        top: 50px;
        z-index: 40;
    }

    .container-mm .submenu li {
        display: inline-block;
        float: left;
        margin-left: 15px;
        margin-right: 10px;
        margin-top: 12px;
        font-size: 12px;
    }

    .container-mm .submenu a {
        display: inline-block;
        text-transform: uppercase;
        font-weight: 600;
        height: 26px;
        padding-left: 10px;
        padding-right: 10px;
        background: transparent;
        line-height: 24px;
        color: #fff;
        border: 0px !important;
        border-radius: 4px;
    }

    .container-mm .submenu .current a {
        color: #fff;
        background: #eb5b0c;
    }

    .container-mm {
        display: block;
    }

    #single_photo.min-height {
        min-height: auto;
    }

    .header-icon__right {
        display: flex;
        align-items: center;
    }

    .phone-icon__right {
        display: inline-block;
        color: #007ed7;
        font-size: 2rem;
        margin-right: 15px;
    }

    .white_box.form {
        clear: none;
        width: 100%;
        position: relative;
    }

    #forma {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin-top: 10px;
    }

    .shadow_topmenu {
        display: none;
    }

    div.pp_pic_holder {
        width: 100% !important;
    }

    #single_photo img {
        width: 100% !important;
    }

    a.pp_close {
        top: 5px;
        right: 5px;
    }

    .map2 {
        height: 300px !important;
        max-width: inherit !important;
    }

    .map2 img {
    }

    .map2 canvas {
    }

    .floor_box {
        overflow: auto;
        width: 100%;
        margin-bottom: 15px;
        position: relative;
    }

    .box_above_map {
        position: relative;
        left: auto;
        width: 100%;
        margin-top: 0;
    }

    .topmenu_box {
        margin-bottom: 0 !important;
    }

    #photogallery {
        width: 100%;
        margin: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .thumb {
        width: 49%;
        display: flex !important;
        justify-content: center;
        align-items: center;
    }

    * {
        box-sizing: border-box;
    }

    .content_box, .content_box.no-paddings {
        width: 100%;
        padding: 10px !important;
    }

    #map, #mapContact {
        width: auto !important;
    }

    .shadow {
        width: 100%;
    }

    .korpus_box {
        display: none;
    }

    .phone_header {
        display: none;
    }

    .hamburger {
        display: block;
    }

    .mm-page__blocker {
        background-color: rgba(0, 0, 0, .5) !important;
        position: relative;
    }

    .mm-page__blocker:before{
        content: '×';
        color: white;
        position: absolute;
        top: 10px;
        left: 8%;
        font-size: 40px;
        cursor: pointer;
    }

    .hamburger .line {
        display: block;
        width: 30px;
        height: 4px;
        margin: 5px auto;
        cursor: pointer;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        background-color: #007ed7;
    }

    .white_box.inContent {
        clear: none;
        display: block !important;
        padding: 10px !important;
        height: auto;
        width: 100%;
        margin: 15px 0 !important;
    }

    .white_box.inContent + div {
        margin-top: 15px;
    }

    .breadcrumbs {
        position: relative;
        float: none;
        margin-top: 0;
    }

    .hamburger.active .line:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active .line:nth-child(1) {
        -webkit-transform: translateY(9px) rotate(45deg);
        -ms-transform: translateY(9px) rotate(45deg);
        transform: translateY(9px) rotate(45deg);
    }

    .hamburger.active .line:nth-child(3) {
        -webkit-transform: translateY(-9px) rotate(-45deg);
        -ms-transform: translateY(-9px) rotate(-45deg);
        transform: translateY(-9px) rotate(-45deg);
    }

    .topmenu_box {
        display: flex;
        flex-flow: row wrap;
        align-items: center;
        padding: 10px;
        justify-content: space-between;
        height: auto;
    }

    .submenu {
        text-align: left;
    }

    .logo {
        position: relative;
        top: 0;
        margin-left: 0;
        left: 0;
    }

    .free-space_btn {
        position: relative;
        top: 0;
        left: 0;
        margin: 10px auto;
        display: flex;
        justify-content: center;
    }

    .topmenu_box > div {
        flex-basis: 100%;
    }

    .topmenu-container__logo {
        flex-basis: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .topmenu li a {
        border-bottom: none;
        height: 40px;
    }

    .topmenu li {
        margin: 0;
        height: 40px;
        text-align: left;
    }

    .top-menu .topmenu {
        position: relative;
        padding-left: 0;
        display: flex;
        flex-direction: column;
        text-align: left;
        max-width: inherit;
        float: none;
    }

    .submenu-3 li a {
        text-align: left;
        height: auto;
    }

    .topmenu li:hover a, .topmenu li.current a, .topmenu li.active a {
        border-bottom: none;
    }

    .submenu-3 {
        position: relative;
        top: 0;
        left: 0;
        padding: 0;
        margin: 0;
    }

    .submenu-3 li {
        margin: 0;
        height: 40px;
    }

    .submenu-3 > a, .submenu-3 > span {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        color: inherit;
        display: block;
        padding: 10px 10px 10px 20px;
        margin: 0;
        height: 39px;
    }

    .color_blocks {
        float: none;
    }

    .infrastruture_box {
        padding: 20px 10px;
    }

    .map_main_box {
        display: none;
    }

    .partners_box {
        padding: 20px 10px;
        height: auto;
        float: none;
    }

    .carousel {
        width: 100%;
    }

    .carousel-wrapper {
        width: 94%;
        overflow-x: hidden;
    }

    .footer_box {
        float: none;
        height: auto;
        padding: 10px;
        background-color: white;
        display: flex;
        flex-direction: column;
    }

    .footer_box br {
        display: none;
    }

    .footer_box a {
        margin: 10px 0 0;
    }

    .footer_1, .footer_2, .footer_3 {
        float: none;
        padding: 0;
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        flex-basis: 100%;
        align-items: center;
        text-align: center;

    }

    .footer_1 {
        order: 2;
        display: flex;
        flex-direction: column;
    }

    .footer_2 {
        order: 1;
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .phone_footer {
        text-align: center;
        margin-bottom: 10px;
    }

    #phone3 {
        margin-left: 0 !important;
    }

    .footer_3 {
        order: 3;
        margin-right: 0;
    }

    .footer_2 a {
        margin: 10px 0;
    }

    #mapContact, #map {
        margin: 0 -10px;
    }

    .box_above_map.wide .white_box {
        width: 100%;
    }

    .filter {
        width: 33%;
        max-width: 33%;
    }

    .korpus_box{
        display: block;
        height: auto;
    }

    .map1{
        height: inherit !important;
        background: none !important;
        width: 100% !important;
    }

    img.map1.maphilighted2{
        position: relative !important;
        opacity: 1 !important;
    }

    .korpus_label_1, .korpus_label_2, .korpus_label_3{
        width: 64px;
        height: 23px;
        background: #60b238;
        padding: 2px;
    }
    .korpus_label_1:hover, .korpus_label_2:hover, .korpus_label_3:hover{
        color: white !important;
    }
    .korpus_label_1 {
        top: 25%;
        left: 3%;
    }

    .korpus_label_2 {
        top: 34%;
        left: 33%;
        z-index: 31;
    }

    .korpus_label_3 {
        top: 19%;
        left: 60%;
        z-index: 32;
    }

    .korpus_box canvas{
        display: none !important;
    }
}

@media (max-width: 767px) {
    .conditions-item {
        width: 100% !important;
        background-image: none !important;
    }

    .tab {
        width: 100%;
    }

    .form-group__name {
        position: relative;
        transform: none;
        top: 0;
        left: 0;
        width: 150px;
    }

    .politics ul, .politics ol {
        padding-left: 10px;
    }

    .filter {
        width: 50%;
        max-width: 50%;
    }

    .form-group__name span {
        text-align: left;
    }

    #photogallery a {
        display: block;
        height: auto;
    }

    body {
        overflow-x: hidden;
    }

    .content_box > div {
        width: 100% !important;
    }

    .content_box .row {
        flex-direction: column;
        display: flex;
    }

    .col1_2 {
        width: 100%;
    }

    .box_above_map {
        position: relative;
        margin-top: 20px;
        left: 0;
    }

    .white_box.form {
        width: 100%;
        padding: 20px 10px;
    }

    .box_above_map .white_box {
        width: 100%;
        padding: 20px 10px;
    }

    .input_text, .button, .textarea_small {
        width: 100%;
    }

    #mapContact, #map {
        height: 300px !important;
    }
}

@media (max-width: 600px) {
    .free-space_btn {
        width: 100%;
    }

    .thumb {
        width: 100%;
    }

    div > a > img {
        height: auto !important;
    }

    img {
        max-width: 100% !important;
    }

    #free-space {
        min-width: 100%;
    }

    .color_blocks {
        display: flex;
        flex-direction: column;
        height: auto;
    }

    .color_block br {
        display: none;
    }

    .color_block .inner {
        margin: 0;
        padding: 10px;
        display: flex;
        align-items: center;
        width: 100%;
    }

    .color_block {
        float: none;
        height: auto;
        width: 100%;
    }

    .infrastruture_box > div {
        display: flex;
        flex-direction: column;
    }

    .infrastruture_box img {
        margin: 0 auto 20px !important;
    }

    .infrastruture_box hr {
        display: none;
    }

    .carousel-wrapper {
        margin: 0 25px;
        width: auto;
    }

    .footer_2 i {
        display: none;
    }

    .carousel-button-left, .carousel-button-right {
        font-size: 20px;
    }
}

@media (max-width: 400px) {
    .filter {
        width: 45%;
        max-width: 100%;
    }

    .phone_footer {
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 350px) {
    .filter {
        width: 100%;
        max-width: 100%;
    }
}