*{
	box-sizing: border-box;
}
html, body{
	width: 100%;
	height: 100%;
}
body{
	/*background-color: #E5E5E5;*/
}
ul{
	list-style: none;
}
.container{
	max-width: 1290px;
	margin: 0 auto;
    padding: 0 75px;
}
.br{
	border-radius: 30px !important;
}
.mp{
	margin-bottom: -50px !important;
}
.mp40{
	margin-bottom: 40px !important;
}
.mp80{
	margin-bottom: 80px !important;
}
.menu__btn{
	display: none;
}
#sidebar{
    display: block;
    position: fixed;
    box-sizing: border-box;
    height: 100%;
    width: 250px;
    transition: all .3s;
    top: 0;
    background: #fff;
    left: -100%;
    z-index: 100;
}
#sidebar.open{
    left: 0;
}
.sidebar__nav{
	width: 94%;
	height: 300px;
	padding: 3%;
}
.sidebar__nav ul li{
	margin-bottom: 20px;
}
.sidebar__nav ul li a{
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    text-decoration: none;
    color: #000;
}
.sidebar__nav ul li a:hover{
	color: #D3EC8A;
}
.button{
	font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    color: #fff;
    background: #E31E25;
    box-shadow: 0px 25px 50px rgba(227, 30, 37, 0.25);
    border-radius: 100px;
    border: none;
    outline: none;
    padding: 26px 39px 26px 39px;
    cursor: pointer;
}
.header{
	width: 100%;
	display: table;
	position: relative;
	margin-bottom: 100px;
}
.header__nav{
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 45px;
    width: 100%;
}
.header__nav ul{
	display: flex;
	justify-content: center;
}
.header__nav ul li{
	margin-right: 20px;
}
.header__nav ul li a{
	font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: gray;
    text-decoration: none;
}
.header__nav ul li a:hover{
	color: #D3EC8A;
    border-bottom: 2px solid #D3EC8A;
}
.logo{
	position: absolute;
	top: 20%;
	left: 10%;
}
.header h1{
	position: absolute;
	font-weight: 700;
    font-size: 35px;
    line-height: 45px;
    color: #fff;
    top: 55%;
    left: 11%;
}
.header h1 span{
	display: block;
}
.bg{
	width: 100%;
	height: auto;
	display: table-cell;
}	
.actions{
	width: 100%;
	display: table;
	position: relative;
	margin-bottom: 140px;
}
.actions h1{
	position: absolute;
	left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    font-weight: 700;
    font-size: 35px;
    line-height: 45px;
    color: #fff;
}
.about{
	width: 100%;
	display: table;
	position: relative;
	margin-bottom: 30px;
	justify-content: center;
	text-align: center;
}
.about h1{
	font-weight: 700;
    font-size: 30px;
    line-height: 39px;
    /*text-align: center;*/
    color: #FF6501;
    margin-bottom: 50px;
}
.about__blocks{
	width: 100%;
	display: flex;
	margin-bottom: 75px;
}
.about__block{
	width: 33%;
	margin-right: 30px;
	background-color: #fff;
	box-shadow: 0px 25px 50px rgba(206, 206, 206, 0.25);
    border-radius: 30px;
    padding: 30px 20px 30px 20px;
}
.about__block:last-child{
	margin-right: 0;
}
.about__block img{
	width: 20%;
	height: auto;
	margin-bottom: 20px;
}
.about__block p{
	font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #000;
}
.about__years{
	width: 100%;
	display: table;
	position: relative;
	justify-content: center;
	text-align: center;
	margin-bottom: 50px;
}
.about__inf{
	position: absolute;
	transform: translate(-50%, 0%);
    left: 50%;
}
.about__inf img{
	margin-bottom: -30px;
}
.about__inf h2{
	font-weight: 400;
	font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #000;
}
.about__inf h2 span{
	font-weight: 700;
	font-size: 30px;
    line-height: 45px;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    display: block;
}
.for__school{
	width: 100%;
	display: table;
	position: relative;
	margin-bottom: 140px;
}
.for__inf{
	position: absolute;
	top: 15%;
	text-align: center;
	justify-content: center;
	width: 100%;
/*	transform: translate(-50%, 0%);
    left: 50%;*/
}
.for__inf h1{
	font-weight: 700;
    font-size: 30px;
    line-height: 39px;
    text-align: center;
    color: #FF6501;
    margin-bottom: 30px;
}
.for__inf p{
	font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: #000;
    margin-bottom: 50px;
}
.for__inf p span{
	display: block;
}
.for__blocks{
	width: 100%;
	display: flex;
	margin-bottom: 60px;
}
.for__block{
	width: 33%;
	margin-right: 30px;
	background-color: #fff;
	box-shadow: 0px 25px 50px rgba(206, 206, 206, 0.25);
}
.for__block:last-child{
	margin-right: 0;
}
.for__block img{
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.for__block h2{
	font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #000;
    padding: 20px;
}
.for__kids{
	width: 100%;
	display: table;
	position: relative;
	margin-bottom: 140px;
}
.rocket{
	position: absolute;
	top: 71%;
	transform: translate(-50%, 0%);
    left: 50%;
}
.for__kids .for__inf{
	top: 0;
}
.special{
	width: 100%;
	display: table;
	position: relative;
	margin-bottom: 140px;
}
.special h1{
	font-weight: 700;
    font-size: 30px;
    line-height: 39px;
    text-align: center;
    color: #FF6501;
    margin-bottom: 55px;
}
.special__blocks{
	width: 100%;
	display: flex;
	margin-bottom: 60px;
	justify-content: center;
}
.special__block{
	width: 33%;
	margin-right: 30px;
	background-color: #fff;
	box-shadow: 0px 25px 50px rgba(206, 206, 206, 0.25);
	text-align: center;
}
.special__block:last-child{
	margin-right: 0;
}
.special__block img{
	width: auto;
	height: 160px;
	margin-bottom: 40px;
}
.special__block h2{
	font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #000;
    padding: 20px;
}
.special h3{
	font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    color: #FF6501;
    margin-bottom: 50px;
}
.special__blocks:last-child{
	background-image: url(../images/stars.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.project{
	width: 100%;
	display: table;
	position: relative;
	margin-bottom: 210px;
}
.project h1{
	font-weight: 700;
    font-size: 30px;
    line-height: 39px;
    text-align: center;
    color: #FF6501;
    margin-bottom: 50px;
}
.project__blocks{
	width: 100%;
	display: flex;
	justify-content: center;
}
.project__block{
	width: 25%;
	margin-right: 30px;
	background-color: #fff;
	box-shadow: 0px 25px 50px rgba(206, 206, 206, 0.25);
	text-align: center;
}
.project__block:last-child{
	margin-right: 0;
}
.project__block img{
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.project__block h2{
	font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #000;
    padding-right: 38px;
    padding-left: 38px;
    margin-bottom: 20px;
}
.project__block h2 span{
	display: block;
}
.project__block small{
	font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    color: #000;
    padding-right: 38px;
    padding-left: 38px;
    display: table-cell;
}
.project__block small span{
	font-weight: 700;
	color: #000;
}
.video{
	width: 100%;
	display: table;
	position: relative;
	margin-bottom: 210px;
}
.video h1{
	font-weight: 700;
    font-size: 30px;
    line-height: 39px;
    text-align: center;
    color: #FF6501;
    margin-bottom: 50px;
}
.youtube{
	position: absolute;
	left: 50%;
    transform: translate(-50%, 0%);
    top: 50%;
    cursor: pointer;
}
.houses{
	width: 100%;
	display: table;
	position: relative;
	margin-bottom: 100px;
	text-align: center;
}
.houses__blocks{
	width: 100%;
	display: flex;
	justify-content: center;
	margin-bottom: 50px;
}
.houses__block{
	width: 33%;
	margin-right: 30px;
	background-color: #fff;
	box-shadow: 0px 25px 50px rgba(206, 206, 206, 0.25);
	text-align: center;
	height: 100%;
}
.houses__block:last-child{
	margin-right: 0;
}
.houses__block img{
	width: 100%;
	height: auto;
	margin-bottom: 80px;
}
.houses__block h2{
	font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #000;
    margin-bottom: 20px;
    margin-right: 26px;
    margin-left: 26px;
}
.houses__block h2 span{
	display: block;
}
.houses__block small{
	font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    color: #000000;
    padding-right: 26px;
    padding-left: 26px;
    display: table-cell;
    padding-bottom: 40px;
}
.arrows{
	display: flex;
	justify-content: center;
	margin-bottom: 60px;
}
.arrows small{
	font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #000;
    margin-right: 38px;
    margin-left: 38px;
}
.arrows small span{
    color: #F57E13;
}
.arrows img{
	cursor: pointer;
}
.sales{
	width: 100%;
	display: table;
	position: relative;
	margin-bottom: 240px;
	text-align: center;
}
.sales h1{
	font-weight: 700;
    font-size: 30px;
    line-height: 39px;
    text-align: center;
    color: #FF6501;
    margin-bottom: 50px;
}
.bus{
    max-width: 1440px;
	margin: 0 auto;
	display: table;
	position: relative;
	margin-bottom: 50px;
}
.bus__blocks{
	position: absolute;
	display: flex;
	justify-content: center;
	top: 9%;
	left: 5%;
}
.bus__block{
	display: table;
	/*background-color: #fff;*/
	text-align: center;
	margin-right: 5px;
	justify-content: center;
}
.bus__block img{
	width: 100%;
	height: auto;
}
.bus__block h2{
	font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    color: #000;
    padding: 40px 45px 20px 45px;
    background-color: #fff;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    margin-top: -30px;
}
.news{
	width: 100%;
	display: table;
	position: relative;
	margin-bottom: 100px;
	text-align: center;
	background-color: #FFFCF4;
	background-image: url(../images/line.svg);
}
/*.abs__container{
	position: absolute;
    top: 15%;
    text-align: center;
    justify-content: center;
    width: 100%;
}*/
.news h1{
	font-weight: 700;
    font-size: 30px;
    line-height: 39px;
    text-align: center;
    color: #FF6501;
    margin-bottom: 50px;
}
.news__blocks{
	width: 100%;
	display: flex;
	justify-content: center;
	margin-bottom: 50px;
}
.news__block{
	width: 33%;
	margin-right: 30px;
	background-color: #fff;
	box-shadow: 0px 25px 50px rgba(206, 206, 206, 0.25);
	text-align: center;
	height: 100%;
}
.news__block:last-child{
	margin-right: 0;
}
.news__block img{
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.news__block h2{	
	font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #000;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
}
.news__block small{
	font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    color: #000;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 20px;
    display: table-cell;
}
.contacts{
	width: 100%;
	display: table;
	position: relative;
	margin-bottom: 250px;
	text-align: center;
}
.contacts h1{
	font-weight: 700;
    font-size: 30px;
    line-height: 39px;
    text-align: center;
    color: #FF6501;
    margin-bottom: 50px;
}
.contacts__blocks{
	width: 80%;
	display: flex;
	justify-content: center;
	margin-left: auto;
    margin-right: auto;
}
.contacts__block:first-child{
	width: 30%;
}
.contacts__block{
	width: 20%;
	background-color: inherit;
	text-align: left;
	height: 100%;
}
.contacts__block h2{
	font-weight: 700;
    font-size: 20px;
    line-height: 40px;
    color: #000;
}
.contacts__block small{
	font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: #000;
}
.contacts__block small span{
	display: block;
}
.message{
	width: 100%;
	display: table;
	position: relative;
	margin-bottom: 170px;
	text-align: center;
}
.message h1{
	font-weight: 700;
    font-size: 30px;
    line-height: 39px;
    text-align: center;
    color: #FF6501;
    margin-bottom: 50px;
}
.message h2{
	font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #000;
    margin-bottom: 30px;
}
.forms{
	display: flex;
	text-align: center;
	justify-content: center;
	margin-bottom: 30px;
}
.forms input{
	background: #fff;
    box-shadow: 0px 25px 50px rgba(206, 206, 206, 0.25);
    border-radius: 30px;
    border: 1px solid #F57E13;
    outline: none;
    margin-right: 2%;
    padding: 20px;
    width: 35%;
}
.forms button{
	padding: 21px 98px 21px 98px !important;
	width: 30%;
}
.message small{
	font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #BBBBBB;
}
.footer{
	width: 100%;
	height: 125px;
	position: relative;
	text-align: center;
	background: #2A2347;
	padding-top: 50px;
}
.footer h2{
	font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}
.footer a{
	position: absolute;
	right: 3%;
	top: 1%;
	border-radius: 50%;
	background-color: #fff;
	width: 50px;
	height: 50px;
	padding-top: 15px;
}
.footer a img{
	width: 25%;
	height: 25%;
}
@media(min-width: 1300px){
	.for__inf{
    	transform: translate(-50%, -50%);
    	left: 50%;
    	top: 50% !important;
    }
    .header h1 {
        font-size: 60px;
        line-height: 75px;
    }
    .header__nav ul li a {
        font-size: 23px;
    }
}
@media(max-width: 1065px){
	.logo {
        width: 30%;
        top: 30%;
    }
    .header h1 {
        font-size: 25px;
        line-height: 32px;
        top: 54%;
    }
    .about__inf img {
        width: 60%;
    }
    .about__inf h2 span {
        font-size: 25px;
        line-height: 34px;
    }
    .about__inf h2 {
        font-size: 16px;
        line-height: 20px;
    }
    .about__inf {
        transform: translate(-50%, 10%);
    }
    .for__block h2 {
        font-size: 15px;
        line-height: 22px;
    }
    .for__block img {
        margin-bottom: 0px;
    }
    .special__block img {
        height: 120px;
        margin-bottom: 10px;
    }
    .special__block h2 {
        font-size: 16px;
        line-height: 25px;
    }
    .project__block h2 {
        font-size: 18px;
        line-height: 23px;
    }
    .project__block small {
        font-size: 12px;
        line-height: 20px;
    }
    .houses__block h2 {
        font-size: 18px;
        line-height: 23px;
    }
    .houses__block small {
        font-size: 12px;
        line-height: 20px;
    }
    .bus__blocks {
        width: 59%;
    }
    .bus__block h2 {
        font-size: 17px;
        line-height: 18px;
        padding: 40px 45px 10px 45px;
    }
    .news__block h2 {
        font-size: 18px;
        line-height: 23px;
    }
    .news__block small {
        font-size: 12px;
        line-height: 20px;
    }
    .contacts__block h2 {
        font-size: 18px;
        line-height: 23px;
        margin-bottom: 10px;
    }
    .contacts__block small {
        font-size: 12px;
        line-height: 20px;
    }
    .contacts {
        margin-bottom: 100px;
    }
    .footer a {
        width: 40px;
        height: 40px;
        padding-top: 10px;
    }
}
@media(max-width: 1065px){
	.rocket {
        top: 85%;
        width: 25%;
    }
    .project__block h2 {
        font-size: 14px;
        line-height: 16px;
        padding-right: 0; 
        padding-left: 0;
    }
    .project__block small {
        padding-right: 0; 
        padding-left: 0; 
    }
}
@media(max-width: 820px){
	.header__nav ul li a {
        font-size: 11px;
    }
    .rocket {
        top: 102%;
        width: 13%;
    }
    .forms button {
        padding: 2% !important;
        width: 30%;
    }
    .contacts__block {
        text-align: center;
        width: 100%;
        margin-bottom: 30px;
    }
    .contacts__block:first-child {
        width: 100%;
    }
    .contacts__blocks {
        display: block;
    }
}
@media(max-width: 760px){
	.actions h1 {
        font-size: 30px;
        line-height: 35px;
    }
    .about__block p {
        font-size: 12px;
        line-height: 19px;    
    }
    .about__inf img {
        width: 50%;
        margin-bottom: -20px;
    }  
    .about__inf h2 span {
        font-size: 20px;
        line-height: 29px;
    }
    .button {
        font-size: 14px;
        line-height: 14px;
        padding: 20px 33px 20px 33px;
    }
    .special__block img {
        height: 75px;
    }
    .special__block h2 {
        font-size: 12px;
        line-height: 20px; 
    }
    .youtube {
        width: 7%;
    }
    .houses__block h2 {
        font-size: 13px;
        line-height: 17px;
    }
    .houses__block img {
        margin-bottom: 30px;
    }
    .houses__block small {
        font-size: 11px;
        line-height: 16px;
    }
    .bus__blocks {
        width: 56%;
        left: 7%;
    } 
    .bus__block {
        display: block; 
        width: 33%;
    }
    .bus__block h2 {
        font-size: 13px;
        line-height: 16px;
        padding: 41px 5px 10px 5px;
    }
    .rocket {
        top: 89%;
        width: 12%;
    } 
    .for__block h2 {
        padding: 0;
    }
    .mp {
        margin-bottom: -10px !important;
    }
}
@media(max-width: 685px){
	.header__nav{
		display: none;
	}
	.menu__btn{
		display: block;
	    width: 30px;
	    height: 20px;
	    z-index: 10;
	    cursor: pointer;
	    position: absolute;
	    right: 10px;
	    top: 20px;
	    display: flex;
	    align-items: center;
	    background-color: transparent;
	    border: none;
	    padding: 0;
	    outline: none;
	}
	.menu__btn span{
		background-color: #fff;
	    height: 2px;
	    width: 100%;
	    transition: all .3s;
	}
	.menu__btn::after,
	.menu__btn::before{
		content: '';
	    width: 100%;
	    height: 2px;
	    background-color: #fff;
	    position: absolute;
	    transition: all .3s;
	}
	.menu__btn::before{
		top: 0;
		left: 0;
	}
	.menu__btn::after{
		bottom: 0;
		right: 0;
		width: 80%;
	}
	.actions h1 {
        font-size: 26px;
        line-height: 25px;
    }
    .about__inf img {
        width: 35%;
    }
    .about__inf h2 {
        font-size: 14px;
        line-height: 18px;
    }
    .for__block h2 {
        font-size: 13px;
        line-height: 19px;
    }
}
@media(max-width: 660px){
	.container {
        padding: 0; 
    }
    .rocket {
        display: none;
    }
}
@media(max-width: 600px){
	.for__kids {
        margin-bottom: 230px;
    }
    .for__school {
        margin-bottom: 230px;
    }
}
@media(max-width: 510px){
	.project__blocks {
        display: block;
    }
    .project__block {
        width: 65%;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 20px;
    }
    .project__block:last-child {
        margin-right: auto;
    }
    .project__block small span {
        display: block;
    }
    .project__block small {
        display: block;
    }
    .project__block img {
        border-radius: 30px;
    }
	.for__inf p {
        font-size: 16px;
        line-height: 19px;
    }
    .houses__block {
        width: 70%;
        margin-right: 0; 
        margin-left: auto;
        margin-right: auto;
    }
    .houses__blocks {
        display: block;
        text-align: center;
    }
    .houses__block:last-child {
        margin-right: auto;
    }
    .houses__block h2 {
        font-size: 18px;
    }
    .houses__block small {
        font-size: 15px;
    }
    .bus__blocks .br {
        border-radius: 10px !important;
    }
    .news__blocks {
        display: block;
    }
    .news__block {
        width: 70%;
        margin-right: 0; 
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 20px;
    }
    .news__block:last-child {
        margin-right: auto;
    }
    .news__block small {
        font-size: 15px;
    }
    .special__blocks {
        display: block;
    }
    .special__block {
        width: 60%;
        margin-right: 0;
        margin-left: auto;
        margin-right: auto;
    }
    .special__block:last-child {
        margin-right: auto;
    }
    .about__blocks {
        display: block;
    }
    .about__block {
        width: 70%;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 10px;
    }
    .about__block:last-child {
        margin-right: auto;
    }
    .bus__block h2 {
        font-size: 10px;
        line-height: 10px;
    }
    .about h1 {
        font-size: 25px;
        line-height: 25px;
    }
    .for__inf h1 {
        font-size: 25px;
        line-height: 25px;
    }
    .special h1 {
        font-size: 25px;
        line-height: 25px;
    }
    .project h1 {
        font-size: 25px;
        line-height: 25px;
    }
    .video h1 {
        font-size: 25px;
        line-height: 25px;
    }
    .sales h1 {
        font-size: 25px;
        line-height: 25px;
    }
    .news h1 {
        font-size: 25px;
        line-height: 25px;
    }
    .contacts h1 {
        font-size: 25px;
        line-height: 25px;
    }
    .message h1 {
        font-size: 25px;
        line-height: 25px;x;
    }
    .project__block h2 {
        font-size: 19px;
        line-height: 20px;
    }
    .project__block small {
        font-size: 14px;
        line-height: 20px;
    }
}
@media(max-width: 410px){
	.youtube {
        top: 58%;
    }
    .for__kids {
        margin-bottom: 350px;
    }
    .for__school {
        margin-bottom: 350px;
    }
    .about__inf {
        width: 90%;
    }
    .header h1 {
        font-size: 18px;
        line-height: 19px;
        top: 54%;
        left: 5%;    
    }
    .logo {
        left: 3%;
    }
    .bus__block h2 {
        width: 93%;
    }
}