html body {
    font-family: Open;
}

.navig {
    position: sticky;
    padding-top: 27px;
    top: 0;
    background: #fff;
    z-index: 99;
    min-height: 58px;
    padding-bottom: 27px;
    height: 85px;
}

.navig .prev, .navig .next {
    height: 31px;
    width: 118px;
    border-radius: 5px;
    background-color: #c83070;
    background-image: linear-gradient(-55deg, #d81d6d 0%, #d7419d 100%);
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    margin-left: 0px;
    cursor: pointer;
}

.navig .prev {
    padding-left: 3px;
    padding-top: 3px;
}

.navig .next {
    padding-right: 3px;
    padding-top: 3px;
}

.navig .favorite, .profile_info .favorite {
    background-color: transparent;
    height: 31px;
    font-size: 14px;
    color: #474747;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
    user-select: none;
    padding-top:3px;
    width:118px;
}

@media (min-width: 1280px) {
    .navig .favorite {
        position: absolute;
        border: 2px solid #C6C6C6;
        border-radius: 5px;
        top: 0px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .navig .favorite svg {
        margin-right: 5px;
    }
}

.navigationQ {
    display:flex;
    justify-content: space-between;
}

.navig .favorite img, .profile_info .favorite img {
    margin-top: -3px;
    width: 19px;
}

.navig .prev img {
    padding-right: 8px;
    margin-top: -2px;
}

.navig .next img {
    padding-left: 8px;
    margin-top: -2px;
}

#profile .profile_block {
    padding-top: 0px;
}

#profile .profile_block .descs {
    background-color: #ebebeb;
    border-radius: 10px;
    padding: 22px 27px;
    margin-bottom: 40px;
}

#profile .profile_block .descs .name {
    color: #292929;
    font-size: 14px;
    font-family: Bold;
    display: inline-block;
    padding-bottom: 9px;
}

#profile .profile_block .descs .text {
    line-height: 18.24px;
    font-size: 14px;
    color: #131313;
}

#profile .profile_block .descs .date {
    font-size: 12px;
    color: #939393;
    float: right;
}

#profile .profile_info .photo_info {
    border-radius: 5px;
    background-color: #61ad68;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 3px 10px;
    display: flex;
    align-items: center;
}

#profile .profile_info .photo_info svg {
    width: 14px;
    margin-right: 2px;
    fill: #FFFFFF;
}

#profile .profile_info .name {
    font-size: 47px;
    color: #000000;
    font-family: Bold;
    padding-top: 9px;
    padding-bottom: 9px;
}

#profile .profile_info .location {
    font-size: 14px;
    font-weight: 700;
    color: #292929;
    padding-bottom: 26px;
    border-bottom: 1px solid #dbd8d8;
}
#profile .profile_info .location a svg {
    width: 20px;
    height: 20px;
    margin-bottom: -4px;
}

#profile .profile_info .location span {
    color: #000000;
    font-weight: 400;
}

#profile .profile_info .phone {
    font-size: 30px;
    color: #131313;
    padding-top: 24px;
    padding-left: 0px;
    margin-bottom: 28px;
    border-bottom: 1px solid #dbd8d8;
}
@media screen and (max-width: 767px) {
    #profile .profile_info .phone {
        margin-bottom: 0px;
    }
}

#qr_image img {
    margin-bottom: 20px;
}

#profile #googlemp {
    cursor: pointer;
    background-color: #D82476;
    border-radius: 5px;
    padding: 5px 10px;
    display: inline-block;
    color: #FFF;
    margin-top: 5px;
    margin-left: 5px;
}
#profile .profile_info .phone div.phone-row {
    margin-left: -8px;
}
#profile .profile_info .phone svg {
    fill: #4898EB;
    width: 32px;
    height: 33px;
    display: inline-block;
}

div.phone-row {
    display: flex;
    align-items: center;
}

div.phone-row a {
    color: #438cca;
}

.photo_info_no {
    display: flex;
    align-items: center;
}

.photo_info_no svg {
    margin-right: 5px;
}

#profile .profile_info .sms span {
    font-size: 14px;
    color: #292929;
    font-family: Bold;
    display: block;
}

#profile .profile_info .sms {
    color: #202020;
    font-weight: 400;
    font-size: 14px;
}

#profile .profile_info .call .head, #profile .profile_info .services .head {
    font-size: 14px;
    color: #292929;
    font-family: Bold;
    padding-bottom: 5px;
}

#profile .profile_info .call .desc, #profile .profile_info .services .desc  {
    color: #181717;
    font-size: 14px;
    letter-spacing: -0.28px;
    font-weight: 400;
    padding-bottom: 6px;
}

#profile .profile_info .call .desc span, #profile .profile_info .services .desc span {
    float: right;
    width: 80px;
    text-align: left;
}

#profile .profile_info .people_info table tr.desc td span {
    display: inline-block;
    padding-left: 8px;
    float: none;
}
#profile .profile_info .people_info table tr.desc td {
    padding-bottom: 6px;
}

#profile .profile_info .people_info .desc {
    font-size: 14px;
    font-family: Bold;
    color: #202020;
    padding-bottom: 6px;
    max-width: 196px;
}

#profile .profile_info .people_info .desc span {
    font-size: 14px;
    color: #202020;
    font-weight: 400;
    float: right;
    width: 100px;
    font-family: Open;
}

#qwbs {
    text-decoration: underline;
    display: none;
    cursor: pointer;
}

#profile .profile_info .services .head {
    padding-bottom: 9px;
}

#profile .profile_info .services .desc {
    position: relative;
    padding-left: 25px;
}

#profile .profile_info .services .desc:before {
    position: absolute;
    top: 2px;
    left: 0px;
    /*content: url('/themes/newd2/img/h_r.png');*/
    content: url("/themes/newd2/img/h_r.svg");
}

#profile hr {
    border-top: 1px solid #dbd8d8;
    margin-top: 29px;
    margin-bottom: 28px;
}

#profile .another_block {
    border: 2px solid rgba(219, 216, 216, 0.34);
    border-radius: 5px;
    padding: 15px 21px;
    margin-top: 29px;
    padding-bottom: 25px;
}

#profile .another_block .item {
    position: relative;
    overflow: hidden;
}

#profile .another_block .item .img img {
    width: 100%;
    border-radius:4px;
}

#profile .another_block .first .img, #profile .another_block .first .ing {
    display: inline-block;
}
#profile .another_block .first .img, #profile .another_block .first img {
    border-radius: 5px;
}

#profile .another_block .first {
    margin-bottom: 16px;
}

#profile .another_block .first .ing {
    margin-left: 15px;
    margin-top: 14px;
    vertical-align: top;
}

#profile .another_block .first .ing .from {
    font-size: 14px;
    color: #292929;
    font-weight: 700;
}

#profile .another_block .first .ing a {
    text-decoration: underline;
    font-size: 17px;
    color: #cf1479;
    font-weight: 700;
}

#profile .another_block .item:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-image: url('/themes/newd2/img/another_sh.png');
}

#profile .another_block .item .name {
    position: absolute;
    bottom: 0px;
    left: 3px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
    padding-bottom: 4px;
}

#like {
    background-color: #ececec;
    margin-top: 43px;
    padding-top: 31px;
}

#like .head {
    font-family: Bold;
    font-size: 14px;
    color: #292929;
    padding-left: 7px;
    margin-bottom: 25px;
}

#like .desc {
    padding-top: 28px;
    padding-left: 4px;
    padding-right: 4px;
    max-width: 950px;
    margin-bottom: 44px;
}

#like .desc p {
    line-height: 20px;
    font-size: 14px;
    color: #000000;
    margin-bottom: 20px;
}

#like .img img {
    width: 100%;
}

#thimb {
    position: fixed;
    right: 40px;
    bottom: 40px;
    z-index: 999;
}

.navig .prev:hover, .navig .next:hover {
    opacity: .9;
    cursor: pointer;
}

.head_comments, .head_questions {
    font-size: 14px;
    color: #292929;
    font-family: Bold;
    padding-bottom: 20px;
    padding-left: 26px;
}

.comments-container {
    padding-left: 23px;
}
#my-video {
    width: 100%;
    max-height: 300px;
    background-color: #212121;
    border-radius:7px;
}
.video-box.vimeo-box {
    background-color: #212121;
    border-radius:7px;
}
.video-box.vimeo-box iframe {
    margin-bottom: -4px;
}
.verification_expired {
    text-transform: uppercase;
    color: #C82EE1;
    font-size: 12px;
    margin-left:13px;
}
.profile-view .h3 .name {
    display: flex;
    align-items:center;
}

.report_user {
    height: 31px;
    display: inline-block;
    border-radius: 5px;
    background-color: #c83070;
    background-image: linear-gradient(-55deg, #d81d6d 0, #d7419d 100%);
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin-left: 0;
    padding: 5px 12px 3px 12px;
    vertical-align: top;
    cursor: pointer;
    border: none;
}
.report_user:focus {
    color: #fff;
}
.report_user:hover {
    text-decoration: none;
    color:#FFFFFF;
}
.profile_block.visible-xs.visible-sm {
    position: relative;
}
.profile_block .likes_dislikes {
    position: absolute;
    display:flex;
    right: 20px;
    top: 33px;
}
.profile_block .likes_dislikes div {
    display:flex;
    align-items:center;
    font-weight: bold;
}
.profile_block .likes_dislikes div {cursor:pointer;}
.profile_block .likes_dislikes div span {
    display:inline-block;
    width: 30px;
    height:30px;
    background-repeat: no-repeat;
    margin-right: 5px;
    background-image: url('/themes/newd2/images/likes.png');
}
.profile_block .likes_dislikes div:first-child span {
    background-position: 0px 0px;
}
.profile_block .likes_dislikes div.selected:first-child span {
    background-position: 0px -30px;
}
.profile_block .likes_dislikes div:last-child span {
    margin-left: 15px;
    background-position: -30px 0px;
}
.profile_block .likes_dislikes div.selected:last-child span {
    background-position: -30px -30px;
}
.profile_block .likes_dislikes div:last-child span:hover {
    background-position: -30px -30px;
}
.profile_block .likes_dislikes div:first-child span:hover {
    background-position: 0px -30px;
}

/** Tours **/
.tours_desktop span {
    font-size: 14px;
    color: #292929;
    font-weight: 700;
}

.question-container {
    padding-left: 23px;
}

.report-but.visible-xs.visible-sm {
    margin-top: 15px;
}

.jquery-comments .no-comments.no-data {
    display: none !important;
}

.car1 span {
    position: absolute;
    left: 0px;
    bottom: 4px;
    color: #FFF;
    padding-left: 5px;
    padding-right: 5px;
}

.video_margin {
    margin-bottom: 20px;
}

.prev svg, .next svg {
    height: 13px;
    fill: #FFF;
    margin-left: 8px;
    margin-right: 8px;
}

.prev, .next {
    display: flex;
    align-items: center;
}

.prev {
    justify-content: flex-start;
}

.next {
    justify-content: flex-end;
}

#googlemp {
    cursor: pointer;
}

#profile .profile_info .location #show_map {
    cursor: pointer;
    background-color: #D82476;
    border-radius: 5px;
    padding: 5px 10px;
    display: inline-block;
    color: #FFF;
    margin-top: 5px;
    text-decoration: none;
    font-family: Open;
    font-size: 14px;
    font-weight: 400;
}

#profile .profile_info .location #location_map iframe {
    margin-top: 10px;
    width: 100%;
}

#profile .profile_info .location #location_map {
    position: relative;
}

#profile .profile_info .location #location_map img {
    margin-left: -100px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -150px;
}

.comments_elements {
    display: flex;
    justify-content: space-between;
}

.comment_translate, .question_translate {
    color: #318CE7;
}

#favorite_desktop .favorite-icon-no-select {
    width: 17px;
    height: 17px;
}
@media screen and (min-width: 992px) {
    .photo_info_no svg {
        fill: #333;
    }
}
