/* todo clean dis shit */

@media all
and (min-width: 62.5rem) {

    /* LIST VIEW */
    .event-block {
        position: relative;
        padding: 15px 15px 40px 15px;
        margin: 0 0 40px 0;
        border-radius: 10px;
        border: 1px solid;
    }

    .event-block .event-block_label {
        font-size: 17px;
        margin: 0 0 15px 0;
    }

    .event-block .event-block_label a {
        text-decoration: none;
    }

    .event-block .event-block_label_right_text {
        float: right;
        font-size: 14px;
        text-transform: uppercase;
        display: block;
    }

    .event-block .event-buttons {
        position: absolute;
        bottom: -20px;
        left: 25px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        font-weight: bold;
        font-size: 12px;
    }

    .event-block .event-block_text {
        max-height: 39px;
        overflow: hidden;
    }

    .event-block .prev-img {
        float: left;
        border-radius: 4px;
        overflow: hidden;
        margin: 0 20px 0 0;
    }

    .event-block .prev-img img {
        display: block;
    }

    .event-block .more-button {
        padding: 10px 20px;
        display: inline-block;
    }

    .event-block.ver1 .more-button {
        color: #000;
    }

    .event-block.ver1 .invite-button {
        background: #000;
    }

    .event-block.ver2 .event-block_text {
        max-width: 670px;
    }

    .event-block.ver2 {
        padding: 15px;
    }

    .event-block.ver2 .event-buttons {
        position: relative;
        bottom: 0;
        left: 0;
        margin: 23px 0 0 0;
    }

    .events-list-block .events-filter {
        font-size: 15px;
        padding-bottom: 30px;
    }

    .events-list-block .event-variant_list {
        display: inline-block;
    }

    .events-list-block .event-variant_list span {
        display: inline-block;
        margin-right: 10px;
        border-radius: 4px;
        color: white;
        border: 1px white dashed;
    }

    .events-list-block .event-variant_list a {
        display: inline-block;
        padding: 10px 15px 10px 15px;
        color: white;
        text-decoration: none;
    }

    .events-list-block .event-variant_list a:hover {
        cursor: pointer;
    }

    .events-list-block .event-variant_list .active {
        background: #fff;
        color: #000;
        border-style: solid;
    }

    .events-list-block .event-variant_list .active a {
        color: #000;
    }

    /* event filter */
    .past-events {
        float: right;
        margin-left: 30px;
        margin-top: 10px;
    }

    /* mini counters */
    .actlan {
        border-bottom: 1px dotted #8cb0ff;
        font-weight: bold;
    }

    .actlan:hover {
        cursor: pointer;
    }

    .people-counter {
        margin: 20px 0 0 0;
        display: inline-block;
    }

    .people-counter div {
        display: inline-block;
        margin: 0 25px 0 0;
    }

    .event-registered-caption, .event-appr-caption, .event-friends-caption {
        font-size: 11px;
    }

    .event-registered-num, .event-appr-num, .event-friends-num {
        font-size: 26px;
    }

    /*.event-wrapp {display:inline-block;}*/
    .friend-photos {
        display: inline-block;
    }

    .friend-photos img {
        display: inline-block;
        margin: 0 15px 0 0;
        width: 40px;
        border-radius: 2px;
    }

    .friend-photos img:hover {
        margin: -30px -15px -30px -30px;
        z-index: 100;
        position: relative;
        width: 100px;
    }

    /* symbols */
    .event-block_label a.with-icon:before {
        content: '\efe5';
    }

    /* default */
    .group-masterclass a.with-icon:before {
        content: '\efe4';
    }

    .group-breakfast a.with-icon:before {
        content: '\efd5';
    }

    .group-webinar a.with-icon:before {
        content: '\eb76';
    }

    /* monitor: ea84 */
    .group-travel a.with-icon:before {
        content: '\ede5';
    }

    .group-bf a.with-icon:before {
        content: '\eb00';
    }

    .group-weekend a.with-icon:before {
        content: '\ed4f';
    }

    .group-alumni a.with-icon:before {
        content: '\ed4f';
    }

    /* PAGE VIEW */
    .page-event .buton-green {
    }

    .page-event .block-counters {
        margin-bottom: 30px;
    }

    .page-event .block-counters .digital-counter {
        margin-left: 35px;
    }

    #block-event-offers {
        text-align: center;
    }

    #block-event-offers .block-label a {
        font-size: 15px;
        color: #388fe8;
        font-weight: normal;
    }

    #block-next-events h4 {
        font-size: 16px;
        font-weight: bold;
        margin-top: 30px;
    }

    #block-next-events h4:first-child {
        margin-top: 0;
    }

    #block-next-events h4 span {
        display: table-cell;
        padding-right: 10px;
    }

    #block-next-events h4 strong {
        display: table-cell;
        width: 100%;
        background: url('../img/hr-wave.png') center repeat-x;
    }

    #block-next-events .event-row {
        margin-top: 10px;
    }

    #block-next-events .event-date {
        color: #b6b6b6;
        font-weight: bold;
        display: block;
        float: left;
    }

    #block-next-events .event-title {
        margin-left: 100px;
        display: block;
        max-height: 40px;
        overflow: hidden;
    }

    .page-description img {
        max-width: 600px;
    }

    .with-sidebar-right .page-description img {
        max-width: 670px;
    }

    .with-sidebar-left .page-description img {
        max-width: 720px;
    }

    .cancel-button:before {
        content: '\eb9c';
    }

    .schedule {
        margin: 20px 0 10px 0;
    }

    /* share, thankyou, etc. */
    #block-social {
        font-size: 18px;
        margin-bottom: 50px;
        min-height: 70px;
        padding-left: 90px;
        background: url("/common/img/icons/thumb-up.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    }

    #block-future-events {
        font-size: 18px;
        margin-bottom: 50px;
        min-height: 70px;
        padding-left: 90px;
        background: url("/common/img/icons/calendar_2.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    }

    #invite-block-form {
        font-size: 18px;
        margin-bottom: 50px;
        min-height: 70px;
		overflow: hidden;
    }

    .share-init {
        display: inline-block;
        vertical-align: middle;
    }

    #share {
    }

    #share a {
        opacity: 0.8;
    }

    #share a:hover {
        opacity: 1;
    }

    #share a {
        position: relative;
    }

    #share a span {
        background: none repeat scroll 0 0 #fff;
        border: 1px solid #aaa;
        border-radius: 4px;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
        color: #666;
        display: none;
        font: 12px/20px Arial, sans-serif;
        height: 19px;
        left: 100%;
        margin-left: 5px;
        padding: 0 5px;
        position: absolute;
        text-align: center;
        top: 0;
        z-index: 10;
    }

    #share a:hover span {
        display: block;
    }

    #share a span:before {
        background: url("data:image/gif;base64,R0lGODlhBQAHAJEDAKqqqsnJyf///////yH5BAEAAAMALAAAAAAFAAcAAAIMnBEXMijiXlts1lkAADs=") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
        content: "";
        height: 7px;
        left: -5px;
        margin-top: -3px;
        position: absolute;
        top: 50%;
        width: 5px;
    }

    .photoReport:before {
        content: '\e9e8';
        font-size: 25px;
    }

    .photoReport {
        margin: 0 0 20px 0;
        display: inline-block;
        vertical-align: top;
    }

    .event-translation a {
        display: inline-block;
        padding: 10px 20px;
        font-size: 18px;
    }

    .event-translation a:hover {
        cursor: pointer;
    }

    .new-window-video {
        vertical-align: top;
        border: none;
        margin: 0 0 0 20px;
    }

    .new-window-video:before {
        content: '\ec81';
        font-size: 20px;
    }

    .left-radius {
        border-radius: 5px 0 0 5px;
        border: 2px solid #94c9ff;
    }

    .right-radius {
        border-radius: 0 5px 5px 0;
        border: 2px solid #94c9ff;
    }

    .active-translation {
        background: #94c9ff;
        color: black;
    }

    iframe.feed-frame, iframe.video-frame {
        margin: 20px 0;
    }

    .switch-buttons {
        display: inline-block;
    }

    /*_____________slider___________________*/
    .thumb-img-wrap {
        display: inline-block;
        margin-right: 16px;
        position: relative;
        z-index: 2;
        width: 155px;
        height: 110px;
    }

    .thumb-img-wrap a {
        position: absolute;
        z-index: 2;
        display: inline-block;
        background: rgba(33, 58, 85, 0.5);
        width: 155px;
        height: 110px;
        cursor: pointer;
    }

    .thumb-img-wrap a.active {
        background: transparent;
        border: 2px solid white;
        width: 152px;
        height: 107px;
    }

    .thumb-img-wrap img {
        position: absolute;
        z-index: 1;
    }

    .thumb-img-wrap:last-child {
        margin: 0;
    }

    /* photos */
    #fb-like-photos, #fb-like-event {
        display: block;
        float: right;
        margin-top: -50px;
    }

    /* bookings */
    h3.booking-title {
        margin: 20px 0 10px 0;
    }

    /* registration */
    .select2-container-multi {
        width: 320px;
    }

    /* new users list */
    .filtered_by_category, .filtered_by_search {
        display: none;
    }

    #user-lists .ui-state-active {
        border: 1px solid #006a72;
    }

    #user-lists .ui-state-active a {
        color: inherit;
        text-decoration: inherit;
    }

    #user-lists .ui-state-active a:focus {
        outline: none;
    }

    #user-list-tabs {
        margin-bottom: 20px;
    }

    #user-list-tabs li {
        display: inline-block;
        margin-right: 15px;
        border: 1px dashed #7a7a7a;
        border-radius: 7px;
    }

    #user-list-tabs a {
        display: block;
        padding: 15px 25px;
        text-decoration: none;
        font-size: 1.1rem;
    }

    .tab-wrapper {
        width: 650px;
    }

    .userlist-item {
        background-color: #272727;
        border-radius: 7px;
        padding: 15px 18px 10px;
        margin-bottom: 20px;
    }

    .userlist-item__textitem {
        margin-bottom: 8px;
    }

    .userlist-item__textitem h4 {
        font-size: 0.9rem;
        font-weight: bold;
    }

    .userlist-item__tags {
        color: #cdcdcd;
        margin-bottom: 10px;
    }

    #expectations .icon-tags {
        display: inline-block;
        text-indent: 22px;
        background: url(../img/icons/tags-white.png) 0 40% no-repeat;
        color: #cdcdcd;
        margin: 0;
    }

    .userlist-item__userinfo {
        padding: 5px 0;
    }

    .userlist-item__userinfo .img, .userlist-item__userinfo .name, .userlist-item__userinfo .job {
        display: inline-block;
        vertical-align: middle;
    }

    .userlist-item__userinfo .img {
        width: 25px;
        height: 25px;
    }

    .userlist-item__userinfo .img img {
        width: 100%;
    }

    .userlist-item__userinfo .name {
        margin: 0 10px;
        color: #a9cef5;
        border-bottom: 1px solid #505c68;
        line-height: 1rem;
    }

    .userlist-item__userinfo .job {
        font-weight: bold;
    }

    .userlist-item__offer p {
        margin-bottom: 10px;
        color: #cdcdcd;
    }

    .userlist-item__contacts {
        padding: 10px 10px 0;
        text-align: right;
    }

    .userlist-item__contacts .contact {
        margin-bottom: 5px;
    }

    .userlist-item__contacts .contact-icon {
        display: inline-block;
        vertical-align: middle;
        width: 18px;
        height: 17px;
        background: url(../img/icons/offers.png) 0 8% no-repeat;
    }

    .userlist-item__contacts .icon-phone {
        background-position: 0 85%;
    }

    /* user-filter */
    .user-filter {
        position: relative;
        margin-left: 30px;
        border-radius: 8px;
        padding: 10px 25px;
        width: 250px;
        margin-bottom: 30px;
    }

    .user-filter.fixed {
        position: fixed;
        top: 65px;
        z-index: 9;
    }

    .upwards {
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s linear 0.5s, opacity 0.5s linear;
        position: absolute;
        width: 100%;
        cursor: pointer;
        text-align: center;
        top: 105%;
        left: 0;
        line-height: 100%;
        font-size: 1.5rem;
        height: 2rem;
        color: #216BB7;
    }

    .upwards:hover {
        text-decoration: underline;
    }

    .fixed .upwards {
        visibility: visible;
        opacity: 1;
        transition-delay: 0s;
    }

    .filter-control {
        position: relative;
    }

    .filter-control .field, .filter-control .select2-container, .filter-control .select2-choices {
        width: 100% !important;
    }

    .user-filter .user_counter {
        color: #8298ae;
        font-size: 11px;
        vertical-align: top;
    }

    .filter-control__checkbox {
        vertical-align: middle;
        margin-bottom: 10px;
    }

    .filter-control .icon-lookup {
        height: 13px;
        width: 12px;
        background: url(../img/icons/lookup.png) no-repeat scroll 0% 0% transparent;
        position: absolute;
        top: 35%;
        right: 5px;
        background-size: cover;
    }

    .user-filter .filter-group {
        border-bottom: 1px solid #193553;
        padding: 15px 0;
    }

    .user-filter .filter-group:last-child {
        border-bottom: none;
    }

    .row.active > .field-description {
    }

    .hidden {
        display: none;
    }

    fieldset#personal, fieldset#responsible {
        overflow: hidden;
        padding-bottom: 100px;
        margin-top: -60px;
    }

    #personal .row-radioButtonList > div.label, #responsible .row-radioButtonList > div.label {
        padding: 20px 42px 0 5px;
    }

    #personal .row-radioButtonList .field-wrapper > span label, #responsible .row-radioButtonList .field-wrapper > span label {
        float: left;
        clear: none;
        display: block;
        padding-right: 40px;
        margin-left: 5px;
    }

    .clear {
        clear: both;
    }

    .to_top {
        position: fixed;
        top: 0;
        width: 100%;
        background: #fff;
        padding-top: 10px;
        /*padding-bottom:15px;*/
        /*background: rgba(0, 0, 0, 0.8);*/
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.85) 75%, rgba(255, 255, 255, 0) 100%);
        z-index: 100;
    }

    .form.form-radar>.form-wrapper>form>.row>div {
        margin-left: 100px;
    }

    a#next{
        font-size: 16px;
        border-bottom: 1px dashed;
        margin-left: 5px;
    }
    span.next-step{
        color:#8FAECD;
        margin-left: 100px;
        margin-bottom: 20px;
        cursor: pointer;
    }
    span.next-step:before{
        content:'\2193'
    }
    /*a#next.calm{*/
        /*color: #47627E;*/
    /*}*/

    .form.form-radar>.form-wrapper>form {
        padding-bottom:400px;
    }
    .form.form-radar>.form-wrapper>form>.row {
        margin-bottom:25px;
    }
    .form.form-radar>.form-wrapper>form>.row:not(:first-child):before {
        height: 10px;
        background-repeat: repeat-x;
        background-image: url('../img/radar-step-line.png');
        content: ' ';
        display: block;
        width: 100%;
        /*padding-top: 15px;*/
        /*padding-bottom: 15px;*/
        margin-bottom: 10px;
    }

    .form-radar .form-single {
        padding: 20px;
        margin: inherit;
    }

}
