.tooltip {
    z-index: 9999999;
}

.bs-tooltip-top .arrow::before {
    border-top-color: #1976d2;
}

.bs-tooltip-left .arrow::before {
    border-left-color: #1976d2;
}

.bs-tooltip-right .arrow::before {
    border-right-color: #1976d2;
}

.bs-tooltip-bottom .arrow::before {
    border-bottom-color: #1976d2;
}

.tooltip .tooltip-inner {
    background-color: #1976d2;
}

.services-page .services__sides .rht {
    width: 100%;
}

.user-page .rht__center .center__about .photo {
    min-width: 260px;
}

.user-page {
    padding-bottom: 45px;
}

.user-page .center__videos .block .item:after {
    height: auto;
}

.edit-profile .photos-block .block .item label {
    height: 220px;
}

.edit-profile .photos-block .block .item .upload-photo {
    margin: 0 auto;
}

.rht__form .col-form-label {
    font-size: 1rem !important;
    margin-top: 11px;
}

.favorites .block .members__item .block__buttons .full-star {
    background: #ef2354;
}

.favorites .block .members__item .block__buttons .full-star svg path {
    fill: #fff;
}

.user-page .rht__top .top__profile .photo .photo-image {
    border-radius: 14px;
}

body .lft {
    min-width: 249px;
    width: 249px;
}

.members__item .online {
    top: -16px;
}

.form-fixed-small{
    visibility: hidden;
    position: fixed;
    bottom: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 30px 25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    -o-border-radius: 10px;
    z-index: 203;
    border-top: 1px solid #FDA6C8;
}
.form-fixed-small__text{
    margin-bottom: 10px;
}
#cookies_policy .form-fixed-small__text{
    margin-bottom: 0;
}
.form-fixed-small__text a{
    color: #2fa1e7 !important;
}
.form-fixed-small__text a:hover{
    text-decoration: underline;
}
.form-fixed-small__btn{
    font-weight: bold;
    border: none;
    -ms-align-self: flex-end;
    align-self: flex-end;
    padding: 7px 20px;
    border-radius: 20px;
    background-color: #2fa1e7;
    color: #fff;
    border: 0;
}
.form-fixed-small__btn.transparent{
    background: transparent;
    color: #aaa;
}
.form-fixed-small .row{
    -ms-align-self: flex-end;
    align-self: flex-end;
    margin-left: 0;
    margin-right: 0;
}
.form-fixed-small__text{
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: flex-start;
    align-items: flex-start;
}
.form-fixed-small__logo{
    width: 100px;
    margin-right: 5px;
}

header .wrapper .header__menu .menu__buttons .m-b {
    margin: 0 25px 0 25px;
}