.site-button {
    background: #f47d6e;
    color: #fff !important;
    border: 0 !important;
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    padding: 20px 30px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 60px;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(102, 128, 136, 0.42);
    box-shadow: 0px 5px 10px 0px rgba(102, 128, 136, 0.42);
}

.site-button:hover {
    background: #de685f;
}

.btn-border {
    border: 3px solid #f47d6e !important;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 17px 30px;
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    color: #1b1b1b !important;
    border-radius: 50px;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(102, 128, 136, 0.42);
    box-shadow: 0px 5px 10px 0px rgba(102, 128, 136, 0.42);
}

.btn-border:hover {
    background: #de685f;
    color: #fff !Important;
}

.item-phone {
    padding-left: 34px;
    background: url(../img/phone.png) no-repeat left top;
}

.item-phone__link {
    display: block;
    border: 0 !important;
    font-size: 20px;
    line-height: 22px;
    font-weight: bold;
    color: #1b1b1b !important;
}

.item-phone__mail {
    font-size: 17px;
    border: 0 !important;
    color: #f47d6e !important;
    display: block !important;
    padding-top: 10px;
}

.profile-page__body--reg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 100%;
}

.profile-page .page-main {
    color:#181818;
}

.profile-title {
    font-size: 39px;
    margin: 0;
    margin-bottom: 20px;
}

.profile-page__title {
    font-size: 36px;
    text-align: center;
    margin: 0;
    margin-bottom: 15px;
}

.profile-page__form {
    width: 100%;
    max-width: 1000px;
    padding: 47px;
    background: #fff;
    margin: auto;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 13px 0 rgba(47, 114, 159, 0.27);
    box-shadow: 0 0 13px 0 rgba(47, 114, 159, 0.27);
}

.profile-page__wrap {
    width: 100%;
}

.profile-form__label {
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 15px;
    display: block;
    width: 100%;
}

.profile-form__top {
    margin-bottom: 40px;
}

.profile-form__top .profile-form__label {
    text-align: center;
}

.input-status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: -10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.input-status__item {
    position: relative;
    margin: 10px;
}

.input-status__item input {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
    cursor: pointer;
}

.input-status__label {
    border: 4px solid #cfcfcf;
    border-radius: 50px;
    padding: 15px 55px;
    font-size: 20px;
    line-height: 22px;
    font-weight: 500;
    color: #cfcfcf;
}

.input-status__item input:checked +.input-status__label {
    border-color: #f47d6e;
    color: #f47d6e;
}

.input-style {
    width: 100%;
    border: 1px solid #9eb2b9;
    padding: 16px 32px;
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    border-radius: 3px;
    background: #fff;
}

.profile-form__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.profile-form__flex-item {
    width: 48%;
    margin-bottom: 30px;
}

.input-style.error {
    border-color: red;
}

.send-code {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 15px;
}
input.code-true {
    opacity: .7;
    border-color: #3bf676;
}
.profile-page__desc{
    text-align: center;
    margin-bottom: 40px;
}

.profile-page a {
    color: #f47d6e;
    text-decoration: none;
    border-bottom: 1px solid #f47d6e;
}

.profile-page a:hover {
    border-color: transparent;
}

.send-code__input {
    width: 30%;
    display: none;
}

.send-code__input input {
    width: 100%;
    border: 1px solid #9eb2b9;
    padding: 11px 20px;
    font-size: 16px;
    line-height: 18px;
    border-radius: 3px;
}

.min-button {
    width: 100%;
    padding: 13px 20px;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 50px;
    background: #f47d6e;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    display: block;
}

.min-button-border {
    width: 100%;
    padding: 9px 20px;
    font-size: 13px;
    line-height: 13px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 50px;
    background: transparent;
    color: #f47d6e;
    font-weight: 600;
    letter-spacing: 1px;
    display: block;
    border: 4px solid #f47d6e;
}

.send-code button:hover {
    border-color: #de685f;
}

.send-code__resend {
    width: 35%;
}

.send-code__accept {
    width: 31%;
    display: none;
    margin-right: auto;
    margin-left: 10px;
}

.send-code__input input.error {
    border-color: red;
}

.profile-form__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}



.register-result {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    z-index: 99999;
    display: none;
}
.register-result.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.register-result__wrap {
    width: 100%;
    position: relative;
    z-index: 9999;
    text-align: center;
    /*-webkit-box-orient: vertical;*/
    /*-webkit-box-direction: normal;*/
    /*-ms-flex-direction: column;*/
    /*flex-direction: column;*/
    /*-webkit-box-align: center;*/
    /*-ms-flex-align: center;*/
    /*align-items: center;*/
    /*-webkit-box-pack: center;*/
    /*-ms-flex-pack: center;*/
    /*justify-content: center;*/
    /*overflow-y: auto;*/
    /*display: -webkit-box;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    /*padding-top: 60px;*/
    overflow-y: auto;
}

.register-result__close {
    position: absolute;
    right: -60px;
    top: -60px;
    text-indent: -9999px;
    overflow: hidden;
    width: 60px;
    height: 60px;
    background: url(../img/close.png) no-repeat center center;
    border: 0 !important;
}

.register-result__body {
    width: 100%;
    max-width: 696px;
    padding: 51px;
    position: relative;
    z-index: 9999;
    background: #fff;
    border-radius: 20px;
    text-align: center;
    margin: 60px auto;
}

.register-result__title {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 30px;
}

.register-result__text {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
    color: #2f2f2f;
}

.profile-form__item {
    margin-bottom: 20px;
}

.profile-form--over {
    max-width: 680px;
    padding: 60px 70px;
}

.profile-form--over .profile-form__label {
    text-align: center;
}

.profile-form__footer + .profile-form__footer {
    margin-top: 20px;
}

.profile-form--over .site-button {
    min-width: 270px;
}

.site-footer__profile {
    text-align: center;
    color: rgba(38, 38, 38, 0.588);
    padding: 30px 0;
    font-size: 15px;
}

.site-footer__profile a {
    text-decoration: none;
    border: 0;
    color: rgba(38, 38, 38, 0.588);
}

.site-footer__profile a:hover {
    text-decoration: underline;
}

.profile-form__footer--colomn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.profile-form__footer--colomn .profile-form__reset {
    display: inline-block;
    vertical-align: top;
    margin-top: 25px;
}

.user-profile {
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.user-profile__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.flex-user__right {
    width: 77%;
    padding: 0 70px;
}

.flex-user__left {
    width: 23%;
    background: #fff;
}

.user-profile__content .flex-user__right {
    padding-top: 25px;
    padding-bottom: 50px;
    border-top: 1px solid #cad3d5;
    background: #f2efe6;
}

.sidebar-profile {
    border-top: 1px solid #cad3d5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.user-profile__header .flex-user__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.user-profile__header a {
    border: 0;
}

.user-profile__header img {
    display: block;
}

.user-profile__top-right {
    padding-top: 25px;
    padding-bottom: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.user-profile__minicard {
    margin-left: auto;
}

.minicard-user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 18px;
    font-weight: bold;
}

.minicard-user__image {
    padding-left: 85px;
    position: relative;
    height: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.minicard-user__image img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 60px;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
    max-width: 56px;
    max-height: 56px;
}
img {
    max-width: 100%;
    height: auto;
}
.minicard-user__type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 50px;
    text-align: center;
}

.minicard-user__val {
    color: #f47d6e;
    font-style: italic;
}

.minicard-user__image .minicard-user__val {
    font-style: normal;
    text-align: right;
}

.user-profile__status {
    margin-right: 35px;
}

.user-profile__desc {
    max-width: 885px;
    font-size: 19px;
    margin-bottom: 20px;
}

.user-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.user-menu ul {
    display: none;
}

.user-menu a {
    display: block;
    font-size: 22px;
    line-height: 1.2;
    color: #181818;
    font-weight: bold;
    padding: 20px 40px;
    border-bottom: 1px solid #cad3d5 !Important;
}
.user-menu a.active, .user-menu a:hover {
    color: #f47d6e;
}
.sidebar-profile__contact {
    padding: 0 40px;

}
.sidebar-profile__sticky {
    position: sticky;
    top: 0;
    min-height: 98vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.sidebar-profile__nav {
    margin-bottom: 50px;
}

.btn-border.sidebar-profile__btn {
    font-size: 15px;
    padding: 13px 30px;
    display: block;
}

.sidebar-profile__item {
    width: 100%;
    text-align: center;
}

.sidebar-profile__item + .sidebar-profile__item {
    margin-top: 20px;
}

.change-profile__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.change-profile__main .change-profile__item {
    width: 48%;
}

.change-profile__item {
    margin-bottom: 20px;
}

.change-profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.change-profile__main {
    width: 68%;
    margin-right: auto;
}

.change-profile__pass {
    width: 29%;
}

.change-profile__save {
    width: 100%;
}

.change-profile__save .site-button {
    width: 280px;
}

.assert-code {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
}

.assert-code .code-sms {
    width: 100%;
    border: 1px solid #9eb2b9;
    padding: 11px 20px;
    font-size: 16px;
    line-height: 18px;
    background: #fff;
    border-radius: 3px;
}

.assert-code__input {
    width: 110px;
    margin-right: 20px;
    display: none;
}

.min-button-border:hover,.min-button:hover {
    opacity: .7;
}

.change-profile__edit {
    position: relative;
}

.change-profile__edit-btn {
    position: absolute;
    z-index: 10;
    right: 0;
    width: 64px;
    top: 0;
    bottom: 0;
    text-indent: -9999px;
    cursor: pointer;
    background: url(../img/edit.png) no-repeat center center;
}
.change-profile__edit-btn {
    opacity: .7;
}
.assert-code__accept {
    display: none;
}

.change-profile__messages.active {
    display: block;
    padding: 20px;
    margin: 10px 0;
    width: 100%;
    background: #ff9e97;
    color: #fff;
}
.change-profile__messages.green.active {
    background: #68d31f;
    margin-top: 20px;
}
.change-profile__messages {
    display: none;
}

.error {
    border-color: red !Important;
}

.assert-code__full {
    display: none;
}

.assert-code__full .input-style {
    padding: 12px 10px;
    margin-top: 10px;
    font-size: 16px;
    line-height: 22px;
    width: 261px;
}

.assert-code__full {
    color: red;
    font-size: 12px;
    margin-top: 10px;
    font-weight: bold;
}

.change-profile__edit .input-style {
    padding-right: 60px;
    text-overflow: ellipsis;
}

.form-nursea__label {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #181818;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.form-nursea__label-clear {
    color: #a6a6a6;
    font-weight: 400;
    text-decoration: underline;
    cursor: pointer;
    font-size: 12px;
}

.form-nursea__label-clear:hover {
    text-decoration: none;
}

.page-nursea__subtitle {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 25px;
}

.select-item__current {
    border: 1px solid #9eb2b9;
    padding: 16px 32px;
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    border-radius: 3px;
    background: #fff;
    position: relative;
    cursor: pointer;
    padding-right: 60px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.select-item__current:before {
    content: '';
    width: 60px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../img/arrow.png) no-repeat center center;
}

.select-item {
    position: relative;
}

.select-item__list {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    background: #fff;
    z-index: 10;
    margin-top: -1px;
    border-bottom: 1px solid #9eb2b9;
    border-left: 1px solid #9eb2b9;
    border-right: 1px solid #9eb2b9;
    display: none;
}

.select-item__option {
    border-top: 1px solid #9eb2b9;
    padding: 11px 32px;
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    background: #fff;
    cursor: pointer;
}

.select-item.active .select-item__list {
    display: block;
}

.select-item__option:hover {
    background: #f0f0f0;
}

.select-item__currents-item {
    display: inline-block;
    vertical-align: middle;
    background: #e2e1dd url(../img/metro.png) no-repeat 15px center;
    font-size: 13px;
    line-height: 14px;
    padding: 9px 0;
    padding-left: 35px;
    padding-right: 30px;
    border-radius: 50px;
    color: rgba(27, 27, 27, 0.729);
    font-weight: 500;
    position: relative;
    margin: 2px;
}

.select-item__currents-del {
    width: 30px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
    background: url(../img/del.png) no-repeat center center;
}

.select-item__currents-del:hover {
    opacity: .7;
}

.select-item__currents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 20px;
}

.item-checkbox__label {
    font-size: 16px;
    font-weight: 600;
    color: #2f2f2f;
}

.item-checkbox {
    position: relative;
    padding: 6px 0;
    padding-left: 60px;
    margin: 15px 0;
    z-index: 5;
}

.item-checkbox input {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
    margin: 0;
    z-index: 10;
}

.item-checkbox__label:before {
    content: '';
    width: 35px;
    height: 35px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #9eb2b9;
}

.item-checkbox__label:after {
    content: '';
    width: 35px;
    height: 35px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../img/chack.png) no-repeat center center;
    border-radius: 3px;
    opacity: 0;
}

.item-checkbox input:checked + .item-checkbox__label:after {
    opacity: 1;
}

.page-nursea__main-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px;
}

.page-nursea__main-t-large {
    width: 100%;
}

.page-nursea__main-t.age {
    width: 24%;
}

.page-nursea__main-t {
    width: 25%;
    padding: 0 12px;
}

.select-item__currents {
    margin-right: -30px;
}

.select-item.active .select-item__current:before {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.select-item__option-check {
    padding: 7px;
    border-top: 1px solid #9eb2b9;
}

.select-item__option-check .item-checkbox {
    padding: 7px 0;
    padding-left: 32px;
    margin: 0;
}

.select-item__option-check .item-checkbox .item-checkbox__label:before {
    width: 20px;
    height: 20px;
}

.select-item__option-check .item-checkbox .item-checkbox__label:after {
    width: 20px;
    height: 20px;
    background-size: 10px;
}

.select-item__option-check .item-checkbox .item-checkbox__label {
    font-size: 14px;
    font-weight: 400;
}

.select-item__list {
    max-height: 148px;
    overflow-y: auto;
}

.hide{
    display: none;
}

.select-item.error .select-item__current {
    border-color: red;
}

.item-image {
    width: 175px;
    height: 235px;
    position: relative;
    background: #fff;
    border-radius: 10px;
}

.item-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    display: block;
}

.del-image {
    position: absolute;
    right: -5px;
    top: -5px;
    width: 30px;
    height: 30px;
    background: #ee8383;
    border-radius: 50px;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    color: #fff;
    font-size: 12px;
    z-index: 16;
    display: none;
}

.form-nursea__short-name {
    position: relative;
}

.form-nursea__short-name .input-style {
    padding-left: 194px;
}

.form-nursea__short-name:after {content: attr(data-text);position: absolute;left: 20px;top: 0;bottom: 0;line-height: 60px;font-size: 20px;}

.item-image.active .del-image {
    display: block;
}
.del-image:after {
    content: "Х";
}

.del-image:hover {
    opacity: .7;
}

.item-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.item-image input[type="file"] {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    cursor: pointer;
    z-index: 10;
    opacity: 0;
}

.item-image__text {
    color: rgba(24, 24, 24, 0.361);
}

.item-image__body:before {
    content: "+";
    font-size: 39px;
    line-height: 27px;
    font-weight: bold;
    text-align: center;
    display: block;
}
.item-image.active .item-image__body {
    display: none;
}
.item-image__body {
    color: rgba(24, 24, 24, 0.361);
    text-align: center;
    padding: 10px;
    word-break: break-word;
}

.item-image.error {
    background: #ffeded;
}

.page-nursea__main-t-images {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.page-nursea__main-t-images .page-nursea__subtitle {
    margin-bottom: 0;
}

.page-nursea__main-t-images .page-nursea__subtext {
    margin-bottom: 20px;
}

.page-nursea__subtext {
    color: rgba(24, 24, 24, 0.62);
    font-size: 18px;
    line-height: 20px;
}

.page-nursea__main-t-phone {
    width: 25%;
    margin-right: 5%;
}

.page-nursea__main-t-passport {
    width: 70%;
}

.page-nursea__main-t-passport__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-nursea__main-t-passport__list > div {
    margin-right: 30px;
}

.page-nursea__main-t-passport__last {
    width: 234px;
    font-size: 16px;
    color: #767373;
    font-weight: 400;
}

.page-nursea__main-t-passport__last p {
    margin: 3px 0;
}

.item-image.active img {
    display: block;
}

.item-image img {
    display: none;
}

.re {
    color: #e82727;
    font-weight: bold;
    font-size: 18px;
    margin-right: auto;
    margin-left: 10px;
}

.page-nursea__subtitle .re {
    height: auto;
    display: inline-block;
    vertical-align: top;
    margin-top: 3px;
}

.page-nursea__main-t-phone .re {
    position: relative;
    top: -6px;
    color: #e82727;
    font-size: 20px;
}

.page-nursea__subtitle .ne {
    color: rgba(24, 24, 24, 0.529);
    font-size: 19px;
    font-weight: 400;
    vertical-align: top;
    display: inline-block;
    padding-left: 20px;
    padding-top: 6px;
}

.page-nursea__footer {
    margin-top: 40px;
}

.page-nursea__main-experience {
    margin-top: 65px;
}

.page-nursea__main-har {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
    margin-top: 40px;
}

.page-nursea__main-har-item {
    margin: 0 10px;
    width: calc(25% - 20px);
}

.page-nursea__main-har-item .form-nursea__label {
    font-size: 16px;
}

.page-nursea__main-har-item.med-experience {
    width: calc(45% - 20px);
}

.page-nursea__main-har-item__sub {
    margin-top: 20px;
}

textarea.input-style {
    resize: vertical;
}

.page-nursea__main-home {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.page-nursea__main-home-radio {
    width: 48%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


.page-nursea__main-home-radio .page-nursea__subtitle {
    width: 100%;
    margin-bottom: 9px;
}

.page-nursea__main-home-radio .item-checkbox {
    margin-right: 30px;
}

.page-nursea__main-home-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.page-nursea__main-home-day {
    margin-right: 30px;
}

.page-nursea__main-home-date .item-checkbox {
    margin-bottom: 6px;
}

.ajax-graf {
    margin-top: 25px;
}

.ajax-graf .page-nursea__main-t {
    width: 100%;
    max-width: 465px;
    padding: 0;
}

.page-nursea__main-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 45px;
}

.page-nursea__main-price .page-nursea__subtitle {
    width: 100%;
}

.item-price {
    position: relative;
    width: 24%;
}

.item-price .input-style {
    padding-right: 60px;
}

.item-price__rub {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 60px;
    text-align: center;
    line-height: 60px;
    font-weight: bold;
    font-size: 20px;
}

.item-price-dif {
    font-size: 18px;
    margin: 0 15px;
}

.page-nursea__main-text {
    margin-top: 30px;
}

.item-textarea .input-style {
    height: 320px;
}

.input-style::-webkit-calendar-picker-indicator {
    background: url(../img/calendar.png) no-repeat center center;
    width: 40px;
    height: 40px;
}

[type='date'].input-style {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 15px;
}


.graf-style__h label {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: block;
    font-size: 12px;
    margin-bottom: 8px;
}

.graf-checkbox {
    width: 22px;
    height: 22px;
    position: relative;
    margin-top: 5px;
}

.graf-checkbox input {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
    z-index: 13;
    opacity: 0;
}

.graf-checkbox__name {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 3px;
    border: 1px solid #c6dcee;
    background: #fff;
}

.graf-checkbox input:checked + .graf-checkbox__name:before {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #f47d6e;
    border-radius: 0;
}

.graf-style__h {
    position: relative;
    width: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.graf-style__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.graf-style__day {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    left: -49px;
    top: 11px;
}

.graf-style__line {
    position: relative;
    margin-top: 6px;
}

.timework-item {
    height: 35px;
    width: 34px;
    background: #e7eaee;
    position: relative;
}

.graf-style__body .graf-style__h {
    margin: 4px 0;
}

.graf-style__day label {
    font-size: 14px;
    display: block;
    margin-right: 4px;
    width: 20px;
}

.graf-style__day .graf-checkbox {
    margin-top: 0;
}

.timework-item input {

    margin: 0;
    position: absolute;
    left: -5px;
    right: -5px;
    top: -10px;
    bottom: -10px;
    opacity: 0;
    z-index: 15;
    cursor: pointer;
}

.timework-item input:checked + span,.timework-item.active input + span {
    background: #f47d6e;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.graf-style {
    padding: 60px 30px;
    background: #fff;
    padding-left: 78px;
    margin: 0;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 13px 0px rgba(47, 114, 159, 0.27);
    box-shadow: 0px 0px 13px 0px rgba(47, 114, 159, 0.27);
}

.timework-graff.error .graf-style {
    border: 1px solid red;
    background: #fff8f8;
}

.graf-style__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 19px;
    margin-top: 39px;
    margin-left: -10px;
    margin-right: -10px;
}

.graf-style__footer > div {
    margin: 0 10px;
}

.graf-style__timer:before, .graf-style__notimer:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    height: 26px;
    margin-top: -4px;
    margin-right: 5px;
}

.graf-style__timer:before {
    background: #f47d6e;
}

.graf-style__notimer:before {
    background: #e7eaee;
}

.item-textarea {
    position: relative;
}

.item-textarea__counter {
    position: absolute;
    top: 1px;
    right: 1px;
    background: #fff;
    padding: 4px 10px;
    border-radius: 3px;
    font-size: 12px;
    color: #afb0b0;
    display: none;
    opacity: .7;
}

.user-profile--pay .user-profile__desc {
    max-width: 100%;
    font-size: 16px;
}

.user-profile--pay h3 {
    font-size: 24px;
    margin: 20px 0;
}

.user-profile--pay .user-profile__desc p {
    margin: 20px 0;
}

.list-pay {
    margin: 40px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.item-pay {
    border: 1px solid #afc1c8;
    background: #fff;
    padding: 32px 28px;
    border-radius: 5px;
}

.item-pay__button {
    padding: 13px 30px;
    font-size: 15px;
    background: #0969c0;
}

.item-pay__title {
    font-weight: 600;
    color: #1b74c1;
    font-size: 24px;
    margin-bottom: 23px;
}

.item-pay__desc {
    font-size: 21px;
    color: #232323;
    font-weight: 600;
    margin-bottom: 20px;
}

.item-pay__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.item-pay__date-result {
    color: #5d5d5d;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.3;
    padding-left: 20px;
    display: none;
}

.item-pay__date-result span {
    display: block;
}

.list-pay__item {
    width: 49%;
}

.site-button.disabled {
    opacity: .3;
}

.item-pay__date-result.active {
    display: block;
}

.item-pay__footer.error .item-pay__date {
    color: red;
}

.page-nursea__status {
    padding-right: 280px;
    position: relative;
}

.user-profile__message {
    position: absolute;
    max-width: 261px;
    right: 0;
    top: 35px;
    font-size: 16px;
    color: #ad3636;
    line-height: 1.2;
    text-align: center;
    width: 50%;
}

.user-profile__message img {
    max-width: 100%;
}

.btn-border.disabled {
    opacity: .7;
    color: #838685 !important;
    border-color: #8e9c9f !important;
}

.page-nursea__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.form-nursea__btn {
    margin-right: 30px;
}

.site-button.red {
    background: #a84c47 !important;
}

span.red {
    display: block;
    font-size: 16px;
    line-height: 1.5;
    margin-top: 20px;
    color: #dc6868;
}

.page-nursea__main-t.large {
    width: 100%;
    margin-bottom: 25px;
}

.form-nursea__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.form-nursea__heading .form-nursea__label {
    margin: 0;
    line-height: 22px;
}

.form-nursea__heading-r {
    color: rgba(47, 47, 47, 0.42);
    font-size: 15px;
    line-height: 22px;
}

.profile-block__large.error .form-nursea__heading-r {
    color: red !important;
}

.profile-block__large {
    margin-bottom: 40px;
}

.page-nursea__wrapper {
    margin: 33px 0;
}

.profile-block__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.profile-block__flex-2 {
    width: 48.3%;
}

.profile-block__flex-3 {
    width: 24%;
    color: rgba(47, 47, 47, 0.659);
    font-size: 14px;
    margin-top: auto;
}
.profile-block__flex-3 .select-item {
    color: #181818;
}
.page-nursea__main-list--two {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.page-nursea__main-list--two .page-nursea__main-t.ajax-subcity {
    width: 40%;
}

.profile-block__flex-70 {
    width: 70%;
}

.profile-block__flex-30 {
    width: 24%;
}

.page-nursea__main-experience .profile-block__flex {
    margin-bottom: 40px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.irs--flat .irs-line {
    background: #fff !important;
}

.page-nursea__wrapper + .page-nursea__main-experience {
    margin: 0;
}

span.irs-handle {
    width: 25px !important;
    height: 25px !important;
    top: 19px !IMPORTANT;
    border: 7px solid #cfcfcf;
    background: #fff !important;
    border-radius: 20px !important;
    cursor: pointer !important;
}

span.irs-handle i {
    display: none !important;
}

span.irs-bar {
    background: #f47d6e !important;
}

.irs--flat .irs-from, .irs--flat .irs-to, .irs--flat .irs-single {
    font-size: 18px !important;
    background: 0 !important;
    color: #2f2f2f !important;
    font-weight: bold !important;
    top: 45px !important;
}

.irs--flat .irs-from:before, .irs--flat .irs-to:before, .irs--flat .irs-single:before {
    display: none;
}

.irs-with-grid .irs-grid {
    display: none !important;
}

.irs--flat .irs-min, .irs--flat .irs-max {
    font-size: 18px !important;
    background: 0 !important;
    color: #939695 !important;
    font-weight: bold !important;
    top: 45px !important;
}

.page-nursea__main-experience + .page-nursea__main-har {
    margin-top: 60px;
}

.page-nursea {
    max-width: 1700px;
}

.graf-style {
    max-width: 1185px;
}

input#pass {
    text-align: center;
}

.page-profile-result {
    padding: 20px 32px;
    margin-top: 30px;
    background: #fa4949;
    color: #fff;
    border-radius: 8px;
}

.hide-field {
    display: none;
}

.med-experience .select-item__currents-item,.none-bg .select-item__currents-item {
    background-image: none;
    padding: 9px 30px;
}

.page-nursea__main-experience .item-price {
    width: 100%;
    max-width: 425px;
}

.loading-site {
    position: relative;
}

.loading-site:before {
    content: '';
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background: #fff url(../img/loading.svg) no-repeat center center;
    opacity: .7;
    z-index: 99999;
    height: 100%;
    width: 100%;
}

.register-result__text .site-button, .register-result__text .btn-border {
    margin: 10px;
}

.profile-form__item input#phone, .profile-form__item input#email {
    text-align: center;
}

.disable-rang .page-nursea__main-experience-item {
    position: relative;
}

.disable-rang .page-nursea__main-experience-item:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: -20px;
    z-index: 9999;
}

.disable-rang .irs {
    opacity: .7;
}

.profile-block__flex--h.hide + .profile-block__flex-3 {
    display: none;
}

input[disabled] + .item-checkbox__label {
    opacity: .2;
}

.page-nursea__main-home-day.disabled input {
    opacity: .4;
}

.item-support__btn {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 17px;
    display: block;
    width: 100%;
}

.form-support__title {
    font-size: 24px;
    margin-bottom: 40px;
}

.form-support__textarea .input-style {
    height: 165px;
}

.form-support__textarea {
    margin-bottom: 25px;
}

.form-support__btn {
    width: 100%;
    max-width: 320px;
}

.pay-block__text {
    font-size: 21px;
    text-align: center;
    width: 100%;
    margin-bottom: 40px;
}

.pay-block__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.pay-block {
    padding: 45px 0;
}

.pay-block__text span {
    color: #04a600;
    font-weight: bold;
}

.pay-block__text span.no {
    color: #dba921;
}

.pay-block .list-catalog__item {
    background: #fff;
    margin-bottom: 0;
}

.pay-block .item-catalog__left {
    width: 185px;
}

.pay-block .image-user {
    margin: auto;
}

.pay-block .name-user a {
    color: #1b1b1b;
    text-decoration: none;
    border: 0;
}

.pay-block .item-catalog__right {
    width: calc(100% - 230px);
}

.pay-block .btn-site {
    color: #fff;
    border: 0;
}

.pay-block__left {
    width: 70%;
}

.pay-block .item-catalog__footer {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.pay-block .item-catalog__work {
    padding: 0 20px;
}

.pay-block .item-catalog__footer > * {
    margin: 4px;
}

.pay-block__right {
    width: 28%;
    margin-top: -5px;
}

.pay-block .section-popup__wrap {
    margin: auto;
    text-align: center;
    max-width: 100%;
}

.pay-button {
    color: #fff !important;
    text-decoration: none;
    border: 0 !important;
    text-align: center;
    display: block;
    vertical-align: middle;
    background: #f47d6e;
    border-radius: 150px;
    padding: 11px 5px;
    margin: 13px 0;
    font-size: 14px;
    line-height: 1.4;
    font-weight: bold;
    background: -webkit-gradient( linear, left top, right top, from(rgb(245,169,169)), to(#f47d6e));
    background: linear-gradient( 90deg, rgb(245,169,169) 0%,#f47d6e 100%);
    cursor: pointer;
}

.pay-button span {
    display: block;
}

.pay-button__sale {
    font-weight: 400;
}

.pay-button:not(.disable):hover {
    opacity: .7;
}

.pay-button.disable {
    cursor: default;
    opacity: .5;
}

.pay-block__text2 {
    font-size: 24px;
    margin-top: 50px;
}

.pay-block.pay-first-block {
    border-bottom: 1px solid #cad3d5;
}

.btn-profile {
    font-size: 16px;
    padding: 14px 20px;
}

.user-profile__status-h {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.accept-sms-result {
    padding: 5px 0;
    color: #71e618;
    margin-top: 10px;
    display: none;
}
.accept-sms-result.active {
    display: block;
}

.accept-sms-result--error {
    color: #e71010;
}

.profile-form__flex-item.checkbox-politic {
    margin-bottom: 10px;
}

.profile-form__flex-item.checkbox-politic .item-checkbox {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: -10px;
    margin-bottom: 0;
}

.checkbox-politic .item-checkbox.error .item-checkbox__label:before {
    border-color: red;
}

.graf-style__footer > div:nth-child(1),.graf-style__footer > div:nth-child(2) {
    font-size: 14px;
    margin: 0;
}

.pay-block__wrap .item-catalog-work__ex .experience-user {
    text-align: center;
}

.pay-block__stitle {
    font-size: 30px;
    font-weight: bold;
    width: 100%;
    margin-bottom: 30px;
}

.pay-block__center {
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pay-block__center .pay-button {
    padding: 7px 55px;
    margin: 10px;
}

.pay-block.pay-first-block:last-child {
    border: 0;
    padding-bottom: 0;
}
@media screen and (min-width: 1024px) {
    .page-nursea__main-har--3 .page-nursea__main-har-item {
        width: calc(33.3333% - 20px);
    }
}
.sidebar-profile__sticky {
    z-index: 999;
}

.page-documents .page-nursea__subtext {
    margin-bottom: 30px;
}

.page-documents__item {
    margin-bottom: 30px;
}

form.loading-site:before {
    position: absolute;
    left: -20px;
    right: -20px;
    top: -10px;
    bottom: -10px;
    height: auto;
    width: auto;
    border-radius: 26px;
}

.item-file-document {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 175px;
    height: 235px;
    position: relative;
    background: #fff;
    border-radius: 10px;
    color: rgba(24, 24, 24, 0.361);
    text-align: center;
    padding: 10px;
    word-break: break-word;
}

.item-file-document__select {
    display: none;
    color: #000;
    font-weight: bold;
}

.item-file-document input {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    cursor: pointer;
    z-index: 10;
    opacity: 0;
}

.item-file-document.active .item-file-document__text {
    display: none;
}

.item-file-document__text:before {
    content: "+";
    font-size: 39px;
    line-height: 27px;
    font-weight: bold;
    text-align: center;
    display: block;
}

.page-documents__btn {
    margin-top: 20px;
}

.item-file-document.errors {
    background: #ffe3e3;
}

.page-documents__result {
    font-size: 22px;
    color: #6da93c;
    margin: 35px 0;
}

.page-nursea__main-file {
    margin: 10px 5px;
}

.item-image.active.page-nursea__main-file img {
    display: block;
    border-radius: 10px;
    object-fit: cover;
}