.modal-feedback-universal .selectric {
    border: 1px solid #000000;
}
.modal-feedback-universal .ap-modal__dialog {
    max-width: 328px;
    background-color: #EBECEC;
    padding: 24px 28px 28px;
}
.modal-feedback-universal .ap-modal__header {
    padding-right: 0;
    padding-bottom: 16px;
}
.modal-feedback-universal .ap-modal__close {
    margin-top: 0;
    margin-right: 0;
    top: 0;
    right: 0;
}
.modal-feedback-universal .ap-modal__body {
    font-size: 13px;
    line-height: 1.4;
    color: #333333;
}
.modal-feedback-universal .ap-modal__body p, .modal-feedback-universal .ap-modal__body ul, .modal-feedback-universal .ap-modal__body ol {
    margin-top: 0;
    margin-bottom: 10px;
}
.modal-feedback-universal .ap-modal__body p:last-child, .modal-feedback-universal .ap-modal__body ul:last-child, .modal-feedback-universal .ap-modal__body ol:last-child {
    margin-bottom: 0;
}
.modal-feedback-universal .ap-modal__title {
    font-size: 16px;
    color: #ff0000;
    letter-spacing: 0.01em;
    font-weight: 600;
    line-height: 1.2;
}
.modal-feedback-universal .ap-modal-form__field_agreement {
    font-size: 10px;
    margin-top: 24px;
}
.modal-feedback-universal .ap-modal-form__field_agreement label {
    padding-left: 24px;
}
.modal-feedback-universal .ap-modal-form__field_agreement label:before {
    top: -2px;
}
.modal-feedback-universal .ap-modal__footer {
    text-align: center;
    margin-top: 15px;
}
.modal-feedback-universal .ap-modal__close-link {
    display: inline-block;
    font-size: 15px;
    line-height: 1.3;
    color: #999999;
    letter-spacing: 0.01em;
    -webkit-text-decoration: underline rgba(153, 153, 153, 0.3);
    text-decoration: underline rgba(153, 153, 153, 0.3);
}
.modal-feedback-universal .ap-modal__close-link:hover {
    -webkit-text-decoration: none rgba(153, 153, 153, 0.3);
    text-decoration: none rgba(153, 153, 153, 0.3);
}
.modal-feedback-universal .ap-modal-form__fields-group-title {
    font-weight: 600;
    color: #ff0000;
    margin: 18px auto 10px !important;
    font-size: 14px;
}
.modal-feedback-universal .ap-modal-form__field-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 16px;
}
.modal-feedback-universal .ap-modal-form__field-group .ap-modal-form__field {
    margin-bottom: 0;
}
.modal-feedback-universal .ap-modal-form__submit {
    margin-top: 14px;
}
.modal-feedback-universal .modal-feedback-universal__desc {
    color: #333333;
    margin-top: 15px;
}
.modal-feedback-universal .modal-feedback-universal__desc a {
    -webkit-text-decoration: underline rgba(51, 51, 51, 0.2);
    text-decoration: underline rgba(51, 51, 51, 0.2);
}
.modal-feedback-universal .modal-feedback-universal__desc a:hover {
    text-decoration: none;
}
.modal-feedback-universal .ap-modal-form__field_select {
    margin-right: 6px;
}
.modal-feedback-universal .ap-marker {
    display: inline-block;
    padding: 1px 4px 0 5px;
    background-color: #ff0000;
    color: #ffffff;
}
.modal-feedback-universal .ap-marker_blue {
    background-color: blue;
}
.modal-feedback-universal .ap-marker_purple {
    background-color: #9900cc;
}
.modal-feedback-universal .ap-modal-form__field {
    margin-bottom: 10px;
}
.modal-feedback-universal .ap-modal-form__field:last-child {
    margin-bottom: 0;
}
.modal-feedback-universal .ap-modal-form__field_text label, .modal-feedback-universal .ap-modal-form__field_textarea label {
    display: block;
    padding: 0 8px;
    margin-bottom: 4px;
    color: #4A524B;
    font-size: 13px;
}
.modal-feedback-universal .ap-modal-form__field_text label .req, .modal-feedback-universal .ap-modal-form__field_textarea label .req {
    color: #ff0000;
}
.modal-feedback-universal .ap-modal-form__field_text label .req:after, .modal-feedback-universal .ap-modal-form__field_textarea label .req:after {
    content: "*";
    margin-left: 3px;
}
.modal-feedback-universal .ap-modal-form__field_text input[type=text], .modal-feedback-universal .ap-modal-form__field_text input[type=tel], .modal-feedback-universal .ap-modal-form__field_text input[type=email] {
    display: block;
    width: 100%;
    margin: 0;
    border: 1px solid #8d8d8d;
    border-radius: 0;
    height: 34px;
    line-height: 1;
}
.modal-feedback-universal .ap-modal-form__field_text input[type=text]:focus, .modal-feedback-universal .ap-modal-form__field_text input[type=tel]:focus, .modal-feedback-universal .ap-modal-form__field_text input[type=email]:focus {
    border-color: #000000;
}
.modal-feedback-universal .ap-modal-form__field_textarea {
    font-size: 15px;
    line-height: 1.3;
}
.modal-feedback-universal .ap-modal-form__field_textarea textarea {
    display: block;
    width: 100%;
    margin: 0;
    border: 1px solid #8d8d8d;
    border-radius: 0;
    height: 6em;
    max-width: 100%;
    min-width: 100%;
    min-height: 6em;
    padding: 6px 16px 8px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 15px;
    line-height: 1.3;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.modal-feedback-universal .ap-modal-form__field_textarea textarea:focus {
    border-color: #000000;
}
.modal-feedback-universal .iti {
    width: 100%;
}
.modal-feedback-universal .iti__country-list {
    width: 272px;
    max-width: 272px;
    white-space: normal;
}

.modal-feedback-universal-success .ap-modal__dialog {
    max-width: 324px;
    background-color: #EBECEC;
    padding: 36px 28px;
}
.modal-feedback-universal-success .ap-modal__header {
    padding: 0;
}
.modal-feedback-universal-success .ap-modal__close {
    margin-top: 0;
    margin-right: 0;
    top: 0;
    right: 0;
}
.modal-feedback-universal-success .ap-modal__title {
    font-size: 15px;
    color: #333333;
    letter-spacing: 0.01em;
    font-weight: 600;
    line-height: 1.3;
}

.user-profile__social {
    font-size: 0;
    margin-right: -5px;
    margin-left: -5px;
    white-space: nowrap;
    text-align: right; }
.user-profile__social-link {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 30px;
    height: 30px;
    background: #c1c1c1 no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
    margin: 4px;
    text-align: center;
    -webkit-transition: background-color .24s;
    -o-transition: background-color .24s;
    transition: background-color .24s; }
.user-profile__social-link:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: opacity .24s;
    -o-transition: opacity .24s;
    transition: opacity .24s; }
.user-profile__social-link:after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    margin: auto; }
.user-profile__social-link:hover:before {
    opacity: 1; }
.user-profile__social-link.empty {
    -webkit-filter: brightness(120%);
    filter: brightness(120%); }
.user-profile__social-link.empty:hover {
    background-color: #c1c1c1 !important; }
.user-profile__social-link_tw:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M23,5.18a9,9,0,0,1-2.59.71,4.49,4.49,0,0,0,2-2.5,9.18,9.18,0,0,1-2.86,1.1,4.51,4.51,0,0,0-7.81,3.08,4.34,4.34,0,0,0,.12,1A12.82,12.82,0,0,1,2.53,3.89a4.45,4.45,0,0,0-.61,2.27,4.51,4.51,0,0,0,2,3.75,4.45,4.45,0,0,1-2.05-.56v.06A4.52,4.52,0,0,0,5.5,13.83,4.54,4.54,0,0,1,4.32,14a4.63,4.63,0,0,1-.85-.08A4.5,4.5,0,0,0,7.68,17,9,9,0,0,1,2.08,19,9.51,9.51,0,0,1,1,18.91a12.79,12.79,0,0,0,6.92,2A12.76,12.76,0,0,0,20.76,8.1c0-.2,0-.39,0-.59A9.06,9.06,0,0,0,23,5.18Z'/%3E%3C/svg%3E"); }
.user-profile__social-link_tw:hover {
    background-color: #55acee; }
.user-profile__social-link_f:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M17.11,8.12H13.63V5.84a.93.93,0,0,1,1-1.06h2.46V1H13.67A4.29,4.29,0,0,0,9.06,5.61V8.12H6.89V12H9.06V23h4.57V12h3.08Z'/%3E%3C/svg%3E"); }
.user-profile__social-link_f:hover {
    background-color: #3b5998; }
.user-profile__social-link_inst:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M12,6.28A5.68,5.68,0,1,0,17.68,12,5.7,5.7,0,0,0,12,6.28Zm0,9.31A3.64,3.64,0,1,1,15.64,12,3.65,3.65,0,0,1,12,15.59Z'/%3E%3Ccircle fill='%23ffffff' cx='17.9' cy='6.15' r='1.29'/%3E%3Cpath fill='%23ffffff' d='M21.23,2.82A6.33,6.33,0,0,0,16.57,1H7.43A6.07,6.07,0,0,0,1,7.43v9.09a6.4,6.4,0,0,0,1.86,4.75A6.51,6.51,0,0,0,7.48,23h9a6.54,6.54,0,0,0,4.66-1.73A6.33,6.33,0,0,0,23,16.57V7.43A6.36,6.36,0,0,0,21.23,2.82Zm-.18,13.75a4.35,4.35,0,0,1-1.29,3.24A4.61,4.61,0,0,1,16.52,21h-9a4.61,4.61,0,0,1-3.24-1.15A4.47,4.47,0,0,1,3,16.52V7.43a4.43,4.43,0,0,1,1.2-3.24A4.53,4.53,0,0,1,7.48,3h9.13a4.43,4.43,0,0,1,3.24,1.2,4.6,4.6,0,0,1,1.2,3.19v9.14Z'/%3E%3C/svg%3E"); }
.user-profile__social-link_inst:before {
    background: -webkit-linear-gradient(45deg, #ffb140 0%, #ff5445 25%, #fc2b82 60%, #8e40b7 100%);
    background: -o-linear-gradient(45deg, #ffb140 0%, #ff5445 25%, #fc2b82 60%, #8e40b7 100%);
    background: linear-gradient(45deg, #ffb140 0%, #ff5445 25%, #fc2b82 60%, #8e40b7 100%); }
.user-profile__social-link_inst.empty:before {
    display: none; }
.user-profile__social-link_pin:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='%23ffffff' d='M12.56,0C6,0,2.71,4.7,2.71,8.61c0,2.37.9,4.48,2.82,5.27a.47.47,0,0,0,.69-.35c.07-.24.22-.85.29-1.1a.68.68,0,0,0-.2-.77A4,4,0,0,1,5.4,9a6.52,6.52,0,0,1,6.78-6.6c3.71,0,5.74,2.26,5.74,5.28,0,4-1.76,7.34-4.37,7.34a2.14,2.14,0,0,1-2.18-2.66c.42-1.75,1.22-3.63,1.22-4.89a1.85,1.85,0,0,0-1.86-2.07c-1.47,0-2.66,1.52-2.66,3.57a5.3,5.3,0,0,0,.44,2.18S7,17.49,6.74,18.61a15.32,15.32,0,0,0,0,5.24.19.19,0,0,0,.33.08,14.85,14.85,0,0,0,2.48-4.51c.17-.62,1-3.79,1-3.79a4,4,0,0,0,3.37,1.71c4.43,0,7.44-4,7.44-9.44C21.29,3.81,17.83,0,12.56,0Z'/%3E%3C/svg%3E"); }
.user-profile__social-link_pin:hover {
    background-color: #ca2028; }
.user-profile__social-link_yt:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M21.8,8A4.38,4.38,0,0,0,21,6a2.89,2.89,0,0,0-2-.85C16.2,5,12,5,12,5h0s-4.2,0-7,.2A2.89,2.89,0,0,0,3,6,4.38,4.38,0,0,0,2.2,8,30.31,30.31,0,0,0,2,11.24v1.52A30.24,30.24,0,0,0,2.2,16,4.44,4.44,0,0,0,3,18a3.42,3.42,0,0,0,2.21.85C6.8,19,12,19,12,19s4.2,0,7-.21A2.87,2.87,0,0,0,21,18a4.44,4.44,0,0,0,.79-2,30.24,30.24,0,0,0,.2-3.23V11.24A30.31,30.31,0,0,0,21.8,8ZM9.94,14.59V9l5.41,2.82Z'/%3E%3C/svg%3E"); }
.user-profile__social-link_yt:hover {
    background-color: #ce1312; }
.user-profile__social-link_vk:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M22.14,6.31H18.57a.8.8,0,0,0-.71.42S16.43,9.35,16,10.24c-1.24,2.37-2,1.63-2,.52V7a1.2,1.2,0,0,0-1.2-1.2H10.07a2.14,2.14,0,0,0-1.9.89s1.36-.22,1.36,1.61c0,.46,0,1.77,0,2.87a.79.79,0,0,1-.77.81.8.8,0,0,1-.61-.27A23,23,0,0,1,5.48,6.74a.75.75,0,0,0-.68-.43H1.55A.54.54,0,0,0,1,6.85a.64.64,0,0,0,0,.2C2,9.75,6.26,18.24,11.1,18.24h2a.8.8,0,0,0,.81-.8V16.21a.79.79,0,0,1,1.33-.58l2.44,2.29a1.17,1.17,0,0,0,.81.32h3.2c1.55,0,1.55-1.07.71-1.9-.6-.58-2.74-2.84-2.74-2.84a1.12,1.12,0,0,1-.08-1.44l2.3-3C22.58,8.15,23.76,6.31,22.14,6.31Z'/%3E%3C/svg%3E"); }
.user-profile__social-link_vk:hover {
    background-color: #4d76a1; }
.user-profile__social-link_li:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='%23ffffff' d='M.39,8h5V24h-5Zm2.5-8A2.89,2.89,0,1,1,0,2.91,2.88,2.88,0,0,1,2.89,0'/%3E%3Cpath fill='%23ffffff' d='M8.49,8h4.77v2.19h.06A5.23,5.23,0,0,1,18,7.59c5,0,6,3.31,6,7.62V24H19V16.2C19,14.34,19,12,16.45,12s-3,2-3,4.11V24h-5V8Z'/%3E%3C/svg%3E"); }
.user-profile__social-link_li:hover {
    background-color: #007bb5; }
.user-profile__social-link_gm:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='%23ffffff' d='M7.62,10.61c0,.86,0,1.73,0,2.6,1.45,0,2.9,0,4.36,0-.64,3.22-5,4.27-7.34,2.17a4.88,4.88,0,0,1,.2-7.61A5,5,0,0,1,10.78,8a26.17,26.17,0,0,0,1.93-2A7.76,7.76,0,0,0,7.62,4.08,7.63,7.63,0,0,0,4.86,18.81c3,1.14,6.78.37,8.67-2.3a8.74,8.74,0,0,0,1.38-5.89Q11.27,10.59,7.62,10.61Z'/%3E%3Cpath fill='%23ffffff' d='M21.82,10.6c0-.73,0-1.46,0-2.18H19.64c0,.72,0,1.45,0,2.18H17.45v2.17l2.18,0c0,.72,0,1.45,0,2.17h2.17c0-.72,0-1.45,0-2.17l2.18,0V10.61Z'/%3E%3C/svg%3E"); }
.user-profile__social-link_gm:hover {
    background-color: #dc4e41; }
.user-profile__social-link_sk:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='%23ffffff' d='M22.87,13.58A11.13,11.13,0,0,0,11.9.75a11.24,11.24,0,0,0-1.65.12A6.82,6.82,0,0,0,.1,6.82a6.68,6.68,0,0,0,.84,3.27A10.28,10.28,0,0,0,.8,11.85,11.1,11.1,0,0,0,11.9,23a13,13,0,0,0,1.41-.08,6.82,6.82,0,0,0,9.56-9.29ZM15.54,17a5.69,5.69,0,0,1-3.74,1.1A6.38,6.38,0,0,1,8,17.06a2.48,2.48,0,0,1-1.23-2,1.1,1.1,0,0,1,.33-.83,1.16,1.16,0,0,1,.83-.32A1.35,1.35,0,0,1,9,14.46a9.77,9.77,0,0,0,.93,1,3,3,0,0,0,1.91.57,2.56,2.56,0,0,0,1.65-.5,1.37,1.37,0,0,0,.57-1.1c0-.64-.39-1.06-1.18-1.27l-3.12-.79q-3-.75-3-3.32A3.21,3.21,0,0,1,8.27,6.23a6,6,0,0,1,3.31-.84,6.43,6.43,0,0,1,3.18.81c1,.57,1.53,1.25,1.53,2a1,1,0,0,1-.37.8,1.35,1.35,0,0,1-.89.3,1.3,1.3,0,0,1-.95-.47A6.61,6.61,0,0,0,13.2,8a3.09,3.09,0,0,0-1.8-.47,2.38,2.38,0,0,0-1.47.39A1.25,1.25,0,0,0,9.4,9c0,.59.63,1,1.89,1.31l2.32.53c2.12.48,3.17,1.64,3.17,3.49A3.34,3.34,0,0,1,15.54,17Z'/%3E%3C/svg%3E"); }
.user-profile__social-link_sk:hover {
    background-color: #3baae0; }
.user-profile__social-link_wt:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M.09,24c.33-1,.64-1.93,1-2.86s.59-1.86.94-2.76a1.3,1.3,0,0,0-.1-1.24A11.33,11.33,0,0,1,.69,9.7,11.18,11.18,0,0,1,3.51,3.89,11.41,11.41,0,0,1,12.79,0,11.24,11.24,0,0,1,19.9,2.89a11.5,11.5,0,0,1,3.7,6.17,11.39,11.39,0,0,1-.16,5.88,11.41,11.41,0,0,1-4.15,6,11.49,11.49,0,0,1-9.52,2.14,10.6,10.6,0,0,1-3-1.08A.48.48,0,0,0,6.33,22L1,23.71Zm3-3,.18,0,3.37-1.06a.54.54,0,0,1,.35,0c.48.24,1,.53,1.45.74a9.39,9.39,0,0,0,6.31.42,9.55,9.55,0,0,0,5.86-4.54,9.38,9.38,0,0,0,1.18-6.34A9.45,9.45,0,0,0,17.5,3.53a9.38,9.38,0,0,0-6.85-1.45A9.46,9.46,0,0,0,5.22,4.92a9.43,9.43,0,0,0-2.51,4.7A9.42,9.42,0,0,0,4,16.86a1.21,1.21,0,0,1,.11,1.24C3.76,19,3.46,20,3.13,21Z'/%3E%3Cpath fill='%23ffffff' d='M18.27,15.06a2.23,2.23,0,0,1-1.34,2.08,3.14,3.14,0,0,1-2.66.18c-.81-.32-1.64-.63-2.43-1a9.26,9.26,0,0,1-2.66-2.13A15.31,15.31,0,0,1,7,11.06a4.37,4.37,0,0,1-.6-2.55A3.31,3.31,0,0,1,7.71,6.15,1.31,1.31,0,0,1,8.29,6a5,5,0,0,1,.77,0c.21,0,.32.16.4.34L10,7.73c.12.32.21.64.35.95a.85.85,0,0,1-.16,1,5.93,5.93,0,0,1-.63.69.42.42,0,0,0-.09.58,8.61,8.61,0,0,0,2.11,2.58,9.69,9.69,0,0,0,1.91,1.15.41.41,0,0,0,.54-.1c.33-.38.67-.75,1-1.13s.32-.3.6-.15c.82.41,1.64.84,2.45,1.26A.47.47,0,0,1,18.27,15.06Z'/%3E%3C/svg%3E"); }
.user-profile__social-link_wt:hover {
    background-color: #57bb63; }
.user-profile__social-link_vb:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='%23ffffff' d='M12.91,1.46a9.43,9.43,0,0,1,5.45,1.92,9.3,9.3,0,0,1,3.6,6,14,14,0,0,1,.21,2,1.94,1.94,0,0,0,.12.8.72.72,0,0,0,1.16.11c.16-.2.17-.35.15-1A13.14,13.14,0,0,0,22.34,6a9.66,9.66,0,0,0-2-2.72,9.81,9.81,0,0,0-2.9-2.09A10.57,10.57,0,0,0,13.87.09C13.6.06,13.12,0,12.79,0c-.63,0-.76,0-.94.17a.75.75,0,0,0,0,1.08C12,1.39,12.17,1.42,12.91,1.46Z'/%3E%3Cpath fill='%23ffffff' d='M19.35,10.3c0,.65.09.89.38,1a.86.86,0,0,0,.65,0,.88.88,0,0,0,.36-.38,6.74,6.74,0,0,0,0-1.44,7.61,7.61,0,0,0-1.23-3.43,7.52,7.52,0,0,0-5.37-3.22c-.93-.13-1.24-.08-1.44.23a.69.69,0,0,0,.05.87,1,1,0,0,0,.74.28,7.38,7.38,0,0,1,3,.89,6,6,0,0,1,2.17,2.26A6.17,6.17,0,0,1,19.35,10.3Z'/%3E%3Cpath fill='%23ffffff' d='M15,5.82a4.26,4.26,0,0,0-.66-.08.84.84,0,0,0-.53.06.72.72,0,0,0-.22,1.08c.16.19.3.24.78.3a2.18,2.18,0,0,1,2,1.23,3.68,3.68,0,0,1,.31,1.25c0,.4.1.55.28.69a.76.76,0,0,0,.91,0c.25-.23.29-.5.18-1.19a3.79,3.79,0,0,0-1.15-2.4A3.65,3.65,0,0,0,15,5.82Z'/%3E%3Cpath fill='%23ffffff' d='M23.73,19.62a1.59,1.59,0,0,0-.35-.95,31,31,0,0,0-2.71-2.21c-.61-.42-1.54-1-2-1.21A2.06,2.06,0,0,0,17,15.1a1.49,1.49,0,0,0-.28.11,3.52,3.52,0,0,0-.92.95c-.33.4-.63.77-.67.8l0,0-.25.13h0c-.51.24-1.21.1-2.34-.47A10.81,10.81,0,0,1,10,14.86a11.72,11.72,0,0,1-2-2.29,6.49,6.49,0,0,1-1-2.73A1.77,1.77,0,0,1,7.3,9h0l0-.05,0,0,.11-.11.58-.49c.92-.74,1.12-1,1.25-1.41a2.47,2.47,0,0,0-.39-1.71A19.25,19.25,0,0,0,5.47.74,2,2,0,0,0,5,.51,1.93,1.93,0,0,0,4,.42,5.45,5.45,0,0,0,2.2,1.51,8.73,8.73,0,0,0,.58,3.09C.13,3.86.16,4.52.7,6a27.34,27.34,0,0,0,1.87,4.05h0l0,.06c.15.27.3.54.47.8l0,.07c.16.26.32.52.49.78l.19.29c.13.18.25.37.39.56s.41.58.63.87A30.46,30.46,0,0,0,13,21.06l.13.08c.47.3,1,.58,1.45.85l.2.11c.5.27,1,.53,1.52.78l.16.07c.53.26,1.08.51,1.64.74a2.76,2.76,0,0,0,1.47.3,2.61,2.61,0,0,0,.74-.13,3.56,3.56,0,0,0,.93-.5l.19-.14.16-.13A9.85,9.85,0,0,0,23,21.53a5,5,0,0,0,.61-1A2,2,0,0,0,23.73,19.62Z'/%3E%3C/svg%3E"); }
.user-profile__social-link_vb:hover {
    background-color: #7f4da0; }
.user-profile__social-link_tel {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M22.94,4.45,19.62,20.11c-.25,1.11-.91,1.38-1.83.86l-5.06-3.73-2.44,2.35a1.28,1.28,0,0,1-1,.5l.36-5.16L19,6.46c.41-.36-.09-.56-.64-.2L6.78,13.56,1.79,12C.71,11.66.69,10.91,2,10.39L21.54,2.87C22.44,2.53,23.23,3.07,22.94,4.45Z'/%3E%3C/svg%3E"); }
.user-profile__social-link_tel:hover {
    background-color: #1e96c8; }

.user-profile__social{
    padding-right: 25px;
}
.user-profile__social-link_st:after{
    background-image: url("/local/profile_images/web.png");
    background-size: cover;
}
.user-profile__social-link_st:hover {
    background-color: #3b5998;
}
.user-profile__social-link_em:after{
    background-image: url("/local/profile_images/mail.png");
    background-size: cover;
}
.user-profile__social-link_em:hover {
    background-color: #3b5998;
}
.user-profile__social-link_ph:after{
    background-image: url("/local/profile_images/phone.png");
    background-size: cover;
}
.user-profile__social-link_ph:hover {
    background-color: #57bb63;
}

@-webkit-keyframes arrowLeftAnim {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(-4px, 0);
        transform: translate(-4px, 0);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
@keyframes arrowLeftAnim {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(-4px, 0);
        transform: translate(-4px, 0);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
@-webkit-keyframes arrowRightAnim {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(4px, 0);
        transform: translate(4px, 0);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
@keyframes arrowRightAnim {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(4px, 0);
        transform: translate(4px, 0);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
.ap-contest-teaser .ap-teaser-slider__pagination {
    cursor: pointer;
}

.ap-contest-modal {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}
.ap-contest-modal__overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    background-color: #000000;
}
.ap-contest-modal__body {
    height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.ap-contest-modal-main {
    height: 100%;
    position: relative;
}
.ap-contest-modal-main:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    opacity: 0.5;
    background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#fff0));
    background: -o-linear-gradient(bottom, #fff, #fff0);
    background: linear-gradient(to top, #fff, #fff0);
}
.ap-contest-modal-main__header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.ap-contest-modal-main__top-panel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    border-radius: 30px;
    border: 1px solid #999999;
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
    color: #000000;
    padding: 6px 10px;
    margin: 12px 0;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.ap-contest-modal-main__info {
    display: block;
    background: none;
    border: none;
    padding: 0;
    outline: 0;
    cursor: pointer;
}
.ap-contest-modal-main__info-icon {
    display: block;
    width: 20px;
    height: 20px;
    fill: #000000;
}
.ap-contest-modal-main__code {
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    line-height: normal;
    font-weight: 400;
}
.ap-contest-modal-main__nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    width: 56px;
    height: 56px;
    padding: 12px;
    outline: 0;
    background: none;
    color: #ffffff;
    overflow: hidden;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
}
.ap-contest-modal-main__nav-icon {
    display: block;
    width: 32px;
    height: 32px;
    position: relative;
    border: 1px solid #ffffff;
    border-radius: 50%;
    -webkit-transition: background-color 0.24s;
    -o-transition: background-color 0.24s;
    transition: background-color 0.24s;
}
.ap-contest-modal-main__nav-icon svg {
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    fill: #ffffff;
    -webkit-transition: fill 0.24s;
    -o-transition: fill 0.24s;
    transition: fill 0.24s;
}
.ap-contest-modal-main__nav-desc {
    display: none;
}
.ap-contest-modal-main__nav-left {
    left: 0;
}
.ap-contest-modal-main__nav-left .ap-contest-modal-main__nav-icon svg {
    right: 2px;
}
.ap-contest-modal-main__nav-left:hover .ap-contest-modal-main__nav-icon svg {
    -webkit-animation: arrowLeftAnim 0.3s linear;
    animation: arrowLeftAnim 0.3s linear;
}
.ap-contest-modal-main__nav-right {
    right: 0;
}
.ap-contest-modal-main__nav-right .ap-contest-modal-main__nav-desc {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}
.ap-contest-modal-main__nav-right .ap-contest-modal-main__nav-icon {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}
.ap-contest-modal-main__nav-right .ap-contest-modal-main__nav-icon svg {
    left: 2px;
}
.ap-contest-modal-main__nav-right:hover .ap-contest-modal-main__nav-icon svg {
    -webkit-animation: arrowRightAnim 0.3s linear;
    animation: arrowRightAnim 0.3s linear;
}
.ap-contest-modal-main__actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    padding: 12px;
}
.ap-contest-modal-main__action {
    display: block;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.64);
    position: relative;
    right: auto;
    top: auto;
    cursor: pointer;
    -webkit-transition: background-color 0.24s;
    -o-transition: background-color 0.24s;
    transition: background-color 0.24s;
}
.ap-contest-modal-main__action:hover {
    background-color: #ffffff;
}
.ap-contest-modal-main__action_active {
    background-color: #ffffff;
}
.ap-contest-modal-main__action-icon {
    display: block;
    width: 28px;
    height: 28px;
    fill: #000000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.ap-contest-modal-main__action-like .ap-contest-modal-main__action-icon {
    top: 2px;
}
.ap-contest-modal-main__action-like .ap-contest-modal-main__action-icon:last-child {
    display: none;
    fill: #ff0000;
}
.ap-contest-modal-main__action-like.ap-contest-teaser__like_active .ap-contest-modal-main__action-icon:first-child {
    display: none;
}
.ap-contest-modal-main__action-like.ap-contest-teaser__like_active .ap-contest-modal-main__action-icon:last-child {
    display: block;
}
.ap-contest-modal-main__action-send .ap-contest-modal-main__action-icon {
    right: 4px;
}
.ap-contest-modal-main__action-exit .ap-contest-modal-main__action-icon {
    right: 4px;
}

.ap-btn-share-popup {
    display: none;
    padding: 8px 6px;
    background-color: rgba(255, 255, 255, 0.64);
    position: absolute;
    top: 50%;
    left: 100%;
    margin-left: 14px;
    border-radius: 31px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.ap-btn-share-popup .ya-share2__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 10px;
    margin: 0 !important;
}
.ap-btn-share-popup .ya-share2__list > .ya-share2__item {
    margin: 0 !important;
}
.ap-btn-share-popup .ya-share2__container .ya-share2__badge .ya-share2__icon {
    width: 36px !important;
    height: 36px !important;
}
.ap-btn-share-popup .ya-share2__container .ya-share2__badge .ya-share2__icon:not(.ya-share2__icon_messenger-contact):not(.ya-share2__icon_more):not(.ya-share2__icon_copy) {
    background-size: 28px 28px !important;
}

.ap-contest-modal-main-slider {
    height: 100%;
    overflow: auto;
    position: relative;
    z-index: 0;
}
.ap-contest-modal-main-slider__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.ap-contest-modal-main-slider__item {
    width: 100%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-bottom: 1px solid #ffffff;
    position: relative;
}
.ap-contest-modal-main-slider__item .swiper-lazy-preloader {
    z-index: 0;
}
.ap-contest-modal-main-slider__img {
    display: block;
    position: relative;
    z-index: 1;
}
.ap-contest-modal-main-slider__img img {
    display: block;
    width: 100%;
    height: auto;
}
.ap-contest-modal-main-slider__img-full {
    display: block;
    text-decoration: none;
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.ap-contest-modal-main-slider__img-full:hover {
    text-decoration: none;
}
.ap-contest-modal-main-slider__arrow {
    display: block;
    background: none;
    border: none;
    position: absolute;
    z-index: 2;
    padding: 0;
    outline: 0;
    cursor: pointer;
    bottom: 0;
    top: 64px;
    width: 80px;
}
.ap-contest-modal-main-slider__arrow span {
    display: block;
    width: 48px;
    height: 48px;
    background-color: #ff0000;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: background-color 0.24s;
    -o-transition: background-color 0.24s;
    transition: background-color 0.24s;
}
.ap-contest-modal-main-slider__arrow svg {
    display: block;
    fill: #ffffff;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.ap-contest-modal-main-slider__arrow:hover span {
    background-color: #e60000;
}
.ap-contest-modal-main-slider__arrow.swiper-button-disabled {
    cursor: default;
}
.ap-contest-modal-main-slider__arrow.swiper-button-disabled span {
    background-color: #ff0000;
    opacity: 0.6;
}
.ap-contest-modal-main-slider__arrow_prev {
    left: 0;
}
.ap-contest-modal-main-slider__arrow_prev svg {
    right: 2px;
}
.ap-contest-modal-main-slider__arrow_next {
    right: 0;
}
.ap-contest-modal-main-slider__arrow_next svg {
    left: 2px;
}

.ap-contest-modal-previews {
    display: none;
}

.ap-contest-modal-previews-slider {
    height: 100%;
    position: relative;
    border-top: 1px solid #ffffff;
}
.ap-contest-modal-previews-slider__list {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.ap-contest-modal-previews-slider__item {
    height: 100%;
    width: auto !important;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-right: 1px solid #ffffff;
    position: relative;
}
.ap-contest-modal-previews-slider__item:last-child {
    border-right: none;
}
.ap-contest-modal-previews-slider__item .swiper-lazy-preloader {
    z-index: 0;
}
.ap-contest-modal-previews-slider__item.swiper-slide-thumb-active:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background-color: #fff;
    opacity: 0.4;
}
.ap-contest-modal-previews-slider__img {
    display: block;
    height: 100%;
    position: relative;
    z-index: 1;
}
.ap-contest-modal-previews-slider__img img {
    display: block;
    height: 100%;
    width: auto;
}
.ap-contest-modal-previews-slider__navigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 0;
    padding: 0 16px;
    z-index: 2;
}
.ap-contest-modal-previews-slider__arrow {
    display: block;
    width: 48px;
    height: 48px;
    border: none;
    padding: 0;
    outline: 0;
    cursor: pointer;
    background-color: #ffffff;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: background-color 0.24s;
    -o-transition: background-color 0.24s;
    transition: background-color 0.24s;
}
.ap-contest-modal-previews-slider__arrow svg {
    display: block;
    fill: #777777;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: fill 0.24s;
    -o-transition: fill 0.24s;
    transition: fill 0.24s;
}
.ap-contest-modal-previews-slider__arrow:hover {
    background-color: #f2f2f2;
}
.ap-contest-modal-previews-slider__arrow:hover svg {
    fill: #000000;
}
.ap-contest-modal-previews-slider__arrow.swiper-button-disabled {
    background-color: #ffffff;
    cursor: default;
    opacity: 0.6;
}
.ap-contest-modal-previews-slider__arrow.swiper-button-disabled svg {
    fill: #777777;
}
.ap-contest-modal-previews-slider__arrow_prev svg {
    right: 2px;
}
.ap-contest-modal-previews-slider__arrow_next svg {
    left: 2px;
}

.bx-touch .ap-contest-modal-main__nav:hover .ap-contest-modal-main__nav-icon {
    background-color: transparent;
}
.bx-touch .ap-contest-modal-main__nav:hover .ap-contest-modal-main__nav-icon svg {
    fill: #ffffff;
    -webkit-animation: none;
    animation: none;
}
.bx-touch .ap-contest-modal-main__nav:active .ap-contest-modal-main__nav-icon {
    background-color: #ffffff;
}
.bx-touch .ap-contest-modal-main__nav:active .ap-contest-modal-main__nav-icon svg {
    fill: #000000;
}
.bx-touch .ap-contest-modal-main__nav .ap-contest-modal-main__nav-left:active .ap-contest-modal-main__nav-icon svg {
    -webkit-animation: arrowLeftAnim 0.3s linear;
    animation: arrowLeftAnim 0.3s linear;
}
.bx-touch .ap-contest-modal-main__nav .ap-contest-modal-main__nav-right:active .ap-contest-modal-main__nav-icon svg {
    -webkit-animation: arrowRightAnim 0.3s linear;
    animation: arrowRightAnim 0.3s linear;
}
.bx-touch .ap-contest-modal-main__action:hover {
    background-color: #ffffff;
}
.bx-touch .ap-contest-modal-main__action:active {
    background-color: rgba(255, 255, 255, 0.64);
}
.bx-touch .ap-contest-modal-main-slider__arrow:hover span {
    background-color: #ff0000;
}
.bx-touch .ap-contest-modal-main-slider__arrow:active span {
    background-color: #e60000;
}
.bx-touch .ap-contest-modal-main-slider__arrow.swiper-button-disabled span {
    background-color: #ff0000;
}
.bx-touch .ap-contest-modal-previews-slider__arrow:hover {
    background-color: #ffffff;
}
.bx-touch .ap-contest-modal-previews-slider__arrow:hover svg {
    fill: #777777;
}
.bx-touch .ap-contest-modal-previews-slider__arrow:active {
    background-color: #e6e6e6;
}
.bx-touch .ap-contest-modal-previews-slider__arrow:active svg {
    fill: #000000;
}
.bx-touch .ap-contest-modal-previews-slider__arrow.swiper-button-disabled {
    background-color: #ffffff;
}
.bx-touch .ap-contest-modal-previews-slider__arrow.swiper-button-disabled svg {
    fill: #777777;
}

@media (min-width: 768px) {
    .ap-contest-modal-main__nav {
        padding: 16px;
        width: 64px;
        height: 64px;
    }
    .ap-contest-modal-main__top-panel {
        margin: 16px 0;
    }
    .ap-contest-modal-main__actions {
        gap: 16px;
        padding: 16px;
    }
}
@media (min-width: 1025px) {
    .ap-contest-modal-main {
        height: calc(100% - 121px);
    }
    .ap-contest-modal-main:after {
        content: normal;
    }
    .ap-contest-modal-main__nav-icon {
        border: none;
        border-radius: 0;
        background: none;
        width: auto;
        height: auto;
    }
    .ap-contest-modal-main__nav-icon svg {
        position: static;
        width: 14px;
        height: 14px;
    }
    .ap-contest-modal-main__nav-desc {
        display: block;
        -webkit-transition: opacity 0.24s;
        -o-transition: opacity 0.24s;
        transition: opacity 0.24s;
    }
    .ap-contest-modal-main__nav {
        width: 25%;
    }
    .ap-contest-modal-main__nav:hover .ap-contest-modal-main__nav-desc {
        opacity: 0.7;
    }
    .ap-contest-modal-main__nav-left {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .ap-contest-modal-main__nav-right {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .ap-contest-modal-main__actions {
        padding: 14px;
        margin: 6px;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        gap: 28px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .ap-contest-modal-main-slider {
        overflow: hidden;
    }
    .ap-contest-modal-main-slider__list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        height: 100%;
    }
    .ap-contest-modal-main-slider__item {
        height: 100%;
        border-bottom: 0;
    }
    .ap-contest-modal-main-slider__img {
        height: 100%;
        position: relative;
    }
    .ap-contest-modal-main-slider__img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .ap-contest-modal-main-slider__img-full {
        display: none;
    }
    .ap-contest-modal-main-slider_img-contain .ap-contest-modal-main-slider__img img {
        -o-object-fit: contain;
        object-fit: contain;
    }

    .ap-contest-modal-previews {
        display: block;
        height: 121px;
    }

    .ap-btn-share-popup {
        padding: 10px 14px;
        top: auto;
        bottom: 100%;
        left: 50%;
        margin-bottom: 20px;
        margin-left: 0;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
    .ap-btn-share-popup .ya-share2__list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 14px;
    }
    .ap-btn-share-popup .ya-share2__container .ya-share2__badge .ya-share2__icon {
        width: 42px !important;
        height: 42px !important;
    }
    .ap-btn-share-popup .ya-share2__container .ya-share2__badge .ya-share2__icon:not(.ya-share2__icon_messenger-contact):not(.ya-share2__icon_more):not(.ya-share2__icon_copy) {
        background-size: 32px 32px !important;
    }

    .bx-touch .ap-contest-modal-main__nav:hover .ap-contest-modal-main__nav-icon {
        background-color: transparent;
    }
    .bx-touch .ap-contest-modal-main__nav:hover .ap-contest-modal-main__nav-icon svg {
        fill: #ffffff;
    }
    .bx-touch .ap-contest-modal-main__nav:hover .ap-contest-modal-main__nav-desc {
        opacity: 1;
    }
    .bx-touch .ap-contest-modal-main__nav:active .ap-contest-modal-main__nav-icon {
        background-color: transparent;
    }
    .bx-touch .ap-contest-modal-main__nav:active .ap-contest-modal-main__nav-icon svg {
        fill: #ffffff;
    }
    .bx-touch .ap-contest-modal-main__nav:active .ap-contest-modal-main__nav-desc {
        opacity: 0.7;
    }
}
@media (min-width: 1200px) {
    .ap-contest-modal-main__nav {
        gap: 8px;
        padding: 16px 20px;
    }
    .ap-contest-modal-main__actions {
        margin: 10px;
    }

    .ap-contest-modal-main-slider__arrow {
        width: 88px;
    }
    .ap-contest-modal-main-slider__arrow span {
        bottom: 24px;
    }

    .ap-contest-modal-previews-slider__navigation {
        padding: 0 20px;
    }

    .ap-btn-share-popup {
        margin-bottom: 24px;
    }
}
.ap-contest-modal-feedback .ap-modal__overlay {
    background: none;
}
.ap-contest-modal-feedback .ap-modal__dialog {
    padding: 28px;
    max-width: 386px;
}
.ap-contest-modal-feedback .ap-modal__close {
    margin-top: 4px;
    margin-right: 4px;
}
.ap-contest-modal-feedback .ap-modal__close svg {
    fill: #999999;
}
.ap-contest-modal-feedback .ap-modal__close:hover svg {
    fill: #ff0000;
}
.ap-contest-modal-feedback .ap-modal__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    color: #000000;
    gap: 8px;
    padding: 0;
    margin-bottom: 22px;
}
.ap-contest-modal-feedback .ap-modal__body {
    font-size: 14px;
    line-height: 1.5;
    color: #000000;
}
.ap-contest-modal-feedback .ap-modal__footer {
    text-align: center;
    margin-top: 24px;
}
.ap-contest-modal-feedback .ap-modal__close-link {
    font-size: 16px;
}
.ap-contest-modal-feedback__title-profile {
    color: #000000 !important;
    text-decoration: underline !important;
}
.ap-contest-modal-feedback__title-profile:hover {
    color: #000000 !important;
    text-decoration: none !important;
}
.ap-contest-modal-feedback__title-brand {
    text-transform: uppercase;
    font-weight: 700;
}
.ap-contest-modal-feedback__btn {
    display: block;
    width: 190px;
    height: 34px;
    line-height: 32px;
    border: 1px solid #ff0000;
    padding: 0 20px;
    margin-top: 7px;
    color: #ff0000;
    font-size: 14px;
    text-align: center;
    background-color: transparent;
    -webkit-transition: background-color 0.24s, color 0.24s;
    -o-transition: background-color 0.24s, color 0.24s;
    transition: background-color 0.24s, color 0.24s;
}
.ap-contest-modal-feedback__btn:hover {
    background-color: #FF0000;
    color: #ffffff;
}

@media (min-width: 1025px) {
    .ap-contest-modal-feedback .ap-modal__header {
        font-size: 19px;
    }
}

/*OLD STYLE*/
div.portfolio-detail-filter {
    height: 19px;
    line-height: 19px;
    padding: 0 10px;
    background: #3a3a3a;
    font-size: 12px;
    color: #ffffff;
}
div.portfolio-detail-filter-padding {
    padding-right: 40px;
}
div.portfolio-detail-filter a.icon-back {
    height: 19px;
    display: block;
    float: left;
    margin-right: 5px;
}
div.portfolio-detail-filter a.add-file {
    height: 19px;
    display: block;
    float: right;
    width: auto;
    padding-left: 16px;
    line-height: 19px;
    background: 0% 50% no-repeat url('images/add-file.png');
    color: #ffffff;
}

div.portfolio-detail-filter-line {
    height: 19px;
    line-height: 19px;
    font-size: 12px;
}

div.portfolio-detail-wrapper {
    position: relative;
}
div.portfolio-detail-loading {
    display: none;
	height: 100%;
    width: 100%;
	position: absolute;
	left: 0;	
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 5000;
    background: #ffffff 50% 50% no-repeat url('images/page-loading.gif');
    opacity: 0.4; 
	-moz-opacity: 0.4; 
	-khtml-opacity: 0.4; 
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);
}



div.portfolio-content {
    padding-top: 10px;
}
div.portfolio-controls {
    height: 20px;
    padding: 10px 10px 0;
}
div.portfolio-controls a {
    display: block;
    text-decoration: none;
    width: 17px;
    height: 16px;
    float: left;
    margin-right: 4px;
}
div.portfolio-controls a.control-info {
    background: 0% 0% no-repeat url('images/icon-info.png');
}
div.portfolio-controls a.control-download {
    background: 0% 0% no-repeat url('images/icon_load.png');
}
div.portfolio-controls a.control-info:hover, div.portfolio-controls a.control-info.control-selected {
    background: 0 -26px no-repeat url('images/icon-info.png');
}
div.portfolio-controls a.control-comment {
    background: 0% 0% no-repeat url('images/icon-comment1.png');
    overflow: hidden;
    font-family: Tahoma, sans-serif;
    font-size: 9px;
    color: #000000;
    line-height: 10px;
    padding-top: 3px;
    text-align: center;
    padding-right: 1px;
    padding-left: 7px;
    width: 16px;
    height: 13px;
}
div.portfolio-controls a.control-comment:hover, div.portfolio-controls a.control-comment.control-selected {
    background: 0% 100% no-repeat url('images/icon-comment1.png');
    color: #ff0000;
}
div.portfolio-controls a.control-tags {
    background: 0% 0% no-repeat url('images/icon-tags.png');
}
div.portfolio-controls a.control-tags:hover, div.portfolio-controls a.control-tags.control-selected {
    background: 0% -26 no-repeat url('images/icon-tags.png');
}
div.portfolio-controls a.control-delete {
    background: 0% 0% no-repeat url('images/icon-delete.png');
}
div.portfolio-controls a.control-delete:hover, div.portfolio-controls a.control-delete.control-selected {
    background: 0% -26px no-repeat url('images/icon-delete.png');
}
div.portfolio-controls a.control-move {
    background: 0% 0% no-repeat url('images/icon-move.png');
}
div.portfolio-controls a.control-move:hover {
    background: 0% -26px no-repeat url('images/icon-move.png');
}
div.portfolio-controls a.control-move.control-selected {
    background: 0% 100% no-repeat url('images/icon-move.png');
}
div.portfolio-controls a.control-visible {
    background: 0% 0% no-repeat url('images/icon-visible-19.png');
}
div.portfolio-controls a.control-visible:hover {
    background: 0% -26px no-repeat url('images/icon-visible-19.png');
}
div.portfolio-controls a.control-visible.control-selected {
    background: 0% 100% no-repeat url('images/icon-visible-19.png');
}
div.portfolio-controls a.control-manage {
    background: 0% 0% no-repeat url('images/icon-manage.png');
}
div.portfolio-controls a.control-manage:hover {
    background: 0% -26px no-repeat url('images/icon-manage.png');
}
div.portfolio-controls a.control-manage.control-selected {
    background: 0% 100% no-repeat url('images/icon-manage.png');
}
div.portfolio-controls a.control-add {
    background: 0% 0% no-repeat url('images/icon-add.png');
}
div.portfolio-controls a.control-add:hover {
    background: 0% -26px no-repeat url('images/icon-add.png');
}
div.portfolio-controls a.control-add.control-selected {
    background: 0% 100% no-repeat url('images/icon-add.png');
}

  
div.portfolio-controls a.control-favorite {
	background: 0% 0% no-repeat url('/bitrix/templates/archiprofi-new/images/icons/icon-favorite-shape-big.png');
}
div.portfolio-controls a.control-favorite:hover {
	background: 0% 100% no-repeat url('/bitrix/templates/archiprofi-new/images/icons/icon-favorite-shape-big.png');
}
div.portfolio-controls a.control-favorite.control-selected {
	background: 100% 0% no-repeat url('/bitrix/templates/archiprofi-new/images/icons/icon-favorite-shape-big.png');
}
div.portfolio-controls a.control-favorite.control-selected:hover {
    background: 100% 100% no-repeat url('/bitrix/templates/archiprofi-new/images/icons/icon-favorite-shape-big.png');
}

div.portfolio-controls a.control-edit {
    background: 0% 0% no-repeat url('images/icon-edit-box.png');
}
div.portfolio-controls a.control-edit:hover, div.portfolio-controls a.control-edit.control-selected {
    background: 0% -26px no-repeat url('images/icon-edit-box.png');
}

.portfolio-tag-border1 {
	background: url('images/border-anim-v.gif') repeat-y left top;
}
.portfolio-tag-border2 {
    background: url('images/border-anim-h.gif') repeat-x left top;
}
.portfolio-tag-border3 {
    background: url('images/border-anim-v.gif') repeat-y right top;
}
.portfolio-tag-border4 {
    background: url('images/border-anim-h.gif') repeat-x left bottom;
}
.portfolio-tag-border1, .portfolio-tag-border2,
.portfolio-tag-border3, .portfolio-tag-border4 {
	opacity: 0.5;
    filter: alpha(opacity=50);
}
.portfolio-tag-handle {
    background-color: #fff;
	border: solid 1px #000;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.portfolio-tag-outer {
	background-color: #000;
	opacity: 0.5;
    filter: alpha(opacity=50);
}

img.portfolio-image-crosshair {
    cursor: crosshair;
}

div.portfolio-detail-filter-line ul.portfolio-detail-filter-menu {
    margin-left: 0;
}

div.portfolio-detail {
    padding: 0 10px 10px 10px;
	position: relative;
    zoom: 1;
}
#atslider div.portfolio-detail {
    /*padding: 0 230px 10px 10px;*/
	padding: 0 0px 10px 0px !important;
    position: relative;
    zoom: 1;
}
div.portfolio-detail p {
    margin: 3px 0;
    padding: 0;
    line-height: normal;
}
div.portfolio-detail p.field-color {
    zoom: 1;
    padding-left: 30px;
}
div.portfolio-detail p.field-color span.field-color-caption {
    display: block;
    width: 30px;
    margin-left: -30px;
    float: left;
}
/*
div.portfolio-detail p.field-color a {
    white-space: nowrap;
    display: block;
    width: auto;
    float: left;
    height: 18px;
}
div.portfolio-detail p.field-color a span {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 15px;
    margin-right: 5px;
}*/
div.portfolio-detail p.portfolio-detail-edit {
    margin-top: 6px;
}
div.portfolio-detail span {
    color: #666666;
}
div.portfolio-detail span.date-time {
    color: #999999;
}
div.portfolio-detail div.portfolio-detail-map {
    float: right;
    width: 190px;
    padding-right: 10px;
    /*margin-right: -230px;*/
    position: relative;
    margin-top: -30px;
}
div.portfolio-detail div.portfolio-detail-map-holder {
    width: 185px;
    height: 120px;
    overflow: hidden;
    border: 1px solid #cccccc;
    margin-bottom: 10px;
}
span.orange
{
   color: #ff0000 !important;
}


.fl h1 {
	    margin: 0;
    padding: 0;
    height: 19px;
    line-height: 19px;
    display: block;
    font-size: 11px;
    color: #000;
    font-weight: bold;
    overflow: hidden;
    background: #f1f1f1;
    border-bottom: 1px solid #FFF;
}

a.filter-objects-palette {
   border: 1px solid #CCCCCC;
    display: block;
    float: left;
    height: 15px;
    margin-left: 5px;
    position: relative;
    text-decoration: none;
    width: 15px;
}

.portfolio-controls-stylist
{
	  padding: 10px 10px 50px;
}
.portfolio-controls-stylist div
{
	padding-top: 10px;
}
.portfolio-controls-stylist span
{
	display: inline-block;
	padding-right: 10px;
	padding-top:5px;
}
.description_text
{
    padding: 0 10px 10px;
}
.right_button
{
    text-align: right;
    padding-top: 2px;
}

/*----------------------------------
----------------- Object detail page
----------------------------------*/

.specialist_portfolio.current_author_works,
.specialist_portfolio.other_authors_works {
    padding: 24px 0 !important;
}

.specialist_portfolio.current_author_works .grid,
.specialist_portfolio.current_author_works .grid {
    overflow: visible;
}

.specialist_portfolio.current_author_works .item_list,
.specialist_portfolio.other_authors_works .item_list {
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: visible;
    margin-left: -12px !important;
    margin-right: -12px !important;
}

.specialist_portfolio.current_author_works .item_list .col-1-3,
.specialist_portfolio.other_authors_works .item_list .col-1-3 {
    padding-bottom: 48px !important;
}

.specialist_portfolio.current_author_works .item_list .col-1-3 .text a,
.specialist_portfolio.other_authors_works .item_list .col-1-3 .text a {
    background: #fafafa;
}

@media handheld, only screen and (max-width: 767px) {

    .specialist_portfolio.current_author_works,
    .specialist_portfolio.other_authors_works {
        padding: 40px 0 10px !important;
    }

    .specialist_portfolio.current_author_works .detail_sect_title,
    .specialist_portfolio.other_authors_works .detail_sect_title {
        line-height: 1;
        font-size: 20px;
        margin-bottom: 16px;
    }

    .specialist_portfolio.current_author_works .item_list .col-1-3,
    .specialist_portfolio.other_authors_works .item_list .col-1-3 {
        margin-bottom: 15px;
    }

    .specialist_portfolio.current_author_works .item_list,
    .specialist_portfolio.other_authors_works .item_list {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

}

@media handheld, only screen and (max-width: 600px) {
    .specialist_portfolio.current_author_works .item_list,
    .specialist_portfolio.other_authors_works .item_list {
        margin-left: 3px !important;
        margin-right: 3px !important;
    }
    .specialist_portfolio.current_author_works .item_list .col-1-3,
    .specialist_portfolio.other_authors_works .item_list .col-1-3 {
        padding-bottom: 28px !important;
    }
}

.conten_contaner.object_detail .col_left {
    padding-left: 0;
}

.object_detail .top_for_content {
    background: transparent;
}

.location_block {
    padding: 0 10px;
    text-align: center;
    margin: 15px 0 20px;
    /*color: #3f3f3f;*/
    color: #5e5e5e;
    font-size: 15px;
}

.object_fotos_group {
    overflow: hidden;
    margin-bottom: 5px;
    margin-left: -5px;
}

.object_fotos_block {
    /*overflow: hidden;*/
}

.object_fotos_head {
    overflow: hidden;
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 5px;
    margin-bottom: 15px;
    margin-left: 5px;
}

.object_fotos_head .ofb_title {
    font-size: 24px;
    margin-right: 150px;
}

.object_fotos_head .ofb_count {
    font-size: 14px;
    width: 150px;
    float: right;
    text-align: right;
}

.object_fotos_item {
    overflow: hidden;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    /*height: 426px;*/
	    background-color: #FFF;
		
  
}

.object_fotos_item .object_foto {
    margin-right: 200px;
    position: relative;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.4);
    box-shadow: 0 0 5px rgba(0,0,0,0.4);
}

.object_fotos_item .object_foto img {
    width: 100%;
    height: auto;
    display: block;
}

.object_foto_title {
    font-size: 14px;
    font-weight: bold;
}

.object_foto_category {
    font-size: 12px;
    padding-left: 15px;
    margin: 5px 0;
	color: #231f20;
}
.object_foto_category span
{
	color: #5e5e5e;
	
}
.object_foto_about {
    width: 200px;
    height: 418px;
    padding-left: 20px;
	padding-right: 10px;
    float: right;
    font-size: 11px;
    position: absolute;
    z-index: 2;
    top: 5px;
    right: 0;
}

.object_foto_meta {
    padding: 10px 13px;
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
    margin-top: 3px;
}

.object_foto_meta:before,
.object_foto_meta:after {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    z-index: 1;
    background-image: url(images/services_border.png);
    background-repeat: repeat-x;
    left: 0;
    right: 0;
}

.object_foto_meta:before {
    top: 0;
}

.object_foto_meta:after {
    bottom: 0;
}

.ofm_item {
    float: left;
    width: 33.33333333%;
    font-size: 13px;
    height: 14px;
    line-height: 14px;
}

.ofm_item span {
    display: inline-block;
    vertical-align: top;
    background-image: url(images/icons.png);
    background-repeat: no-repeat;
}

.ofm_item.ofm_watch {
    text-align: left;
}

.ofm_item.ofm_watch span {
    width: 14px;
    height: 10px;
    margin-top: 2px;
    background-position: -40px -5px;
}

.ofm_item.ofm_msg {
    text-align: center;
}

.ofm_item.ofm_msg span {
    width: 14px;
    height: 10px;
    margin-top: 2px;
    background-position: 2px -4px;
}

.ofm_item.ofm_likes {
    text-align: right;
}

.ofm_item.ofm_likes span {
    width: 15px;
    height: 14px;
    margin-top: -2px;
    background-position: -12px -0;
}

.object_foto_desc {
    font-size: 11px;
    max-height: 126px;
    overflow: hidden;
}

.object_foto_colors {
    padding: 10px 0 4px 0;
    position: relative;
    list-style: none;
    text-align: center;
    height: auto;
    line-height: 10px;
    margin: 0 0 10px 0;
}

.object_foto_colors:before,
.object_foto_colors:after {
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    background-image: url(images/services_border.png);
    background-repeat: repeat-x;
}

.object_foto_colors:before {
    top: 0;
    background-position: top;
}

.object_foto_colors:after {
    bottom: 0;
    background-position: bottom;
}

.object_foto_colors li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 10px;
    vertical-align: top;
    margin-bottom: 6px;
}

.object_foto_social {
    overflow: hidden;
    list-style: none;
    text-align: center;
}

.object_foto_social .ofs_item{
    display: inline-block;
    width: 22px;
    height: 22px;
}

.object_foto_social .ofs_item a {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(images/social_share_1.png);
    background-repeat: no-repeat;
}

.object_foto_social .ofs_item a:hover {
    background-image: url(images/social_share.png);
    background-repeat: no-repeat;
}

.ofs_item {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-left: -2px;
}

.ofs_item:first-child {
    margin-left: 0;
}

.ofs_item_fb a {
    background-position: 0 0;
}

.ofs_item_in a {
    background-position: -22px 0;
}

.ofs_item_vk a {
    background-position: -44px 0;
}

.ofs_item_ok a {
    background-position: -66px 0;
}

.ofs_item_g a {
    background-position: -89px 0;
}

.ofs_item_lj a {
    background-position: -112px 0;
}

.ofs_item_plus a {
    background-position: -135px 0;
}

/*.ofs_item_fb a:hover {*/
    /*background-position: 0 0;*/
/*}*/

/*.ofs_item_in a:hover  {*/
    /*background-position: -22px 0;*/
/*}*/

/*.ofs_item_vk a:hover  {*/
    /*background-position: -44px 0;*/
/*}*/

/*.ofs_item_ok a:hover  {*/
    /*background-position: -66px 0;*/
/*}*/

/*.ofs_item_g a:hover  {*/
    /*background-position: -89px 0;*/
/*}*/

/*.ofs_item_lj a:hover  {*/
    /*background-position: -112px 0;*/
/*}*/

/*.ofs_item_plus a:hover  {*/
    /*background-position: -135px 0;*/
/*}*/

.object_foto_actions {
    padding: 0 0 40px 0;
    overflow: hidden;
}

.btn.favorite_btn, .btn.ask-question, .btn.send-to-contest, .favorite_btn {
    font-size: 12px;
    text-decoration: none;
    margin: 0 0 5px 0;
    vertical-align: top;
    padding: 4px 14px;
    transition: background .3s, color .3s;
}

.btn.favorite_btn:hover, .btn.ask-question:hover, .btn.send-to-contest:hover {
    text-decoration: none;
    margin: 0;
    padding: 4px 14px;
    background: #777;
    font-weight: normal;
}

.object_foto_actions .like_btn {
    margin: 6px 6px 5px 6px;
}

.msg_btn {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 5px;
}

.msg_btn span {
    width: 19px;
    height: 16px;
    display: inline-block;
    vertical-align: top;
    background: url(images/icons.png) no-repeat 0 -14px;
    margin: 6px;
}

.clear {
    display: block;
    clear: both;
}


.object_foto .ofa_collapse_btn {
    font-size: 12px;
    background: rgba(255,255,255,0.85);
    border: 1px solid rgba(255,255,255,0.25);
    position: absolute;
    z-index: 10;
    bottom: 20px;
    left: 0;
    right: 0;
    width: 114px;
}

.object_foto .mobile_tabs_title {
    padding: 5px 7px !important;
    margin: 0 auto !important;
}

.object_foto .mobile_tabs_title:after,
.object_foto .mobile_tabs_title.open:after {
    content: normal;
}

.ofa_collapse_btn span:after{
    content: "[+]";
}

.ofa_collapse_btn.open span:after{
    content: "[-]";
}


.open {

}

.ofb_count .hide_mob {
    display: inline-block !important;
}

.ofa_bottom {
    position: absolute;
    bottom: 5px;
    left: 20px;
    right: 10px;
    z-index: 2;
}


.object_detail .about_user_wrap {
    background: linear-gradient(to bottom, #eaeaea, #fafafa);
    padding: 1px;
}

.object_detail .about_user {
    background: linear-gradient(to bottom, #fff, #fafafa);
    padding: 6px;
}





.object_detail .block_info {
    /*background: url(images/services_border.png) repeat-x left bottom;*/
}

.object_detail .about_user .user_pix {
    width: 98px;
    height: 98px;
    overflow: hidden;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.object_detail .about_user .user_pix img {
    width: 100%;
    height: auto;
}


.object_detail .about_user .user_name_status .user_first_name,
.object_detail .about_user .user_name_status .user_second_name {
    font-size: 18px;
    text-shadow: none;
}
.user_name_status a{
	text-decoration:none;
}
.user_name_status a:hover{
	text-decoration:underline;
}
a.user_name{
	font-weight:normal !important;
	text-decoration:none !important;
}
a.user_name:hover{
	text-decoration:underline !important;	
}
.about_user_wrap .user_name_status:after
{
	clear: both;
}
.object_detail .about_user .specialist-status {
    vertical-align: top;
}

.object_detail .user_name_status .specialist-profi,
.object_detail .user_name_status .user_checking_percent {
    margin-top: 3px !important;
}

.object_detail ul.user_awards_icon li {
    margin-left: -26px;
 }

.object_detail ul.user_awards_icon li:first-child {
    margin-left: 0;
}

.about_user_wrap .user_meta {
   overflow: hidden;
    text-align: center;
    padding: 22px 0;
    position: relative;
    margin-bottom: 15px;
}

.about_user_wrap .user_meta:before,
.about_user_wrap .user_meta:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background: url(images/services_border.png) repeat-x left top;
}

.about_user_wrap .user_meta:before {
    top: 0;
}

.about_user_wrap .user_meta:after {
    bottom: 0;
}

.about_user_wrap .ofm_item {
    width: 50px;
    display: inline-block;
    float: none;
    margin: 0 6px;
}

.about_user_wrap .ofm_item.ofm_watch {
    text-align: center;
}

.about_user_wrap .ofm_item.ofm_likes {
    text-align: center;
}

.about_user_wrap .ofm_item.ofm_photocount {
    text-align: center;
}

.about_user_wrap .ofm_item.ofm_photocount span {
    width: 14px;
    height: 14px;
    background-position: -54px 0;
}

.about_user_wrap .au_inf {
   /* padding: 15px 9px;*/
    text-align: center;
	clear: both;
}

.about_user_wrap .au_inf>div {
    text-align: left;
    margin-bottom: 15px;
    overflow: hidden;
    font-family: Arial, sans-serif;
    font-size: 12px;
}

.about_user_wrap div.au_participants {
    margin-bottom: 24px;
}

.about_user_wrap .au_inf>div span {
    width: 50%;
    float: left;
    display: block;
}

.about_user_wrap .ipart_btn,
.about_user_wrap .ipart_btn:hover {
    margin-bottom: 10px !important;
}

.au_photographers a,
.au_participants a {
    text-decoration: none;
}

.au_photographers a:hover,
.au_participants a:hover {
    text-decoration: underline;
}


.btn.ipart_btn {
    font-size: 12px;
    text-decoration: none;
    margin: 0 0 5px 0;
    vertical-align: top;
    padding: 7px 14px;
    transition: background .3s, color .3s;
}

.btn.ipart_btn:hover {
    text-decoration: none;
    margin: 0;
    background: #777;
    font-weight: normal;
}

.object_view_type {
    text-align: center;
    overflow: hidden;
}

.object_view_type .ovt_title {
    margin-bottom: 10px;
}

.object_view_type .ovt_btns {
    overflow: hidden;
    margin-bottom: 30px;
}

.object_view_type .ovt_btns .btn.ovt_btn {
    width: 50%;
    display: block;
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding: 7px 14px;
}

.object_view_type .ovt_btns .btn.ovt_btn span {
    border-bottom: 1px dashed #cfcfcf;
}


.object_view_type .ovt_btns .btn.ovt_btn + .btn.ovt_btn {
    margin-left: -1px;
}

.object_view_type .ovt_btns .btn.ovt_btn:hover,
.object_view_type .ovt_btns .btn.ovt_btn.active {
    background: #777;
    font-weight: normal;
    color: #fff;
}

.object_view_type .ovt_btns .btn.ovt_btn:hover span,
.object_view_type .ovt_btns .btn.ovt_btn.active span {
    border: 0 dashed #cfcfcf;
}

.grid.top_for_content .border_bottom {
    border-bottom: 1px solid #e8e8e8;
}

.grid.top_for_content .count_text_block {
    margin: 10px auto 24px;
}

.about_user_wrap .block_info .readmore-js-toggle {
    display: none;
}

.about_user_wrap ul.user_awards_icon.readmore-js-section {
    width: auto;
}
.google_plusone_iframe_widget{
	width:auto !important;
}

.consult-form-section {
	padding: 36px 24px 48px;
	background: #fff;
    position: relative;
}

.consult-form-section__title {
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0.01em;
    color: #000000;
    margin-top: 0;
    margin-bottom: 18px;
    line-height: 1.2;
    width: 100%;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.consult-form-section__desc {
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.01em;
    color: #999999;
    margin-top: 0;
    margin-bottom: 24px;
    line-height: 1.4;
    width: 100%;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.consult-form {
	text-align: center;
    width: 100%;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
    min-height: 160px;
}

.consult-form__field {
    position: relative;
    margin-bottom: 24px;
    text-align: left;
}

.consult-form__error {
    display: block;
    color: #ff0000;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
    text-align: left;
    margin-bottom: 0;
    margin-top: 7px;
}

.consult-form input[type="checkbox"],
.consult-form input[type="radio"] {
    display: block;
    position: absolute;
    z-index: -1;
    padding: 0;
    margin: 0;
    outline: 0;
    width: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
}
.consult-form input[type="checkbox"] + label,
.consult-form input[type="radio"] + label {
    display: block;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.01em;
    color: #000000;
    line-height: 1.3;
    position: relative;
    padding-left: 28px;
    margin: 0;
    cursor: pointer;
}
.consult-form input[type="checkbox"] + label:before,
.consult-form input[type="radio"] + label:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    border: 2px solid #ff0000;
    position: absolute;
    left: 0;
    top: 5px;
    -webkit-box-shadow: inset 0 0 0 2px #ffffff;
    box-shadow: inset 0 0 0 2px #ffffff;
}

.consult-form input[type="radio"] + label:before {
    border-radius: 50%;
}

.consult-form input[type="checkbox"]:checked + label:before,
.consult-form input[type="radio"]:checked + label:before {
    background-color: #ff0000;
}

.consult-form__field_agreement {
    max-width: 580px;
    line-height: 1.4;
    position: relative;
}
.consult-form__field_agreement input[type="checkbox"] {
    display: block;
    padding: 0;
    margin: 0;
    position: absolute;
    z-index: -1;
    outline: 0;
    opacity: 0;
}
.consult-form__field_agreement input[type="checkbox"] + label {
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 0;
    width: 12px;
    height: 12px;
    position: relative;
}
.consult-form__field_agreement input[type="checkbox"] + label:before {
    content: "";
    display: block;
    border: 1px solid #333333;
    width: 12px;
    height: 12px;
    position: static;
    -webkit-box-shadow: inset 0 0 0 2px #ffffff;
    box-shadow: inset 0 0 0 2px #ffffff;
}
.consult-form__field_agreement input[type="checkbox"]:checked + label:before {
    background-color: #ff0000;
    border-color: #ff0000;
}
.consult-form__field_agreement > span {
    font-size: 16px;
    font-weight: 300;
    color: #333333;
    letter-spacing: 0.01em;
}
.consult-form__field_agreement a {
    color: #333333;
    text-decoration: underline;
}
.consult-form__field_agreement a:hover {
    color: #333333;
    text-decoration: none;
}

.consult-form__field_text {
    font-size: 16px;
}
.consult-form__field_text label {
    display: block;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.01em;
    margin-top: 0;
    margin-bottom: 8px;
    text-align: left;
    color: #333333;
}
.consult-form__field_text label .required {
    color: #ff0000;
}
.consult-form .iti {
    display: block;
}
.consult-form .iti__country-list {
    width: 480px;
}
.consult-form .iti__country {
    white-space: normal;
}
@media (max-width: 880px) {
    .consult-form .iti__country-list {
        width: calc(100vw - 189px);
    }
}
@media (max-width: 767px) {
    .consult-form .iti__country-list {
        width: calc(100vw - 131px);
    }
}
@media (max-width: 575px) {
    .consult-form .iti__country-list {
        width: calc(100vw - 113px);
    }
}
@media (max-width: 480px) {
    .consult-form .iti__country-list {
        width: calc(100vw - 71px);
    }
}
@media (max-width: 359px) {
    .consult-form .iti__country-list {
        width: calc(100vw - 62px);
    }
}
.consult-form .iti__selected-flag {
    padding: 0 10px;
}
.consult-form input,
.consult-form input[type=text],
.consult-form input[type=tel],
.consult-form input[type=email],
.consult-form input[type=password] {
    display: block;
    width: 100%;
    height: 48px;
    border: 1px solid #bbbbbb;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #fafafa;
    line-height: 1;
    padding: 0 16px;
    font-size: 16px;
}
/*.consult-form input.js--iti-phone[type=tel] {*/
/*    padding-left: 94px !important;*/
/*}*/
.consult-form input:focus,
.consult-form input[type=text]:focus,
.consult-form input[type=tel]:focus,
.consult-form input[type=email]:focus,
.consult-form input[type=password]:focus {
    border-color: #000000;
    background-color: #ffffff;
}

.consult-form__footer {
    text-align: center;
}

.consult-form__submit {
    display: inline-block;
    vertical-align: top;
    height: 48px;
    line-height: 48px;
    background-color: #ff0000;
    color: #ffffff;
    text-align: center;
    min-width: 324px;
    border: 0;
    font-size: 20px;
    letter-spacing: 0.01em;
    text-decoration: none;
    outline: 0;
    cursor: pointer;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.consult-form__submit:hover {
    background-color: #dc0000;
}

.consult-form-success {
    display: none;
    background-color: #fff;
    padding: 24px;
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 18px;
    color: #333;
    font-weight: 400;
    text-align: center;
    line-height: 1.4;
}
.consult-form-success__body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}
.consult-form-success__desc {
    width: 100%;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
}
.consult-form-success__desc a {
    color: inherit;
}
.consult-form-success__desc a:hover {
    text-decoration: none;
}
.consult-form-success__title {
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0.01em;
    color: #000000;
    margin-top: 0;
    margin-bottom: 24px;
}
.consult-form-success__close {
    display: block;
    outline: 0;
    position: absolute;
    right: 6px;
    top: 6px;
    width: 40px;
    height: 40px;
    padding: 10px;
    background-color: transparent;
    border: 0;
    cursor: pointer;
}
.consult-form-success__close svg {
    width: 20px;
    height: 20px;
    fill: #333333;
    display: block;
}
.consult-form-success__close:hover svg {
    fill: #000000;
}
.consult-form .consult-form__field_text.err input {
	border: 1px solid red !important;
}

@media (max-width: 480px) {
    .consult-form-section {
        padding: 24px 24px 36px;
    }
    .consult-form-section__title {
        font-size: 22px;
        text-align: left;
    }
    .consult-form-section__desc {
        font-size: 16px;
        margin-bottom: 22px;
        text-align: left;
    }
    .consult-form__submit {
        min-width: 280px;
        display: block;
        width: auto;
        max-width: 100%;
    }
}

@media (max-width: 420px) {
    .consult-form-section {
        padding: 24px 24px 36px;
    }
    .consult-form-section__title {
        font-size: 20px;
        margin-bottom: 14px;
    }
    .consult-form-section__desc {
        font-size: 14px;
        margin-bottom: 16px;
    }
    .consult-form__submit {
        min-width: 280px;
        display: block;
        width: auto;
        max-width: 100%;
    }
    .consult-form__field_text label {
        font-size: 15px;
    }
    .consult-form input, .consult-form input[type=text], .consult-form input[type=tel], .consult-form input[type=email], .consult-form input[type=password] {
        font-size: 15px;
    }
    .consult-form__field_agreement > span {
        font-size: 15px;
    }
    .consult-form-section {
        padding: 20px 18px 32px;
        background: #fff;
        position: relative;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {

    .object_fotos_item {
        padding-right: 5px;
        height: auto;
    }

    .object_foto_about {
        width: auto;
        padding-left: 0;
        float: none;
        position: relative;
        height: auto;
    }

    .object_fotos_item .object_foto {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .object_fotos_group {
        margin-right: -5px;
    }

    .object_fotos_head {
        margin-right: 5px;
    }

    .object_foto_category {
        margin-bottom: 10px;
    }

    .object_foto_actions {
        padding: 20px 0;
    }

    .ofa_bottom {
        position: static;
    }
}

@media handheld, only screen and (max-width: 767px) {

    .object_detail .about_user .user_pix {
        width: 52px;
        height: 52px;
        overflow: hidden;
        float: left;
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .ap-wrapper .conten_contaner.object_detail {
        margin-top: 20px !important;
    }

    .object_detail .location_block {
        margin: 10px 0 5px;
        font-size: 15px;
    }

    .about_user_wrap .ipart_btn, .about_user_wrap .ipart_btn:hover {
        margin-bottom: 24px !important;
    }

    .conten_contaner.object_detail {
        background: transparent;
        padding-left: 10px;
        padding-right: 10px;
    }

    .conten_contaner.object_detail .col_left {
        padding-right: 0;
    }

    .conten_contaner.object_detail .col_left .top_for_content {
        padding: 20px 10% !important;
        border-bottom: 1px dotted #b8b8b8;
        margin-bottom: 20px;
    }

    .top_for_content.tfc_obj_det {
        background: #fff url(images/icons/bg_cont_mob.png) repeat-x 0 0;
        padding-left: 15px;
        padding-right: 15px;
    }
    .top_for_content.tfc_obj_det .count_text_block {
        width: auto;
        display: inline-block;
        padding: 0 30px;
        margin-bottom: 0;
        color: #3f3f3f;
    }

    .top_for_content.tfc_obj_det .count_text_block span.count_text {
        color: #3f3f3f;
    }

    .main_wrap {
        margin-top: 15px;
    }

    .cont_main_contaner .col_center {
        padding-left: 0;
        padding-right: 0;
    }

    .object_fotos_item {
        padding: 0 0 5px 0;
        height: auto;
        margin: 0 0 10px 0;
    }

    .object_foto_about {
        width: auto;
        padding-left: 0;
        float: none;
        position: relative;
        height: auto;
    }

    .object_fotos_item .mobile_tabs {
        border: 0;
        margin: 0 !important;
        padding: 0;
    }

    .object_fotos_item .object_foto {
        margin-right: 0;
        margin-bottom: 0;
        box-shadow: none;
    }

    .object_fotos_group {
        margin-right: 0;
        margin-left: 0;
        padding-bottom: 8px;
        margin-bottom: 12px;
        background: url(images/services_border.png) repeat-x left bottom;
    }

    .object_fotos_head {
        margin: 0 0 7px 0;
        border: 0;
    }

    .object_foto_category {
        margin-bottom: 10px;
    }

    .object_foto_actions {
        padding: 20px 0;
    }

    .object_fotos_head .ofb_count {
        font-size: 18px;
    }

    .object_fotos_head .ofb_count .oc_count:before {
        content: "(";
    }

    .object_fotos_head .ofb_count .oc_count:after {
        content: ")";
    }

    .object_fotos_head .ofb_title {
        font-size: 18px;
    }

    .ofb_count .hide_mob {
        display: none !important;
    }

    .object_foto_meta:before, .object_foto_meta:after {
        content: normal;
        display: none;
    }

    .object_foto_meta {
        text-align: center;
        margin: 0;
        padding: 25px 0;
    }

    .ofm_item {
        float: none;
        width: auto;
        display: inline-block;
        margin: 0 15px;
    }

    .object_foto_colors {
        text-align: left;
    }

    .object_foto_colors li {
        width: 26px;
        height: 22px;
        margin-right: 5px;
    }

    .object_foto_colors:before, .object_foto_colors:after {
        content: normal;
        display: none;
    }

    .object_foto_actions {
        padding: 0;
        text-align: center;
    }

    .object_foto_desc {
        margin-bottom: 5px;
    }
    
    .object_foto_actions .btn.favorite_btn,
    .object_foto_actions .btn.favorite_btn:hover {
        margin-bottom: 5px;
        padding: 4px 6px;
    }

    .object_foto_actions .like_btn {
        margin: 0 0 5px 0;
        border: 1px solid #c6c6c6;
        height: 28px;
        width: 80px;
    }

    .object_foto_actions .like_btn span {
        margin-top: 4px;
    }

    .object_foto_actions .msg_btn {
        width: 80px;
        display: inline-block;
        margin: 0 0 5px 0;
        border: 1px solid #c6c6c6;
        height: 28px;
    }

    .object_foto_title {
        font-weight: normal;
    }

    .ofa_bottom {
        position: static;
    }

    .object_detail .about_user_wrap {
        background: transparent;
        padding: 0;
    }

    .object_detail .about_user {
        background: transparent;
        padding: 6px;
    }

    .object_detail .about_user {
        background: transparent;
        padding: 0;
    }

    .object_view_type .ovt_btns {
        margin-bottom: 17px;
        padding-bottom: 17px;
        border-bottom: 1px dotted #b7b7b7;
    }

    .about_user_wrap .user_name {
        text-align: center;
        font-size: 18px;
        margin-bottom: 15px;
        line-height: 1.2;
    }

    .about_user_wrap .user_name span {
        text-align: center;
        display: block;
    }

    .about_user_wrap .au_inf {
        padding: 0;
        clear: both;
    }

    .object_detail .block_info {
        background: transparent;
        margin-left: 62px;
    }

    .object_detail .user_name_status {
        width: 60px;
        float: left;
    }

    ul.user_awards_icon {
        width: 100px;
        float: right;
        padding-right: 15px;
        position: relative;
    }

    ul.user_awards_icon {
        width: 100px;
        float: right;
        padding-right: 15px;
        position: relative;
    }

    .object_detail ul.user_awards_icon li {
        margin-left: 0;
    }

    .object_detail ul.user_awards_icon li.uai_collapse_btn {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        width: 15px;
        height: 15px;
    }

    .about_user_wrap .block_info {
        position: relative;
    }

    .about_user_wrap .block_info .readmore-js-toggle {
        position: absolute;
        z-index: 5;
        top: 17px;
        right: 0;
        width: 15px;
        height: 15px;
        display: block;
    }

    .user_awards_icon.readmore-js-expanded {
        height: auto !important;
    }

    .about_user_wrap ul.user_awards_icon.readmore-js-section {
        width: 100px;
    }

}


@media handheld, only screen and (min-width: 480px) and (max-width: 767px) {
    .top_for_content.tfc_obj_det {
        background: #fff url(images/icons/bg_cont_mob.png) repeat-x 0 0;
        padding-left: 30px;
        padding-right: 30px;
    }
    .about_user_wrap .ofm_item {
        margin: 0 16px;
    }
    .object_view_type .ovt_btns {
        padding-left: 10px;
        padding-right: 10px;
    }

    .object_detail .about_user .user_pix {
        width: 98px;
        height: 98px;
    }
}

@media handheld, only screen and (min-width: 360px) and (max-width: 479px) {
    .object_detail .about_user .user_pix {
        width: 98px;
        height: 98px;
    }
}

@media handheld, only screen and (min-width: 1024px) {

    .object_foto_about {
        height: 100%;
    }
    .object_fotos_item {
        margin-bottom: 25px;
    }
	.object_fotos_item .object_foto {
		min-height:360px;
		line-height: 360px;
		margin-right: 200px;
		position: relative;
		-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.4);
		-moz-box-shadow: 0 0 5px rgba(0,0,0,0.4);
		box-shadow: 0 0 5px rgba(0,0,0,0.4);
	}

	.object_fotos_item .object_foto img {
		width: 100%;
		height: auto;
		display: inline-block;
		vertical-align: middle;	
	}	
}

.about_user_wrap .ofm_item {
    width: 80px;
}


.object_detail .cont_main_contaner {
    margin: 0;
}

.object_detail .cont_main_contaner .col_center:before {
    left: 0;
    width: 285px;
}

.object_detail .left_banner_block {
     background: none; 
}
.like-buttons{
	padding-bottom:10px;

}
.add-blog-container {
    text-align: center;
    padding: 20px 14px;
}

.add-blog-container + .add-blog-container {
    padding-top: 10px;
}

.btn-send-digest {
    display: block;
    text-align: center;
    margin: 0 auto;
    background: #ff0000;
    color: #ffffff !important;
    text-decoration: none;
    border: 0;
    height: 48px;
    line-height: 48px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .01em;
    text-transform: uppercase;
    width: 100%;
    outline: 0;
    cursor: pointer;
    -webkit-box-shadow: 4px 6px 12px rgba(0, 0, 0, .4);
    box-shadow: 4px 6px 12px rgba(0, 0, 0, .4);
    -webkit-transition: background-color .3s, -webkit-box-shadow .3s;
    transition: background-color .3s, -webkit-box-shadow .3s;
    -o-transition: box-shadow .3s, background-color .3s;
    transition: box-shadow .3s, background-color .3s;
    transition: box-shadow .3s, background-color .3s, -webkit-box-shadow .3s;
}
.btn-send-digest:hover,
.btn-send-digest:focus {
    color: #ffffff !important;
    background-color: #ed0000;
    text-decoration: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-send-digest_outline {
    background-color: #ffffff;
    color: #ff0000 !important;
    border: 1px solid #ff0000;
    line-height: 46px;
}

.btn-send-digest_outline:hover {
    background-color: #ffece9;
    color: #ff0000 !important;
}

@media screen and (max-width: 768px) {
    .add-blog-container {
        padding: 12px 0 28px;
    }
    .btn-send-digest {
        font-size: 15px;
        max-width: 360px;
        margin: 0 auto;
    }
}
@media screen and (max-width: 375px) {
    .btn-send-digest {
        font-size: 14px;
    }
}
@media screen and (max-width: 359px) {
    .btn-send-digest {
        font-size: 13px;
    }
}
@media screen and (max-width: 768px) {

    .object_foto .ofa_collapse_btn {
        width: 140px;
        text-align: center;

    }
    .object_foto .mobile_tabs_title {
        font-size: 14px;
        font-weight: bold;
        padding: 7px 8px !important;
    }

}