/*.college-pro-header {
    background: #fafafa url(../images/college-pro-header.jpg) no-repeat center top;
}

@media screen and (max-width:992px) {
    .college-pro-header {
        background: #fafafa url(../images/college-pro-header-mobile.jpg) no-repeat center bottom;
    }
}

.college-pro-header-title {
    line-height: 0;
    padding: 112px 0 0 0;
}
@media screen and (max-width:992px) {
    .college-pro-header-title {
        padding: 71px 0 0 0;
    }
}
.college-pro-header-text {
    max-width: 425px;
    font: 18px/24px helveticaneuecyrlight, sans-serif;
    padding: 30px 0 99px 0;
}
@media screen and (max-width:992px) {
    .college-pro-header-text {
        max-width: none;
        padding: 30px 0 337px 0;
    }
}

.college-pro-sections {
    padding: 24px 0 76px 0;
}
.college-pro-sections-list {
    margin: 0 -10px;
}
.college-pro-sections-list:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}
.college-pro-section {
    float: left;
    width: 33.33%;
    padding: 0 10px;
    box-sizing: border-box;
}
@media screen and (max-width:992px) {
    .college-pro-section {
        width: 100%;
    }
    .college-pro-section+.college-pro-section {
        padding-top: 25px;
    }
}
.college-pro-section-inner {
    display: block;
    height: 430px;
    background: #fafafa no-repeat center bottom;
    text-decoration: none;
    color: #7a7a7a;
    padding: 0 30px;
    position: relative;
}
@media screen and (max-width:992px) {
    .college-pro-section-inner {
        height: 408px;
    }
}
.college-pro-section-icon {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 48px;
    line-height: 0;
    text-align: center;
}
.college-pro-section-title {
    color: #e2001a;
    transition: color .4s;
    font: 25px/40px pf_dindisplay_promedium, sans-serif;
    padding: 37px 0 0 0;
}
.college-pro-section-inner:hover .college-pro-section-title {
    color: #2d2d2d;
}
.college-pro-section-text {
    font: 14px/24px helveticaneuecyrlight, sans-serif;
    padding: 16px 0 0 0;
}
*/

/* likes articles */
.rc-college-pro-like {
    position: relative;
    width: 30px;
    height: 30px;
    font-size: 20px;
    background-color: transparent;
    outline: none;
    border: 0;
    padding: 0;
    cursor: pointer; }
.rc-college-pro-like .svg-icon {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 5px;
    left: 5px;
    pointer-events: none; }
.rc-college-pro-like .icon-not-like {
    display: block; }
.rc-college-pro-like .icon-is-like {
    display: none; }
.rc-college-pro-like.is-active .icon-not-like {
    display: none; }
.rc-college-pro-like.is-active .icon-is-like {
    display: block; }
.rc-college-pro-like.is-active .hint-like {
    display: inline; }
.rc-college-pro-like.is-active .hint-not-like {
    display: none; }
.rc-college-pro-like .hint-like {
    display: none; }
.rc-college-pro-like .hint-not-like {
    display: inline; }
.rc-college-pro-like .rc-tooltip__content {
    max-width: 170px;
    margin-bottom: 8px; }
.rc-college-pro-like .rc-tooltip__content-text {
    padding: 10px;
    white-space: nowrap; }

/* tooltip */
.rc-tooltip {
    display: inline-block;
    vertical-align: middle;
    position: relative; }
.rc-tooltip__text {
    margin-right: 4px;
    font-weight: 500;
    color: #6f747c;
    text-decoration: none; }
.rc-tooltip__icon {
    display: inline-block;
    vertical-align: top;
    position: relative;
    bottom: -3px;
    min-width: 18px;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    background-color: #b5b9c1;
    cursor: pointer;
    font-size: 14px;
    text-indent: 0; }
.rc-tooltip__icon:after {
    content: "?";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: #fff;
    text-align: center;
    line-height: 18px;
    font-size: 14px; }
.rc-tooltip__icon--question:after {
    content: "?"; }
.rc-tooltip__icon--alert:after {
    content: "!"; }
.rc-tooltip__icon--bg-red {
    background-color: #e2001a; }
.rc-tooltip__icon--bg-red:after {
    color: #FFFFFF; }
.rc-tooltip__icon--bg-pink {
    background-color: #e40087; }
.rc-tooltip__icon--bg-pink:after {
    color: #FFFFFF; }
.rc-tooltip__icon--border-red {
    background-color: transparent;
    border: 2px solid #e2001a; }
.rc-tooltip__icon--border-red:after {
    color: #e2001a;
    line-height: 14px;
    font-size: 10px;
    font-weight: bold; }
.rc-tooltip__icon--border-pink {
    background-color: transparent;
    border: 2px solid #e40087; }
.rc-tooltip__icon--border-pink:after {
    color: #e40087;
    line-height: 14px;
    font-size: 10px;
    font-weight: bold; }
.rc-tooltip__content {
    display: none;
    position: absolute;
    bottom: 12px;
    border: 1px solid #d7d7d7;
    max-width: 320px;
    width: 90vw;
    left: -21px;
    z-index: 99;
    text-transform: none; }
.rc-tooltip__content-arrow {
    position: absolute;
    bottom: -8px;
    left: 12px;
    width: 16px;
    height: 16px; }
.rc-tooltip__content-arrow:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f6f6f6;
    border: 1px solid #d7d7d7;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
.rc-tooltip--bg-white .rc-tooltip__content-arrow:after {
    background-color: #FFFFFF; }
.rc-tooltip__content-text {
    font-size: 14.4px;
    line-height: 20.16px;
    padding: 16px;
    color: #666;
    white-space: normal;
    font-weight: 300;
    text-align: left; }
.rc-tooltip__content-text:after {
    content: '';
    position: absolute;
    background-color: #f6f6f6;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
.rc-tooltip--bg-white .rc-tooltip__content-text:after {
    background-color: #FFFFFF; }
.rc-tooltip__content-text-inner {
    position: relative;
    z-index: 1; }
.rc-tooltip_right .rc-tooltip__content {
    left: -webkit-calc(100% + 12px);
    left: calc(100% + 12px);
    top: -15px;
    bottom: auto;
    right: auto; }
.rc-tooltip_right .rc-tooltip__content-arrow {
    left: -7px;
    top: 20px;
    bottom: auto;
    right: auto; }
.rc-tooltip_right.rbc-button .rc-tooltip__content {
    top: -9px; }
.rc-tooltip_right.rbc-button_primary .rc-tooltip__content {
    top: -9px; }
.rc-tooltip_right.rbc-button_primary .rc-tooltip__content-arrow {
    top: 22px; }
.rc-tooltip_right-center .rc-tooltip__content {
    left: -webkit-calc(100% + 12px);
    left: calc(100% + 12px);
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    bottom: auto;
    right: auto; }
.rc-tooltip_right-center .rc-tooltip__content-arrow {
    left: -7px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    bottom: auto;
    right: auto; }
.rc-tooltip_right-bottom .rc-tooltip__content {
    left: -webkit-calc(100% + 12px);
    left: calc(100% + 12px);
    top: auto;
    bottom: -15px;
    right: auto; }
.rc-tooltip_right-bottom .rc-tooltip__content-arrow {
    left: -7px;
    top: auto;
    bottom: 17px;
    right: auto; }
.rc-tooltip_right-bottom.rbc-button .rc-tooltip__content {
    bottom: -12px; }
.rc-tooltip_right-bottom.rbc-button .rc-tooltip__content-arrow {
    bottom: 20px; }
.rc-tooltip_right-bottom.rbc-button_primary .rc-tooltip__content {
    bottom: -12px; }
.rc-tooltip_right-bottom.rbc-button_primary .rc-tooltip__content-arrow {
    bottom: 22px; }
.rc-tooltip_left .rc-tooltip__content {
    margin-right: 12px;
    left: auto;
    top: -15px;
    bottom: auto;
    right: 100%; }
.rc-tooltip_left .rc-tooltip__content-arrow {
    right: -7px;
    top: 20px;
    bottom: auto;
    left: auto; }
.rc-tooltip_left.rbc-button .rc-tooltip__content {
    top: -9px; }
.rc-tooltip_left.rbc-button_primary .rc-tooltip__content {
    top: -9px; }
.rc-tooltip_left.rbc-button_primary .rc-tooltip__content-arrow {
    top: 22px; }
.rc-tooltip_left-center .rc-tooltip__content {
    margin-right: 12px;
    left: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    bottom: auto;
    right: 100%; }
.rc-tooltip_left-center .rc-tooltip__content-arrow {
    right: -7px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    bottom: auto;
    left: auto; }
.rc-tooltip_left-bottom .rc-tooltip__content {
    margin-right: 12px;
    left: auto;
    top: auto;
    bottom: -15px;
    right: 100%; }
.rc-tooltip_left-bottom .rc-tooltip__content-arrow {
    right: -7px;
    top: auto;
    bottom: 17px;
    left: auto; }
.rc-tooltip_left-bottom.rbc-button .rc-tooltip__content {
    bottom: -12px; }
.rc-tooltip_left-bottom.rbc-button .rc-tooltip__content-arrow {
    bottom: 20px; }
.rc-tooltip_left-bottom.rbc-button_primary .rc-tooltip__content {
    bottom: -12px; }
.rc-tooltip_left-bottom.rbc-button_primary .rc-tooltip__content-arrow {
    bottom: 22px; }
.rc-tooltip_top .rc-tooltip__content {
    margin-bottom: 12px;
    left: -10px;
    top: auto;
    bottom: 100%;
    right: auto; }
.rc-tooltip_top .rc-tooltip__content-arrow {
    right: auto;
    top: auto;
    bottom: -7px;
    left: 15px; }
.rc-tooltip_top.rbc-button .rc-tooltip__content {
    left: -8px; }
.rc-tooltip_top.rbc-button .rc-tooltip__content-arrow {
    left: 24px; }
.rc-tooltip_top.rbc-button_primary .rc-tooltip__content {
    left: -8px; }
.rc-tooltip_top.rbc-button_primary .rc-tooltip__content-arrow {
    left: 30px; }
.rc-tooltip_top-center .rc-tooltip__content {
    margin-bottom: 12px;
    left: 50%;
    top: auto;
    bottom: 100%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
.rc-tooltip_top-center .rc-tooltip__content-arrow {
    right: auto;
    bottom: -7px;
    top: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
.rc-tooltip_top-right .rc-tooltip__content {
    margin-bottom: 12px;
    left: auto;
    top: auto;
    bottom: 100%;
    right: -10px; }
.rc-tooltip_top-right .rc-tooltip__content-arrow {
    right: 15px;
    top: auto;
    bottom: -7px;
    left: auto; }
.rc-tooltip_top-right .rc-tooltip__icon + .rc-tooltip__content {
    right: -15px; }
.rc-tooltip_top-right.rbc-button .rc-tooltip__content {
    right: -8px; }
.rc-tooltip_top-right.rbc-button .rc-tooltip__content-arrow {
    right: 24px; }
.rc-tooltip_top-right.rbc-button_primary .rc-tooltip__content {
    right: -8px; }
.rc-tooltip_top-right.rbc-button_primary .rc-tooltip__content-arrow {
    right: 30px; }
.rc-tooltip_bottom .rc-tooltip__content {
    margin-top: 12px;
    left: -10px;
    top: 100%;
    bottom: auto;
    right: auto; }
.rc-tooltip_bottom .rc-tooltip__content-arrow {
    right: auto;
    bottom: auto;
    top: -7px;
    left: 15px; }
.rc-tooltip_bottom.rbc-button .rc-tooltip__content {
    left: -8px; }
.rc-tooltip_bottom.rbc-button .rc-tooltip__content-arrow {
    left: 24px; }
.rc-tooltip_bottom.rbc-button_primary .rc-tooltip__content {
    left: -8px; }
.rc-tooltip_bottom.rbc-button_primary .rc-tooltip__content-arrow {
    left: 30px; }
.rc-tooltip_bottom-center .rc-tooltip__content {
    margin-top: 12px;
    left: 50%;
    top: 100%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
.rc-tooltip_bottom-center .rc-tooltip__content-arrow {
    right: auto;
    bottom: auto;
    top: -7px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
.rc-tooltip_bottom-right .rc-tooltip__content {
    margin-top: 12px;
    left: auto;
    top: 100%;
    bottom: auto;
    right: -10px; }
.rc-tooltip_bottom-right .rc-tooltip__content-arrow {
    right: 15px;
    bottom: auto;
    top: -7px;
    left: auto; }
.rc-tooltip_bottom-right .rc-tooltip__icon + .rc-tooltip__content {
    right: -15px; }
.rc-tooltip_bottom-right.rbc-button .rc-tooltip__content {
    right: -8px; }
.rc-tooltip_bottom-right.rbc-button .rc-tooltip__content-arrow {
    right: 24px; }
.rc-tooltip_bottom-right.rbc-button_primary .rc-tooltip__content {
    right: -8px; }
.rc-tooltip_bottom-right.rbc-button_primary .rc-tooltip__content-arrow {
    right: 30px; }
.rc-tooltip_left.rbc-tooltip_resettype .rc-tooltip__content, .rc-tooltip_left-center.rbc-tooltip_resettype .rc-tooltip__content, .rc-tooltip_left-bottom.rbc-tooltip_resettype .rc-tooltip__content, .rc-tooltip_right.rbc-tooltip_resettype .rc-tooltip__content, .rc-tooltip_right-center.rbc-tooltip_resettype .rc-tooltip__content, .rc-tooltip_right-bottom.rbc-tooltip_resettype .rc-tooltip__content, .rc-tooltip_top.rbc-tooltip_resettype .rc-tooltip__content, .rc-tooltip_top-center.rbc-tooltip_resettype .rc-tooltip__content, .rc-tooltip_top-right.rbc-tooltip_resettype .rc-tooltip__content, .rc-tooltip_bottom.rbc-tooltip_resettype .rc-tooltip__content, .rc-tooltip_bottom-center.rbc-tooltip_resettype .rc-tooltip__content, .rc-tooltip_bottom-right.rbc-tooltip_resettype .rc-tooltip__content {
    margin-left: 0;
    margin-bottom: 12px;
    margin-right: 0;
    left: -10px;
    top: auto;
    bottom: 100%;
    right: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
.rc-tooltip_left.rbc-tooltip_resettype .rc-tooltip__content-arrow, .rc-tooltip_left-center.rbc-tooltip_resettype .rc-tooltip__content-arrow, .rc-tooltip_left-bottom.rbc-tooltip_resettype .rc-tooltip__content-arrow, .rc-tooltip_right.rbc-tooltip_resettype .rc-tooltip__content-arrow, .rc-tooltip_right-center.rbc-tooltip_resettype .rc-tooltip__content-arrow, .rc-tooltip_right-bottom.rbc-tooltip_resettype .rc-tooltip__content-arrow, .rc-tooltip_top.rbc-tooltip_resettype .rc-tooltip__content-arrow, .rc-tooltip_top-center.rbc-tooltip_resettype .rc-tooltip__content-arrow, .rc-tooltip_top-right.rbc-tooltip_resettype .rc-tooltip__content-arrow, .rc-tooltip_bottom.rbc-tooltip_resettype .rc-tooltip__content-arrow, .rc-tooltip_bottom-center.rbc-tooltip_resettype .rc-tooltip__content-arrow, .rc-tooltip_bottom-right.rbc-tooltip_resettype .rc-tooltip__content-arrow {
    right: auto;
    top: auto;
    bottom: -7px;
    left: 15px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
.rc-tooltip_left.rbc-tooltip_resettype.rbc-button .rc-tooltip__content, .rc-tooltip_left-center.rbc-tooltip_resettype.rbc-button .rc-tooltip__content, .rc-tooltip_left-bottom.rbc-tooltip_resettype.rbc-button .rc-tooltip__content, .rc-tooltip_right.rbc-tooltip_resettype.rbc-button .rc-tooltip__content, .rc-tooltip_right-center.rbc-tooltip_resettype.rbc-button .rc-tooltip__content, .rc-tooltip_right-bottom.rbc-tooltip_resettype.rbc-button .rc-tooltip__content, .rc-tooltip_top.rbc-tooltip_resettype.rbc-button .rc-tooltip__content, .rc-tooltip_top-center.rbc-tooltip_resettype.rbc-button .rc-tooltip__content, .rc-tooltip_top-right.rbc-tooltip_resettype.rbc-button .rc-tooltip__content, .rc-tooltip_bottom.rbc-tooltip_resettype.rbc-button .rc-tooltip__content, .rc-tooltip_bottom-center.rbc-tooltip_resettype.rbc-button .rc-tooltip__content, .rc-tooltip_bottom-right.rbc-tooltip_resettype.rbc-button .rc-tooltip__content {
    left: -8px; }
.rc-tooltip_left.rbc-tooltip_resettype.rbc-button .rc-tooltip__content-arrow, .rc-tooltip_left-center.rbc-tooltip_resettype.rbc-button .rc-tooltip__content-arrow, .rc-tooltip_left-bottom.rbc-tooltip_resettype.rbc-button .rc-tooltip__content-arrow, .rc-tooltip_right.rbc-tooltip_resettype.rbc-button .rc-tooltip__content-arrow, .rc-tooltip_right-center.rbc-tooltip_resettype.rbc-button .rc-tooltip__content-arrow, .rc-tooltip_right-bottom.rbc-tooltip_resettype.rbc-button .rc-tooltip__content-arrow, .rc-tooltip_top.rbc-tooltip_resettype.rbc-button .rc-tooltip__content-arrow, .rc-tooltip_top-center.rbc-tooltip_resettype.rbc-button .rc-tooltip__content-arrow, .rc-tooltip_top-right.rbc-tooltip_resettype.rbc-button .rc-tooltip__content-arrow, .rc-tooltip_bottom.rbc-tooltip_resettype.rbc-button .rc-tooltip__content-arrow, .rc-tooltip_bottom-center.rbc-tooltip_resettype.rbc-button .rc-tooltip__content-arrow, .rc-tooltip_bottom-right.rbc-tooltip_resettype.rbc-button .rc-tooltip__content-arrow {
    left: 24px; }
.rc-tooltip_left.rbc-tooltip_resettype.rbc-button_primary .rc-tooltip__content, .rc-tooltip_left-center.rbc-tooltip_resettype.rbc-button_primary .rc-tooltip__content, .rc-tooltip_left-bottom.rbc-tooltip_resettype.rbc-button_primary .rc-tooltip__content, .rc-tooltip_right.rbc-tooltip_resettype.rbc-button_primary .rc-tooltip__content, .rc-tooltip_right-center.rbc-tooltip_resettype.rbc-button_primary .rc-tooltip__content, .rc-tooltip_right-bottom.rbc-tooltip_resettype.rbc-button_primary .rc-tooltip__content, .rc-tooltip_top.rbc-tooltip_resettype.rbc-button_primary .rc-tooltip__content, .rc-tooltip_top-center.rbc-tooltip_resettype.rbc-button_primary .rc-tooltip__content, .rc-tooltip_top-right.rbc-tooltip_resettype.rbc-button_primary .rc-tooltip__content, .rc-tooltip_bottom.rbc-tooltip_resettype.rbc-button_primary .rc-tooltip__content, .rc-tooltip_bottom-center.rbc-tooltip_resettype.rbc-button_primary .rc-tooltip__content, .rc-tooltip_bottom-right.rbc-tooltip_resettype.rbc-button_primary .rc-tooltip__content {
    left: -8px; }
.rc-tooltip_left.rbc-tooltip_resettype.rbc-button_primary .rc-tooltip__content-arrow, .rc-tooltip_left-center.rbc-tooltip_resettype.rbc-button_primary .rc-tooltip__content-arrow, .rc-tooltip_left-bottom.rbc-tooltip_resettype.rbc-button_primary .rc-tooltip__content-arrow, .rc-tooltip_right.rbc-tooltip_resettype.rbc-button_primary .rc-tooltip__content-arrow, .rc-tooltip_right-center.rbc-tooltip_resettype.rbc-button_primary .rc-tooltip__content-arrow, .rc-tooltip_right-bottom.rbc-tooltip_resettype.rbc-button_primary .rc-tooltip__content-arrow, .rc-tooltip_top.rbc-tooltip_resettype.rbc-button_primary .rc-tooltip__content-arrow, .rc-tooltip_top-center.rbc-tooltip_resettype.rbc-button_primary .rc-tooltip__content-arrow, .rc-tooltip_top-right.rbc-tooltip_resettype.rbc-button_primary .rc-tooltip__content-arrow, .rc-tooltip_bottom.rbc-tooltip_resettype.rbc-button_primary .rc-tooltip__content-arrow, .rc-tooltip_bottom-center.rbc-tooltip_resettype.rbc-button_primary .rc-tooltip__content-arrow, .rc-tooltip_bottom-right.rbc-tooltip_resettype.rbc-button_primary .rc-tooltip__content-arrow {
    left: 30px; }
.rc-tooltip_addpet .rc-tooltip__content {
    max-width: 240px; }
@media (max-width: 470px) {
    .rc-tooltip_addpet .rc-tooltip__content {
        max-width: 240px;
        margin-top: 12px;
        left: -10px;
        top: 100%;
        bottom: auto;
        right: auto; } }
@media (max-width: 470px) {
    .rc-tooltip_addpet .rc-tooltip__content-arrow {
        right: auto;
        bottom: auto;
        top: -7px;
        left: 15px; } }
.rc-tooltip_addfreepetfood .rc-tooltip__content {
    max-width: 290px; }
.rc-tooltip_statdata .rbc-tooltip__content {
    max-width: 220px; }

.webinars-header {
    /* background: url(../images/webinars-header.jpg) no-repeat center bottom;
    border-bottom: 1px solid #eceded; */
}

.breeder-rbc-item {
    padding: 56px 0;
    border-bottom: 8px solid #f6f6f6;
}

.breeder-rbc-item--college {
    padding-top: 106px;
    padding-bottom: 122px;
    margin-bottom: 40px;
}

@media screen and (max-width:992px) {

    .breeder-rbc-item--college {
        padding-top: 86px;
        padding-bottom: 126px;
        margin-bottom: 27px
    }

    .mobile-order {
        order: -1;
    }
}


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

    .breeder-rbc-item--college {
        padding-top: 43px;
        padding-bottom: 34px;
        margin-bottom: 36px;
    }
}

.breeder-rbc-item--college .breeder-rbc-item__logo {
    width: 300px;
    height: 68px;
    margin-bottom: 31px;
}

@media screen and (max-width:992px) {
    .breeder-rbc-item--college .breeder-rbc-item__logo {
        width: 279px;
        height: 63px;
    }
}

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

    .breeder-rbc-item--college .breeder-rbc-item__logo {
        width: 221px;
        height: 50px;
        margin-top: 20px;
        margin-bottom: 14px;
    }
}

.breeder-rbc-item--college .breeder-rbc-item__desc {
    font-size: 18px;
    line-height: 24px;
    color: #333333;
    margin: 0;
}

@media screen and (max-width:992px) {

    .breeder-rbc-item--college .breeder-rbc-item__desc {
        max-width: 300px;
    }
}

@media screen and (max-width:767px) {
    .breeder-rbc-item--college .breeder-rbc-item__desc {
        font-size: 14px;
        line-height: 18px;
        letter-spacing: -0.5px;
    }
}

.breeder-rbc-item--college .breeder-rbc-item__img.breeder-rbc-item__img--expertforum {
    width: 524px;
    height: auto;
    position: absolute;
    left: 119px;
    top: -67px;
}
@media screen and (max-width:992px) {
    .breeder-rbc-item--college .breeder-rbc-item__img.breeder-rbc-item__img--expertforum {
        width: 434px;
        height: auto;
        left: -49px;
        top: -32px;
        margin-bottom: -20px;
    }
}
@media screen and (max-width:767px) {
    .breeder-rbc-item--college .breeder-rbc-item__img.breeder-rbc-item__img--expertforum {
        width: 286px;
        height: auto;
        left: -20px;
        top: -20px;
        position: relative;
        display: block;
        margin: auto;
        margin-bottom: -20px;
    }
}

.breeder-rbc-item--college .breeder-rbc-item__img {
    width: 470px;
    height: 337px;
    position: absolute;
    left: 119px;
    top: -67px;
}
@media screen and (max-width:992px) {
    .breeder-rbc-item--college .breeder-rbc-item__img {
        width: 434px;
        height: 313px;
        left: -49px;
        top: -32px;
    }
}
@media screen and (max-width:767px) {
    .breeder-rbc-item--college .breeder-rbc-item__img {
        width: 242px;
        height: 173px;
        left: 0;
        top: 0;
        position: relative;
        display: block;
        margin: auto;
    }
}

.breeder-rbc-item--college .breeder-rbc-item__img--shelter {
    width: 470px;
    height: auto;
    position: absolute;
    left: 119px;
    top: -46px;
}
@media screen and (max-width:992px) {
    .breeder-rbc-item--college .breeder-rbc-item__img--shelter {
        width: 90%;
        height: auto;
        left: auto;
        top: auto;
        position: relative;
        bottom: -30px;
        margin: 0 auto;
        display: block;
    }
}
@media screen and (max-width:767px) {
    .breeder-rbc-item--college .breeder-rbc-item__img--shelter {
        width: 242px;
        height: auto;
        left: 0;
        top: 0;
        position: relative;
        display: block;
        margin: auto;
    }
}

.breeder-events-banner {
    padding-top: 56px;
  padding-bottom: 90px;
    border-bottom: 8px solid #f6f6f6;
    margin-bottom: 40px;
}
@media (max-width: 767px) {
    .breeder-events-banner {
        padding-top: 43px;
        padding-bottom: 34px;
        margin-bottom: 36px;
    }
}
.breeder-events-banner__img {
    width: 348px;
    height: auto;
    position: absolute;
    left: 26px;
    top: -35px;
    z-index: -1;
}
@media (max-width: 991px) {
    .breeder-events-banner__img {
        left: -80px;
        z-index: -1;
    }
}
@media (max-width: 767px) {
    .breeder-events-banner__img {
        width: 212px;
        left: -10px;
    }
}
.breeder-events-banner__title {
    font-size: 34px;
    font-weight: 500;
    line-height: 40px;
    color: #e2001a;
    margin: 0;
    margin-top: 41px;
    margin-bottom: 21px;
    text-transform: none;
}
@media (max-width: 767px) {
    .breeder-events-banner__title {
        margin-top: 0;
        font-size: 22px;
        line-height: 26px;
    }
}
.breeder-events-banner__desc {
    font-size: 18px;
    max-width: 490px;
    line-height: 24px;
    color: #333333;
}
@media (max-width: 911px) {
    .breeder-events-banner__desc {
        max-width: 390px;
    }
}
@media (max-width: 767px) {
    .breeder-events-banner__desc {
        font-size: 14px;
        line-height: 18px;
    }
}
.breeder-events-banner__buttons {
    margin-top: 30px;
    margin-right: -40px;
}
.breeder-events-banner__buttons .btn{
    border-radius: 30px;
    margin-right: 18px;
    margin-bottom: 14px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}
@media screen and (max-width:767px) {
    .breeder-events-banner__buttons .btn{
        font-size: 14px;
        line-height: 22px;
    }
}

@media screen and (max-width:767px) {
    .webinars-header {
        background: none;
    }
}

.webinars-header-title {
    padding: 95px 0 0 0;
    font: 34px/64px pf_dindisplay_promedium, sans-serif;
    color: #2d2d2d;
}
@media screen and (max-width:992px) {
    .webinars-header-title {
        padding: 71px 0 0 0;
    }
}
.webinars-header-title img {
    vertical-align: top;
    margin: -4px 0 0 0;
}
@media screen and (max-width:992px) {
    .webinars-header-title img {
        width: 212px;
        height: 48px;
    }
}

.webinars-header-title span {
    font: 64px/64px pf_dindisplay_proregular, sans-serif;
    color: #e2001a;
    display: inline-block;
    vertical-align: top;
    margin: 0 4px 0 6px;
}

@media screen and (max-width:479px) {
    .webinars-header-title {
        font-size: 26px;
        line-height: 30px;
    }

    .webinars-header-title img {
        width: 159px;
        height: 36px;
        vertical-align: middle;
    }
    .webinars-header-title span {
        font-size: 32px;
        line-height: 32px;
        vertical-align: middle;
    }
}
@media screen and (max-width:370px) {
    .webinars-header-title {
        font-size: 20px;
        line-height: 30px;
    }
}
.webinars-header-text {
    max-width: 525px;
    font: 18px/24px helveticaneuecyrlight, sans-serif;
    padding: 10px 0 71px 0;
}
@media screen and (max-width:767px) {
    .webinars-header-text {
        max-width: none;
    padding: 10px 0 41px 0;
    }
}
.webinars-header-text span {
    font: 24px/24px pf_dindisplay_proregular, sans-serif;
    color: #e2001a;
    vertical-align: top;

}
.webinars-header-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.webinars-header-menu ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}
.webinars-header-menu ul li {
    float: left;
    margin: 0 0 0 20px;
    padding: 0 8px 26px 8px;
    position: relative;
}
@media screen and (max-width:992px) {
    .webinars-header-menu ul li {
        padding-left: 0;
        padding-right: 0;
    }
}
@media screen and (max-width:380px) {
    .webinars-header-menu ul li {
        margin-left: 10px;
    }
}
.webinars-header-menu ul li:first-child {
    margin: 0;
}
.webinars-header-menu ul li.active:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;
    right: 0;
    height: 3px;
    background: #e2001a;
}
.webinars-header-menu ul li a {
    float: left;
    color: #2d2d2d;
    text-decoration: none;
    font: 16px/24px pf_din_text_cond_promedium, sans-serif;
}
.webinars-header-menu ul li a:hover,
.webinars-header-menu ul li.active a {
    color: #e2001a;
}

.college-pro-filter {
    background: #fafafa;
}
.college-pro-filter form {
    margin: 0;
    padding: 0 0 43px 0;
    transition: all .3s ease;
}
.college-pro-filter form:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}
.college-pro-filter.closed form {
    padding: 0 0 30px 0;
}

.college-pro-filter-params {
    transition: all .3s ease;
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%;
    height: 180px;
}

@media screen and (max-width:992px) {
    .college-pro-filter-params {
        height: auto;
    }
}

.college-pro-filter-type {
    float: left;
    padding: 29px 0 0 0;
}
.college-pro-filter-period {
    float: right;
    padding: 29px 1px 0 0;
}

.college-pro-filter-label {
    font: 16px/24px pf_din_text_cond_promedium, sans-serif;
    color: #000;
}
.college-pro-filter-checkboxes {
    font: 16px/34px pf_din_text_cond_promedium, sans-serif;
    padding: 13px 0 0 0;
}
.college-pro-filter-checkboxes:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}
.college-pro-filter-checkbox {
    float: left;
    margin: 0 -1px 0 0;
}
.college-pro-filter-checkbox label {
    display: block;
    cursor: pointer;
    margin: 0;
    padding: 0;
}
.college-pro-filter-checkbox input {
    display: none;
}
.college-pro-filter-checkbox span {
    display: block;
    width: 95px;
    height: 36px;
    border: 1px solid #b5b9c1;
    text-align: center;
    color: #b5b9c1;
    border-radius: 2px;
}
.college-pro-filter-checkbox span:hover {
    color: #2d2d2d;
    border-color: #2d2d2d;
    position: relative;
    z-index: 1;
}
.college-pro-filter-checkbox .selectall+span {
    width: 56px;
}
.college-pro-filter-checkbox input:checked+span {
    border-color: #e2001a;
    background: #e2001a;
    color: #fff;
    position: relative;
    z-index: 1;
}

@media screen and (max-width:992px) {
    .college-pro-filter-period {
        float: left;
        width: 100%;
    }
    .college-pro-filter-period .college-pro-filter-checkboxes {
        position: relative;
    }
}

.college-pro-filter-period .slick-prev,
.college-pro-filter-period .slick-next {
    display: block;
    position: absolute;
    z-index: 2;
    top: 13px;
    height: 36px;
    width: 75px;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
    cursor: pointer;
}
.college-pro-filter-period .slick-prev.slick-disabled,
.college-pro-filter-period .slick-next.slick-disabled {
    display: none !important;
}
.college-pro-filter-period .slick-prev {
    left: 0;
    background: url(../images/filter-shadow-prev.png);
}
.college-pro-filter-period .slick-next {
    right: 0;
    background: url(../images/filter-shadow-next.png);
}
.college-pro-filter-period .slick-prev:before,
.college-pro-filter-period .slick-next:before {
    content: "";
    display: block;
    width: 17px;
    height: 14px;
    position: absolute;
    top: 50%;
    margin: -7px 0 0 0;
    background-size: 100%;
}
.college-pro-filter-period .slick-prev:before {
    right: 5px;
    background-image: url(../images/filter-arrow-prev.png);
}
.college-pro-filter-period .slick-next:before {
    left: 5px;
    background-image: url(../images/filter-arrow-next.png);
}

.college-pro-filter-theme {
    float: left;
    width: 100%;
    padding: 22px 0 0 0;
}
.college-pro-filter-checkboxes-mini {
    margin: -2px;
    font: 12px/17px pf_dindisplay_proregular, sans-serif;
    text-transform: lowercase;
}
@media screen and (max-width:992px) {
    .college-pro-filter-checkboxes-mini {
        padding: 11px 0 0 0;
        margin-top: -11px;
    }
}
.college-pro-filter-checkboxes-mini .college-pro-filter-checkbox {
    margin: 2px;
}
@media screen and (max-width:992px) {
    .college-pro-filter-checkboxes-mini .college-pro-filter-checkbox {
        margin-top: 11px;
    }
}

.college-pro-filter-checkboxes-mini .college-pro-filter-checkbox span {
    width: auto;
    border-color: #e8ecef;
    background: #e8ecef;
    padding: 0 9px;
    height: 19px;
    color: #464749;
    border-radius: 3px;
}
.college-pro-filter-checkboxes-mini .college-pro-filter-checkbox span:hover {
    color: #fff;
    background: #8a8f99;
}
.college-pro-filter-checkboxes-mini .college-pro-filter-checkbox .selectall+span {
    width: auto;
}
.college-pro-filter-checkboxes-mini .college-pro-filter-checkbox input:checked+span {
    border-color: #e2001a;
    background: #e2001a;
    color: #fff;
    padding: 0 16px 0 7px;
}
.college-pro-filter-checkboxes-mini .college-pro-filter-checkbox input:checked+span:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: url(../images/webinars-filter-checkboxes-mini.png);
    position: absolute;
    right: 5px;
    top: 5px;
}
.college-pro-filter-checkboxes-mini .college-pro-filter-checkbox:first-child input:checked+span {
    padding-right: 7px;
}
.college-pro-filter-checkboxes-mini .college-pro-filter-checkbox:first-child input:checked+span:after {
    display: none;
}
.college-pro-filter.closed .college-pro-filter-params {
    height: 0;
}

.college-pro-filter-ctrl {
    float: left;
    font: 16px/24px pf_din_text_cond_proregular, sans-serif;
    padding: 34px 0 0 0;
}
@media screen and (max-width:992px) {
    .college-pro-filter-ctrl {
        float: left;
        width: 100%;
    }
}
.college-pro-filter.closed .college-pro-filter-ctrl {
    padding: 22px 0 0 0;
}
.college-pro-filter-ctrl a {
    color: #2d2d2d;
    text-decoration: none;
    border-bottom: 1px dashed #2d2d2d;
}
.college-pro-filter-ctrl a:hover {
    color: #e2001a;
    border-color: #e2001a;
}
.college-pro-filter-hide {
    float: left;
}
.college-pro-filter-hide span:nth-child(2) {
    display: none;
}
.college-pro-filter.closed .college-pro-filter-hide span:nth-child(1) {
    display: none;
}
.college-pro-filter.closed .college-pro-filter-hide span:nth-child(2) {
    display: inline;
}
.college-pro-filter-count {
    display: none;
    float: left;
    color: #a8a8a8;
    margin: 0 0 0 10px;
}
.college-pro-filter.closed .college-pro-filter-count {
    display: block;
}
.college-pro-filter-reset {
    float: left;
    margin: 0 0 0 46px;
}
.college-pro-filter.closed .college-pro-filter-reset {
    display: none;
}
.college-pro-filter-reset a {
    position: relative;
}
.college-pro-filter-reset a:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 18px;
    background-image: url(../images/webinars-filter-reset.png?v=1);
    background-position: 0 0;
    background-repeat: no-repeat;
    position: absolute;
    left: -25px;
    top: 2px;
}
.college-pro-filter-reset a:hover:before {
    background-position: 0 -18px;
}
.college-pro-filter-reset input {
    display: none;
}

.college-pro-filter-reset.disabled a, .college-pro-filter-reset.disabled a:hover {
    color: #b5b9c1;
    border-color: #b5b9c1;
    cursor: default;
}
.college-pro-filter-reset.disabled a:before, .college-pro-filter-reset.disabled a:hover:before {
    background-position: 0 -36px;
}

.college-pro-filter-help {
    float: right;
    font: 16px/24px pf_din_text_cond_proregular, sans-serif;
    padding: 34px 0 0 0;
}
@media screen and (max-width:992px) {
    .college-pro-filter-help {
        float: left;
        width: 100%;
    }
}
.college-pro-filter.closed .college-pro-filter-help {
    padding: 22px 0 0 0;
}
.college-pro-filter-help a {
    color: #2d2d2d;
    text-decoration: none;
    position: relative;
}
.college-pro-filter-help a:hover {
    color: #e2001a;
}
.college-pro-filter-help-require {
    float: left;
    margin: 0 20px 0 26px;
}
.college-pro-filter-help-require a:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 14px;
    background: url(../images/webinars-filter-help-require.png);
    position: absolute;
    left: -26px;
    top: 4px;
}
.college-pro-filter-help-require a:hover:before {
    background-position: left -14px;
}
.college-pro-filter-help-support {
    float: left;
    margin: 0 0 0 28px;
}
.college-pro-filter-help-support a:before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 18px;
    background: url(../images/webinars-filter-help-support.png);
    position: absolute;
    left: -28px;
    top: 2px;
}
.college-pro-filter-help-support a:hover:before {
    background-position: left -18px;
}


/* filter books */
.college-pro-filter-params_books{
    height: auto;
    padding-bottom: 1px;
}
@media screen and (max-width:767px) {
    .college-pro-filter-params_books{
        display: block;
    }
}

.college-pro-filter-type_books{
    display: table-cell;
    vertical-align: top;
    width: 300px;
    float: none;
}
@media screen and (max-width:992px) {
    .college-pro-filter-type_books{
        width: 280px;
    }
}
@media screen and (max-width:767px) {
    .college-pro-filter-type_books{
        display: block;
        width: 100%;
        overflow: hidden;
    }
}

.college-pro-filter-theme_books{
    display: table-cell;
    vertical-align: top;
    width: auto;
    float: none;
    padding-top: 29px;
}
@media screen and (max-width:767px) {
    .college-pro-filter-theme_books{
        display: block;
    }
}
/* /filter books */


/* articles books */
.college-pro-filter-params_articles{
    height: auto;
}
@media screen and (max-width:767px) {
    .college-pro-filter-params_articles{
        display: block;
    }
}

.college-pro-filter-type_articles{
    display: table-cell;
    vertical-align: top;
    width: 300px;
    float: none;
}
@media screen and (max-width:992px) {
    .college-pro-filter-type_articles{
        width: 280px;
    }
}
@media screen and (max-width:767px) {
    .college-pro-filter-type_articles{
        display: block;
        width: 100%;
        overflow: hidden;
    }
}

.college-pro-filter-theme_articles{
    display: table-cell;
    vertical-align: top;
    width: auto;
    float: none;
    padding-top: 29px;
}
@media screen and (max-width:767px) {
    .college-pro-filter-theme_articles{
        display: block;
    }
}
/* /articles books */

/* webinars */
.webinars-switcher {
    margin-bottom: 30px;
}
@media screen and (min-width:992px) {
    .webinars-switcher {
        margin-bottom: 0;
    }
}
.webinars-switcher .wrap {
    position: relative;
}
.webinars-switcher__container {
    position: relative;
    right: auto;
    bottom: auto;
}
@media screen and (min-width:992px) {
    .webinars-switcher__container {
        position: absolute;
        right: 24px;
        bottom: -24px;
    }
}

.rc-switcher-link {
    position: relative;
}

.rc-switcher-link__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.rc-switcher-link.is-checked-left .rc-switcher-link__item--left {
    pointer-events: none;
    cursor: default;
    color: #e2001a;
}

.rc-switcher-link.is-checked-left .rc-switcher-link__item--left:after {
    margin-left: -24px;
}

.rc-switcher-link.is-checked-right .rc-switcher-link__item--left:after {
    margin-left: 0;
}

.rc-switcher-link.is-checked-right .rc-switcher-link__item--right {
    pointer-events: none;
    cursor: default;
    color: #e2001a;
}

.rc-switcher-link__item {
    display: block;
    position: relative;
    color: #444;
    text-decoration: none;
    font-weight: 500;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: transparent;
    -webkit-transition: fill .2s,color .2s,opacity .2s;
    -o-transition: fill .2s,color .2s,opacity .2s;
    transition: fill .2s,color .2s,opacity .2s;
    font-size: 16px;
    line-height: 24px;
}

.rc-switcher-link__item:hover {
    color: #e2001a;
    border-width: 0;
    border-style: solid;
    text-decoration: none;
    -webkit-transition: margin .2s;
    -o-transition: margin .2s;
    transition: margin .2s;
}

.rc-switcher-link__item:hover .rc-switcher-link__text {
    border-bottom: 1px solid #e2001a;
    top: -1px;
}

.rc-switcher-link__item--left {
    padding-right: 34px;
}

.rc-switcher-link__item--left:before {
    content: "";
    display: block;
    position: absolute;
    left: 100%;
    top: 4.5px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 32px;
    height: 16px;
    border-radius: 16px;
    color: #d7d7d7;
    border: 1px solid #d7d7d7;
    background: rgba(215,215,215,.15);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.rc-switcher-link__item--left:after {
    content: "";
    display: block;
    position: absolute;
    border-radius: 50%;
    left: 100%;
    margin-left: -24px;
    top: 0;
    -webkit-transition: margin-left .2s;
    -o-transition: margin-left .2s;
    transition: margin-left .2s;
    width: 24px;
    height: 24px;
    background: #e2001a;
}

.rc-switcher-link__item--right {
    padding-left: 34px;
}

.rc-switcher-link__text {
    display: inline-block;
    vertical-align: top;
    position: relative;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s;
}

.webinars-list {
    padding: 25px 0 68px 0;
}
.webinars-header+.webinars-list {
    padding-top: 15px;
}

.webinars-paid-not-found {
    padding-left: 24px;
    padding-right: 24px;
    max-width: 768px;
    margin: 0 auto;
    width: 100%;
}
@media(min-width: 1200px) {
    .webinars-paid-not-found {
        max-width: 1024px;
    }
}
.webinars-paid-not-found__content {
    min-height: 502px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-top: 12px;
    padding-bottom: 11px;
}
.webinars-paid-not-found__text {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    font-family: "DIN Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    color: #000000;
    text-align: center;
}
@media(min-width: 992px) {
    .webinars-paid-not-found__text {
        font-size: 22px;
        line-height: 28px;
    }
}
@media(min-width: 1200px) {
    .webinars-paid-not-found__text {
        font-size: 26px;
        line-height: 35px;
    }
}
.webinars-paid-not-found__text a {
    color: #e2001a;
    text-decoration: none;
}
.webinars-paid-not-found__text a:hover {
    color: #e2001a;
    text-decoration: none;
}

.webinars-not-found {
    max-width: 600px;
    margin: 0 auto;
    padding-top: 11px;
    font-size: 18px;
    line-height: 22px;
    font-family: helveticaneuecyrlight, sans-serif;
    text-align: center;
}
.webinars-item {
    position: relative;
    margin: 10px 0 0 0;
    background: #fafafa;
    padding: 34px 50px 38px 50px;
}
@media screen and (max-width:992px) {
    .webinars-item {
        padding-left: 30px;
        padding-right: 30px;
    }
}
.webinars-item .webinar-details-date,
.webinars-item .webinar-details-date:after{
    background: #fafafa;
}
.webinars-item-header{
    overflow: hidden;
}
.webinars-item-header:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}
@media screen and (max-width:992px) {
    .webinars-item-header {
        margin-right: -30px;
    }
}
.webinars-item-like {
    position: absolute;
    top: 7px;
    right: 10px;
}
.webinars-item-start-mobile {
    display: none;
}
@media screen and (max-width:992px) {
    .webinars-item-start-mobile {
        display: block;
        color: #619f52;
        font: 16px/24px pf_din_text_cond_proregular, sans-serif;
    }
}
.webinars-item-finished-mobile {
    display: none;
}
@media screen and (max-width:992px) {
    .webinars-item-finished-mobile {
        display: block;
        color: #e2001a;
        font: 16px/24px pf_din_text_cond_proregular, sans-serif;
    }
}
.webinars-item-length-mobile {
    display: none;
}
@media screen and (max-width:992px) {
    .webinars-item-length-mobile {
        display: block;
        color: #2d2d2d;
        font: 16px/24px pf_din_text_cond_proregular, sans-serif;
    }
}
.webinars-item-type-wrap{
    display: block;
    float: left;
    position: relative;
    padding-right: 21px;
    overflow: hidden;
}
.webinars-item-type {
    float: left;
    width: 51px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font: 13px/26px pf_din_text_cond_promedium, sans-serif;
    height: 24px;
    text-align: center;
    position: relative;
    z-index: 1;
    border-radius: 3px 0 0 3px;
}
.webinars-item-type+.webinars-item-type {
    width: 63px;
    padding-left: 16px;
    text-align: left;
    border-radius: 0;
}
.webinars-item-type+.webinars-item-type:before {
    content: "";
    display: block;
    width: 12px;
    height: 24px;
    position: absolute;
    left: -2px;
    top: 0;
    background: url(../images/webinars-item-type-sep.png);
}
.webinars-item-type:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    right: -9px;
    top: -1px;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
}
.webinars-item-type-cats {
    background: #e2001a;
}
.webinars-item-type-cats:after {
    border-left: 10px solid #e2001a;
}
.webinars-item-type-dogs {
    background: #989ca3;
}
.webinars-item-type-dogs:after {
    border-left: 10px solid #989ca3;
}
.webinars-item-date {
    position: relative;
    float: left;
    padding: 0 14px 0 0;
    border-radius: 0 3px 3px 0;
    background: #fff;
    font: 18px/24px pf_din_text_cond_proregular, sans-serif;
    color: #2d2d2d;
}
.webinars-item-date:after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -30px;
    width: 30px;
    height: 100%;
    background-color: #fff;
}
.webinars-item-date-day-short {
    display: none;
}
@media screen and (max-width:992px) {
    .webinars-item-date-day-short {
        display: inline;
    }
}
.webinars-item-start {
    float: left;
    padding: 0 0 0 10px;
    color: #619f52;
    font: 16px/24px pf_din_text_cond_proregular, sans-serif;
}
@media screen and (max-width:992px) {
    .webinars-item-start {
        display: none;
    }
}
.webinars-item-finished {
    float: left;
    padding: 0 0 0 10px;
    color: #e2001a;
    font: 16px/24px pf_din_text_cond_proregular, sans-serif;
}
@media screen and (max-width:992px) {
    .webinars-item-finished {
        display: none;
    }
}
.webinars-item-length {
    float: right;
    color: #2d2d2d;
    font: 16px/24px pf_din_text_cond_proregular, sans-serif;
}
@media screen and (max-width:992px) {
    .webinars-item-length {
        display: none;
    }
}
.webinars-item-title {
    width: 100%;
    font: 25px/30px pf_dindisplay_promedium, sans-serif;
    color: #2d2d2d;
    padding: 10px 0 5px 0;
}
.webinars-item-title_short{
    max-width: calc(100% - 300px);
}

@media screen and (max-width:992px) {
    .webinars-item-title {
        padding-bottom:15px;
    }
    .webinars-item-title_short {
        max-width: 100%;
    }
}

.webinars-item-content {
    display: table;
    width: 100%;
    margin: 6px 0 0 0;
}
@media screen and (max-width:992px) {
    .webinars-item-content {
        display: block;
    }
}
.webinars-item-teachers {
    display: table-cell;
    vertical-align: top;
    width: 100%;
}
@media screen and (max-width:992px) {
    .webinars-item-teachers {
        display: block;
    }
}

.webinars-item-teacher {
    padding: 12px 0 0 0;
}
.webinars-item-teacher:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}
.webinars-item-teacher-photo {
    float: left;
    line-height: 0;
    width: 48px;
}
.webinars-item-teacher-photo img {
    border-radius: 50%;
    width: 100%;
}
.webinars-item-teacher-photo+.webinars-item-teacher-text {
    margin: 0 0 0 58px;
}
.webinars-item-teacher-name {
    font: 16px/16px pf_din_text_cond_promedium, sans-serif;
    color: #2d2d2d;
    padding: 5px 0 0 0;
}
.webinars-item-teacher-descr {
    font: 13px/16px helveticaneuecyrroman, sans-serif;
    color: #8a8f99;
}

.webinars-item-ctrl {
    display: table-cell;
    vertical-align: bottom;
    white-space: nowrap;
    font-size: 0;
    line-height: 0;
    letter-spacing: -1px;
    position: relative;
}
@media screen and (max-width:992px) {
    .webinars-item-ctrl {
        display: block;
        margin: 46px 0 0 -10px;
        white-space: normal;
    }
}
.webinars-item-ctrl-2 {}
@media screen and (max-width:992px) {
    .webinars-item-ctrl-2 {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
}

.webinars-item-ctrl-3 {}
@media screen and (max-width:992px) {
    .webinars-item-ctrl-3 {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
}

.webinars-item-link-detail {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 10px;
    width: 140px;
    height: 48px;
    background: #fafafa;
    font: 16px/46px pf_din_text_cond_promedium, sans-serif;
    text-align: center;
    color: #babec5;
    text-decoration: none;
    border: 1px solid #b5b9c1;
    transition: all 0.4s;
    letter-spacing: 0;
    cursor: pointer;
    border-radius: 999px;
}

@media screen and (max-width:992px) {
    .webinars-item-link-detail {
        width: calc(50% - 10px);
    }
    .webinars-item-ctrl-2 .webinars-item-link-detail {
        width: calc(100% - 10px);
        margin: 12px 0 0 10px;
        order: 3;
    }
    .webinars-item-ctrl-3 .webinars-item-link-detail {
        width: calc(50% - 10px);
        margin: 0;
        order: 2;
    }
}
.webinars-item-link-detail:hover {
    border-color: #2d2d2d;
    color: #2d2d2d;
}
.webinars-item-link-signup {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 10px;
    width: 140px;
    height: 48px;
    background: #e2001a;
    font: 16px/48px pf_din_text_cond_promedium, sans-serif;
    text-align: center;
    color: #fff;
    text-decoration: none;
    transition: all 0.4s;
    letter-spacing: 0;
    border-radius: 999px
}
@media screen and (max-width:992px) {
    .webinars-item-link-signup {
        width: calc(50% - 10px);
    }
    .webinars-item-ctrl-2 .webinars-item-link-signup {
        order: 2;
    }
    .webinars-item-ctrl-3 .webinars-item-link-signup {
        order: 2;
    }
}
.webinars-item-link-signup:hover {
    color: #e2001a;
}
.webinars-item-link-signup:before {
    content: "";
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    border-radius: 2px;
    background: #fff;
    transform: scale(0);
    opacity: 0;
    transition: all 0.4s;
    z-index: 1;
    border-radius: 999px;
}
.webinars-item-link-signup:hover:before {
    transform: scale(1);
    opacity: 1;
}
.webinars-item-link-signup span {
    position: relative;
    z-index: 2;
}
.webinars-item-link-record {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 10px;
    width: 160px;
    height: 48px;
    background: #e2001a;
    font: 16px/48px pf_din_text_cond_promedium, sans-serif;
    text-align: center;
    color: #fff;
    text-decoration: none;
    transition: all 0.4s;
    letter-spacing: 0;
    border-radius: 999px;
    outline: none;
    border: 0;
    overflow: hidden;
}
@media screen and (max-width:992px) {
    .webinars-item-link-record {
        width: calc(50% - 10px);
    }
    .webinars-item-ctrl-2 .webinars-item-link-record {
        order: 1;
    }
    .webinars-item-ctrl-3 .webinars-item-link-record {
        order: 1;
    }
    .webinar-details-main-ctrl .webinars-item-link-record {
        width: calc(100% - 10px);
    }
}
.webinars-item-link-record[disabled] {
    background: #babec5;
    pointer-events: none;
    cursor: default;
}
.webinars-item-link-record:hover {
    color: #e2001a;
}
.webinars-item-link-record:before {
    content: "";
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    background: #fff;
    transform: scale(0);
    opacity: 0;
    transition: all 0.4s;
    border-radius: 999px;
}
.webinars-item-link-record:hover:before {
    transform: scale(1);
    opacity: 1;
}
.webinars-item-link-record span {
    position: relative;
}
.webinars-item-link-record span:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    margin: -2px 10px 0 0;
    border-left: 12px solid #fff;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}
.webinars-item-link-record:hover span:before {
    border-left-color: #e2001a;
}
.webinars-item-ctrl-success {
    display: inline-block;
    vertical-align: middle;
    color: #2f9e15;
    margin: 0 0 0 10px;
    width: 140px;
    font: 16px/18px pf_din_text_cond_promedium, sans-serif;
    text-align: right;
    letter-spacing: 0;
}
.webinars-item-ctrl-success:first-child {
    margin: 0;
    text-align: left;
}
.webinars-item-ctrl-success:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 12px;
    background: url(../images/webinars-item-ctrl-success.png);
    margin: 0 10px 0 0;
}
@media screen and (max-width:992px) {
    .webinars-item-ctrl-success {
        width: calc(50% - 10px);
        text-align: center;
    }
    .webinars-item-ctrl-2 .webinars-item-ctrl-success {
        order: 2;
    }
    .webinars-item-ctrl-3 .webinars-item-ctrl-success {
        order: 2;
    }
}
.webinars-item-play-success {
    display: block;
    text-align: right;
    font: 12px/16px helveticaneuecyrroman, sans-serif;
    letter-spacing: 0;
    color: #8a8f99;
    position: absolute;
    right: 0;
    bottom: -27px;
}
@media screen and (max-width:992px) {
    .webinars-item-play-success {
        left: 0;
        text-align: center;
    }
}

.webinars-list-more {
    /*padding: 43px 0 0 0;*/
    text-align: center;
}
.webinars-list-more a {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-top: 43px;
    width: 170px;
    height: 30px;
    background: #e2001a;
    border-radius: 24px;
    font: 16px/30px pf_din_text_cond_promedium, sans-serif;
    text-align: center;
    color: #fff;
    text-decoration: none;
    transition: all 0.4s;
}
.webinars-list-more a:hover {
    color: #e2001a;
}
.webinars-list-more a:before {
    content: "";
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    border-radius: 100px;
    background: #fff;
    transform: scale(0);
    opacity: 0;
    transition: all 0.4s;
}
.webinars-list-more a:hover:before {
    transform: scale(1);
    opacity: 1;
}
.webinars-list-more a span {
    position: relative;
}

.webinars-teachers {
    border-top: 1px solid #eceded;
    padding: 61px 0 93px 0;
}

.webinars-teachers-title {
    font: 34px/40px pf_din_text_cond_promedium, sans-serif;
    color: #2d2d2d;
}

.webinars-teachers-list {
    font-size: 0;
    line-height: 0;
    letter-spacing: -1px;
}
.webinars-teachers-item {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 55px 0 19px 0;
}
@media screen and (max-width:992px) {
    .webinars-teachers-item {
        width: 100%;
    }
}

.webinars-teachers-item-photo {
    float: left;
    width: 140px;
}
@media screen and (max-width:599px) {
    .webinars-teachers-item-photo {
        width: 30%;
    }
}
.webinars-teachers-item-photo img {
    width: 100%;
}
.webinars-teachers-item-photo+.webinars-teachers-item-text {
    margin: 0 0 0 160px;
}
.webinars-teachers-item-text {
    padding: 0 50px 0 0;
}
@media screen and (max-width:599px) {
    .webinars-teachers-item-photo+.webinars-teachers-item-text {
        width: 70%;
        margin-left: 0;
        padding-left: 20px;
    }
    .webinars-teachers-item-text {
        float: right;
        width: 100%;
        padding-right: 0;
    }
}

.webinars-teachers-item-name {
    color: #2d2d2d;
    font: 20px/20px pf_din_text_cond_promedium, sans-serif;
    letter-spacing: 0;
    padding: 2px 0 0 0;
}
.webinars-teachers-item-post {
    color: #8a8f99;
    font: 13px/20px helveticaneuecyrlight, sans-serif;
    letter-spacing: 0;
}
.webinars-teachers-item-descr {
    color: #7a7a7a;
    font: 14px/24px helveticaneuecyrlight, sans-serif;
    letter-spacing: 0;
    padding: 21px 0 0 0;
}
.webinars-teachers-item-descr-wrap {
    max-height: 66px;
    position: relative;
    overflow: hidden;
}
.webinars-teachers-item-descr.open .webinars-teachers-item-descr-wrap {
    max-height: none;
}
.webinars-teachers-item-descr-more {
    display: none;
    font: 14px/24px pf_dindisplay_promedium, sans-serif;
    letter-spacing: 0;
    padding: 12px 0 0 0;
}
.webinars-teachers-item-descr-more a {
    color: #494949;
    text-decoration: none;
    border-bottom: 1px dashed #494949;
}
.webinars-teachers-item-descr-more a span:nth-child(2) {
    display: none;
}
.webinars-teachers-item-descr-more a:hover {
    color: #e2001a;
    border-color: #e2001a;
}
.webinars-teachers-item-descr.open .webinars-teachers-item-descr-more a span:nth-child(1) {
    display: none;
}
.webinars-teachers-item-descr.open .webinars-teachers-item-descr-more a span:nth-child(2) {
    display: inline;
}

.webinars-teachers-more {
    padding: 38px 0 0 0;
    text-align: center;
}
.webinars-teachers-more a {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 170px;
    height: 30px;
    background: #e2001a;
    border-radius: 24px;
    font: 16px/30px pf_din_text_cond_promedium, sans-serif;
    text-align: center;
    color: #fff;
    text-decoration: none;
    transition: all 0.4s;
}
.webinars-teachers-more a:hover {
    color: #e2001a;
}
.webinars-teachers-more a:before {
    content: "";
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    border-radius: 100px;
    background: #fff;
    transform: scale(0);
    opacity: 0;
    transition: all 0.4s;
}
.webinars-teachers-more a:hover:before {
    transform: scale(1);
    opacity: 1;
}
.webinars-teachers-more a span {
    position: relative;
}

.webinars-reviews {
    background: #fafafa;
    padding: 61px 0 95px 0;
}

.webinars-reviews-title {
    font: 34px/40px pf_din_text_cond_promedium, sans-serif;
    color: #2d2d2d;
}

.webinars-reviews-list {
    margin: 43px -10px 0 -10px;
    position: relative;
    font-size: 0;
    line-height: 0;
    letter-spacing: -1px;
    white-space: nowrap;
    position: relative;
}
.webinars-reviews-item {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    white-space: normal;
}
.webinars-reviews-item-text {
    background: #fff;
    margin: 0 10px;
    padding: 34px 30px 38px 30px;
    color: #7a7a7a;
    font: 16px/24px helveticaneuecyrlight, sans-serif;
    letter-spacing: 0;
    position: relative;
    min-height: 192px;
}
.webinars-reviews-item-text:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 26px;
    bottom: -8px;
    border-top: 8px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}
.webinars-reviews-item-author {
    padding: 24px 20px 0 20px;
}
.webinars-reviews-item-author:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}
.webinars-reviews-item-author-photo {
    float: left;
    width: 48px;
}
.webinars-reviews-item-author-photo img {
    width: 100%;
    border-radius: 50%;
}
.webinars-reviews-item-author-photo+.webinars-reviews-item-author-text {
    margin: 0 0 0 58px;
}
.webinars-reviews-item-author-name {
    font: 16px/16px pf_din_text_cond_promedium, sans-serif;
    color: #2d2d2d;
    padding: 5px 0 0 0;
    letter-spacing: 0;
}
.webinars-reviews-item-author-post {
    font: 13px/16px helveticaneuecyrroman, sans-serif;
    color: #8a8f99;
    letter-spacing: 0;
}

.webinars-reviews-list .slick-prev,
.webinars-reviews-list .slick-next {
    display: block;
    position: absolute;
    top: 72px;
    width: 48px;
    height: 48px;
    background: transparent;
    border-radius: 50%;
    border: none;
    margin: 0;
    padding: 0;
    outline: none;
    -webkit-appearance: none;
    cursor: pointer;
}
.webinars-reviews-list .slick-prev {
    left: -78px;
}
.webinars-reviews-list .slick-next {
    right: -78px;
}
.webinars-reviews-list .slick-prev:before,
.webinars-reviews-list .slick-next:before {
    content: "";
    display: block;
    width: 11px;
    height: 19px;
    background: url(../images/webinars-reviews-arrows.png);
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -10px 0 0 -6px;
}
.webinars-reviews-list .slick-next:before {
    background-position: -11px top;
    margin-left: -4px;
}
.webinars-reviews-list .slick-prev:hover:before {
    background-position: left -19px;
}
.webinars-reviews-list .slick-next:hover:before {
    background-position: -11px -19px;
}
.webinars-reviews .slick-dots {
    text-align: left;
    font-size: 0;
    line-height: 0;
    letter-spacing: -1px;
    padding: 0;
    margin: 50px 0 0 20px;
}
.webinars-reviews .slick-dots li {
    margin: 0 0 0 8px;
    padding: 0;
    display: inline-block;
    vertical-align: top;
}
.webinars-reviews .slick-dots li:before {
    display: none;
}
.webinars-reviews .slick-dots li:first-child {
    margin: 0;
}
.webinars-reviews .slick-dots li button {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: none;
    background: #e5e5e5;
    margin: 0;
    padding: 0;
    outline: none;
    -webkit-appearance: none;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    text-indent: 100px;
}
.webinars-reviews .slick-dots li.slick-active button {
    background: #e2001a;
}

.webinar-record-wrap {
    background: #fff;
    width: 960px;
    position: relative;
}
@media screen and (max-width:992px) {
    .webinar-record-wrap {
        width: 100%;
        margin: 0 auto;
    }
}
@media screen and (max-width:599px) {
    .webinar-record-wrap {
        width: 100%;
    }
}
.webinar-record-wrap .pop-up__btn-close {
    top: 21px;
    right: 29px;
    bottom: auto;
    left: auto;
    background: none;
    width: 13px;
    height: 14px;
    margin: 0;
    padding: 0;
    background: url(../images/webinar-detail-close.png);
    cursor: pointer;
}
.webinar-record-wrap .pop-up__btn-close:hover {
    background-position: left -14px;
}
.webinar-record-content{
    background: #f8f8f8;
    padding: 43px 80px;
}
@media screen and (max-width:992px) {
    .webinar-record-content {
        padding-left: 30px;
        padding-right: 30px;
        position: relative;
    }
}
@media screen and (max-width:599px) {
    .webinar-record-content {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.webinar-record-title{
    font: 30px/36px pf_din_text_cond_promedium, sans-serif;
    color: #2d2d2d;
    padding: 0;
}
.webinar-record-content--notauth .webinar-record-title{
    display: none;
}
.webinar-record-video{
    margin: 37px 0 0 0;
    position:relative;
    padding-bottom:56.25%;
    height:0;
    overflow:hidden;
    font: 16px/24px helveticaneuecyrlight, sans-serif;
    color: #2d2d2d;
}
.webinar-record-video .videoplayer{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.webinar-record-video .videoplayer .video-js{
    width: 100%;
    height: 100%;
}
.webinar-record-video .videoplayer .vjs-big-play-button{
    width: 3em;
    height: 3em;
    line-height: 2.8em;
    border-radius: 50%;
    color: #E2001A;
    border-color: #E2001A;
    border-width: 0.1em;
    background-color: rgba(255,255,255,0.2);
}
.webinar-record-video .videoplayer .vjs-big-play-button:hover{
    background-color: rgba(255,255,255,0.5);
}
.webinar-record-video .videoplayer .vjs-big-play-centered .vjs-big-play-button {
    margin-top: -1.5em;
    margin-left: -1.5em;
}
@media screen and (max-width:599px) {
    .webinar-record-video {
        margin-top: 20px;
    }
}
.webinar-record-content--notauth .webinar-record-video{
    display: none;
}
.webinar-record-content__signup {
    display: none;
}
.webinar-record-content--notauth .webinar-record-content__signup{
    display: block;
}
.webinar-record-video iframe, .webinar-record-video object, .webinar-record-video embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.webinar-record-content .webinar-signup-login {
    width: auto;
}

.masterclass-record-wrap {
    background: #fff;
    width: 960px;
    position: relative;
}
@media screen and (max-width:992px) {
    .masterclass-record-wrap {
        width: 100%;
        margin: 0 auto;
    }
}
@media screen and (max-width:599px) {
    .masterclass-record-wrap {
        width: 100%;
    }
}
.masterclass-record-wrap .pop-up__btn-close {
    top: 21px;
    right: 29px;
    bottom: auto;
    left: auto;
    background: none;
    width: 13px;
    height: 14px;
    margin: 0;
    padding: 0;
    background: url(../images/webinar-detail-close.png);
    cursor: pointer;
}
.masterclass-record-wrap .pop-up__btn-close:hover {
    background-position: left -14px;
}
.masterclass-record-content{
    background: #f8f8f8;
    padding: 43px 80px;
}
@media screen and (max-width:992px) {
    .masterclass-record-content {
        padding-left: 30px;
        padding-right: 30px;
        position: relative;
    }
}
@media screen and (max-width:599px) {
    .masterclass-record-content {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.masterclass-record-title{
    font: 30px/36px pf_din_text_cond_promedium, sans-serif;
    color: #2d2d2d;
    padding: 0;
}
.masterclass-record-video{
    margin: 37px 0 0 0;
    position:relative;
    padding-bottom:56.25%;
    height:0;
    overflow:hidden;
    font: 16px/24px helveticaneuecyrlight, sans-serif;
    color: #2d2d2d;
}
@media screen and (max-width:599px) {
    .masterclass-record-video {
        margin-top: 20px;
    }
}
.masterclass-record-video__container {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.masterclass-record-video iframe, .masterclass-record-video object, .masterclass-record-video embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.masterclass-record-video .youtube-player {
    display: block;
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.masterclass-record-video .videoplayer__video {
    width: 100%;
    height: 100%;
}

.webinar-details-wrap {
    background: #fff;
    width: 780px;
    position: relative;
}
@media screen and (max-width:992px) {
    .webinar-details-wrap {
        width: 630px;
        margin: 0 auto;
    }
}
@media screen and (max-width:599px) {
    .webinar-details-wrap {
        width: 100%;
    }
}
.webinar-details-wrap .pop-up__btn-close {
    top: 21px;
    right: 29px;
    bottom: auto;
    left: auto;
    background: none;
    width: 13px;
    height: 14px;
    margin: 0;
    padding: 0;
    background: url(../images/webinar-detail-close.png);
    cursor: pointer;
}
.webinar-details-wrap .pop-up__btn-close:hover {
    background-position: left -14px;
}

.webinar-details-top {
    background: #f8f8f8;
    padding: 43px 80px 0 80px;
}
@media screen and (max-width:992px) {
    .webinar-details-top {
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 143px;
        position: relative;
    }
    .webinar-details-top .share_new {
        position: absolute;
        float: none;
        left: 0;
        right: 0;
        text-align: center;
        bottom: 56px;
    }
}
.webinar-details-header{
    overflow: hidden;
}
.webinar-details-header:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}
.webinar-details-type-wrap{
    display: block;
    position: relative;
    float: left;
    margin-right: 30px;
}
.webinar-details-type {
    float: left;
    padding: 0 10px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font: 15px/34px pf_din_text_cond_promedium, sans-serif;
    text-align: center;
    position: relative;
    z-index: 1;
    border-radius: 3px 0 0 3px;
}
.webinar-details-type:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    right: -17px;
    top: 0;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
}
.webinar-details-type-cats {
    background: #e2001a;
}
.webinar-details-type-cats:after {
    border-left: 17px solid #e2001a;
}
.webinar-details-type-dogs {
    background: #989ca3;
}
.webinar-details-type-dogs:after {
    border-left: 17px solid #989ca3;
}
.webinar-details-type+.webinar-details-type {
    padding: 0 0 0 16px;
    text-align: left;
    border-radius: 0;
}
.webinar-details-type+.webinar-details-type:before {
    content: "";
    display: block;
    width: 12px;
    height: 34px;
    position: absolute;
    left: -2px;
    top: 0;
    background: url(../images/webinar-details-type-sep.png);
}
.webinar-details-date {
    position: relative;
    float: left;
    padding: 0 15px 0 0;
    border-radius: 0 3px 3px 0;
    background: #fff;
    font: 20px/34px pf_din_text_cond_proregular, sans-serif;
    color: #2d2d2d;
}
.webinar-details-date:after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -30px;
    width: 30px;
    height: 100%;
    background-color: #fff;
}

.pop-up .webinar-details-top .webinar-details-date,
.pop-up .webinar-details-top .webinar-details-date:after{
    background: #f8f8f8;
}
.webinar-details-header .share_new {
    padding: 1px 0 0 0;
}
.webinar-details-header .share__text {
    float: left;
    font: 13px/31px pf_din_text_cond_proregular, sans-serif;
}
.webinar-details-header .share__item {
    float: left;
}
@media screen and (max-width:992px) {
    .webinar-details-header .share__item {
        float: none;
        display: inline-block;
        vertical-align: top;
    }
}
.webinar-details-header .share__icon {
    display: block;
    width: 31px;
    height: 31px;
    border-radius: 2px;
    background: #f90019;
    text-align: center;
    line-height: 31px;
}
.webinar-details-header .share__icon img {
    vertical-align: middle;
}

.webinar-details-main {
    position: relative;
}

.webinar-details-main-with-img {
    margin: 0 -80px 0 0;
}

@media screen and (max-width:992px) {
    .webinar-details-main-with-img {
        margin: 0;
    }
}
.webinar-details-main-inner {
    display: table;
    width: 100%;
    clear: both;
}

@media(min-width: 410px) {
    .webinar-details-main-inner {
        clear: none;
    }
}
@media screen and (max-width:992px) {
    .webinar-details-main-inner {
        display: block;
    }
}
.webinar-details-main-text {
    display: table-cell;
    vertical-align: top;
    width: 100%;
}
@media screen and (max-width:992px) {
    .webinar-details-main-text {
        display: block;
    }
}
.webinar-details-main-title {
    font: 30px/36px pf_din_text_cond_promedium, sans-serif;
    color: #2d2d2d;
    padding: 22px 0 0 0;
}
.webinar-details-main-length {
    font: 20px/24px pf_din_text_cond_proregular, sans-serif;
    color: #2d2d2d;
    padding: 32px 0 0 0;
}
.webinar-details-main-anonce {
    font: 16px/24px helveticaneuecyrlight, sans-serif;
    color: #2d2d2d;
    padding: 37px 0 0 0;
}

.webinar-details-main-logo {
    position: relative;
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-size: contain;
    float: right;
    margin: 10px -30px -10px 20px;
}
@media(min-width: 410px) {
    .webinar-details-main-logo {
        margin: 13px -30px 6px 20px;
    }
}
@media(min-width: 768px) {
    .webinar-details-main-logo {
        margin: 18px -30px 15px 20px;
    }
}
@media(min-width: 993px) {
    .webinar-details-main-logo {
        position: absolute;
        top: 18px;
        right: 0;
        float: none;
        margin: 0;
    }
    .webinar-details-main .webinar-details-main-logo {
        right: -80px;
    }
    .webinar-details-main-with-img .webinar-details-main-logo {
        right: 0;
    }
}

.webinar-details-main-logo--eukanuba {
    width: 162px;
    height: 34px;
    background-image: url(/local/templates/bonus_2021/img/logo_eukanuba--popup.svg);
}
@media(min-width: 576px) {
    .webinar-details-main-logo--eukanuba {
        width:182px;
        height: 38px
    }
}
@media(min-width: 768px) {
    .webinar-details-main-logo--eukanuba {
        width:203px;
        height: 44px
    }
}
@media(min-width: 1200px) {
    .webinar-details-main-logo--eukanuba {
        width: 238px;
        height: 50px;
    }
}

.webinar-details-main-img {
    display: table-cell;
    vertical-align: bottom;
    line-height: 0;
}
@media screen and (max-width:992px) {
    .webinar-details-main-img {
        display: none;
    }
}

.webinar-details-main-img > img {
    margin-top: 20px;
}

.webinar-details-main-img--logo-brand {}
@media(min-width: 992px) {
    .webinar-details-main-img--logo-brand {
        padding-top: 78px
    }
}

.webinar-details-main-link {
    padding: 62px 0 48px 0;
}
.webinar-details-main-link a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    width: 220px;
    height: 48px;
    background: #e2001a;
    font: 16px/48px pf_din_text_cond_promedium, sans-serif;
    text-align: center;
    color: #fff;
    text-decoration: none;
    transition: all 0.4s;
    border-radius: 999px;
}
@media screen and (max-width:992px) {
    .webinar-details-main-link {
        padding-bottom: 0;
    }
    .webinar-details-main-link a {
        width: 100%;
    }
}
.webinar-details-main-link a:hover {
    color: #e2001a;
}
.webinar-details-main-link a:before {
    content: "";
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    border-radius: 2px;
    background: #fff;
    transform: scale(0);
    opacity: 0;
    transition: all 0.4s;
    border-radius: 999px;
}
.webinar-details-main-link a:hover:before {
    transform: scale(1);
    opacity: 1;
}
.webinar-details-main-link span {
    position: relative;
}

.webinar-details-main-ctrl {
    padding: 62px 0 48px 0;
    margin: 0 0 0 -10px;
    position: relative;
}
@media screen and (max-width:992px) {
    .webinar-details-main-ctrl {
        padding-bottom: 0;
    }
}

.webinar-details-main-ctrl .webinars-item-play-success {
    left: 10px;
    bottom: 23px;
    right: auto;
}

.webinar-details-main-success {
    padding: 62px 0 48px 0;
}
@media screen and (max-width:992px) {
    .webinar-details-main-success {
        padding-bottom: 0;
    }
}
.webinar-details-main-success:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}
.webinar-details-main-success-icon {
    float: left;
    height: 48px;
    color: #2f9e15;
    font: 16px/48px pf_din_text_cond_promedium, sans-serif;
    padding: 0 50px 0 0;
}
@media screen and (max-width:992px) {
    .webinar-details-main-success-icon {
        float: none;
        padding: 0;
        text-align: center;
    }
}
.webinar-details-main-success-icon:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 12px;
    background: url(../images/webinars-item-ctrl-success.png);
    margin: 0 10px 0 0;
}
.webinar-details-main-success-cancel {
    float: left;
    font: 12px/48px helveticaneuecyrlight, sans-serif;
}
@media screen and (max-width:992px) {
    .webinar-details-main-success-cancel {
        float: none;
        text-align: center;
    }
}
.webinar-details-main-success-cancel a {
    color: #2d2d2d;
    text-decoration: underline;
}
.webinar-details-main-success-cancel a:hover {
    color: #e2001a;
    text-decoration: none;
}

.webinar-details-teachers {
    padding: 51px 80px 0 80px;
}
@media screen and (max-width:992px) {
    .webinar-details-teachers {
        padding: 51px 30px 0 30px;
    }
}
.webinar-details-teachers-title {
    font: 25px/40px pf_din_text_cond_promedium, sans-serif;
    color: #2d2d2d;
}

.webinars-details-teacher {
    padding: 30px 0 18px 0;
}
.webinars-details-teacher:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}
.webinars-details-teacher-photo {
    float: left;
    line-height: 0;
    width: 48px;
}
.webinars-details-teacher-photo img {
    border-radius: 50%;
    width: 100%;
}
.webinars-details-teacher-photo+.webinars-details-teacher-text {
    margin: 0 0 0 58px;
}
.webinars-details-teacher-name {
    font: 16px/16px pf_din_text_cond_promedium, sans-serif;
    color: #2d2d2d;
    padding: 5px 0 0 0;
}
.webinars-details-teacher-descr {
    font: 12px/16px helveticaneuecyrroman, sans-serif;
    color: #8a8f99;
    padding: 5px 0 0 0;
}
.webinars-details-teacher-info {
    float: left;
    width: 100%;
    font: 14px/24px helveticaneuecyrlight, sans-serif;
    color: #7a7a7a;
    padding: 23px 0 0 0;
}

.webinar-details-info {
    padding: 33px 80px 27px 80px;
}
@media screen and (max-width:992px) {
    .webinar-details-info {
        padding: 33px 30px 27px 30px;
    }
}
.webinar-details-info-title {
    font: 25px/40px pf_din_text_cond_promedium, sans-serif;
    color: #2d2d2d;
    padding: 0 0 2px 0;
}
.webinar-details-info-text {
    font: 14px/24px helveticaneuecyrlight, sans-serif;
    color: #7a7a7a;
}
.webinar-details-info-text p {
    margin: 24px 0;
    padding: 0;
}

.webinar-details-articles {
    background: #fafafa;
    padding: 38px 80px 45px 80px;
}
@media screen and (max-width:992px) {
    .webinar-details-articles {
        padding: 38px 30px 45px 30px;
    }
}
.webinar-details-articles-title {
    font: 25px/40px pf_din_text_cond_promedium, sans-serif;
    color: #2d2d2d;
}
.webinar-details-articles-list {
    font-size: 0;
    line-height: 0;
    letter-spacing: -1px;
    margin: 0 -10px;
}
.webinar-details-article {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    padding: 38px 10px 0 10px;
    box-sizing: border-box;
}
@media screen and (max-width:992px) {
    .webinar-details-article {
        width: 100%;
    }
}
.webinar-details-article a {
    display: block;
    text-decoration: none;
}
.webinar-details-article-photo {
    position: relative;
    height: 200px;
    overflow: hidden;
}
.webinar-details-article-photo span {
    display: block;
    height: 200px;
    background: no-repeat center;
    background-size: cover;
    transition: transform .4s ease 0s;
    transform: scale(1);
}
.webinar-details-article a:hover .webinar-details-article-photo span {
    transform: scale(1.1);
}
.webinar-details-article-title {
    font: 20px/24px pf_din_text_cond_promedium, sans-serif;
    letter-spacing: 0;
    color: #e2001a;
    transition: color .4s ease 0s;
    padding: 21px 0 0 0;
}
.webinar-details-article a:hover .webinar-details-article-title {
    color: #2d2d2d;
}
.webinar-details-article-anonce {
    font: 14px/24px helveticaneuecyrlight, sans-serif;
    color: #494949;
    letter-spacing: 0;
    padding: 16px 0 0 0;
}

.webinar-details-articles-more {
    padding: 52px 0 0 0;
    text-align: center;
}
.webinar-details-articles-more a {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 170px;
    height: 30px;
    background: #e2001a;
    border-radius: 24px;
    font: 16px/30px pf_din_text_cond_promedium, sans-serif;
    text-align: center;
    color: #fff;
    text-decoration: none;
    transition: all 0.4s;
}
.webinar-details-articles-more a:hover {
    color: #e2001a;
}
.webinar-details-articles-more a:before {
    content: "";
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    border-radius: 100px;
    background: #fff;
    transform: scale(0);
    opacity: 0;
    transition: all 0.4s;
}
.webinar-details-articles-more a:hover:before {
    transform: scale(1);
    opacity: 1;
}
.webinar-details-articles-more a span {
    position: relative;
}

.webinar-cancel {
    padding: 48px 80px;
}
@media screen and (max-width:992px) {
    .webinar-cancel {
        padding: 48px 30px;
    }
}
.webinar-cancel-header {
    padding: 0 0 0 68px;
    position: relative;
    font: 30px/48px pf_din_text_cond_promedium, sans-serif;
    color: #2d2d2d;
    white-space: nowrap;
}
@media screen and (max-width:992px) {
    .webinar-cancel-header {
        white-space: normal;
        line-height: 36px;
        padding-top: 6px;
    }
}
.webinar-cancel-header:before {
    content: "?";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    text-align: center;
    background: #e2001a;
    color: #fff;
    font: 30px/48px pf_din_text_cond_proregular, sans-serif;
}
.webinar-cancel-title {
    font: 20px/24px pf_din_text_cond_promedium, sans-serif;
    color: #2d2d2d;
    padding: 45px 0 0 0;
}
.webinar-cancel-date {
    font: 14px/24px helveticaneuecyrlight, sans-serif;
    color: #494949;
    padding: 2px 0 0 0;
}
.webinar-cancel-length {
    font: 14px/24px helveticaneuecyrlight, sans-serif;
    color: #494949;
}
.webinar-cancel-ctrl {
    padding: 49px 0 0 0;
}
.webinar-cancel-ctrl:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}
.webinar-cancel-close {
    float: left;
    position: relative;
    vertical-align: top;
    margin: 0;
    width: 220px;
    height: 48px;
    background: #b5b9c1;
    border-radius: 2px;
    font: 16px/48px pf_din_text_cond_promedium, sans-serif;
    text-align: center;
    color: #fff;
    text-decoration: none;
    transition: all 0.4s;
}
@media screen and (max-width:992px) {
    .webinar-cancel-close {
        width: 100%;
    }
}
.webinar-cancel-close:hover {
    color: #b5b9c1;
}
.webinar-cancel-close:before {
    content: "";
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    border-radius: 2px;
    background: #fff;
    transform: scale(0);
    opacity: 0;
    transition: all 0.4s;
}
.webinar-cancel-close:hover:before {
    transform: scale(1);
    opacity: 1;
}
.webinar-cancel-close span {
    position: relative;
}
.webinar-cancel-apply {
    float: left;
    position: relative;
    vertical-align: top;
    margin: 0 0 0 20px;
    width: 220px;
    height: 48px;
    background: #e2001a;
    border-radius: 3px;
    font: 16px/48px pf_din_text_cond_promedium, sans-serif;
    text-align: center;
    color: #fff;
    text-decoration: none;
    transition: all 0.4s;
}
@media screen and (max-width:992px) {
    .webinar-cancel-apply {
        width: 100%;
        margin: 25px 0 0 0;
    }
}
.webinar-cancel-apply:hover {
    color: #e2001a;
}
.webinar-cancel-apply:before {
    content: "";
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    border-radius: 3px;
    background: #fff;
    transform: scale(0);
    opacity: 0;
    transition: all 0.4s;
}
.webinar-cancel-apply:hover:before {
    transform: scale(1);
    opacity: 1;
}
.webinar-cancel-apply span {
    position: relative;
}

.profile-webinars {
    padding: 54px 0 78px 0;
}
.profile-webinars-title {
    font: 34px/40px pf_din_text_cond_promedium, sans-serif;
    color: #2d2d2d;
}

.webinars-item-link-cancel {
    display: inline-block;
    vertical-align: top;
    font: 12px/16px helveticaneuecyrlight, sans-serif;
    letter-spacing: 0;
    padding: 16px 10px 0 10px;
}
@media screen and (max-width:992px) {
    .webinars-item-link-cancel {
        width: 50%;
        text-align: center;
        margin-left: 50%;
        margin-right: -100%;
    }
}
.webinars-item-link-cancel a {
    color: #b5b9c1;
    text-decoration: underline;
}
.webinars-item-link-cancel a:hover {
    color: #e2001a;
    text-decoration: none;
}

.webinars-item-points {
    background: #fff;
    padding: 0 20px;
    font: 20px/48px pf_din_text_cond_promedium, sans-serif;
    height: 48px;
    color: #2d2d2d;
    margin: 24px 0 0 0;
}

.webinars-item-play {
    padding: 17px 0 0 0;
}
.webinars-item-play a {
    display: block;
    position: relative;
    width: 100%;
    height: 36px;
    background: #e2001a;
    border-radius: 18px;
    font: 16px/36px pf_din_text_cond_promedium, sans-serif;
    text-align: center;
    color: #fff;
    text-decoration: none;
    transition: all 0.4s;
}
.webinars-item-play a:hover {
    color: #e2001a;
}
.webinars-item-play a:before {
    content: "";
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    border-radius: 100px;
    background: #fff;
    transform: scale(0);
    opacity: 0;
    transition: all 0.4s;
}
.webinars-item-play a:hover:before {
    transform: scale(1);
    opacity: 1;
}
.webinars-item-play a span {
    position: relative;
}
.webinars-item-play a span:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    margin: -2px 10px 0 0;
    border-left: 12px solid #fff;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}
.webinars-item-play a:hover span:before {
    border-left-color: #e2001a;
}

.webinar-success {
    padding: 48px 80px;
}
@media screen and (max-width:992px) {
    .webinar-success {
        padding: 48px 30px;
    }
}
.webinar-success-header {
    padding: 0 0 0 68px;
    position: relative;
    font: 30px/48px pf_din_text_cond_promedium, sans-serif;
    color: #2d2d2d;
    white-space: nowrap;
}
@media screen and (max-width:992px) {
    .webinar-success-header {
        white-space: normal;
        line-height: 36px;
        padding-top: 6px;
    }
}
.webinar-success-header:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    text-align: center;
    background: #2f9e15 url(../images/webinar-details-main-success-icon.png) no-repeat center;
    color: #fff;
    font: 30px/48px pf_din_text_cond_proregular, sans-serif;
}
.webinar-success-title {
    font: 20px/24px pf_din_text_cond_promedium, sans-serif;
    color: #2d2d2d;
    padding: 45px 0 0 0;
}
.webinar-success-date {
    font: 14px/24px helveticaneuecyrlight, sans-serif;
    color: #494949;
    padding: 2px 0 0 0;
}
.webinar-success-length {
    font: 14px/24px helveticaneuecyrlight, sans-serif;
    color: #494949;
}
.webinar-success-text {
    font: 14px/24px helveticaneuecyrlight, sans-serif;
    color: #494949;
    padding: 24px 0 0 0;
}
.webinar-success-ctrl {
    padding: 49px 0 0 0;
}
.webinar-success-ctrl:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}
.webinar-success-close {
    float: left;
    position: relative;
    vertical-align: top;
    width: 220px;
    height: 48px;
    background: #e2001a;
    border-radius: 3px;
    font: 16px/48px pf_din_text_cond_promedium, sans-serif;
    text-align: center;
    color: #fff;
    text-decoration: none;
    transition: all 0.4s;
    text-transform: uppercase;
}
@media screen and (max-width:992px) {
    .webinar-success-close {
        width: 100%;
    }
}
.webinar-success-close:hover {
    color: #e2001a;
}
.webinar-success-close:before {
    content: "";
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    border-radius: 3px;
    background: #fff;
    transform: scale(0);
    opacity: 0;
    transition: all 0.4s;
}
.webinar-success-close:hover:before {
    transform: scale(1);
    opacity: 1;
}
.webinar-success-close span {
    position: relative;
}

.webinar-signup-wrap {
    width: 940px;
    background: #fff;
    position: relative;
}
@media screen and (max-width:992px) {
    .webinar-signup-wrap {
        width: 580px;
        margin: 0 auto;
    }
}
@media screen and (max-width:599px) {
    .webinar-signup-wrap {
        width: 100%;
    }
}
.webinar-signup-wrap .pop-up__btn-close {
    top: 21px;
    right: 29px;
    bottom: auto;
    left: auto;
    background: none;
    width: 13px;
    height: 14px;
    margin: 0;
    padding: 0;
    background: url(../images/webinar-detail-close.png);
    cursor: pointer;
}
.webinar-signup-wrap .pop-up__btn-close:hover {
    background-position: left -14px;
}
.webinar-signup-container {
    padding: 0 80px 70px 80px;
}
@media screen and (max-width:992px) {
    .webinar-signup-container {
        padding: 0 30px 48px 30px;
    }
}
.webinar-signup-title {
    color: #2d2d2d;
    font: 30px/36px pf_din_text_cond_promedium, sans-serif;
    padding: 39px 0 0 0;
}
.webinar-signup-name {
    color: #2d2d2d;
    font: 20px/24px pf_din_text_cond_proregular, sans-serif;
    padding: 6px 0;
}
.webinar-signup-forms {
    display: table;
    width: 100%;
    margin: 40px 0 0 0;
}
@media screen and (max-width:992px) {
    .webinar-signup-forms {
        display: block;
        margin: 0;
    }
}
.webinar-signup-forms__errors {
    color: red;
    margin-bottom: 10px;
}
.webinar-signup-forms__errors label.error {
    position: relative;
}
.webinar-signup-registration {
    display: table-cell;
    position: relative;
    vertical-align: top;
    width: 460px;
    padding: 0 50px 0 0;
    border-right: 1px solid #dedede;
}
@media screen and (max-width:992px) {
    .webinar-signup-registration {
        display: block;
        width: auto;
        padding: 0;
        border-right: none;
    }
    .webinar-signup-forms-tab-2 .webinar-signup-registration {
        display: none;
    }
}
.webinar-signup-login {
    display: table-cell;
    vertical-align: top;
    width: 220px;
    padding: 0 0 0 49px;
}
@media screen and (max-width:992px) {
    .webinar-signup-login {
        display: none;
        width: auto;
        padding: 0;
    }
    .webinar-signup-forms-tab-2 .webinar-signup-login {
        display: block;
    }
}
.webinar-signup-registration__notaccount {
    max-width: 400px;
    padding-bottom: 120px;
}
@media screen and (max-width: 992px) {
    .webinar-signup-registration__notaccount {
        padding-top: 40px;
        padding-bottom: 0;
        max-width: inherit;
    }
}
.webinar-signup-registration__footer-btn {
    position: absolute;
    bottom: 46.91px;
    left: 0;
    width: 100%;
    max-width: 400px;
}
@media screen and (max-width: 992px) {
    .webinar-signup-registration__footer-btn {
        position: relative;
        left: auto;
        bottom: auto;
        max-width: inherit;
    }
}
.webinar-signup-form-info {
    margin-bottom: 40px;
    color: #2d2d2d;
    font: 20px/25px pf_din_text_cond_promedium, sans-serif;
}
.webinar-signup-form-title {
    color: #2d2d2d;
    font: 20px/25px pf_din_text_cond_promedium, sans-serif;
}
@media screen and (max-width:992px) {
    .webinar-signup-form-title {
        display: none;
    }
}
.webinar-signup-fields {
    border: 1px solid #dedede;
    border-bottom: none;
    margin: 36px 0;
}
@media screen and (max-width:992px) {
    .pop-up .webinar-signup-fields .grid__col:first-child {
        border-right: none;
    }
}

.pop-up .webinar-signup-fields .grid__col:not(.grid__col_width_10):not(.grid__col_captcha_input):first-child {
     border-right: 1px solid #dedede;
}
@media screen and (max-width:992px) {
    .pop-up .webinar-signup-fields .grid__col:not(.grid__col_width_10):not(.grid__col_captcha_input):first-child {
        border-right: 1px solid #dedede;
    }
}
@media screen and (max-width:500px) {
    .pop-up .webinar-signup-fields .grid__col:not(.grid__col_width_10):not(.grid__col_captcha_input):first-child {
        border-right: 0;
    }
}

.webinar-signup-fields .input_theme_project .input__control.error {
    background: rgba(255, 255, 255, 0);
}

.webinar-signup-fields .form-group.grid__col {
    margin-bottom: 0;
    position: relative;
}

.webinar-signup-fields label.error {
    position: absolute;
    margin-top: 0;
    font-size: 12px;
    line-height: 12px;
    font-family: pf_dindisplay_proregular;
    letter-spacing: 1px;
    color: #e2001a;
    left: 23px;
    bottom: 0;
    font-weight: normal;
    margin-bottom: 0;
}

.webinar-signup-fields .webinar-signup-agree label.error {
    display: block;
    position: relative;
    margin-top: -12px;
    margin-bottom: 12px;
    padding-left: 60px;
    left: 0;
}

.webinar-signup-fields .form-group label:not(.rbc-radio__label):not(.checkbox-static__label):not(.na-checkbox__inner):not(.error):not(.rbc-checkbox__label):not(.rbc-label),
.webinar-signup-fields .form-group__label {
    color: #191c1c;
}

.webinar-signup-agree {
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #dedede;
}
.webinar-signup-agree__input {
    display: block;
    width: 100%;
    margin-bottom: 0;
}
.webinar-signup-agree__input.form-group {
    margin-bottom: 0;
}
.webinar-signup-agree .checkbox_theme_project.checkbox_size_l {
    position: relative;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 60px;
}
.webinar-signup-agree .checkbox_theme_project .checkbox__control {
    position: absolute;
    opacity: 0;
    top: 7px;
    left: 24px;
    width: 20px;
    height: 20px;
}
.webinar-signup-agree .checkbox_theme_project.checkbox_size_l .checkbox__box {
    position: absolute;
    top: 7px;
    left: 24px;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    line-height: 17px;
}

.webinar-signup-agree .checkbox_theme_project.checkbox_no-bem:hover {
    color: #191c1c;
}
.webinar-signup-agree .checkbox_theme_project.checkbox_no-bem a:hover {
    color: #e2001a;
}

.webinar-signup-fields .vacancies__label {
    margin: -7px 0 0 -10px;
}
@media screen and (max-width:992px) {
    .webinar-signup-fields .vacancies__label {
        margin: -7px 0 0 -68px;
    }
}
@media screen and (max-width:500px) {
    .webinar-signup-fields .vacancies__label {
        margin: 12px 0;
        height: auto !important;
        left: auto !important;
        top: auto !important;
        padding: 0 24px !important;
    }
}
.webinar-signup-fields .grid__col_captcha {
    border-bottom: 1px solid #dedede;
}
.pop-up .webinar-signup-fields .grid__col.grid__col_captcha_input {
    border-right: none;
}

.webinar-signup-login .auth_error {
    padding: 0;
    margin-top: 10px;
    margin-bottom: -15px;
}
.webinar-signup-login .webinar-signup-fields {
    margin-bottom: 0;
}
.webinar-signup-login .webinar-signup-fields .form-group{
    position: relative;
    margin-bottom: 0;
}
.webinar-signup-login .checkbox_theme_project.checkbox_size_l {
    padding-left: 0;
}

.webinar-signup-login .webinar-signup-restore {
    margin-top: 20px;
    text-align: center;
}
.webinar-signup-login .webinar-signup-restore__btn {
    display: inline-block;
    vertical-align: top;
    color: #e2001a;
    fill: #e2001a;
    text-decoration: none;
    font-weight: 500;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #e2001a;
    -webkit-transition: fill .2s, color .2s, opacity .2s, border-color .2s;
    transition: fill .2s, color .2s, opacity .2s, border-color .2s;
    font-size: 16px;
    line-height: 24px;
    cursor: pointer;
    background: none;
    padding: 0;
    outline: none;
}
.webinar-signup-login .webinar-signup-restore__btn:hover {
    color: #444444;
    fill: #444444;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: transparent;
    text-decoration: none;
    margin-top: -1px;
    margin-bottom: 1px;
    -webkit-transition: margin .2s, border-color .2s;
    transition: margin .2s, border-color .2s; }
.webinar-signup-login .webinar-signup-restore__btn:hover span.text {
    border-bottom: 0;
    border-color: inherit; }
.webinar-signup-login .webinar-signup-restore__btn span.text {
    display: inline;
    vertical-align: middle;
    position: relative;
    border: 0;
    -webkit-transition: color .2s, border-color .2s;
    transition: color .2s, border-color .2s; }

.profile-webinars-menu {
    border-bottom: 1px solid #eceded;
    margin: 0 0 25px 0;
}
.profile-webinars-menu:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}
.profile-webinars-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}
.profile-webinars-menu ul li {
    float: left;
    margin: 0 0 0 40px;
    padding: 52px 0 26px 0;
    position: relative;
}
.profile-webinars-menu ul li:first-child {
    margin: 0;
}
.profile-webinars-menu ul li.active:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;
    right: 0;
    height: 3px;
    background: #e2001a;
}
.profile-webinars-menu ul li a {
    float: left;
    color: #2d2d2d;
    text-decoration: none;
    font: 16px/24px pf_din_text_cond_promedium, sans-serif;
}
.profile-webinars-menu ul li a:hover,
.profile-webinars-menu ul li.active a {
    color: #e2001a;
}
.profile-webinars-menua-all {
    float: right;
    vertical-align: top;
    position: relative;
    width: 190px;
    height: 30px;
    background: #e2001a;
    border-radius: 24px;
    font: 16px/30px pf_din_text_cond_promedium, sans-serif;
    text-align: center;
    color: #fff;
    text-decoration: none;
    transition: all 0.4s;
    margin: 52px 0 0 0;
}
.profile-webinars-menua-all:hover {
    color: #e2001a;
}
.profile-webinars-menua-all:before {
    content: "";
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    border-radius: 100px;
    background: #fff;
    transform: scale(0);
    opacity: 0;
    transition: all 0.4s;
}
.profile-webinars-menua-all:hover:before {
    transform: scale(1);
    opacity: 1;
}
.profile-webinars-menua-all span {
    position: relative;
}

.webinars-list-inner-tests {
    margin: 0 250px 0 0;
}
@media screen and (max-width:992px) {
    .webinars-list-inner-tests {
        margin: 0;
    }
}

.webinars-list-inner-tests .webinars-item {
    position: relative;
    padding-right: 30px;
    padding-left: 40px;
}
@media screen and (max-width:992px) {
    .webinars-list-inner-tests .webinars-item {
        padding-left: 30px;
    }
}

.webinars-item-test {
    position: absolute;
    right: -250px;
    top: 0;
    bottom: 0;
    width: 240px;
    background: #fafafa;
    padding: 36px 40px 0 40px;
}
@media screen and (max-width:992px) {
    .webinars-item-test {
        position: relative;
        border-top: 1px solid #ebebeb;
        right: auto;
        top: auto;
        bottom: auto;
        width: auto;
        padding: 33px 30px 0 30px;
        margin: 38px -30px 0 -30px
    }
}

.webinars-item-test .webinars-item-link-signup {
    width: 160px;
    margin: 0;
}

@media screen and (max-width:992px) {
    .webinars-item-test .webinars-item-link-signup {
        width: calc(50% - 5px);
        margin-left: calc(50% + 5px);
    }
}

.webinars-item-test-balls {
    position: absolute;
    left: 40px;
    bottom: 38px;
    right: 40px;
    background: #fff;
    font: 20px/48px pf_din_text_cond_promedium, sans-serif;
    height: 48px;
    padding: 0 0 0 15px;
    color: #cacaca;
    letter-spacing: 0;
}
@media screen and (max-width:992px) {
    .webinars-item-test-balls {
        left: 30px;
        bottom: 0;
        right: 50%;
        margin-right: 5px;
    }
}

.webinars-item-test-balls-hint {
    cursor: pointer;
    height: 48px;
    position: absolute;
    right: 0;
    text-align: left;
    top: 0;
    width: 34px;
    z-index: 10;
}
.webinars-item-test-balls-hint .svg {
    display: block;
    height: 24px;
    vertical-align: top;
    white-space: nowrap;
    width: 24px;
    margin-top: 12px;
}
.webinars-item-test-balls-hint-text {
    color: #e2001a;
    font-family: pf_din_text_cond_promedium;
    font-size: 11px;
    line-height: 24px;
    letter-spacing: 1px;
    margin-top: -12px;
    opacity: 0;
    position: absolute;
    right: 34px;
    text-transform: uppercase;
    top: 50%;
    transform: translate3d(-10px, 0px, 0px);
    background: rgba(255, 255, 255, .9);
    padding: 0 5px;
    transition: all 0.4s ease 0s;
    visibility: hidden;
    white-space: nowrap
}
.webinars-item-test-balls-hint:hover .webinars-item-test-balls-hint-text {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
    visibility: visible;
}

.webinars-item-ctrl-balls {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    left: auto;
    bottom: auto;
    right: auto;
    margin: 0 0 0 10px;
    width: 150px;
}
.webinars-item-ctrl-balls-success {
    color: #2d2d2d;
}

@media screen and (max-width:992px) {
    .webinars-item-ctrl-balls {
        width: calc(50% - 10px);
    }
    .webinars-list-inner-tests .webinars-item-link-detail {
        margin-left: calc(50% + 10px);
        margin-right: -100%;
    }
    .webinars-list-inner-tests .webinar-details-main-ctrl .webinars-item-link-signup {
        width: calc(100% - 10px);
    }
    .webinars-list-inner-tests .webinar-details-main-ctrl .webinars-item-ctrl-success {
        width: calc(100% - 10px);
        text-align: center;
    }
}

.webinars-item-test .webinars-item-ctrl-success {
    margin: 0;
    text-align: center;
}
@media screen and (max-width:992px) {
    .webinars-item-test .webinars-item-ctrl-success {
        margin-left: calc(50% - 5px);
    }
}

.webinars-item-test-balls-success, .webinars-item-test-balls-success-other {
    color: #2d2d2d;
}

.webinars-item-test-balls-success:before {
    content: "";
    display: block;
    position: absolute;
    left: -80px;
    top: 0;
    bottom: 0;
    width: 80px;
    background: #fff;
}
@media screen and (max-width:992px) {
    .webinars-item-test-balls-success:before {
        display: none;
    }
}
.webinars-item-test-balls-success:after {
    content: "";
    display: block;
    position: absolute;
    left: -51px;
    top: 18px;
    width: 12px;
    height: 12px;
    background: url(../images/balls-plus.svg);
    background-size: 100%;
}
@media screen and (max-width:992px) {
    .webinars-item-test-balls-success:after {
        display: none;
    }
}

.webinar-signup-mobile-menu {
    display: none;
}
@media screen and (max-width:992px) {
    .webinar-signup-mobile-menu {
        display: block;
        margin: 0 -30px;
        padding: 42px 10px 0 10px;
        border-bottom: 1px solid #dedede;
    }
    .webinar-signup-mobile-menu ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: block;
    }
    .webinar-signup-mobile-menu ul li {
        margin: 0;
        padding: 0 20px 25px 20px;
        width: 50%;
        display: table-cell;
        position: relative;
        vertical-align: top;
        box-sizing: border-box;
    }
    .webinar-signup-mobile-menu ul li.active:after {
        content: "";
        display: block;
        position: absolute;
        left: 20px;
        bottom: -1px;
        right: 20px;
        height: 3px;
        background: #e2001a;
    }
    .webinar-signup-mobile-menu ul li a {
        color: #2d2d2d;
        text-decoration: none;
        font: 20px/24px pf_din_text_cond_promedium, sans-serif;
    }
    .webinar-signup-mobile-menu ul li a:hover,
    .webinar-signup-mobile-menu ul li.active a {
        color: #e2001a;
    }
}

.card_link_black  a.card__list-title {
    color: #2d2d2d;
}

.card_link_black  a.card__list-title:hover {
    color: #e2001a;
}

.card__list-title-1 {
    width: 90px;
}

.card__heading-title {
    margin: 0;
}

.card__arrow {
    bottom: auto;
    top: 12px;
}

.card__edit {
    border-bottom: 1px solid #dedede;
    font-size: 17px;
    padding-top: 32px;
    padding-bottom: 32px;
}

.card+.card {
    padding-top: 0;
}

.card__edit:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}

.card__edit span {
    float: left;
    margin: -7px 0;
}

.card__edit strong {
    float: left;
    font-weight: normal;
    font-size: 44px;
    line-height: 44px;
    margin: -7px 0 -7px 20px;
}

.card_type_pro {
    /*background: #fafafa url(../images/account_card_type_pro.png) no-repeat 29px 17px;*/
    /*padding-top: 46px;*/
}
.card+.card_type_pro {
    padding-top: 46px;
}


.webinar-computer-requirements-wrap {
    width: 80%;
    max-width: 900px;
    margin: 0 auto;
    background: #fff;
    position: relative;
}
@media screen and (max-width:992px) {
    .webinar-computer-requirements-wrap {
        width: 90%;
    }
}
.webinar-computer-requirements-wrap .pop-up__btn-close {
    top: 21px;
    right: 29px;
    bottom: auto;
    left: auto;
    background: none;
    width: 13px;
    height: 14px;
    margin: 0;
    padding: 0;
    background: url(../images/webinar-detail-close.png);
    cursor: pointer;
}
.webinar-computer-requirements-wrap .pop-up__btn-close:hover {
    background-position: left -14px;
}
.webinar-computer-requirements-container {
    padding: 50px 50px 25px;
}
@media screen and (max-width:992px) {
    .webinar-computer-requirements-container {
        padding: 40px 30px 20px;
    }
}
.webinar-computer-requirements-title{
    font-size: 30px;
    line-height: 34px;
    font-family: pf_din_text_cond_promedium, sans-serif;
    color: #2d2d2d;
    margin-bottom: 25px;
}
@media screen and (max-width:992px) {
    .webinar-computer-requirements-title{
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 20px;
    }
}
.webinar-computer-requirements-description {
    font-size: 16px;
    line-height: 20px;
    font-family: helveticaneuecyrlight, sans-serif;
    color: #2d2d2d;
    margin-bottom: 25px;
}
@media screen and (max-width:992px) {
    .webinar-computer-requirements-description {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 20px;
    }
}
.webinar-computer-requirements-subtitle {
    font-size: 20px;
    line-height: 24px;
    font-family: pf_din_text_cond_proregular, sans-serif;
    color: #2d2d2d;
    margin-bottom: 15px;
}
@media screen and (max-width:992px) {
    .webinar-computer-requirements-subtitle {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 10px;
    }
}
.webinar-computer-requirements-shops-wrap{
    margin-bottom: 25px;
}
.webinar-computer-requirements-shops-wrap .description{
    margin-bottom: 15px;
}
.webinar-computer-requirements-shops-link {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.webinar-computer-requirements-shops-link img{
    height: 45px;
}
@media screen and (max-width:992px) {
    .webinar-computer-requirements-shops-link img{
        height: 35px;
    }
}

.webinar-problem-solving-wrap {
    width: 80%;
    max-width: 600px;
    margin: 0 auto;
    background: #fff;
    position: relative;
}
@media screen and (max-width:992px) {
    .webinar-problem-solving-wrap {
        width: 90%;
    }
}
.webinar-problem-solving-wrap .pop-up__btn-close {
    top: 21px;
    right: 29px;
    bottom: auto;
    left: auto;
    background: none;
    width: 13px;
    height: 14px;
    margin: 0;
    padding: 0;
    background: url(../images/webinar-detail-close.png);
    cursor: pointer;
}
.webinar-problem-solving-wrap .pop-up__btn-close:hover {
    background-position: left -14px;
}
.webinar-problem-solving-container {
    padding: 40px;
}
@media screen and (max-width:992px) {
    .webinar-problem-solving-container {
        padding: 40px 30px 30px;
    }
}
.webinar-problem-solving-title{
    font-size: 30px;
    line-height: 34px;
    font-family: pf_din_text_cond_promedium, sans-serif;
    color: #2d2d2d;
    margin-bottom: 25px;
}
@media screen and (max-width:992px) {
    .webinar-problem-solving-title{
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 20px;
    }
}
.webinar-problem-solving-description {
    font-size: 16px;
    line-height: 20px;
    font-family: helveticaneuecyrlight, sans-serif;
    color: #2d2d2d;
    margin-bottom: 25px;
}
@media screen and (max-width:992px) {
    .webinar-problem-solving-description {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 20px;
    }
}

.webinar-problem-solving-link {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 48px;
    padding: 0 20px;
    background: #e2001a;
    border-radius: 2px;
    font-size: 20px;
    line-height: 48px;
    font-family: pf_din_text_cond_promedium, sans-serif;
    text-align: center;
    color: #fff;
    text-decoration: none;
    transition: all 0.4s;
    letter-spacing: 0;
}
@media screen and (max-width:992px) {
    .webinar-problem-solving-link {
        height: 40px;
        line-height: 40px;
        padding: 0 15px;
        font-size: 18px;
    }
}
.webinar-problem-solving-link:hover {
    color: #e2001a;
}
.webinar-problem-solving-link:before {
    content: "";
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    border-radius: 2px;
    background: #fff;
    transform: scale(0);
    opacity: 0;
    transition: all 0.4s;
}
.webinar-problem-solving-link:hover:before {
    transform: scale(1);
    opacity: 1;
}
.webinar-problem-solving-link span {
    position: relative;
}

.webinar-signup-grid-col-country,
.webinar-signup-grid-col-region,
.webinar-signup-grid-col-city{
    position: relative;
}

.webinar-signup-popup-tooltip{
    position: absolute;
    left: 50%;
    bottom: 90%;
    border-radius: 2px;
    background-color: #ffffff;
    box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.2);
    border: solid 1px #d2d2d2;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s opacity, .5s visibility;
    -moz-transition: .5s opacity, .5s visibility;
    -ms-transition: .5s opacity, .5s visibility;
    -o-transition: .5s opacity, .5s visibility;
    transition: .5s opacity, .5s visibility;
}
.webinar-signup-popup-tooltip.open{
    opacity: 1;
    visibility: visible;
}

.webinar-signup-popup-tooltip:before{
    content: "";
    position: absolute;
    left: 12px;
    bottom: -8px;
    width: 16px;
    height: 16px;
    transform: rotate(-45deg);
    background-color: #ffffff;
    border: solid 1px #d2d2d2;
}

.webinar-signup-popup-tooltip-wrap{
    position: relative;
    z-index: 1;
    width: 158px;
    height: 44px;
    background-color: #ffffff;
    text-align: center;
    padding: 13px 10px;
}
.webinar-signup-popup-tooltip a{
    display: inline-block;
    font-family: pf_din_text_cond_proregular;
    font-size: 15px;
    line-height: 16px;
    letter-spacing: 0.4px;
    color: #fe0114;
    text-decoration: none;
    border-bottom: 1px dashed #fe0114;
}


/* Webinar tests pages */
.webinar-tests-notice {
    margin: 24px 0;
    background: #f7f7f7;
    color: #2d2d2d;
    font: 16px/19px pf_din_text_cond_proregular, sans-serif;
    padding: 16px 80px 17px 80px
}

.webinar-tests-notice p {
    margin: 0;
    padding: 0;
}

.webinar-tests-notice a {
    color: #e2001a;
    cursor: pointer;
}

.webinar-tests-notice a:hover {
    color: #2d2d2d;
}

.webinar-tests-notice strong {
    font-family: pf_din_text_cond_promedium, sans-serif;
    font-weight: normal;
}

@media screen and (max-width:992px) {
    .webinar-tests-notice {
        padding:3px 30px 6px 30px;
    }

    .webinar-tests-notice p {
        margin: 19px 0;
        padding: 0;
    }
}

.webinar-tests-start {
    margin: 24px 0;
    background: #f7f7f7;
    padding: 0 30px 0 80px;
}

.webinar-tests-start-inner {
    display: table;
    width: 100%;
}

.webinar-tests-start-content {
    display: table-cell;
    vertical-align: top;
}

.webinar-tests-start-photo {
    display: table-cell;
    vertical-align: bottom;
    width: 290px;
    line-height: 0;
    text-align: center;
}

.webinar-tests-start-photo img {
    max-width: 100%;
}

.webinar-tests-start-title {
    color: #2d2d2d;
    font: 34px/36px pf_din_text_cond_promedium, sans-serif;
    padding: 38px 0 0 0;
}

.webinar-tests-start-info {
    padding: 21px 0 0 0;
}

.webinar-tests-start-info:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}

.webinar-tests-start-info .webinars-item-test-balls {
    float: left;
    position: relative;
    left: auto;
    bottom: auto;
    right: auto;
    padding: 0 66px 0 20px;
    color: #2d2d2d;
}

.webinar-tests-start-count {
    float: left;
    color: #e2001a;
    font: 20px/48px pf_din_text_cond_proregular, sans-serif;
    padding: 0 0 0 18px;
}

.webinar-tests-start-descr {
    font: 16px/24px helveticaneuecyrlight, sans-serif;
    color: #494949;
    padding: 22px 0 0 0;
}

.webinar-tests-start-link {
    padding: 50px 0 47px 0;
}

.webinar-tests-start-link .webinars-item-link-signup {
    margin: 0;
    width: 220px;
    border: 0;
    outline: none;
    cursor: pointer;
    vertical-align: middle;
}

.webinar-tests-start-link .webinar-tests-attempts-count {
    width: 100%;
    font: 16px/24px helveticaneuecyrlight, sans-serif;
    color: #494949;
    padding: 22px 0 0 0;
}

@media screen and (max-width:992px) {
    .webinar-tests-start {
        padding: 0 30px;
    }

    .webinar-tests-start-inner {
        display: block;
    }

    .webinar-tests-start-content {
        display: block;
    }

    .webinar-tests-start-info .webinars-item-test-balls {
        float: none;
        width: auto;
        margin: 48px 0 0 0;
    }

    .webinar-tests-start-count {
        float: none;
        padding: 0;
        margin: -109px 0 73px 0;
    }

    .webinar-tests-start-photo {
        display: block;
        width: auto;
        padding: 5px 0 0 0;
    }

    .webinar-tests-start-link .webinars-item-link-signup {
        width: 100%;
    }
}

@media screen and (max-width:479px) {
    .webinar-tests-start-info .webinars-item-test-balls {
        height: auto;
        line-height: 24px;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .webinar-tests-start-count {
        float: none;
        padding: 0;
        margin: -133px 0 85px 0;
    }

}

.webinar-tests-not-found {
    margin: 24px 0;
    padding: 22px 80px 26px 80px;
    background: #f7f7f7;
}

.webinar-tests-back {
    margin: 24px 0;
    padding: 22px 80px 26px 80px;
    background: #f7f7f7;
}

.webinar-tests-back a {
    color: #2d2d2d;
    font: 20px/24px pf_din_text_cond_promedium, sans-serif;
    text-decoration: none;
    position: relative;
}

.webinar-tests-back a:hover {
    color: #e2001a;
}

.webinar-tests-back a:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: -60px;
    top: 50%;
    width: 23px;
    height: 18px;
    margin: -9px 0 0 0;
    background: url(../images/tests-back.png);
}

@media screen and (max-width:992px) {
    .webinar-tests-back {
        padding-right: 30px;
    }
}

.webinar-tests-question {
    margin: 24px 0;
    padding: 35px 80px 43px 80px;
    background: #f7f7f7;
    position: relative;
}

@media screen and (max-width:992px) {
    .webinar-tests-question {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.webinar-tests-question form {
    margin: 0;
    padding: 0;
}

.webinar-tests-question-number {
    font: 20px/24px pf_din_text_cond_promedium, sans-serif;
    color: #e2001a;
}

.webinar-tests-question-title {
    color: #2d2d2d;
    font: 25px/30px pf_din_text_cond_promedium, sans-serif;
    padding: 20px 0 11px 0;
}

.webinar-tests-question-variant {
    margin: 24px 0;
    font: 20px/24px pf_din_text_cond_proregular, sans-serif;
    color: #2d2d2d;
    position: relative;
    padding: 0 60px 0 0;
}
@media screen and (max-width:480px) {
  .webinar-tests-question-variant {
    padding: 0;
  }
}

.webinar-tests-question-variant label {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}

.webinar-tests-question-variant input {
    display: none;
}

.webinar-tests-question-variant label span {
    display: block;
    position: relative;
    padding: 0 0 0 32px;
    pointer-events: none;
}

.webinar-tests-question-variant label input:checked+span {
    font-family: pf_din_text_cond_promedium, sans-serif;
}

.webinar-tests-question-variant label span:before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    box-sizing: border-box;
    border: 1px solid #b5b9c1;
    position: absolute;
    border-radius: 2px;
    left: 0;
    top: 4px;
    background: url(../images/tests-question-variant.png) no-repeat -999px -999px;
}

.webinar-tests-question-variant label input:checked+span:before {
    background-color: #e2001a;
    border-color: #e2001a;
    background-position: center;
}

.webinar-tests-question-variant label input.true+span {
    color: rgba(47, 158, 21, .5);
}

.webinar-tests-question-variant label input.false+span {
    color: rgba(45, 45, 45, .5);
}

.webinar-tests-question-variant label input.true:checked+span {
    color: #2f9e15;
}

.webinar-tests-question-variant label input.false:checked+span {
    color: #e2001a;
}

.webinar-tests-question-comment {
    font: 16px/24px helveticaneuecyrlight, sans-serif;
    color: #494949;
    padding: 22px 0 0 0;
}

.webinar-tests-question-comment-alert {
    font: 16px/24px helveticaneuecyrlight, sans-serif;
    color: #e2001a;
    padding: 22px 0 0 0;
}

.webinar-tests-question-submit {
    padding: 38px 0 0 0;
}

.webinar-tests-question-submit:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}

.webinar-tests-question-submit .webinars-item-link-signup {
    border: none;
    width: 220px;
    margin: 0;
    float: left;
    cursor: pointer;
    outline: none;
}

.webinar-tests-question-submit .webinars-item-link-signup:focus{
    outline: none;
}

@media screen and (max-width:992px) {
    .webinar-tests-question-submit .webinars-item-link-signup {
        width: 100%;
    }
}

.webinar-tests-question-submit .webinars-item-link-signup.back {
    margin: 0 10px 0 0;
    background: #b5b9c1;
}

@media screen and (max-width:992px) {
    .webinar-tests-question-submit .webinars-item-link-signup.back {
        margin: 0 5px 0 0;
        width: calc(50% - 5px);
    }
    .webinar-tests-question-submit .webinars-item-link-signup.back+.webinars-item-link-signup {
        margin: 0 0 0 5px;
        width: calc(50% - 5px);
    }
}

.webinar-tests-question-submit .webinars-item-link-signup.back:hover {
    color: #b5b9c1;
}

.webinar-tests-question-loading {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(247, 247, 247, .5);
}

.webinar-tests-question form.loading .webinar-tests-question-loading {
    display: block;
}

.webinar-tests-question-variant-percents {
    position: absolute;
    right: 0;
    top: 0;
    font: 16px/24px pf_din_text_cond_promedium, sans-serif;
    color: rgba(45, 45, 45, .5);
}

.webinar-tests-question-variant label input.true+span+.webinar-tests-question-variant-percents {
    color: rgba(47, 158, 21, .5);
}

.webinar-tests-question-variant label input.true:checked+span+.webinar-tests-question-variant-percents {
    color: #2f9e15;
}

.webinar-tests-question-variant label input.false:checked+span+.webinar-tests-question-variant-percents {
    color: #e2001a;
}

.webinar-tests-question-variant-percents div {
    position: absolute;
    right: 100%;
    margin-right: 4px;
    top: 7px;
    width: 2px;
    height: 11px;
    background: rgba(45, 45, 45, .5);
}

.webinar-tests-question-variant label input.true+span+.webinar-tests-question-variant-percents div {
    background: rgba(47, 158, 21, .5);
}

.webinar-tests-question-variant label input.true:checked+span+.webinar-tests-question-variant-percents div {
    background: #2f9e15;
}

.webinar-tests-question-variant label input.false:checked+span+.webinar-tests-question-variant-percents div {
    background: #e2001a;
}

.webinar-tests-question-variant-percents div:before {
    content: "";
    position: absolute;
    right: 4px;
    top: 4px;
    width: 2px;
    height: 7px;
    background: inherit;
}

.webinar-tests-question-variant-percents div:after {
    content: "";
    position: absolute;
    right: 8px;
    top: 7px;
    width: 2px;
    height: 4px;
    background: inherit;
}

.webinar-tests-results {
    margin: 24px 0;
    background: #f7f7f7;
    padding: 0 0 0 80px;
}

.webinar-tests-results-title {
    color: #2d2d2d;
    font: 34px/36px pf_din_text_cond_promedium, sans-serif;
    padding: 38px 0 24px 0;
}

.webinar-tests-results-inner {
    display: table;
    width: 100%;
}

.webinar-tests-results-content {
    display: table-cell;
    vertical-align: top;
}

.webinar-tests-results-photo {
    display: table-cell;
    vertical-align: bottom;
    width: 500px;
    line-height: 0;
    text-align: center;
}

.webinar-tests-results-photo img {
    max-width: 100%;
}

.webinar-tests-results-link {
    padding: 50px 0;
}

.webinar-tests-results-link .webinars-item-link-signup {
    margin: 0;
    width: 220px;
    cursor: pointer;
}

@media screen and (max-width:992px) {
    .webinar-tests-results {
        padding: 0 30px;
    }

    .webinar-tests-results-inner {
        display: block;
    }

    .webinar-tests-results-content {
        display: block;
    }

    .webinar-tests-results-photo {
        display: block;
        width: auto;
    }

    .webinar-tests-results-link .webinars-item-link-signup {
        width: 100%;
    }
}

.webinar-tests-results-success {
    margin: 20px 0 0 0;
    background: #fff url(../images/tests-results-success.png) no-repeat 19px 26px;
    padding: 21px 20px 26px 50px;
}

.webinar-tests-results-success-title {
    color: #2f9e15;
    font: 25px/30px pf_din_text_cond_promedium, sans-serif;
}

.webinar-tests-results-success-text {
    color: #2d2d2d;
    margin: -4px 0 0 0;
    font: 20px/24px pf_din_text_cond_proregular, sans-serif;
}

.webinar-tests-results-fail {
    margin: 20px 0 0 0;
    background: #fff url(../images/tests-results-fail.png) no-repeat 22px 27px;
    padding: 21px 20px 26px 50px;
}

.webinar-tests-results-fail-title {
    color: #e2001a;
    font: 25px/30px pf_din_text_cond_promedium, sans-serif;
}

.webinar-tests-results-fail-text {
    color: #2d2d2d;
    margin: -4px 0 0 0;
    font: 20px/24px pf_din_text_cond_proregular, sans-serif;
}

.webinar-tests-results-balls {
    margin: 24px 0 0 0;
    background: #fff url(../images/tests-results-balls.png) no-repeat 20px 27px;
    padding: 21px 20px 26px 50px;
}

.webinar-tests-results-balls-title {
    color: #2d2d2d;
    font: 25px/30px pf_din_text_cond_promedium, sans-serif;
}

.webinar-tests-results-balls-text {
    color: #2d2d2d;
    margin: -4px 0 0 0;
    font: 20px/24px pf_din_text_cond_proregular, sans-serif;
}

.webinar-tests-results-balls-text a{
  color: #e2001a;
}

.webinar-tests-results-text {
    color: #2d2d2d;
    font: 20px/24px pf_din_text_cond_proregular, sans-serif;
    margin: 23px 0 0 0;
}
/* /Webinar tests pages */

/* /webinars */

video::-internal-media-controls-download-button {
    display:none;
}

video::-webkit-media-controls-enclosure {
    overflow:hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px); /* Adjust as needed */
}

.webinars-item-login-annotation{
  width: 300px;
  margin-bottom: 7px;
  font-size: 12px;
  padding-left: 10px;
  line-height: 1.1;
  white-space: normal;
  color: #8a8f99;
  letter-spacing: -0.1px;
}

@media screen and (max-width: 992px){
  .webinars-item-login-annotation{
    width: auto;
  }
}
.college-pro-header {
    height: 523px;
    background: #fafafa url(../images/college-pro-header-new.png) no-repeat center top;
}

@media screen and (max-width:992px) {
    .college-pro-header {
        height: auto;
        background: #fafafa;
        padding: 0 0 71px 0;
    }
}

.college-pro-header-title {
    line-height: 0;
    padding: 84px 0 0 0;
}

@media screen and (max-width:992px) {
    .college-pro-header-title {
        padding: 43px 0 0 0;
    }
}

.college-pro-header-text {
    max-width: 400px;
    font: 18px/24px helveticaneuecyrlight, sans-serif;
    padding: 21px 0 0 0;
}

.college-pro-header-text ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.college-pro-header-text li {
    margin: 12px 0 0 0;
    padding: 0 0 0 24px;
    position: relative;
}

.college-pro-header-text li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    background: #e2001a;
    border-radius: 50%;
}

.college-pro-prefs-title {
    color: #2d2d2d;
    font: 34px/36px pf_din_text_cond_promedium, sans-serif;
    padding: 13px 0 0 0;
}

.college-pro-prefs {
    font-size: 0;
    line-height: 0;
    letter-spacing: -1px;
    margin: 0 -30px;
    padding: 53px 0 44px 0;
}

@media screen and (max-width:992px) {
    .college-pro-prefs {
        margin: 0 -15px;
    }
}

.college-pro-prefs-item {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding: 0 30px;
    box-sizing: border-box;
}

@media screen and (max-width:992px) {
    .college-pro-prefs-item {
        width: 50%;
        padding: 0 15px 30px 15px;
    }
}

.college-pro-prefs-item-icon {
    line-height: 52px;
}

.college-pro-prefs-item-icon img {
    vertical-align: bottom;
}

.college-pro-prefs-item-title {
    color: #2d2d2d;
    font: 19px/24px pf_din_text_cond_promedium, sans-serif;
    letter-spacing: 0;
    padding: 15px 0 0 0;
}

.college-pro-prefs-item-text {
    color: #494949;
    font: 14px/20px helveticaneuecyrlight, sans-serif;
    letter-spacing: 0;
    padding: 12px 0 0 0;
}

.college-pro-sep {
    height:1px;
    background: #ebebeb;
}

.college-pro-gifts {
    margin: 47px 0 0 0;
    height: 312px;
    box-sizing: border-box;
    border: 1px solid #eaeaea;
    position: relative;
    padding: 0 450px 0 30px;
}

@media screen and (max-width:992px) {
    .college-pro-gifts {
        margin: 70px 0 0 0;
        height: auto;
        padding: 0 30px;
    }
}

.college-pro-gifts-title {
    text-transform: uppercase;
    color: #2d2d2d;
    font: 31px/31px pf_din_text_cond_probold, sans-serif;
    padding: 45px 0 0 0;
}

.college-pro-gifts-title span {
    display: block;
    color: #e2001a;
}

.college-pro-gifts-text {
    color: #494949;
    font: 18px/27px pf_dindisplay_proregular, sans-serif;
    padding: 17px 0 0 0;
}

.college-pro-gifts-link {
    font: 21px/24px pf_din_text_cond_proregular, sans-serif;
    padding: 43px 0 0 0;
}

.college-pro-gifts-link a {
    color: #e2001a;
}

.college-pro-gifts-link a:hover {
    color: #2d2d2d;
}

.college-pro-gifts-img {
    position: absolute;
    right: 67px;
    top: 32px;
    line-height: 0;
}

@media screen and (max-width:992px) {
    .college-pro-gifts-img {
        position: relative;
        right: auto;
        top: auto;
        text-align: center;
        padding: 60px 0 50px 0;
    }

    .college-pro-gifts-img img {
        max-width: 100%;
    }
}

.college-pro-section {
    margin: 120px 0 0 0;
    background: #fafafa;
    position: relative;
    height: 312px;
    padding: 0 450px 0 30px;
}

@media screen and (max-width:992px) {
    .college-pro-section {
        margin: 95px 0 0 0;
        height: 144px;
        padding: 0;
    }
}


@media screen and (max-width:479px) {
    .college-pro-section {
        margin: 30px 0 0 0;
    }
}


.college-pro-section-title {
    color: #2d2d2d;
    font: 24px/31px pf_din_text_cond_promedium, sans-serif;
    padding: 40px 0 0 0;
}

@media screen and (max-width:992px) {
    .college-pro-section-title {
        padding: 0 0 0 230px;
        line-height: 144px;
    }
}

@media screen and (max-width:479px) {
    .college-pro-section-title {
        padding: 0 0 0 30px;
    }
}

.college-pro-section-text {
    color: #494949;
    font: 18px/27px pf_dindisplay_proregular, sans-serif;
    padding: 13px 0 0 0;
}

@media screen and (max-width:992px) {
    .college-pro-section-text {
        display: none;
    }
}

.college-pro-section-link {
    position: absolute;
    left: 30px;
    bottom: 48px;
}

@media screen and (max-width:992px) {
    .college-pro-section-link {
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
    }
}

.college-pro-section-link a {
    display: block;
    vertical-align: top;
    position: relative;
    width: 137px;
    height: 48px;
    background: #e2001a;
    border-radius: 0;
    font: 16px/48px pf_din_text_cond_promedium, sans-serif;
    text-align: center;
    color: #fff;
    text-decoration: none;
    transition: all 0.4s;
}

@media screen and (max-width:992px) {
    .college-pro-section-link a {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: auto;
        height: auto;
        background: transparent;
        z-index: 1;
    }
    .college-pro-section-link a:after {
        content: "";
        width: 10px;
        height: 17px;
        display: block;
        position: absolute;
        right: 30px;
        top: 50%;
        margin-top: -9px;
        background: url(../images/college-pro-section-arrow.png);
    }
}

.college-pro-section-link a:hover {
    color: #e2001a;
}
.college-pro-section-link a:before {
    content: "";
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    border-radius: 0;
    background: #fff;
    transform: scale(0);
    opacity: 0;
    transition: all 0.4s;
}

@media screen and (max-width:992px) {
    .college-pro-section-link a:before {
        display: none;
    }
}
.college-pro-section-link a:hover:before {
    transform: scale(1);
    opacity: 1;
}
.college-pro-section-link a span {
    position: relative;
}

@media screen and (max-width:992px) {
    .college-pro-section-link a span {
        display: none;
    }
}

.college-pro-section-img {
    position: absolute;
    bottom: 0;
    line-height: 0;
}

.college-pro-section-img img:nth-child(2) {
    display: none;
}

@media screen and (max-width:992px) {
    .college-pro-section-img {
        left: 30px;
    }
    .college-pro-section-img img:nth-child(1) {
        display: none;
    }
    .college-pro-section-img img:nth-child(2) {
        display: block;
    }
}

@media screen and (max-width:479px) {
    .college-pro-section-img {
        display: none;
    }
}

.college-pro-section-img-1 {
    right: 107px;
}

.college-pro-section-img-2 {
    right: 80px;
}

.college-pro-section-img-3 {
    right: 80px;
}

@media screen and (max-width:992px) {
    .college-pro-section-img-1 {
        right: auto;
    }

    .college-pro-section-img-2 {
        right: auto;
    }

    .college-pro-section-img-3 {
        right: auto;
    }
}

.college-pro-text {
    color: #494949;
    font: 16px/23px helveticaneuecyrlight, sans-serif;
    padding: 56px 0 31px 0;
}

.college-pro-text p {
    margin: 23px 0;
    padding: 0;
}




/* books */
.books-header {
    background-repeat: no-repeat;
    background-position: center top;
}
.is-usewebp .books-header {
    background-image: url(../images/books-header.webp);
}
.is-not-usewebp .books-header {
    background-image: url(../images/books-header.jpg);
}
@media screen and (max-width:992px) {
    .books-header {
        background: none;
    }
}
.books-header-title {
    padding: 95px 0 0 0;
    font: 34px/64px pf_dindisplay_promedium, sans-serif;
    color: #2d2d2d;
}
@media screen and (max-width:992px) {
    .books-header-title {
        padding: 71px 0 0 0;
    }
}
.books-header-title img {
    vertical-align: top;
    margin: -4px 0 0 0;
}
@media screen and (max-width:992px) {
    .books-header-title img {
        width: 212px;
        height: 48px;
    }
}


.books-header-title span {
    font: 64px/64px pf_dindisplay_proregular, sans-serif;
    color: #e2001a;
    display: inline-block;
    vertical-align: top;
    margin: 0 4px 0 6px;
}

@media screen and (max-width:479px) {
    .books-header-title {
        font-size: 26px;
        line-height: 30px;
    }

    .books-header-title img {
        width: 159px;
        height: 36px;
        vertical-align: middle;
    }
    .books-header-title span {
        font-size: 32px;
        line-height: 32px;
        vertical-align: middle;
    }
}
.books-header-text {
    max-width: 450px;
    font: 18px/24px helveticaneuecyrlight, sans-serif;
    padding: 23px 0 146px 0;
}
@media screen and (max-width:992px) {
    .books-header-text {
        max-width: none;
        padding-bottom: 76px;
    }
}

.books-list-inner {
    margin: 0 -10px;
    font-size: 0;
    line-height: 0;
    letter-spacing: -1px;
    padding: 11px 0 0 0;
}
.books-not-found{
    max-width: 600px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 22px;
    font-family: helveticaneuecyrlight, sans-serif;
    text-align: center;
}
.books-item {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding: 30px 10px;
    box-sizing: border-box;
}

@media screen and (max-width:992px) {
    .books-item {
        width: 33.33%;
    }
}

@media screen and (max-width:767px) {
    .books-item {
        width: 50%;
    }
}

@media screen and (max-width:479px) {
    .books-item {
        width: 100%;
    }
}

.books-item-preview {
    position: relative;
    z-index: 1;
}

.books-item-preview:before {
    content: "";
    display: block;
    position: absolute;
    left: -10px;
    top: 0;
    right: -20px;
    bottom: -40px;
    background: url(../images/books-shadow.png) no-repeat center bottom;
    background-size: cover;
}

.books-item-preview img {
    display: block;
    width: 100%;
    position: relative;
}

.books-item-preview em {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(45, 45, 45, .9);
}

.books-item a:hover .books-item-preview em {
    display: block;
}

.books-item-preview strong {
    display: none;
    position: absolute;
    left: 30px;
    top: 46px;
    right: 30px;
    font: 20px/24px pf_din_text_cond_promedium, sans-serif;
    letter-spacing: 0;
    color: #fff;
}

.books-item a:hover .books-item-preview strong {
    display: block;
}


.books-item-preview span {
    display: none;
    position: absolute;
    left: 30px;
    bottom: 36px;
    right: 30px;
    font: 16px/48px pf_din_text_cond_promedium, sans-serif;
    letter-spacing: 0;
    color: #fff;
    height: 48px;
    background: #e2001a;
    text-align: center;
    border-radius: 999px;
}

.books-item a:hover .books-item-preview span {
    display: block;
}


.books-item-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 24px;
    margin: 36px 0 21px 0;
}

.books-item-types {
    overflow: hidden;
}
.books-item-types:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}
.books-item-type {
    float: left;
    position: relative;
    overflow: hidden;

}
.books-item-type span {
    display: inline-block;
    vertical-align: top;
    position: relative;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font: 12px/26px pf_din_text_cond_promedium, sans-serif;
    letter-spacing: 0;
    padding: 0 5px 0 10px;
    height: 24px;
    z-index: 1;
    border-radius: 3px 0 0 3px;
    margin-right: 9px;
}
.books-item-type span:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    right: -9px;
    top: -1px;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
}
.books-item-type+.books-item-type {
    margin-left: -9px;
}
.books-item-type+.books-item-type span {
    padding-left: 16px;
    border-radius: 0;
}
.books-item-type+.books-item-type:before {
    content: "";
    display: block;
    width: 12px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/webinars-item-type-sep.png);
    z-index: 2;
}
.books-item-type:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    right: -9px;
    top: -1px;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
}
.books-item-type-cats span {
    background: #e2001a;
}
.books-item-type-cats span:after {
    border-left: 10px solid #e2001a;
}
.books-item-type-dogs span {
    background: #989ca3;
}
.books-item-type-dogs span:after {
    border-left: 10px solid #989ca3;
}

.books-item-title {
    font: 20px/24px pf_din_text_cond_promedium, sans-serif;
    letter-spacing: 0;
    padding: 10px 0 0 0;
}

.books-list .books-item-like,
.books-detail-more .books-item-like {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 2;
}

.books-detail-info .books-item-like {
    position: relative;
    margin-top: -3px;
    margin-bottom: -3px;
    margin-right: -6px;
}

.books-item a {
    display: block;
    position: relative;
    color: #2d2d2d;
    text-decoration: none;
}

.books-item a:hover {
    color: #e2001a;
}

.books-list {
    padding: 0 0 96px 0;
}

.books-list-more {
    padding: 43px 0 0 0;
    text-align: center;
}
.books-list-more a {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 170px;
    height: 30px;
    background: #e2001a;
    font: 16px/30px pf_din_text_cond_promedium, sans-serif;
    text-align: center;
    color: #fff;
    text-decoration: none;
    transition: all 0.4s;
}
.books-list-more a:hover {
    color: #e2001a;
}
.books-list-more a:before {
    content: "";
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    background: #fff;
    transform: scale(0);
    opacity: 0;
    transition: all 0.4s;
}
.books-list-more a:hover:before {
    transform: scale(1);
    opacity: 1;
}
.books-list-more a span {
    position: relative;
}

.books-detail:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}

.books-detail-photo {
    float: left;
    line-height: 0;
    position: relative;
    width: 298px;
    margin: 60px 0 0 0;
}

@media screen and (max-width:992px) {
    .books-detail-photo {
        width: 45%;
        margin-top: 0;
    }
}
@media screen and (max-width:767px) {
    .books-detail-photo {
        float: none;
        margin: 0;
        width: auto;
        max-width: 480px;
    }
}

.books-detail-photo:before {
    content: "";
    display: block;
    position: absolute;
    left: -10px;
    top: 0;
    right: -20px;
    bottom: -40px;
    background: url(../images/books-shadow.png) no-repeat center bottom;
    background-size: cover;
}

.books-detail-photo img {
    display: block;
    position: relative;
    width: 100%;
}

.books-detail-info {
    float: right;
    width: 540px;
    padding: 24px 0 0 0;
}
.books-detail-info_viewer {
    float: none;
    width: 100%;
    padding: 24px 0;
}

@media screen and (max-width:992px) {
    .books-detail-info {
        width: 50%;
        padding-top: 0;
    }
}
@media screen and (max-width:767px) {
    .books-detail-info {
        float: none;
        width: auto;
        padding-top: 24px;
    }
}

.books-detail-info-title {
    font: 34px/36px pf_din_text_cond_promedium, sans-serif;
    color: #2d2d2d;
    padding: 15px 0 0 0;
}

.books-detail-mobile-header {
    display: none;
}

@media screen and (max-width:992px) {
    .books-detail-mobile-header {
        display: block;
        padding: 0 0 43px 0;
    }

    .books-detail-info .books-item-header {
        display: none;
    }

    .books-detail-info .books-detail-info-title {
        display: none;
    }
}

.books-detail-info-descr {
    font: 16px/24px helveticaneuecyrlight, sans-serif;
    color: #2d2d2d;
    padding: 18px 0 0 0;
}

.books-detail-info dl {
    font: 16px/24px helveticaneuecyrlight, sans-serif;
    color: #2d2d2d;
    margin: 0;
    padding: 24px 0 0 0;
}

.books-detail-info dl:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}

.books-detail-info dt {
    float: left;
    clear: left;
    width: 160px;
    color: #c0c0c0;
}

.books-detail-info dd {
    margin: 0 0 0 180px;
}

.books-detail-info-notice {
    background: #f7f7f7;
    font: 14px/20px helveticaneuecyrlight, sans-serif;
    color: #41343b;
    padding: 26px 30px 33px 30px;
    margin: 30px 0 0 0;
}

.books-detail-info-notice a {
    color: #e2001a;
}

.books-detail-info-social {
    margin: 50px 0 0 0;
}

.books-detail-info-social:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}

.books-detail-info-social .share {
    float: left;
    padding: 0;
    margin: 0;
}

.books-detail-info-social .share__text {
    float: left;
    font: 13px/31px pf_din_text_cond_proregular, sans-serif;
    padding: 0 0 0 11px;
}
.books-detail-info-social .share__item {
    float: left;
}
.books-detail-info-social .share__icon {
    display: block;
    width: 31px;
    height: 31px;
    border-radius: 2px;
    background: #f90019;
    text-align: center;
    line-height: 31px;
}
.books-detail-info-social .share__icon img {
    vertical-align: middle;
}

.books-detail-more-title {
    color: #2d2d2d;
    font: 24px/36px pf_din_text_cond_promedium, sans-serif;
    padding: 30px 0 0 0;
}

.books-detail-more {
    padding: 0 0 50px 0;
}

.books-detail-more .slick-dots {
    text-align: center;
    font-size: 0;
    line-height: 0;
    letter-spacing: -1px;
    padding: 0;
    margin: 0;
}
.books-detail-more .slick-dots li {
    margin: 0 0 0 8px;
    padding: 0;
    display: inline-block;
    vertical-align: top;
}
.books-detail-more .slick-dots li:before {
    display: none;
}
.books-detail-more .slick-dots li:first-child {
    margin: 0;
}
.books-detail-more .slick-dots li button {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: none;
    background: #e5e5e5;
    margin: 0;
    padding: 0;
    outline: none;
    -webkit-appearance: none;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    text-indent: 100px;
}
.books-detail-more .slick-dots li.slick-active button {
    background: #e2001a;
}

.books-detail-info-download {
    margin: 30px 0;
    width: 220px;
    text-align: center;
    float: left;
}

.books-detail-info-download-link a {
    display: block;
    vertical-align: top;
    position: relative;
    width: 100%;
    height: 48px;
    background: #e2001a;
    border-radius: 0;
    font: 16px/48px pf_din_text_cond_promedium, sans-serif;
    text-align: center;
    color: #fff;
    text-decoration: none;
    transition: all 0.4s;
}
.books-detail-info-download-link a:hover {
    color: #e2001a;
}
.books-detail-info-download-link a:before {
    content: "";
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    border-radius: 0;
    background: #fff;
    transform: scale(0);
    opacity: 0;
    transition: all 0.4s;
}
.books-detail-info-download-link a:hover:before {
    transform: scale(1);
    opacity: 1;
}
.books-detail-info-download-link a span {
    position: relative;
}

.books-detail-info-download-pdf {
    text-align: center;
    padding: 30px 0 0 0;
}

.books-detail-info-download-pdf a {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    padding: 0 0 0 40px;
    height: 32px;
    background: url(../images/books-detail-info-download-pdf.png) no-repeat;
    font: 12px/16px helveticaneuecyrlight, sans-serif;
    color: #494949;
    text-align: left;
}

.books-detail-info-download-pdf a span {
    display: block;
    color: #e2001a;
    font: 16px/16px pf_din_text_cond_promedium, sans-serif;
}

@media screen and (max-width:767px) {
    .books-detail-info-download {
        width: auto;
        float: none;
        margin: 30px 0;
    }

}

.books-detail-info-social-auth {
    float: right;
    margin: 38px 0 0 0;
}

@media screen and (max-width:992px) {
    .books-detail-info-social-auth {
        float: none;
        margin: 30px auto;
    }
}


.books-detail-more .webinars-articles-list-inner {
    padding-bottom: 0;
}

.books-detail-more .webinars-articles-item {
    width: 33.33%;
}

.books-pdfviewer{
    display: block;
    width: 100%;
    height: 1200px !important;
    margin-bottom: 60px;
}
/* /books */

/* articles */

.webinars-articles-header {
    background: url(../images/articles-header.jpg) no-repeat center top;
}
@media screen and (max-width:992px) {
    .webinars-articles-header {
        background: none;
    }
}
.webinars-articles-header-title {
    padding: 95px 0 0 0;
    font: 34px/64px pf_dindisplay_promedium, sans-serif;
    color: #2d2d2d;
}
@media screen and (max-width:992px) {
    .webinars-articles-header-title {
        padding: 71px 0 0 0;
    }
}
.webinars-articles-header-title img {
    vertical-align: top;
    margin: -4px 0 0 0;
}
@media screen and (max-width:992px) {
    .webinars-articles-header-title img {
        width: 212px;
        height: 48px;
    }
}

.webinars-articles-header-title span {
    font: 64px/64px pf_dindisplay_proregular, sans-serif;
    color: #e2001a;
    display: inline-block;
    vertical-align: top;
    margin: 0 4px 0 6px;
}

@media screen and (max-width:479px) {
    .webinars-articles-header-title {
        font-size: 26px;
        line-height: 30px;
    }

    .webinars-articles-header-title img {
        width: 159px;
        height: 36px;
        vertical-align: middle;
    }
    .webinars-articles-header-title span {
        font-size: 32px;
        line-height: 32px;
        vertical-align: middle;
    }
}

.webinars-articles-header-text {
    max-width: 450px;
    font: 18px/24px helveticaneuecyrlight, sans-serif;
    padding: 23px 0 98px 0;
}
@media screen and (max-width:992px) {
    .webinars-articles-header-text {
        max-width: none;
        padding-bottom: 78px;
    }
}

.webinars-articles-list {
    padding: 0 0 96px 0;
}
.webinars-articles-list-inner {
    margin: 0 -10px;
    font-size: 0;
    line-height: 0;
    letter-spacing: -1px;
    padding: 11px 0 0 0;
}
.webinars-articles-not-found{
    max-width: 600px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 22px;
    font-family: helveticaneuecyrlight, sans-serif;
    text-align: center;
}
.webinars-articles-item {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 25px 10px;
    box-sizing: border-box;
}

@media screen and (max-width:992px) {
    .webinars-articles-item {
        width: 100%;
    }
}

.webinars-articles-item-preview img {
    display: block;
    width: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
}

.webinars-articles-item-header {
    margin: 24px 0 0 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 24px;
}

.webinars-articles-item-types {
    overflow: hidden;
}

.webinars-articles-item-types:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}

.webinars-articles-item-type {
    float: left;
    position: relative;
    overflow: hidden;
}
.webinars-articles-item-type+.webinars-articles-item-type span {
    padding-left: 16px;
    border-radius: 0;
}
.webinars-articles-item-type + .webinars-articles-item-type {
    margin-left: -9px;
}
.webinars-articles-item-type + .webinars-articles-item-type:before {
    content: "";
    display: block;
    width: 12px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/webinars-item-type-sep.png);
    z-index: 2;
}
.webinars-articles-item-type span {
    display: inline-block;
    vertical-align: top;
    position: relative;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font: 12px/26px pf_din_text_cond_promedium, sans-serif;
    letter-spacing: 0;
    padding: 0 5px 0 10px;
    height: 24px;
    z-index: 1;
    border-radius: 3px 0 0 3px;
    margin-right: 9px;
}
.webinars-articles-item-type span:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    right: -9px;
    top: -1px;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
}

.webinars-articles-item-type-cats span{
    background: #e2001a;
}
.webinars-articles-item-type-cats span:after {
    border-left: 10px solid #e2001a;
}
.webinars-articles-item-type-dogs span{
    background: #989ca3;
}
.webinars-articles-item-type-dogs span:after {
    border-left: 10px solid #989ca3;
}

.webinars-articles-item-theme {
    float: left;
    padding: 0 14px 0 21px;
    border-radius: 0 3px 3px 0;
    background: #f5f5f5;
    font: 15px/24px pf_din_text_cond_proregular, sans-serif;
    letter-spacing: 0;
    color: #2d2d2d;
}

.webinars-articles-item-title {
    font: 20px/24px pf_din_text_cond_promedium, sans-serif;
    letter-spacing: 0;
    padding: 10px 0 0 0;
}

.webinars-articles-item-title a {
    color: #e2001a;
    text-decoration: none;
}

.webinars-articles-item-title a:hover {
    color: #2d2d2d;
}

.webinars-articles-item-descr {
    color: #494949;
    font: 16px/24px helveticaneuecyrlight, sans-serif;
    letter-spacing: 0;
    padding: 12px 0 0 0;
}

.webinars-articles-list-more {
    padding: 43px 0 0 0;
    text-align: center;
}
.webinars-articles-list-more a {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 170px;
    height: 30px;
    background: #e2001a;
    font: 16px/30px pf_din_text_cond_promedium, sans-serif;
    text-align: center;
    color: #fff;
    text-decoration: none;
    transition: all 0.4s;
    border-radius: 24px;
}
.webinars-articles-list-more a:hover {
    color: #e2001a;
}
.webinars-articles-list-more a:before {
    content: "";
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    background: #fff;
    transform: scale(0);
    opacity: 0;
    transition: all 0.4s;
}
.webinars-articles-list-more a:hover:before {
    transform: scale(1);
    opacity: 1;
}
.webinars-articles-list-more a span {
    position: relative;
}

.webinars-articles-single-header {
    display: table;
    width: 100%;
    margin: 26px 0 60px 0;
}

@media screen and (max-width:992px) {
    .webinars-articles-single-header {
        display: block;
    }
}

.webinars-articles-single-header h1 {
    display: table-cell;
    vertical-align: top;
    color: #2d2d2d;
    font: 34px/36px pf_din_text_cond_promedium, sans-serif;
    width: 100%;
    margin: 0;
    padding: 0;
}

@media screen and (max-width:992px) {
    .webinars-articles-single-header h1 {
        display: block;
    }
}

.webinars-articles-single-count {
    display: table-cell;
    vertical-align: top;
    color: #494949;
    font: 16px/24px helveticaneuecyrlight, sans-serif;
    white-space: nowrap;
    padding: 5px 0 0 0;
}

@media screen and (max-width:992px) {
    .webinars-articles-single-count {
        display: block;
        white-space: normal;
        padding: 20px 0 0 0;
        margin: 0 0 -30px 0;
    }
}

.webinars-articles-single-banner {
    line-height: 0;
    margin: 0 0 60px;
}

@media screen and (max-width:992px) {
    .webinars-articles-single-banner {
        margin-left: -22px;
        margin-right: -22px;
    }

}

.webinars-articles-single-banner img {
    display: block;
    width: 100%;
}

.webinars-articles-single-text {
    padding: 0 80px;
    color: #494949;
    font: 16px/24px helveticaneuecyrlight, sans-serif;
}

@media screen and (max-width:992px) {
    .webinars-articles-single-text {
        padding: 0;
    }
}

.webinars-articles-single-text p {
    margin: 24px 0;
    padding: 0;
}

.webinars-articles-single-text blockquote,
.webinars-articles-single-text h3 {
    font: 20px/24px pf_din_text_cond_promedium, sans-serif;
    color: #494949;
    margin: 24px 0;
    padding: 0;
}

.webinars-articles-single-text h2,
.webinars-articles-single-text .title_size_h1 {
    font: 25px/30px pf_din_text_cond_promedium, sans-serif;
    color: #494949;
    margin: 54px 0 24px 0;
    padding: 0;
    text-transform: none;
    letter-spacing: normal;
}

.webinars-articles-single-text ol {
    margin: 24px 0 48px 0;
    padding: 0 0 0 26px;
    list-style-position: inside;
}

.webinars-articles-single-text ol li {
    margin: 24px 0;
    padding: 0;
}

.webinars-articles-single-text ul {
    margin: 24px 0 48px 0;
    padding: 0;
    list-style: none;
}

.webinars-articles-single-text ul li {
    margin: 24px 0;
    padding: 0 0 0 26px;
    position: relative;
}

.webinars-articles-single-text ul li:before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    background: #e2001a;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 9px;
}

.webinars-articles-single-ctrl {
    display: table;
    width: 100%;
    margin: 48px 0 24px 0;
}

.webinars-articles-single-ctrl-tags {
    display: table-cell;
    vertical-align: top;
    width: 100%;
    padding: 5px 0 0 0;
}

.webinars-articles-single-ctrl-tags a {
    display: inline-block;
    vertical-align: top;
    margin: 0 4px 4px 0;
    background: #e8ecef;
    padding: 0 10px;
    height: 19px;
    color: #464749;
    border-radius: 3px;
    font: 12px/19px pf_din_text_cond_promedium, sans-serif;
    text-decoration: none;
    text-transform: lowercase;
}

.webinars-articles-single-ctrl-tags a:hover {
    color: #fff;
    background: #8a8f99;
}

.webinars-articles-single-ctrl-social {
    display: table-cell;
    vertical-align: top;
    white-space: nowrap;
}


.webinars-articles-single-ctrl-social .share {
    float: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    vertical-align: top;
}

.webinars-articles-single-ctrl-social .share__text {
    float: none;
    font: 13px/31px pf_din_text_cond_proregular, sans-serif;
    display: inline-block;
    vertical-align: top;
    padding: 0 11px 0 0;
}
.webinars-articles-single-ctrl-social .share__item {
    display: inline-block;
    vertical-align: top;
}
.webinars-articles-single-ctrl-social .share__icon {
    display: block;
    width: 31px;
    height: 31px;
    border-radius: 2px;
    background: #f90019;
    text-align: center;
    line-height: 31px;
}
.webinars-articles-single-ctrl-social .share__icon img {
    vertical-align: middle;
}

/* /articles */

/* article detail */
.webinars-articles-detail {}
.webinars-articles-detail__header {
    position: relative;
}
.webinars-articles-detail__title {
    position: relative;
    z-index: 1;
    padding-right: 50px;
}
.webinars-articles-detail__like {
    position: absolute;
    top: -7px;
    right: -7px;
    z-index: 2;
}
/* /article detail */
