@import 'fonts.css';
.bold{
    font-weight: 600;
}

.btn-custom {
    height: 39px;
    background: #1072BA;
    font-weight: 500;
    font-size: 13px;
    line-height: 120%;
    color: #FFFFFF;
    border: none;
    padding: 5px 30px;
    transition: 0.3s ease all;

}

.btn-custom:focus, .btn-custom:hover {
    outline: none;
    background: #FFE146;
}

html {
    min-height: 100%;
}

html body {
    font-family: 'RobotoRegular', sans-serif;
    min-height: calc(100vh);
    background: #FFFFFF url('../img/background-body.svg') no-repeat top;
    background-size: cover;
    padding-bottom: 100px;
    position: relative;
    transition: 0.3s ease all;
    /*animation: animation-body 7s infinite;*/
}

header {
    width: 100%;
}
header .header-top{
    background: #F37321;
}
header .header-bottom{
    min-height: 20px;
    background: #F2F2F2;
}
.navbar-custom {
    min-height: 80px;
}

.navbar-custom .navbar-nav {
    width: 100%;
}

.navbar-custom .navbar-collapse .nav-link {
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
}

footer{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.footer-top{
    min-height: 20px;
    background: #5577B3;
}
.footer-bottom{
    background: #1E5092;
}

/*footer .navbar-custom {*/
    /*opacity: 0.5*/
/*}*/

.container-video {
    margin-top: 30px;
    padding-top: 50px;
    padding-bottom: 70px;
    margin-bottom: 20px;
}

.container-video .video-block .video {
    min-height: 200px;
}
.container-video .video-block video[poster]{
    object-fit: cover;
}
.container-video .inform-video-block{
    min-height: 40px;
    background: #5577B3;
    display: flex;
}
.container-video .video-block{
    justify-content: center;
    position: relative;
    background: #E0E0E0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;

}
.container-video .video-block #player_wrapper{
    margin-bottom: 0px;
}
.container-video .inform-video-block .name-vebinar{
    position: absolute;
    background: #F37321;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    left: 0;
    bottom: 0;
    max-width: 340px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 60px;
    clip-path: polygon(0 100%, 100% 100%, 91% 0, 0% 0%);
    padding: 10px 20px;
}
.container-video .inform-video-block .time-vebinar{
    font-size: 16px;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #FFFFFF;
    height: 100%;

}
.container-video .inform-chat-block{
    background: #1E5092;
}
.container-video .video-chat-block {
    background: #E0E0E0;
    min-height: 425px;
    padding-top: 15px;
}

.video-chat-block .video-chat {
    height: 250px;
    overflow-y: auto;
    margin-bottom: 10px;
}


.video-chat-block .video-chat .message-chat {
    padding: 10px 10px 10px 43px;
    background: url("../img/icons/message-circle.svg") no-repeat left 17px top 10px #FFFFFF;
    box-shadow: 10px 20px 20px rgba(0, 0, 0, 0.1);
    min-height: 50px;
    margin-bottom: 10px;
}

.video-chat-block .video-chat .message-chat:last-child {
    margin-bottom: 0px;
}

.video-chat-block .video-chat .message-chat .name-user {
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
    color: #1072BA;
    margin-bottom: 10px;
}

.video-chat-block .video-chat .message-chat .message {
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #333333;
}

.video-chat-block .block-message-send {
    background: #fff;
    margin-bottom: 5px;
}

.video-chat-block .chat-send-btn{
    height: 34px;
    background: #F37321;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    border: none;
    padding: 5px 30px;
    transition: 0.3s ease all;
    outline: none;
    margin-top: 5px;
    box-shadow: none;
}

.video-chat-block .chat-send-btn:hover{
    outline: none;
    background: #1E5092;
}

.video-chat-block .block-message-send .message-send-title {
    padding-left: 43px;
    background: url("../img/icons/message-circle-black.svg") no-repeat left 17px top 50%;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    color: #333333;
}

.video-chat-block .block-message-send textarea {
    padding-left: 43px;
    height: 75px;
    background: #F7F7F7;
    border: none;
    outline: none;
    width: 100%;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #999999;
    resize: none;
    display: block;
}

.video-chat-block .instruments button {
    background: none;
    border: none;
    outline: none;
}

.video-chat-block .instruments {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.1em;
    color: #999999;
}
.video-chat-block .webinar-chat > div:first-child{
    max-height: 250px;
    height: 250px;
    min-height: auto;
}
.video-chat-block .webinar-chat > div:last-child{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    color: #fff;
}
.video-chat-block .webinar-chat > div:last-child span{
    font-size: 12px!important;
    margin-left: 0px!important;
    color: #4F4F4F;

}
.video-chat-block .webinar-chat .message-textarea{
    height: 80px;
    font-size: 14px;
    color: #4F4F4F;
    border: none;
}
.register-page{
    margin-top: 75px;
    margin-bottom: 75px;
}
.register-container .register-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.register-page .container-form{
    background: #FFE146;
    box-shadow: 10px 20px 20px rgba(0, 0, 0, 0.1);
    padding: 50px;
    display: flex;
    align-items: center;
}
.form-custom .form-label{
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.1em;
    color: #333333;
}
.form-custom .form-group{
    align-items: center;
}
.form-custom .form-input, .form-custom .form-select{
    height: 32px;
    filter: drop-shadow(10px 20px 20px rgba(0, 0, 0, 0.1));
    background: #FFFFFF;
    border-radius: 0;
    outline: none;
}
.form-custom .form-select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 30px;
    background: url("../img/icons/appearance.svg") no-repeat top 50% right 10px #fff;
}
.form-custom .form-input:focus, .form-custom .form-select:focus{
    box-shadow: none;
}
.form-register .form-group{
    margin-bottom: 6px;
}
.form-custom .btn-custom{
    font-size: 15px;
}
.form-custom .hint-form{
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    color: #1072BA;
    line-height: 1.2;
}
.form-register .btn-custom:hover, .form-register .btn-custom:focus{
    background: #1072BA;
}
.title-page{
    position: absolute;
    background: #1072BA;
    font-style: normal;
    font-weight: 800;
    font-size: 26px;
    color: #FFFFFF;
    max-width: 460px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    clip-path: polygon(0 100%, 95% 100%, 100% 0, 0% 0%);
    padding: 10px 30px;
    line-height: 1.2;
}
.register-page .title-page{
    top: 0;
}

#registration_form_webinar label{
    max-width: 140px;
    min-width: 140px;
    width: 100%;
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    color: #4F4F4F;

}
#registration_form_webinar > div{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    flex-wrap: wrap;
}
#registration_form_webinar input[type="text"], #registration_form_webinar select{
    height: 36px;
    background: #FFFFFF;
    border-radius: 0;
    outline: none;
    border: none;
    padding: .375rem .75rem;
    width: calc(100% - 140px);
    color: #4F4F4F;
    font-size: 16px;
}

#registration_form_webinar select{
    appearance: none;
    padding-right: 30px;
    background: url(../img/icons/appearance.svg) no-repeat top 50% right 10px #fff;
}
#registration_form_webinar .error {
    margin-left: 140px;
    width: 100%;
    margin-top: 3px;
    color: red;
}
#registration_form_webinar .item1{
    display: flex;
    justify-content: center;
    margin-left: 0px!important;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    color: #1072BA;
    line-height: 1.2;
}
#registration_form_webinar .g-recaptcha{
    height: 34px;
    background: #F37321;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    border: none;
    padding: 5px 30px;
    transition: 0.3s ease all;
    margin: 0 auto;
    display: block;
    outline: none;
}
#registration_form_webinar .g-recaptcha:hover{
    background: #1E5092;
}
.registration-form{
    background: #F2F2F2;
    padding: 40px;
    margin-top: 90px;
    position: relative;
    margin-bottom: 50px;
}
.registration-form .registration-form__title{
    position: absolute;
    background: #F37321;
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
    left: 0;
    bottom: 100%;
    max-width: 340px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 60px;
    clip-path: polygon(0 100%, 100% 100%, 91% 0, 0% 0%);
    padding: 10px 20px;
    margin-bottom: 0!important;
}
.btn-custom{
    height: 34px;
    background: #F37321;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    border: none;
    padding: 5px 30px;
    transition: 0.3s ease all;
    outline: none;
    margin-top: 5px;
    box-shadow: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: .25rem;
    letter-spacing: 0.04em;
}
.btn-custom:hover{
    background: #1E5092;
}
.quit_webinar.btn-custom{
    height: 34px;
    background: #F37321;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF!important;
    border: none;
    padding: 5px 30px;
    transition: 0.3s ease all;
    outline: none;
    margin-top: 5px;
    box-shadow: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: .25rem;
    font-family: inherit;
}
.quit_webinar.btn-custom:hover{
    background: #1E5092;
}
.video-chat-block .webinar-chat .message-textarea, .video-chat-block .webinar-chat > div:last-child{
    display: none;
}
.video-chat-block .webinar-chat > div:last-child[style='display: block']{
    display: flex;
}
.video-chat-block .chat-message-wrapper .message-from{
    color: #1E5092!important;
}


@media (max-width: 991px){
    #registration_form_webinar > div{
        display: block;
    }
    #registration_form_webinar input[type="text"], #registration_form_webinar select{
        width: 100%;
    }
}
@media (max-width: 991px) {
    .container-video .video-block .name-vebinar{
        position: static;

    }
}

@media (max-width: 767px) {

}
@keyframes animation-body {
    from {
        background-position: left 13% top 50%, right 0 top 78px;
    }

    50% {
        background-position: left 13% top 35%, right 0 top 150px;
    }

    to {
        background-position: left 13% top 50%, right 0 top 78px;
    }
}