/* Подложка под модальное окно с ошибкой */

.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

.modal-overlay-show {
    display: block;
}

#account-common-popup-lock,
#account-common-success-alert,
#account-common-error-alert,
.modwin,
.modwin2,
.modwin_res { /* modal on account-stat page */
    z-index: 10000;
}
/* Новые правки */
.selectHttp .selectbox .dropdown li {
    padding-left: 10px;
}
@media only screen and (max-width: 380px) {
    .rht {
        max-width: 100%
    }
    .modwin_export .flds em {
        display: block!important;
        width: 100%
    }
}
@media only screen and (max-width: 649px) {
    .modwin2 .name_ok {
        line-height: 26px;
        margin-top: 20px
    }
}
.contentPage.geopro_page.postbig h3 {
    text-align: left;
}
.contentPage.geopro_page.postbig {
    text-align: left;
}
.contentPage.geopro_page.postbig .date {
    text-align: left;
}
a:hover, button:hover {
    text-decoration: none;
    color: #d12a94!important;
    transition: 0.3s;
}
@media only screen and (max-width:1602px) and (min-width: 1203px) {
span.verify {
    display: flex;
    margin-top: 5px;
}

span.verify b {
    margin-right: 5px;
}

.account-site-notifies-field-row > div .flex-group.flex-checkbox {
    margin-left: 70px;
}
div#twitter-row > div .flex-group.flex-checkbox {
    margin-left: -40px;
}

}
@media only screen and (max-width: 1202px) and (min-width: 1000px) {
.account-site-notifies-field-row > div {
    display: block;
    width: 100%;
}

.account-site-notifies-field-row .flex-group.flex-checkbox {
    width: 20%;
    float: right;
}

span.verify {
    display: flex;
    margin-top: 5px;
}

span.verify b {
    margin-right: 5px;
}
.rightlink.del {
    display: flex;
}

.rightlink.del b {
    margin-right: 5px;
}
}
.scrollToTop {
    background: url(../img/svg/arrow_up2.svg) no-repeat;
    height: 85px;
    padding: 10px;
    position: fixed;
    right: 3%;
    bottom: 31px;
    width: 85px;
    cursor: pointer;
    z-index: 20000;
    display: none;
    opacity: .7;
    transition: 0.3s;
}
.scrollToTop:hover {
    opacity: 1;
}