@media (min-width:1400px) {
	
}
@media screen and (max-width: 1200px)  {
	
}

@media screen and (max-width: 991px) {
	
}
@media screen and (max-width: 767px) {
	.hamburger {
		display: block
	}
	.main_menu, .wel-site, .follow-site {
		display: none;
	}
    .top-header .portal-site, .top-header .new-contribution, .top-header .sec-reg, .top-header .sec-search {
        display: none;
    }
	.section-home {
        height: auto;
        padding: 50px 0 20px
    }
    .about-details {
        margin-bottom: 60px;
    }
    .orgRegistr {
        padding: 0
    }
    .box-materials {
        margin-bottom: 40px;
    }
    .timeline-top, .timeline-bottom, .data-exam {
        display: block;
    }
    .timeline-top div, .timeline-bottom div {
        width: 100%;
    }
    .timeline-top .title-timeline,
    .timeline-bottom .title-timeline{
        padding: 100px 45px;
    }
    .section-footer, .menu-ft {
        text-align: center;
    }
    .data-owner ul {
        width: 100%;
        padding-left: 0px;
    }
    .data-owner li p {
        width: auto;
    }
    .your-result, .box-register, .tab .form-group,
    .exam-top, .info-exam, .sec-login {
        width: 100%;
    }
    .tab {
        padding: 20px;
    }
    .tab .form-group label {
        width: 60%;
    }
    .Choose-pro li {
        width: 100%;
        margin-top: 10px;
    }
    .creat-reg {
        width: 45%;
    }
    .exam-top {
        margin-bottom: 30px;
    }
    .option-reg {
        padding-left: 80px;
        display: block;
    }
    .identify-test, .data-test {
        margin-bottom: 30px;
        overflow: hidden;
    }
}

@media screen and (max-width: 575px) {
	
}
@media screen and (max-width: 380px) {
	
}