@charset "UTF-8";



 
body{
	font-family: "Open Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: <weight>;
	font-style: normal;	
	background: url(/img/main_about_bg.jpg);	
	background-attachment: fixed;
}

a {	
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;	
	transition: all 700ms ease;
	outline: none;
	color: var(--mint);
	
}
a:hover {	
	color: var(--orange);
	
}


header{
	display:flex;
	justify-content: center;
}

article{
	display:flex;
	justify-content: center;
	padding: 16px 18px;
}

.logo{
	display:flex;
	justify-content: center;
}

.content {
	background-color: #ffffff;
	border-radius: 8px;
	padding: 10px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	-webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
-moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
}

.region-text{
	color:#8A8A8A;
	font-size:1.5rem;
	text-align:center;
	padding: 10px 0;
	font-weight:700;
}

.social{
	display:flex;
	flex-wrap: nowrap;
	justify-content: space-between;	
}

.social a{
	
}

.social-text{
	color:#8A8A8A;
	font-size:1.1rem;
	text-align:center;
	padding: 10px 0;
	font-weight:700;
}

.messengers-text{
	color:#8A8A8A;
	font-size:1.1rem;
	text-align:center;
	padding: 10px 0;
	font-weight:700;
}




.f-s2{
	font-size:1.5rem;
}

.btn {
	display: inline-block;	
	box-sizing: border-box;
	padding: 10px 20px;
	margin: 0 15px 15px 0;
	outline: none;
	border: 1px solid #fff;
	border-radius: 50px;
	/*height: 46px;*/
	/*line-height: 46px;*/
	font-size: 18px;
	font-weight: 600;
	text-decoration: none;
	color: #38425E;
	background-color: #fff;
	box-shadow: 0 4px 6px rgb(65 132 144 / 10%), 0 1px 3px rgb(0 0 0 / 8%);
	cursor: pointer;
	user-select: none;
	appearance: none;
	touch-action: manipulation;  
	vertical-align: top;
	transition: box-shadow 0.2s;
	width: 100%;
  text-align: center;
}
.btn:focus-visible {
	border: 1px solid #4c51f9;
	outline: none;
}
.btn:hover {
	transition: all 0.2s;
	box-shadow: 0 7px 14px rgb(65 132 144 / 10%), 0 3px 6px rgb(0 0 0 / 8%);
}
.btn:active {
	background-color: #808080;
}
.btn:disabled {
	background-color: #eee;
	border-color: #eee;
	color: #444;
	cursor: not-allowed;
}


















