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,main{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;outline:none}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,main{display:block}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{line-height:1.2}ol,ul{list-style:none}blockquote,q{quotes:none}i{font-style:italic}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}strong,b{font-weight:700}a,input[type="submit"],.btn{cursor:pointer;transition:.5s}input[type="text"]{transition:.5s}input[type="submit"]{-webkit-appearance:none}* : (input,textarea){-webkit-touch-callout:none;-webkit-user-select:none}img{-webkit-touch-callout:none;-webkit-user-select:none}input[placeholder]{text-overflow:ellipsis}input::-moz-placeholder{text-overflow:ellipsis}input:-moz-placeholder{text-overflow:ellipsis}input:-ms-input-placeholder{text-overflow:ellipsis}
/*:focus::-webkit-input-placeholder{color:transparent1}:focus::-moz-placeholder{color:transparent1}:focus:-moz-placeholder{color:transparent1}:focus:-ms-input-placeholder{color:transparent1}*/
{-webkit-appearance:none}* : (input,textarea){-webkit-touch-callout:none;-webkit-user-select:none}img{-webkit-touch-callout:none;-webkit-user-select:none}input[placeholder]{text-overflow:ellipsis}input::-moz-placeholder{text-overflow:ellipsis}input:-moz-placeholder{text-overflow:ellipsis}input:-ms-input-placeholder{text-overflow:ellipsis}
/*:focus::-webkit-input-placeholder{color:transparent}:focus::-moz-placeholder{color:transparent}:focus:-moz-placeholder{color:transparent}:focus:-ms-input-placeholder{color:transparent}*/
select, option {
  -webkit-appearance: none;
}


:root {
	--white: #fff;
	--black: #000000;
	--black80: #333333;
	--black90: #212121;
	--green20: #98DE96;
	--green50: #007032;
	--green80: #025125;
	--grey10: #E2E2E2;
	--grey20: #A3ADA6;
	--grey20bg: #E2E2E2;
	--grey40: #6B736D;
	--grey60: #3B403D;
	--grey80: #3B403D;
	--red20: #DE9696;
	--error: #700000;
}



input::-webkit-input-placeholder { color: rgb(30 30 32 / 50%);}
input::-moz-placeholder          { color: rgb(30 30 32 / 50%);}
input:-moz-placeholder           { color: rgb(30 30 32 / 50%);}
input:-ms-input-placeholder      { color: rgb(30 30 32 / 50%);}

html {
	font-family: 'Cera Pro';
	font-weight: 400;
	font-size: 10px;
	min-width: 320px;
/*	color: var(--grey20);*/
	color: var(--white);
	background: var(--black);
}

body {
	font-size: 2rem;
	overflow-x: hidden;
}

.wrapper {
	min-width: 320px;
	width: 100%;
	margin: 0 auto;
	max-width: 100%;
	overflow: hidden;
}

img {
	max-width: 100%;
	display: block;
}

picture,
figure {
	display: block;
}

* {
	box-sizing: border-box;
}

section,footer {
	position: relative;
	padding: 88px 0;
}

/*@media (min-width: 1400px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	    max-width: 1312px;
	}
}*/

/*.middle__decor {
	width: 1px;
	height: 99999px;
	background: blue;
	position: fixed;
	top: 0;
	left: 50%;
	margin-left: calc(-1px / 2);
	z-index: 99;
}*/

.s__title {
	font: 600 7rem/1 'UpMax';
	text-transform: uppercase;
}
.s__title strong {
/*	color: var(--grey20);*/
/*	color: var(--green50);*/
	color: var(--green20);
}
.s__title-spec {
	display: flex;
	align-items: center;
}
.s__title1 {
	max-width: 50%;
	width: 100%;
	text-align: right;
}
.s__title2 {
	max-width: 50%;
	width: 100%;
	text-align: left;
}
.s__subtitle {
/*	font: 600 4rem/1.05 'UpMax';*/
	font: 600 4rem/1.1 'UpMax';
	margin-bottom: 48px;
	text-align: center;
}
.s__subtitle strong {
/*	color: var(--green50);*/
	color: var(--green20);
}

.animate {
/*    transition: 0.5s;*/
	transition: all .5s ease;
}

.style-1 {
	font: 600 1.6rem 'UpMax';
}
.style-2 {
	font: 600 2.6rem 'UpMax';
}
.fwb {
	font-weight: 600;
}
.ff {
	font-family: 'UpMax';
}
.ttu {
	text-transform: uppercase;
}
.tac {
	text-align: center;
}


.btn {
	font: 600 2.6rem/1 'UpMax';
	color: var(--white);
	padding: 30px 90px;
	text-decoration: none;
	border-radius: 99px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border: none;
	transition: 0.5s;
	position: relative;
	border-bottom: 2px solid rgb(152 222 150 / 0%);
	outline: none;
}
.btn span {
	margin-left: -22px;
	position: relative;
	z-index: 2;
}
.btn svg {
	margin-left: 16px;
	position: relative;
	top: 2px;
	right: -20px;
	z-index: 2;
}
.btn svg path {
	fill: var(--green20);
	transition: 0.5s;
}

.btn .btn__before,
.btn .btn__after,
.btn .shadow  {
	position: absolute;
	transition: 0.5s;
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 99px;
	top: 0;
	left: 0;
	margin-left: 0;
}

.btn .btn__before {
	background: linear-gradient(331.28deg, #003517 3.18%, #007032 50.57%, #BAF2B8 111.64%);
	opacity: 1;
/*	background: red;*/
}
.btn .btn__after {
/*	background: green;*/
	background: linear-gradient(331.28deg, #fff 3.18%, #fff 50.57%, #fff 111.64%);
	opacity: 0;

}
.btn .shadow {
	opacity: 0;
}

.btn .shadow1 {
	box-shadow: 0px 0px 7.6618123054504395px 0px #95D29D66;
}
.btn .shadow2 {
	box-shadow: 0px 0px 15.323624610900879px 0px #95D29D66;
}
.btn .shadow3 {
	box-shadow: 0px 0px 53.632686614990234px 0px #95D29D66;
}
.btn .shadow4 {
	box-shadow: 0px 0px 107.26537322998047px 0px #95D29D66;
}
.btn .shadow5 {
	box-shadow: 0px 0px 120px 0px #95D29D66;
}
.btn .shadow6 {
	box-shadow: 0px 0px 200px 0px #95D29D66;
}

.btn:hover {
	color: var(--black90);
	border-bottom-color: #98DE96;
}
.btn:hover .btn__before {
	opacity: 0;
}
.btn:hover .btn__after {
	opacity: 1;
}
.btn:hover .shadow {
	opacity: 1;
}

.btn:hover svg path {
	fill: var(--green80);
}










.btn2 {
	font: 600 2.6rem/1 'UpMax';
	color: var(--white);
	padding: 20px 40px;
	text-decoration: none;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border: none;
	transition: 0.5s;
	border-radius: 16px;
	position: relative;
    cursor: pointer;
	outline: none;
}
.btn2 span {
/*	margin-left: -22px;*/
	margin-left: -18px;
	position: relative;
	z-index: 2;
}
.btn2 svg {
	margin-left: 16px;
	position: relative;
	top: 2px;
/*	right: -20px;*/
/*	right: -4px;*/
	right: -18px;
	z-index: 2;
}
.btn2 svg path {}

.btn2 .borderbottom {
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05)),
linear-gradient(107.61deg, rgba(255, 255, 255, 0.2) 30.63%, rgba(255, 255, 255, 0.05) 65.5%);
	position: absolute;
	bottom: 0;
	left: 0;
	width: calc(100% - 30px);
    height: 2px;
    margin-left: calc((-100% + 30px) / 2);
    left: 50%;
/*    background: red;*/
	display: none;
}



.btn2 .btn__before,
.btn2 .btn__after,
.btn2 .shadow  {
	position: absolute;
	transition: 0.5s;
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 16px;
	top: 0;
	left: 0;
	margin-left: 0;
}

.btn2 .btn__before {
	background: linear-gradient(331.28deg, #003517 3.18%, #007032 50.57%, #BAF2B8 111.64%);
	opacity: 1;

}
.btn2 .btn__after {
	background: linear-gradient(331.28deg, #003517 3.18%, #007032 50.57%, #BAF2B8 111.64%),
linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
	opacity: 0;
}
.btn2 .shadow {
	opacity: 0;
}
.btn2 .shadow0 {
	background: rgba(0,0,0,1);
}
.btn2 .shadow1 {
	box-shadow: 0px 6px 13px 0px #0014071F;
}
.btn2 .shadow2 {
	box-shadow: 0px 23px 23px 0px #0014071A;
}
.btn2 .shadow3 {
	box-shadow: 0px 52px 31px 0px #0014070F;
}
.btn2 .shadow4 {
	box-shadow: 0px 93px 37px 0px #00140705;
}
.btn2 .shadow5 {
	box-shadow: 0px 145px 41px 0px #00140700;
}


.btn2:hover {
	color: var(--white);
}
.btn2:hover .borderbottom {
/*	background: linear-gradient(331.28deg, #003517 3.18%, #007032 50.57%, #BAF2B8 111.64%);*/
	opacity: 0;
}
.btn2:hover .btn__before {
	opacity: 0;
}
.btn2:hover .btn__after {
	opacity: 1;
}
.btn2:hover .shadow {
	opacity: 0.3;
}
.btn2:hover svg path {}

.btn2:hover .shadow {}

.btn2:hover .shadow0 {}
.btn2:hover .shadow1 {
	box-shadow: 0px 6px 12px 0px #04750036;
}
.btn2:hover .shadow2 {
	box-shadow: 0px 23px 23px 0px #0475002E;
}
.btn2:hover .shadow3 {
	box-shadow: 0px 51px 30px 0px #0475001C;
}
.btn2:hover .shadow4 {
	box-shadow: 0px 90px 36px 0px #04750008;
}
.btn2:hover .shadow5 {
	box-shadow: 0px 141px 39px 0px #04750000;
}


.button__up {
/*	background: var(--green20);*/
	position: fixed;
/*	bottom: 20px;*/
	bottom: 40px;
	right: 20px;
	opacity: 0;
	cursor: pointer;
	z-index: 99;
}
.button__up-inner {
	border-radius: 100%;
	width: 88px;
	height: 88px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.button__up-before,
.button__up-after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 100%;
}
.button__up-before {
	background: linear-gradient(288.46deg, #74CE72 -34.16%, #003E1C 1.98%, #232323 40.64%, #313131 88.39%);
	opacity: 1;
}
.button__up-after {
	background: linear-gradient(289.01deg, #98DE96 -45.81%, #003E1C 23.94%, #232323 58.03%, #3D3D3D 93.91%);
	opacity: 0;
}

.button__up svg {
	position: relative;
	z-index: 2;
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
/*	border: 2px solid;*/
/*	border-image-source: linear-gradient(0deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05)),*/
/*	linear-gradient(107.61deg, rgba(255, 255, 255, 0.2) 30.63%, rgba(255, 255, 255, 0.05) 65.5%);*/
}

.button__up svg path {}

.button__up-label {
	font-size: 1.8rem;
	position: absolute;
	bottom: -28px;
	left: 0;
	width: 100%;
	color: var(--white);
	opacity: 0;
}

.button__up.active {
	opacity: 1;
}

.button__up:hover .button__up-before {
	opacity: 0;
}
.button__up:hover .button__up-after {
	opacity: 1;
}
.button__up:hover svg {}
.button__up:hover svg path {
	fill: var(--green20);
}
.button__up:hover .button__up-label {
	opacity: 1;
}




.slider__controls {
	display: flex;
	justify-content: center;
	align-items: center;
}
.slider__button {
	width: 78px;
	height: 78px;
	cursor: pointer;
	border-radius: 100%;
	transition: 0.5s;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 4px solid var(--green20);
	flex-shrink: 0;
}
.slider__button svg {}
.slider__button svg path {
	fill: var(--green20);
/*	fill: var(--black90);*/
	transition: 0.5s;
}

.slider__button:hover {
/*	border-color: var(--green20);*/
	background: var(--green20);
}

.slider__button:hover svg path {
/*	fill: var(--green50);*/
	fill: var(--black90);
/*	fill: transparent;*/
}

.slider__button.swiper-button-disabled {
	pointer-events: none;
	border-color: var(--black90);
}
.slider__button.swiper-button-disabled svg path {
	fill: var(--black90);
}


.slider__nums {
/*	margin: 0 24px;*/
	margin: 0 46px;
	font: 600 2.6rem 'UpMax';
	color: var(--white);
	width: initial !important;
}


.iti {
	color: var(--grey20);
	width: 100%;
	max-height: 58px;
}
.iti__country {
    margin-bottom: 0 !important;
}


.bar__long {
	position: fixed;
	top: 0;
	left: 0;
	border-radius: 0 12px 12px 0;
	background: var(--green20);
	height: 4px;
	width: 0;
	transition: 0.5s;
	z-index: 100;
}

.iti--allow-dropdown .iti__flag-container, .iti--show-selected-dial-code .iti__flag-container {
	left: 20px !important;
}
.iti--allow-dropdown input.iti__tel-input, .iti--allow-dropdown input.iti__tel-input[type=tel], .iti--allow-dropdown input.iti__tel-input[type=text], .iti--show-selected-dial-code input.iti__tel-input, .iti--show-selected-dial-code input.iti__tel-input[type=tel], .iti--show-selected-dial-code input.iti__tel-input[type=text] {
	/*padding-left: 78px !important;*/
}



/*@media (min-width: 992px) {*/
@media (max-width: 1200px) {

	.style-1 {
		font-size: 1.4rem;
	}
	.slider__controls {
		width: 100%;
	}
	.slider__nums {
		margin: 0 20px;
	}
	.btn2 {
		font-size: 2.2rem;
	}
	.btn2  {
/*		margin-left: -10px;*/
	}
	.btn2 svg {
		margin-left: 0;
		right: -10px;
	}


	.btn:hover {
	    color: var(--white);
        border-bottom: 2px solid rgb(152 222 150 / 0%);
/*		color: var(--black90);*/
/*		border-bottom-color: #98DE96;*/
	}
	.btn:hover .btn__before {
		opacity: 1;
	}
	.btn:hover .btn__after {
	    opacity: 0;
	}
	.btn:hover .shadow {
	    opacity: 0;
	}
	.btn:hover svg path {
	    fill: var(--white);
	}

	.btn:active {
		color: var(--black90);
		border-bottom-color: #98DE96;
	}
	.btn:active .btn__before {
		opacity: 0;
	}
	.btn:active .btn__after {
		opacity: 1;
	}
	.btn:active .shadow {
		opacity: 1;
	}

	.btn:active svg path {
		fill: var(--green80);
	}

}


/*@media (min-width: 768px) {*/
@media (max-width: 992px) {
	
	.order-1 {
		order: 1;
	}
	.order-2 {
		order: 2;
	}
	.order-3 {
		order: 3;
	}
	.order-4 {
		order: 4;
	}

	.order-md-1 {
		order:1;
	}
	.order-md-2 {
		order:2;
	}
	.order-md-3 {
		order:3;
	}
	.order-md-4 {
		order:4;
	}

	.button__up {
		max-width: 64px;
		max-height: 64px;
	}
	.button__up-label {
		font-size: 1.6rem;
	}




}


@media (max-width: 767px) {

	.container {
		position: relative;
		padding: 0 13px;
	}
	.row {
/*		margin: 0 13px;*/
/*		padding: 0 13px;*/
/*		margin: 0 auto;*/
	}
	.row > * {
/*		padding: 0;*/
/*		padding: 0 13px;*/
	}
	/*.container:before,
	.container:after {
		content:'';
		position: absolute;
		top: 0;
		height: 99999px;
		width: 13px;
		opacity: 0.5;
	}
	.container:before {
		left: 0;
		background: red;
	}
	.container:after {
		right: 0;
		background: yellow;
	}*/

	section,footer {
		padding: 48px 0;
	}

	.grids {
		display: flex;
		width: 100%;
		height: 99999px;
		position: fixed;
		top: 0;
		left: 50%;
		max-width: 375px;
		margin-left: calc(-375px / 2);
		z-index: -1;
		opacity: 0.1;
	/*	display: none;*/
	}

	.btn {
		font-size: 2rem;
/*		padding: 18px 30px;*/
		padding: 15.5px;
	}
	.btn span {
		margin-left: -12px;
	}
	.btn svg {
		margin-left: 0;
		max-width: 7px;
	}

	.btn2 {
		font-size: 2rem;
	}
	.btn2 span {
		margin-left: -12px;
	}
	.btn2 svg {
		margin-left: 0;
		max-width: 7px;
	}

	.s__title {

	}

	.s__subtitle {
		font-size: 2.8rem;
		margin-bottom: 24px;
	}

	.style-1 {}
	.style-2 {
		font-size: 2rem;
	}


}








.visible-lg { display: block !important;}
.visible-md { display: none !important;}
.visible-sm { display: none !important;}
.visible-xs { display: none !important;}
.visible-xxs { display: none !important;}
.mob {display: none !important;}

@media screen and (max-width: 1199px) {
    .visible-lg { display: none !important;}
    .visible-md { display: block !important;}
    .visible-sm { display: none !important;}
    .visible-xs { display: none !important;}
    .visible-xxs { display: none !important;}
}

@media screen and (max-width: 1023px) {
    .visible-lg { display: none !important;}
    .visible-md { display: none !important;}
    .visible-sm { display: block !important;}
    .visible-xs { display: none !important;}
    .visible-xxs { display: none !important;}
}

@media screen and (max-width: 767px) {
    .visible-lg { display: none !important;}
    .visible-md { display: none !important;}
    .visible-sm { display: none !important;}
    .visible-xs { display: block !important;}
    .visible-xxs { display: none !important;}
	.mob {display: block !important;}
}
@media screen and (max-width: 479px) {
    .visible-lg { display: none !important;}
    .visible-md { display: none !important;}
    .visible-sm { display: none !important;}
    .visible-xs { display: none !important;}
    .visible-xxs { display: block !important;}
}



