.appInfo .button {
    color: #fff;
}

.modalBg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out 350ms;
    background-color: rgba(0, 0, 0, 0.5);
}
.modalBg.visible {
    opacity: 1;
    visibility: visible;
}

.modalBox {
    position: absolute;
    z-index: 99999;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}
.modalBox .window {
    background-color: #fff;
    margin: 0 auto;
    max-width: 460px;
    position: relative;
    border-radius: 5px;
}
.modalBox .window .title {
    padding: 30px 15px 10px;
    text-align: center;
    font-size: 24px;
    line-height: 26px;
}
.modalBox .window p {
    padding: 0 15px 20px;
    font-size: 16px;
    line-height: 22px;
}
.modalBox .window .buttons {
    padding: 0 15px 15px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
}

iframe {
    border-radius: 0px;
    -webkit-border-radius: 0px;
}

.popupCnt .middle {
    padding: 120px 0 0;
}

.modalBox {
    top: 40%;
}

.escortData .inputWithSelect {
    width: 100%;
}

.escortData .costs select {
    width: 100px;
}

#photoEdit .middle {
    padding: 30px 0 0;
}

.small{
    font-size: 12px;
}

.profileImages img {
    width: auto;
    height: 100%;
}

.profileImages .type1 {
    width: auto;
}

.profileImages.mobile {
    padding: 16px 10px;
    display: block;
}

.advancedSearch {
    padding: 40px 90px 22px 20px;
}

.advancedSearch .oneBlock {
    padding: 0 0 20px;
}

.pages{
    padding-top:30px;
}

.pages h2 {
    font-weight: 700;
    font-size: 37px;
    line-height: 44px;
    margin: 0 0 30px;
}

.pages p {
    margin: 0 0 20px;
}

.pages strong {
    font-weight: bolder;
}

.galleryContent .galleryType3 .image {
    width: 100%;
    margin: 0 2% 20px 0;
}

.profileImages.mobile a {
    padding: 0 10px;
}

.profileImages.mobile .video img {
    height: 200px;
    cursor: hand;
    cursor: pointer;
}

.cursor{
    cursor: hand;
    cursor: pointer;
}

.photoBlur {
    margin: 0 auto;
    text-align: center;
    display: table;
    width:480px;
}

.photoBlur.hidden {
    display: none;
}
.photoBlur input {
    display: none;
}
.photoBlur .editArea {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.photoBlur .editArea .playground {
    position: relative;
    cursor: default !important;
    width: 460px !important;
    display: block;
}

.photoBlur .cell {
    padding: 0 10px;
}
.photoBlur .buttons {
    margin: 0 auto;
    width: auto;
}
@media only screen and (max-width: 989px) {
    .photoBlur .buttons {
        width: 100%;
    }
    .photoBlur .buttons .cell {
        padding: 10px 0;
        display: block;
    }
    .advancedSearch {
        padding: 73px 15px 20px;
        width: 100%;
        z-index: 999;
    }

    .logins .inputBlock input{
        font-size: 16px;
    }
}
.photoBlur .tools {
    padding: 24px 0 31px;
    text-align: center;
}

.photoBlur .tools img {
    margin: 0 auto;
}
.photoBlur .tools .type {
    padding: 3px 0 0;
    color: #575756;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
}
.photoBlur .tools .toolType {
    cursor: pointer;
}
.photoBlur .tools .toolType:hover {
    opacity: 0.8;
}
.photoBlur .tools .cell {
    vertical-align: top;
}
.photoBlur .sliderTool {
    padding: 40px 0 60px;

}

.photoBlur .sliderTool .side {
    width: 22px;
    padding: 0 0 2px;
    vertical-align: bottom;
}
.photoBlur .sliderTool .minus,
.photoBlur .sliderTool .plus {
    width: 20px;
    height: 20px;
    display: block;
}
.photoBlur .sliderTool .minus:hover,
.photoBlur .sliderTool .plus:hover {
    opacity: 0.8;
}
.photoBlur .sliderTool .plus {
    margin: 0 0 0 2px;
    background: url("../images/range_plus.svg") no-repeat center center;
}
.photoBlur .sliderTool .minus {
    background: url("../images/range_minus.svg") no-repeat center center;
}
.photoBlur .irs--flat .irs-bar {
    background-color: #be1622;
    height: 5px;
}
.photoBlur .irs--flat .irs-line {
    background-color: #575756;
    height: 5px;
}
.photoBlur .irs--flat .irs-handle {
    width: 15px;
    height: 15px;
    top: 20px;
    background-color: #e62c3c;
    cursor: pointer;
    border-radius: 999px;
    -webkit-border-radius: 999px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
}
.photoBlur .irs--flat .irs-handle i {
    display: none;
}

.searchLine {
    display: block;
}

.window a{
    color: #575756;
}

.sidebarMenu .profileIMG img {
    box-shadow: 0 0px 0px rgb(0 0 0);
}

.hideOnDesktopCustom{
    display: none;
}

.hideOnMobileCustom{
    display: block;
}

@media only screen and (max-width: 989px) {
    .hideOnDesktopCustom{
        display: block;
    }

    .hideOnMobileCustom{
        display: none;
    }
    }

.escortData .label, .escortData .timeCheck {
    font-size: 12px;
    }

@media only screen and (max-width: 300px){
    .searchLine .searchBlock {
        width: 260px;
        }
    }
