@-webkit-keyframes 
autofill{
    to{
        font-size:inherit
    }
}
@font-face{
    font-family:'OpenSansBold';
    src:url('/fonts/OpenSans-Bold.ttf')
}
@font-face{
    font-family:'OpenSansExtraBold';
    src:url('/fonts/OpenSans-ExtraBold.ttf')
}
@font-face{
    font-family:'OpenSansLight';
    src:url('/fonts/OpenSans-Light.ttf')
}
@font-face{
    font-family:'OpenSansRegular';
    src:url('/fonts/OpenSans-Regular.ttf')
}
@font-face{
    font-family:'OpenSansSemiBold';
    src:url('/fonts/OpenSans-SemiBold.ttf')
}
*{
    margin:0;
    padding:0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'OpenSansRegular', sans-serif;
    text-size-adjust:none;
    -webkit-text-size-adjust:none;
}

body,html{
    height:100%
}
body{
    overflow-y:scroll
}
.wrap,main{
    min-width:1200px
}
main{
    padding-bottom:150px;
    margin-bottom:-100px;
    min-height:100%;
    overflow:hidden
}
.btn{
    border-radius:3px;
    display:inline-block
}
.books a,
.btn:hover,
.conferences a,
.master-classes a,
.targets a{
    text-decoration:none!important
}
ul{
    list-style:none
}
a{
    color:#000;
    outline:0!important
}
.wrap{
    max-width:1200px;
    padding:0 20px;
    margin:0 auto
}
.main-block{
    background:#fff;
    position:relative;
    padding:30px 0 0
}
.main-block::before{
    content:'';
    position:absolute;
    left:0;
    width:100%;
    background:url('/images/rec_bg_1.png') no-repeat right top;
    height:240px;
    background-size:contain;
    top:2rem
}
header{
    position:relative;
    z-index:2;
    margin-bottom:80px
}
header .wrap{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:end;
    -ms-flex-align:end;
    align-items:flex-end
}
header .logo{
    width:50%;
    text-align:center
}
header .logo img{
    width:350px
}
header .live-stream{
    width:100px
}
header .sub-logo{
    background:#0095da;
    -webkit-clip-path:polygon(97% 0,100% 50%,97% 100%,0 100%,0 0);
    clip-path:polygon(97% 0,100% 50%,97% 100%,0 100%,0 0);
    width:-webkit-max-content;
    width:-moz-max-content;
    width:max-content;
    padding:.2rem 2rem;
    font-family: "OpenSansSemiBold", sans-serif;
    text-transform:uppercase;
    color:#fff;
    font-size:1.3rem
}
header .menu{
    width:100%;
    margin-top:3rem
}
header .menu ul{
    margin-bottom:0
}
header .menu ul li a{
    text-transform:uppercase;
    text-align:center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
header .menu ul li a div{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    padding: 10px 10px 30px 10px;
}
header .menu ul li a svg,
header .menu ul li a img{
    max-width: 100%;
    max-height: 100%;
}
a,header .menu ul li a:hover{
    text-decoration:none
}
header .menu ul li a span{
    color:#000;
    display:block;
    font-size:16px
}
header .menu .search,
header .menu .search form,
header .menu ul{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between
}
header .menu .search input{
    border:1px solid #ccc;
    padding:0 10px;
    border-radius:5px;
    width:150px;
    height:30px;
    outline:0;
}
header .menu .search input:focus{
    outline:0;
}
header .menu .search button{
    display:inline-block;
    margin-left:5px;
    width:19px;
    height:19px;
    background:url('/images/search.png') no-repeat;
    cursor:pointer;
    border:0;
    outline:0;
}
header .menu .search button:active,
header .menu .search button:focus{
    outline:0;
    border:0
}
header .menu_auth{
    background:url('/images/bg_menu_auth.png') no-repeat;
    position:absolute;
    right:0;
    top:2rem;
    background-size:cover;
    padding:1rem 2rem
}
header .menu_auth a{
    color:#000;
    text-transform:uppercase;
    text-align:left;
    font-size:1.2rem
}
.books .block-header,
.conferences .block-header,
.master-classes .block-header{
    margin-bottom:3rem
}
.books h2,
.conferences h2,
.master-classes h2,
.targets h2{
    margin-left:1rem;
    font-family: 'OpenSansSemiBold', sans-serif;
    text-transform:uppercase
}
.books .row,
.conferences .row,
.master-classes .row{
    margin-left:-3rem;
    margin-right:-3rem
}
.books .row .col-md-3,
.books .row .col-md-4,
.conferences .row .col-md-3,
.conferences .row .col-md-4,
.master-classes .row .col-md-3,
.master-classes .row .col-md-4{
    padding-left:3rem;padding-right:3rem
}
.books .item-card img,
.conferences .item-card img,
.master-classes .item-card img{
    border-radius:12px
}
.books .item-card h3,
.conferences .item-card h3,
.master-classes .item-card h3{
    font-family:'OpenSansSemiBold', sans-serif;
    margin-top:2rem;
    font-size:20px
}
.books .item-card .date,
.conferences .item-card .date,
.master-classes .item-card .date{
    font-size:1.2rem;
    text-align:right
}
.targets .block-header{
    margin-bottom:3rem
}
.targets .block-text{
    background:#fedc89;
    padding:3rem 0;
    margin-top:-4.9rem
}
.targets .block-text .wrap{
    padding:0 5rem
}
.targets h4{
    color:#ef4024;
    text-transform:uppercase
}
#speaker .speaker-content .speaker-item p,
.targets h4,
.targets p{
    font-family:'OpenSansSemiBold', sans-serif;
    margin-bottom:0
}
.org .block-header{
    background:#0095da;
    display:block;
    width:-webkit-max-content;
    width:-moz-max-content;
    width:max-content;
    max-width:300px;
    z-index:2
}
.org .block-header h3{
    z-index:2;
    position:relative;
    margin:0;
    padding:6px 20px 6px 10px;
    color:#fff;
    text-transform:uppercase
}
.org .block-header h3::after{
    content:'';
    background:url(/images/triangle_header.png) no-repeat;
    background-size:contain;
    height:100%;
    position:absolute;
    right:-18px;
    width:10%;
    top:0;
    display:block
}
.announce{
    position:relative;
    z-index:3
}
.announce .announce-img{
    float:right;
    -webkit-box-shadow:0 0 20px 5px rgba(0,0,0,.2);
    box-shadow:0 0 20px 5px rgba(0,0,0,.2)
}
.announce .announce-text{
    margin-right:700px
}
.announce .announce-text h1{
    margin-bottom:30px;
    font-size:30px;
    font-family:"OpenSansBold", sans-serif;
    font-weight:700;
    line-height:1.5
}
.announce .announce-text p{
    color:#3d3d3d;
    line-height:1.5;
    font-size:15px
}
.announce .announce-text .announce_p{
    margin-bottom:50px
}
.announce .announce-text .announce_btn,
.section-top{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
}
.announce .announce-text .announce_btn .date-announce{
    font-size:17px;
    display:inline-block;
    background:url(/images/calendar.png) no-repeat left center;
    padding-left:30px
}
.announce .announce-text .announce_btn .btn{
    color:#000;
    padding:15px 40px;
    background:#fbb800;
    text-transform:uppercase;
    font-family:"OpenSansSemiBold", sans-serif;
}
.section-top{
    -webkit-box-align:end;
    -ms-flex-align:end;
    align-items:flex-end;
    padding-top:20px;
    padding-bottom:20px;
    border-bottom:1px solid #e5e4e4;
    margin-bottom:50px
}
.section-top h1{
    font-size:30px;
    line-height:1;
    font-family:"OpenSansSemiBold", sans-serif;
    margin-bottom:0;
    vertical-align:baseline
}
.section-top .btn{
    color:#fff;
    border-radius:3px;
    padding:9px 22px;
    font-size:15px
}
.auth .auth-wrap .auth-menu li a.active:hover,
.section-top .btn:hover,
.speakers .section-top h1{
    color:#fff
}
/*.main-page{padding-bottom:100px}*/
.main-page .section-top .btn{
    background:#ff6c05
}
.videos{
    padding:0 40px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    justify-content:flex-start
}
.video{
    background:#f7f7f7;
    -webkit-box-shadow:0 0 20px 2px rgba(0,0,0,.2);
    box-shadow:0 0 20px 2px rgba(0,0,0,.2);
    border-radius:5px;
    width:340px;
    margin-right:50px;
    overflow:hidden;
    margin-bottom:60px;
    position:relative;
    padding-bottom:180px
}
.video:nth-of-type(3n+3){
    margin-right:0
}
.video img{
    margin-bottom:15px;
    width:100%
}
.video>p{
    font-size:14px;
    padding:0 15px;
    margin-bottom:25px
}
.video .video-stat{
    background:#fff;
    margin-bottom:20px;
    height:40px;
    padding-left:20px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between
}
.inner-speaker .inner-speaker-video .speaker-to-video .video-stat:first-of-type,
.video .video-stat:first-of-type{
    margin-bottom:3px
}
.inner-speaker .inner-speaker-video .speaker-to-video .video-stat span>.see,
.video .video-stat span>.see{
    margin-right:20px;
    display:inline-block
}
.video .video-stat .see{
    font-size:12px;
    font-family:"OpenSansSemiBold", sans-serif;
    display:none
}
.inner-speaker .inner-speaker-video .speaker-to-video .video-stat .see .icon,
.video .video-stat .see .icon{
    display:inline-block;
    margin-right:5px;
    margin-top:-2.5px
}
.video .video-stat .date{
    font-size:12px;
    font-family:"OpenSansSemiBold", sans-serif;
    padding-right:20px
}
.inner-speaker .inner-speaker-video .speaker-to-video .video-stat .date .icon,
.video .video-stat .date .icon{
    display:inline-block;
    margin-right:5px
}
.video .video-stat .video-btn{
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
    background:#ff6c05;
    color:#fff;
    display:block;
    height:100%;
    padding:0 20px;
    line-height:40px
}
.inner-speaker .inner-speaker-video .speaker-to-video .video-stat .video-btn:hover,
.speakers .slick-speaker-main a:hover,
.video .video-stat .video-btn:hover{
    text-decoration:none
}
.video-speakers{
    width:280px;
    margin:0 auto 20px;
    position:relative;
    opacity:0
}
.video-speakers .video-speakers-photo{
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:start;
    -ms-flex-align:start;
    align-items:flex-start;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex
}
.video-speakers .video-speakers-photo a{
    border-radius:50%;
    display:block;
    width:50px!important;
    height:50px!important;
    background:#f2dede;
    margin:0 10px;
    overflow:hidden
}
.slick-next,
.slick-prev{
    position:absolute;
    top:50%;
    margin-top:-25px;
    cursor:pointer
}
.slick-prev{
    background:url(/images/arrow_left.png) no-repeat right center;
    left:-105px;
    width:100px;
    height:50px
}
.slick-next{
    background:url(/images/arrow_right.png) no-repeat left center;
    width:100px;
    height:50px
}
#video .slick-prev,.main-page .slick-prev{
    left:-105px
}
#video .slick-next,.main-page .slick-next,.slick-next{
    right:-105px
}
.slick-next-video,
.slick-prev-video{
    position:absolute;
    width:64px;
    height:64px;
    top:50%;
    margin-top:-32px;
    cursor:pointer
}
.slick-prev-video{
    background:url(/images/left.png) no-repeat;
    left:-15px
}
.slick-next-video{
    background:url(/images/right.png) no-repeat;
    right:-15px
}
.slick-next-white,
.slick-prev-white{
    height:101px;
    position:absolute;
    top:50%;
    margin-top:-50.5px;
    cursor:pointer;
    border:0;
    outline:0
}
.slick-next-white:focus,
.slick-prev-white:focus{
    outline:0
}
.slick-prev-white{
    background:url('/images/arrow_left_speaker.png') no-repeat right center;
    left:-250px;
    width:200px
}
.slick-next-white{
    background:url('/images/arrow_right_speaker.png') no-repeat;
    right:-250px;
    width:200px
}
footer{
    padding:42px 0 0
}
footer .wrap{
    border-top:2px solid #0095da
}
footer p{
    color:#17538e;
    margin-top:1rem;
    text-align:center
}
#search .section-top{
    padding-left:20px
}
#video{
    /*padding-bottom:20px*/
}
#video .section-top{
    padding:60px 20px 0 0;
    border:0
}

#video .section-top .title-inner{
    margin-left:20px;
    margin-right:0;
    /*padding-bottom:20px;*/
    padding-left:20px;
    border-bottom:1px solid #e5e4e4;
    width:100%;
    padding-bottom: 10px;
}

#video .section-top .title-inner span{
    line-height: 1.25em;
}
#search,#user{padding-top:40px}
#search{padding-bottom:80px}
.speakers{overflow:hidden;padding-bottom:50px;}
.speakers h2{
    margin-top: 60px;
    margin-bottom: 15px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 25px;
}
.speakers .speakerImage{
    width: 200px;
    height: 200px;
    background-size: cover;
    background-position: center top;
    float: left;
    margin: 20px 30px 20px 0;
}
.speakers .speakerDescription{
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 13px;
}
.speakers .speakerName{
    font-weight: bold;
    font-size: 19px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.speakers .section-top{
    border-bottom:1px solid #fff
}
.speakers .section-top .btn{
    background:#fff;
    color:#000
}
.speakers .slick-speaker-main{
    width:80%;
    margin:0 auto;
    opacity:0
}
.speakers .speakers-slider{
    outline:0
}
.speakers .speakers-slider .speakers-slider-img{
    float:left;
    border-radius:50%;
    width:300px;
    height:300px;
    position:relative
}
.speakers .speakers-slider .speakers-slider-img .outside{
    border-radius:50%;
    position:absolute;
    width:100%;
    height:100%;
    background:#fff;
    opacity:.13
}
.speakers .speakers-slider .speakers-slider-img .inside{
    border-radius:50%;
    position:absolute;
    overflow:hidden;
    width:260px;
    height:260px;
    top:50%;
    left:50%;
    margin-top:-130px;
    margin-left:-130px
}
.speakers .speakers-slider .speakers-slider-img .inside img{
    width:260px
}
.speakers .speakers-slider .speakers-slider-text{
    margin-left:400px;
    margin-top:30px
}
.speakers .speakers-slider .speakers-slider-text h2{
    font-size:24px;
    color:#fff;
    font-family:'OpenSansBold', sans-serif;
    margin-bottom:50px
}
.speakers .speakers-slider .speakers-slider-text p{
    color:#fff;
    font-size:18px;
    margin-bottom:50px
}
.speakers .speakers-slider-rating .rating{
    overflow:hidden;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
}
.speakers .speakers-slider-rating .rating-star-nocolor,
.speakers .speakers-slider-rating .rating-star-show{
    width:40.5px;
    height:36px;
    line-height:1
}
.speakers .speakers-slider-rating .count_rating{
    font-size:24px;
    color:#fff;
    font-family:'OpenSansRegular', sans-serif;
}
.inner{padding-bottom:40px;padding-top:40px}
.inner .section-top{padding:20px 40px 0 0;border:0}
.inner .section-top .title-inner,.title-inner{padding-bottom:20px;padding-left:20px;border-bottom:1px solid #e5e4e4;width:100%}
.inner .section-top .title-inner{margin-left:20px}
.title-inner{font-family:OpenSansSemiBold;font-size:30px;line-height:1;margin-right:20px;margin-bottom:30px}
.inner-video-stat{float:right;border-radius:5px;border-top:2px solid #ff6c05;width:370px;background:#f9f9f9;padding:20px 0}
.inner-video-stat .rating-star-nocolor{height:35px!important;line-height:1}
.inner-video-stat .inner-video-stat-items{padding:0 25px;margin-bottom:40px}
.inner-video-stat .inner-video-stat-items p{font-family:OpenSansSemiBold;font-size:14px;margin-bottom:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.inner-video-stat .inner-video-stat-items p span{border-radius:5px;width:40px;height:40px;display:inline-block;margin-right:15px}
.inner-video-stat .inner-video-stat-items .stat-date span{background:#b2bcf6 url(/images/stat/date.png) no-repeat center center}
.inner-video-stat .inner-video-stat-items .stat-program{cursor:pointer}
.iframe-description p span,.inner-video-stat .inner-video-stat-items .stat-program:hover{color:#ff6c05}
.inner-video-stat .inner-video-stat-items .stat-program span{background:#b4f4a1 url(/images/stat/program.png) no-repeat center center}
.inner-video-stat .inner-video-stat-items .stat-view span{background:#b9ebf9 url(/images/stat/view.png) no-repeat center center}
.inner-video-stat .inner-video-stat-items .stat-like{-webkit-transition:background .3s ease-in-out;transition:background .3s ease-in-out;cursor:pointer}
.inner-video-stat .inner-video-stat-items .stat-like.active span{background:#ffb785 url(/images/stat/like.png) no-repeat center center}
.inner-video-stat .inner-video-stat-items .stat-like.not-active span{background:#e1d1c9 url(/images/stat/like_not_active.png) no-repeat center center}
.inner-video-stat .inner-video-speakers>h3,.inner-video-stat .inner-video-sponsor>h3{background:#f1edff;padding:12px 25px;font-size:16px;font-family:OpenSansSemiBold;margin-bottom:0}
.inner-video-stat .inner-video-speakers ul li,.inner-video-stat .inner-video-sponsor ul li{border-bottom:1px solid #dbd4d1}
.auth .auth-wrap .auth-menu li:last-child,.inner-video-stat .inner-video-speakers ul li:last-child,.inner-video-stat .inner-video-sponsor ul li:last-child{border-bottom:none}
.inner-video-stat .inner-video-speakers ul li a{display:block;padding:10px 25px}
.inner-video-stat .inner-video-speakers ul li a:hover,.inner-video-stat .inner-video-sponsor ul li a:hover{text-decoration:none;color:#000;background:#f4f4f4}
.inner-video-stat .inner-video-speakers ul li a .inner-video-speaker-img{width:60px;height:60px;border-radius:50%;overflow:hidden;float:left}
.inner-video-stat .inner-video-speakers ul li a .inner-video-speaker-text{margin-left:80px}
.inner-speaker h3,.inner-video-stat .inner-video-speakers ul li a .inner-video-speaker-text .inner-video-speaker-name{font-size:14.5px;font-family:OpenSansSemiBold;margin-bottom:8px}
.inner-video-stat .inner-video-speakers ul li a .inner-video-speaker-text .inner-video-speaker-description{font-size:13.5px;font-family:OpenSansLight;color:#6c6a6a;margin-bottom:0}
.inner-video-stat .inner-video-sponsor ul li a{text-align:center;display:block;padding:20px 25px}
.rating .rating_stars_wrap{height:34px!important;margin-top:-6px;overflow:hidden}
.rating .count_rating{font-size:12px;font-family:OpenSansSemiBold;margin-left:7px;margin-bottom:0;line-height:1;margin-right:20px}
.rating .rating-star-nocolor{float:left;margin-right:3px;width:18px;position:relative}
.rating .rating-star-nocolor .rating-star-show{position:absolute;top:0;left:0;width:0%;height:100%;overflow:hidden}
.rating .rating-star-nocolor .rating-star-show .rating-star-color{width:18px;height:21.6px}
.inner-video{overflow:hidden;margin-bottom:40px}
.inner-video .iframe{width:768px}
.inner-video .iframe .iframe-wrap{overflow:hidden;width:768px;height:auto}
.inner-video .iframe .iframe-wrap #wrap_iframe{height:432px}
.inner-video .iframe .iframe-wrap iframe{width:769px!important;height:433px!important;margin-top:-1px;border-radius:5px!important}
.inner-video .iframe .iframe-action{margin-bottom:30px}
.iframe-description{
    font-size:16px;font-family:OpenSansLight;line-height:1.7;margin-bottom:40px}
#speaker{
    padding-top:40px;padding-bottom:40px}
#speaker .speaker-content{
    display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:distribute;justify-content:space-around;text-align:center;padding-bottom:0}#speaker .speaker-content .speaker-item{width:240px;margin-bottom:40px}#speaker .speaker-content .speaker-item img{width:200px;border-radius:50%;margin-bottom:15px;-webkit-box-shadow:0 0 30px 10px rgba(0,0,0,.15);box-shadow:0 0 30px 10px rgba(0,0,0,.15)}
#speaker .speaker-content .speaker-item:hover a{color:#000;text-decoration:none}
.inner-speaker{
    margin-bottom:40px
}
.inner-speaker .inner-speaker-wrap{
    width:800px;
    margin:0 auto
}
.inner-speaker .inner-video-stat{
    overflow:hidden;
    padding:0 30px 20px;
    float:none;
    position:static;
    margin-left:280px;
    width:auto
}
.inner-speaker .inner-speaker-stat{
    height:252px;
    padding-top:20px
}
.inner-speaker .inner-speaker-stat p{
    font-size:15px;
    color:#546066
}
.inner-speaker .inner-speaker-stat p b{
    font-size:15px;
    font-family:OpenSansBold;
    color:#000;
    display:inline-block;
    margin-bottom:5px
}
.inner-speaker h3{
    text-align:center;font-size:22px;margin-top:50px;margin-bottom:50px}
.inner-speaker .inner-speaker-video{
    width:1020px;margin:0 auto}
.inner-speaker .inner-speaker-video .speaker-to-video{
    background:#f7f7f7;overflow:hidden;border-radius:5px;outline:0;margin:0 20px;border:1px solid #eaeaea;height:100%}
.inner-speaker .inner-speaker-video .speaker-to-video img{
    width:100%;margin-bottom:15px}
.inner-speaker .inner-speaker-video .speaker-to-video>p{
    font-size:13px;padding:0 15px;margin-bottom:25px}
.inner-speaker .inner-speaker-video .speaker-to-video .video-stat{
    background:#fff;margin-bottom:20px;height:35px;padding-left:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}
.inner-speaker .inner-speaker-video .speaker-to-video .video-stat .see{
    font-size:12px;font-family:"OpenSansSemiBold"}
.inner-speaker .inner-speaker-video .speaker-to-video .video-stat .date{font-size:12px;font-family:"OpenSansSemiBold";padding-right:10px}
.inner-speaker .inner-speaker-video .speaker-to-video .video-stat .count_rating{font-size:12px;margin-right:10px}
.inner-speaker .inner-speaker-video .speaker-to-video .video-stat .video-btn{font-size:14px;border-top-left-radius:5px;border-bottom-left-radius:5px;background:#ff6c05;color:#fff;display:block;height:100%;padding:0 18px;line-height:35px}
.inner-speaker .inner-speaker-video .speaker-to-video .video-speakers .video-speakers-photo a{width:46px!important;height:46px!important;margin:0 7px}
.inner-speaker .rating .rating-star-color,.inner-speaker .rating .rating-star-nocolor{width:27px;height:32.8px}
.inner-speaker .rating_stars_wrap{float:left;overflow:hidden}
.inner-speaker .count_rating{font-size:15px}
.modal-content{background:#f7f5ff}
.control-label,.modal-content .modal-title{font-family:OpenSansSemiBold;font-size:20px}
.modal-content textarea{resize:none;height:150px}
.control-label{font-size:14px}
.btn,.form-control{-webkit-box-shadow:none!important;box-shadow:none!important}
.btn:focus,.form-control:focus{-webkit-box-shadow:none!important;box-shadow:none!important}
.form-control{background:#fff;border:1px solid #e1e1e1}
.form-control:focus{border:1px solid #ff6c05}
.btn{padding:10px 25px;border:0;color:#fff;background:#0095da}
/*.btn:active{background:#8a92c1}*/
.help-block{color:red;font-size:13px;font-family:OpenSansSemiBold}
.slick-list{width:100%}
.iframe-action{background:#f9f9f9}
.iframe-action .rating{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}
.iframe-action .count_rating{font-size:16px}
.iframe-action .rating-star-color,.iframe-action .rating-star-nocolor{width:36px;height:44px}
.allow_hover .rating-star-nocolor{cursor:pointer}
.inner-speaker-video{opacity:0}
.inner-speaker-video .rating{line-height:1}
.inner-speaker-video .rating-star-nocolor{margin-right:1px}
.inner-speaker-video .rating-star-color,.inner-speaker-video .rating-star-nocolor{line-height:1;width:13.5px!important;height:16px!important}
.inner-speaker-video .video-speakers{width:240px}
.inner-speaker-video .video-speakers a{width:50px!important;height:50px!important;margin:0 5px}
.auth{
    padding-top:50px;
    padding-bottom:80px
}
.auth .auth-wrap{
    width:1000px;
    margin:0 auto;
    border-top:2px solid #ff6c05;
    border-radius:3px
}
.auth .auth-wrap .auth-menu{
    float:left;
    width:250px;
    border:1px solid #ccc;
    border-right:none;
    border-top:none;
    background:#fff
}
.auth .auth-wrap .auth-menu li{
    border-bottom:1px solid #ccc
}
.auth .auth-wrap .auth-menu li a{
    display:block;
    padding:15px 30px
}
.auth .auth-wrap .auth-menu li a:hover{
    text-decoration:none;
    color:#000
}
.auth .auth-wrap .auth-menu li a.active{
    background:#ff6c05;
    color:#fff
}
.auth .auth-wrap .auth-content{
    background:#fff;
    padding:20px 30px;
    margin-left:250px;
    border:1px solid #ccc
}
.auth .auth-wrap .auth-content h2{
    font-family:OpenSansBold;
    font-size:24px;
    margin-bottom:20px
}
.inner-video-comments h4{
    font-size:18px;
    font-family:'OpenSansSemiBold',sans-serif;
    margin-bottom:20px
}
.inner-video-comments .inner-video-question-title{
    font-family:'OpenSansBold', sans-serif;
    font-size:14px;
    margin-bottom:20px
}
.inner-video-comments .comments-wrap .comment-item,
.inner-video-comments .wrap-form-element{
    margin-bottom:20px
}
.inner-video-comments form{
    background:#f9f9f9;
    border-radius:3px;
    margin-bottom:40px;
    padding:25px 30px;
    -webkit-box-shadow:0 0 30px 0 rgba(0,0,0,.1);
    box-shadow:0 0 30px 0 rgba(0,0,0,.1)
}
.inner-video-comments form textarea{
    height:100px
}
.inner-video-comments form input,
.inner-video-comments form textarea{
    resize:none;
    width:100%;
    border:1px solid #e4e6fc;
    border-radius:3px;
    background:#fff;
    outline:0;
    font-size:14px;
    padding:12px 18px
}
.inner-video-comments form input::-webkit-input-placeholder,
.inner-video-comments form textarea::-webkit-input-placeholder{
    color:#79858b
}
.inner-video-comments form input::-moz-placeholder,
.inner-video-comments form textarea::-moz-placeholder{
    color:#79858b
}
.inner-video-comments form input:-ms-input-placeholder,
.inner-video-comments form input::-ms-input-placeholder,
.inner-video-comments form textarea:-ms-input-placeholder,
.inner-video-comments form textarea::-ms-input-placeholder{
    color:#79858b
}
.inner-video-comments form input::placeholder,
.inner-video-comments form textarea::placeholder{
    color:#79858b
}
.inner-video-comments form input{
    height:40px
}
.inner-video-comments form .btn{
    border-radius:5px;
    padding:8px 20px;
    font-size:15px;
    background:#ff6c05;
    color:#fff
}
.inner-video-comments .comments-wrap{
    background:#f9f9f9;
    padding:25px 30px
}
.inner-video-comments .comments-wrap .comment-item-main{
    background:#fff;
    padding:15px 20px;
    border:1px solid #b9ebf9;
    border-radius:3px
}
.inner-video-comments .comments-wrap .comment-item-child{
    background:#ffefe3;
    border:1px solid #ffb885;
    padding:15px 20px;
    margin-left:100px;
    border-radius:3px
}
.inner-video-comments .comments-wrap .comment-item-date{
    font-family:'OpenSansLight', sans-serif;
    font-size:13px;
    margin-bottom:15px
}
.inner-video-comments .comments-wrap .comment-item-name{
    margin-bottom:7px;
    font-size:15px;
    font-family:'OpenSansSemiBold', sans-serif;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-align:start;
    -ms-flex-align:start;
    align-items:flex-start
}
.inner-video-comments .comments-wrap .comment-item-name span{
    font-family:'OpenSansSemiBold', sans-serif;
}
#reg-form label,
.inner-video-comments .comments-wrap .comment-item-text{
    font-family:'OpenSansRegular', sans-serif;
    font-size:15px
}
.inner-video-comments .comments-wrap .comment-item-img{
    float:left;
    line-height:1
}
.inner-video-comments .comments-wrap .comment-item-img span{
    line-height:1
}
.inner-video-comments .comments-wrap .comment-item-content{
    margin-left:80px
}
.req{
    position:relative
}
.req:before{
    content:'*';
    position:absolute;
    left:-15px;
    top:12px;
    color:red
}
#form-theme .req:before,
#reg-form .req:before{
    display:none
}
#form-theme .req:after,
#reg-form .req:after{
    content:'*';
    position:absolute;
    right:-15px;
    top:2px;
    color:red
}
#reg-form label{
    font-size:14px
}
.invalid{
    color:red;
    font-size:13px
}
.btn-danger{
    background:#bf2d26!important;
    color:#fff!important
}
.btn-success{
    background:#59b851!important;
    color:#fff!important
}
.table-admin-comments td{
    font-size:14px
}
.page{
    padding:60px 0
}
.page h1{
    font-size:28px;
    font-family:'OpenSansBold', sans-serif;
    margin-bottom:40px
}
.pagination:not(.default){
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center
}
.pagination:not(.default) li{
    margin-right:10px
}
.pagination:not(.default) li a,
.pagination:not(.default) li span{
    display:block;
    width:40px;
    text-align:center;
    height:40px;
    color:#fff;
    background:#ff6c05;
    line-height:40px;
    border-radius:50%
}
.pagination:not(.default) li a:hover,
.pagination:not(.default) li span:hover{
    text-decoration:none;
    background:#24bae0
}
.pagination:not(.default) li span{
    cursor:default
}
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,.btn-primary:link{
    background:#04a1e9!important
}
.field-regform-personal_data label:after{
    content:'*';
    color:red;
    display:inline-block;
    margin-left:5px
}
#restore-link:hover{
    text-decoration:underline!important
}
#loginform-login:-webkit-autofill,
#loginform-login:-webkit-autofill:active,
#loginform-login:-webkit-autofill:focus,
#loginform-login:-webkit-autofill:hover,
#loginform-password:-webkit-autofill,
#loginform-password:-webkit-autofill:active,
#loginform-password:-webkit-autofill:focus,
#loginform-password:-webkit-autofill:hover,
#regform-email:-webkit-autofill,
#regform-email:-webkit-autofill:active,
#regform-email:-webkit-autofill:focus,
#regform-email:-webkit-autofill:hover{
    font:400 13.3333px Arial
}
#loginform-login,
#loginform-password,
#register_form input,
#register_form select{
    font:400 13.3333px Arial
}
.slick-track{
    display:-webkit-box!important;
    display:-ms-flexbox!important;
    display:flex!important;
    -webkit-box-align:stretch!important;
    -ms-flex-align:stretch!important;
    align-items:stretch!important
}
.speaker-to-video{
    height:auto!important;
    position:relative;
    padding-bottom:160px
}
.video-bottom{
    position:absolute;
    left:0;
    width:100%;
    bottom:0
}
.see{
    display:-webkit-box!important;
    display:-ms-flexbox!important;
    display:flex!important;
    margin-top:3px
}
.tab-pane{
    padding-bottom:80px!important
}
.error{
    color:red;
    font-size:14px;
    margin-top:-10px!important
}
#timer{
    display:inline-block;
    width:auto
}
.btn-disabled{
    cursor:default!important;
    opacity:.5!important
}
.btn-disabled,
.btn-disabled:hover{
    background:#5ac6e0!important
}
.book{
    padding:60px 20px 0 0
}
.book h1{
    margin-bottom:5px
}
.book .authors{
    color:#0095d9;
    margin-left:20px;
    margin-bottom:40px
}
.book .book-front{
    max-height:600px;
    display:block;
    margin:0 auto
}

/*# sourceMappingURL=style.css.map */
#regform-specialization label,
#changespecifications-specialization label {
    width: 100%;
}
#regform-specialization,
#changespecifications-specialization {
    display: block;
    columns: 2
}
#changespecifications-specialization {
}
label.check_all{
    font-weight: bold;
    width: 100%;
}
/*
#changespecifications-specialization,
label.check_all{
    padding-left: 20%;
}
#specializatins button{
    margin-left: 20%;
}
.form-group.field-changespecifications-info {
    padding-left: 20%;
}
*/
form#save-profile {
    width: 70%;
    margin: 0 auto;
}
#specializatins h4{
    margin-top: 20px;
    margin-bottom: 60px;
    text-align: center;
}
#save_result {
    position: relative;
    top: -50px;
    text-align: center;
    display: none;
}
#user .alert.alert-info {
    background-color: #d3f1ff;
}
#specializatins .alert.alert-success {
    position: absolute;
    left: calc( 50% - 175px );
    top: 140px;
    box-shadow: 0 0 40px 20px rgb(255 255 255 / 80%);
    padding: 40px 60px;
}
.tags{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 3rem 2rem;
}
.row.materials{
    margin: 0 0 30px 0
}
.materials__block {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 3rem 0 2rem;
    border-bottom: 1px solid #ffb800;
}
.materials__block a{
    border: 1px solid #ffb800;
    padding: 5px 10px;
    display: block;
    border-radius: 5px 5px 0 0;
    border-bottom: 0;
    margin: 0 10px;
    background-color: #fff;
}
.materials a.selected {
    border-bottom: 1px solid #fff;
    margin-bottom: -1px;
}
.tags a{
    border: 1px solid #ffb800;
    background-color: #ffb80045;
    padding: 5px 10px;
    margin-bottom: 10px;
    display: block;
    border-radius: 5px;
}
.row.materials p a, .row.materials h4 a{
    color: #0095da;
}
.tags a:hover, .materials a:hover{
    color: #000;
    text-decoration: none;
}
.tags a.selected{
    background-color: #ffa900;
}
.specializations {
    display: flex;
    flex-wrap: wrap;
    font-size: .8em;
    justify-content: space-between;
}
.specializations span {
    display: inline-block;
    border-radius: 5px;
    padding: 3px 4px;
    margin: 3px;
    border: 1px solid #ffb800;
    background-color: #ffb80045;
}

.printed, .workshops{
    display: none;
}
.nothin_found{
    padding-left: 3rem;
    padding-right: 3rem;
    text-align: center;
}

.all .item-card h3 {
    margin-top: 0.8rem;
}
.row.all>div,
.row.spec>div,
.row.take>div{
    margin-bottom: 20px;
}
h1 .specializations {
    display: inline-block;
    flex-wrap: wrap;
    font-size: .5em;
    justify-content: space-between;
    padding-left: 0;
}
.books a,
.master-classes a,
.targets a {
    text-decoration: none!important;
    margin: 0 10px;
}
.specializations.wrap {
    padding-top: 10px;
    padding-bottom: 10px;
    justify-content: flex-start;
}
/*#video .section-top .title-inner,*/
.book.wrap .title-inner{
    padding-bottom: 0!important;
}
.book.wrap .specializations.wrap{
	padding-top: 10px;
    padding-bottom: 10px;
}

.books .item-card,
.conferences .item-card, 
.master-classes .item-card {
    border-radius: 15px;
    box-shadow: 0 0 20px -6px #002ba591;
    padding-bottom: 15px;
}
.books .item-card img, 
.conferences .item-card img, 
.master-classes .item-card img {
    border-radius: 12px 12px 0 0;
}
.books .item-card h3,
.conferences .item-card h3,
.master-classes .item-card h3 {
    margin-top: 0.8rem;
    padding: 0 10px;
}
.books .item-card .specializations,
.conferences .item-card .specializations,
.master-classes .item-card .specializations {
    padding: 0 10px;
}
.books .item-card.next,
.conferences .item-card.next,
.master-classes .item-card.next {
    box-shadow: 0 0 20px 0px #002ba5d9;
}
.books .item-card .date,
.conferences .item-card .date, 
.master-classes .item-card .date {
    padding: 15px 10px 0;
    margin-bottom: 0;
}
.books .item-card a, 
.conferences .item-card a, 
.master-classes .item-card a {
    margin: 0;
}
.conferences .printed .item-card {
    padding-bottom: 10px;
}
.conferences .printed .item-card img,
.books .item-card img{
    max-height: 325px;
    width: auto;
    margin: 0 auto;
    display: block;
}
div#buttons a {
    margin: 0 10px;
}
.partners {
    padding-top: 22px;
}
.partners a img{
    max-height: 100%;
}
.partners div{
    display: flex;
    justify-content: space-evenly;
    padding: 20px 0 40px;
}
.partners div img{
    max-height: 90px;
    max-width: 200px;
}
.partners div.general img{
    max-height: 100px;
    max-width: 200px;
}
.partners div.strategic img{
    max-height: 60px;
    max-width: 300px;
}
.partners h2 {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 25px;
}
iframe{
    margin: 0 auto;
    display: block;
}
.video-params{
    margin-bottom: 40px;
    font-size: 20px;
}
.date{
    color: #0095d9;
    margin-left: 20px;
}
.count_views {
    display: flex;
    align-items: center;
}
.count_views svg {
    margin-right: 4px;
}

.section-top{
    margin-bottom: 5px;
}

.iframe-unregistered{
    width: 100%;
    height: 500px;
    background: #333;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-direction: column;
}
.conferences.wrap.sponsorsContent a{
    color: #0056b3;
}
.conferences.wrap.sponsorsContent li{
    list-style-type: disc;
    margin-left: 20px;
}
.conferences.wrap.sponsorsContent .pdfPreview{
    display: block;
    max-width: 300px;
    margin: 20px 0;
}
.conferences.wrap.sponsorsContent .pdfPreview img{
    max-width: 100%;
}
.sponsorLogo{
    text-align: center;
    margin-bottom: 50px;
}
.sponsorLogo img{
    max-width: 250px;
    max-height: 200px;
}
.row.videos__container.conferences > div {
    margin-bottom: 30px;
}
.btn.btn-orange{
    background-color: #FF7202;
    margin: 0 10px;
    color: #FFFFFF;
    text-decoration: none;
}
.btn.btn-orange:hover{
    color: #FFFFFF;
}
.btn.btn-gray{
    background-color: #BBBBBB;
}
.btn.btn-gray:hover{
    color: #FFFFFF;
}

.wrap.forms{
    margin-top: 30px;
    position: relative;
    overflow: hidden;
}
.wrap.forms h4{
    text-align: center;
}
.wrap.forms .theses,
.wrap.forms .clinical_case{
    padding: 40px 0;
    position: relative;
    overflow: hidden;
}
.wrap.forms::before,
.wrap.forms::after{
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 0;
    padding-bottom: 85px;
    border-radius: 50%;
}
.wrap.forms::before{
    top: -95px;
    box-shadow: 0 17px 18px 0 #9b9b9b;
}
.wrap.forms::after{
    bottom: -95px;
    box-shadow: 0 -17px 18px 0 #9b9b9b;
}
.wrap.description a,
.blueLink{
    color: #0056b3;
    text-decoration: underline;
}
.wrap.description a.btn{
    text-decoration: none;
    color: #FFF;
}
button.btn-small {
    padding: 4px 10px;
    font-size: 14px;
}

.theses .control-label,
.clinical_case .control-label {
    font-size: 16px;
}
.removeInput.hidden{
    display: none;
}
.removeInput{
    display: inline-block;
    color: #F00;
    cursor: pointer;
    font-weight: bold;

}
span.link{
    color: #0056b3;
    cursor: pointer;
}
span.link:hover{
    text-decoration: underline;
}
.adminPage .tab-pane{
    padding-top: 0 !important;
}

.wrap.forms .required label::after{
    content: '*';
    color: red;
    margin-left: 3px;
}
.modal .close:focus{
    outline: none;
}
.specializations {
    display: flex;
    flex-wrap: wrap;
    font-size: .8em;
    justify-content: space-between;
}
.specializations span {
    display: inline-block;
    border-radius: 5px;
    padding: 3px 4px;
    margin: 3px;
    border: 1px solid #ffb800;
    background-color: #ffb80045;
}

.spinner{
    display: inline-block;
    width: 80px;
    height: 80px;
}
.spinner:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid #F79220;
    border-color: #F79220 transparent #F79220 transparent;
    animation: spinner 1.2s linear infinite;
}
@keyframes spinner {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.flex-center{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.fatal_error {
    position: absolute;
    text-align: center;
    background-color: #ffe1e1;
    padding: 10px 20px;
    border: 1px solid red;
    border-radius: 3px;
}

.dayButtons button.active,
.hallButtons button.active {
    background-color: #ffb800;
}

.dayButtons button,
.hallButtons button{
    cursor: pointer;
    border: 1px solid #ffb800;
    background-color: #ffb80045;
    padding: 5px 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    border-radius: 5px;
}

.dayButtons button:hover,
.dayButtons button:active,
.dayButtons button:focus,
.dayButtons button:focus-visible,
.hallButtons button:hover,
.hallButtons button:active,
.hallButtons button:focus,
.hallButtons button:focus-visible{
    outline: none;
}

.page_title{
    border-bottom: 1px solid #e5e4e4;
    margin-top: 70px;
    padding: 0 40px;
    margin-bottom: 10px;
}
.page_title h1{
    width: 100%;
    font-size: 30px;
    line-height: 1.25em;
    margin-bottom: 10px;
}
.page_title .tags{
    padding: 6px 0 20px;
    justify-content: flex-start;
}
.page_title .tags span{
    line-height: 1.25em;
    display: inline-block;
    border-radius: 5px;
    padding: 3px 4px;
    margin: 3px;
    border: 1px solid #ffb800;
    background-color: #ffb80045;
    font-size: 15px;
}
#regform-tags label {
    display: block;
}

.btn:hover,
.btn:active,
.btn:focus-visible{
    color: #FFFFFF;
    outline: none;
}
#regform-tags {
    column-count: 2;
}

.btn.btn-primary.disabled{
    cursor: default;
    opacity: 0.5;
}

form .form-group:not(.required) .alert, form .form-group.required:not(.has-error) .alert {
    display: none;
}
.partners div.general img {
    max-height: 100px;
    max-width: 300px;
}
.mainPartners {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.mainPartners > * {
    margin: 20px 60px;
}
.partners div a,
.partners div span {
    position: relative;
    width: max-content;
}
.partners div img {
    max-height: 90px;
    max-width: 200px;
    /*min-width: 200px;*/
    /*width: 100%;*/
    height: auto;
}
.wrap.description a.nohover,
.wrap.description a.nohover:hover,
.wrap.description a.nohover:focus,
.wrap.description a.nohover:active {
    padding: 10px 25px;
    border: 0;
    color: #fff;
    background: #0095DA;
}
.sponsors_63{
    display: flex;
    justify-content: space-between;
}
.sponsors_63 img{
    max-width: 250px;
}
.w-33{
    width: 33%
}

.event_66 .partners div.general img {
    max-height: 170px;
    max-width: 300px;
}
.event_66 .partners div {
    align-items: center;
}



/* FireFox fix*/
.theses,
h4,
[data-count],
#thesesart-file,
.help-block{
    max-width: 99999px!important;
    width: 100%;
    min-width: 100%;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
}
span[data-action]{
    width: 25px;
    margin-left: 5px;
    min-width: 38px;
    cursor: pointer;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.3em;
}
label[for="thesesart-file"] {
    margin-right: 10px;
}
.speakers ul:not(.no-bullets) li::before{
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #FF7202;
    margin-right: 10px;
    margin-bottom: 3px;
}
.two-columns {
    column-count: 2;
    column-gap: 4%;
}

.trackingData{
    text-align: center;
}
.btn.btn-primary.btnCreateZip,
.btn.btn-primary.btnCreateZip:active,
.btn.btn-primary.btnCreateZip:focus,
.btn.btn-primary.btnCreateZip:hover,
.btn.btn-primary.btnCreateZip:link{
    background: #04A1E9!important;
}
ul.orange-bullets li::before{
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #FF7202;
    margin-right: 10px;
    margin-bottom: 3px;
}

.apps img{
    max-height: 60px;
}
.item-event-row a {
    color: #000;
    text-decoration: none;
}
.item-event-row a .date-event {
    color: #04A1E9;
    width: 13%;
}
.item-event-row a .name {
    width: 87%;
}
.modal-backdrop {
    opacity: 0.3;
}
