html {
 background: #f0f0f0;
}
body {
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  background: #f0f0f0;
 font-family: 'Roboto', sans-serif;
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
  background: url(./images/bg.jpg) center top no-repeat;
  background-size: cover;
}

.wrapper {
	flex: 1;
}


a {
	color: #ff8562;
	transition: all 0.2s ease;
}

a:hover, a:focus {
	color: #eb5429;
	text-decoration: none;
}

a, input { outline: none!important;}



.mybut1 {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	background: #ff8562;
	border-radius: 5px;
	padding: 10px 40px;
	border: 0;
	font-size: 24px;
	line-height: 30px;
	font-weight: 500;
	transition: 0.3s all;
}

.mybut1:hover, .mybut1:focus {
	text-decoration: none;
	background: #eb5429;
}

.clear {
	clear: both;
}






/* Main */


.main_block {
	max-width: 850px;
	margin: 0 auto;
	margin-top: 40px;
	background: #fff;
	padding: 40px;
-webkit-box-shadow: 0px 0px 30px 0px rgba(32, 86, 128, 0.15);
-moz-box-shadow: 0px 0px 30px 0px rgba(32, 86, 128, 0.15);
box-shadow: 0px 0px 30px 0px rgba(32, 86, 128, 0.15);
}

.main_logo_cont {
	text-align: center;
}

.main_logo {
	text-align: center;
	display: inline-block;
	border-radius: 10px;
	background: #cee2eb;
	padding: 5px;
}

.main_logo img {
	display: inline-block;
	max-width: 100%;
}

.info h1 {
	font-size: 30px;
	line-height: 30px;
}

.info h2 {
	font-size: 16px;
	line-height: 22px;
	color: #666;
	font-weight: normal;
}

.info > div {
	margin-bottom: 12px;
}

.info_icon {
	float: left;
	width: 35px;
}

.info_icon svg {
	max-width: 24px;
}

.info_text {
	float: left;
	width: calc(100% - 35px);
	border-bottom: 1px solid rgb(240, 240, 240);
	padding-bottom: 12px;
}

.info_text a {
	color: #000;
	font-weight: 400;
}

.social a {
	display: inline-block;
	width: 32px;
	margin-right: 15px;
}

.social .info_text {
	border: 0;
}

.share_mobile {
	display: none;
	text-align: center;
}


/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------АДАПТАЦИЯ----------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media (max-width:1680px){
	

}

@media (max-width:1430px){
	

}

@media (max-width:1350px){
	

}

@media (max-width:1200px){
	
}


@media (max-width:1024px){
	
	
	
}

@media (max-width:992px){
	
.main_logo_cont {
	margin-bottom: 30px;
}

.info h1 {
	text-align: center;
}

.info h2 {
	text-align: center;
	margin-bottom: 20px;
}

.share_mobile {
	display: block;
	margin-top: 15px;
}


}

@media (max-width:768px){
	
}

@media (max-width:575px){
	

}

@media (max-width:480px){
	
	.main_block {
	margin-top: 0px;
	padding: 20px;
}

.main_logo {
	max-width: 150px;
}
	
}

@media (max-width:399px){
	
}