[class *= 'btn-'] {
	position: relative;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	
	-ms-flex-line-pack: center;
	align-content: center;
	
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
		
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	background: transparent;
	cursor: pointer;
}

[class *= 'btn-'] > span {
	position: relative;
	color: currentColor;
}

[class *= 'btn-'] > .ico {
	position: relative;
	fill: currentColor;
}

[class *= 'btn-'] > .ico:first-child {
	margin-right: 15px;
}

[class *= 'btn-'] > .ico:last-child {
	margin-left: 15px;
}

[class *= 'btn-'] > .ico:only-child {
	margin-left: 0px;
	margin-right: 0px;
}

/* ************************************************************************** */

.btn-h40-01 {
	height: 40px;
	font: normal 16px/1em 'Ubuntu', sans-serif;
	color: #343536;
	-webkit-transition: all 0.15s ease 0s;
	-ms-transition: all 0.15s ease 0s;
	transition: all 0.15s ease 0s;
}

.btn-h40-01 .ico {
	width: 24px;
	height: 24px;
}

body.desktop-device .btn-h40-01:hover {
	color: #25BD07;
}

body.desktop-device .btn-h40-01:active,
body.mobile-device .btn-h40-01:active {
	color: #25BD07;
}


/* ************************************************************************** */

.btn-h40-02 {
	height: 40px;
	padding: 0 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	font: 500 14px/1em 'Ubuntu', sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	background: #25BD07;
	-webkit-transition: all 0.15s ease 0s;
	-ms-transition: all 0.15s ease 0s;
	transition: all 0.15s ease 0s;
}

.btn-h40-02 .ico {
	width: 24px;
	height: 24px;
}

.btn-h40-02 .ico:first-child {
	margin-right: 10px;
	margin-left: -5px;
}

.btn-h40-02 .ico:last-child {
	margin-left: 10px;
	margin-right: -5px;
}

body.desktop-device .btn-h40-02:hover {
	background-color: #64D74D;
	-webkit-box-shadow: 0px 25px 55px rgba(0, 0, 0, 0.08), 0px 16px 28px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 25px 55px rgba(0, 0, 0, 0.08), 0px 16px 28px rgba(0, 0, 0, 0.1);
}

body.desktop-device .btn-h40-02:active,
body.mobile-device .btn-h40-02:active {
	background-color: #1A9D00;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/* ************************************************************************** */

.btn-h40-03 {
	height: 40px;
	padding: 0 20px;
	border: 2px solid rgba(255,255,255,0.3);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	font: 500 14px/1em 'Ubuntu', sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	background: transparent;
	-webkit-transition: all 0.15s ease 0s;
	-ms-transition: all 0.15s ease 0s;
	transition: all 0.15s ease 0s;
}

.btn-h40-03 .ico {
	width: 24px;
	height: 24px;
}

.btn-h40-03 .ico:first-child {
	margin-right: 10px;
	margin-left: -5px;
}

.btn-h40-03 .ico:last-child {
	margin-left: 10px;
	margin-right: -5px;
}

body.desktop-device .btn-h40-03:hover {
	color: #25BD07;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 25px 55px rgba(0, 0, 0, 0.08), 0px 16px 28px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 25px 55px rgba(0, 0, 0, 0.08), 0px 16px 28px rgba(0, 0, 0, 0.1);
}

body.desktop-device .btn-h40-03:active,
body.mobile-device .btn-h40-03:active {
	color: #ffffff;
	background-color: #1A9D00;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/* ************************************************************************** */

.btn-h80-01 {
	height: 80px;
	padding: 0 45px;
	-webkit-border-radius: 60px 0;
	-moz-border-radius: 60px 0;
	border-radius: 60px 0;
	font: 500 24px/1em 'Ubuntu', sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	background: #25BD07;
	-webkit-box-shadow: 0px 50px 77px rgba(0, 0, 0, 0.12), 0px 23px 40px rgba(0, 0, 0, 0.14);
	box-shadow: 0px 50px 77px rgba(0, 0, 0, 0.12), 0px 23px 40px rgba(0, 0, 0, 0.14);
	-webkit-transition: all 0.15s ease 0s;
	-ms-transition: all 0.15s ease 0s;
	transition: all 0.15s ease 0s;
}

.btn-h80-01 .ico {
	width: 34px;
	height: 34px;
}

body.desktop-device .btn-h80-01:hover {
	background: #64D74D;
	-webkit-box-shadow: 0px 25px 55px rgba(0, 0, 0, 0.08), 0px 16px 28px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 25px 55px rgba(0, 0, 0, 0.08), 0px 16px 28px rgba(0, 0, 0, 0.1);
}

body.desktop-device .btn-h80-01:active,
body.mobile-device .btn-h80-01:active {
	background: #1A9D00;
	-webkit-box-shadow: none;
	box-shadow: none;
}

@media (max-width: 767px) {
	.btn-h80-01 {
		height: 60px;
		font-size: 18px;
	}
}

/* ************************************************************************** */

.btn-c80-01 {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 80px;
	height: 80px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #25BD07;
	color: #ffffff;
	-webkit-box-shadow: 0px 50px 77px rgba(0, 0, 0, 0.12), 0px 23px 40px rgba(0, 0, 0, 0.14);
	box-shadow: 0px 50px 77px rgba(0, 0, 0, 0.12), 0px 23px 40px rgba(0, 0, 0, 0.14);
	-webkit-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.btn-c80-01 .ico {
	width: 34px;
	height: 34px;
	margin: 0 !important;
}

body.desktop-device .btn-c80-01:hover {
	background: #64D74D;
	-webkit-box-shadow: 0px 25px 55px rgba(0, 0, 0, 0.08), 0px 16px 28px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 25px 55px rgba(0, 0, 0, 0.08), 0px 16px 28px rgba(0, 0, 0, 0.1);
}

body.desktop-device .btn-c80-01:active,
body.mobile-device .btn-c80-01:active {
	background: #1A9D00;
	-webkit-box-shadow: none;
	box-shadow: none;
}

@media (max-width: 767px) {
	.btn-c80-01 .ico {
		width: 24px;
		height: 24px;
	}
}

/* ************************************************************************** */

.btn-h155-01 {
	height: 155px;
	padding: 0 20px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #ffffff;
	font: 500 18px/1em 'Ubuntu', sans-serif;
	color: #25BD07;
	text-transform: uppercase;
	text-align: center;
	-webkit-border-radius: 60px 0px;
	-moz-border-radius: 60px 0px;
	border-radius: 60px 0px;
	-webkit-box-shadow: 0px 50px 77px rgba(0, 0, 0, 0.12), 0px 23px 40px rgba(0, 0, 0, 0.14);
	box-shadow: 0px 50px 77px rgba(0, 0, 0, 0.12), 0px 23px 40px rgba(0, 0, 0, 0.14);
	-webkit-transition: all 0.15s ease 0s;
	-ms-transition: all 0.15s ease 0s;
	transition: all 0.15s ease 0s;
}

.btn-h155-01 .ico {
	width: 60px;
	height: 60px;
}

.btn-h155-01 .ico:first-child {
	margin: 0 0 5px 0;
}

body.desktop-device .btn-h155-01:hover {
	color: #64D74D;
	-webkit-box-shadow: 0px 25px 55px rgba(0, 0, 0, 0.08), 0px 16px 28px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 25px 55px rgba(0, 0, 0, 0.08), 0px 16px 28px rgba(0, 0, 0, 0.1);
}

body.desktop-device .btn-h155-01:active,
body.mobile-device .btn-h155-01:active {
	color: #ffffff;
	background: #1A9D00;
	-webkit-box-shadow: none;
	box-shadow: none;
}

@media (max-width: 767px) {
	.btn-h155-01 {
		height: 120px;
		padding: 0 10px;
		font-size: 14px;
		-webkit-border-radius: 45px 0;
		-moz-border-radius: 45px 0;
		border-radius: 45px 0;
	}
	.btn-h155-01 .ico {
		width: 47px;
		height: 47px;
	}
}

/* ************************************************************************** */

.btn-mobile-menu {
	display: none;
	position: fixed;
	opacity: 1;
	z-index: 14;
	top: 26px;
	right: 20px;
	width: 38px;
	height: 38px;
	padding: 0;
	padding-top: 12px;
	text-align: center;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: transparent;
	-webkit-transition: top 0.3s ease 0s;
	-ms-transition: top 0.3s ease 0s;
	transition: top 0.3s ease 0s;
}

.body-scrolled .btn-mobile-menu {
	top: 2px;
}

.body-scrolled.mobile-menu-open .btn-mobile-menu {
	top: 26px;
	-webkit-transition: top 0.3s ease 0.3s;
	-ms-transition: top 0.3s ease 0.3s;
	transition: top 0.3s ease 0.3s;
}

.btn-mobile-menu::before,
.btn-mobile-menu::after {
	display: block;
	position: relative;
	top: 0;
	content: '';
	width: 25px;
	height: 2px;
	background: #515254;
	margin: 0 auto;
	margin-bottom: 5px;
	-webkit-transition: opacity 0.3s ease 0s, background 0.3s ease 0s, top 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
	-moz-transition: opacity 0.3s ease 0s, background 0.3s ease 0s, top 0.3s ease 0s, -moz-transform 0.3s ease 0s;
	-ms-transition: opacity 0.3s ease 0s, background 0.3s ease 0s, top 0.3s ease 0s, -ms-transform 0.3s ease 0s;
	-o-transition: opacity 0.3s ease 0s, background 0.3s ease 0s, top 0.3s ease 0s, -o-transform 0.3s ease 0s;
	transition: opacity 0.3s ease 0s, background 0.3s ease 0s, top 0.3s ease 0s, transform 0.3s ease 0s;
}
.btn-mobile-menu span {
	display: block;
	position: relative;
	width: 25px;
	height: 2px;
	margin: 0 auto;
	margin-bottom: 5px;
}
.btn-mobile-menu span::before,
.btn-mobile-menu span::after {
	display: block;
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	height: 2px;
	background: #515254;
	-webkit-transition: opacity 0.3s ease 0s, background 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
	-moz-transition: opacity 0.3s ease 0s, background 0.3s ease 0s, -moz-transform 0.3s ease 0s;
	-ms-transition: opacity 0.3s ease 0s, background 0.3s ease 0s, -ms-transform 0.3s ease 0s;
	-o-transition: opacity 0.3s ease 0s, background 0.3s ease 0s, -o-transform 0.3s ease 0s;
	transition: opacity 0.3s ease 0s, background 0.3s ease 0s, transform 0.3s ease 0s;
}
.btn-mobile-menu:active {
	background: #25BD07;
}
.btn-mobile-menu:active::before,
.btn-mobile-menu:active::after,
.btn-mobile-menu:active span::before,
.btn-mobile-menu:active span::after {
	background: #ffffff;
}

.mobile-menu-open .btn-mobile-menu::before,
.mobile-menu-open .btn-mobile-menu::after  {
	opacity: 0;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
}
.mobile-menu-open .btn-mobile-menu::before {
	top: -20px;
}
.mobile-menu-open .btn-mobile-menu::after {
	top: 20px;
}
.mobile-menu-open .btn-mobile-menu span::before {
	-webkit-transform: rotate(45deg) scaleX(1.2);
	-moz-transform: rotate(45deg) scaleX(1.2);
	-ms-transform: rotate(45deg) scaleX(1.2);
	-o-transform: rotate(45deg) scaleX(1.2);
	transform: rotate(45deg) scaleX(1.2);
	background: #4F4F4F;
}
.mobile-menu-open .btn-mobile-menu span::after {
	-webkit-transform: rotate(-45deg) scaleX(1.2);
	-moz-transform: rotate(-45deg) scaleX(1.2);
	-ms-transform: rotate(-45deg) scaleX(1.2);
	-o-transform: rotate(-45deg) scaleX(1.2);
	transform: rotate(-45deg) scaleX(1.2);
	background: #4F4F4F;
}

.mobile-menu-open .btn-mobile-menu:active span::before,
.mobile-menu-open .btn-mobile-menu:active span::after {
	background: #ffffff;
}

@media (max-width: 991px) {
	.btn-mobile-menu {
		display: block;
	}
}

@media (max-width: 767px) {
	.btn-mobile-menu {
		top: 12px;
	}
	.mobile-menu-open .btn-mobile-menu,
	.body-scrolled.mobile-menu-open .btn-mobile-menu {
		top: 26px;
	}
}

/* ************************************************************************** */

.btn-soc {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 38px;
	height: 38px;
	padding: 0;
	text-align: center;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: transparent;
	color: #515254;
	-webkit-transition: all 0.15s ease 0s;
	-ms-transition: all 0.15s ease 0s;
	transition: all 0.15s ease 0s;
}

.btn-soc .ico {
	width: 24px;
	height: 24px;
	fill: currentColor;
}


body.desktop-device .btn-soc:hover {
	color: #ffffff;
	-webkit-box-shadow: 0px 25px 55px rgba(0, 0, 0, 0.08), 0px 16px 28px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 25px 55px rgba(0, 0, 0, 0.08), 0px 16px 28px rgba(0, 0, 0, 0.1);
}

body.desktop-device .btn-soc:active,
body.mobile-device .btn-soc:active {
	-webkit-box-shadow: none;
    box-shadow: none;
}


body.desktop-device .btn-soc.fb:hover {
	background: #4267B2;
}
body.desktop-device .btn-soc.fb:active,
body.mobile-device .btn-soc.fb:active {
	background: #173C88;
}

body.desktop-device .btn-soc.yt:hover {
	background: #EE3124;
}
body.desktop-device .btn-soc.yt:active,
body.mobile-device .btn-soc.yt:active {
	background: #c30d00;
}

body.desktop-device .btn-soc.tg:hover {
	background: #27a3e2;
}
body.desktop-device .btn-soc.tg:active,
body.mobile-device .btn-soc.tg:active {
	background: #007ebe;
}

body.desktop-device .btn-soc.vb:hover {
	background: #8c66a9;
}
body.desktop-device .btn-soc.vb:active,
body.mobile-device .btn-soc.vb:active {
	background: #5c009a;
}

body.desktop-device .btn-soc.ig:hover {
	background: #c90067;
}
body.desktop-device .btn-soc.ig:active,
body.mobile-device .btn-soc.ig:active {
	background: #a40255;
}

body.desktop-device .btn-soc.ln:hover {
	background: #0081bf;
}
body.desktop-device .btn-soc.ln:active,
body.mobile-device .btn-soc.ln:active {
	background: #015e8a;
}

/* ************************************************************************** */

.btn-soc-s50 {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 50px;
	height: 50px;
	padding: 0;
	text-align: center;
	-webkit-border-radius: 30px 0px;
	-moz-border-radius: 30px 0px;
	border-radius: 30px 0px;
	background: transparent;
	-webkit-transition: all 0.15s ease 0s;
	-ms-transition: all 0.15s ease 0s;
	transition: all 0.15s ease 0s;
}

.btn-soc-s50 .ico {
	width: 24px;
	height: 24px;
	fill: #ffffff !important;
}

body.desktop-device .btn-soc-s50:hover {
	-webkit-box-shadow: 0px 25px 55px rgba(0, 0, 0, 0.08), 0px 16px 28px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 25px 55px rgba(0, 0, 0, 0.08), 0px 16px 28px rgba(0, 0, 0, 0.1);
}

body.desktop-device .btn-soc-s50:active,
body.mobile-device .btn-soc-s50:active {
	-webkit-box-shadow: none;
    box-shadow: none;
}




.btn-soc-s50.fb {
	background: #4267B2;
}
body.desktop-device .btn-soc-s50.fb:hover {
	background: #517dd5;
}
body.desktop-device .btn-soc-s50.fb:active,
body.mobile-device .btn-soc-s50.fb:active {
	background: #173C88;
}

.btn-soc-s50.yt {
	background: #f70000;
}
body.desktop-device .btn-soc-s50.yt:hover {
	background: #fa4545;
}
body.desktop-device .btn-soc-s50.yt:active,
body.mobile-device .btn-soc-s50.yt:active {
	background: #c30d00;
}

.btn-soc-s50.tg {
	background: #0084c6;
}
body.desktop-device .btn-soc-s50.tg:hover {
	background: #27a3e2;
}
body.desktop-device .btn-soc-s50.tg:active,
body.mobile-device .btn-soc-s50.tg:active {
	background: #007ebe;
}

.btn-soc-s50.vb {
	background: #754d94;
}
body.desktop-device .btn-soc-s50.vb:hover {
	background: #8c66a9;
}
body.desktop-device .btn-soc-s50.vb:active,
body.mobile-device .btn-soc-s50.vb:active {
	background: #5c009a;
}

.btn-soc-s50.ig {
	background: #E0447C;
}
body.desktop-device .btn-soc-s50.ig:hover {
	background: #fa6097;
}
body.desktop-device .btn-soc-s50.ig:active,
body.mobile-device .btn-soc-s50.ig:active {
	background: #a40255;
}

.btn-soc-s50.ln {
	background: #014879;
}
body.desktop-device .btn-soc-s50.ln:hover {
	background: #0361a1;
}
body.desktop-device .btn-soc-s50.ln:active,
body.mobile-device .btn-soc-s50.ln:active {
	background: #015e8a;
}

.btn-soc-s50.tw {
	background: #1DA1F2;
}
body.desktop-device .btn-soc-s50.tw:hover {
	background: #40b5fd;
}
body.desktop-device .btn-soc-s50.tw:active,
body.mobile-device .btn-soc-s50.tw:active {
	background: #1576b1;
}




/* ************************************************************************** */

.btn-slide-prev,
.btn-slide-next {
	display: none;
}

.slick-arrow {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	top: 0;
	width: 44px;
	height: 230px;
}

.slick-arrow .ico {
	margin: 0;
	width: 24px;
	height: 80px;
	fill: none;
	stroke: #515254;
	stroke-width: 1;
	-webkit-transition: all 0.15s ease 0s;
	-ms-transition: all 0.15s ease 0s;
	transition: all 0.15s ease 0s;
}

.slick-arrow.btn-slide-prev {
	left: 0;
}

.slick-arrow.btn-slide-next {
	right: 0;
}

body.desktop-device .slick-arrow:hover .ico {
	stroke: #25BD07;
	stroke-width: 2;
}

body.desktop-device .slick-arrow:active .ico,
body.mobile-device .slick-arrow:active .ico {
	stroke: #1A9D00;
	stroke-width: 2;
}

/* ************************************************************************** */

.slick-dots {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top: 20px;
}

.slick-dots li {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative;
	width: 28px;
	height: 28px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #B5B8BE;
	cursor: pointer;
	-webkit-transition: all 0.15s ease 0s;
	-ms-transition: all 0.15s ease 0s;
	transition: all 0.15s ease 0s;
}

.slick-dots li button {
	background: transparent;
	font-size: 0;
	color: transparent;
}

.slick-dots li::after {
	display: block;
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	margin: -3px 0 0 -3px;
	content: '';
	width: 6px;
	height: 6px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: currentColor;
}

body.desktop-device .slick-dots li:hover {
	color: #ffffff;
	background-color: #25BD07;
}

body.desktop-device .slick-dots li:active,
body.mobile-device .slick-dots li:active {
	color: #ffffff;
	background-color: #1A9D00;
}

.slick-dots li.slick-active {
	color: #25BD07 !important;
	background-color: transparent !important;
}

.slick-dots li.slick-active::after {
	width: 10px;
	height: 10px;
	margin: -5px 0 0 -5px;
}




















