/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: "Montserrat", sans-serif;
    --font-family-monospace: "Montserrat", sans-serif;
}

::-webkit-scrollbar {
    width: 3px;
    height: 5px;
    margin: 10px 5px !important;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #39881298;
    border-radius: 20px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #398812;
    }

.main_menuTop ul {
    display: flex;
    gap: 10px;
    flex-direction: column;
    align-items: flex-end;
    position: absolute;
    z-index: 9999;
}

.offcanvas.show:not(.hiding), .offcanvas.showing {
    overflow: auto;
}

.main_menuTop ul li {
    position: relative;
    list-style: none;
    width: 50px;
    height: 50px;
    background: rgba(0, 102, 255, 0.71);
    backdrop-filter: blur(5px);
    border-radius: 60px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    transition: 0.4s ease-out;
    padding: 6px 1px 0 1px !important;
    z-index: 99;
}

@media (min-width: 700px) {

    .main_menuTop ul li {
    }

        .main_menuTop ul li:hover {
            width: 180px;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
        }

        .main_menuTop ul li::before {
            content: '';
            position: absolute;
            inset: 0;
            border-radius: 60px;
            background: linear-gradient(45deg, var(--i), var(--j));
            opacity: 0;
            transition: 0.5s;
        }

        .main_menuTop ul li:hover::before {
            opacity: 1;
        }

        .main_menuTop ul li:hover ion-icon {
            transform: scale(0);
            color: #fff;
            transition-delay: 0s;
        }

        .main_menuTop ul li:hover .title {
            transform: scale(1);
            transition-delay: 0.25s;
        }

        .main_menuTop ul li.active {
            width: 180px;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
        }

        .main_menuTop ul li::before {
            content: '';
            position: absolute;
            inset: 0;
            border-radius: 60px;
            background: linear-gradient(45deg, var(--i), var(--j));
            opacity: 0;
            transition: 0.5s;
        }

        .main_menuTop ul li.active::before {
            opacity: 1;
        }

        .main_menuTop ul li.active ion-icon {
            transform: scale(0);
            color: #fff;
            transition-delay: 0s;
        }

        .main_menuTop ul li.active .title {
            transform: scale(1);
            transition-delay: 0.25s;
        }
}

@media (max-width: 500px) {
    .backMap {
        right: 240% !important;
    }
}


.main_menuTop ul li::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 60px;
    background: linear-gradient(45deg,var(--i), var(--j));
    transition: 0.5s;
    filter: blur(15px);
    z-index: -1;
    opacity: 0;
}

.main_menuTop ul li:hover::after {
    opacity: 0.5;
}

.main_menuTop ul li ion-icon {
    color: rgb(255, 255, 255);
    font-size: 1.75em;
    transition: 0.5s;
    transition-delay: 0.25s;
}

.main_menuTop ul li span {
    position: absolute;
}

.main_menuTop ul li .title {
    color: rgb(255, 255, 255);
    font-weight: 600;
    font-size: 1.1em;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    transform: scale(0);
    transition: 0.5s ease-out;
    transition-delay: 0s;
    font-weight: 500;
    padding: 0px 0px 6px 0px;
}

.backMap {
    position: relative;
    right: 40%;
    background-color: #fff;
    color: #000;
    font-size: 12px;
    width: 175px;
    height: 200px;
    box-shadow: 1px 2px 5px rgb(133 133 133);
    transition: 0.5 ease-out;
}

    .backMap:active {
        position: relative;
        right: 40%;
        background-color: #fff;
        color: #000;
        font-size: 12px;
        width: 175px;
        height: 200px;
        box-shadow: 1px 2px 5px rgb(133 133 133);
        transition: 0.5 ease-out;
    }

    .backMap img {
        max-width: 150px;
    }

        .backMap img:hover {
            border: 2px solid #c0bdbd;
        }

/* ----------------------------------------------------------------------- share */
.dropbtn {
    color: rgba(255, 255, 255, 0.722);
    padding: 16px;
    font-size: 16px;
    border: none;
    font-weight: 500;
}

    .dropbtn:hover, .dropbtn:focus {
    }

    .dropbtn img {
        width: 150px;
        transition: 0.3s ease-out;
    }

        .dropbtn img:hover {
            border: 2px solid #007bff;
        }

.dropdown {
    position: relative;
    display: inline-block;
    max-width: 200px;
    max-height: 100px;
}

    .dropdown a:hover {
        background-color: rgba(221, 221, 221, 0.714);
    }

.dropdown_content {
    display: none;
    position: absolute;
    background-color: #f1f1f198;
    backdrop-filter: blur(4px);
    right: 100%;
    top: -1%;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}


    .dropdown_content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }


.show {
    display: block;
}



/* ------------------------------------------------------------------------- Share */
.sharebtn {
    color: rgba(255, 255, 255, 0.722);
    padding: 25px;
    font-size: 16px;
    border: none;
    font-weight: 500;
}

@media (max-width: 500px) {
    .sharebtn {
        display: block;
    }

    .dropbtn {
        display: block;
    }
}

.sharebtn:hover, .sharebtn:focus {
}

.sharebtn img {
    width: 150px;
    transition: 0.3s ease-out;
}

    .sharebtn img:hover {
        border: 2px solid #007bff;
    }

.sharedown {
    position: relative;
    display: inline-block;
    max-width: 200px;
    max-height: 100px;
}

    .sharedown a:hover {
        background-color: rgba(221, 221, 221, 0.714);
    }


.sharedown_content {
    display: none;
    position: absolute;
    background-color: #f1f1f198;
    backdrop-filter: blur(4px);
    right: 100%;
    top: -1%;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}


    .sharedown_content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }


.show {
    display: block;
}
/* ------------------------------------------------------------------------- Share */

/* ---------------------------------------------------------------------- main_menuTop */

.main_menuTop > * {
    position: absolute;
    right: 0%;
    margin-top: 70px;
    margin-right: 0px;
    width: 0px;
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-family: "Montserrat", sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

body {
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

.offcanvas-body {
    z-index: 22;
    padding: 0rem 0rem;
    padding: 0rem 45px 0 0;
}

.offcanvas-end {
    max-width: 530px;
    min-width: 430px;
}

.offcanvas.offcanvas-end {
    right: 0%;
}


@media all and (max-width: 420px) {
    .offcanvas-end {
        max-width: 350px;
        min-width: 200px;
    }

    .main_menuTop > * {
        padding: 2px;
    }



    .header_menu {
        font-size: 12px !important;
        font-weight: 800;
    }

    #sidebar ul li > ul li a {
        font-size: 14px !important;
    }

    #sidebar ul li a {
        padding: 1px 0 !important;
    }

    label {
        display: inline-block;
        margin-bottom: 0 !important;
    }
}

.main_map {
    position: relative;
    width: 45px;
    height: 42px;
    z-index: 9999;
    padding: 7px 0 0 0;
}

.main_layer {
    position: relative;
    width: 45px;
    height: 42px;
    z-index: 9999;
    padding: 7px 0 0 0;
}

.main_back {
    position: relative;
    width: 45px;
    height: 42px;
    z-index: 9999;
}

.main_geo {
    position: relative;
    width: 45px;
    height: 42px;
    z-index: 9999;
    padding: 7px 0 0 0;
}



[tabindex="-1"]:focus {
    outline: 0 !important;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    text-decoration-skip-ink: none;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

    ol ol,
    ul ul,
    ol ul,
    ul ol {
        margin-bottom: 0;
    }

dt {
    font-weight: 700;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

    a:hover {
        color: #0056b3;
    }

    a:not([href]):not([tabindex]) {
        color: inherit;
        text-decoration: none;
    }

        a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
            color: inherit;
            text-decoration: none;
        }

        a:not([href]):not([tabindex]):focus {
            outline: 0;
        }

pre,
code,
kbd,
samp {
    font-family: "Montserrat", sans-serif;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button {
    border-radius: 0;
}


body {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    line-height: 1.8;
    font-weight: normal;
    background: #fff;
    color: gray;
}

a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    color: #0d6efd;
}

    a:hover, a:focus {
        text-decoration: none !important;
        outline: none !important;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

button {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

    button:hover, button:focus {
        text-decoration: none !important;
        outline: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
    line-height: 1.5;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    color: #000;
}


.ftco-section {
    padding: 7em 0;
}

.ftco-no-pt {
    padding-top: 0;
}

.ftco-no-pb {
    padding-bottom: 0;
}

.heading-section {
    font-size: 28px;
    color: #000;
}

    .heading-section small {
        font-size: 18px;
    }

.img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.wrapper {
    width: 100%;
}

#sidebar {
    color: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    z-index: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.05);
}

    #sidebar .h6 {
        color: #fff;
    }

    #sidebar.active {
        margin-left: -270px;
    }

    #sidebar ul.components {
        padding: 0;
    }

    #sidebar ul li {
        font-size: 14px;
    }

        #sidebar ul li > ul {
            margin-left: 10px;
        }

            #sidebar ul li > ul li {
                font-size: 13px;
            }

                #sidebar ul li > ul li a {
                    border-bottom: 1px solid transparent;
                    font-size: 14px;
                }

                    #sidebar ul li > ul li a span {
                        color: #000;
                    }

        #sidebar ul li a {
            padding: 2px 0;
            display: block;
            color: black;
            border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        }

.drop_menu {
    font-size: 22px;
}


.header_menu {
    font-size: 14px;
    font-weight: 800;
}


#sidebar ul li a span {
    color: #fff;
}

#sidebar ul li.active > a {
    background: transparent;
    color: #0d6efd;
}

@media (max-width: 767.98px) {
    #sidebar {
        min-width: 100%;
        max-width: 180px;
        border-left: none;
    }
}

#sidebar .custom-menu {
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 0;
    margin-right: -20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media (prefers-reduced-motion: reduce) {
    #sidebar .custom-menu {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

#sidebar .custom-menu .btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: relative;
}

    #sidebar .custom-menu .btn i {
        margin-right: -40px;
        font-size: 14px;
    }

    #sidebar .custom-menu .btn.btn-primary {
        background: transparent;
        border-color: transparent;
    }

        #sidebar .custom-menu .btn.btn-primary:after {
            z-index: -1;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            content: '';
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            background: #0d6efd;
            border-radius: 10px;
        }

        #sidebar .custom-menu .btn.btn-primary:hover, #sidebar .custom-menu .btn.btn-primary:focus {
            background: transparent !important;
            border-color: transparent !important;
        }



a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#content {
    width: 100%;
    padding: 0;
    min-height: 100vh;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn.btn-primary {
    position: relative;
    list-style: none;
    width: 40px;
    height: 40px;
    background: rgba(0, 102, 255, 0.71);
    backdrop-filter: blur(5px);
    border-radius: 60px;
    align-items: center;
    box-shadow: 0 10px 25px rgb(0 0 0 / 10%);
    border-color: #fff;
    box-shadow: 2px 5px 5px #00000099;
    padding: 1px 0 0 0;
}

    .btn.btn-primary:hover {
        background: rgba(0, 102, 255, 0.816);
    }

    .btn.btn-primary:focus {
        background: #0d6efd;
        box-shadow: 2px 5px 5px rgba(100, 100, 100, 0.742);
    }

.dropstart .dropdown-toggle::before {
    content: none;
}

.dropdown-menu {
    --bs-dropdown-link-hover-bg: #eceef0a3;
    --bs-dropdown-link-active-bg: #babbbc;
    transition: transform .3s ease-in-out;
}

/* ------------------------------------------------- Поиск search_street */


.search-box {
    display: flex;
    position: absolute;
    top: 0%;
    left: 0%;
    margin: 15px 0 0 250px;
    z-index: 999;
    transform: translate(-50%, 50%);
    width: 430px;
    border-radius: 40px;
    padding: 5px;
}

    .search-box input {
        width: 380px;
        height: 40px;
        font-size: 16px;
        box-shadow: -2px 9px 10px 0px #0000008a;
    }

@media (max-width: 420px) {
    .search-box {
        margin: -10px 0 0 200px;
        width: 380px;
    }

        .search-box input {
            height: 25px;
            font-size: 16px;
            box-shadow: -2px 9px 10px 0px #0000008a;
        }

    .search-btn {
        font-size: 12px;
    }

    .search-btn {
        right: -5%;
    }
}


.search-btn {
    font-size: 22px;
}

.search-btn {
    color: #4a91fd;
    float: right;
    width: 100px;
    border-radius: 50%;
    position: relative;
    right: 7%;
    padding: 4px 0 0 0;
    justify-content: center;
    align-items: center;
}


.search_street {
    position: absolute;
    top: 1%;
    left: 22%;
    z-index: 99;
}


.form-control {
    width: 400px;
    box-shadow: 2px 5px 5px rgb(100 100 100 / 74%);
}

@media all and (max-width: 630px) {
    .form-control {
        width: 320px;
    }

    .search-box {
        margin: -10px 0 0 200px;
        width: 380px;
    }

    .blockInfo {
        z-index: 12;
        position: absolute;
        top: 8%;
        left: 2%;
        width: 310px !important;
        max-height: 550px !important;
    }

    .search-box input {
        width: 420px;
        height: 40px;
        font-size: 16px;
        box-shadow: -2px 9px 10px 0px #0000008a;
    }

    .blockInfo {
        z-index: 12;
        position: absolute;
        top: 0% !important;
        left: 0% !important;
        margin: 75px 0 0 10px !important;
        width: 310px !important;
        max-height: 550px !important;
    }

    .mainCard h5 {
        font-size: 14px !important;
    }

    .mainCard li {
        font-size: 12px !important;
    }
}

.search {
    position: relative;
    box-shadow: 0 0 40px rgba(51, 51, 51, .1);
}

    .search input {
        height: 60px;
        text-indent: 25px;
        border: 2px solid #d6d4d4;
    }


        .search input:focus {
            box-shadow: none;
            border: 2px solid blue;
        }

    .search .fa-search {
        position: absolute;
        top: 20px;
        left: 16px;
    }

    .search button {
        position: absolute;
        top: 5px;
        right: 5px;
        height: 50px;
        width: 110px;
        background: blue;
    }
/* --------------------------------- offcanvas_objectcard */

.offcanvas_objectcard {
    top: -20%;
}

.blockInfo {
    z-index: 12;
    position: absolute;
    top: 0%;
    left: 0%;
    margin: 15px 0 0 20px;
    max-width: 540px;
    max-height: 700px;
    border-radius: 2%;
    padding: 10px 15px;
    background-color: rgba(255, 255, 255, 0.94);
    box-shadow: 1px 2px 5px rgb(133 133 133);
    backdrop-filter: blur(2px);
    transition: transform 3s ease-in-out;
}

    .blockInfo hr {
        width: 90%;
        margin-bottom: -20px;
    }

    .blockInfo h5 {
        font-size: 16px;
        font-weight: 500;
    }

    .blockInfo li {
        color: #343a40;
        font-size: 14px;
        list-style-type: none;
    }

.buttonInfoCard {
    z-index: 99999;
    position: absolute;
    top: 35%;
    left: 50%;
    background-color: #007bff;
    color: #fff;
}

@media all and (max-width: 420px) {
    .buttonInfoCard {
        z-index: 99999;
        position: absolute;
        top: 80%;
        right: 10%;
    }

    .h5, h5 {
        font-size: 1rem;
    }

    .p-4 {
        padding: 0.5rem !important;
    }

    .search_street {
        top: 3%;
        left: 3%;
    }
}

.boldText {
    font-weight: 500;
}


/* 
 .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__icon_more {
  color: #fff !important;  
  background-color: #0d6efd !important;  
  width: 47px !important;
  height: 47px !important;
  border-radius: 15% !important;
  box-shadow: 2px 5px 5px #00000099 !important;
  border: 2px solid rgb(255, 255, 255) !important;
  
}

.ya-share2__container_size_m .ya-share2__item_copy .ya-share2__icon_copy, .ya-share2__container_size_m .ya-share2__item_more .ya-share2__icon_more{
  background-size: 20px 20px !important;
}


.ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more{
  background: none !important;
  border-radius: 10px !important;
}

.ya-share2__container_size_m .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more.ya-share2__link_more-button-type_short{
  padding: 2px 0 !important;
}

.ya-share2__container_mobile .ya-share2__badge {
  border-radius: 15% !important;
}

.ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__icon_more {
  background-image: url("../images/share.png") !important;


}

.ya-share2__list .ya-share2__list_direction_vertical{
  position: relative !important;
  right: 50% !important;
  top: 90% !important;
  width: 150px;
  
} */



/* ------------------------------------------------------------------ sidebar_icon */

.sidebar_icon {
    font-family: "Montserrat", sans-serif !important;
}

@media all and (max-width: 610px) {
    .sidebar_icon {
        position: absolute;
        top: 5%;
        right: 3%;
    }
}

.sidebar_icon > * {
    padding-left: 0;
}


.share_social {
    background-color: #007bff;
    position: absolute;
    bottom: 1%;
    right: 1%;
    z-index: 9999;
    width: 50px;
    height: 50px;
    background: rgba(0, 102, 255, 0.71);
    backdrop-filter: blur(5px);
    border-radius: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 10px 25px rgb(0 0 0 / 15%);
    transition: 0.4s ease-out;
    padding: 5px 0 0 0 !important;
    z-index: 99;
}

/* ------------------------------------------------------------------ */
.mainCard{
    position: relative;
}
.mainCard img {
    opacity: 0.8;
    border-radius: 5%;
    margin: 10px 0 25px 0;
}

.menuMainIcon {
    width: 30px;
    height: 30px;
    background-color: #0f70f0;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    border-radius: 10px;
    padding: 10px;
    background-color: #00000000;
    position: absolute;
    left: 497px;
}

.menuMainIcon ion-icon {
    color: #fff;
    font-size: 27px;
    background-color: #60a73a;
    border-radius: 35%;
    border: solid 2px white;
}

@media (min-width: 300px) and (max-width: 630px) {
    .menuMainIcon {
        top: -146px !important;
        left: 270px;
    }
}