/*a, a:active, a:link, a:focus {color: var(--highlight-color); text-decoration: none;}*/
a:hover, a:focus  {color: var(--hover-color); text-decoration: none;}
a.girl-button {color: #ffffff;}
a.girl-button:hover, a.girl-button:focus  {color: var(--background-color); text-decoration: none;}

.girl-mode-ico {vertical-align: initial;color: #919799;}

.girl-photo {/*width: 100%;*/}
.girl-photo > a > img {/*width: 100%;*/}

.girl-details .girl-photo {/*width: 100%;*/}
.girl-details .girl-photo > a > img {/*width: 100%;*/}
.girl-details .girl-more-photo > a {/*width: 100%; max-width: 100%; flex: 0 0 100%;*/}
.girl-details .girl-more-photo > a > img {/*width: 100%;*/}
.girl-details .video-block {text-align: center;}
.girl-details .video-block > div, .girl-details .video-block > iframe {display: block; margin: 0 auto;}

/*header*/
ul.sorting-dropdown {}
ul.sorting-dropdown > li.active > a,
ul.sorting-dropdown > li.active > span {color: var(--highlight-color);}

.header {}
.header.-static-top {}
.header.-fixed-top {top: 0;}

/*nav*/
.navigation > ul > li > .splitter {
    display: inline-block;
}
.navigation > ul > li > a > .fab {
    width: 20px;
    margin-right: 10px;
    font-size: 15px;
    text-align: center;
}

/*seo*/
.seo{background: #fbf5fa;padding: 45px 0;}
.seo h2,.seo h3{font: 12px Arial, sans-serif;text-transform: uppercase;}
.seo p{font: 12px Arial, sans-serif;color: #817c81;line-height: 18px; margin-top: 26px;}

/*footer*/
footer .scroll-top{margin:40px 0;}
footer .bottom-line{height: 6px;background: #2f2f2f;}
footer .go-top{display: inline-block;height: 50px;width: 50px;line-height: 40px;font-size: 38px;position: relative;border:solid 2px var(--highlight-color);color: var(--highlight-color);border-radius: 50%;}

/*popup*/

/** -- ajax preloader -- */
.ajax-loading {position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: url(../img/ajax-loader.gif) no-repeat 52% 50% #fff; background-size: initial; opacity: 0.7;filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;z-index: 100;transition: opacity 0.20s linear;-webkit-transition: opacity 0.20s linear;-o-transition: opacity 0.20s linear;-moz-transition: opacity 0.20s linear;}
.ajax-loading.-appearance {opacity: 0.1;}
/** /-- ajax preloader -- */

.form-messages .errortext {color: red;}
.form-messages .notetext {color: green;}


/* add-form */
.add-form {}
.add-form .errortext, .add-form .notetext {font-size: 14px;}
.add-form .errortext {color: red;}
.add-form .notetext {color: green;}
.add-form .ui-helper-hidden-accessible {
    display: none;
}

.add-form {}

.add-form .form-messages {}
.add-form .form-messages p {font-size: 16px;}
.add-form .form-messages .-is-error {color: var(--highlight-color);}
.add-form .form-messages .-is-note {color: var(--text-dark-color);}

.add-form .form-popup {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999;
}
.add-form .form-popup .form-popup__inner {
    margin: 70px auto;
    padding: 20px;
    background: var(--background-color);
    border-radius: 5px;
    width: 90%;
    position: relative;
    transition: all 5s ease-in-out;
}
.add-form .form-popup .form-popup__title {
    margin-top: 0;
    color: #333;
    text-align: center;
    font-size: 16px;
}
.add-form .form-popup .form-popup__body {
    margin: 70px auto;
    padding: 20px;
    background: var(--background-color);
    border-radius: 5px;
    width: 90%;
    position: relative;
    transition: all 5s ease-in-out;
}
.add-form .form-popup .close {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: var(--text-dark-color);
}
.add-form .form-popup .close:hover {color: var(--highlight-color);}
.add-form .form-popup p {font-size: 16px;}
.add-form .form-popup .-is-error {color: var(--highlight-color);}
.add-form .form-popup .-is-note {color: var(--text-dark-color);}
@media screen and (max-width: 700px){
    .add-form .form-popup{
        width: 70%;
    }
}

.add-form .moreContacts {
    margin-bottom: 20px;
}
.add-form .moreContacts .moreContacts__item {
    line-height: 18px;
    font-size: 15px;
    border: 1px solid var(--text-light-color);
    margin-right: 8px;
    border-radius: 10px;
    padding: 3px;
}
.add-form .moreContacts .moreContacts__item i {
    padding-right: 5px;
    font-size: 18px;
}

.add-form .form-group {}
.add-form .form-group .group-col {

}
.add-form .form-group .col {}
.add-form .form-group .col-2 {width: 49%; display: inline-block; vertical-align: top;}
.add-form .form-group .col-3 {width: 32%; display: inline-block; vertical-align: top;}
.add-form .form-group .form-field {margin-bottom: 20px;}
.add-form .form-group .col-2 .form-field {width: 90%;}
.add-form .form-group .col-3 .form-field {width: 90%;}
.add-form .form-buttons input {color: #fff; border: none; display: inline-block; width: 100%; cursor: pointer;}
.add-form .form-buttons input:hover {color: var(--background-color);}

.add-form .input-map .girl-up-button {color: #fff;}
.add-form .input-map .girl-up-button:hover {color: var(--background-color);}

.add-form .description-checkbox-add {
    position: absolute;
    right: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease-out;
}
.add-form .custom-checkbox>.custom-checkbox--input:checked~.description-checkbox-add {
    opacity: 1;
    pointer-events: auto;
}

.add-form .input-string.--multiple .form-control { margin-bottom: 10px;}

.add-form .input-file .photo-wrap {position: relative; text-align: center; margin-bottom: 10px;}
.add-form .input-file .photo-wrap .file-preview {position: relative; display: block; border-radius: 6px; margin: 2px auto;}
.add-form .input-file .photo-wrap .file-preview .delete-file {text-align: center; width: 100%; padding: 10px; bottom: 0; position: absolute;}
.add-form .input-file .photo-wrap .form-control {}

.add-form .form-group .form-field .error {color: var(--highlight-color); display: inline-block; margin-right: 4px;}
.add-form .form-group .form-field.-has-error .form-control {border-color: var(--highlight-color);}
.add-form .form-group .form-field.-pulse {box-shadow: 0 0 0 0 rgba(200, 33, 113, 1); transform: scale(1); animation: pulse 2s infinite;}

@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(200, 33, 113, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

/* add-form end */

.starrequired {
    margin: 0 2px;
    color: #36d5cf;
    line-height: 10px;
    font-size: 12px;
}

.hidden {
    visibility: hidden;
    display: none !important;
}

.service-hint-text {
    margin-bottom: 12px;
}
.service-hint, .profile-list-parametrs span.service-hint, .profile-list-services span.service-hint, .profile-list-raion span.service-hint {
    color: #36d5cf; text-decoration: none; text-shadow: rgb(255,255,255) 1px 1px 0;
}

.mapBaloon {background-color: #36d5cf;font-size:14px;float: left;padding: 15px;color: #ffffff;width: 110px;border-radius: 3px;position: relative;margin-top: -80px;-webkit-box-shadow:  0px 1px 2px 0px rgba(00, 00, 00, 0.4);box-shadow:  0px 1px 2px 0px rgba(00, 00, 00, 0.4);}
.mapBaloon .name {padding-bottom: 2px;}
.mapBaloon .phone {font-size: 12px; white-space: nowrap;}
.mapBaloon .corner {position: absolute;width: 0;height: 0;border-top: 13px solid #36d5cf;border-right: 13px solid transparent; left: 0; bottom: -11px;}

.list-white-container .about-text {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 10px;
    border-radius: 8px;
    border: 1px solid #36d5cf;
    background: #ffd8ec;
    padding: 6px;
}
.list-white-container .about-text:before, .list-white-container .about-text > .before {
    position: absolute;
    top: -15px;
    right: 20px;
    content: "";
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-bottom-color: #36d5cf;
    border-top: 0;
    border-right: 0;
    opacity: 0.7;
}
@media all and (max-width: 500px) {
    .list-white-container .about-text:before, .list-white-container .about-text > .before {
        display: none;
    }
}

.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: #000000;
  color: white;
  padding: 8px;
  z-index: 100;
}

.skip-link:focus {
  top: 60px;
}