/*
Theme Name: Donate
Theme URI: https://wordpress.org/
Description: Тема для Wordpress
Author: Divster
Author URI: https://divster.name/
Version: 100.0
*/
@font-face {
	font-family: 'Montserrat';
	src: local('Montserrat Regular'), local('Montserrat-Regular'),
		url('fonts/Montserrat-Regular.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat';
	src: local('Montserrat Medium'), local('Montserrat-Medium'),
		url('fonts/Montserrat-Medium.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat';
	src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'),
		url('fonts/Montserrat-SemiBold.woff2') format('woff2');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat';
	src: local('Montserrat Bold'), local('Montserrat-Bold'),
		url('fonts/Montserrat-Bold.woff2') format('woff2');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat';
	src: local('Montserrat Black'), local('Montserrat-Black'),
		url('fonts/Montserrat-Black.woff2') format('woff2');
	font-weight: 900;
	font-style: normal;
}
/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=);
	list-style-type: none;
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */
*{
	box-sizing: border-box;
}
html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body{
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 1;
	color: #212121;
	height: 100%;
}
body.not-scroll{
	overflow-y: hidden;
}
textarea,input[type=text],input[type=email],input[type=password],input[type=search],input[type=tel],input[type=number]{
	font-family: 'Montserrat', sans-serif;
	border: 1px solid #666;
	background: #fff;
	color: #000;
	outline: none;
}
input[type=submit], button{
	margin: 0;
	-webkit-appearance: none;
	font-family: 'Montserrat', sans-serif;
	outline: none;
	cursor: pointer;
}
button::-moz-focus-inner{
	border: 0;
}
.inner {
	min-width: 280px;
	max-width: 1170px;
	margin: 0 auto;
}
.clearfix:after {
	content: '';
	display: table;
	clear: both;
}
a {
	color: #e66121;
	text-decoration: underline;
	outline: none;
}
a:hover {
	text-decoration: none;
}
.slick-slide{
	outline: none !important;
}
img {
	max-width: 100%;
	height: auto;
}
:invalid {
	box-shadow: none;
}
strong{
	font-weight: bold;
}
em{
	font-style: italic;
}
details summary::-webkit-details-marker{
	display: none;
}
.site-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100%;
	background: #F8F5F5;
	overflow: hidden;
	position: relative;
}
.site-container{
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}
.site-container__bg{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.site-container__bg img{
	width: 100%;
	height: 100%;
	position: absolute;
	inset: 0;
	object-fit: cover;
}
.button {
	min-width: 300px;
	height: 42px;
	padding: 5px 20px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background: #00BCEB;
	border-radius: 3px;
	border: none;
	font-weight: 700;
	font-size: 14px;
	line-height: 17px;
	color: #FFF;
	transition: all 0.2s;
}
.button:hover{
	background: #0094b9;
}
.button i{
	display: block;
	line-height: 0;
	margin: 0 0 0 12px;
}
.button i svg{
	fill: #FFF;
	max-width: 100%;
}
.site-header {
	position: relative;
	padding: 40px 0;
}
.site-header__logos{
	display: flex;
	gap: 50px;
}
.site-header__logo{
	height: 75px;
}
.site-header__logo img{
	width: auto;
	height: 100%;
}
.site-content {
	padding: 115px 0 50px;
	position: relative;
}
.site-content__container {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.site-content__content{
	width: 544px;
	max-width: calc(100% - 300px);
	padding: 30px;
	background: rgba(255, 255, 255, 0.75);
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
	border-radius: 3px;
}
.site-content__title {
	font-weight: 900;
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 25px;
}
.site-content__text {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 40px;
}
.site-content__text p:not(:last-child){
	margin-bottom: 24px;
}
.site-content__image {
	position: relative;
}
.counter {
	width: 281px;
	padding: 20px 15px;
	background: rgba(255, 255, 255, 0.75);
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
	border-radius: 3px;
	border-radius: 6px;
}
.counter__text {
	font-weight: 600;
	font-size: 18px;
	line-height: 32px;
	text-align: center;
}
.counter__number {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 10px 0;
}
.counter__number span{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 52px;
	height: 52px;
	background: #00BCEB;
	border-radius: 3px;
	font-weight: 500;
	font-size: 36px;
	line-height: 32px;
	color: rgba(255, 255, 255, 0.75);
	margin: 0 5px;
}
/* Popup
-----------------------------------------------------------------------------*/
.popup{
	visibility: hidden;
	opacity: 0;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	z-index: 100;
	overflow-y: scroll;
	transition: all 0.2s;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.popup::-webkit-scrollbar{
	display: none;
}
.popup.opened{
	visibility: visible;
	opacity: 1;
}
.popup__overlay{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.popup__overlay-close{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 101;
}
.popup__window{
	position: relative;
	width: 400px;
	max-width: calc(100vw - 30px);
	border-radius: 3px;
	padding: 50px;
	background: #fff;
	filter: drop-shadow(0px 20px 40px rgba(0, 0, 0, 0.1));
	z-index: 102;
	transform: scale(1.3);
	transition:  all 0.3s ease-out 0s;
	opacity: 0;
}
.popup__window.opened{
	opacity: 1;
	transform: scale(1);
}
.popup__close{
	position: absolute;
	top: 24px;
	right: 24px;
	width: 18px;
	height: 18px;
	cursor: pointer;
}
.popup__title {
	font-weight: 700;
	font-size: 23px;
	line-height: 28px;
	margin-bottom: 24px;
}
.form-input {
	margin-bottom: 14px;
}
.form-input input{
	width: 100%;
	height: 30px;
	border: none;
	border-bottom: 1px solid #C6C9CA;
	padding: 0 5px;
	font-size: 15px;
	line-height: 18px;
}
.form-input input::placeholder{
	opacity: 1;
	color: #444;
}
.form-btn {
	margin-top: 30px;
}
#popup-thankyou{
	text-align: center;
}
#popup-thankyou .popup__window{
	padding: 77px 30px;
}
.popup__text{
	font-size: 15px;
	line-height: 24px;
	margin: -13px 0 0px;
}
.wpcf7-not-valid-tip{
	display: none !important;
}
.wpcf7-not-valid{
	border-color: #dc3232 !important;
	color: #dc3232 !important;
}
.wpcf7-not-valid::placeholder{
	color: #dc3232 !important;
}
/* Responsive
-----------------------------------------------------------------------------*/
@media only screen and (max-width: 1370px){
	.site-header {
		padding: 30px 0;
	}
	.site-content {
		padding: 60px 0;
	}
}
@media only screen and (max-width: 1200px){
	.inner{
		margin-left: 15px;
		margin-right: 15px;
	}
}
@media only screen and (max-width: 767px){
	.site-header {
		padding: 20px 0;
	}
	.site-header__logos{
		gap: 20px;
	}
	.site-header__logo {
		height: 40px;
	}
	.site-content {
		padding: 30px 0;
	}
	.site-content__container{
		flex-direction: column;
		align-items: center;
	}
	.site-content__content{
		width: 100%;
		max-width: none;
		margin-bottom: 30px;
	}
	.site-content__title {
		font-size: 22px;
		line-height: 32px;
	}
	.site-content__text {
		font-size: 16px;
		line-height: 22px;
		margin-bottom: 30px;
	}
	.popup__window {
		border-radius: 15px;
		padding: 35px 25px;
	}
	.popup__close {
		top: 15px;
		right: 15px;
	}
	.popup__title {
		font-size: 20px;
		line-height: 26px;
		margin-bottom: 22px;
	}
	.button{
		width: 100%;
		min-width: 0;
	}
}

