#typical, #typicalb, #typical2, #typical2b, #typical3, #typical3resp1199, #typical3resp767, .standard, #typical3b, #typical3bresp1199, #typical3bresp767, .standardb {
    margin-bottom: 0 !important;
}
#topblockhome {
    height: auto;
    min-height: auto; 
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    padding-top: 15px;
}
.navbar {
    min-height: auto;
    margin-bottom: 0;
    width: 100% !important;
}
.navbar-default {
    background: none;
    border: 0;
}
.navbar-default .navbar-collapse {
    border: 0;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    padding-left: 0;
    padding-right: 0;
}
.navbar-default .collapse .close {
    display: none;
}
.navbar-default .navbar-collapse:before {
    display: none;
}
.navbar-default .container-fluid {
    width: 96%;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
}
.navbar-default .container-fluid:before {
    display: none;
}
#menu {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: calc(100% - 70px);
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    padding-left: 0;
    padding-right: 0;
}
#menu ul {
    width: 100%;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
#menu ul li {
    /* line-height: 1.7; */
}
/* #menu ul li a.add_my_btn, #menu ul li a.add_my_btn:visited {
    font-weight: bold;
    font-size: 1.05em;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    text-decoration: none !important;
    background: #6eae12 !important;
    color: #fff !important;
    padding: .5rem 1.5rem !important;
    border-radius: 6px !important;
    margin: 0;
}
#menu ul li a.add_my_btn:hover {
    background: #e60000 !important;
    color: #fff !important;
}
#menu ul li a.add_my_btn em {
    text-decoration: none !important;
    margin-right: .5rem;
    font-size: 1.5em;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    padding-right: 1px;
    padding-top: 1px;
    background: #6eae12;
    color: #fff;
} */
#menu ul li a:hover {
    color: #e60000;
}
#menu ul li a.add_my_btn:hover em {
    /* background: #e60000; */
}
#menu ul li a.add_my_btn span {
    position: relative;
    /* line-height: 1.1; */
}
#menu ul li a.add_my_btn span:after {
    /* position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    left: 0;
    top: 95%;
    background: #6eae12; */
}
#menu ul li a.add_my_btn:hover span:after {
    /* background: #e60000;
    width: 100%;
    height: 1px; */
}
.help {
    right: 0;
    position: relative;
    float: none !important;
    /* margin-top: -30px; */
    margin-top: 0;
    width: 70px !important;
    text-align: right !important;
}
.help ul li {
    margin-right: 0 !important;
}
.navbar-header .my_private {
    display: none;
}
@media only screen and (max-width: 991px) {
    .navbar-default .collapse  {
        display: none !important;
    }
    .navbar-default .collapsing, .navbar-default .collapse.in {
        display: block !important;
        position: fixed;
        background: #000;
        z-index: 1000;
        top: 0;
        width: 70%;
        right: 0;
        padding: 40px;
        margin: 0;
        transition-property: none;
        transition-duration: .00000002s;
        transition-timing-function: ease;
        overflow-y: auto !important;
        height: auto !important;
    }
    .navbar-header {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
        float: none;
        width: 100%;
        margin: 0 auto !important;
    }
    .navbar-header .my_private {
        display: block;
        margin-left: auto;
        margin-right: 3rem;
    }
    .navbar-header .my_private a.add_my_btn {
        margin: 0 !important;
    }
    .navbar-header .navbar-toggle {
        display: block !important;
        margin-left: auto;
        margin-right: 0;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    #menu ul {
        padding-bottom: 4rem;
    }
    #menu ul li {
        width: 100%;
        text-align: left;
        padding: .7rem 0 !important;
    }
    #menu ul li.last {
        padding-top: 1.2rem !important;
    }
    .navbar-default .collapsing strong, .navbar-default .collapse.in strong {
        color: #e60000 !important;
    }
    .navbar-default .collapsing #menu ul li a, .navbar-default .collapsing #menu ul li a:visited,
    .navbar-default .collapse.in #menu ul li a, .navbar-default .collapse.in #menu ul li a:visited {
        color: #fff !important;
    }
    .navbar-default .collapsing #menu ul li a:hover, .navbar-default .collapse.in #menu ul li a:hover {
        color: #e60000 !important;
    }
    #menu ul li a.add_my_btn {
        width: 240px;
        min-width: 240px;
    }
    .navbar-default .collapsing #menu ul li a.add_my_btn:hover, .navbar-default .collapse.in #menu ul li a.add_my_btn:hover {
        color: #fff !important;
    }
    #menu ul li a.add_my_btn span:after {
        /* background: #fff; */
    }
    #menu ul li a.add_my_btn:hover span:after {
        /* background: #e60000; */
        width: 100%;
        height: 1px;
    }
    .help {
        /* top: 35px; */
        margin-top: 0;
        text-align: left;
        padding: 0;
        width: 100% !important;
        text-align: left !important;
    }
    .help a, .help a:visited {
        color: #fff !important;
    }
    .help a:hover {
        color: #ff0000 !important;
    }
    .navbar-default .collapsing .close, .navbar-default .collapse.in .close {
        display: block;
        color: #fff;
        opacity: 1;
        font-size: 4rem;
        position: absolute;
        right: 40px;
        top: 10px;
        outline: none !important;
        text-shadow: none !important;
        z-index: 1000;
    }
    @media only screen and (max-width: 479px) {
        .navbar-default .collapsing .close, .navbar-default .collapse.in .close {
            right: 20px;
        }
    }
    .navbar-default .collapsing .close:hover, .navbar-default .collapse.in .close:hover {
        color: #ff0000;
    }
}
@media only screen and (max-width: 767px) {
    #menu ul li a.add_my_btn {
        width: 255px;
        min-width: 255px;
    }
}
@media only screen and (max-width: 599px) {
    .navbar-header .my_private {
        display: none;
    }
    .navbar-header .navbar-toggle {
        margin-left: auto;
    }
}
@media only screen and (max-width: 479px) {
    .navbar-default .collapsing, .navbar-default .collapse.in {
        width: 95%;
        padding: 25px;
    }
}

.logo_head_city {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    padding: 2.5rem 0 1.5rem 0 !important;
}
@media only screen and (max-width: 991px) {
    .logo_head_city {
        padding: 2rem 0 !important;
    }
    .logo_head_city #logosibest {
        margin: 0 !important;
        position: absolute !important;
        top: -45px !important;
    }
    .logo_head_city .head1sub {
        margin: 0 auto !important;
        padding: 0 0 1.5rem 0 !important;
    }
    .oserreg {
        width: 100% !important;
    }
    .oserreg #menus_c {
        text-align: center !important;
    }
}
@media only screen and (max-width: 599px) {
    .logo_head_city #logosibest {
        top: -40px !important;
    }
}


@media screen and (max-width: 1279px) {
    .payment {
        position: relative !important;
    }
}
@media screen and (max-width: 639px) {
    .copyr {
        position: relative !important;
        width: 100% !important;
        display: flex !important;
        flex-wrap: wrap !important;
        right: auto !important;
        padding-top: 10px !important;
    }
    .copyr ul {
        width: 100% !important;
        text-align: center !important;
    }
    .copyr ul li {
        display: inline-block !important;
        margin: 0 5px 10px 5px !important;
    }
    .copyr ul li.last {
        margin-right: 5px !important;
    }
    p.copdom {
        width: 100% !important;
    }
}