#myVideo {
    opacity: 1;
    transition: opacity 1s ease-in-out;
  }

  #myImage {
   display: none;
	width: 635px; 
	height: 391px; 
	margin-left: 250px; 
	margin-bottom: 47px; 
    opacity: 0;
    transition: opacity 1s ease-in-out;
  }
#videoPoster{
	width: 635px;
	height:391px; 
	margin-left: 250px; 
	display: none;
}
.dropdown-list__trigger {
cursor:pointer;
}
.glkn {

}
#registration-popup .errortext {
width: 100%;
    float: left;
    display: block;
    text-align: center;
}

#enter-popup .errortext {
width: 100%;
    float: left;
    display: block;
    text-align: center;
}


.ser {
    margin: 0;
    display: block;
    float: LEFT;
    margin-top: 20px;
    width:100%;
}

.ser select {
    padding: 10px;
    float: left;
    margin-left: 20px;
}

.ser span {
    /*float: left;*/
    line-height: 32px;
    font-size: 16px;
    display: block;
}

.ser span.sub {
    font-size: 14px;
    line-height: 20px;
    margin: 5px 0;
}

.manual__item p {
    word-break: break-word;
}

body .thesaurus .fon-white {
    padding: 0 0 0px;
}

body .top {
    background: #642E9F;
    color: #fff;
    font-size: 20px;
    line-height: 60px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-family: 'Gilroy-Bold';
    border: none;
    height: 60px;
    display: block;
    float: right;
    margin: 10px;
    padding: 10px 20px;
    line-height: 45px;
}

body .top2 {
    background: #642E9F;
    color: #fff;
    font-size: 14px;
    line-height: 60px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-family: 'Gilroy-Bold';
    border: none;
    height: 60px;
    display: block;
    float: right;
    margin: 10px;
    padding: 10px 10px;
    line-height: 45px;
}
.copy {
    padding: 0 45px 40px!important;
}
.main-video{
	width: 635px; 
	height:391px; 
	margin-left: 250px;
}

@media (max-width: 768px){
	.main-video{
		display: flex;
		float: left;
		width: 100%;
		height: 100%;
		justify-content: center;
		align-items: center;
		margin: 0;
	}
}