/*BASE STYLES*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Roboto', sans-serif !important;
    background-color: #ffffff;
    position: relative;
    color: black;
    background: url(/img/owner/page-bg.jpg);
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: '';
}

.clearfix:after {
    clear: both;
}

.clear {
    clear: both;
    font-size: 1px;
    line-height: 1px;
    height: 0;
    overflow: hidden;
}

.juster {
    text-align: justify;
    font-size: 1px;
}

.juster:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 0;
    overflow: hidden;
}

.justify {
    text-align: justify;
}

.justify:after {
    content: "";
    width: 100%;
    height: 0;
    overflow: hidden;
    display: inline-block;
}

/*END BASE STYLES*/

/*LINKS SETTINGS*/
.wrapper a:hover {
    color: #459050;
    text-decoration: none !important;
}

.wrapper a {
    /*color: #4f9b59;*/
    text-decoration: none;
}

a:active {
    text-decoration: none;
    color: inherit !important;
}

a:focus {
    outline: none !important;
    text-decoration: none !important;
    color: inherit !important;
}

p a {
    /*  font-size: 14px;
      text-decoration: underline;
      color: #87c05a;*/
}

p a:hover {
    /*  text-decoration: underline;*/
}

p a:visited {
    /*  color: #b9cdaa;
    text-decoration: underline;*/
}

/*END LINKS SETTINGS*/

img {
    max-width: 100%;
    vertical-align: initial;
}

.photo-main img {
    max-width: 100%;
    vertical-align: initial;
}

.pets-block-item-avatar img {
    max-width: 100%;
}

/*HEADLINE SETTINGS*/

h2 {
    margin: 0px;
}

.f-left {
    float: left;
}

.col-35 {
    width: 35%;
}

.col-65 {
    width: 65%;
    padding-left: 10px;
}

.headline h2 {
    text-align: center;
    font-weight: bold;
    color: #48484b;
    font-family: 'Roboto Slab', serif;
    font-size: 14px;
    margin-bottom: 8px;
}

.headline_center h2 {
    text-align: center;
}

.headline-default h2 {
    font-size: 18px;
    color: #48484b;
    margin-bottom: 15px;
    margin-top: 0px;
}

/*END HEADLINE SETTINGS*/

.description {
    font-size: 12px;
    line-height: 1.33;
    text-align: center;
    color: #868686;
    margin-bottom: 25px;
}

.plus-button button {
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
    background-color: #57b464;
    padding: 7px 13px;
    border-radius: 50%;
    display: inline-block;
}

.plus-button img {
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
    background-color: #57b464;
    padding: 13px 13px;
    border-radius: 50%;
    display: inline-block;
}

.plus-button a img {
    position: relative;
    top: -1px;
}


.more-button a {
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #4f9b59;
    text-transform: uppercase;
    padding: 10px 25px 10px 10px;
    position: relative;
}

.more-button a:after {
    content: "\f054";
    position: absolute;
    font-family: 'FontAwesome';
    top: 10px;
    right: 9px;
    font-size: 9px;
}

.more-button a:hover {
    border-radius: 20px;
    background-color: #d7eeda;
    color: #4f9b59;
}


.user-information-premium-button {
    text-align: right;
    margin-bottom: 25px;

}

.round-button_second {
    margin-left: 20px;
    margin-right: 20px;
}

.round-button:after {
    position: absolute;
    content: "";
    top: 8px;
    left: 9px;
    height: 11px;
    width: 12px;
}

.round-button_photo:after {
    background-image: url(/img/owner/glyphs-photo.svg);
    left: 8px;
}

.round-button_photo:hover:after {
    background-image: url(/img/owner/glyphs-photo-white.svg);
}

.round-button_video:hover:after {
    background-image: url(/img/owner/glyphs-video-white.svg);
}

.round-button_video:after {
    background-image: url(/img/owner/glyphs-video.svg);
}

.round-button_file:hover:after {
    background-image: url(/img/owner/glyphs-document-white.svg);
}

.round-button_file:after {
    background-image: url(/img/owner/glyphs-document.svg);
    left: 8px;
}

.round-button {
    height: 28px;
    width: 28px;
    background: rgba(87, 180, 100, 0.3);
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    fill: #459050;
    transition: 0.1s;
    padding-top: 4px;
    position: relative;
    top: 10px;
}

.round-button:hover {
    fill: #ffffff;
}


.round-button:hover {
    background: rgba(87, 180, 100, 1);
}

.main-button {
    text-align: center;
}

.main-button > a, .main-button-submit {
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 0.4px;
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 20px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
    background-color: #57b464;
    padding: 9px 42px 9px 43px;
    outline: none;
    min-width: 129px;
    border: none;
    display: inline-block;
}

.button-search > a {
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 0.4px;
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 20px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
    background-color: darkgrey;
    padding: 9px 42px 9px 43px;
    outline: none;
    min-width: 129px;
    border: 2px red;
    display: inline-block;
}

.main-button > a:hover, .main-button-submit:hover {
    color: #ffffff;
    background-color: #459050;
}

.main-button > a:active, .main-button-submit:active {
    color: #ffffff !important;
    background-color: #3a7643;
}

.main-button a:active {

}

.main-button a:focus {
    color: #ffffff !important;
}

.wrapper {
    max-width: 1170px;
    margin: 0 auto;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
    background-color: #f5f5f5;
    min-height: 65vh;
}

.inline-block {
    display: inline-block;
}

.breadcrumbs {
    padding: 9px 0px;
    background: #ffffff;
}

.breadcrumbs .breadcrumbs__item {
    color: #a5a5a5;
    font-size: 12px;
    margin-left: 2px;
    position: relative;
}

.breadcrumbs__item_link {
    position: relative;
}

.breadcrumbs__item_link-point {
    position: relative;
    display: inline-block;
    height: 3px;
    width: 3px;
    background-color: #a5a5a5;
    border-radius: 50%;
    left: 2px;
    top: -2px;
}

.user-background {
    background-color: #d7edda;
    height: 140px;
}

.user-background-button {
    padding-top: 15px;
}

.user-background-button a {
    opacity: 0.5;
    border-radius: 3px;
    background-color: #000000;
    color: #ffffff;
    font-size: 10px;
    padding: 6px 20px 7px 14px;
}

.user-background-button a:hover {
    opacity: 0.6;
    color: #ffffff;
}

.user-background-button a span {
    padding-left: 5px;
}

.pets-block {
    /*z-index: 5;*/
}

.pets-block__head {
    margin-bottom: 20px;
    color: #48484b;
    font-size: 18px;
    padding-top: 20px;
}

.pets-block-item-info {
    padding-top: 8px;
}

.pets-block-item-info-params {
    text-align: right;
}

.pets-block-item-info-params__item {
    padding-right: 10px;
}

.pets-block-items {
    overflow-y: hidden;
    margin-right: -15px;
    /*height: 1000px;*/
    overflow-x: hidden;
    position: relative;
    margin-left: -15px;
}

.fixed {
    position: fixed;
    top: 65px;
}

/*.pets-block-items:after{
  content: "";
display: block;
    background-color: #f5f5f5;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 0px;}*/
.pets-block-items-list {
    height: 100%;
    /*padding-right: 5px;*/
    overflow-y: scroll;
}

.pets-block-item {
    background: #ffffff;
    border-radius: 3px;
    margin-left: 15px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
    padding: 8px;
    margin-bottom: 16px;
    display: block;
    margin-right: 15px;
    display: block;
}

.pets-block-item_card {
    font-size: 12px;
    color: #afafaf;;
}

.pets-block-item-info-params-row {
    margin-bottom: 10px;
}

.pets-block-item_new {
    padding: 25px;
}

.pets-block-item_new .pets-block-item__img {
    max-width: 160px;
    margin: auto;
}

.pets-block-item_new .pets-block-item__img img {
    max-width: 100%;
}

.pets-block-item-avatar {
    text-align: center;
    position: relative;
}

.pets-block-item-avatar img {
    border-radius: 50%;
}

.counter {
    position: absolute;
    top: 0;
    right: 5px;
    width: 20px;
    height: 20px;
    border: solid 2px #ffffff;
    background-color: #de4343;
    border-radius: 50%;
    color: #ffffff;
    font-size: 10px;
    color: #ffffff;
    text-align: center;
    padding-top: 1px;
}


.pets-block-item-info-status__item {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #474747;
    font-family: 'Open Sans', sans-serif;
    text-align: left;
}

.pets-block-status {
    background-color: #ffffff;
    margin-left: -15px;
    margin-right: -15px;
    padding: 15px;
    border-bottom: solid 1px #dddddd;

}

.pets-block-status__head {
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
    font-weight: bold;
    color: #48484b;
    position: relative;
    display: block;
    margin-bottom: 16px;
    cursor: pointer;
}

.pets-block-status-list li {
    margin-bottom: 16px;
    list-style: none;
}

.link-arrow {
    position: relative;
}

.link-arrow:after {
    content: "";
    background-image: url(/img/owner/dropdown-arrow-opened.svg);
    height: 10px;
    width: 11px;
    position: absolute;
    top: 5px;
    right: 0px;
}

.link-arrow.link-open:after {
    content: "";
    background-image: url(/img/owner/dropdown-arrow.svg);
    height: 10px;
    width: 11px;
    position: absolute;
    top: 5px;
    right: 0px;
}

.pets-block-status__head.open:after {
    content: "";
    /*  background-image: none;*/
    height: 10px;
    width: 11px;
    position: absolute;
    top: 5px;
    right: 0px;
}

.pets-block-status-list {
    display: none;
}

.pets-block-status-list.open {
    display: block;
}

.pets-block-status-list__item span {
    float: right;
    font-weight: bold;
    color: #48484b;
}

.pets-block-status-list__item {
    position: relative;
    font-size: 12px;
    color: #868686;
    padding-left: 18px;
}

.pets-block-status-list__item a {
    text-decoration: underline;
    font-weight: bold;
    color: #4f9b59;
}

.pets-block-status-list__item a:hover {
    color: #459050;
    text-decoration: underline !important;
}

.pets-block-status-list__item:before {
    position: absolute;
    content: "";

    height: 12px;
    width: 12px;
    left: 0px;
    top: 1px;
}

.pets-block-status-list__item_data:before {
    background: url(/img/owner/edit-image.svg);
}


.pets-block-status-list__item_profile:before {
    background: url(/img/owner/profile-image.svg);
}

.pets-block-status-list__item_premium:before {
    background: url(/img/owner/premium-image.svg);
}

.pets-block-status-list__item_premium:after {
    top: 5px;
}

.pets-block-status-list__item_checked {
    color: #4f9b59;
}

.pets-block-status-list__item_checked:after {
    content: "";
    position: absolute;
    background: url(/img/owner/checkmark-white.svg);
    /*background-color: #dddddd;*/
    height: 20px;
    width: 20px;
    right: 0;
    border-radius: 50%;
    padding: 5px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #57b464;
}

.pets-block-head-row {
    position: relative;
    margin-right: 15px;
    margin-left: 15px;
}

.pets-block-head-row .plus-button {
    position: absolute;
    right: -1px;
    bottom: 15px;
}

.pets-block-head-row .animal-btn {
    position: absolute;
    right: -1px;
    top: 16px;
}

.pets-block-item-row {
    position: relative;
}

.pets-block-item-row_link {
    display: block;
}

.pets-block-item-row_link:after {
    content: "\f054";
    position: absolute;
    font-family: 'FontAwesome';
    top: 24px;
    right: 9px;
    font-size: 9px;
    font-size: 13px;
    color: #57b464;

}

.pets-block-item-row_first {
    margin-bottom: 14px;
}

.pets-block-item-info-status__item_add {
    padding-left: 13px;
    position: relative;
    font-size: 12px !important;
}

.pets-block-item-info-status__item_add:before {
    left: 0;
    /* content: "\f067";*/
    position: absolute;
    /*font-family: 'FontAwesome';
    font-size: 10px;*/
    top: 5px;
    background: url(/img/owner/plus-green.svg);
    height: 8px;
    width: 8px;
    content: "";
}

.pets-block-item-info__type {
    font-size: 10px;
    font-weight: bold;
    color: #afafaf;
    text-transform: uppercase;
    margin-bottom: 3px;
}

.pets-block-item-info-status__item a {
    font-size: 12px;
    font-weight: 500;
    color: #4f9b59;
    text-decoration: none !important;
}

.pets-block-item-info-status__item a:hover {
    color: #459050;
}


.pets-block-item-info__name {
    width: 130px;
    font-family: 'Roboto Slab', serif;
    font-size: 18px;
    font-weight: bold;
    color: #474747;
    margin-bottom: 5px;
}

.pets-block-item-info__species {
    color: #868686;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
}

.user-details_mobile {
    background-color: #ffffff;
    border-bottom: 1px solid #dddddd;
}

.user-details_mobile .user-details-desc {
    left: 150px;
    padding-top: 85px;
    padding-left: 0px;
}

.user-details_mobile .user-details-avatar {
    left: 50%;
    margin-left: -80px;
}

.user-details-wrap {

    background-color: #ffffff;
    border-bottom: 1px solid #dddddd;
}

.user-details {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 130px;
}

.user-details-avatar-input {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
}

.user-details-avatar-input:hover .user-details-avatar-input__label {
    display: block !important;
}


.user-details-avatar-input__label-text {
    font-size: 9px;
    font-weight: bold;
    color: #ffffff;
}

.main-button-submit_float {
    float: right;
    margin-top: 7px;
}

.user-details-avatar-input__label {
    text-align: center;
    position: absolute;
    display: none;
    bottom: -5px;
    height: 44%;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.4);
    cursor: pointer;
    padding-top: 10px;
}

.user-details-avatar {

    position: relative;
}

.user-details-avatar {
    display: inline-block;
    position: absolute;
    top: -50px;
    height: 160px;
    width: 160px;
    border: solid 5px #ffffff;
    border-radius: 50%;
    /*z-index: 5;*/
    background-color: #d7edda;
}

.user-details-desc {
    padding-bottom: 26px;
    top: 0px;
    left: 150px;
    padding-top: 15px;
    padding-left: 180px;
}

.user-details-desc__status {
    font-size: 8px;
    font-weight: bold;
    border-radius: 10px;
    background-color: #af9b62;
    padding: 3px 8px 2px 8px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    color: #ffffff;
}

.user-details-desc__status-wrap {
    margin-bottom: 6px;
}

.user-details-desc__name {
    /*height: 20px;*/
    display: inline-block;
    font-family: 'Roboto Slab', serif;
    font-size: 24px;
    font-weight: bold;
    color: #48484b;
    margin-bottom: 8px;
}

.user-details-desc__text {
    max-width: 300px '';
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #868686;
}

.user-details_mobile .user-details__online {
    position: initial;
}

.user-details__online {
    color: #4f9b59;
    font-size: 10px;
    position: absolute;
    top: 20px;
    right: 15px;
}

.user-details__online span {
    position: relative;
    width: 9px;
    top: 1.4px;
    height: 9px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16);
    border: solid 1px #ffffff;
    background-color: #57b464;
    border-radius: 50%;
    display: inline-block;
    margin-left: 5px;
}

.user-details__offline span {
    position: relative;
    width: 9px;
    top: 1.4px;
    height: 9px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16);
    border: solid 1px #ffffff;
    background-color: grey;
    border-radius: 50%;
    display: inline-block;
    margin-left: 5px;
}

.user-block {
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    color: #48484b;
    background-color: #f5f5f5;
}

.user-posts-item-bottom-panel {
    border-top: 1px solid #ebebeb;
    margin-left: 9px;
    margin-right: 9px;
}

.user-post-form {
    padding: 25px 15px 25px 15px;
    background-color: #ffffff;
}

.user-post-form-buttons {
    /*  margin-right: 40px;*/
    margin-left: 40px;
    display: inline-block;
}

.user-post-form__text {
    width: 100%;
    border-radius: 3px;
    border: solid 1px #ebebeb;
    background-color: #f3f3f3;
    padding: 12px 16px;
    outline: none;
    margin-bottom: 14px;
    font-size: 14px;
    color: #48484b;
}

.user-posts-item-bottom-panel-comments {
    padding-top: 16px;
    padding-bottom: 16px;
}

.user-posts-item-bottom-panel-comments__icon {
    width: 48%;
    text-align: center;
}

.user-posts-item-bottom-panel-comments__icon a, .user-posts-item-bottom-panel-comments__text a {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: #868686;
}

.user-posts-item-bottom-panel-comments__icon a:hover, .user-posts-item-bottom-panel-comments__text a:hover {
    color: #4f9b59;
}

.user-posts-item-bottom-panel-comments__icon a span, .user-posts-item-bottom-panel-comments__text a span {
    padding-left: 20px;
}

.user-posts-item-bottom-panel-comments__icon a:before {
    background: url(/img/owner/glyphs-like-line-grey.svg);
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    height: 16px;
    width: 16px;
    background-size: contain;
}

.user-posts-item-bottom-panel-comments__icon a:hover:before {
    background: url(/img/owner/glyphs-like-solid-green.svg);
    background-size: contain;
}

.user-posts-item-bottom-panel-comments__text a:before {
    background: url(/img/owner/comment.svg);
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    height: 16px;
    width: 16px;
    background-size: contain;
}

.user-posts-item-bottom-panel-comments__icon_active a {
    color: #4f9b59;
}

.user-posts-item-bottom-panel-comments__icon_active a:before {
    background: url(/img/owner/glyphs-like-solid-green.svg);
    background-size: contain;
}

.user-posts-item-bottom-panel-comments__text a:before {
    position: absolute;

}

.user-posts-item-bottom-panel-comments__text {
    text-align: center;
    width: 48%;
}


.user-post-form__heading {
    font-size: 18px;
    margin-bottom: 23px;
    font-weight: normal;
}

.user-posts-item {
    border: solid 1px #dddddd;
}

.user-posts-item-row {
    margin-bottom: 16px;
    position: relative;
}

.user-posts-item-row-closebtn:after {
    content: "";
    background: url(/img/owner/cross.svg);
    height: 10px;
    width: 10px;
    position: absolute;
    right: 0;
    top: 0;
}


.user-posts-item-row__img {
    margin-right: 7px;
}

.user-posts-item-row__img img {
    width: 38px;
    height: 38px;
    border-radius: 50%;
}

.user-posts-item-row-info {
    width: 90%;
}

.user-posts-item-indicators {
    border-top: 1px solid #ebebeb;
    /*  border-bottom: 1px solid #ebebeb;*/
    /*height: 40px;*/
    margin-left: 9px;
    margin-right: 9px;
    padding-top: 11px;
    padding-bottom: 11px;
}

.user-posts-item-indicators__shares {
    float: right;
    font-size: 12px;
    font-weight: 500;
    color: #868686;
}

.user-posts-item-indicators-counter__icon {
    width: 18px;
    height: 18px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24);
    background-color: #57b464;
    border-radius: 50%;
}

.user-posts-item-indicators-counter__icon img {
    left: 4.2px;
    top: -2px;
    position: relative;
    height: 9px;
    width: 9px;
}

.user-posts-item-indicators-counter__number {
    font-size: 12px;
    font-weight: 500;
    color: #868686;
    margin-left: 5px;
}


.user-posts-item__image {
    margin-left: -9.5px;
    margin-right: -9.5px;
    padding-bottom: 25px;

}

.user-posts-item__image img {
    /*width: 100%;*/
}

.user-posts {
    padding-top: 20px;
    padding-bottom: 40px;
    background-color: #f5f5f5;
    border-top: 1px solid #dddddd;
}

.user-posts-item-row-info__name, .user-posts-item-row-info__pet {
    font-size: 14px;
    font-weight: 500;
    color: #4f9b59;
}

.user-posts-item-row-info__name:hover, .user-posts-item-row-info__pet:hover {
    color: #459050;
}

.user-posts-item-text {
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 10px;
}

.user-posts-item-text p {
    color: #48484b;
}

.user-posts-item-row-info-wrap_first {
    margin-bottom: 5px;
}

.user-posts-item-row-info-wrap a {
    color: #4f9b59;
}

.user-posts-item-row-info-wrap-date-panel__date {
    font-size: 10px;
    color: #868686;
    position: relative;
}

.user-posts-item-row-info-wrap-date-panel__icon {
    height: 10px;
    width: 10px;
    margin-left: 9px;
    position: relative;
    top: -1px;
}

.point:after {
    position: absolute;
    height: 3px;
    width: 3px;
    background-color: #a5a5a5;
    border-radius: 50%;
    right: -8px;
    top: 5px;
    content: "";
}

.user-posts__head {
    color: #48484b;
    font-size: 18px;
    margin-bottom: 12px;
}

.user-posts-item.user-posts-item_new {
    text-align: center;
    padding: 30px 78px 30px 78px;
}

.user-posts-item {
    margin-bottom: 25px;
    padding: 9px;
    border-radius: 3px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
    background-color: #ffffff;
}

.user-posts-item_new img {
    width: 150px;
}

.user-information {
    padding-top: 20px;
    background-color: #ffffff;
}

.user-information__head {
    color: #48484b;
    font-size: 18px;
    margin-bottom: 8px;
}

.user-information__subhead {
    color: #868686;
    font-size: 10px;
    position: relative;
    padding-left: 10px;
    margin-bottom: 16px;
}

.user-information__subhead:after {
    position: absolute;
    content: "";
    left: 0px;
    top: 2px;
    background-image: url(/img/owner/lock.svg);
    height: 8px;
    width: 6px;
}

.user-information-list {
    padding-bottom: 25px;
    border-bottom: 1px solid #dddddd;
    overflow: hidden;
    margin-bottom: 0px;
}

.user-information-list-item {
    list-style: none;
    margin-bottom: 14px;
}

.user-information-list-item__name {
    font-size: 12px;
    font-weight: 500;
    color: #afafaf;
    float: left;
    display: inline-block;
    width: 20%;
}

.user-information-list-item__value {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #474747;
    width: 75%;
    float: right;
    display: inline-block;
    margin-top: -2px;
}

.settings-button {
    top: 22px;
    right: 18px;
    position: absolute;

}

.settings-button a {
    background: rgba(87, 180, 100, 0.3);
    height: 28px;
    width: 28px;
    border-radius: 50%;
    transition: 0.1s;
    color: #459050;
    position: relative;
    display: block;
}

.settings-button a:after {
    background: url(/img/owner/glyphs-settings.svg);
    background-repeat: no-repeat;
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    top: 7.9px;
    left: 7.8px;
}

.settings-button a:hover {
    background: rgba(87, 180, 100, 1);
    color: #ffffff;
}

.settings-button a:hover:after {
    background: url(/img/owner/glyphs-settings-white.svg);
    background-repeat: no-repeat;
}

.settings-button a:active {
    color: #ffffff !important;
}

.settings-button a:focus {
    /*  color: inherit !important;*/
    color: #fff !important;
    background: rgba(87, 180, 100, 1);
}

.user-information-phone-block__text {
    font-size: 12px;
    font-weight: 500;
    color: #afafaf;
    /*  width: 20%;*/
}

.user-information-phone-block__number {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #474747;
    padding-left: 15px;
}

.user-information-phone-block__toggle {
    float: right;
}

.user-information-phone-block {
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 20px;
}

.user-information-phone-block-row {
    margin-bottom: 10px;
}

.user-information-phone-block__desc {
    color: #afafaf;
    font-size: 10px;
}

.user-information-premium__status {
    font-size: 14px;
    font-weight: bold;
    color: #af9b62;
    margin-bottom: 5px;
}

.user-information-premium__status_base {
    color: #48484b;
}

.user-information-premium__desc {
    font-size: 12px;
    color: #48484b;
    margin-bottom: 6px;
}

.user-information-premium-date {
    font-size: 12px;
    font-weight: 300;
    font-style: italic;
    color: #868686;
    margin-bottom: 22px;
}


.onoffswitch {
    position: relative;
    width: 36.8px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border-radius: 20px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.24);
    background-color: #ffffff;

}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 20px;
    padding: 0;
    line-height: 20px;
    font-size: 14px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    box-sizing: border-box;
}

.onoffswitch-inner:before {
    content: "";
    padding-left: 10px;
    color: #FFFFFF;
}

.onoffswitch-inner:after {
    content: "";
    padding-right: 10px;
    color: #999999;
    text-align: right;
}

.onoffswitch-switch {
    display: block;
    width: 16px;
    margin: 2px;
    background: #A1A1A1;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 16px;
    /*border: 2px solid #999999;*/
    border-radius: 20px;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-switch:after {
    /*  content: "\f023";*/
    position: absolute;
    /*  font-family: 'FontAwesome';*/
    color: #ffffff;
    font-size: 10px;
    right: 4.5px;
    background: url(/img/owner/lock-white-close.svg);
    height: 8px;
    width: 6px;
    content: "";
    top: 3.5px;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
    background-color: #57b464;
}


.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch:after {
    /*content: "\f023";*/
    position: absolute;
    /*  font-family: 'FontAwesome';*/
    color: #ffffff;
    font-size: 10px;
    right: 4.5px;
    background: url(/img/owner/lock-white-open.svg);
    height: 8px;
    width: 6px;
    content: "";
    top: 3.5px;
}


.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}

.scroll-wrapper > .scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
}

.scroll-element {
    display: none;
}

.scroll-element, .scroll-element div {
    box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
    cursor: default;
}

.scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999;
}

.scroll-textarea > .scroll-content {
    overflow: hidden !important;
}

.scroll-textarea > .scroll-content > textarea {
    border: none !important;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important;
}

.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
    height: 0;
    width: 0;
}


/*************** SCROLLBAR MAC OS X ***************/
/*************** SCROLLBAR BASE CSS ***************/
.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}

.scroll-wrapper > .scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
}

.scroll-wrapper.scroll--rtl {
    direction: rtl;
}

.scroll-element {
    box-sizing: content-box;
    display: none;
}

.scroll-element div {
    box-sizing: content-box;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
    cursor: default;
}

.scroll-element.scroll-x.scroll-scrollx_visible, .scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
}

.scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999;
}

.scroll-textarea > .scroll-content {
    overflow: hidden !important;
}

.scroll-textarea > .scroll-content > textarea {
    border: none !important;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important;
}

.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
    height: 0;
    width: 0;
}

.scrollbar-macosx > .scroll-element,
.scrollbar-macosx > .scroll-element div {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-macosx > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-macosx > .scroll-element .scroll-element_track {
    display: none;
}

.scrollbar-macosx > .scroll-element .scroll-bar {
    background-color: #6C6E71;
    display: block;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.scrollbar-macosx:hover > .scroll-element .scroll-bar,
.scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.scrollbar-macosx > .scroll-element.scroll-x {
    bottom: 0px;
    height: 0px;
    left: 0;
    min-width: 100%;
    overflow: visible;
    width: 100%;
}

.scrollbar-macosx > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0px;
    top: 0;
    width: 0px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar {
    height: 7px;
    min-width: 10px;
    top: -9px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
    left: -9px;
    min-height: 10px;
    width: 7px;
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer {
    left: 2px;
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size {
    left: -4px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer {
    top: 2px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size {
    top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -11px;
}

.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -11px;
}

.styled-select {
    width: 166px;
    display: inline-block;
}

.select-option-image {
    background-size: 24px 24px;
    display: inline-block;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    background-repeat: no-repeat;

}

.select-option-text {
    display: inline-block;
    line-height: 14px;
    vertical-align: top;
    padding-top: 7px;
    padding-left: 8px;
}

.selectric .select-option-image {
    vertical-align: top;
    padding-left: 10px;
    display: inline-block;
    position: relative;
    top: 2px;
    left: 1px;
}

#create-post .selectric .select-option-image {
    top: 0px;
}

.wide-block_documents .selectric .select-option-image {
    top: 0px;
}

.styled-select_type {
    width: 56px;
    float: right;
}


.styled-select_type .selectric .label {
    display: none;
}


.guest-page .user-details-wrap {
    border-bottom: none;
}


.guest-page .user-details__online_off {
    color: #afafaf;
}

.user-details__online_off {
    color: #afafaf;
}

.user-details__online_off span {
    position: relative;
    width: 9px;
    top: 1.4px;
    height: 9px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16);
    border: solid 1px #ffffff;
    background-color: #afafaf;
    border-radius: 50%;
    display: inline-block;
    margin-left: 5px;
}

.guest-page .pets-block-item-info-status__item_none {
    font-size: 12px;
    color: #868686;
    font-weight: normal;
}

.main-button_call {
    right: 10px;
    top: 50%;
    position: absolute;
    /*z-index: 999;*/
}

.main-button_search {
    right: 10px;
    top: 50%;
    position: absolute;
    /*z-index: 999;*/
}

.main-button_call a {
    padding: 10px 40px 10px 25px;
    position: relative;
    width: 100%;
    font-size: 11px;
}

.main-button_call-list h4 {
    padding: 0 10px;
    font-family: Roboto, serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #1D1D20;
}

.main-button_call-list a {
    padding: 5px 10px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    font-family: Roboto, serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #1D1D20;
}

.main-button_call-list .desc {
    padding: 0 10px 5px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    font-family: Roboto, serif;
    font-size: 14px;
    line-height: 16px;
    color: #1D1D20;
}

.main-button_call-phone_list {
    padding: 5px 10px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    font-family: Roboto, serif;
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
    color: #1D1D20;
}

.main-button_call-phone_list:hover {
    color: #1D1D20;
}

.main-button_call-phone_list .main-button_call__item_number {
    padding: 0;
    margin-top: 5px;
    font-family: Roboto, serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #1D1D20;
}

.main-button_search a {
    padding-left: 24px;
    padding-right: 24px;
    position: relative;
}

.main-button_call.link-arrow:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    border-color: #ffffff transparent transparent transparent;
    position: absolute;
    top: 15px;
    right: 14px;
    cursor: pointer;
}

.main-button_call.link-arrow.link-open:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 4px 5px 4px;
    border-color: transparent transparent #ffffff transparent;

}

.main-button_call.link-open > a {
    background-color: #459050;
}

.main-button_call__item_message, .main-button_call__item_phone {
    border-bottom: 1px solid #dddddd;
}

/*.main-button_call__item_message:before {*/
/*    position: absolute;*/
/*    content: "";*/
/*    background: url(/img/owner/send.svg);*/
/*    height: 11px;*/
/*    width: 12px;*/
/*    left: 12px;*/
/*    top: 14px;*/
/*}*/


.main-button.main-button_call .main-button_call-list {
    display: none;
    margin: 2px auto;
    width: 92%;
}

.main-button.main-button_call.link-open .main-button_call-list {
    display: block;
    position: absolute;
    z-index: 99999;
    left: 7px;
    min-width: 300px;
}

.main-button_call-list .main-button_call__item {
    display: block;
}

.main-button.main-button_call .main-button_call-list {
    background: #ffffff;
    border-radius: 3px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.24);
    z-index: 999;
    position: relative;
}

.main-button.main-button_call .main-button_call-list .main-button_call__item {
    text-align: left;
    padding: 5px 0px 10px 0px;
    color: #48484b;
}

.main-button.main-button_call .main-button_call-list .main-button_call__item a:hover {
    background: #cacaca;
}

.main-button.main-button_call .main-button_call-list .main-button_call__item a:active {
    color: #48484b;
}

.main-button.main-button_call .main-button_call-list .main-button_call__item a:focus {
    color: #48484b !important;
}

/*.main-button_call__item_phone:before {*/
/*    position: absolute;*/
/*    content: "";*/
/*    background: url(/img/owner/call.svg);*/
/*    height: 12px;*/
/*    width: 10px;*/
/*    left: 15px;*/
/*    top: 13px;*/
/*}*/

.main-button_call__item_icon {
    font-size: 10px;
    color: #459050;
    margin-right: 8px;
    max-width: 25px;
}

.main-button_call__item_number {
    font-size: 10px;
    color: #459050;
    padding-top: 5px;
}

.main-button_call__item_name {
    font-family: Roboto, serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.264858px;
    color: #1D1D20;
}

.guest-page .user-details_mobile .main-button_call {
    position: relative;
    left: 0;
}

/*.main-button_call__item_location:before {*/
/*    position: absolute;*/
/*    content: "";*/
/*    background: url(/img/owner/marker.svg) center;*/
/*    background-size: cover;*/
/*    height: 20px;*/
/*    width: 20px;*/
/*    left: 10px;*/
/*    top: 10px;*/
/*}*/


.sidebar {
    border-right: 1px solid #dddddd;
}

.breadcrumbs_border {
    border-bottom: 1px solid #dddddd;
}

/*.photo-block {
  border-left: 1px solid #dddddd;
}*/

.photo-block-photos {
    margin-left: -8px;
    margin-right: -8px;
}

.photo-main {
    padding-top: 15px;
    margin-bottom: 25px;
    position: relative;
}

.wanted-photo-label {
    position: absolute;
    bottom: 14px;
    left: 0;
    background: rgba(255, 255, 255, 0.65);
    color: red;
    width: 100%;
    padding: 10px 20px;
    text-align: center;
    font-size: 1.2em;
    font-weight: 600;
    text-transform: uppercase;
}

.photo-block-gallery .pets-block-head-row {
    margin-left: 0px;
    margin-right: 0px;
}

.photo-block-photos {
    text-align: center;
    margin-bottom: 15px;
}

.photo-block-photos img {
    width: 20%;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
}

.photo-block-photos_space {
    /*  margin-left: 10px;
      margin-right: 10px;*/
}

.photo-block__link {
    font-size: 10px;
    font-weight: bold;
    color: #4f9b59;
    text-transform: uppercase;
    margin-bottom: 24px;
    display: block;
}

.more-button_back a {
    padding: 10px 10px 10px 25px;
}

.more-button_back a:before {
    content: none;
}

.more-button_back a:after {
    content: "\f053";
    position: absolute;
    font-family: 'FontAwesome';
    top: 10px;
    left: 10px;
    font-size: 9px;
}

.sidebar-wrap {
    padding: 24px 15px;
}

.sidebar-wrap .more-button {
    margin-bottom: 20px;
}

.sidebar-wrap-name a {
    font-family: 'Roboto Slab', serif;
    font-size: 18px;
    font-weight: bold;
    color: #474747;
    padding: 8px;
    display: block;

    margin-bottom: 20px;
}

.sidebar-wrap-name a {
    border-radius: 3px;
}

.sidebar .menu-active a {
    background: rgba(87, 180, 100, 0.24);
    border-radius: 3px;
}

.menu-list a:hover {
    background: rgba(87, 180, 100, 0.24);
    color: #474747;

}


.sidebar-wrap-name a img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #57b464;
    margin-right: 7px;
}

.menu-list {
    margin-bottom: 30px;
}

.menu-list_first {
    margin-bottom: 0px;
}


.menu-list li {
    list-style: none;
}

.menu-list-item_text {
    font-size: 10px;
    font-weight: bold;
    color: #ababab;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.menu-list-item {
    position: relative;
}

.menu-list-item__link_premium:after {
    content: "premium";
    font-size: 6px;
    font-weight: bold;
    letter-spacing: 0.23px;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    border-radius: 10px;
    background-color: #af9b62;
    padding: 2px 4px;
    position: relative;
    text-transform: uppercase;
    top: -6px;
    right: -2px;
}

.menu-list-item a {
    font-size: 14px;
    color: #48484b;
    font-weight: normal;
    cursor: pointer;;
}

.menu-list-item__link {
    position: relative;
    display: block;
    padding: 12px 10px 12px 10px;
    border-radius: 3px;
    cursor: pointer;
}

.menu-list-item__link img {
    margin-right: 6px;
    width: 13px;
    position: relative;
    top: -2px;
}

.menu-list-item .menu-list-item__link_bold {
    font-weight: bold;
}

.menu-list-item__link .counter {
    border: 2px solid transparent;
    top: 13px;
}

.user-details-desc-column-parameters-items-row {
    margin-bottom: 17px;
    display: flex;
    justify-content: space-between;
    align-content: space-around;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
}

.user-details-desc-column-parameters-item__name {
    width: 44%;
    font-size: 12px;
    font-weight: 500;
    color: #ababab;
}

.user-details-desc-column-parameters-item__name span.info_date {
    display: block;
}

.user-details-desc-column-parameters-item__detail {
    font-size: 14px;
    color: #48484b;
    width: 54%;
}

.user-details-desc-column-parameters-item__detail span.title {
    font-weight: bold;
    display: block;
}

.user-details-desc-column-parameters-row_space {
    margin-bottom: 20px;
}

.information-block {
    background-color: #ffffff;
}

.photo-block {
    background-color: #ffffff;
}

.information-block .user-posts {
    background-color: #ffffff;
    border-top: none;
}

.information-block .user-details-desc {
    padding: 0px;
}

.information-block .user-details {
    padding: 20px 0px 0px 0px;
}

.user-details-desc-column-parameters-item__detail a {
    text-decoration: underline;
}

.information-block .user-details-desc__name {
    margin-bottom: 24px;
}

.information-block_guest .user-details .main-button_call {
    top: 20px;
    min-width: 50%;
}

.information-block .user-post-form {
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    padding-left: 0px;
    padding-right: 0px;
}

.user-post-form_modificate .styled-select_type .selectric-items {
    left: -100px;
}

.search-status-icon {
    position: absolute;
    content: "";
    height: 32px;
    width: 32px;
    top: 27px;
    right: 0px;
    background-color: rgba(232, 100, 100, 0.24);
    border-radius: 50%;
}

.search-status-icon img {
    position: relative;
    left: 10px;
    top: 5px;
}

.information-block_guest .user-details-desc__name {
    margin-bottom: 15px;
}

.information-block_guest .pets-block-item-info-status__none {
    font-weight: normal;
    color: #ababab;
    font-size: 14px;
}

.information-block_guest .user-details {
    /*border-bottom: 1px #dddddd solid;*/
    border: 0;
}

.wide-block {
    background: #ffffff;
    padding-top: 25px;

}

.heading h1 {
    font-family: 'Roboto Slab', serif;
    font-size: 24px;
    font-weight: bold;
    color: #474747;
    margin-bottom: 16px;
    margin-top: 0;
}

.description-text {
    font-size: 14px;
    letter-spacing: 0.2px;
    color: #868686;
    margin-bottom: 25px;
}

.color-description-text {
    color: green;
}

.wide-block_access-form .user-post-form__text {
    padding-left: 30px;
    padding-top: 9px;
    padding-bottom: 9px;
}

.wide-block_access-form .user-post-form__text {
    position: relative;
    font-size: 12px;
}

.wide-block_access-form {
    position: relative;
    margin-bottom: 25px;
}

.user-post-form__text-wrap-label {
    position: absolute;
    z-index: 99999;
    top: 5px;
    left: 11px;
}

.user-post-form__text-wrap {
    width: 92%;
}

.wide-block_access-form .plus-button {
    float: right;
    position: relative;
    background: none;
}

.access-items {
    padding-bottom: 32px;

}

.access-items-item {
    border-radius: 3px;
    border: solid 1px #ebebeb;
    background-color: #f3f3f3;
    position: relative;
}

.access-items-item_white {
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
    background-color: #ffffff;
}

.access-items-item {
    text-align: center;
    padding-top: 16px;
}

.access-items-item__img {
    margin-bottom: 12px;
}

.access-items-item__img img {
    width: 88px;
    height: 88px;
    border-radius: 50%;
}

.access-items-item__name {
    width: 102px;
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: 0.23px;
    color: #48484b;
    margin: auto;
    margin-bottom: 4px;
    font-weight: bold;
}

.access-items-item__role {
    font-size: 12px;
    letter-spacing: 0.17px;
    color: #4f9b59;
    margin-bottom: 16px;
}


.transparent-button a {
    border-radius: 20px;
    background: rgba(87, 180, 100, 0.25);
    display: inline-block;
    padding: 9px 27px;
    font-size: 10px;
    font-weight: bold;
    color: #4f9b59;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
}

.transparent-button {
    margin-bottom: 25px;
}


.access-items-item__mail {
    font-size: 14px;
    letter-spacing: 0.2px;
    color: #48484b;
    margin-bottom: 24px;
}

.access-items-item__mail img {
    position: relative;
    right: -5px;
}

.list-advantages {
    border-top: 1px solid #dddddd;
    padding-top: 32px;
    margin-bottom: 60px;
}

.list-advantages ul {
    list-style: none;
}

.list-advantages ul li {
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: 0.2px;
    color: #48484b;
    margin-bottom: 8px;
}


.list-advantages ul li:first-child {
    font-size: 16px;
    font-weight: 500;
    color: #4f9b59;
}


.form-qr {

}


.form-qr-input-block {
    border-radius: 3px;
    background-color: #f3f3f3;
    padding: 131px 12px 16px 12px;
    position: relative;
    margin-bottom: 35px;
    background-repeat: no-repeat;
}

.form-qr-input-block_first {
    background-image: url(/img/owner/animalid-arrow.svg);
    background-position: top center;
}

.form-qr-input-block_second-ua {
    background-image: url(/img/owner/instruction-ua.svg);
    background-position: center 40px;
}

.form-qr-input-block_second-ru {
    background-image: url(/img/owner/instruction-ru.svg);
    background-position: center 40px;
}

.form-qr-input-block_second-en {
    background-image: url(/img/owner/instruction-en.svg);
    background-position: center 40px;
}


.form-qr-input-block__input {
    border-radius: 3px;
    border: solid 1px #ebebeb;
    background-color: #ffffff;
    padding: 6px;
    width: 100%;
}

.form-qr-input-block__input::placeholder {
    font-size: 12px;
    letter-spacing: 0.4px;
    color: #48484b;
    opacity: 0.4;
    font-weight: normal;
}

.form-qr-input-block label {
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.3px;
    color: #868686;
    font-weight: normal;
    margin-bottom: 10px;
}

.counter_green {
    background-color: #4f9b59;
    border: 2px solid transparent;
    font-size: 12px;
    left: 15px;
    top: 15px;
    right: initial;
}

.form-qr-add {
    padding-bottom: 30px;
}

.form-qr-add__text {
    font-size: 16px;
}

.form-qr-add__text a {
    text-decoration: underline;
}

.form-qr-add__button {
    text-align: right;
}

.form-qr-add__button button {
    padding: 12px 33px 10px 43px;
    position: relative;
    top: -8px;
}

.form-qr-add__button button img {
    position: relative;
    left: -20px;

}

input {
    outline: none;
}

.blocks-list {
    margin-bottom: 50px;
}

.blocks-list-item div {
    display: inline-block;
}

.blocks-list-item {
    transition: 0.2s;
    padding: 12px 14px;
    border-radius: 3px;
    border: solid 1px #ebebeb;
    background-color: #ffffff;
    position: relative;
}

.blocks-list-item:hover {
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
}

.blocks-list-item:hover .blocks-list-item__text_active {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.2px;
    color: #4f9b59;
}

.blocks-list-item__text {
    font-size: 14px;
    letter-spacing: 0.2px;
    color: #48484b;
    margin-left: 24px;
    margin-right: 24px;
    transition: 0.2s;
}

.blocks-list-item__text_code {
    text-transform: uppercase;
}

.blocks-list-item__text_name {
    text-transform: uppercase;
}


.blocks-list-item__date {
    font-size: 14px;
    letter-spacing: 0.2px;
    color: #868686;
    margin-left: 32px;
    margin-right: 32px;
    text-align: center;
}

.blocks-list-item__icon_end {
    float: right;
}


.default-form .styled-select .selectric {
    border-radius: 3px;
    border: solid 1px #ebebeb;
    background: #f3f3f3;
}


.default-form .selectric .label {
    text-align: left;
}

.default-form input {
    font-size: 12px;
    padding: 8px 8px 8px 15px;
}

.styled-select_top {
    /*top: 13px;*/
    position: relative;
}

.wide-block_identificators .styled-select_top {
    margin-right: 30px;
}

.wide-block_identificators .default-form input {
    /*width: 300px;*/
}


.wide-block_identificators .main-button-submit_float {
    margin-top: 13px;
}

.wide-block_identificators .default-form {
    padding-bottom: 25px;
}


.stub-image {
    border-radius: 3px;
    background-color: #f7f7f7;
    text-align: center;
    padding-top: 190px;
    padding-bottom: 220px;
}

.stub-image img {
    margin-bottom: 15px;
}

.stub-image__text {
    opacity: 0.7;
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: 0.2px;
    color: #868686;
    width: 220px;
    margin: auto;
}

.map {
    margin-bottom: 32px;
}

.atention-text {
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: 0.2px;
    color: #e7a938;
    margin-bottom: 15px;
}

.atention-text img {
    margin-right: 7px;
}

.wide-block_location .blocks-list-item__text_name {
    text-transform: none;
}

.wide-block_documents .form-wrap .styled-select_type {
    position: absolute;
    top: -35px;
    right: 3px;
}

.default-form {
    position: relative;
}

.form-wrap {
    position: relative;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}


.form-wrap .selectric-items {
    /*left: -100px;*/
}


.user-post-form__text_label {
    font-size: 12px;
    color: #868686;
    font-weight: normal;
    padding-top: 7px;
    padding-bottom: 7px;
    background: #f3f3f3;
    width: 280px;
    position: relative;
}

.user-post-form__text_label:after {
    /*height: 100%;*/
    width: 32px;
    height: 33px;
    content: "";
    position: absolute;
    right: 0;
    top: -1px;
    background: #57b464;
    background-image: url(/img/owner/path.svg);
    background-repeat: no-repeat;
    background-position: center center;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.inputfile + label {
    cursor: pointer;
}

.documents-block-item {
    border-radius: 3px;
    border: solid 1px #ebebeb;
    transition: 0.3s;
    margin-bottom: 17px;
}

.documents-block-item:hover {
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
    border: solid 1px #4f9b59;
}

.documents-block-item__img {
    border-bottom: 1px solid #ebebeb;
}

.documents-block-item__img img {
    width: 100%;
}

.documents-block-item-description {
    padding: 8px;
    position: relative;
}

.documents-block-item-description__options {
    position: absolute;;
    right: 10px;
    top: 7px;
}

.wide-block_editing .photo-main {
    padding-top: 0px;
    margin: 0px;
}

.wide-block_editing .photo-main {
    position: relative;
}

.wide-block_editing .photo-main > img {
    border-radius: 3px;
    width: 100%;
}


.wide-block_editing .photo-main .wide-block_editing__upload-photo_label {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
    margin: 0px;
    padding-top: 16px;
    padding-bottom: 16px;
    background: rgba(0, 0, 0, 0.4);
    color: #ffffff;
    font-weight: normal;
    font-size: 9px;
    cursor: pointer;
    /*  border-bottom-left-radius: 3px;
      border-bottom-right-radius: 3px;*/
}

.default-form_editing-checks {

}

.default-form_editing_leftbar {
    background-color: #f7f7f7;
}

.default-form textarea {
    outline: none;
    border-radius: 3px;
    border: solid 1px #ebebeb;
    background-color: #f3f3f3;
    width: 100%;
    resize: none;
    min-height: 80px;
    padding: 8px;
    font-size: 12px;

}

.default-form textarea::placeholder {
    letter-spacing: 0.4px;
    color: #aaaaaa;
}

.default-form input::placeholder {
    color: #aaaaaa;
}


.main-block-form label, .default-form_editing-checks label {
    display: block;
    font-size: 12px;
    letter-spacing: 0.3px;
    color: #868686;
    font-weight: normal;
    margin-bottom: 8px;
}


.main-block-form-inputs {
    margin-bottom: 24px;
}

.main-block-form-inputs input {
    margin-bottom: 0px;
}

.main-block-form .styled-select {
    width: 100%;
}

.headline-default_button h2 {
    display: inline-block;
}

.main-block-form-switch {
    float: right;
}

.main-block-form-switch .onoffswitch-switch:after {
    content: none;
}

.main-block-form-switch .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch:after {
    content: none;
}

.headline-default_button {
    margin-bottom: 10px;
}

.main-block-form-first-wrap {
    margin-bottom: 24px;
}

.main-block-form-second-wrap {
    margin-bottom: 20px;
    border-bottom: 1px solid #dddddd;
}

.main-button-submit_opacity {
    opacity: 0.5
}

.main-block-form .main-button-submit {
    padding: 12px 23px 11px 22px;
}

.main-block-form-inputs__input_checkboxes .main-block-form-inputs__input_checkboxes-label-wrap input {
    display: none;
}

.main-block-form-inputs__input_checkboxes-label-wrap {
    border-radius: 16px;
    overflow: hidden;
    border: solid 1px #ebebeb;
    background-color: #f3f3f3;

}

.main-block-form-inputs__input_checkboxes-label_floated {
    float: right;
}

.main-block-form-inputs__input_checkboxes-label-wrap .main-block-form-inputs__input_checkboxes-label {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    width: 50%;
    margin: 0 !important;
    padding: 7px 18px 7px 18px;

}

.main-block-form-inputs__input_checkboxes-label-wrap input[type=radio]:checked + label {
    font-size: 12px;
    letter-spacing: 0.3px;
    color: #ffffff;
    background-color: #57b464;
}

.main-block-form-inputs__input_checkboxes-label {


}

.main-block-form .styled-select .selectric-items {
    width: 100% !important;
    margin-left: 0px !important;
}

.main-block-form-inputs__calendar {
    position: relative;
}

::-webkit-calendar-picker-indicator {
    color: transparent;
    opacity: 1;
    background-image: url(../img/calendar-white.svg);
    padding: 13px;
    background-repeat: no-repeat;
    background-color: #57b464;
    background-position: center;
    height: 100%;
    position: absolute;
    right: 0px;
    cursor: pointer;
}

::-webkit-inner-spin-button {
    display: none;
}

.main-block-form-sizes .radio {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 10px 0 0 7px;
    display: none;
}

.main-block-form-sizes .radio + label {
    position: relative;
    /* padding: 0 0 0 35px;*/
    cursor: pointer;
    font-size: 0px;
}

.main-block-form-sizes .radio + label.left {
    float: left;
}

.main-block-form-sizes .radio + label.center {
    margin: 0 auto;
}

.main-block-form-sizes .radio + label.right {
    float: right;
}

.main-block-form-sizes {
    display: inline-block;
    position: relative;
    width: 100%;
}

.main-block-form-sizes .radio:checked + label:before {
    background: #fff;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.33);
}

.main-block-form-sizes .radio:checked + label {
    font-size: 10px;
}

.main-block-form-sizes:before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: rgba(225, 225, 225, 0.9);
    position: absolute;
    top: 50px;

}

.main-block-form-inputs .main-block-form-sizes .main-block-form-sizes__label:before {
    background: #e1e1e1;
    box-shadow: none;
}

.main-block-form-sizes .radio + label:before {
    content: '';
    position: absolute;

    top: 20px;
    width: 13px;
    height: 13px;
    /*border: 1px solid #CDD1DA;*/
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.33);
    border-radius: 50%;
    background: #FFF;
}


.main-block-form-sizes .radio + label.left:before {
    left: 0px;
}

.main-block-form-sizes .radio + label.center:before {
    left: 13px;
}

.main-block-form-sizes .radio + label.right:before {
    right: 0px;
}

.main-block-form-sizes .radio + label:after {
    content: '';
    position: absolute;
    top: 22px;
    /*left: 4px;*/
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #57b464;
    /*box-shadow: inset 0 1px 1px rgba(0,0,0,.5);*/
    opacity: 0;
    transition: .2s;
}

.main-block-form-sizes .radio + label.left:after {
    left: 2px;
}

.main-block-form-sizes .radio + label.center:after {
    left: 15px;
}

.main-block-form-sizes .radio + label.right:after {
    right: 2px;
}

.main-block-form-sizes .radio:checked + label:after {
    opacity: 1;
}

.main-block-form-sizes .radio:focus + label:before {
    /*box-shadow: 0 0 0 3px rgba(255,255,0,.7);*/
}

.main-block-form-sizes .main-block-form-sizes__label {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.25px;
    color: #4f9b59;
    display: none;
}

.main-block-form-sizes .main-block-form-sizes__label {
    display: block;
    width: 45px;
}

.default-form_editing_leftbar .photo-block {
    background: #f7f7f7;
}

.default-form_editing_leftbar .default-form_editing-checks {
    /*padding-top: 24px;*/
}

.default-form_editing_leftbar .headline-default h2 {
    margin-bottom: 25px;
}


.radio input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 10px 0 0 7px;
}

.radio__text {
    display: inline-block;
    position: relative;
    padding: 0 0 0 25px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.3px;
    color: #868686;
    top: 6px;
}

.radio__text:before {
    content: '';
    position: absolute;
    top: -3px;
    left: 0;
    width: 17px;
    height: 17px;
    /*border: 1px solid #CDD1DA;*/
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.24);
    border-radius: 50%;
    background: #FFF;
}

.radio__text:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 3px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #57b464;
    /*box-shadow: inset 0 1px 1px rgba(0,0,0,.5);*/
    opacity: 0;
    transition: .2s;
}

.radio input:checked + .radio__text:after {
    opacity: 1;
}

.radio input:focus + .radio__text:before {
    /*box-shadow: 0 0 0 3px rgba(255,255,0,.7);*/
}

.radio input:checked + .radio__text {
    color: #48484b;
}


.radio_main-checks {
    display: inline-block !important;
    float: right;
}

.radio_main-checks_red .radio__text:after {
    background-color: #e86464;
}

.radio_main-checks > span {
    display: inline-block;
}

.default-form_editing-checks .default-form_editing-checks_head {
    display: inline-block;
    width: 50%;
}

.checkbox, .radio {
    margin-top: 0px !important;
}

.radio_main-checks {
    /*width: 40%;*/
}

.default-form-editing-checks-row {
    margin-bottom: 24px;
}

.default-form_editing-checks .pets-block-item-info-status__item a {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 10px !important;
}

.default-form_editing-checks .pets-block-item-info-status__item a:before {
    top: 3px;
}

.default-form_editing_leftbar .photo-main {
    margin-bottom: 24px;
}

.wide-block_registration .list-advantages li:first-child {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    position: relative;
}

.wide-block_registration .list-advantages li:first-child:before {
    position: absolute;
    content: "";
    background: url(/img/owner/info-ico.svg);
    height: 18px;
    width: 18px;
    left: -25px;
}

.wide-block_registration .list-advantages {
    border-top: none;
    border-bottom: 1px solid #dddddd;
}

.wide-block_registration .list-advantages li {
    margin-bottom: 3px;
}

.wide-block_registration .list-advantages {
    padding-left: 25px;
    margin-bottom: 24px;
}

.wide-block_registration .list-advantages ul {
    margin-bottom: 24px;
}

.instructions-link .insctructions-link__item {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.2px;
    padding: 12px 40px 12px 40px;
    color: #48484b;
    display: block;
    position: relative;
}

.instructions-link .insctructions-link__item:after {
    content: "";
    position: absolute;
    background: url(/img/owner/send-1570.svg);
    height: 12px;
    width: 12px;
    right: 30px;
    top: 15px;
}

.instructions-link .insctructions-link__item:before {
    content: "";
    position: absolute;
    background: url(/img/owner/document-grey.svg);
    height: 12px;
    width: 12px;
    left: 14px;
    top: 15px;
}


.instructions-link {
    border-radius: 3px;
    border: solid 1px #dddddd;
    background-color: #f7f7f7;
}

.insctructions-link__item_border {
    border-bottom: 1px solid #dddddd;
}

.wide-block_registration .headline-default {
    position: relative;
    margin-bottom: 24px;
    padding-right: 30px;
}

.wide-block_registration .headline-default h2 {

}

.drop-button-main {
    height: 24px;
    width: 24px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    position: absolute;
    right: 0px;
    border-radius: 50%;
    top: 0px;
    cursor: pointer;
}

.drop-button-main:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 4px 4px 4px;
    border-color: transparent transparent #459050 transparent;
    position: absolute;
    content: "";
    top: 10px;
    left: 8px;
}

.drop-container_first.closed .drop-container-wrap, .drop-container_second.closed .drop-container-wrap, .drop-container_third.closed .drop-container-wrap, .drop-container_fourth.closed .drop-container-wrap {
    height: 0px;
    overflow: hidden;
}

.drop-container_first.closed .drop-button-main:after, .drop-container_second.closed .drop-button-main:after, .drop-container_third.closed .drop-button-main:after, .drop-container_fourth.closed .drop-button-main:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 4px 0 4px;
    border-color: #459050 transparent transparent transparent;
}

.wide-block_registration {
    padding-bottom: 80px;
}

.wide-block_registration-heading__img {
    height: 64px;
    width: 64px;
    background: rgba(87, 180, 100, 0.24);
    border-radius: 3px;
    text-align: center;
    padding-top: 10px;
}

.wide-block_registration-heading-text {
    color: #4f9b59;
}

.wide-block_registration-heading-text {
    position: relative;
    top: 10px;
    padding-left: 12px;
}

.wide-block_registration-heading-text__top {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.wide-block_registration-heading-text__bottom {
    font-size: 16px;
    font-weight: 500;
}

.wide-block_registration-heading {
    position: relative;
    margin-bottom: 25px;
}

.wide-block_registration__list li {
    line-height: 1.43;
    letter-spacing: 0.2px;
    color: #48484b;
    list-style: none;
    margin-bottom: 8px;
}


.wide-block_mini-form {
    border-radius: 3px;
    border: solid 1px #ebebeb;
}

.wide-block_mini-form .wide-block_mini-form-info {
    background-color: #f3f3f3;
    padding: 15px 24px 32px 24px;
}

.wide-block_mini-form-info-name__img img {
    height: 122px;
    width: 122px;
    border-radius: 50%;
}

.wide-block_mini-form-info-name__img {
    margin-bottom: 24px;
}

.wide-block_mini-form-info-name {
    text-align: center;
}

.wide-block_mini-form-info-name__type {
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 0.4px;
    color: #868686;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.drop-container-wrap {
    margin-bottom: 40px;
}


.wide-block_mini-form-info-name__text {
    font-family: 'Roboto Slab', serif;
    font-size: 18px;
    font-weight: bold;
    color: #474747;
    margin-bottom: 16px;
}


.wide-block_mini-form .user-details-desc-column-parameters-item__name {
    font-weight: bold;
    width: 28%;
}

.wide-block_mini-form .wide-block_mini-form-data {
    padding: 16px 24px 32px 24px;
}

.wide-block_mini-form-data-info {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 15px;
}

.wide-block_mini-form-data .user-post-form__text {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 12px;
}


.wide-block_mini-form-time .main-block-form-inputs__input {
    width: 64px;
}

.wide-block_mini-form-time .main-block-form-inputs__input input {
    font-size: 12px;
}

.block-with-checkbox input {
    display: none;
}


.block-with-checkbox-text {
    padding-right: 30px !important;
}

.block-with-checkbox {
    border-radius: 3px;
    border: solid 1px #ebebeb;
    background-color: #ffffff;
    transition: 0.2s;
    cursor: pointer;
    padding-top: 16px;
    padding-bottom: 16px;
    margin-bottom: 15px;
}

.block-with-checkbox:hover {
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.26);
    border: solid 1px #57b464;
}

.block-with-checkbox.checked {
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.26);
    border: solid 1px #57b464;
}

.block-with-checkbox__checked {
    border-radius: 3px;
    border: solid 1px #dddddd;
    background-color: #f7f7f7;
    height: 16px;
    width: 16px;
    position: absolute;
    right: 27px;
    top: 13px;
}

.block-with-checkbox.checked .block-with-checkbox__checked:after {
    background: url(/img/owner/checkmark-green.svg);
    height: 8px;
    width: 10px;
    position: absolute;
    content: "";
    top: 3px;
    left: 2px;
}

.block-with-checkbox-text__head {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.43;
    letter-spacing: 0.2px;
    color: #48484b;
    margin-bottom: 6px;
}


.block-with-checkbox-text__item {
    font-size: 12px;
    margin-bottom: 6px;
    line-height: 1.5;
    letter-spacing: 0.17px;
    color: #48484b;
}

.block-with-checkbox.checked .block-with-checkbox-text__head {
    color: #4f9b59;
}

.block-with-checkbox:hover .block-with-checkbox-text__head {
    color: #4f9b59;
}

.block-with-checkbox__img {
    padding-right: 0px !important;
}

.wide-block_mini-form-time-checkbox input[type=checkbox], .wide-block_mini-form-time-checkbox input[type=radio] {
    display: none;
}

.wide-block_mini-form-time-checkbox input[type=checkbox] + label:before {
    content: "";
    color: transparent;
    display: inline-block;
    position: absolute;
    border-radius: 3px;
    border: solid 1px #dddddd;
    background-color: #f7f7f7;
    top: 10px;
    left: 0px;
    font-size: 20px;
    line-height: 22px;
    margin: -5px 5px 0 0;
    height: 20px;
    width: 20px;
    text-align: center;
    vertical-align: middle;
    transition: color ease .3s;
}

.wide-block_mini-form-time-checkbox input[type=checkbox]:checked + label:before {
    background-image: url(/img/owner/checkmark-green.svg);
    background-repeat: no-repeat;
    background-color: #f7f7f7;
    background-position: center;

}

.wide-block_mini-form-time-checkbox input[type=radio] + label:before {
    content: "";
    border: 1px solid #000;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid #000;
    font-size: 20px;
    line-height: 20px;
    margin: -5px 5px 0 0;
    height: 20px;
    width: 20px;
    text-align: center;
    vertical-align: middle;
    font-size: 0;
    transition: font-size ease .3s;
}

.wide-block_mini-form-time-checkbox input[type=radio]:checked + label:before {
    font-size: 20px;
}


.wide-block_mini-form-time-inputs .main-block-form-inputs__input input {
    padding: 6px 12px;
}

.check-time-label {
    cursor: pointer;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.33;
    letter-spacing: 0.4px;
    color: #48484b;
    display: inline-block;
    padding-left: 30px;
    position: relative;
    margin-left: 30px;
}


.wide-block_registration__list {
    margin-bottom: 24px;
}

.wide-block_mini-form-time__head {
    margin-bottom: 12px;
}

.drop-container-wrap_mini-form-time p {
    margin-bottom: 24px;
}


.wide-block_mini-form-time .wide-block_mini-form-time-inputs, .wide-block_mini-form-time .wide-block_mini-form-time-checkbox {
    float: left;
}


.wide-block_mini-form-time-inputs .main-block-form-inputs__input.main-block-form-inputs__input_right-time {
    margin-left: 22px;
    position: relative;
}

.wide-block_mini-form-time-inputs .main-block-form-inputs__input.main-block-form-inputs__input_right-time:before {
    content: "до";
    position: absolute;
    left: -20px;
    top: 6px;
    font-size: 12px;
    color: #ababab;
}

.drop-container-wrap_mini-form-time {
    margin-bottom: 20px;
}


.wide-block_mini-form-data .main-block-form-inputs {
    padding-top: 20px;
}

.wide-block_mini-form-data input {
    margin-bottom: 16px;
}


/*-------------- ADAPTIVE ----------------*/

@media (max-width: 767px) {

    .photo-main {
        margin-bottom: 5px;
    }

    .user-posts-item.user-posts-item_new {
        padding: 15px;
    }

    .user-details-desc__text_mobile {
        cursor: pointer;
    }

    .user-information_mobile {
        transition: 0.7s;
    }

    .user-information_mobile.open {
        height: 0;
        overflow: hidden;
    }

    .pets-block-items {
        height: auto !important;
    }

    .pets-block-item-avatar {
        text-align: right;
    }

    .pets-block-item-info-params__item {
        /*  text-align: left;*/
    }


    .styled-select_person {
        width: 150px;
    }

    .styled-select_person .selectric .label {
        font-size: 9px;
    }

    .user-post-form-buttons {
        margin-right: 0px;
        margin-left: 15px;
    }

    .round-button_second {
        margin-left: 5px;
        margin-right: 5px;
    }


    .styled-select_type .selectric-items {
        left: -100px;
    }

    .user-posts-item-row__img {
        width: 16%;
    }

    .user-posts-item-row-info {
        width: 80%;
    }

    .user-posts-item-row-info-wrap_first {
        font-size: 12px;
    }

    .user-posts-item-row-info__name, .user-posts-item-row-info__pet {
        font-size: 12px;
    }

    .user-details-desc-column-parameters-item__detail_t-right {
        text-align: right;
    }

    .photo-main {
        margin-left: -15px;
        margin-right: -15px;
        height: 0;
        padding: 0 0 65% 0;
        position: relative;
    }

    .photo-main > img, #animal-avatar {
        width: 100%;
        height: 100%;
        padding: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        object-fit: cover;
        transform: translate(-50%, -50%);
    }

    .pets-block-items-list {
        height: auto !important;
    }

    .sidebar-wrap-top-bar {
        background: #ffffff;
        position: relative;
        border-bottom: 1px solid #dddddd;
        cursor: pointer;
    }

    .sidebar-wrap-top-bar .more-button {
        display: inline-block;
        position: absolute;
        top: 10px;
        left: 15px;
    }

    .sidebar-wrap-top-bar .more-button a {
        border-radius: 2px;
        background-color: #d7eeda;
        color: #4f9b59;
        padding: 10px 15px 10px 25px;
    }

    /*    .sidebar-drop:after {
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 6px 5px 0 5px;
            border-color: #000000 transparent transparent transparent;
            position: absolute;
            top: 16px;
            right: 16px;
            cursor: pointer;
            content: "";
        }*/
    .sidebar.open .sidebar-drop:after {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 5px 6px 5px;
        border-color: transparent transparent #000000 transparent;
    }


    .sidebar-wrap {
        display: none;
    }

    .sidebar.open .sidebar-wrap {
        display: block;
    }

    .sidebar-drop {
        padding: 10px 15px 12px 40px;
    }

    .sidebar-drop__img img {
        width: 24px;
        height: 24px;
        border-radius: 50%;
    }

    .sidebar-drop__img_section img {
        width: 24px;
        height: 24px;
        margin-left: 2px;
    }

    .sidebar-drop__head {
        font-size: 16px;
        font-weight: bold;
        color: #4f9b59;
    }

    .photo-block-gallery {
        border-top: 1px solid #dddddd;
        margin-left: -15px;
        padding-left: 15px;
        margin-right: -15px;
        padding-right: 15px;
    }

    .information-block .user-posts {
        background-color: #f7f7f7;
    }

    .information-block .user-post-form {
        margin-left: -15px;
        padding-left: 15px;
        margin-right: -15px;
        padding-right: 15px;
    }

    .information-block_guest .user-details .user-post-form__heading_space {
        padding-top: 70px;
    }

    .information-block_guest .user-details .main-button_call {
        left: 0px;
        right: initial;
        top: 70px;
        width: 100%;
    }

    .information-block_guest .user-details {
        border-bottom: none;
    }


    .information-block_guest .photo-block-gallery {
        /*border-bottom: 1px solid #dddddd;*/
        border: 0;
    }

    .access-items-item {
        margin-bottom: 10px;
    }

    .user-post-form__text-wrap {
        width: 86%;
    }

    .access-items-item-text-wrap {
        display: inline-block;
        text-align: left;
        width: 65%;
    }

    .access-items-item__img {
        display: inline-block;
        position: relative;
        top: -95px;
        left: -14px;
    }

    .access-items-item__name {
        width: auto;
    }

    .access-items-item__img img {
        width: 48px;
        height: 48px;
    }

    .form-qr-input-block {
        margin-bottom: 15px;
    }

    .form-qr-add__button button {
        padding: 12px 43px 10px 43px;
        top: 2px;
        right: 5px;
    }

    .form-qr-add__button button img {
        display: none;
    }

    .form-qr-input-block {
        padding-top: 110px;
    }

    .blocks-list-item .blocks-list-item__text_name {
        text-transform: none;
        display: block;
        margin-right: 0px;
    }

    .blocks-list-item-wrap div {
        margin: 0px;
    }

    .blocks-list-item-wrap {
        width: 100px;
    }

    .blocks-list-item__text {
        margin-left: 0px;
    }

    .blocks-list-item__icon_first {
        vertical-align: top;
        top: -2px;
        position: relative;
        right: 5px;
    }

    .blocks-list-item__text.blocks-list-item__text_code {
        margin-right: 9px;
    }

    .blocks-list-item__date {
        font-size: 12px;
        letter-spacing: 0.17px;
        color: #868686;
    }

    .blocks-list-item-wrap-resize {
        margin-left: 20px;
    }

    .wide-block_identificators .styled-select_top {
        width: 100%;
        margin-right: 0px;
        display: block;
        margin-bottom: 25px;
    }

    .wide-block_identificators .default-form-input {
        width: 100%;
        display: block;
    }

    .wide-block_identificators .default-form-input input {
        width: 100%;
        display: block;
    }

    .default-form .selectric-items {
        width: 100% !important;
        margin-left: 0px !important;
    }

    .stub-image {
        padding-top: 120px;
        padding-bottom: 135px;
    }

    .wide-block_location .blocks-list-item-wrap {
        width: 200px;
    }

    .map {
        margin-left: -15px;
        margin-right: -15px;
    }

    .user-post-form__text_label {
        width: 100%;
    }

    .main-block-form-inputs input {
        margin-bottom: 15px;
    }

    .main-block-form-inputs {
        margin-bottom: 0px;
    }

    .main-block-form-inputs .styled-select {
        margin-bottom: 15px;
    }

    .default-form_editing_leftbar {
        background-color: #ffffff;
    }

    .default-form_editing-checks {
        margin-bottom: 25px;
    }

    .main-block-form-sizes {
        padding-bottom: 30px;
    }

    .block-with-checkbox {
        padding-top: 10px;
    }

    .check-time-label {
        margin-left: 0px;
    }

    .wide-block_mini-form-info-name__type {
        margin-bottom: 16px;
    }

    .wide-block_mini-form-info-name {
        text-align: left;
    }

    .wide-block_mini-form-info-name__img, .wide-block_mini-form-info-name__text {
        display: inline-block;
    }

    .wide-block_mini-form-info-name__text_floated {
        margin-left: 12px;
    }

    .wide-block_mini-form-info-name__img img {
        width: 48px;
        height: 48px;
    }


}

@media (max-width: 481px) {
    .main-button-submit_float {
        margin-top: 25px;
    }
}


@media (min-width: 768px) {

    .resize-block-zero {
        margin-left: 15px;
        padding-left: 0px !important;
        margin-right: 15px;
        padding-right: 0px !important;
    }

    /*.user-information_custom-col {
      width: 24.89% !important;
    }*/
    .pets-block-items.scroll {
        position: fixed !important;
        top: 65px;
        width: inherit;
    }

    .row-eq-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        /*flex-wrap: wrap;*/
    }

    .default-form_editing-checks {
        padding-left: 15px;
        padding-right: 15px;
    }

    .pets-block-items.scroll-sidebar {
        position: fixed !important;
        top: 65px;
        width: inherit;
    }

}

@media (min-width: 768px) and (max-width: 991px) {
    /*.information-block.col-xs-12 {
      width: 50% !important;
    }*/

}

@media (min-width: 768px) and (max-width: 940px) {
    .pets-block-item_card {
        font-size: 10px;
    }

    .pets-block-item-info-status__item a {
        font-size: 9px;
    }

    .pets-block-item-info-status {
        padding-left: 0px;
    }

    .main-button a, .main-button-submit {
        min-width: auto;
        /*padding: 12px 34px 10px 35px;*/
    }

    .pets-block-item-info-status__item {
        font-size: 10px;
    }

    .pets-block-item-row_link:after {
        top: 3px !important;
    }

    .pets-block-item-info__name {

        font-size: 15px;
    }

    /* .user-information_custom-col {
       width: 24.8% !important;
     }*/
    .guest-page .main-button_call {
        top: 85%;
    }
}


@media (max-width: 991px) {
    .user-information-list-item__name, .user-information-list-item__value {
        display: block;
        width: auto;
        float: none;
    }

    .user-posts-item_new {
        padding: 15px;
    }

}

@media (min-width: 1024px) {

    .guest-page .user-posts {
        padding-left: 112px;
        padding-right: 112px;
    }

    .wide-block {
        padding-left: 100px !important;
        padding-right: 100px !important;
    }

}

/*-------------- END ADAPTIVE ----------------*/
.fl {
    float: left;
}

.fr {
    float: right;
}

.m0a {
    margin: 0 auto;
}
