:root{
	--orange: #E57341;
	--orange_l: #F3E6DC;
	--black: #3C3C42;
	--black_70: rgba(60, 60, 66, 0.7);
	--black_20: rgba(60, 60, 66, 0.2);
	--white: #FFFFFF;
	--beige: #F5F3ED;
	--blue: #99B0D9;

	--h1: max(32px, 98rem);
	--h2: max(28px, 86rem);
	--h3: max(24px, 46rem);
	--h4: max(20px, 32rem);
	--h5: max(16px, 28rem);
	--big_body: max(20px, 46rem);
	--article: max(16px, 24rem);
	--body: max(14px, 18rem);

	--ease-out-expo: cubic-bezier(0.19, 1, 0.22, 1);
}
/************************* reset *************************/
html{
	height: 100%;
	margin: 0;
	padding: 0;width: 100%;
	background: var(--beige);
	font-size: 0.052vw;
}
body{
	height: 100%;
	width: 100%;
	position: relative;
	margin: 0;
	padding: 0;
	color: var(--black);
	font-size: var(--body);
	font-weight: 400;
	font-family: 'DM Sans', Arial, Helvetica, sans-serif;
	line-height: 125%;
	letter-spacing: -0.03em;
	min-width: 320px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
h1, h2, h3, h4, h5, p, ul, li, a, span, div, input, textarea, select, form, fieldset, button, dl, dd, dt, figure, figcaption, blockquote, caption, aside, section {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	box-sizing: border-box;
}
img {
	margin: 0;
	padding: 0;
	border-style: none;
	vertical-align: bottom;
}
input, textarea, select, button {
	font-weight: 400;
	font-family: 'DM Sans', Arial, Helvetica, sans-serif;
	vertical-align:middle;
	border: 0;
	outline: 0;
	background: none;
}
a:hover {text-decoration: none;}
ul li {list-style: none;}
::selection {
	background-color: var(--blue);
}
/************************* common styles *************************/
.holder {
	padding: 0 max(16px, 70rem);
}
.holder:after {
	display: block;
	content: '';
	clear: both;
}
h1, .h1 {
	display: block;
	font-family: 'Gambetta';
	font-weight: 500;
	font-size: var(--h1);
	line-height: 100%;
	letter-spacing: -0.03em;
}
h2, .h2 {
	display: block;
	font-family: 'Gambetta';
	font-weight: 500;
	font-size: var(--h2);
	line-height: 100%;
	letter-spacing: -0.03em;
}
h3, .h3 {
	display: block;
	font-family: 'Gambetta';
	font-weight: 500;
	font-size: var(--h3);
	line-height: 100%;
	letter-spacing: -0.03em;
}
h4, .h4 {
	display: block;
	font-family: 'Gambetta';
	font-weight: 500;
	font-size: var(--h4);
	line-height: 100%;
	letter-spacing: -0.03em;
}
h5, .h5 {
	display: block;
	font-weight: 400;
	font-size: var(--h5);
	line-height: 130%;
	letter-spacing: -0.04em;
}
a {transition: all .3s linear;}
p {margin: 0 0 max(18px, 22rem);}
p:last-child {margin: 0;}
p a, .article li a {color: var(--orange);}
.center {text-align: center;}
.upper {text-transform: uppercase;}
.button-holder {text-align: center;}
.button {
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: max(156px, 184rem);
	padding: 11px 20px 11px;
	color: var(--white);
	font-size: var(--body);
	line-height: 125%;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	background: var(--orange);
	border: 1px solid var(--orange);
	border-radius: 50px;
	transition: all .3s linear;
}
.button:hover {
	color: var(--orange);
}
/************************* form-block *************************/
.wpcf7-form-control-wrap input {
	display: block;
	width: 100%;
	height: max(25px, 32rem);
	padding: 0 0 max(6px, 8rem);
	margin: 0 0 20px;
	font-size: var(--body);
	color: var(--white);
	border-bottom: 1px solid var(--white);
	background: none;
	opacity: 0.5;
	transition: all 0.3s linear;
}
.wpcf7-form-control-wrap textarea {
	display: block;
	width: 100%;
	height: 122px;
	padding: 0 0 8px;
	margin: 0 0 20px;
	font-size: var(--body);
	color: var(--white);
	resize: vertical;
	border-bottom: 1px solid var(--white);
	background: none;
	opacity: 0.5;
	transition: all 0.3s linear;
}
.wpcf7-form-control-wrap input:hover,
.wpcf7-form-control-wrap input:focus,
.wpcf7-form-control-wrap textarea:hover,
.wpcf7-form-control-wrap textarea:focus {
	opacity: 1;
}
::-webkit-input-placeholder {color: var(--white);}
:-moz-placeholder {color: var(--white); opacity: 1;}
::-moz-placeholder {color: var(--white); opacity: 1;}
:-ms-input-placeholder {color: var(--white);}
.form-button {padding: max(30px, 44rem) 0 0;}
.check-item {
	position: relative;
	margin: 0 0 10px;
}
.check-input {
	position: absolute;
	left: 0;
	width: 1px;
	height: 1px;
	opacity: 0;
}
.check-label {
	display: block;
	padding: 0 0 0 27px;
	color: #807A7E;
	font-size: 14px;
	line-height: 20px;
	cursor: pointer;
}
.check-label a {color: #fff;}
.check-label:before {
	position: absolute;
	top: 3px;
	left: 0;
	display: block;
	content: '';
	width: 12px;
	height: 12px;
	box-sizing: border-box;
	background: #fff;
	border-radius: 2px;
}
.check-label:after {
	position: absolute;
	top: 3px;
	left: 0;
	display: block;
	content: '';
	width: 12px;
	height: 12px;
	background: url(../images/check.svg) 50% 50% no-repeat;
	background-size: 8px;
	opacity: 0;
}
.check-input:checked + .check-label:after {opacity: 1;}
.check-input:checked + .check-label {color: #D57056;}
/************************* wrapper *************************/
#wrapper {
	position: relative;
	padding-top: 85px;
}
/************************* header *************************/
.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 200;
	background: var(--beige);
	transition: top 0.4s ease-out;
}
.header.hidden {
	top: -90px;
}
.header-dark {
	background: var(--black);
}
.header-block {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	height: 85px;
	padding: 8px 0 0;
	border-bottom: 1px solid var(--black_20);
}
.header.scrolled .header-block {
	border-bottom: 1px solid transparent;
}
.header-logo img {
	width: max(240px, 388rem);
}
.header-nav {
	display: flex;
	align-items: center;
}
.header-nav-list {
	display: flex;
	align-items: center;
	gap: 29px;
	margin: 0 max(80px, 212rem) 0 0;
}
.header-nav-list a {
	color: var(--black);
	text-decoration: none;
	border-bottom: 1px solid transparent;
}
.header-nav-list a:hover,
.header-nav-list .active a {
	color: var(--orange);
}
.header-nav-list .active a {
	border-bottom: 1px solid var(--orange);
}
.header-nav .button {
	flex: 1;
	min-width: max(156px, 184rem);
}
.header-dark .header-block {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.header-dark .header-nav-list a {
	color: var(--white);
}
.header-dark .header-nav-list a:hover,
.header-dark .header-nav-list .active a {
	color: var(--orange);
}
.mob-nav-icon {
	position: absolute;
	top: 50%;
	margin-top: -7px;
	right: 0px;
	z-index: 250;
	width: 23px;
	height: 15px;
	display: none;
}
.mob-nav-icon::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    width: 22px;
    height: 3px;
    background: var(--orange);
	border-radius: 5px;
	transition: all .3s linear;
	transition-delay: 0.3s;
}
.mob-nav-icon::before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 22px;
    height: 3px;
    background: var(--orange);
	border-radius: 5px;
	transition: all .3s linear;
	transition-delay: 0.3s;
}
.mob-nav-icon.active::before {
    top: 5px;
    transform: rotate(45deg);
}
.mob-nav-icon.active::after {
    top: 5px;
    transform: rotate(-45deg);
}
/************************* top *************************/
.top {
	padding: max(57px, 190rem) 0 max(20px, 40rem);
}
.top-block {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	gap: 40px;
}
.top-block h1 {
	width: calc(50% - 20px);
}
.top-block h1:last-child {
	width: 100%;
}
.top-text {
	width: calc(50% - 20px);
	max-width: max(480px, 560rem);
	color: var(--black_70);
	font-size: max(16px, 18rem);
}
/************************* main page *************************/
/************************* banner *************************/
.banner-img {
	position: relative;
	overflow: hidden;
	height: 1000rem;
}
.banner-img img {
	width: 100%;
	min-height: 100%;
	object-fit: cover;
}
.banner-angle {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 29%;
	height: 150rem;
	background: var(--beige);
	border-radius: 0 30px 0 0;
}
.banner-angle::before {
	position: absolute;
	width: 100px;
	height: 100px;
	content: '';
	background: url(/wp-content/uploads/2024/06/angle-1.svg) 0 0 no-repeat;
	bottom: -40px;
	right: -60px;
	transform: scale(1,-1);
}
/************************* banner-video *************************/
.banner-video {
	position: relative;
	height: max(550px, 1000rem);
}
.banner-video video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.banner-video::before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	background: #000;
	opacity: 0.05;
}
.banner-video-angle {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 28%;
	height: 150rem;
	background: var(--beige);
	border-radius: 30px 0 0 0;
}
.banner-video-angle::before {
	position: absolute;
	width: 100px;
	height: 100px;
	content: '';
	background: url(/wp-content/uploads/2024/06/angle-1.svg) 0 0 no-repeat;
	bottom: -40px;
	left: -60px;
	transform: scale(-1,-1);
}
/************************* main-top *************************/
.main-top {
	padding: max(57px, 108rem) 0 max(20px, 40rem);
}
.main-top .top-block h1 {
	width: 50%;
}
.main-top .top-text {
	width: auto;
	max-width: max(320px, 355rem);
	margin: 0 0 9rem 11.5%;
}
/************************* main-about *************************/
.main-about {
	padding: max(60px, 70rem) 0 30px;
}
.main-about h2 {
	margin: 0 0 max(30px, 72rem);
}
.main-about .big {
	max-width: max(280px, 660rem);
}
.main-about .stat {
    padding: max(70px, 160rem) 0 0;
}
/************************* info *************************/
.info {
	padding: max(60px, 155rem) 0 max(110px, 170rem);
}
.info h2 {
	margin: 0 0 max(35px, 95rem);
}
.info-list {
	counter-reset: info;
	padding: 0 0 max(23px, 35rem);
}
.info-item {
	position: relative;
	display: block;
	padding: 0 0 max(15px, 30rem);
	margin: 0 0 max(27px, 40rem);
	color: var(--black);
	text-decoration: none;
	cursor: default;
	border-bottom: 1px solid var(--black_20);
	transition: all 0.3s linear;
}
.info-item:hover {
	border-bottom: 1px solid var(--orange);
}
.info-content {
	width: calc(50% - 10px);
	margin-left: calc(50% + 10px);
}
.info-item h3 {
	margin: 0 0 12px;
	transition: all 0.3s linear;
}
.info-item:hover h3 {
	color: var(--orange);
}
.info-hidden {
	max-width: max(380px, 484rem);
	color: var(--black_70);
}
.info-text {
	margin: 0 0 20px;
}
.info-more {
	display: none;
}
.info-item::before {
	position: absolute;
	top: 6rem;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: max(28px, 34rem);
	height: max(28px, 34rem);
	box-sizing: border-box;
	padding-top: 2rem;
	counter-increment: info;
	content: counter(info) ".";
	border: 1px solid var(--black_20);
	border-radius: 50%;
}
.info .button {
	max-width: max(156px, 226rem);
}
/************************* main-ew *************************/
.main-ew {
	position: relative;
}
.main-ew-banner {
	position: relative;
	overflow: hidden;
	height: 1000rem;
}
.main-ew-banner img {
	width: 100%;
	min-height: 100%;
	object-fit: cover;
}
.main-ew-title {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 max(19px, 70rem) max(13px, 28rem);
	background: var(--beige);
	border-radius: 0 0 30px 0;
}
.main-ew-title::before {
    position: absolute;
    width: 100px;
    height: 100px;
    content: '';
    background: url(/wp-content/uploads/2024/06/angle-1.svg) 0 0 no-repeat;
    top: -40px;
    right: -60px;
    transform: scale(1, 1);
}
.main-ew-title h2 {
	position: relative;
}
.main-ew-block {
	position: absolute;
	right: 0;
	bottom: 0;
	width: max(380px, 530rem);
	padding: max(30px, 50rem) max(25px, 30rem) 10rem;
	background: var(--beige);
	border-radius: 30px 0 0 0;
}
.main-ew-block::before {
    position: absolute;
    width: 100px;
    height: 100px;
    content: '';
    background: url(/wp-content/uploads/2024/06/angle-1.svg) 0 0 no-repeat;
    left: -60px;
    bottom: -40px;
    transform: scale(-1, -1);
}
.main-ew-text {
	position: relative;
	width: max(320px, 370rem);
	margin: 0 0 40px;
	color: var(--black_70);
	font-size: max(16px, 18rem);
}
.main-ew-block .button {
	position: relative;
}
/************************* main-news *************************/
.main-news {
	padding: max(110px, 180rem) 0 max(110px, 170rem);
}
.main-news h2 {
	margin: 0 0 max(50px, 66rem);
}
.main-content {
	width: calc(50% - 10px);
	margin-left: calc(50% + 10px);
}
.news {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 min(-40px, -100rem);
	padding: 0 0 max(49px, 58rem);
}
.news .blog-col {
	width: calc(50% - 10px);
	margin: 0 0 max(40px, 100rem);
	padding: 0;
}

/************************* other pages *************************/
/************************* about *************************/
.about {
	padding: max(60px, 65rem) 0 max(110px, 175rem);
}
.story {
	padding: 0 0 max(80px, 150rem);
}
.story h2 {
	margin: 0 0 max(40px, 90rem);
}
.story-content {
	width: calc(50% - 10px);
	margin-left: calc(50% + 10px);
}
.story-content .big {
	margin: 0 0 max(25px, 40rem);
}
.story-text {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	color: var(--black_70);
}
.story-text-col {
	width: calc(50% - 10px);
}
.stat {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 0 max(110px, 200rem);
}
.stat-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: calc(50% - 10px);
}
.stat-item {
	width: calc(50% - 10px);
	padding: 20px 0 0;
	border-top: 1px solid var(--black_20);
}
.stat-item h5 {
	margin: 0 0 max(5px, 16rem);
}
.stat-num {
	font-family: 'Gambetta';
    font-weight: 500;
    font-size: max(50px, 138rem);
    line-height: 110%;
    letter-spacing: -0.03em;
}
/************************* team *************************/
.team h2 {
	margin: 0 0 max(40px, 132rem);
}
.team-item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	margin: 0 0 max(70px, 170rem);
}
.team-item:last-child {
	margin: 0;
}
.team-reverse {
	flex-direction: row-reverse;
}
.team-content {
	width: calc(50% - 10px);
	padding-top: max(30px, 57rem);
}
.team-content .big {
	margin: 0 0 max(30px, 40rem);
}
.team-text {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	color: var(--black_70);
}
.team-text-col {
	width: calc(50% - 10px);
}
.team-img {
	width: 42.4%;
	position: relative;
	overflow: hidden;
}
.team-img img {
	width: 100%;
	border-radius: 20px;
}
.team-angle {
	position: absolute;
	top: 0;
	left: 0;
	width: 26.5%;
	height: 90rem;
	background: var(--beige);
	border-radius: 0 0 20px 0;
}
.team-angle::before,
.team-angle::after {
	position: absolute;
	width: 70px;
	height: 70px;
	content: '';
	background: url(/wp-content/uploads/2024/06/angle-2.svg) 0 0 no-repeat;
}
.team-angle::before {
	top: -30px;
	right: -40px;
}
.team-angle::after {
	bottom: -40px;
	left: -30px;
}
.team-name {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: max(16px, 35rem) 20rem 0 max(20px, 40rem);
	background: var(--beige);
	border-radius: 20px 0 0 0;
}
.team-name h3 {
	position: relative;
	z-index: 10;
}
.team-name::before,
.team-name::after {
	position: absolute;
	width: 70px;
	height: 70px;
	content: '';
	background: url(/wp-content/uploads/2024/06/angle-2.svg) 0 0 no-repeat;
	transform: scale(-1,-1);
}
.team-name::before {
	top: -40px;
	right: -30px;
}
.team-name::after {
	bottom: -30px;
	left: -40px;
}
.team-reverse .team-name {
	left: 0;
	right: auto;
	padding: max(16px, 35rem) max(20px, 40rem) 0 0;
	border-radius: 0 20px 0 0;
}
.team-reverse .team-name::before,
.team-reverse .team-name::after {
	transform: scale(1,-1);
}
.team-reverse .team-name::before {
	top: -40px;
	left: -30px;
}
.team-reverse .team-name::after {
	bottom: -30px;
	right: -40px;
	left: auto;
}
/************************* strategy *************************/
.strategy {
	padding: max(70px, 97rem) 0 max(90px, 207rem);
}
.strategy-section {
	margin: 0 0 max(110px, 160rem);
}
.strategy-section:last-child {margin: 0;}
.strategy-title {
	display: flex;
	margin: 0 0 max(45px, 120rem);
}
.strategy-title-num {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 0 max(7px, 15rem);
	width: max(20px, 37rem);
	height: max(20px, 37rem);
	padding-top: max(1px, 2rem);
	font-size: max(11px, 18rem);;
	border: 1px solid var(--black_70);
	border-radius: 50%;
}
.strategy-content {
	width: 50%;
	margin-left: 50%;
}
.strategy-content-top {
	margin: 0 0 max(50px, 75rem);
}
.strategy-content-top .big {
	max-width: max(500px, 755rem);
}
.strategy-content-top .big:last-child {
	margin: 0;
}
.strategy-content-text {
	max-width: max(340px, 430rem);
	margin: 0 0 max(50px, 55rem);
	color: var(--black_70);
}
.strategy-content-text:last-child {margin: 0;}
.strategy-content-top h4 {
	margin: 0 0 max(10px, 20rem);
}
.strategy-info h4 {
	margin: 0 0 max(28px, 50rem);
}
.strategy-info-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 0 max(20px, 50rem);
}
.strategy-info-item {
	width: calc(50% - 10px);
	padding: max(15px, 23rem) 0 max(30px, 50rem);
	border-top: 1px solid var(--black_20);
}
.strategy-info-item h5 {
	position: relative;
	margin: 0 0 max(8px, 20rem);
	padding: 0 0 0 20px;
}
.strategy-info-item h5::before {
	position: absolute;
	top: max(9px, 17rem);
	left: 0;
	content: '';
	width: 10px;
	height: 10px;
	background: var(--orange);
	border-radius: 50%;
	transform: translateY(-50%);
}
.strategy-info-text {
	color: var(--black_70);
}
/************************* insurance *************************/
.insurance {
	overflow: hidden;
	padding: 17rem 0 0;
}
.insurance .holder {
	padding: 0 20px;
}
.insurance-wrap {
	position: relative;
	padding: 225rem 0 max(110px, 210rem);
	display: flex;
	background: var(--black);
	border-radius: 30px;
}
.ins-angle {
	position: absolute;
	top: 0;
	left: 0;
	width: 46.5%;
	height: 197rem;
	background: var(--beige);
	border-radius: 0 0 30px 0;
}
.ins-angle::before,
.ins-angle::after {
	position: absolute;
	width: 100px;
	height: 100px;
	content: '';
	background: url(/wp-content/uploads/2024/06/angle-1.svg) 0 0 no-repeat;
}
.ins-angle::before {
	top: -40px;
	right: -60px;
}
.ins-angle::after {
	bottom: -60px;
	left: -40px;
}
.ins-angle-bottom {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 25.3%;
	height: 102rem;
	background: var(--beige);
	border-radius: 30px 0 0 0;
}
.ins-angle-bottom::before,
.ins-angle-bottom::after {
	position: absolute;
	width: 100px;
	height: 100px;
	content: '';
	background: url(/wp-content/uploads/2024/06/angle-1.svg) 0 0 no-repeat;
	transform: scale(-1,-1);
}
.ins-angle-bottom::before {
	top: -60px;
	right: -40px;
}
.ins-angle-bottom::after {
	bottom: -40px;
	left: -60px;
}
.insurance-img {
	width: 46.5%;
	padding: 167rem 0 0 105rem;
}
.insurance-img img {
	width: 100%;
}
.insurance-img-wrap {
	position: relative;
	overflow: hidden;
	border-radius: 20px;
}
.insurance-img-top {
	position: absolute;
	top: 0;
	right: 0;
	width: 26.5%;
	height: 90rem;
	background: var(--black);
	border-radius: 0 0 0 20px;
}
.insurance-img-top::before,
.insurance-img-top::after {
	position: absolute;
	width: 70px;
	height: 70px;
	content: '';
	background: url(/wp-content/uploads/2024/06/angle-3.svg) 0 0 no-repeat;
	transform: scale(-1, 1);
}
.insurance-img-top::before {
	top: -30px;
	left: -40px;
}
.insurance-img-top::after {
	bottom: -40px;
	right: -30px;
}
.insurance-img-bottom {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 28.2%;
	height: 90rem;
	background: var(--black);
	border-radius: 0 20px 0 0;
}
.insurance-img-bottom::before,
.insurance-img-bottom::after {
	position: absolute;
	width: 70px;
	height: 70px;
	content: '';
	background: url(/wp-content/uploads/2024/06/angle-3.svg) 0 0 no-repeat;
	transform: scale(1, -1);
}
.insurance-img-bottom::before {
	top: -40px;
	left: -30px;
}
.insurance-img-bottom::after {
	bottom: -30px;
	right: -40px;
}
.insurance-top {
	position: absolute;
	top: -17rem;
	left: 50rem;
	color: var(--black);
}
.insurance-content {
	padding: 0 105rem 0 80rem;
	color: var(--white);
}
.insurance-text {
	max-width: max(330px, 420rem);
	margin: 0 0 max(45px, 108rem);
}
.insurance-item {
	margin: 0 0 max(45px, 67rem);
}
.insurance-item:last-child {margin: 0;}
.insurance-item h3 {
	margin: 0 0 max(15px, 25rem);
}
.insurance-tag {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 max(25px, 31rem);
    padding: 6px 15px;
    color: var(--white);
    font-size: var(--body);
    line-height: 125%;
    text-align: center;
    background: var(--orange);
    border-radius: 50px;
}
.list {
	padding: 0 0 0 20px;
}
.list li {
	list-style-type: disc;
}
/************************* charity *************************/
.charity {
	padding: max(130px, 200rem) 0 max(50px, 40rem);
}
.charity-type {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	counter-reset: section;
}
.charity-type-item {
	width: calc(50% - 10px);
	margin: 0 0 max(30px, 70rem);
}
.charity-type-item h5 {
	position: relative;
	padding: 0 0 max(10px, 12rem);
	margin: 0 0 max(10px, 18rem);
	border-bottom: 1px solid var(--black_20);
}
.charity-type-text {
	position: relative;
	padding: 0 0 0 max(34px, 46rem);
	color: var(--black_70);	
}
.charity-type-text::before {
	position: absolute;
	top: 0;
	left: 0;
	counter-increment: section;
	content: "0" counter(section) ".";
	color: var(--orange);
}
/************************* blog *************************/
.finale-banner {
	position: relative;
	overflow: hidden;
	height: 1000rem;
}
.finale-banner img {
	width: 100%;
	min-height: 100%;
	object-fit: cover;
}
.finale-banner .banner-angle {
	position: absolute;
	left: auto;
	right: 0;
	bottom: 0;
	width: 53%;
	height: 150rem;
	background: var(--beige);
	border-radius: 30px 0 0 0;
}
.finale-banner .banner-angle::before {
	position: absolute;
	width: 100px;
	height: 100px;
	content: '';
	background: url(/wp-content/uploads/2024/06/angle-1.svg) 0 0 no-repeat;
	bottom: -40px;
	left: -60px;
	right: auto;
	transform: scale(-1,-1);
}
.finale {
	padding: 1px 0 max(110px, 180rem);
}
.finale .strategy-content {
	position: relative;
	margin-top: -92rem;
}
/************************* blog *************************/
.blog {
	padding: max(58px, 193rem) 0 max(110px, 160rem);
}
.blog h1 {
	margin: 0 0 max(30px, 80rem);
}
.tags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 0 max(30px, 35rem);
	padding: 0 0 max(20px, 40rem);
	border-bottom: 1px solid var(--black_20);
}
.tags a {
    padding: 3px 20px;
    color: var(--black);
    font-size: var(--body);
    line-height: 125%;
    text-decoration: none;
    background: transparent;
    border: 1px solid var(--orange);
    border-radius: 50px;
}
.tags a:hover {
	color: var(--orange);
	background: var(--orange_l);
}
.tags .active,
.tags .active:hover {
	color: var(--white);
	background: var(--orange);
}
.blog-block {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px min(-40px, -80rem);
}
.blog-col {
	width: 25%;
	padding: 0 10px;
	margin: 0 0 max(40px, 80rem);
}
.blog-item {
	display: flex;
	flex-direction: column;
	color: var(--black);
	text-decoration: none;
}
.blog-img {
	overflow: hidden;
	margin: 0 0 15px;
	border-radius: 15px;
}
.blog-img img {
	width: 100%;
	transition: all 0.3s linear;
}
.blog-item:hover .blog-img img {
	transform: scale(1.05);
}
.blog-item h4 {
	margin: 0 0 24px;
}
.blog-text {
	margin: 0 0 max(25px, 50rem);
	color: var(--black_70);
}
.blog-more {
	margin: auto 0 0;
	padding: 0 0 5px;
	border-bottom: 1px solid var(--black_20);
}
.more-link {
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.more-link::after, .more-link::before {
	position: absolute;
	top: 50%;
	right: -30px;
	content: '';
	width: 22px;
	height: 13px;
	background: url(/wp-content/uploads/2024/06/arrow.svg) 0 0 no-repeat;
	background-size: contain;
	transform: translateY(-40%);
	transition: all 0.3s linear;
}
.more-link::before {
	background: url(/wp-content/uploads/2024/06/arrow-orange.svg) 0 0 no-repeat;
	background-size: contain;
	opacity: 0;
}
.more-link:hover::after {
	right: -36px;
	opacity: 0;
}
.more-link:hover::before {
	right: -36px;
	opacity: 1;
}
.blog-item:hover {
	color: var(--orange);
}
.blog-item:hover .more-link::after {
	right: -36px;
	opacity: 0;
}
.blog-item:hover .more-link::before {
	right: -36px;
	opacity: 1;
}
/************************* breadcrumbs *************************/
.breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0 0 max(30px, 60rem);
}
.breadcrumbs li {
	display: flex;
	align-items: center;
	gap: 13px;
	margin: 0 13px 0 0;
	padding: 0;
	color: rgba(255, 255, 255, 0.5);
	list-style: none;
}
.breadcrumbs li:before {
	content: '//';
}
.breadcrumbs li:first-child:before {display: none;}
.breadcrumbs a {
	color: rgba(255, 255, 255, 0.5);
	text-decoration: none;
}
.breadcrumbs a:hover {color: rgba(255, 255, 255, 1);}
/************************* article page *************************/
.article-top {
	position: relative;
	height: max(610px, 920rem);
	padding: max(40px, 75rem) 0 max(62px, 102rem);
	background: var(--black);
	border-radius: 0 0 30px 30px;
}
.article-top .holder {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.article-top::before {
	position: absolute;
	top: -85px;
	left: 0;
	right: 0;
	height: 85px;
	content: '';
	background: inherit;
	pointer-events: none;
}
.article-top-wrap {
	margin: auto 0 0;
	color: var(--white);
}
.article-top-wrap h1 {
	margin: 0 0 max(20px, 25rem);
}
.article-tag {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 max(20px, 25rem);
    padding: 3px max(16px, 20rem);
    color: var(--white);
    font-size: var(--body);
    line-height: 125%;
    text-align: center;
	text-decoration: none;
    border: 1px solid var(--orange);
    border-radius: 50px;
}
.article-tag:hover {
	color: var(--orange);
	background: var(--orange_l);
}
.article-top-text {
	max-width: max(550px, 830rem);
	margin: 0 0 max(20px, 90rem);
    font-size: var(--article);
    line-height: 130%;
    letter-spacing: -0.03em;
    opacity: 0.5;
}
.article-line {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: max(12px, 15rem);
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.article-scroll {
	display: flex;
	align-items: center;
	gap: max(8px, 14rem);
	color: var(--white);
	text-decoration: none;
}
.article-scroll::before {
	display: block;
	content: '';
	width: 30px;
	height: 30px;
	background: url(/wp-content/uploads/2024/06/scroll-down.svg) 50% 50% no-repeat;
	background-size: contain;
	transition: all 0.3s linear;
}
.article-scroll:hover::before {
	transform: translateY(8px);
}
/************************* article *************************/
.article {
	padding: max(40px, 75rem) 0 max(110px, 180rem);
}
.article-main {
	position: relative;
	padding: 0 0 max(110px, 205rem);
}
.article-side {
	position: absolute;
	top: 0;
	left: max(30px, 70rem);
	bottom: max(110px, 205rem);
}
.share {
	position: sticky;
	top: 50px;
}
.share-text {
	margin: 0 0 max(15px, 25rem);
	font-size: var(--article);
    line-height: 130%;
    letter-spacing: -0.03em;
	text-align: center;
}
.share .webs {
	flex-direction: column;
	gap: 18px;
}
.share .webs-link {
	width: max(47px, 57rem);
	height: max(47px, 57rem);
}
@media screen and (max-width: 1600px) {
	.share .webs-link svg {
		transform: scale(0.85);
	}
}
.article-content {
	max-width: 880px;
	margin: 0 auto;
	font-size: var(--article);
    line-height: 130%;
    letter-spacing: -0.03em;
	color: rgba(60, 60, 66, 0.5);
}
.big {
	margin: 0 0 max(20px, 40rem);
	font-family: 'Gambetta';
    font-weight: 500;
    font-size: var(--big_body);
    line-height: 120%;
    letter-spacing: -0.03em;
}
.article-content .big {
	color: var(--black);
}
.article-content p {
	margin: 0 0 max(20px, 40rem);
}
.article-content p:last-child {
	margin: 0;
}
.article-img {
	padding: max(20px, 16rem) 0 max(40px, 64rem);
}
.article-img img {
	width: 100%;
	border-radius: 30px;
}
.article-blog {
	padding: max(35px, 90rem) 0 0;
	border-top: 1px solid var(--black_20);
}
.article-blog h2 {
	margin: 0 0 max(25px, 64rem);
}
/************************* contacts *************************/
.contacts {
	padding: max(58px, 193rem) 0 max(105px, 180rem);
}
.contacts h1 {
	margin: 0 0 max(20px, 70rem);
}
.orange {color: var(--orange);}
.contacts-block {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.contacts-side {
	width: calc(50% - 20px);
}
.contacts-text {
	max-width: max(280px, 355rem);
	margin: 0 0 max(20px, 45rem);
	color: var(--black_70);
}
.contacts-down {
	display: flex;
	align-items: center;
	justify-content: center;
	width: max(45px, 80rem);
	height: max(45px, 80rem);
	border: 1px solid var(--black_20);
	border-radius: 50%;
}
.contacts-down img {
	height: max(14px, 24rem);
}
.contacts-down:hover {
	transform: translateY(8px);
}
.contacts-info {
	display: flex;
	flex-direction: column;
	gap: max(30px, 50rem);
	width: calc(50% - 20px);
}
.contacts-item {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.contacts-title {
	margin: 0 0 15px;
	opacity: 0.3;
}
.contacts-link {
	font-size: var(--h5);
    line-height: 130%;
	color: var(--black);
	text-decoration: none;
}
.contacts-link:hover {
	color: var(--orange);
}
.webs {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}
.webs-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 37px;
	height: 37px;
	border: 1px solid var(--black_20);
	border-radius: 50%;
}
.webs-link path {
	fill: var(--black);
	transition: all 0.3s linear;
}
.webs-link .icon-x path {
	stroke: var(--black);
}
.webs-link:hover {
	background: var(--orange_l);
	border: 1px solid var(--orange);
}
.webs-link:hover path {
	fill: var(--orange);
}
.webs-link:hover .icon-x path {
	stroke: var(--orange);
}
/************************* 404 *************************/
.page-404 {
	padding: max(40px, 50rem) 0 110px;
}
.page-404 .holder {
	padding: 0 20px;
}
.page-404-block {
	position: relative;
}
.page-404-bg img {
	width: 100%;
}
.page-404-title {
	position: absolute;
	top: 6%;
	left: 2%;
}
.page-404-info {
	position: absolute;
	top: 54.7%;
	left: 51.5%;
	width: 49.5%;
}
.page-404-info .button {
    max-width: max(156px, 226rem);
}
.page-404-text {
	max-width: max(320px, 370rem);
	margin: 0 0 max(28px, 60rem);
	color: var(--black_70);
}
/************************* footer *************************/
.footer {
	margin: auto 0 0;
}
.footer .holder {
	padding: 0 20px;
}
/************************* footer-main *************************/
.footer-main {
	position: relative;
	margin: 0 0 max(30px, 40rem);
}
.footer-main-top {
	overflow: hidden;
	position: relative;
	height: 124px;
	background: url(/wp-content/uploads/2024/06/footer-bg.svg) 50% 0% no-repeat;
	border-radius: 30px 30px 0 0;
}
.footer-main-top::before,
.footer-main-top::after {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 150vw;
	height: 124px;
	background: var(--black);
	content: '';
}
.footer-main-top::before {
	right: 100%;
	margin-right: -600rem;
}
.footer-main-top::after {
	left: 100%;
	margin-left: -800rem;
}
.footer-main-wrap {
	position: relative;
	display: flex;
	padding: 1px 50px max(100px, 205rem);
	color: var(--white);
	background: var(--black);
	border-radius: 0 0 30px 30px;
}
.footer-form {
	width: max(320px, 486rem);
	margin: -3px 0 0;
	position: relative;
}
.form-thanks {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	display: none;
} 
.form-sent .form-thanks {
	display: block;
}
.form-sent .form-main {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}
.footer-form h5 {
	max-width: max(280px, 440rem);
	margin: 0 0 max(25px, 36rem);
}
.footer-info {
	display: flex;
	margin: 0 0 0 414rem;
}
.footer-title {
	margin: 0 0 15px;
	opacity: 0.3;
	font-size:max(16px, 18rem);
}
.footer-nav {
	display: flex;
	flex-direction: column;
	gap: max(30px, 55rem);
	width: 364rem;
	margin: 0 86rem 0 0;
}
.footer-nav-list {
	display: flex;
	flex-direction: column;
	gap: 2px;
}
.footer-nav-list a {
	color: var(--white);
	text-decoration: none;
}
.footer-nav-list a:hover {
	color: var(--orange);
}
.footer-adress {
	display: flex;
	flex-direction: column;
	gap: max(30px, 38rem);
}
.footer-adress-item {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.footer-adress-link {
	font-size: var(--h5);
    line-height: 130%;
	color: var(--white);
	text-decoration: none;
}
.footer-adress-link:hover {
	color: var(--orange);
}
/************************* footer-bottom *************************/
.footer-bottom {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 33px 0 26px;
	border-top: 1px solid var(--black_20);
}
.footer-copy {
	color: var(--black_70);
}
.footer-copy span {
	display: block;
	margin: 0 0 7px;
}
.footer-copy span:last-child {
	margin: 0;
}
.footer-copy a {
	color: var(--black_70);
	text-decoration: none;
}
.footer-copy a:hover {
	color: var(--orange);
}
.footer-mail {
	font-size: max(24px, 58rem);
	line-height: 75%;
	color: var(--black);
	text-decoration: none;
	text-transform: uppercase;
}
.footer-mail:hover {
	color: var(--black_70);
}
/************************* button *************************/
.button {
	overflow: hidden;
}
.button span {
	position: relative;
	z-index: 20;
}
.su_button_circle{
	border-radius: 1000px;
	position: absolute;
	left:0;
	top:0;
	width: 0px;
	height: 0px;
	margin-left: 0px;
	margin-top: 0px;
	pointer-events: none;
}
.explode-circle {
	animation: explode 0.5s forwards;
}
.desplode-circle{
	animation: desplode 0.5s forwards;
}
@keyframes explode {
	0% {
		width: 0px;
		height: 0px;
		margin-left: 0px;
		margin-top: 0px;
		background-color: var(--orange);
	}
	100% {
		width: 480px;
		height: 480px;
		margin-left: -240px;
		margin-top: -240px;
		background-color: var(--orange_l);
	}
}
@keyframes desplode {
	0% {
		width: 480px;
		height: 480px;
		margin-left: -240px;
		margin-top: -240px;
		background-color: var(--orange_l);
	}
	100% {
		width: 0px;
		height: 0px;
		margin-left: 0px;
		margin-top: 0px;
		background-color: var(--orange);
	}
}

/************************* media *************************/
@media screen and (max-width: 1300px) {
	.footer-info {
		margin: 0 0 0 320rem;
	}
	.footer-nav {
		width: 320rem;
		margin: 0 60rem 0 0;
	}
	.blog-col {
		width: 33.33%;
	}
	.share {display: none;}

}
@media screen and (max-width: 1200px) {
	.footer-info {
		margin: 0 0 0 240rem;
	}
	.footer-nav {
		width: 280rem;
		margin: 0 40rem 0 0;
	}
	.story-content {
		width: calc(70% - 10px);
		margin-left: calc(30% + 10px);
	}
	.team-content {
		width: calc(55% - 10px);
	}
	.strategy-content {
		width: 70%;
		margin-left: 30%;
	}
	.finale-banner .banner-angle {
		width: 72%;
	}
}
@media screen and (max-width: 1024px) {
	#wrapper {
		padding-top: 50px;
	}
	.header.hidden {
		top: -60px;
	}
	.header-block {
		height: 50px;
		padding: 0;
		border-bottom: 0;
	}
	.header.scrolled .header-block {
		border-bottom: 0;
	}
	.header-logo {
		position: relative;
		z-index: 20;
	}
	.header-logo a {
		display: block;
		position: relative;
	}
	.header-logo a::before {
		position: absolute;
		top: 0;
		left: 0;
		content: '';
		width: 100%;
		height: 100%;
		background: url(/wp-content/uploads/2024/06/logo-white-w.svg) 0 0 no-repeat;
		background-size: contain;
		opacity: 0;
		transition: all 0.3s linear;
	}
	.header-logo img {
		width: 215px;
		transition: all 0.3s linear;
	}
	.header-logo.vis a::before {
		opacity: 1;
	}
	.header-logo.vis img {
		opacity: 0;
	}
	.header-nav {
		display: flex;
		align-items: center;
	}
	.header-nav-list {
		display: flex;
		align-items: center;
		gap: 29px;
		margin: 0 max(80px, 212rem) 0 0;
	}
	.mob-nav-icon {display: block;}
	body.lock {overflow: hidden;}
	.header-nav {
        background: var(--black);
        z-index: 4;
        flex-direction: column;
		justify-content: center;
		align-items: center;
        position: fixed;
        top: 0;
        left: 0;
		right: 0;
        margin: 0;
		height: 100%;
        border-radius: 0 0 30px 30px;
        transition: all 0.5s ease-in-out;
        pointer-events: none;
        max-height: 0;
        overflow: hidden;
    }
	.header-nav.vis {
        pointer-events: all;
        max-height: calc(100dvh - 5px);
        padding: 100px 0 180px;
    }
    .header-nav-list {
        flex-direction: column;
		align-items: center;
        gap: 30px;
        margin: 0 0 100px;
    }
	.header-nav-list li {
		font-family: 'Gambetta';
		font-weight: 500;
		font-size: 32px;
		line-height: 100%;
		letter-spacing: -0.03em;
		opacity: 0;
        transform: translateY(20px);
		transition: all 0.75s cubic-bezier(0.25, 0.1, 0.1, 1);
		transition-delay: 0s;
	}
	.header-nav.vis .header-nav-list li {
		opacity: 1;
        transform: translateY(0);
	}
	.header-nav.vis .header-nav-list li:nth-child(1) {
        transition-delay: 0.5s;
    }
	.header-nav.vis .header-nav-list li:nth-child(2) {
        transition-delay: 0.6s;
    }
	.header-nav.vis .header-nav-list li:nth-child(3) {
        transition-delay: 0.7s;
    }
	.header-nav.vis .header-nav-list li:nth-child(4) {
        transition-delay: 0.8s;
    }
	.header-nav-list a {
		color: var(--white);
		border-bottom: 0;
	}
	.header-nav-list .active a {
		border-bottom: 0;
	}
	.header-nav .button {
		flex: none;
		opacity: 0;
        transform: translateY(20px);
		transition: all 0.75s cubic-bezier(0.25, 0.1, 0.1, 1);
		transition-delay: 0s;
	}
	.header-nav.vis .button {
		transition-delay: 0.9s;
		opacity: 1;
        transform: translateY(0);
    }
	.footer-main {
		margin: 0 0 max(30px, 40rem);
	}
	.footer-main-top {
		display: none;
	}
	.footer-main-wrap {
		margin: 0 -20px;
		padding: 60px max(16px, 70rem) max(60px, 205rem);
		border-radius: 0;
	}
	.article-top::before {
		top: -55px;
		height: 55px;
	}
	.blog-col {
		width: 50%;
	}
	.story-content {
        width: auto;
        margin-left: 0;
    }
	.stat {
		padding: 0 0 max(80px, 150rem);
	}
	.stat-wrap {
		width: 100%;
	}
	.stat-item {
		margin: 0 0 max(30px, 50rem)
	}
	.team-text-col {
		width: 100%;
	}
	.team-img {
		width: calc(50% - 10px);
	}
	.team-content {
		width: calc(50% - 10px);
		padding: 0;
	}
	.strategy-content {
		width: 100%;
		margin-left: 0;
	}
	.finale {
		padding: 60px 0 max(110px, 180rem);
	}
	.finale-banner .banner-angle {
		width: 50%;
	}
	.finale .strategy-content {
		margin-top: 0;
	}
	.main-content {
		width: auto;
		margin-left: 0;
	}
	.main-top .top-text {
		margin: 0 0 9rem 5%;
	}

	
}
@media screen and (max-width: 767px) {
	.contacts-block {
		display: block;
	}
	.contacts-side {
		width: auto;
		margin: 0 0 40px;
	}
	.contacts-info {
		width: auto;
	}
	.footer-main-wrap {
		display: block;
	}
	.footer-form {
		width: auto;
		margin: 0 0 65px;
	}
	.form-sent .form-main {
		display: none;
	}
	.form-thanks {
		position: static;
	}
	.footer-form .form-thanks h5 {
        max-width: max(320px, 440rem);
    }
	.footer-form h5 {
		max-width: max(280px, 440rem);
		margin: 0 0 max(25px, 36rem);
		font-family: 'Gambetta';
		font-weight: 500;
		font-size: var(--h3);
		line-height: 100%;
		letter-spacing: -0.03em;
	}
	.footer-info {
        display: block;
		margin: 0;
    }
	.footer-nav {
        width: auto;
        margin: 0 0 50px;
    }
	.footer-nav-list {
		gap: 7px;
	}
	.footer-bottom {
		flex-direction: column;
		align-items: flex-start;
		padding: 30px 0 18px;
		margin: 0 -4px;
	}
	.footer-copy span {
		margin: 0 0 4px;
	}
	.footer-mail {
		margin: 0 0 50px;
	}
	.footer-mail:hover {
		color: var(--black_70);
	}
	.article-tag {
		padding: 6px max(16px, 20rem);
	}
	.top-block {
		display: block;
	}
	.top-text {
		width: auto;
		padding: 8px 0 0;
		max-width: max(320px, 560rem);
	}
	.main-top .top-block h1 {
		width: 100%;
	}
	.main-top .top-text {
        max-width: max(320px, 355rem);
        margin: 0;
		padding: 8px 0 0;
    }

}
@media screen and (max-width: 576px) {
	.page-404 .holder {
		padding: 0 16px;
	}
	.page-404-title {
		top: 17px;
		left: 0;
	}
	.page-404-info {
		top: auto;
		bottom: 0;
	}
	.page-404-text {
		max-width: max(172px, 370rem);
	}
	.blog-col {
		width: 100%;
	}
	.banner-img {
		height: 550px;
	}
	.banner-angle {
		left: auto;
		right: 0;
		width: 45.5%;
		height: 56px;
		border-radius: 20px 0 0 0;
	}
	.banner-angle::before {
		width: 70px;
		height: 70px;
		bottom: -30px;
		right: auto;
		left: -40px;
		background: url(/wp-content/uploads/2024/06/angle-2.svg) 0 0 no-repeat;
		transform: scale(-1,-1);
	}
	.story-text-col {
		width: 100%;
	}
	.stat-item {
		width: 100%;
	}
	.team-img {
		width: 100%;
		margin: 0 0 50px;
	}
	.team-content {
		width: 100%;
	}
	.team-angle {display: none;}
	.team-name {
		left: 0;
		right: auto;
		padding: max(16px, 35rem) max(20px, 40rem) 0 0;
		border-radius: 0 20px 0 0;
	}
	.team-name::before,
	.team-name::after {
		transform: scale(1,-1);
	}
	.team-name::before {
		top: -40px;
		left: -30px;
	}
	.team-name::after {
		bottom: -30px;
		right: -40px;
		left: auto;
	}
	.strategy-info-item {
		width: 100%;
	}
	.insurance {
		padding: 0;
	}
	.insurance-wrap {
		margin: 0 -20px;
		padding: 40px 0 max(110px, 210rem);
		display: flex;
		border-radius: 0;
	}
	.ins-angle {display: none;}
	.insurance-content {
		padding: 0 105rem 0 80rem;
		color: var(--white);
	}
	.insurance-img {display: none;}
	.insurance-top {
		position: relative;
		top: auto;
		left: auto;
		color: var(--white);
		margin: 0 0 8px;
	}
	.ins-angle-bottom {
		width: 55%;
		height: 56px;
		border-radius: 20px 0 0 0;
	}
	.ins-angle-bottom::after {
		width: 70px;
		height: 70px;
		background: url(/wp-content/uploads/2024/06/angle-2.svg) 0 0 no-repeat;
		transform: scale(-1,-1);
	}
	.ins-angle-bottom::before {
		display: none;
	}
	.ins-angle-bottom::after {
		bottom: -30px;
		left: -40px;
	}
	.charity-type-item {
		width: 100%;
	}
	.finale {
        padding: 40px 0 max(110px, 180rem);
    }
	.finale-banner {
		height: 550px;
	}
	.finale-banner .banner-angle {
		top: 0;
		left: 0;
		right: auto;
		bottom: auto;
		height: 56px;
		border-radius: 0 0 20px 0;
	}
	.finale-banner .banner-angle::before {
		width: 70px;
		height: 70px;
		background: url(/wp-content/uploads/2024/06/angle-2.svg) 0 0 no-repeat;
		top: -30px;
		left: auto;
		bottom: auto;
		right: -40px;
		transform: none;
	}
	.banner-video-angle {
		width: 45%;
		height: 56px;
		border-radius: 20px 0 0 0;
	}
	.banner-video-angle::before {
		width: 70px;
		height: 70px;
		background: url(/wp-content/uploads/2024/06/angle-2.svg) 0 0 no-repeat;
		bottom: -30px;
		left: -40px;
	}
	.info-item::before {
		display: none;
	}
	.info-item h3 {
		position: relative;
		margin: 0;
	}
	.info-item h3::after {
		position: absolute;
		top: 0;
		right: 0;
		content: '';
		width: 28px;
		height: 28px;
		background: url(/wp-content/uploads/2024/06/down.svg) 50% 50% no-repeat;
		transition: all 0.3s linear;
	}
	.info-item.active h3::after {
		background: url(/wp-content/uploads/2024/06/down-orange.svg) 50% 50% no-repeat;
		transform: rotate(180deg);
	}
	.info-more {
		display: block;
	}
	.info-text {
		margin: 0 0 10px;
	}
	.info-content {
		width: auto;
		margin-left: 0;
	}
	.info-hidden {
		padding: 17px 0 0;
		display: none;
	}


	.main-ew-banner {
		height: 557px;
	}
	.main-ew-block {
		position: relative;
		right: auto;
		bottom: auto;
		width: auto;
		padding: 20px 0 0;
		border-radius: 0;
	}
	.news .blog-col {
		width: 100%;
	}

}


/*Custom*/

span.wpcf7-spinner {
    display: none;
}


input.wpcf7-form-control.wpcf7-submit.has-spinner {
    position: relative;
    z-index: 20;
    color: var(--white);
    font-size: var(--body);
    line-height: 125%;
    text-align: center;
    transition: all .3s linear;
	cursor:pointer;
	padding: 11px 20px 11px;
}

.button:hover input.wpcf7-form-control.wpcf7-submit.has-spinner {
    color: var(--orange);
}

.form-button .button {
    padding: 0;
}

@media (max-width:1024px) {
	.su_button_circle {
    display: none;
}
	
	.button:hover {
    color: var(--white);
}
}

