.conferences-header {
    /* background: url(../images/webinars-header.jpg) no-repeat center bottom;
    border-bottom: 1px solid #eceded; */
}
@media screen and (max-width:767px) {
    .conferences-header {
        background: none;
    }
}

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

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

.conferences-list {
    padding: 25px 0 68px 0;
}
.conferences-header+.conferences-list {
    padding-top: 15px;
}
.conferences-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;
}
.conferences-item {
    position: relative;
    margin: 10px 0 0 0;
    background: #fafafa;
    padding: 34px 50px 38px 50px;
}
@media screen and (max-width:992px) {
    .conferences-item {
        padding-left: 30px;
        padding-right: 30px;
    }
}
.conferences-item .conference-details-date,
.conferences-item .conference-details-date:after{
    background: #fafafa;
}
.conferences-item-header{
    overflow: hidden;
}
.conferences-item-header:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}
@media screen and (max-width:992px) {
    .conferences-item-header {
        margin-right: -30px;
    }
}
.conferences-item-like {
    position: absolute;
    top: 7px;
    right: 10px;
}
.conferences-item-start-mobile {
    display: none;
}
@media screen and (max-width:992px) {
    .conferences-item-start-mobile {
        display: block;
        color: #619f52;
        font: 16px/24px pf_din_text_cond_proregular, sans-serif;
    }
}
.conferences-item-finished-mobile {
    display: none;
}
@media screen and (max-width:992px) {
    .conferences-item-finished-mobile {
        display: block;
        color: #e2001a;
        font: 16px/24px pf_din_text_cond_proregular, sans-serif;
    }
}
.conferences-item-length-mobile {
    display: none;
}
@media screen and (max-width:992px) {
    .conferences-item-length-mobile {
        display: block;
        color: #2d2d2d;
        font: 16px/24px pf_din_text_cond_proregular, sans-serif;
    }
}
.conferences-item-type-wrap{
    display: block;
    float: left;
    position: relative;
    padding-right: 21px;
    overflow: hidden;
}
.conferences-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;
}
.conferences-item-type+.conferences-item-type {
    width: 63px;
    padding-left: 16px;
    text-align: left;
    border-radius: 0;
}
.conferences-item-type+.conferences-item-type:before {
    content: "";
    display: block;
    width: 12px;
    height: 24px;
    position: absolute;
    left: -2px;
    top: 0;
    background: url(../images/webinars-item-type-sep.png);
}
.conferences-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;
}
.conferences-item-type-cats {
    background: #e2001a;
}
.conferences-item-type-cats:after {
    border-left: 10px solid #e2001a;
}
.conferences-item-type-dogs {
    background: #989ca3;
}
.conferences-item-type-dogs:after {
    border-left: 10px solid #989ca3;
}
.conferences-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;
}
.conferences-item-date:after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -30px;
    width: 30px;
    height: 100%;
    background-color: #fff;
}
.conferences-item-date-day-short {
    display: none;
}
@media screen and (max-width:992px) {
    .conferences-item-date-day-short {
        display: inline;
    }
}
.conferences-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) {
    .conferences-item-start {
        display: none;
    }
}
.conferences-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) {
    .conferences-item-finished {
        display: none;
    }
}
.conferences-item-length {
    float: right;
    color: #2d2d2d;
    font: 16px/24px pf_din_text_cond_proregular, sans-serif;
}
@media screen and (max-width:992px) {
    .conferences-item-length {
        display: none;
    }
}
.conferences-item-title {
    width: 100%;
    font: 25px/30px pf_dindisplay_promedium, sans-serif;
    color: #2d2d2d;
    padding: 10px 0 5px 0;
}
.conferences-item-title_short{
    max-width: calc(100% - 300px);
}

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

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

.conferences-item-teachers ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.conferences-item-teachers li {
    margin-bottom: 2px;
    position: relative;
    padding-left: 16px;
}

.conferences-item-teachers li:after {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #7a7a7a;
}

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

.conferences-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) {
    .conferences-item-ctrl {
        display: block;
        margin: 46px 0 0 -10px;
        white-space: normal;
    }
}
.conferences-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) {
    .conferences-item-link-detail {
        width: calc(50% - 10px);
    }
    .conferences-item-ctrl-2 .conferences-item-link-detail {
        width: calc(100% - 10px);
        margin: 72px 0 0 10px;
    }
    .conferences-item-ctrl-3 .conferences-item-link-detail {
        width: calc(100% - 10px);
    }
}
.conferences-item-link-detail:hover {
    border-color: #2d2d2d;
    color: #2d2d2d;
}
.conferences-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) {
    .conferences-item-link-signup {
        width: calc(50% - 10px);
    }
    .conferences-item-ctrl-2 .conferences-item-link-signup {
        margin-top: -120px;
    }
}
.conferences-item-link-signup:hover {
    color: #e2001a;
}
.conferences-item-link-signup:before {
    content: "";
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    background: #fff;
    transform: scale(0);
    opacity: 0;
    transition: all 0.4s;
    z-index: 1;
    border-radius: 999px;
}
.conferences-item-link-signup:hover:before {
    transform: scale(1);
    opacity: 1;
}
.conferences-item-link-signup span {
    position: relative;
    z-index: 2;
}
.conferences-item-link-register {
    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
}
@media screen and (max-width:992px) {
    .conferences-item-link-register {
        width: calc(50% - 10px);
    }
    .conferences-item-ctrl-2 .conferences-item-link-register {
        margin-top: -120px;
    }
}

.conferences-list--expertforum .conferences-item-ctrl__list {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
}
.conferences-list--expertforum .conferences-item-link-detail {
    width: 140px;
    margin: 0;
}
.conferences-list--expertforum .conferences-item-link-register {
    width: 170px;
    margin: 0;
    white-space: nowrap;
}
@media screen and (max-width:992px) {
    .conferences-list--expertforum .conferences-item-ctrl__list {
        flex-wrap: wrap;
    }
    .conferences-list--expertforum .conferences-item-link-detail {
        width: 140px;
        margin: 0;
    }
    .conferences-list--expertforum .conferences-item-link-register {
        width: 170px;
        margin: 0;
        white-space: nowrap;
    }
}
@media screen and (max-width:767px) {
    .conferences-list--expertforum .conferences-item-ctrl {
        margin-left: 0;
    }
    .conferences-list--expertforum .conferences-item-link-detail,
    .conferences-list--expertforum .conferences-item-link-register {
        width: calc(50% - 10px);
    }

    .conferences-list--expertforum .conferences-item-link-detail {
        order: 3
    }
    .conferences-list--expertforum .conferences-item-link-register {
        order: 1;
    }
}
@media screen and (max-width:480px) {
    .conferences-list--expertforum .conferences-item-link-detail,
    .conferences-list--expertforum .conferences-item-link-register {
        width: 100%;
    }
}

.conferences-item-link-register:hover {
    color: #e2001a;
}
.conferences-item-link-register:before {
    content: "";
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    background: #fff;
    transform: scale(0);
    opacity: 0;
    transition: all 0.4s;
    z-index: 1;
    border-radius: 999px;
}
.conferences-item-link-register:hover:before {
    transform: scale(1);
    opacity: 1;
}
.conferences-item-link-register span {
    position: relative;
    z-index: 2;
}
.conferences-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;
}
@media screen and (max-width:992px) {
    .conferences-item-link-record {
        width: calc(50% - 10px);
    }
    .conferences-item-ctrl-2 .conferences-item-link-record {
        margin-top: -120px;
    }
    .conference-details-main-ctrl .conferences-item-link-record {
        width: calc(100% - 10px);
    }
}
.conferences-item-link-record[disabled] {
    background: #babec5;
    pointer-events: none;
    cursor: default;
}
.conferences-item-link-record:hover {
    color: #e2001a;
}
.conferences-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;
}
.conferences-item-link-record:hover:before {
    transform: scale(1);
    opacity: 1;
}
.conferences-item-link-record span {
    position: relative;
}
.conferences-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;
}
.conferences-item-link-record:hover span:before {
    border-left-color: #e2001a;
}
.conferences-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;
}
.conferences-item-ctrl-success:first-child {
    margin: 0;
    text-align: left;
}
.conferences-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) {
    .conferences-item-ctrl-success {
        width: calc(50% - 10px);
        text-align: center;
    }
    .conferences-item-ctrl-2 .conferences-item-ctrl-success {
        margin-top: -120px;
    }
}
.conferences-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) {
    .conferences-item-play-success {
        left: 0;
        text-align: center;
    }
}

.conferences-list-more {
    /*padding: 43px 0 0 0;*/
    text-align: center;
}
.conferences-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;
}
.conferences-list-more a:hover {
    color: #e2001a;
}
.conferences-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;
}
.conferences-list-more a:hover:before {
    transform: scale(1);
    opacity: 1;
}
.conferences-list-more a span {
    position: relative;
}

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

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

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

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

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

.conferences-teachers-more {
    padding: 38px 0 0 0;
    text-align: center;
}
.conferences-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;
}
.conferences-teachers-more a:hover {
    color: #e2001a;
}
.conferences-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;
}
.conferences-teachers-more a:hover:before {
    transform: scale(1);
    opacity: 1;
}
.conferences-teachers-more a span {
    position: relative;
}

.conference-details-wrap {
    background: #fff;
    width: 780px;
    position: relative;
}
@media screen and (max-width:992px) {
    .conference-details-wrap {
        width: 630px;
        margin: 0 auto;
    }
}
@media screen and (max-width:599px) {
    .conference-details-wrap {
        width: 100%;
    }
}
.conference-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;
}
.conference-details-wrap .pop-up__btn-close:hover {
    background-position: left -14px;
}

.conference-details-top {
    background: #f8f8f8;
    padding: 43px 80px 0 80px;
}
@media screen and (max-width:992px) {
    .conference-details-top {
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 143px;
        position: relative;
    }
    .conference-details-top .share_new {
        position: absolute;
        float: none;
        left: 0;
        right: 0;
        text-align: center;
        bottom: 56px;
    }
}
.conference-details-header{
    overflow: hidden;
}
.conference-details-header:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}
.conference-details-type-wrap{
    display: block;
    position: relative;
    float: left;
    margin-right: 30px;
}
.conference-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;
}
.conference-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;
}
.conference-details-type-cats {
    background: #e2001a;
}
.conference-details-type-cats:after {
    border-left: 17px solid #e2001a;
}
.conference-details-type-dogs {
    background: #989ca3;
}
.conference-details-type-dogs:after {
    border-left: 17px solid #989ca3;
}
.conference-details-type+.conference-details-type {
    padding: 0 0 0 16px;
    text-align: left;
    border-radius: 0;
}
.conference-details-type+.conference-details-type:before {
    content: "";
    display: block;
    width: 12px;
    height: 34px;
    position: absolute;
    left: -2px;
    top: 0;
    background: url(../images/webinar-details-type-sep.png);
}
.conference-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;
}
.conference-details-date:after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -30px;
    width: 30px;
    height: 100%;
    background-color: #fff;
}

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

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

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

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

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

.conference-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) {
    .conference-details-main-logo {
        margin: 13px -30px 6px 20px;
    }
}
@media(min-width: 768px) {
    .conference-details-main-logo {
        margin: 18px -30px 15px 20px;
    }
}
@media(min-width: 993px) {
    .conference-details-main-logo {
        position: absolute;
        top: 18px;
        right: 0;
        float: none;
        margin: 0;
    }
    .conference-details-main .conference-details-main-logo {
        right: -80px;
    }
    .conference-details-main-with-img .conference-details-main-logo {
        right: 0;
    }
}

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

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

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

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

.conference-details-main-link {
    padding: 62px 0 48px 0;
}
.conference-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) {
    .conference-details-main-link {
        padding-bottom: 0;
    }
    .conference-details-main-link a {
        width: 100%;
    }
}
.conference-details-main-link a:hover {
    color: #e2001a;
}
.conference-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;
}
.conference-details-main-link a:hover:before {
    transform: scale(1);
    opacity: 1;
}
.conference-details-main-link span {
    position: relative;
}

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

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

.conference-details-main-success {
    padding: 62px 0 48px 0;
}
@media screen and (max-width:992px) {
    .conference-details-main-success {
        padding-bottom: 0;
    }
}
.conference-details-main-success:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}
.conference-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) {
    .conference-details-main-success-icon {
        float: none;
        padding: 0;
        text-align: center;
    }
}
.conference-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;
}
.conference-details-main-success-cancel {
    float: left;
    font: 12px/48px helveticaneuecyrlight, sans-serif;
}
@media screen and (max-width:992px) {
    .conference-details-main-success-cancel {
        float: none;
        text-align: center;
    }
}
.conference-details-main-success-cancel a {
    color: #2d2d2d;
    text-decoration: underline;
}
.conference-details-main-success-cancel a:hover {
    color: #e2001a;
    text-decoration: none;
}

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

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

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

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

.conference-details-articles-more {
    padding: 52px 0 0 0;
    text-align: center;
}
.conference-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;
}
.conference-details-articles-more a:hover {
    color: #e2001a;
}
.conference-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;
}
.conference-details-articles-more a:hover:before {
    transform: scale(1);
    opacity: 1;
}
.conference-details-articles-more a span {
    position: relative;
}

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

.conferences-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) {
    .conferences-item-link-cancel {
        width: 50%;
        text-align: center;
        margin-left: 50%;
        margin-right: -100%;
    }
}
.conferences-item-link-cancel a {
    color: #b5b9c1;
    text-decoration: underline;
}
.conferences-item-link-cancel a:hover {
    color: #e2001a;
    text-decoration: none;
}


.conferences-item-play {
    padding: 17px 0 0 0;
}
.conferences-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;
}
.conferences-item-play a:hover {
    color: #e2001a;
}
.conferences-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;
}
.conferences-item-play a:hover:before {
    transform: scale(1);
    opacity: 1;
}
.conferences-item-play a span {
    position: relative;
}
.conferences-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;
}
.conferences-item-play a:hover span:before {
    border-left-color: #e2001a;
}

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

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

.conferences-item-ctrl-balls {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    left: auto;
    bottom: auto;
    right: auto;
    margin: 0 0 0 10px;
    width: 150px;
}
.conferences-item-ctrl-balls-success {
    color: #2d2d2d;
}
@media screen and (max-width:992px) {
    .conferences-item-ctrl-balls {
        width: calc(50% - 10px);
    }
    .conferences-list-inner-tests .conferences-item-link-detail {
        margin-left: calc(50% + 10px);
        margin-right: -100%;
    }
    .conferences-list-inner-tests .conference-details-main-ctrl .conferences-item-link-signup {
        width: calc(100% - 10px);
    }
    .conferences-list-inner-tests .conference-details-main-ctrl .conferences-item-ctrl-success {
        width: calc(100% - 10px);
        text-align: center;
    }
}

.conference-problem-solving-wrap {
    width: 80%;
    max-width: 600px;
    margin: 0 auto;
    background: #fff;
    position: relative;
}
@media screen and (max-width:992px) {
    .conference-problem-solving-wrap {
        width: 90%;
    }
}
.conference-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;
}
.conference-problem-solving-wrap .pop-up__btn-close:hover {
    background-position: left -14px;
}
.conference-problem-solving-container {
    padding: 40px;
}
@media screen and (max-width:992px) {
    .conference-problem-solving-container {
        padding: 40px 30px 30px;
    }
}
.conference-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) {
    .conference-problem-solving-title{
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 20px;
    }
}
.conference-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) {
    .conference-problem-solving-description {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 20px;
    }
}

.conference-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) {
    .conference-problem-solving-link {
        height: 40px;
        line-height: 40px;
        padding: 0 15px;
        font-size: 18px;
    }
}
.conference-problem-solving-link:hover {
    color: #e2001a;
}
.conference-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;
}
.conference-problem-solving-link:hover:before {
    transform: scale(1);
    opacity: 1;
}
.conference-problem-solving-link span {
    position: relative;
}
/* /conferences */


.conferences-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){
    .conferences-item-login-annotation{
        width: auto;
    }
}


