/*# sourceMappingURL=lavas-support-to-ukraine.css.map */

.lava-page-content {
	position: relative;
}

.lava-page-content .ukr {
	display: none;
}

.lava-page-content.ukr-text .ukr {
	display: block;
}

.lava-page-content.ukr-text .en {
	display: none;
}

.lava-page-content>section {
	padding: 50px 0;
	background-color: white;
}

.lava-page-content>section:nth-child(2n) {
	background-color: #f4f4f4;
}

.lava-page-content>.title-section {
	padding: 0 0 20px;
}

.lava-page-content>.content-header {
	padding: 0;
	background-repeat: no-repeat;
	background-size: 75% 100%;
	background-position: center right;
	background-color: #fff !important;
}

.lava-page-content>.content-header .section-content {
	position: relative;
}

.lava-page-content>.content-header .lava-logo {
	position: absolute;
	bottom: 10%;
	left: 1%;
	max-width: 20%;
	max-height: 35%;
}

.lava-page-content>.content-header .ukrainian-colors {
	margin-left: auto;
	display: block;
	width: 80%;
	max-height: 185px;
}

.lang-switcher {
	margin-left: auto;
	width: max-content;
}

.lang-switcher .switch-lang {
	padding: 8px 20px;
	color: #444;
	background-color: #f4f4f4;
}

.lang-switcher .switch-lang img {
	width: 100%;
}

.plain-text {
	font-size: 1.3em;
}

.quote-wrap {
	margin: 25px 0;
}

.quote-wrap .quote-author {
	font-size: 1.6em;
	text-align: right;
	font-style: italic;
}

.quote-wrap .quote {
	margin: 0 auto 30px;
	padding: 40px 10%;
	width: 85%;
	display: block;
	box-sizing: border-box;
	background-color: #fafafa;
	font-size: 1.7em;
	font-style: italic;
	line-height: 1.3;
	color: #777;
	border-radius: 20px;
}

.page-title {
	font-size: 4.5em;
}

.section-title {
	margin-bottom: 25px;
	font-weight: bold;
	text-align: center;
}

.dropdown {
	margin-bottom: 30px;
	background-color: #f4f4f4;
	border-radius: 15px;
}

.dropdown.active .dropdown-header, .dropdown .dropdown-header:hover {
	background-color: #cbcbcb;
	cursor: pointer;
}

.dropdown .dropdown-header {
	padding: 10px 20px 10px 120px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 15px;
	transition: all .2s linear;
	background-repeat: no-repeat;
	background-size: 100px auto;
	background-position: left center;
	background-color: #dadada;
}

.dropdown .dropdown-header .dropdown-title {
	margin-right: 25px;
	margin-bottom: 0;
	font-size: 1.7em;
	font-weight: 300;
	color: #444;
}

.dropdown .dropdown-header button {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #f4f4f4;
	color: #444;
	font-size: 18px;
	transition: background-color .2s linear;
}

.dropdown .dropdown-body-content {
	padding: 30px 30px 20px;
}

.dropdown .dropdown-body-content .plain-text {
	font-size: 1.3em;
}

.dropdown .dropdown-body-content .images-wrap {
	margin-bottom: 30px;
	display: flex;
	justify-content: center;
}

.dropdown .dropdown-body-content .images-wrap .dropdown-img-container {
	margin-right: 5%;
	width: 30%;
	display: flex;
	align-items: center;
}

.dropdown .dropdown-body-content .images-wrap .dropdown-img-container:nth-child(3n) {
	margin-right: 0;
}

.dropdown .dropdown-body-content .images-wrap .dropdown-img-container .dropdown-img {
	width: 100%;
}

.subscribtion-form-section {
	padding: 55px 0 115px;
}

.subscribtion-form-section .subscribtion-form-wrapper .subscribtion-form-wrap {
	margin: 0 auto;
	padding: 30px 40px;
	max-width: 700px;
	border-radius: 20px;
	background: #f4f4f4;
	box-shadow: 0 8px 32px 0 rgba(0, 0, 0, .37);
}

.subscribtion-form-section .subscribtion-form-wrapper .subscribtion-form-wrap>.inline-container {
	max-width: initial !important;
}

.subscribtion-form-section .subscribtion-form-wrapper .subscribtion-form-wrap .form-container {
	margin: 0 !important;
}

.subscribtion-form-section .subscribtion-form-wrapper .subscribtion-form-wrap .emailoctopus-form-wrapper input[type="email"] {
	margin-bottom: 0;
}

.subscribtion-form-section .subscribtion-form-wrapper .subscribtion-form-wrap h1 {
	line-height: 1.1;
}

.subscribtion-form-section .subscribtion-form-wrapper .subscribtion-form-wrap input[type=submit] {
	padding: 6px 12px;
	border-radius: 5px;
}

@media screen and (max-width: 1239px) {
	.section-content {
		max-width: 1100px;
	}
	
	.page-title {
		font-size: 4em;
	}
}

@media screen and (max-width: 959px) {
	.section-content {
		max-width: 800px;
	}
	
	.page-title {
		font-size: 3.2em;
	}
}

@media screen and (max-width: 767px) {
	.section-content {
		max-width: 600px;
	}
	
	.dropdown .dropdown-header .dropdown-title {
		font-size: 1.5em;
	}
	
	.dropdown .dropdown-header button {
		padding: 10px 25px;
	}
}

@media screen and (max-width: 540px) {
	.page-title {
		font-size: 2.6em;
	}
	
	.dropdown .dropdown-header {
		padding-left: 20px;
		background-image: none;
	}
	
	.dropdown .dropdown-header.nitro-lazy {
		background-image: none !important;
	}
	
	.dropdown .dropdown-header .dropdown-title {
		margin-right: 10px;
	}
}

@media screen and (max-width: 400px) {
	.dropdown .dropdown-header button {
		padding: 10px 20px;
	}
}
