@font-face {
	font-family: 'FuturaPT';
	src: url('../fonts/FuturaPT-Book.ttf') format('truetype'),
	url("../fonts/FuturaPT-Book.woff2") format("woff2"),
	url("../fonts/FuturaPT-Book.woff") format("woff");
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'FuturaPT';
	src: url('../fonts/FuturaPT-Medium.ttf') format('truetype'),
	url("../fonts/FuturaPT-Medium.woff2") format("woff2"),
	url("../fonts/FuturaPT-Medium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'FuturaPT';
	src: url('../fonts/FuturaPT-Bold.ttf') format('truetype'),
	url("../fonts/FuturaPT-Bold.woff2") format("woff2"),
	url("../fonts/FuturaPT-Bold.woff") format("woff");
	font-weight: 700;
	font-style: normal;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body{
	font-family: 'FuturaPT', sans-serif;
	font-weight: 400;
	line-height: normal;
}

main{
	background: #efebe0;
	padding-bottom: 30px;
}

.container {
	max-width: 1205px;
}

.page_sobor{
	background: #efebe0;
}

.page_row{
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

.page_col{
	width: 50%;
	position: relative;
	padding: 0 15px;
}

.header__main{
	position: relative;
	padding: 10px 0 110px;
	background: #E5D7C0;
	z-index: 1;
}

.header__main:before{
	position: absolute;
	content: '';
	right: 0;
	top: 0;
	height: 100%;
	width: 47%;
	background-color: #BF8641;
	z-index: -1;
}

.hero{
	margin: auto;
	padding: 	1vw 0 0;
	font-size: 27px;
}

.header_subtitle{
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.header_subtitle br{
	display: none;
}

.header_title{
	font-weight: 700;
	font-size: 42px;
	line-height: 52px;
	text-transform: uppercase;
	color: #fff;
	display: inline;
	background-color: #bf8641;
}

.header_title span{
	display: inline-block;
	padding: 0 5px;
}

.header_text{
	font-weight: 500;
	text-transform: uppercase;
	margin-top: 30px;
}

.header_btn_wrap{
	position: relative;
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
}

.header_btn{
	background-color: #066B5D;
	width: 231px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	font-weight: 500;
	font-size: 27px;
	text-transform: uppercase;
}

.requizites{
	position: relative;
	transform-origin: center;
	color: #000;
	transition: all .35s ease;
	top: -20px;
	margin-right: 30px;
}

.requizites:hover{
	color: #bf8641;
}

:root {
	--radius: 90px;
	--frame-size: calc(var(--radius) / 3);
	--d-outer: calc(var(--radius) * 2);
	--d-inner: calc(var(--d-outer) - var(--frame-size));
	--font-size: calc(var(--radius) / 6);
}

.circle {
	position: relative;
	width: var(--d-outer);
	height: var(--d-outer);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.logo {
	position: absolute;
	width: var(--d-inner);
	height: var(--d-inner);
	background: url(/img/arrow.svg);
	background-size: 64px 64px;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center;
	/* filter: contrast(1.5); */
}
.text {
	position: absolute;
	width: 100%;
	height: 100%;
	font-size: 22px;
	transform: rotate(-100deg);
	transition: all .35s ease;
	text-transform: uppercase;
}

.requizites:hover .text{
	transform: rotate(-140deg);
}

.text p span {
	position: absolute;
	display: inline-block;
	padding: 0 2px;
	left: 50%;
	font-weight: 500;
	transform-origin: 0 var(--radius);
}
.text p span:nth-child(1){
	margin-left: -5px;
}

.mono_link{
	text-transform: uppercase;
}

.mono_link a{
	color: #000;
	font-weight: 500;
}

.mono_link img{
	margin-right: 30px;
	border-radius: 10px;
}
.wave{
	position: absolute;
	right: 45%;
	top: 5px;
	z-index: -1;
}
.header_img{
	border-top: 1px solid #000;
	border-radius: 100px 100px 0 0;
	margin-top: 35px;
}

#donate{
	background-color: #fff;
	padding: 30px 15px;
}

#donate .main_text{
	font-weight: 400;
	font-size: 30px;
	line-height: 1.3;
	color: #066b5d;
}

#donate .main_text .title{
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 10px;
}

.donate_progress{
	background: #066b5d;
}

.donate_progress_inner{
	background: #bf8641;
}

.payments_links{
	border-color: #066b5d;
}

.payments_bottom{
	padding-top: 20px;font-weight: 300;
	font-size: 25px;
}

.main_footer{
	background: linear-gradient(90deg, #ffb52d 33.1%, #fde92f 100%);
	color: #000;
	font-weight: 300;
	font-size: 18px;
	margin-top: 50px;
	padding: 0;
}

.s_arms{
	padding: 100px 0;
}

.s_arms .container{
	background-color: #fff;
}

.arms_img{
	margin: -80px auto 35px;
}

.arms_text{
	max-width: 540px;
	margin: 20px auto;
	font-size: 22px;
	line-height: 1.3;
	padding: 30px 0 20px;
}

.s_qr_text p{
	margin-bottom: 10px;
	font-size: 18px;
}

.s_qr_text p:nth-child(even){
	font-weight: 500;
	margin-bottom: 25px;
}

.s_title{
	font-weight: 700;
	font-size: 30px;
	line-height: 1.3;
	text-transform: uppercase;
	color: #066b5d;
	margin-bottom: 10px;
}
.s_history{
	margin-top: 50px;
}

.s_history p{
	font-size: 22px;
	margin-bottom: 10px;
}

.gerb_img{
	position: absolute;
	left: -25px;
	bottom: -55px;
}

.s_ready{
	padding: 50px 0 150px;
}

.s_ready_gal{
	display: flex;
	justify-content: space-between;
}

.s_ready_img{
	padding: 10px 5px;
}

.s_ready_img img{
	margin: auto;
	border-radius: 100px 100px 0 0;
}

.s_video{
	padding-bottom: 100px;
}

.s_video_wrap{
	justify-content: space-between;
	align-items: center;
}

.s_video p{
	font-size: 25px;
	font-weight: 500;
	margin: 15px 0;
	max-width: 480px;
}

.s_video_text{
	max-width: 580px;
}

.s_video_list{
	font-size: 16px;
	padding-top: 20px;
}

.s_video_list a{
	color: #000;
	font-size: 20px;
	font-weight: 700;
}

.s_video_list a:hover{
	color: #066b5d;
}

.s_video_item{
	margin-bottom: 20px;
	font-size: 20px;
}

.s_video_item b{
	font-weight: 500;
}

.s_video_icon{
	margin-right: 10px;
} 
iframe{
	max-width: 100%;
}

.footer_text a{
	display: inline-block;
	margin: 10px auto;
	color: #000;
	padding: 10px 15px;
}

.s_qr_img{
	border-radius: 20px;
}
@media(max-width:1280px){
	.gerb_img{
		left: 5px;
		bottom: 5px;
		width: 80px;
	}
	.main_text{
		font-style: normal;
	}
}

@media(max-width:1200px){
	.s_video_iframe{
		margin-top: 30px;
	}
	.s_video_wrap{
		flex-wrap: wrap;
		justify-content: center;
	}
	.hero{
		font-size: 22px;
	}
	.header_title {
		font-size: 38px;
		line-height: 46px;
	}
}

@media(max-width:992px){
	.mono_link{
		flex-direction: column;
	}
	.mono_link img{
		margin: 15px auto;
	}
/*	.s_qr_img{
		width: 200px;
		margin: 20px auto;
	}*/
	.s_qr_row{
		flex-direction: column;
	}
	.arms_img{
		margin-bottom: 0;
	}
	main {
		padding-top: 40px;
	}
	.page_col{
		width: 100%;
	}
	.header__main{
		padding: 40px 0;
	}
	.header_img{
		margin: 15px auto;
		width: 280px;
	}
	.hero {
		text-align: center;
	}
	.header_btn_wrap{
		flex-direction: column;
		align-items: center;
	}
	.requizites {
		top: 0;
		margin: 15px auto;
	}
}
@media(max-width:768px){
	.main_footer{
		padding: 10px 0;
	}
	.footer_text a{
		display: block;
	}
	.s_ready_gal{
		display: flex;
		flex-wrap: wrap;
	}
	.s_ready_img{
		width: 50%;
	}
}
@media(max-width:575px){
	.header_subtitle br{
		display: block;
	}
	.left.donate_start{
		text-align: left;
	}
	#donate{
		text-align: center;
	}
	.s_ready {
		padding: 10px 0 50px;
	}
	.s_arms{
		padding-bottom: 50px;
	}
	.s_history {
		margin-top: 0;
	}
	.hero{
		font-size: 20px;
	}
	.wave{
		display: none;
	}
}