
.ew_bottombar-section {
	top: 100% ;
	bottom: auto;
	position: fixed;
	left: 0;
	width: 100%;
	background-color: rgba(41, 182, 246, 0.95);
	z-index: 99;
	box-shadow: 0 -2px 4px 0 rgb(0 0 0 / 10%);
	font-family: Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
	font-size: 14px;
    font-weight: 400;
    color: #fff;
    display: block;
    transition:  .3s all;

}

.ew_bottombar-section.active  {
	bottom: 0;
	top: auto;
}

.ew_bottombar-section button:focus,
#ew_registration_form button:focus { outline:none }
#ew_registration_form input:hover,
#ew_registration_form input:focus { box-shadow: none; border-color: #d4d4d4; }

.ew_bottombar-container {
	width: 100%;
	max-width:  1140px;
	padding: 20px 15px;
	margin: 0 auto;
	display: flex;
}

.ew_webinar_desc {
	width: 100%;
	font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
}

.js_webinar_place {
	margin: 4px 0 0;
    opacity: .6;
}
.ew_webinar_countdown {
	width: 240px;
	flex-shrink: 0;
}


#countdown {
 	width: 100%; 
	margin-top: -16px;
}
#countdown .position {
	width: 14px;
	height: 24px;
}
#countdown .position span {
	background: none;
	box-shadow: none;
	font-size: 26px;
	width: 14px;
	height: 24px;
	line-height: 1;
}

.countdown_text { 
	font-size:  10px;
	margin-top: -10px;
	white-space: nowrap;
}

#countdown .countDiv { 
	height: 24px; 
	margin: 0 6px;
} 
#countdown .countDiv0 {
	opacity: 0;
}
#countdown .countDiv:before, #countdown .countDiv:after { 
	background-color: white;
	width: 4px;
	height: 4px;
	box-shadow: none;
}
#countdown .countDiv:before { top: 6px; }
#countdown .countDiv:after { top: 16px; }


#js-reg-btn {
	border: none;
	border-radius: 4px;
	transition: opacity .3s ease-in-out;
	text-transform: uppercase;
	font-weight: 500;
    font-size: 16px;
    line-height: 1.3;
    min-width: 160px;
    max-width: 180px;
    padding: 15px 10px;
    white-space: normal;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    margin-left: 32px;
}

#js-reg-btn:hover {
    opacity: .8;
    outline: none;
}

.ew_bottombar-btn_close {
    position: relative;
}

.ew_bottombar-btn_close button {
    bottom: 0;
    right: 16px;
    position: absolute;
    padding: 0;
    width: 36px;
    height: 36px;
	border-radius: 4px 4px 0 0;
    font-size: 24px;
    text-align: center;
	color: #fff;
	border: none;
	background-color: rgba(41, 182, 246, 0.95);
    transition: background .3s ease-in-out,color .3s ease-in-out;
    overflow: hidden;
	font-family: "Font Awesome 5 Free";
}
.ew_bottombar-btn_close button::before{
    z-index: 1;
    position: relative;
}
.ew_bottombar-btn_close button::after {
	content: '';
	position: absolute;
    top: 0;
    left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
}


/* FROM REG */

#ew_registration_form .modal-content { border-radius: 1rem; border: none }

#ew_registration_form .close {
    font-size: 40px;
    color: white;
    padding: 0;
    margin: -70px -20px 0;
    opacity: 1;
}

#ew_registration_form .modal-header {
	background: #21b6d7;
	position: relative;
	border-radius: 1rem 1rem 0 0;
}

#ew_registration_form .modal-title-name{
	text-align: center;
    display: inline-block;
    width: 100%;
    color: white;
    margin-top: 50px;
    margin-bottom: 0;
}

#ew_registration_form .modal-body-title {
	text-align:  center;
    margin: 15px 0;
    
}
#ew_registration_form .modal-body-title h2{ text-transform: uppercase; }
#ew_registration_form .modal-avatar {
	position: absolute;
	width: 112px;
	height: 112px;
	border-radius: 50%;
	border: 5px solid white;
	background-color: #fff;
	overflow: hidden;
	top: -61px;
	left: calc(50% - 61px);
	box-shadow: 0 0 4px 4px rgb(0 0 0 / 15%);
}

#ew_registration_form .modal-body {
	padding: 0 3rem 2rem;
}

#choise_tz {
    margin-top: -10px;
    text-align: right; 
    width: 100%; 
    text-decoration: underline; 
    color:#21b6d7; 
    cursor: pointer;
}

#js_btn_send_form {
    background: #21b6d7;
    box-shadow: 0 4px 15px 0 rgb(0 0 0 / 20%);
    align-items: center;
    border: none;
    border-radius: calc(3.3rem + 2px);
    font-size: 1.5rem;
    font-weight: 400;
    justify-content: center;
    line-height: 1.3;
    margin-bottom: 1rem;
    min-height: calc(3.95rem + 2px);
    padding: 1rem 2.5rem;
    position: relative;
    text-align: center;
    transition: color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out,box-shadow .3s ease-in-out,opacity .3s ease-in-out;
    width: 100%;
    color: white;
}

#js_btn_send_form:disabled { background: rgba(0,0,0,.1); }

.arrow_select , .arrow_input , .arrow_avatar  {
	position: absolute;
    text-align: center;
}
.arrow_select span, .arrow_input span, .arrow_avatar span {
	color: #fff;
    font-family: Architects Daughter;
    font-size: 1.375rem;
    line-height: 1.2;
    text-shadow: 0 0 2px rgb(0 0 0 / 20%);
}

.arrow_select { right: -150px; top: -85px; }
.arrow_avatar { left:    35px; top: -50px; }
.arrow_input  { left:  -150px; top: -60px; }

.arrow_select div {
    position: absolute;
    right: 50px;
    margin-top: 0.5rem;
    height: 60px;
    width: 95px;
    background: #21b6d7;
    -webkit-mask: url(https://event.webinarjam.com/img/reg_modals/arrow_2_2.svg) no-repeat center;
    mask: url(https://event.webinarjam.com/img/reg_modals/arrow_2_2.svg) no-repeat center;
}


.arrow_avatar div {
    position: absolute;
    margin-top: 0.5rem;
	left: 50px;
    height: 60px;
    width: 95px;
    background: white;
    -webkit-mask: url(https://event.webinarjam.com/img/reg_modals/arrow_2_1.svg) no-repeat center;
    mask: url(https://event.webinarjam.com/img/reg_modals/arrow_2_1.svg) no-repeat center;
}

.arrow_input div {
    position: absolute;
    left: 50px;
    margin-top: 0.5rem;
    height: 60px;
    width: 95px;
    background: #21b6d7;
    -webkit-mask: url(https://event.webinarjam.com/img/reg_modals/arrow_2_3.svg) no-repeat center;
    mask: url(https://event.webinarjam.com/img/reg_modals/arrow_2_3.svg) no-repeat center;
}


#js_btn_send_form:focus { background: #21b6d7; }

.p-relative .asterisk_input {
	position: absolute;
	right: 15px;
    top: 0px;
    font-size: 24px;
}
.p-relative i {
	position: absolute;
    right: 24px;
    top: 1rem;
    font-size: 20px;
}


[class*=" asterisk"]:before, [class^=asterisk]:before {
    content: "*";
}

[class^=asterisk] {
    color: #eb5d5d;
}

#ew_registration_form .form-group { position: relative; }
#ew_registration_form .form-control {
    background: #f8f8f8;
    border-color: #eaeef5;
    color: #212121;
    border-radius: calc(3.3rem + 2px);
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1rem;
    height: calc(3.3rem + 2px);
    padding: 0.9rem 0.8125rem;
    
}
.privacy {
    color: rgba(0,0,0,.5);
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    line-height: 1.4;
}

#ew_registration_form .selectric {
	border-radius: calc(3.3rem + 2px);
	height: calc(3.3rem + 2px);

}
#ew_registration_form .selectric-label {
	font-size:  1rem;
	font-weight: 400;
    line-height: 1.5;
    padding: 0.9rem 0.8125rem;
}

#ew_registration_form .selectric-items{
	border: 1px solid rgba(43,144,237,.15);
    padding: 8px 0;
    border-radius: 0.5rem;
    bottom: auto;
    box-shadow: 0 0 15px 5px rgb(0 0 0 / 10%);
}

#ew_registration_form .selectric-button{ top: 7px; }


@media screen and (max-width: 900px) {
    .arrow_select, .arrow_input, .arrow_avatar  { display: none }

    .ew_bottombar-container {
        flex-direction: column;
        align-items: center;
    }
    .ew_webinar_desc {
        text-align: center;
        margin-bottom: 20px;
    }
    .ew_webinar_countdown { margin-bottom: 20px }
    #js-reg-btn { margin-left: 0 }
}


