* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
	overflow-x:hidden;
	width: 100vw;
	background: #F3F3F3;
	}
	
@media screen and (min-width: 1500px) and (orientation: landscape) {
	
	section {
  width: 100vw;
display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
		  margin: 0 0 0 0;
}

.burger-menu{
	display: none;
}

#section01 {
  background: #F3F3F3;
  height: 110vh;
padding: 0 0 0 0;
}

#section01-bg {
	width: 100vw;
	height: 110vh;
	position: absolute;
  background: url(1.2.JPEG);
  background-size: cover;
  float: center;
}

#container {
	padding-left: 70px;
	padding-right: 70px;
	width: 1500px;
	margin: 10px 70px 0 70px;
	position: relative;
}

nav {width: 1500px;
  height: 100px;
    display: flex;
}

.logofoto{
	width: 100%;
	height:100%;
}

#logo {
	margin-top: 2.5px;
  width: 95px;
  height: 95px;
display: inline-block;
float: left;
}

#word-mark {
  margin: 20px 600px 0 0;
display: inline-block;
width: 330px;
 float: left;
}

#word-mark h2{
	font-family: 'Roboto', sans-serif;
	 font-size: 13px;
	 color: #313D57;
     font-weight: 400;
	 letter-spacing: 0.4px;
 }
 #word-mark h1{
	 font-family: 'Russo One', sans-serif;
	 font-size: 48px;
	 color: #313D57;
line-height: 97%;
 }
 
#menu03{
	display: none;
}

#menu01 {
	float: left;
	display: inline-block;
	width: 300px;
    height: 40px;
	margin: 25px 0 0 0px;
z-index: 1;
}

.button_menu{
   background-color: rgba(255,255,255,0);
    	font-family: 'Roboto', sans-serif;
		word-spacing: none;
	font-size: 36px;
	 color: #313D57;
     font-weight: 200;
    border: none;
    cursor: pointer;
	z-index: 2;
}

.one{
	margin: 0 0 0 20px;
	width: 330px;
	height: 43px;

}

#contact_button{
	display: inline-block;
	float: left;
	width: 170px;
	height: 43px;
	margin: 25px 150px 0 10px;
}

ul {
  list-style: none; 
  margin: 0;
  padding: 0;
}
 li {

}

a {
  display: block;
  text-decoration: none;
  outline: none;
  font-family: 'Roboto', sans-serif;
  font-size: 36px;
	 color: #313D57;
     font-weight: 400;
  transition: 0.5s linear;
}
ul {
  list-style: none; 
  margin: 0;
  padding: 0;
}

.topmenu{
	padding-left: 90px;
	width: 200px;
}

.topmenu > li {
  display: inline-block;
  position: relative;
}
.topmenu > li:last-child {
  margin-right: 0;
}

#menu-cloud{
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 20px solid #3D55AB;
	margin: 15px 0 0 112.5px;
}

#menu-cloud2{
    width: 260px;
    height: 90px;
    background: #3D55AB;
	padding-top: 15px; 
	border-radius: 10px;
}

#menu-cloud2 a{
		color: #E5E5E5;
}

.submenu {
	margin-left: -72.5px;
	padding-top: 5px;
  top: 100%;
  left: 0;
  width: 350px;
  height: 110px;
  z-index: 10;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.submenu li a{
	  font-family: 'Roboto', sans-serif;
  font-size: 18px;
	 color: #313D57;
     font-weight: 400;
	 margin-bottom: 15px;
	 text-align: center;
}

.one ul {
}
.one ul a {
  color: #313D57;
}
.one .submenu {
  display: none;
}
.one ul li:hover .submenu {
  display: block;
}


.button_menu:active, 
.button_menu:focus {
    outline: none;
}

.button_menu-content{
    display: none;
    position: absolute;
    min-width: 160px;
    overflow: auto;
    z-index: 1;
}

.button_menu-content a {
	background-color: rgba(255,255,255,0);
    	font-family: 'Roboto', sans-serif;
	font-size: 36px;
	 color: #313D57;
     font-weight: 200;
  text-decoration: none;
}

.button_menu p{
		font-size: 18px;
     font-weight: 200;
	 float: left;
}

.show {display: block;}


#menu02 {
	display: inline-block;
	width: 360px;
    height: 40px;
	margin-top: 25px;
z-index: 1;
}

.tab p{
	  font-family: 'Roboto', sans-serif;
font-size: 18px;
font-weight: 200;
margin-top: 10px;
}

#menu02 .tab {
  position: relative;
  overflow: hidden;
    margin-bottom: -10px;
}

#menu02 .tab_button1{
			 width: 360px;
	 height: 45px;
	 background: rgba(255,255,255,0);
}

#menu02  .tab input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
#menu02 .tab label {
  position: relative;
  display: block;
font-family: 'Roboto', sans-serif;
font-size: 36px;
font-weight: 400;
  cursor: pointer;
  color: #313D57;
}

#menu02 .tab-content {
	margin: 0 0 0 0;
  max-height: 0;
  overflow: hidden;
  background: rgba(255,255,255,0);
  border: 0 solid #3D55AB;
   border-radius: 0;
  -webkit-transition: max-height .35s;
  -o-transition: max-height .35s;
  transition: max-height .35s;
  z-index: -1;
  opacity: 0;
}
#menu02 .blue .tab-content {
  background: #3498db;
}
#menu02 .tab-content p {
  margin: 30px 0 0 0;
  color: #313D57;
  font-family: 'Roboto', sans-serif;
font-size: 36px;
font-weight: 400;
  
}
/* :checked */
#menu02 .tab input:checked ~ .tab-content {
  max-height: 100vh;
  opacity: 1;
  margin-top: -30px;
}

/* Icon */


#menu02 .tab label::after {
  position: absolute;
  display: block;
  width: 17px;
  height: 17px;
  margin: -8px 0 0 -5px;
  text-align: center;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
  transform: rotate(135deg);
}
#menu02 .tab input[type=checkbox] + label::after {
    content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  border-top: 3px solid #313D57;
  border-right: 3px solid #313D57;
  border-radius: 3px;
  margin-top: 5px;
  margin-left: 10px;
}
#menu02 .tab input[type=radio] + label::after {
  content: "\25BC";
}
#menu02 .tab input[type=checkbox]:checked + label::after {
  transform: rotate(315deg);
  margin-top: 7px;
}
#menu02 .tab input[type=radio]:checked + label::after {
  transform: rotateX(180deg);
}


#menu02 a{
	margin-top: 75px;
}

#air_box{
	 width: 500px;
    height: 80px;
	display: inline-block;
}



#section01_bg2{
	width: 100vw;
	height: 110vh;
	position: absolute;
  float: center;
	background: rgba(130, 162, 242,0.4);
}

.foto_home{
		width: 100%;
    height: 100%;
}

#home_block h1{
	font-family: 'Roboto', sans-serif;
  font-size: 96px;
	 color: #F3F3F3;
	 margin-top: 7vw;
	 margin-bottom: 4vw;
}

.colortext{
	 color: #FFCC51;
}

#home_block p{
	font-family: 'Roboto', sans-serif;
  font-size: 24px;
	 color: #FFCC51;
	text-align: center;
}

#button__home{
	background: #313D57;
		width: 430px;
	height: 85px;
	border-radius: 15px;
	display: inline-block;
	float: left;
	margin-right: 80px;
	padding-top: 29px;
	margin-bottom: 50px;
}

#home_block{
	width: 70vw;
    height: 75vh;
}
}

@media screen and (min-width: 500px) and (width <  1500px) {
	
html, body {
	overflow-x:hidden;
	width: 100vw;
	height: 100vh;
	background: #F3F3F3;
	}

	section {
  width: 100vw;
display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
		  margin: 0 0 0 0;
}

.burger-menu{
	display: none;
}

#section01 {
  background: #F3F3F3;
  height: 66.67vw;
padding: 0 0 0 0;
}

#section01-bg {
	width: 100vw;
	height: 100vh;
	position: absolute;
  background: url(1.2.JPEG);
  background-size: cover;
  float: center;
}

#container {
	padding-left: 4.67vw;
	padding-right: 4.67vw;
	width: 85.3vw;
	margin: 0.6vw 4.67vw 0 4,67vw;
	position: relative;
}

nav {width: 85.3vw;
  height: 6.67vw;
    display: flex;
}

.logofoto{
	width: 100%;
	height:100%;
}

#logo {
	margin-top: 0.17vw;
  width: 6.3vw;
  height: 6.3vw;
display: inline-block;
float: left;
}

#word-mark {
  margin: 1.3vw 23.3vw 0 0;
display: inline-block;
width: 24.67vw;
 float: left;
}

#word-mark h2{
	font-family: 'Roboto', sans-serif;
	 font-size: 0.87vw;
	 color: #313D57;
     font-weight: 400;
	 letter-spacing: 0.03;
 }
 #word-mark h1{
	 font-family: 'Russo One', sans-serif;
	 font-size: 3.2vw;
	 color: #313D57;
line-height: 97%;
 }
 
#menu03{
	display: none;
}

#menu01 {
	float: left;
	display: inline-block;
	width: 20vw;
    height: 2.67vw;
	margin: 1.67vw 0 0 0px;
z-index: 1;
}

.button_menu{
   background-color: rgba(255,255,255,0);
    	font-family: 'Roboto', sans-serif;
		word-spacing: none;
	font-size: 2.4vw;
	 color: #313D57;
     font-weight: 200;
    border: none;
    cursor: pointer;
	z-index: 2;
}

.one{
	margin: 0 0 0 1.3vw;
	width: 22vw;
	height: 2.87vw;

}

#contact_button{
	display: inline-block;
	float: left;
	width: 11.33vw;
	height: 2.87vw;
	margin: 1.67vw 10vw 0 0.6vw;
}

ul {
  list-style: none; 
  margin: 0;
  padding: 0;
}
 li {

}

a {
  display: block;
  text-decoration: none;
  outline: none;
  font-family: 'Roboto', sans-serif;
  font-size: 2.4vw;
	 color: #313D57;
     font-weight: 400;
  transition: 0.5s linear;
}
ul {
  list-style: none; 
  margin: 0;
  padding: 0;
}

.topmenu{
	padding-left: 6vw;
	width: 13.3vw;
}

.topmenu > li {
  display: inline-block;
  position: relative;
}
.topmenu > li:last-child {
  margin-right: 0;
}

#menu-cloud{
    width: 0;
    height: 0;
    border-left: 1vw solid transparent;
    border-right: 1vw solid transparent;
    border-bottom: 1.3vw solid #3D55AB;
	margin: 1vw 0 0 7.5vw;
}

#menu-cloud2{
    width: 17.3vw;
    height: 6vw;
    background: #3D55AB;
	padding-top: 1vw; 
	border-radius: 0.6vw;
}

#menu-cloud2 a{
		color: #E5E5E5;
}

.submenu {
	margin-left: -4.83vw;
	padding-top: 0.3vw;
  top: 100%;
  left: 0;
  width: 23.3vw;
  height: 7.3vw;
  z-index: 10;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.submenu li a{
	  font-family: 'Roboto', sans-serif;
  font-size: 1.2vw;
	 color: #313D57;
     font-weight: 400;
	 margin-bottom: 1vw;
	 text-align: center;
}

.one ul {
}
.one ul a {
  color: #313D57;
}
.one .submenu {
  display: none;
}
.one ul li:hover .submenu {
  display: block;
}


.button_menu:active, 
.button_menu:focus {
    outline: none;
}

.button_menu-content{
    display: none;
    position: absolute;
    min-width: 10.67vw;
    overflow: auto;
    z-index: 1;
}

.button_menu-content a {
	background-color: rgba(255,255,255,0);
    	font-family: 'Roboto', sans-serif;
	font-size: 2.4vw;
	 color: #313D57;
     font-weight: 200;
  text-decoration: none;
}

.button_menu p{
		font-size: 1.2vw;
     font-weight: 200;
	 float: left;
}

.show {display: block;}


#menu02 {
	display: inline-block;
	width: 24vw;
    height: 2.67vw;
	margin-top: 1.67vw;
z-index: 1;
}

.tab p{
	  font-family: 'Roboto', sans-serif;
font-size: 1.2vw;
font-weight: 200;
margin-top: 0.6vw
}

#menu02 .tab {
  position: relative;
  overflow: hidden;
    margin-bottom: -0.6vw;
}

#menu02 .tab_button1{
			 width: 24vw;
	 height: 3vw;
	 background: rgba(255,255,255,0);
}

#menu02  .tab input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
#menu02 .tab label {
  position: relative;
  display: block;
font-family: 'Roboto', sans-serif;
font-size: 2.4vw;
font-weight: 400;
  cursor: pointer;
  color: #313D57;
}

#menu02 .tab-content {
	margin: 0 0 0 0;
  max-height: 0;
  overflow: hidden;
  background: rgba(255,255,255,0);
  border: 0 solid #3D55AB;
   border-radius: 0;
  -webkit-transition: max-height .35s;
  -o-transition: max-height .35s;
  transition: max-height .35s;
  z-index: -1;
  opacity: 0;
}
#menu02 .blue .tab-content {
  background: #3498db;
}
#menu02 .tab-content p {
  margin: 2vw 0 0 0;
  color: #313D57;
  font-family: 'Roboto', sans-serif;
font-size: 2.4vw;
font-weight: 400;
  
}
/* :checked */
#menu02 .tab input:checked ~ .tab-content {
  max-height: 100vh;
  opacity: 1;
  margin-top: -2vw;
}

/* Icon */


#menu02 .tab label::after {
  position: absolute;
  display: block;
  width: 1.13vw;
  height: 1.13vw;
  margin: -0.5vw 0 0 -0.3vw;
  text-align: center;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
  transform: rotate(135deg);
}
#menu02 .tab input[type=checkbox] + label::after {
    content: "";
  display: inline-block;
  width: 1.13vw;
  height: 1.13vw;
  border-top: 0.2vw solid #313D57;
  border-right: 0.2vw solid #313D57;
  border-radius: 0.2vw;
  margin-top: 0.3vw;
  margin-left: 0.6vw;
}
#menu02 .tab input[type=radio] + label::after {
  content: "\25BC";
}
#menu02 .tab input[type=checkbox]:checked + label::after {
  transform: rotate(315deg);
  margin-top: 0.47vw;
}
#menu02 .tab input[type=radio]:checked + label::after {
  transform: rotateX(180deg);
}


#menu02 a{
	margin-top: 5vw;
}

#air_box{
	 width: 33.3vw;
    height: 5.3vw;
	background-color:#ffff00;
	display: inline-block;
}

#content_foto{
		width: 31.13vw;
    height: 100vh;
	display: inline-block;
	margin: 3vw 0 0 60vw;
	float: left;
}

#section01_bg2{
	width: 100vw;
	height: 100vh;
	position: absolute;
  float: center;
	background: rgba(130, 162, 242,0.4);
}

.foto_home{
		width: 100%;
    height: 100%;
}

#home_block h1{
	font-family: 'Roboto', sans-serif;
  font-size: 6.4vw;
	 color: #F3F3F3;
	 margin-top: 13.3vw;
	 margin-bottom: 6.67vw;
}

.colortext{
	 color: #FFCC51;
}

#home_block p{
	font-family: 'Roboto', sans-serif;
  font-size: 1.6vw;
	 color: #FFCC51;
	text-align: center;
}

#button__home{
	background: #313D57;
		width: 28.67vw;
	height: 5.67vw;
	border-radius: 1vw;
	display: inline-block;
	float: left;
	margin-right: 5.3vw;
	padding-top: 1.9vw;
	margin-bottom: 3vw;
}

}

@media screen and (width < 500px) {
		html, body {
	overflow-x:hidden;
	width: 100vw;
	background: #F3F3F3;
	}
	
	section {
  width: 100vw;
display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
		  margin: 0 0 0 0;
}

#section01 {
  background: #F3F3F3;
  height: 100vh;
padding: 0 0 0 0;
}	

#section01-bg {
	width: 100vw;
	height: 100vh;
	position: absolute;
  background: url(1.2.JPEG);
  background-size: cover;
  float: center;
}

#section01_bg2{
	width: 100vw;
	height: 100vh;
	position: absolute;
  float: center;
	background: rgba(130, 162, 242,0.4);
}

#container {
	width: 360px;
	position: relative;
	padding: 0 20px 0 20px;
}

nav {width: 320px;
  height: 45px;
    display: flex;
}

.logofoto{
	width: 100%;
	height:100%;
}

#logo {
	margin-top: 5px;
  width: 30px;
  height: 30px;
display: inline-block;
float: left;
}

#word-mark {
  margin: 20px 0 0 0;
display: inline-block;
width: 310px;
 float: left;
}

#word-mark h2{
opacity: 0;
 }
 #word-mark h1{
	 font-family: 'Russo One', sans-serif;
	 font-size: 20px;
	 color: #313D57;
	 margin-top: -10px;
 }

#menu01 {
	display: none;
}

#contact_button{
	display: none;
}

#menu02 {
   display: none;
}

#content_foto{
	display: none;
}

#content_home{
	width: 360px;
    height: 300px;
	display: inline-block;
	float: left;

}

#home_block h1{
	padding: 110px 0 7px 0px;
    	font-family: 'Roboto', sans-serif;
	font-size: 32px;
	 color: #313D57;
     font-weight: 700;
	 margin-bottom: 50px;
}

#button__home p{
    	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	 color: #FFCC51;
     font-weight: 400;
text-align: center;
}


.colortext{
	 color: #FFCC51;
}

#red_circle{
	margin: 5px 14px 0 0;
	display: inline-block;
		width:9px;
    height:9px;
	border-radius: 50%;
	background: #FF3031;
}

#button__home{
	background: #313D57;
		width: 300px;
	height: 60px;
	display: block;
	border-radius: 15px;
	margin-right: 80px;
	margin-top: 40px;
	padding-top: 18px;
	 text-decoration: none;
}

br{
	 display: none;
}

}