.popup3 .section8,
.popup4 .section8 {
    background: none;
}

.popup3 {
	margin: 0 auto;
	display: none;
}

.close,
.popup3 .close_modal,
.popup4 .close_modal {
    background-color: rgba(0, 0, 0, 0.85);
    border: 2px solid #ccc;
    height: 38px;
    line-height: 34px;
    position: absolute;
    right: 40px;
    cursor: pointer;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.9);
    font-size: 24px;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
    top: -5px;
    width: 38px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 50%;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}

.close:hover,
.popup3 .close_modal:hover,
.popup4 .close_modal:hover {
    background-color: rgba(255, 219, 51, 0.85);
}

@media (min-width:1280px) {
    .popup3,
    .popup4 {
        width: 100%;
        max-width: 1280px;

    }
}

@media screen and (min-width:992px) and (max-width:1279px) {
    .popup3,
    .popup4 {
        width: 950px;
    }
    .close_modal {
        margin-right: -40px;
        margin-top: 10px;
    }
}

.overlay {
    background-color: rgba(0, 0, 0, 0.85);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 99999;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}

.popup3 {
/*visibility: hidden;*/
}

.popup4 .window {
    padding: 0 27px 27px;
    right: 0;
    width: 373px;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 5px;
    border: 1px solid #72bffc;
    border-top: 40px solid #72bffc;
}
.ever-popup.show{
	cursor: pointer;
}
.ever-popup__inner{
	cursor: default;
}
.ever-popup__inner{
	/*padding-top: 0!important;*/
}
.ever-popup__inner .section8-wrapper{
	margin-top: 0!important;
}

.ever-popup__inner{
width: auto!important;
}

.ever-popup .popup3{display: block; visibility: visible;}
.ever-popup .section8{overflow:visible;}

.ever-popup__inner{
	margin-top: 60px!important;
}

@media screen and (max-width: 1279px) and (min-width: 992px){
	.ever-popup .ever-popup__inner{
		max-width: 950px!important;
	}
}


.ever-popup .wrapper{
	overflow: visible!important;
}


@media screen and (max-width: 991px) and (min-width: 480px){
	.ever-popup .ever-popup__inner{
		max-width: 460px!important;
	}

.ever-popup .section8-wrapper .section1-center,.ever-popup .section8 .section1-left{
	    margin-top: 90px;
}
}

@media screen and (max-width: 480px){
	.ever-popup .section8-wrapper .section1-center, .ever-popup .section8 .section1-left{
		margin-top: 0;
	}
	.ever-popup .ever-popup__inner{
		max-width: 286px!important;
	}
}
.mejs-controls,.mejs-mediaelement{
	width: 100%!important;
}