/*
Theme Name: ch
Text Domain: ch
*/
:root {
	--pd:100px;
	--pd2:80px;
	--f46:46px;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
body {
	font-size:18px;
	line-height:1.6;
	font-weight: 600;
	background: #000f1c;
	margin:0;
	color:#fff;
	font-family: "Montserrat", serif;
}
input,textarea,select {
	font-family: "Montserrat", serif;
	font-size:18px;
	line-height:1.6;
	font-weight: 600;
}
a {
	text-decoration:none;
	cursor:pointer;
	transition:all linear .25s;
}
div,a,img,button {
	outline:none;
}
ul {
	list-style:none;
	padding:0;
	margin:0;
}
p {
	margin:0;
}
.fl,.d-flex {
	display:flex;
}
.fw {
	flex-wrap:wrap;
}
.sb {
	justify-content: space-between;
}
.aligncenter {
	align-content: center;
	align-items: center;
}
.container {
	padding: 0 20px;
	max-width: 1240px;
	margin:0 auto;
}
header {
	padding: 24px 0;
}
img {
	display: block;
	max-width: 100%;
}
header .lang {
	margin-left: auto;
	margin-right: 24px;
	position: relative;
}
header .lang > p {
	display: block;
	padding-left: 32px;
	background: url(images/lang.svg) no-repeat left center;
	font-weight: 600;
	font-size: 16px;
	line-height: 140%;
	color: #fff;
	cursor: pointer;
	text-transform: uppercase;
}
header .lang > div {
	position: absolute;
	left: 0;
	top:100%;
	opacity: 0;
	visibility: hidden;
	transition:all linear .25s;
}
header .lang:hover > div {
	opacity: 1;
	visibility: visible;
}
header .lang a {
	font-weight: 600;
	font-size: 16px;
	line-height: 140%;
	color: #fff;
	text-transform: uppercase;
	padding-left: 32px;
}
.btn {
	display: inline-flex;
	min-width: 178px;
	padding: 0 28px;
	height: 48px;
	text-transform: uppercase;
	background: #fdc400;
	border-radius: 32px;
	font-weight: 700;
	font-size: 16px;
	line-height: 150%;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #000f1c;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition:all linear .25s;
	border:0;
}
.btn:hover {
	background: #3d82ff;
}
.text-right {
	text-align: right;
}
.btn img {
	display: block;
	margin-left: 0;
}
.home-link {
	max-width: 188px;
}
#banner {
	position: relative;
	padding: var(--pd) 0 145px;
}
#banner .bg {
	position: absolute;
	z-index: 2;
	left: 0;
	width: 100%;
	height: 100%;
	top:0;
	background: radial-gradient(50% 50% at 50% 50%, rgba(0, 15, 28, 0.5) 0%, #000f1c 100%);
}
#banner .img {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	top:0;
	z-index: 1;
}
#banner .container {
	position: relative;
	z-index: 3;
}
#banner h1 {
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
font-size: 55px;
line-height: 160%;
text-transform: uppercase;
text-align: center;
color: #eee;
margin:0 0 20px;
}
#banner h1 span {
	color: #fdc400;
}
#banner .desc {
	font-weight: 600;
	color: #eee;
	max-width: 1200px;
	margin:0 auto;
}
#banner .desc > div {
	max-width: calc(50% - 12px);
}
#banner .desc strong {
	font-weight: 600;
	color: #fdc400;
}
#banner .container {
	max-width: 1340px;
}
.section-title {
	text-align: center;
	font-weight: 700;
font-size: var(--f46);
line-height: 121%;
text-transform: uppercase;
text-align: center;
color: #fff;
margin:0 0 24px;
}
.section-title span {
	color: #fdc400;
}
#desc1 .section-title {
	margin: 0 0 30px;
}
#desc1 {
	padding: var(--pd) 0;
}
#desc1 .desc {
	gap:20px;
}
#desc1 .desc > div {
	width: 50%;
}
.text {
	font-weight: 600;
}
.text strong {
	font-weight: 600;
	color: #fdc400;
}
.text p + p {
	margin-top: 12px;
}
#desc1 .btn {
	margin-top: 24px;
}
#desc1 img {
	border-radius: 24px;
}
#desc1 .text span {
	display: inline-block;
	background: url(images/arrow.svg) no-repeat center;
	width: 68px;
	height: 20px;
	margin:0 7px;
	vertical-align:middle;
}
#desc2 {
	padding: 0 0 var(--pd);
	text-align: center;
}
#desc2 .desc {
	gap:20px;
}
#desc2 .desc > div {
	max-width: calc(33.33% - 20px*2/3);
	width: 100%;
	border-radius: 24px;
	background: #000;
	padding: 34px 34px var(--pd);
}
#desc2 .btn {
	width: 795px;
	max-width: 100%;
	margin-top: 32px;
}
#desc2 .number {
	font-weight: 500;
font-size: 128px;
line-height: 160%;
text-align: center;
color: #eee;
opacity: 0.7;
margin-top: -97px;
margin-bottom: 35px;
line-height: 1;
}
#desc2 .section-title {
	text-align: left;
	margin:0 0 135px;
}
#desc2 .desc > div:last-child .number {
	opacity: 1;
	color: #fdc400;
}
#desc3 {
	padding: 65px 0 160px;
	background: url(images/bg.svg) no-repeat 60% center;
	background-position: calc(50% + 170px);
}
#desc3 .section-title {
	text-align: left;
}
#desc3 .content {
	max-width: 525px;
	padding-top: 12px;
}
#desc3 .img {
	max-width: 600px;
}
#desc4 {
	padding: var(--pd) 0 var(--pd2);
}
#desc4 .col-left {
	width: 100%;
	max-width: 510px;
	padding-right: 20px;
}
#desc4 .col-right {
	width: 100%;
}
#desc4 .gallery {
	gap:20px;
}
#desc4 .gallery > div {
	width: 100%;
	max-width: 185px;
}
#desc4 .section-title {
	text-align: left;
}
#desc4 img {
	border-radius: 24px;
	width: 100%;
	object-fit: cover;
	height: 200px;
}
#desc4 .gallery > div:nth-child(2) img {
	height: 340px;
}
#desc4 .gallery > div:nth-child(2) {
	max-width: 285px;
}
#desc5 {
	padding: 0 0 var(--pd);
}
#desc5 .col-left {
	width: 100%;
	max-width: 390px;
}
#desc5 .col-right {
	width: 100%;
	max-width: 710px;
	padding-left: 20px;
}
#desc5 .desc1 {
	margin:0 0 24px;
}
#desc5 ul {
	list-style: none;
	padding: 0;
	margin:0;
	font-size: 12px;
line-height: 160%;
}
#desc5 ul li {
	padding-left:44px;
	background: url(images/li.svg) no-repeat left top;
}
#desc5 ul li + li {
	margin-top: 8px;
}
#desc5 table {
	font-size: 12px;
line-height: 160%;
width: 100%;
}
#desc5 table tr td {
	padding: 6px 6px;
}
#desc5 table tr td:first-child {
	white-space: nowrap;
}
#desc5 table tr:nth-child(odd) td {
	background: #7e690e;
}
#desc5 table tr:first-child td {
	background: #fdc400;
	padding: 8px 6px;
	color:#fff;
}
.gmrbw-variation-image {
	display: none !important;
}
.single_variation_wrap .quantity {
	display: none !important;
}
.gmrbw-variation-parent input {
	display: none !important;
}
#catalog {
	padding: 0 0 var(--pd);
}
#catalog .section-title {
	text-align: left;
	margin:0 0 32px;
}
.woocommerce .products ul, .woocommerce ul.products {
	margin:0;
	display: flex;
	flex-wrap: wrap;
	gap:20px;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	float:none !important;
	width: 100% !important;
	max-width: calc(33.33% - 20px*2/3);
	padding: 24px 24px 60px;
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
	background: #fff;
	border-radius: 24px;
	margin:0;
	display: flex;
	margin:0 !important;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
}
.woocommerce .products ul::after, .woocommerce .products ul::before, .woocommerce ul.products::after, .woocommerce ul.products::before {
	display: none;
}
.woocommerce ul.products li.product a img {
	margin:0 0 30px;
}
.woocommerce ul .woocommerce-LoopProduct-link.woocommerce-loop-product__link {
	display: contents;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
	display: block;
	margin:0 0 9px;
	font-weight: 600;
font-size: 18px;
line-height: 133%;
letter-spacing: 0.01em;
padding: 0;
color: #252b42;
width: 100%;
padding-right: 60px;
}
.woocommerce ul.products li.product .price {
	font-weight: 700;
font-size: 16px;
line-height: 125%;
letter-spacing: 0.01em;
color: #2e2e2e;
margin:2px 0 0;
}
.woocommerce ul.products li.product .button {
	display: block;
	cursor: pointer;
	box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
background: #1a1a1a url(images/plus.svg) no-repeat center;
border-radius: 25px;
width: 40px;
height: 40px;
position: absolute;
right: 24px;
bottom: 115px;
transition:all linear .25s;
margin:0;
}
.woocommerce ul.products li.product .button:hover {
	background: #fdc400 url(images/plus.svg) no-repeat center;
}
.gmrbw-variations {
	gap:12px;
	display: flex;
}
.gmrbw-variation .gmrbw-variation-parent {
	display: block;
}
.gmrbw-variation-name {
	font-weight: 400;
font-size: 18px;
line-height: 133%;
letter-spacing: 0.01em;
color: #252b42;
}
.gmrbw-variation-active .gmrbw-variation-name {
color: #fdc400;
}
.gmrbw-variation-selector {
	display: none;
}
.sku {
	width: 100%;
	margin:0 0 10px;
	font-weight: 400;
font-size: 14px;
line-height: 143%;
letter-spacing: 0.01em;
color: #737373;
}
#catalog .btn {
	margin-top: 24px;
}
.partners {
	padding: 20px 0;
	background: #000;
	justify-content: space-around;
	gap:30px;
}
.partners .slick-list {
	padding: 0 20px;
}
.partners img {
	max-height: 50px;
}
.partners .slick-slide {
	width: 185px;
	margin-right: 60px;
	height: 50px;
	display: flex !important;
	align-items: center;
}
#donate {
	padding: var(--pd2) 0 0;
}
#donate .content {
	box-shadow: 4px 4px 16px 0 rgba(0, 0, 0, 0.5);
background: #000;
border-radius: 24px;
padding: 150px 48px 150px;
}
#donate .video {
	margin:0 auto;
	max-width: 550px;
	margin-bottom: -115px;
	display: block;
	border-radius: 30px 30px 0 0;
	position: relative;
}
#donate .video .mute {
	position: absolute;
	left: 20px;
	top: 20px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	z-index: 2;
	background: url(images/mute.svg) no-repeat center;
	background-size: 100% auto;
}
#donate .video .mute.active {
	background: url(images/mute2.svg) no-repeat center;
	background-size: 100% auto;
}
#donate .video video {
	max-width: 100%;
	display: block;
	border-radius: 30px 30px 0 0;
}
body + div[is-visible] {
  display: none !important;
}
html > div[style] {
  display: none !important;
}
#donate .section-title {
	text-transform: inherit;
	margin:0 0 32px;
}
#donate .desc {
	gap:24px;
}
#donate .desc > div {
	max-width: 500px;
}
#donate .col-right p {
	color:#000;
	font-weight: 600;
	padding: 8px 12px 8px 56px;
	background: #fdc400 url(images/icon1.svg) no-repeat 12px center;
	border-radius: 12px;
}
* {
	outline: none !important;
}
.donate {
	margin:50px 0;
}
.donate {
	gap:24px;
}
.donate > div {
	width: 100%;
	max-width: 490px;
	background: #000f1c;
	border-radius: 12px;
	padding: 12px;
}
.donate .p1 {
	color: #fdc400;
	margin: 0 0 12px;
}
.donate input {
	width: 100%;
	background: #091b2a;
	padding: 0 12px;
	border:0;
	color:#fff;
	font-weight: 600;
font-size: 12px;
line-height: 160%;
color: #fff;
height: 24px;
}
.donate .copy {
	margin-left: 12px;
	cursor: pointer;
}
.donate .qr {
	margin-left: 12px;
	cursor: pointer;
}
#donate .desc2 {
	margin:0 0 32px;
}
#donate .p2 {
	margin:0 0 8px;
}
#donate .p2 span {
	color: #fdc400;
	font-weight: 600;
font-size: 18px;
line-height: 160%;
color: #fff;
background: none;
border:0;
padding: 0;
}
#donate .copy2 {
	margin-left: 8px;
}
#donate .buttons {
	max-width: 700px;
	margin:0 auto;
	justify-content: space-around;
	margin-top: var(--pd);
}
#donate .btn {
	min-width: 235px;
}
#how {
	padding: var(--pd) 0;
}
#how .section-title {
	margin:0 0 75px;
}
#how .how > div {
	max-width: 135px;
	font-size: 12px;
line-height: 160%;
text-align: center;
}
#how .how > div:first-child {
	max-width: 145px;
}
#how .img {
	background: #fdc400;
	width: 105px;
	height: 105px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 30px;
	margin:0 auto 24px;
}
#how .container {
	max-width: 1270px;
}
#how .how {
	gap:20px;
	background: url(images/line.svg) no-repeat center 50px;
}
#how .how > div:nth-child(even) {
	margin-top: 50px;
}
#world {
	padding: 0 0 var(--pd);
}
#world .section-title {
	text-align: left;
}
#world .container {
	max-width: 1415px;
}
#world .col-left {
	width: 100%;
	max-width: 530px;
}
#world .img {
	border-radius: 100%;
	box-shadow: inset 0 0 112px 20px #727272, 0 0 114px 0 rgba(88, 88, 88, 0.8), 0 0 20px 5px #565656;
background: linear-gradient(225deg, #cef 0%, #fdc400 77.37%), radial-gradient(50% 50% at 50% 50%, #fff 0%, rgba(255, 255, 255, 0) 100%);
}
#world .col-right {
	max-width: 780px;
	padding-left: 25px;
}
#world .text a {
	display: inline-flex;
	min-width: 178px;
	padding: 0 28px;
	height: 48px;
	text-transform: uppercase;
	background: #fdc400;
	border-radius: 32px;
	font-weight: 700;
	font-size: 16px;
	line-height: 150%;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #000f1c;
	justify-content: center;
	align-items: center;
	margin:20px 0;
}
#world .text a:hover {
	background: #3d82ff;
}
#reviews {
	overflow:hidden;
}
#reviews .section-title {
	text-align: left;
	margin:0 0 32px;
}
#reviews .slick-list {
	overflow:visible;
}
#reviews .slick-slide {
	width: 385px;
	margin-right: 24px;
	height: auto;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07), 0 20px 25px -5px rgba(0, 0, 0, 0.1);
background: #000c17;
border-bottom: 2px solid rgba(255, 255, 255, 0.14);
border-left: 1px solid rgba(255, 255, 255, 0.14);
border-right: 2px solid rgba(255, 255, 255, 0.14);
border-top: 1px solid rgba(255, 255, 255, 0.14);
border-radius: 20px;
padding: 32px;
}
#reviews .slick-track {
	display: flex;
	align-items: center;
}
#reviews .title {
	margin:0 0 32px;
	color:#94A3B8;
	font-weight: 700;
font-size: 20px;
line-height: 110%;
}
#reviews .title img {
	max-height: 32px;
	margin-right: 10px;
}
#reviews .text {
	margin:0 0 22px;
}
#reviews .down {
	font-weight: 600;
font-size: 18px;
line-height: 160%;
color: #3d82ff;
margin:0 0 22px;
padding-right: 28px;
display: inline-flex;
background: url(images/icon4.svg) no-repeat right center;
}
#reviews .au .img {
	width: 100%;
	max-width: 64px;
	margin-right: 16px;
}
#reviews .au .img img {
	border-radius: 100%;
	width: 100%;
	height: 64px;
	object-fit: cover;
}
#reviews .au .p2 {
	font-weight: 400;
font-size: 16px;
line-height: 140%;
color: #bec3c9;
}
#reviews .btn {
	width: 100%;
	max-width: 995px;
	margin:var(--pd) auto 0;
	display: flex;
}
#reviews {
	margin-bottom: calc(2*var(--pd));
}
#res {
	position: relative;
	padding: 115px 0 55px;
}
#res .container {
	position: relative;
	z-index: 2;
}
#res .desc1 {
	max-width: 200px;
	text-align: center;
}
#res > img {
	position: absolute;
	left: 0;
	top:0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
}
#res .desc1 .p1 {
	font-weight: 700;
font-size: 128px;
line-height: 100%;
text-align: center;
color: #fff;
}
#res .desc2 {
	max-width: 655px;
	padding-left: 30px;
}
#res .section-title {
	text-align: left;
	margin:0 0 32px;
}
.social {
	gap:16px;
	margin:0 0 12px;
}
footer {
	padding: 90px 0 80px;
	background: #000;
}
footer .copy {
	margin:0 0 12px;
	font-weight: 600;
font-size: 12px;
line-height: 140%;
color: #e2e8f0;
}
footer .col1 ul a {
	display: block;
	margin:0 0 12px;
	font-weight: 600;
font-size: 12px;
line-height: 140%;
color: #e2e8f0;
}
footer .col2 ul a {
	display: block;
	margin:0 0 18px;
	font-weight: 600;
font-size: 12px;
line-height: 160%;
color: #adadad;
}
footer .col3 {
	max-width: 285px;
	width: 100%;
}
.form input {
	width: 100%;
	margin:0 0 8px;
	padding: 0 16px;
	border: 1px solid #6b737a;
border-radius: 4px;
height: 48px;
font-weight: 600;
font-size: 18px;
line-height: 133%;
color: #adadad;
background: none;
}
.form .dp {
	margin: 0 0 8px;
	font-weight: 600;
font-size: 12px;
line-height: 160%;
color: #adadad;
}
.form .submit {
	width: 100%;
	max-width: 190px;
	margin-top: 24px;
}
.form input[type="radio"] {
	width: 16px;
	height: 16px;
	margin:0;
	margin-right: 8px;
	border:1px solid #adadad;
	background: no-repeat;
}
.form .wpcf7-form-control-wrap label {
	display: flex;
	align-items: center;
	margin-right: 24px;
	font-weight: 600;
font-size: 12px;
line-height: 160%;
color: #adadad;
}
.wpcf7-list-item {
	margin:0;
}
.wpcf7-not-valid-tip, .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	display: none !important;
}
.form input.wpcf7-not-valid {
	border-color:red;
}
.wpcf7 form.sent .wpcf7-response-output {
	margin:10px 0 0;
	border-radius: 4px;
	font-size: 12px;
}
.open-menu {
	width: 40px;
	height: 40px;
	cursor: pointer;
	margin-left: 24px;
	background: url(images/menu.svg) no-repeat right center;
	background-size: 100% auto;
}
header .d-flex {
	position: relative;
}
header .menu {
	position: absolute;
	right: -10px;
	top:calc(100% - 10px);
	display: none;
	background: #000f1c;
	padding: 5px 10px;
	z-index: 4;
}
header .menu a {
	display: block;
	margin:5px 0;
	text-align: right;
	color:#fff;
}