@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-Regular.ttf') format('truetype'),
	url("../fonts/Montserrat-Regular.woff2") format("woff2"),
	url("../fonts/Montserrat-Regular.woff") format("woff");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-Bold.ttf') format('truetype'),
	url("../fonts/Montserrat-Bold.woff2") format("woff2"),
	url("../fonts/Montserrat-Bold.woff") format("woff");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-Light.ttf') format('truetype'),
	url("../fonts/Montserrat-Light.woff2") format("woff2"),
	url("../fonts/Montserrat-Light.woff") format("woff");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-Medium.ttf') format('truetype'),
	url("../fonts/Montserrat-Medium.woff2") format("woff2"),
	url("../fonts/Montserrat-Medium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
}
html {
	scroll-behavior: smooth;
}

* {
	box-sizing: border-box;

}

body a:hover {
	opacity: 0.8;
}

body {
	margin: 0;
	position: relative;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
	overflow-x: hidden;
	color: #000;
	background: #EDEDED;
	min-width: 320px;
}
.page_wrap{
	overflow: hidden;
}
a {
	text-decoration: none;
	display: inline-block;

}

ul,
li {
	list-style: none;
	margin: 0;
	padding: 0;
}

h1{
	font-size: 96px;
	font-weight: 400;
	margin: 30px 0 10px;
	color: #fff;
}

h2{
	font-size: 60px;
	font-weight: 700;
	margin: 40px 0;
	color: #263A55;
}

h3{
	font-size: 36px;
	font-weight: 700;
	margin: 30px 0;
}

.container{
	max-width: 1170px;
	padding: 0 15px;
	margin: auto;
}

.img-responsive{
	display: block;
	max-width: 100%;
	height: auto;
}

.text-center{
	text-align: center;
}

.header__main{
	position: relative;
/*	background-image: url(img/header_bg.jpg);*/
background-size: cover;
background-position: top center;
}

.header__main_2{
	background-image: url(img3/header_bg.jpg);
}

.header__main_3{
	background-image: url(img/header_bg_4.jpg);
}

.header__main_4{
	background-image: url(img/header_bg_uniform.jpg);
}

.img_uniform{
	filter: drop-shadow(2px 4px 6px black);
}

.header__top{
	position: relative;
	padding: 7px 0 15px;
	background-color: #fff;
	z-index: 3;
}
.header_top_wrap{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header__logo{
	display: flex;
	align-items: center;
}
.header__logo img{
	position: relative;
	margin-right: 25px;
}
.spt_logo{
	filter: invert(1)
}
.header__right{
	display: flex;
	align-items: center;
}
.header__right.second{
	flex-direction: column;
}
.header__right_top{
	display: flex;
	align-items: center;
}
.social-icons img{
	display: block;
	width: 30px;
	margin-left: 14px;
}
.flex{
	display: flex;
}
.aic{
	align-items: center;
}
.top_sponsors{
	color: #fff;
	text-align: right;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	margin-bottom: 65px;
	position: relative;
	z-index: 3;
}
.top_sponsors p{
	display: inline-block;
	margin: 0;
	padding: 10px;
	background: linear-gradient(to right, #364360, transparent);
}
.top_sponsors a{
	color: #fff;
}
.hero_left{
	width: 50%;
}
.hero{
	padding-bottom: 45px;
}
.hero_2{
	padding-bottom: 85px;
}
.hero_left_content{
	max-width: 560px;
	background: #33415F;
	color: #FFF;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 300;
	padding: 40px 20px 90px;
}

.header__main_3 .hero_left_content{
	background: #394b63;
	box-shadow: 3px 3px 10px 5px #000, 0 0 4px rgba(0, 0, 0, .5) inset
}

.main_title{
	font-size: 25px;
	font-style: normal;
	font-weight: 700;
	line-height: 36px; /* 144% */
	text-transform: uppercase;
	margin-bottom: 16px;
}
.main_subtitle{
	color: #FFD500;
	text-align: center;
	text-transform: uppercase;
	font-size: 25px;
	font-style: normal;
	font-weight: 700;
	margin-bottom: 45px;
}
.p_v2{
	margin-bottom: 55px;
}
.qr_wrap{
	margin: 48px 20px 0 auto;
	justify-content: flex-end;
	font-size: 16px;
}
.qr_descr{
	padding-left: 15px;
	text-align: left;
	
}
.qr_descr span{
	display: block;
}
.main_btn{
	position: relative;
	color: #33415F;
	font-family: Montserrat;
	font-size: 21px;
	font-style: normal;
	font-weight: 700;
	border-radius: 14.085px;
	background: #FFD500;
	margin-top: 45px;
	width: 250px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
	transition: all .35s ease
}

.car_wrap{
	position: absolute;
	width: 50%;
	top: 0;
	right: 0;
	height: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
.car_pickup{
	position: relative;
	margin-bottom: -50px;
}
.header__main_3 .car_pickup{
	margin-bottom: -150px;
	border-radius: 5px;
	filter: grayscale(.3);
	box-shadow: 3px 3px 10px 5px #000, 0 0 4px rgba(0, 0, 0, .5) inset
}
.shevron{
	position: absolute;
	right: 20%;
	bottom: 60px;
}
main{
	background: #EDEDED;
	padding-top: 80px;
}
.main_house{
	padding: 0;
}
a{
	transition: all .35s ease
}
.donate_left{
	width: 950px;
	max-width: 100%;
	padding-right: 15px;
	padding-top: 80px;
}
.donate_left_uniform{
	width: 670px;
}
.donate_title{
	font-weight: 300;
	font-size: 25px;
	line-height: 30px;
	color: #000;
	justify-content: space-between;
	margin-bottom: 25px;
}
.donate_progress{
	position: relative;
	background: #33415F;
	border-radius: 50px;
	height: 21px;
	margin-bottom: 82px;
}
.donate_progress_inner{
	position: absolute;
	content: '';
	left: 0;
	height: 0;
	height: 100%;
	border-radius: 50px;
	background: #FFD500;
}
.donate_right{
	position: relative;
	margin: auto;
	min-width: 240px;
}
.container_uniform{
	width: 1200px;
	max-width: 100%;
}
.donate_right_3{
	display: flex;
	align-items: center;
}
.donate_right_3 img{
	width: 34%;
}
.donate_right_3 .shevron_28{
	width: 65%;
	filter: drop-shadow(2px 4px 6px black);
	border-radius: 5px;
}
.payment_link{
	background: #000000;
	border-radius: 10px;
	width: 245px;
	height: 51px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 36px;
	padding: 10px;
}
.payment_link img{
	max-height: 100%;
}
.payment_link:first-of-type{
	margin-right: 30px;
}
.payments_links{
	border-bottom: 1px solid #FFD500;
	display: inline-flex;
}
.payments_descr{
	color: #000;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	padding: 20px 0 60px;
}
.payments_descr.var_2{
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
}
.payments p{
	max-width: 655px;
}
.f_500{
	font-weight: 600;
	font-size: 16px;
} 
.main_footer{
	text-align: center;
	background: #33415F;
	padding: 15px 5px;
	font-weight: 300;
	font-size: 14px;
	line-height: 18px;
	color: #fff;
}
.main_text{
	font-size: 22px;
	line-height: 32px;
}

.main_text b{
	font-size: 28px;
}
.progress_wrap{
	max-width: 650px;
}
.projects_title{
	color: #33415F;
	font-family: Montserrat;
	font-size: 25px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}
.projects_wrap{
	display: flex;
	overflow-x: scroll;
	justify-content: start;
	margin: 40px 0 60px;
	padding-bottom: 10px;
}
.project_item{
	position: relative;
	display: block;
	min-width: 270px;
	border: 2px solid transparent;
	transition: all .35s ease;
	margin-right: 2px;
	padding: 2px;
	transition: all .35s ease;
}
.projects_2 .project_item:before{
	position: absolute;
	content: '';
	width: 60px;
	height: 60px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale(0);
	background-image: url(../img3/search-icon-design-in-blue-circle-png.webp);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	opacity: 0;
	transition: all .35s ease;
	z-index: 1;
}
.projects_2 .project_item:hover:before{
	opacity: 0.9;
	transform: translate(-50%, -50%) scale(1);
}
.projects_2 .projects_wrap{
	margin-top: 0;
}
.projects_2 .project_item{
	padding-top: 15%;
	overflow: hidden;
}
.projects_2 .project_item img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.project_item:hover{
	border: 2px solid #33415F;
}
.projects_wrap::-webkit-scrollbar {
	width: 12px;
	height: 8px;
}

.projects_wrap::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	border-radius: 10px;
	height: 8px;
}

.projects_wrap::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: rgba(0,0,0,.5);
	-webkit-box-shadow: inset 0 0 6px rgba(255,255,255,.7)
}
.heart_img{
	margin: 30px auto;
}
@media(max-width: 1200px){
	.container_uniform .donate_wrap{
		flex-direction: column-reverse;
	}
	.container_uniform .main_text{
		text-align: center;
		margin-bottom: 20px;
	}
	.header__main_3 .car_pickup{
		margin-bottom: -50px;
		width: 90%;
	}
	.donate_left_uniform{
		padding: 10px 0;
		margin: 20px auto;
		width: auto;
	}
}

@media(max-width: 992px){
	.donate_right_3{
		justify-content: center;
	}
	.donate_right_3 .shevron_28,
	.donate_right_3 img{
		width: auto;
		margin: auto;
	}
	.donate_right_3{
		flex-direction: column-reverse;
	}
	.donate_right_3,
	.donate_left_uniform {
		width: 100%;
	}
	.header__main_3 .car_pickup {
		width: 400px;
		max-width: 100%;
		margin: 20px auto;
	}
	.main_3 .main_text{
		text-align: center;
	}
	main{
		padding-top: 120px;
	}
	.payment_link:first-of-type {
		margin-right: 10px;
	}
	.payments_links {
		display: flex;
	}
	.payment_link{
		max-width: 170px;
		width: auto;
		height: 35px;
		flex-grow: 1
	}

	.shevron {
		bottom: 29px;
		width: 100px;
	}
	.car_pickup {
		margin-bottom: -110px;
	}
	.main_text b{
		font-size: 22px;
		font-style: normal;
		font-weight: 700;
	}
	.main_text{
		font-size: 17px;
		font-style: italic;
		font-weight: 400;
	}
	.donate_progress{
		height: 15px;
		margin-bottom: 42px;
	}
	.donate_title {
		font-size: 14px;
		line-height: 18px;
	}
	.donate_title span{
		display: block;
		font-weight: 700;
		font-size: 16px;
	}
	.donate_finish{
		text-align: right;
	}
	.hero{
		padding: 0;
	}
	.car_wrap{
		position: relative;
		width: 100%;
	}
	.hero_left{
		width: 100%;
	}
	.hero_left_content{
		margin: auto;
	}
	.car_pickup {
		margin-bottom: 0;
	}
}

@media(max-width: 768px){
	.main_3{
		padding-top: 50px;
	}
	.main_3 .main_text br{
		display: none;
	}
	.donate_left{
		width: 100%;
		padding: 0;
	}
	.donate_right {
		margin: auto;
		min-width: 170px;
	}
	.donate_wrap {
		flex-direction: column-reverse;
		padding-top: 22px;
	}
	.qr_descr{
		padding-left: 0;
		margin-top: 10px;
	}
	.qr_wrap{
		margin: 30px auto 0;
		flex-direction: column;
	}
	.main_btn{
		font-size: 18px;
		width: 220px;
		height: 44px;
	}
	.main_subtitle{
		font-size: 20px;
		margin-bottom: 22px;
	}
	.main_title{
		margin: 0 0 20px;
		font-size: 20px;
		line-height: 32px;
	}
	body{
		font-size: 17px;
	}
	.last_p{
		font-size: 16px;
	}
	.hero_left_content{
		padding: 30px 10px 20px;
	}
	.top_sponsors{
		margin-bottom: 40px;
	}
	.top_sponsors p{
		background: linear-gradient(to top, transparent,#364360,transparent);
	}
	.header__right_text{
		font-size: 16px;
		line-height: 18px;
	}
	.social-icons{
		display: flex;
	}
	.header_top_wrap{
		flex-wrap: wrap
	}
	.header__right{
		width: 100%;
		justify-content: space-between;
		margin-top: 10px;
	}
}

@media(max-width: 575px){

	.shevron{
		right: auto;
		left: 270px;
		width: 80px;
		bottom: -45px;
	}
	.car_wrap{
		/* overflow: hidden; */
		display: flex;
		justify-content: flex-start;
	}
	.car_pickup{
		width: 500px;
		max-width: 100%;
	}
}
@media(max-width: 380px){
	.shevron {
		right: auto;
		left: 230px;
		width: 65px;
		/* bottom: 10px; */
	}
	.car_pickup{
		width: 390px;
/*		max-width: 390px;*/
}
}

.s_qr_row{
	justify-content: space-between;
}

.s_qr_img{
	display: flex;
	justify-content: center;
	align-items: center;
}

.s_qr_img img{
	border-radius: 20px;
	margin: auto;
}