@font-face {
    font-family:Segoe;
    src:url("../fonts/SegoeUI.ttf");
}
@font-face {
    font-family:SegoeLight;
    src:url("../fonts/SegoeUI-Light.ttf");
}
@font-face {
    font-family:SegoeSemiBold;
    src:url("../fonts/SegoeUI-SemiBold.ttf");
}
html,body{
	overflow-x: hidden;
}
*{
    margin: 0;
    padding:0;
}
.container-outer{
    width:100%;
    display: flex
}
header{
    min-height:100vh;
	height: auto;
    background: url("../images/header-bg.svg");
    background-repeat: no-repeat;
    background-position: top right;
    background-size:contain;
}
@media(min-width:2500px){
    header{
        background: url("../images/header-bg-big.svg");
        background-repeat: no-repeat;
        background-position: top right;
        background-size:contain;
    }
}
@media(max-width:1280px){
	header{
		background-position: 520px;
	}
}
@media(max-width:1024px){
	header{
		background-position: 400px;
	}
}
.container-inner{
    margin: 0px auto;
    width:70%;
}
@media(max-width:1366px){
    .container-inner{
        width:85%;
    }
}
.container-inner-extended{
    width:90%;
}
.menu{
	position: relative;
	top:6px;
	cursor: pointer;
}
.dark-menu{
	display: none;
}
.header-top-container{
    display: flex;
    justify-content: space-between;
    margin-top:15px;
}
.logo{
    min-width:138px;
    height:48px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo img{
    width:48px;
}
.logo span{
    font-family:SegoeSemiBold;
    font-style: italic;
    color:#72114F;
    font-size:16px;
    padding-left:10px;
}
nav>ul li{
    display:inline-block;
    padding:10px 10px;
    text-decoration: none;
    min-height: 23px;
    box-sizing: border-box;
}
nav>ul li a{
    color:#fff;
    font-size:18px;
    font-family:SegoeLight;
}
@media(max-width:1024px){
	.common-menu-item{
		display: none;
	}
}
.burger-menu-switcher{
    position: relative;
    top:5px;
    cursor: pointer;
}
.header-text{
    width:30%;
    margin-top:200px;
}
@media(max-width:1280px){
	.header-text{
		width:40%;
	}
}
.header-text p{
    margin: 25px 0px 15px 0px;
}
.header-container-middle{
    width:100%;
    display: flex;
    justify-content: space-between;
}
.slider-container{
    margin-top:200px;
    width:369px;
    height:361px;
    position: relative;
	z-index: 100;
}
.slider-cover{
    width:306px;
    height:306px;
    background:#C10457;
    position: absolute;
    box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.31);
}
.slider-cover-top{
    left:0;
    top:0;
}
.slider-cover-bottom{
    right:0;
    bottom:0;
}
.slider-main-container{
    width:306px;
    height:306px;
    background: #fff;
    position: absolute;
    left:31px;
    top:31px;
	box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.31);
	overflow: hidden;
}
.slides{
	height: 100%;
	position: relative;
}
.slider-item-pointer{
    display: flex;
    justify-content: flex-end;
    margin:15px 15px 0px 0px;
	position: relative;
	z-index: 999;
}
.slider-item{
    width:6px;
    height: 6px;
    border-radius: 100px;
    background:#72114F;
    margin-right:4px;
    cursor: pointer;
}
.slider-item-active{
    background: #C10457;
}
.slider-content{
    box-sizing: border-box;
    padding:14px 30px;
	height: 100%;
}
.slider-content p{
    margin:15px 0px 15px 0px;
}
.rocket{
    position: absolute;
    z-index: 1001;
    width:400px;
    height:400px;
    transform: rotate(270deg);
}
.main-menu-container{
	position: fixed;
	width:100%;
	height:100%;
	background: linear-gradient(45deg, rgba(114,17,79,1) 0%, rgba(114,17,79,1) 12%, rgba(193,4,87,1) 100%);
	z-index: 1100;
	right:0;
	display: flex;
	align-items: center;
	justify-content: center;
	display: none;
}
.main-menu-inner ul li{
	list-style-type: none;
	display: block;
	padding:25px 0px;
	text-align: center;
	position: relative;
}
.main-menu-inner ul li:before{
	content:'';
	width:100%;
	transform-origin: left;
	transform: scaleX(0);
	height:5px;
	bottom:20px;
	left:0;
	background:#fff;
	display: block;
	position: absolute;
	transition: .3s;
}
.main-menu-inner ul li:hover:before{
	transform: scaleX(1);
}
.main-menu-container{
	text-align: right;
}
.menu-close{
	position: absolute;
	right:5.3%;
	top:30px;
}
@media(max-width:2560px){
    .rocket{
        right:37%;
        bottom:8%;
    }
}
@media(max-width:1920px){
    .rocket{
        right:33%;
        bottom:8%;
    }
}
@media(max-width:1600px){
    .rocket{
        right:31%;
        bottom:5%;
        width:350px;
        height:350px;
    }
}
@media(max-width:1280px){
	.menu-close{
		right:7%;
	}
}
@media(max-width:1024px){
	.rocket{
		width:250px;
		height:250px;
		right:35%;
	}
	.menu-close{
		right:9%;
	}
}
@media(max-width:800px){
	header{
		background: none;
	}
	.rocket{
		display: none;
	}
	.header-container-middle{
		flex-direction: column;
	}
	.slider-container{
		margin-top:35px;
		width:100%;
	}
	.slider-cover{
		width:90%;
	}
	.slider-main-container{
		width:90%;
	}
	.header-text{
		width:100%;
		margin-top:80px;
	}
	.our-teachers{
		margin-top:230px;
	}
	.menu{
		fill:#72114F;
	}
	.dark-menu{
		display: inline;
	}
	.white-menu{
		display: none;
	}
	.menu-close{
		right:12%;
	}
}
@media(max-width:640px){
	.our-teachers{
		margin-top:450px;
	}
	.menu-close{
		right:7%;
	}
}
@media(max-width:568px){
	.our-teachers{
		margin-top:150px;
	}
	.slider-main-container{
		left:16px;
	}
}
@media(max-width:320px){
	.header-text button:last-child{
		margin-left: 0;
		margin-top:15px;
	}
	.slider-main-container{
		height:380px;
	}
	.slider-cover{
		height:100%;
	}
	.slider-cover-bottom{
		top:80px;
	}
}
.container{
    width:100%;
    position: relative;
}
.our-teachers{
    background: #72114F;
    height:480px;
    position: relative;
}
.our-teachers-inner{
    display: flex;
    justify-content: center;
}
.teacher-container{
    display: flex;
    width:40%;
    position: relative;
    z-index: 5;
}
@media(max-width:1920px){
    .teacher-container{
        width:50%;
    }
}
@media(max-width:1366px){
    .our-teachers-inner{
        margin-top:50px;
    }
}
@media(max-width:1024px){
	.our-teachers-inner{
		flex-direction: column;
	}
	.our-teachers{
		height: auto;
	}
	.teacher-container{
		width:100%;
		margin-top:25px;
	}
}
@media(max-width:568px){
	.teacher-container{
		flex-direction: column;
	}
	
}
.teacher-photo-container{
    position: relative;
    width:240px;
    height:240px;
	animation: soar 5s ease infinite;
	transform-style: preserve-3d;
}
.teacher-photo-cover{
    width:226px;
    height:226px;
    position: absolute;
    right:0;
    bottom:0;
    background:#C10457;
    box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.31);
}
.teacher-photo{
    width:226px;
    height:226px;
    position:absolute;
    left:0;
    top:0;
    background: #fff;
	transform: translateZ(10px);
}
.teacher-text-container{
    margin:15px 20px;
    max-width:300px;
}
.teacher-text-container p{
    margin: 15px 0px 15px 0px;
}
.about-subject{
    margin-top:220px;
}
.about-subject{
    display: flex;
    justify-content: space-between;
}
.about-subject-info{
    width:40%;
}
.about-subejct-theme-list{
    width:55%;
}
.about-subject-info-image{
    width:100%;
    height:70%;
    opacity: .5;
    background: url("../images/lamp.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.theme-container{
    width:100%;
    display: flex;
    margin-top:45px;
    padding-bottom:45px;
}
.theme-icon-container{
    width:110px;
    height:110px;
    position: relative;
}
.theme-icon-cover{
    width:89px;
    height:89px;
    background:#C10457;
    right:-15px;
    top:-15px;
    position: absolute;
    box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.31);
}
.theme-icon{
    width:89px;
    height:89px;
    background:#fff;
    position: absolute;
    top:0;
    right:0;
    box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.31);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.theme-description-container{
    position: relative;
    width: 90%;
    margin-left:30px;
    min-height:128px;
    height: auto;
}
.theme-description-cover{
    width: 100%;
    height:100%;
    position: absolute;
    background: #C10457;
    right:-15px;
    top:-15px;
    box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.31);
}
.theme-description{
    width: 100%;
    min-height:100%;
    position: absolute;
    background: #fff;
    box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.31);
    padding:15px;
    box-sizing: border-box;
}
@media(max-width:1024px){
	.theme-container{
		margin-top:55px;
	}
}
@media(max-width:800px){
	.about-subject-info-image{
		display: none;
	}
	.about-subject{
		flex-direction: column;
	}
	.about-subject-info, .about-subejct-theme-list{
		width:100%;
		position: relative;
		z-index: 100;
	}
}
@media(max-width:640px){
	.about-subject{
		margin-top:80px;
	}
}
@media(max-width:568px){
	.theme-container{
		flex-direction: column;
		margin-top:95px;
	}
	.theme-container:first-child{
		margin-top:0px;
	}
	.theme-icon-container{
		width:100%;
	}
	.theme-icon{
		width:96%;
	}
	.theme-icon-cover{
		width:96%;
	}
	.theme-description-container{
		right:20px;
	}
}
@media(max-width:360px){
	.theme-container{
		margin-top:120px;
                padding-bottom:100px;
	}
        
}
.laboratory-work{
    margin-top:60px;
    margin-bottom:60px;
}
.laboratory-work-container, .laboratory-work-list-container{
    display: flex;
}
.laboratory-work-container{
	width: 100%;
    margin-top:25px;
}
.selected-lab-container{
    width:420px;
    height:420px;
    position: relative;
}
.selected-lab-cover{
    width:398px;
    height:398px;
    background:#72114F;
    position: absolute;
    right: 0;
    top:0;
    box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.31);
}
.selected-lab-main{
    width:398px;
    height:398px;
    background:#C10457;
    position: absolute;
    left: 0;
    bottom:0;
    box-shadow:     0px 0px 5px 0px rgba(50, 50, 50, 0.31);
    box-sizing: border-box;
    padding:20px;
}
.laboratory-work-info-item{
    margin-top:20px;
}
.last-laboratory-work-list-container{
    margin-left:20px;
}
.last-laboratory-work-list-container ul li{
    display: block;
    width:414px;
    height:82px;
    margin-top:20px; 
    position: relative;
}
.last-laboratory-work-list-container ul li:first-child{
    margin-top: 0px;
}
.last-laboratory-item-cover{
    width:394px;
    height:70px;
    right:0;
    top:0;
    background: #72114F;
    position: absolute;
    box-shadow:     0px 0px 5px 0px rgba(50, 50, 50, 0.31);
}
.last-laboratory-title{
    width:394px;
    height:70px;
    bottom:0;
    left:0;
    background: #C10457;
    position: absolute;
    box-shadow:     0px 0px 5px 0px rgba(50, 50, 50, 0.31);
}
.last-laboratory-title{
    display: flex;
    justify-content: left;
    align-items: center;
    padding:20px;
    box-sizing: border-box;
    cursor: pointer;
}
.laboratory-work-info{
    margin-left: 25px;
    max-width: 50%;
}
@media(max-width:1600px){
    .laboratory-work{
        padding-top:70px;
    }
    .last-laboratory-work-list-container ul li{
        width:300px;
    }
    .last-laboratory-item-cover{
        width:290px;
    }
    .last-laboratory-title{
        width:290px;
    }
}
@media(max-width:1024px){
	.laboratory-work-container{
		flex-direction: column;
	}
	.laboratory-work-info{
		max-width:100%;
		margin-top:15px;
		margin-left:0px;
	}
}
@media(max-width:800px){
	.laboratory-work-list-container{
		flex-direction: column;
	}
	.last-laboratory-work-list-container{
		margin-left:0px;
		margin-top:15px;
	}
	.selected-lab-container{
		width:100%;
		height:350px;
	}
	.selected-lab-cover{
		height:320px;
	}
	.selected-lab-main{
		height:320px;
	}
	.selected-lab-cover{
		width:99%;
	}
	.selected-lab-main{
		width:97%;
	}
	.last-laboratory-work-list-container ul li{
		width:100%;
	}
	.last-laboratory-item-cover{
		width:98%;
	}
	.last-laboratory-title{
		width:98%;
	}
}
@media(max-width:640px){
	.selected-lab-container{
		height:390px;
	}
	.selected-lab-cover{
		height:370px;
	}
	.selected-lab-main{
		height:370px;
	}
}
@media(max-width:568px){
	.selected-lab-container{
		height:500px;
	}
	.selected-lab-cover{
		height:470px;
	}
	.selected-lab-main{
		height:470px;
	}
}
.register-form{
    margin-top: 80px;
    height:600px;
    background: url("../images/raster/reg-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.register-form-cover{
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:#72114F;
    opacity: .6;
}
.register-form-innner{
    position: relative;
    z-index: 20;
    padding:65px 0px;
    display: flex;
    justify-content: space-between;
}
.on-both-sides-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media(max-width:1600px){
    .forgot-password{
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .forgot-password span{
        margin-top:15px;
    }
}
@media(max-width:1024px){
	.register-form-innner{
		flex-direction: column;
	}
	.register-form-inner-container{
		margin-top:25px;
	}
	.register-form{
		height:780px;
	}
}
@media(max-width:640px){
	.flex-ver-container{
		flex-direction: column;
	}
	.register-form{
		height:950px;
	}
	.flex-ver-container .m-l-35{
		margin-left:0;
	}
	.register-form-inner-container button{
		margin-top:25px;
	}
}
.flex-ver-container{
    display: flex;
}
.test-info-container{
    width:50%;
}
.test-info-container p {
    margin:25px 0px;
}
.test-image-container{
    width:50%;
    height:300px;
    text-align: center;
    opacity:.7;
}
@media(max-width:640px){
	.test-info-container, .test-image-container{
		width:100%;
	}
}
@media(max-width:568px){
	.test-image-container{
		width:60%;
	}
	.test-image-container img{
		width:100%;
	}
}
footer{
    margin-top:50px;
    position: relative;
}
.footer-container{
    background:#72114F;
    height:auto;
    position: relative;
}
.footer-container .container-inner{
    display: flex;
    justify-content: space-around;
    padding:30px 0px;
    position: relative;
    z-index: 5;
}
.footer-container .container-inner div{
    max-width:25%;
}
.footer-site-name{
    margin:0 auto;
    text-align: center;
    padding:25px 0px;
    border-top: 1px solid #C10457;
    max-width:50%;
}
@media(max-width:568px){
	.footer-container .container-inner{
		flex-direction: column;
	}
	.footer-container .container-inner div{
		max-width:100%;
		margin-top:23px;
		border-top:1px solid #C10457;
		padding-top:23px;
	}
	.footer-container .container-inner div:first-child{
		margin-top:0px;
		padding-top:0px;
		border: 0;
	}
}

/*Текст*/
p, .content ul li, .content ol li, .single-page-lab-preview ol li, .single-page-lab-preview ul li{
    font-family:SegoeLight;
    font-size:18px;
}
.content ul li, .content ol li, .single-page-lab-preview ol li, .single-page-lab-preview ul li{
	list-style-position:inside;
	margin:9px 0;
}
b{
    font-family: SegoeSemiBold;
    font-size:18px;
}
h1{
    font-family: SegoeSemiBold;
    font-size:38px;
    line-height: 40px;
}
h2{
    font-family: SegoeSemiBold;
    font-size:28px;
}
h3{
    font-family: SegoeSemiBold;
    font-size:21px;
}
h4{
    font-family: Segoe;
    font-size:21px;
    font-weight: 500;
}
.dark{
    color:#72114F;
}
.light{
    color:#C10457;
}
a{
    text-decoration: none;
}
.sub-title-small{
    font-size:16px;
    font-family:Segoe;
}
.white{
    color:#fff;
}
.default{
    font-size:16px;
    font-family:SegoeLight;
}
.big{
	font-size:21px;
    font-family:Segoe;
}
option{
    color:#000;
}
.underlined{
    text-decoration: underline;
}
.default-list li{
    font-size:18px;
    list-style-type: none;
    font-family: SegoeLight;
    color:#fff;
    line-height:35px;
}
.default-link{
    font-size:18px;
    text-decoration: none;
    font-family: SegoeLight;
    color:#fff;
}
.access-informer{
    max-width:70%;
    margin:0 auto;
    text-align:center;
    padding:35px;
    background:#fff;
    box-shadow:     0px 0px 5px 0px rgba(50, 50, 50, 0.31);
    margin-top:25px;
    
}
/*----------*/
/*Елементи форми*/
button{
    display: inline-block;
    position: relative;
    border: 0;
    outline: none;
    background: none;
    cursor: pointer;
    transition: .3s;
}
button div{
    position: relative;
    z-index: 999;
    color:#fff;
    font-family:Segoe;
    font-size:13px;
    background:#C10457;
    padding: 15px 38px;
    transition: .3s;
    left:0;
    top:0;
}
.alternative-button div{
    background: #fff;
    color:#C10457;
}
button div::before{
    content: '';
    position: absolute;
    top:0;
    left:0;
    background:#72114F;
    width:0%;
    height:100%;
    transition: .3s;
}
.alternative-button div::before{
    background: #E6E6E6;
}
button div span{
    position: relative;
    z-index: 999;
}
button::before{
    content: '';
    width:100%;
    height:100%;
    border: 3px solid #C10457;
    box-sizing: border-box;
    position: absolute;
    right:-9px;
    bottom:-9px;
}
.alternative-button::before{
    border: 3px solid #fff;
}
button:hover div{
    left:9px;
    top:9px;
}
button:hover div:before{
    width:100%;
}
.form-element{
    margin-top:20px;
}
label{
    font-size:18px;
    font-family:SegoeLight;
    color:#fff;
    position: relative;
    bottom:30px;
    display: block;
    transition: .3s;
}
input[type="text"],input[type="password"],select{
    border: 0;
    outline: none;
    width:363px;
    border-bottom:3px solid #fff;
    background: none;
    color:#fff;
    font-family:SegoeLight;
    padding-bottom:6px;
    font-size: 16px;
}
select{
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
     user-select: none;

    -webkit-appearance: none;
    -moz-appearance: radio-container;
     appearance: none;
}
input[type="text"]:focus + label, input[type="password"]:focus + label, input[type='text']:not(:placeholder-shown) + label, input[type='password']:not(:placeholder-shown) + label{
    font-size:12px;
    bottom:45px;
}
@media(max-width:1600px){
    input[type='text'],input[type='password'],select{
        width:300px;
    }
}
@media(max-width:320px){
	input[type='text'],input[type='password'],select{
        width:270px;
    }
	.test-image-container{
		display: none;
	}
}
/*----*/

/*svg*/
.cls-2 {
  fill: #72114f;
}
.cls-1 {
  fill: #fff;
}
.cover{
    position: relative;
    z-index: 2;
}
.cls-3 {
    fill: #fff;
}
.cls-4 {
    fill: #72114f;
}
@media(max-width:1920px){
    .teachers-cover-bottom{
        top:70px;
    }
}
@media(max-width:1600px){
    .teachers-cover-bottom{
        top:90px;
    }
}
@media(max-width:1366px){
    .teachers-cover-bottom{
        top:60px;
    }
}
@media(max-width:1280px){
    .teachers-cover-bottom{
        top:76px;
    }
}
@media(max-width:800px){
	.teachers-cover-bottom{
		top:70px;
	}
}
@media(max-width:640px){
	.teachers-cover-bottom{
		top:50px;
	}
}
@media(max-width:568px){
	.teachers-cover-bottom{
		top:35px;
	}
	.big{
		font-size:18px;
	}
}
@media(max-width:360px){
	.teachers-cover-bottom{
		top:33px;
	}
}
@media(max-width:320px){
	.teachers-cover-bottom{
		top:28px;
	}
}
.footer-cover{
    position: relative;
    top:6px;
}
.register-form-cover-white{
	position: absolute;
	width:100%;
	bottom:-6px;
	z-index: 999;
}
/*----*/


/*Декоративні елементи*/
.decoration_one{
    width:400px;
    height:400px;
    background:url("../images/decoration_one.svg");
    position: absolute;
    opacity: .1;
    background-repeat: no-repeat;
    background-size: contain;
    bottom:50px;
    left:-200px;
    transform: rotate(45deg);
}
.decoration_two{
    width:500px;
    height:500px;
    background:url("../images/decoration-two.svg");
    position: absolute;
    opacity: .4;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 3;
}
.decoration_three{
    width:500px;
    height:500px;
    background:url("../images/decoration_three.svg");
    position: absolute;
    opacity: .4;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 3;
    left:-300px;
    top:250px;
    transform: rotate(45deg);
}
@media(max-width:1366px){
    .decoration_three{
        left:-350px;
    }    
}
.decoration_two_v1{
    bottom:-200px;
    left:-300px;
}
.decoration_two_v2{
    bottom:-50px;
    right:0px;
    z-index: 1;
}
.decoration_two_v3{
    height:100%;
    left:-100px;
    top:0;
    z-index: 1;
}
@media(max-width:568px){
	.decoration_two{
		width:300px;
		height:300px;
	}
	.decoration_two_v2{
		display: none;
	}
}
/*---*/
.m-l-15{
    margin-left:15px;
}
.m-l-35{
    margin-left:35px;
}
/*---*/

@keyframes rocket{
	100%{
		bottom:100%;
		right:80%;
		opacity: 0;
	}
}
@keyframes soar{
	
	
}
