@charset "utf-8";
/*
/*	Copyright (c) 2022 Frenify
/*	Author: Frenify
/*	This file is made for CURRENT TEMPLATE
/*


	List of CSS codes:
	
	01) Base


/*------------------------------------------------------------------*/
/*	01) Base
/*------------------------------------------------------------------*/
:root{
	--sbc: #fff;
	--mc: #3ae4ae;
	--mc2: #ffcc00;
	--hc: #000;
	--bc: #000;
	--hff: 'Heebo', sans-serif;
	--bff: 'Work Sans', sans-serif;
	--extra-color: #666;
	--monn-border-color: #ccc;
    --monn-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
}
html{
	overflow-x: hidden;
	padding: 0px;
	margin: 0px;
}
*:after,
*:before,
*{
	box-sizing: border-box;
}
body{
	font-family: var(--bff);
	font-size: 18px;
	letter-spacing: 0;
	line-height: 1.33;
	font-weight: 400;
	color: var(--bc);
	position: relative;
	word-break: break-word;
	background-color: #fff;
}
img{
	height: auto;
}
.fn__svg{
	fill: currentcolor;
	width: 18px;
	height: 18px;
	opacity: 0;
}
.replaced-svg{
	opacity: 1;
}
p{
	letter-spacing: 0;
	margin-bottom: 20px;
}
h1, h2, h3, h4, h5, h6{
	color: var(--hc);
	font-family: var(--hff);
	line-height: 1.22;
	letter-spacing: 0;
}
h1>a, h2>a, h3>a, h4>a, h5>a, h6>a{
	text-decoration: none;
	color: var(--hc);
}
h1>a:hover, h2>a:hover, h3>a:hover, h4>a:hover, h5>a:hover, h6>a:hover{
	color: var(--mc);
}
input[type="text"]{
	background-color: #181818;
	border-radius: 5px;
	border: 2px solid var(--extra-color);
	font-size: 16px;
	letter-spacing: 0;
	line-height: 46px;
	height: 50px;
	padding: 0 15px;
}
textarea{
	background-color: #181818;
	border-radius: 5px;
	border: 2px solid var(--extra-color);
	font-size: 16px;
	letter-spacing: 0;
	padding: 13px 15px;
	height: 250px;
}
textarea:focus,
input[type="text"]:focus{
	outline: none;
	background-color: #181818;
	border-color: #777;
}
/*------------------------------------------------------------------*/
/*	02) Container
/*------------------------------------------------------------------*/
.container{
	width: 100%;
	max-width: 1920px;
	padding: 0 100px;
	margin: 0 auto;
}
.container.wide{
	max-width: 1760px;
}
.container.small{
	max-width: 900px;
}
.container:after,
.clearfix:after,
.clearfix:before{
	content: '';
	clear: both;
	display: table;
}
@media(max-width: 1600px){.container{padding: 0 50px;}}
@media(max-width: 1040px){.container{padding: 0 20px;}}
@media(max-width: 480px){.container{padding: 0 10px;}}
/*------------------------------------------------------------------*/
/*	02) Some codes
/*------------------------------------------------------------------*/
a.full_link{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.bg_overlay .bg_image,
.bg_overlay .bg_color,
.bg_overlay{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.bg_overlay .bg_color{
	z-index: 2;
}
[class*="mw_"]{
	margin-left: auto;
	margin-right: auto;
}
.monn_fn_content{
	position: relative;
}
/*------------------------------------------------------------------*/
/*	02) Site Structure
/*------------------------------------------------------------------*/
.monn_fn_main,
.monn_fn_main *{
	box-sizing: border-box;
}
.monn_fn_main{
	position: relative;
	z-index: 2;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	min-height: 100vh;
}



a.monn_fn_price_btn{
	z-index: 9999;
    padding: 0;
    position: fixed;
    top: 200px;
    right: 0;
    text-decoration: none;
    outline-color: transparent;
    outline: none;
    margin: 0;
    display: block;
    width: auto;
    height: 40px;
    font-size: 18px;
    font-weight: 300;
    font-family: 'Trebuchet MS', sans-serif;
    text-align: center;
    line-height: 40px;
    letter-spacing: -.5px;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 0;
	background-color: #122018;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    transition: all .3s ease;
}
a.monn_fn_price_btn .text{
    padding: 0 20px 0 10px;
}
a.monn_fn_price_btn .icon{
	position: relative;
    display: block;
    width: 30px;
    height: 30px;
    float: left;
    top: 5px;
    background-color: #fff;
    border-radius: 50%;
    margin-left: 10px;
	color: #111;
    transition: all .3s ease;
}
a.monn_fn_price_btn .icon .fn__svg{
	position: absolute;
	top: 5px;
	left: 5px;
	width: 20px;
	height: 20px;
}
a.monn_fn_price_btn:hover{
	background-color: #348f30;
}
a.monn_fn_price_btn:hover .icon{
    color: #348f30;
}




#header{
	background-color: #122018;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	right: 0;
	border-bottom: 1px solid #272728;
}
#header.active .header{
	height: 70px;
}
#header.active .header nav a{
	height: 70px;
	line-height: 70px;
}
#header.active .header .logo img{max-height: 40px;}
.header{
	display: flex;
	justify-content: space-between;
	height: 100px;
	align-items: center;
	transition: .3s;
}
.header .nav{
	flex: auto;
}
.header .logo{
	flex: 0 0 200px;
}
.header .extra{
	flex: 0 0 200px;
	display: flex;
	justify-content: flex-end;
}
.header nav ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: center;
	margin-left: -50px;
}
.header nav li{
	margin: 0;
	padding: 0;
	margin-left: 50px;
}
.header nav a{
	display: block;
	text-decoration: none;
	height: 100px;
	line-height: 100px;
	font-size: 20px;
	font-weight: 600;
	font-family: var(--hff);
	color: #cccccc;
	white-space: nowrap;
}
.header nav a.active,
.header nav a:hover{
	color: var(--mc);
}
.header .extra a{
	display: flex;
	align-items: center;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	border-radius: 20px;
	text-decoration: none;
	font-size: 14px;
	text-transform: uppercase;
	font-family: var(--hff);
	font-weight: 900;
	letter-spacing: 0;
	color: #151515;
	background-color: var(--mc);
}
.header .extra a:hover{
	opacity: .9;
}
.header .extra span{
	position: relative;
	top: 1px;
}
.header .extra img{
	margin-left: 5px;
}
.header .trigger{
	width: 30px;
	height: 16px;
	position: relative;
	border-top: 2px solid #999;
	border-bottom: 2px solid #999;
}
.header .trigger:after{
	left: 0;
	right: 0;
	position: absolute;
	top: 50%;
	margin-top: -1px;
	content: '';

	height: 2px;
	background-color: #999;
}

.mob_bottom{
	border-top: 1px solid #222;
	padding-top: 24px;
	padding-bottom: 24px;
	display: none;
	overflow: hidden;
}
@media(min-width: 1041px){
	.header .trigger,
	.mob_bottom{display: none !important;}
}
.mob_bottom ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.mob_bottom li{
	margin: 0;
	padding: 0;
	margin-bottom: 3px;
}
.mob_bottom li:last-child{
	margin-bottom: 0;
}
.mob_bottom a{
	display: block;
	text-decoration: none;
	color: #ccc;
	font-size: 18px;
}

.mob_bottom a:hover,
.mob_bottom a.active{
	color: var(--mc);
}


/* Hero Header */
#hero_header{
	background-color: #122018;
	padding: 250px 0 263px;
	position: relative;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
}
.hero_header{
	display: flex;
}
.hero_header .title{
	font-size: 72px;
	font-weight: 400;
	font-family: var(--bff);
	color: #ccc;
	line-height: 1;
	margin: 0;
	margin-bottom: 50px;
}
.hero_header .hero_left{
	flex: 42%;
	padding-right: 100px;
}
.hero_header .divider{
	position: relative;
	height: 12px;
	overflow: hidden;
	margin-bottom: 50px;
}
.hero_header .divider:after,
.hero_header .divider:before{
	height: 1px;
	position: absolute;
	left: 0;
	content: '';
	background-color: #272728;
}
.hero_header .divider:after{
	width: 300px;
	bottom: 0;
}
.hero_header .divider:before{
	width: 400px;
	left: 0;
}
.hero_header .options ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	margin-left: -35px;
	row-gap: 20px;
}
.hero_header .options li{
	margin: 0;
	padding: 0;
	margin-left: 35px;
	display: flex;
	align-items: center;
}
.hero_header .options li:hover .icon{
	border-color: #555;
}
.hero_header .options .icon{
	margin-right: 15px;
	width: 56px;
	height: 56px;
	border: 2px solid #2d2d2d;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .3s;
}
.hero_header .options .text{
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	font-family: var(--hff);
	color: #b3b3b4;
}
.hero_header .hero_text{
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
	font-family: var(--hff);
	color: #777;
	letter-spacing: .25px;
	margin: 0;
	padding: 0;
	font-weight: 700;
	margin-top: 45px; 
}
.hero_header .hero_right{
	position: relative;
	width: 58%;
}
.hero_header .desktop_img{
	margin-left: 60px;
	border: 10px solid #1e2925;
	border-radius: 20px;
}
.hero_header .desktop_img img{
	display: block;
	width: 100%;
	height: 598px;
	object-fit: cover;
	border-radius: 10px;
}
.hero_header .mobile_img{
	position: absolute;
	top: 150px;
	left: 0;
	border: 10px solid #1e2925;
	border-radius: 20px;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 1);
}
.hero_header .mobile_img img{
	display: block;
	width: 100%;
	border-radius: 10px;
}




/* Main Features */
#main_features{
	position: relative;
	margin-top: -61px;
	z-index: 5;
	padding-bottom: 100px;
	border-bottom: 1px solid #dddddd;
}
#main_features:after,
#main_features:before{
	content: '';
	position: absolute;
	width: 200px;
	height: 1px;
	background-color: #ddd;
	left: 50%;
}
#main_features:before{
	bottom: 10px;
	margin-left: -80px;
}
#main_features:after{
	bottom: -12px;
	margin-left: -120px;
}
.main_features ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-left: -50px;
	display: flex;
	flex-wrap: wrap;
}
.main_features li{
	margin: 0;
	padding: 0;
	padding-left: 50px;
	margin-bottom: 50px;
	width: 33.3333%;
}
.main_features .item{
	border: 2px solid #dddddd;
	border-radius: 5px;
	box-shadow: 0 0 30px rgba(0,0,0,0.05);
	background-color: var(--sbc);
	padding: 64px 58px 0;
	height: 100%;
	display: flex;
	flex-direction: column;
}
.main_features .item .title{
	margin: 0;
	padding: 0;
	font-weight: 600;
	font-size: 30px;
	line-height: 36px;
	margin-bottom: 16px;
}
.main_features .item .desc{
	margin: 0;
	padding: 0;
	color: #777;
	margin-bottom: 38px;
}
.main_features .item img{
	display: block;
	width: 100%;
	border-radius: 5px 5px 0 0;
	margin-top: auto;
	border: 1px solid #ddd;
	border-bottom: none;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}



/* Animation Title */
#demos{
	padding-top: 90px;
}
.js-marquee,
.js-marquee-wrapper,
.marquee{
    display: flex;
    flex-wrap: nowrap;
}
.animation_titles{
	overflow: hidden;
}
.animation_titles .item{
	position: relative;
	width: 100%;
	padding: 0 80px;
	font-size: 100px;
	text-transform: uppercase;
	line-height: 1;
	font-family: var(--hff);
	font-weight: 900;
	text-transform: uppercase;
	color: #e6e6e6;
	white-space: nowrap;
}
.animation_titles .fn__svg{
	width: 60px;
	height: auto;
	display: block;
	position: absolute;
	right: -30px;
	top: 50%;
	margin-top: -36px;
}


/* Icon Arrow */
.fn__read_more {
    display: flex;
	flex-direction: column;
	gap: 10px;
}

.fn__read_more a {
	width: fit-content;
	text-decoration: none;
    height: 30px;
    border-radius: 15px;
    padding: 0 48px 0 30px;
    line-height: 32px;
    display: block;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: var(--hff);
    color: var(--monn-hc);
    transition: .3s;
    position: relative;
    z-index: 1
}

.fn__read_more a:hover {
    color: #fff
}

.fn__read_more a:hover .icon .fn__isvg {
    transform: rotate(0deg);
    right: 15px
}

.fn__read_more a:before {
    z-index: -2;
    border: 1px solid var(--monn-border-color);
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 15px
}

.fn__read_more a:hover:before {
    opacity: 0
}

.fn__read_more a:hover:after {
    left: 0;
    right: auto;
    width: 100%
}

.fn__read_more a:after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    z-index: -1;
    content: '';
    background: #000;
    transition: all .4s cubic-bezier(.42,0,.58,1);
    border-radius: 15px
}

.fn__read_more .icon .fn__isvg {
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    font-size: 12px;
    display: block;
    transform: rotate(-45deg);
    transition: .3s;
    position: absolute;
    right: 28px;
    top: 7px
}

.fn__read_more .text:before {
    width: 12px;
    height: 1px;
    content: '';
    position: absolute;
    bottom: 10px;
    left: 1px;
    background-color: var(--monn-border-color);
    transition: .3s;
    transform-origin: left
}

.fn__read_more .text:after {
    width: 12px;
    height: 1px;
    content: '';
    position: absolute;
    top: 10px;
    right: 1px;
    background-color: var(--monn-border-color);
    transition: .3s;
    transform-origin: right
}

.fn__read_more a:hover .text:after,.fn__read_more a:hover .text:before {
    transform: scaleX(0)
}


/* Demos */
.demos{
	padding-bottom: 100px;
	margin-top: -39px;
}
.demos .rtl_mode{
	border: none;
	outline: none;
	font-weight: 600;
	font-size: 12px;
	text-transform: uppercase;
	font-family: var(--hff);
	color: #777;
	padding-left: 12px;
	padding-right: 35px;
	cursor: pointer;
	width: auto;
	background: none;
	position: absolute;
	right: 0;
	bottom: 0;
	height: 32px;
	border-left: 1px solid var(--monn-border-color);
	border-top: 1px solid var(--monn-border-color);
	border-top-left-radius: 5px;
}
.demos .rtl_mode span{
	position: absolute;
	top: 7px;
	right: 12px;
	width: 17px;
	height: 17px;
	display: block;
	border-radius: 50%;
	border: 1px solid var(--monn-border-color);
	background-color: #f1f1f1;
	animation: blink-bg 1s infinite;
}
@keyframes blink-bg {
	0%   { background-color: #f1f1f1; }
	50%  { background-color: #fff; }
	100% { background-color: #f1f1f1; }
  }
.demos .rtl_mode span:after{
	content: '';
	position: absolute;
	width: 11px;
	height: 11px;
	border-radius: 100%;
	background-color: var(--mc);
	top: 2px;
	left: 2px;
	opacity: 0;
}
.demos .second_item{
	display: none !important;
}
.demos .demos_in{
	display: flex;
}
.demos .demos_left{
	width: 37%;
	margin-top: -22px;
	text-align: center;
}
.demos .demos_left .number{
	margin: 0;
	position: relative;
	z-index: 1;
}
.demos .demos_left .num{
	font-weight: 900;
	font-size: 400px;
	line-height: 325px;
	background: linear-gradient(to bottom, var(--mc) 0%, var(--sbc) 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	white-space: nowrap;
	text-align: center;
	letter-spacing: -20px;
	display: block;
}
.demos .demos_left .bg{
	display: block;
	position: absolute;
	z-index: 2;
	bottom: 13px;
	left: 0;
	right: 0;
	color: var(--mc);
	font-weight: 900;
	font-size: 50px;
	opacity: 0.5;
	text-transform: uppercase;
	line-height: 1;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.demos .demos_left_in{
	position: sticky;top: 78px;
	padding-bottom: 50px;
}
.demos .demos_left img{
	padding: 0 50px;
}
.demos .demos_left .title{
	margin: 0;
	padding: 0 100px;
	font-size: 30px;
	line-height: 36px;
	font-weight: 900;
	margin-bottom: 16px;
}
.demos .demos_left .desc{
	margin: 0;
	padding: 0 100px;
	color: #777;
}
.demos .demos_right{
	width: 63%;
}
.demos .demos_right ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.demos .demos_right li{
	margin: 0;
	padding: 0;
	margin-bottom: 50px;
	position: relative;
}
.demos .demos_right li.active .first_item{
	display: none !important;
}
.demos .demos_right li.active .second_item{
	display: block !important;
}
.demos .demos_right li.active .item_title{
	text-align: right;
}
.demos .demos_right li.active .fn__read_more{
	align-items: flex-end;
}
.demos .demos_right li.active .rtl_mode span:after{
	opacity: 1;
}
.demos .demos_right .item{
	border: 2px solid #ddd;
	border-radius: 5px;
	box-shadow: 0 0 30px rgba(0,0,0,0.05);
	background-color: var(--sbc);
	display: flex;
	padding-top: 58px;
	position: relative;
	z-index: 1;
}
.demos .demos_right .item_img{
	flex: auto;
	margin-left: -1px;
	margin-bottom: -1px;
	display: flex;
}
.demos .demos_right .item_img a{
	display: block;
}
.demos .demos_right .item_img img{
	width: 100%;
	object-fit: cover;
	display: block;
	border-radius: 0 5px 0 0;
	border: 1px solid #ddd;
	border-bottom: none;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.demos .demos_right .item_title{
	flex: 0 0 348px;
	padding: 60px;
}
.demos .demos_right .title{
	font-size: 30px;
	margin: 0;
	padding: 0;
	font-weight: 900;
	line-height: 36px;
	margin-bottom: 16px;
}
.demos .demos_right .desc{
	color: #777;
	margin: 0;
	margin-bottom: 24px;
}



/* Features */
#features{
	background-color: #122018;
	padding: 150px 0;
	color: #777;
}
#features h1,
#features h2,
#features h3,
#features h4,
#features h5,
#features h6{color: #ccc;}


.solutions{
	display: flex;
}
.solutions .solutions_left{
	flex: 0 0 44%;
	padding-right: 100px;
}
.solutions .solutions_left .title{
	font-family: var(--bff);
	margin: 0;
	padding: 0;
	font-size: 72px;
	line-height: 1;
	max-width: 570px;
	margin-bottom: 35px;
}
.solutions .solutions_left .desc{
	margin: 0;
	padding: 0;
	max-width: 500px;
}
.solutions .solutions_right{
	flex: 0 0 56%;
}
.solutions .solutions_list ul{
	margin: 0;
	padding: 0;
	display: flex;
	list-style-type: none;
	flex-wrap: wrap;
	margin-left: -100px;
}
.solutions .solutions_list li{
	margin: 0;
	padding: 0;
	padding-left: 100px;
	margin-bottom: 94px;
	width: 33.3333%;
}
.solutions .solutions_list .item:hover .icon{
	border-color: #555;
}
.solutions .solutions_list .icon{
	width: 56px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #2d2d2d;
	border-radius: 100%;
	margin-bottom: 17px;
	transition: .3s;
}
.solutions .solutions_list .title{
	font-size: 18px;
	line-height: 24px;
	margin: 0;
	padding: 0;
	font-family: var(--hff);
	color: #ccc;
	font-weight: 600;
	margin-bottom: 8px;
}
.solutions .solutions_list .text{
	display: block;
	max-width: 220px;
}
.solutions .solutions_list .item{
	display: flex;
	flex-direction: column;
}



.skin_font{
	display: flex;
	gap: 50px;
	margin-bottom: 50px;
}
.skin_font .item_right,
.skin_font .item_left{
	background-color: #1e2925;
	border: 1px solid #2a3933;
	border-radius: 5px;
}
.skin_font .item_left{
	width: 66.6666%;
	display: flex;
	padding: 59px 0;
	align-items: center;
}
.skin_font .item_left .left{
	flex: 0 0 389px;
	padding: 0 59px;
}
.skin_font .item_left .title{
	margin: 0;
	padding: 0;
	font-weight: 600;
	font-size: 30px;
	line-height: 36px;
	margin-bottom: 16px;
}
.skin_font .item_left .desc{
	margin: 0;
	padding: 0;
	margin-bottom: -3px;
	max-width: 250px;
}
.skin_font .item_left .right{
	flex: auto;
	border-radius: 5px;
	overflow: hidden;
}
.skin_font .item_left .right img{
	display: block;
	width: 100%;
	max-width: unset;
}
.skin_font .item_right{
	width: 33.3333%;
}
.skin_font .item_right_middle img{
	display: block;
	width: 100%;
}
.skin_font .item_right_top{
	padding: 66px 59px 26px;
}
.skin_font .item_right_top .title{
	margin: 0;
	padding: 0;
	font-weight: 600;
	font-size: 30px;
	line-height: 36px;
	margin-bottom: 16px;
}
.skin_font .item_right_top .desc{
	margin: 0;
	padding: 0;
}
.skin_font .item_right_bottom ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
}
.skin_font .item_right_bottom li{
	margin: 0;
	padding: 0;
	flex: 0 0 33.3333%;
}
.skin_font .item_right_bottom li:nth-child(2),
.skin_font .item_right_bottom li:nth-child(3){
	border-left: 1px solid #333336;
}
.skin_font .item_right_bottom img{
	margin-bottom: 12px;
}
.skin_font .item_right_bottom .item{
	padding: 40px 30px 34px;
}
.skin_font .item_right_bottom .font{
	margin: 0;
	padding: 0;
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 4px;
}
.skin_font .item_right_bottom .font_sub{
	margin: 0;
	padding: 0;
}


.ajax_options{
	display: flex;
	gap: 50px;
	margin-bottom: 50px;
}
.ajax_options .item_left,
.ajax_options .item_right{
	background-color: #1e2925;
    border: 1px solid #2a3933;
    border-radius: 5px;
}
.ajax_options .item_left{
	width: 33.3333%;
	padding: 66px 59px 0;
}
.ajax_options .item_left .title{
	margin: 0;
	padding: 0;
	font-weight: 600;
	font-size: 30px;
	line-height: 36px;
	margin-bottom: 16px;
}
.ajax_options .item_left .desc{
	margin: 0;
	padding: 0;
	margin-bottom: 38px;
}
.ajax_options .item_left .img{
	position: relative;
}
.ajax_options .item_left .img .icon{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.ajax_options .item_left .img > img{
	display: block;
	width: 100%;
	border-radius: 5px 5px 0 0;
}
.ajax_options .item_right{
	width: 66.6666%;
	display: flex;
	padding: 59px 0;
	align-items: center;
}
.ajax_options .item_right .right{
	flex: auto;
}
.ajax_options .item_right .right img{
	width: 100%;
	display: block;
	border-radius: 5px 0 0 5px;
}
.ajax_options .item_right .left{
	flex: 0 0 389px;
	padding: 0 59px;
}
.ajax_options .item_right .title{
	margin: 0;
	padding: 0;
	font-weight: 600;
	font-size: 30px;
	line-height: 36px;
	margin-bottom: 16px;
}
.ajax_options .item_right .desc{
	margin: 0;
	padding: 0;
	margin-bottom: 34px;
	max-width: 260px;
}


.updates_social_colors{
	display: flex;
	gap: 50px;
	width: 100%;
	max-width: 100%;
}
.updates_social_colors .item_left,
.updates_social_colors .item_middle,
.updates_social_colors .item_right{
	width: 33.3333%;
	background-color: #1e2925;
    border: 1px solid #2a3933;
    border-radius: 5px;
	min-width: 0;
}
.updates_social_colors .item_left{
	padding: 64px 59px 80px;
}
.updates_social_colors .item_left .title{
	margin: 0;
    padding: 0;
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 16px;
}
.updates_social_colors .item_left .desc{
	margin: 0;
	padding: 0;
	margin-bottom: 45px;
}
.updates_social_colors .item_middle_in{
	padding: 64px 59px 0;
}
.updates_social_colors .item_middle .title{
	margin: 0;
    padding: 0;
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 16px;
}
.updates_social_colors .item_middle .desc{
	margin: 0;
	padding: 0;
}
.updates_social_colors .item_middle img{
	display: block;
	margin-top: -57px;
	width: 100%;
}
.updates_social_colors .item_right{
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.updates_social_colors .item_right img{
	display: block;
}
.updates_social_colors .item_right_in{
	padding: 76px 59px 74px;
}
.updates_social_colors .item_right .title{
	margin: 0;
    padding: 0;
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 16px;
}
.updates_social_colors .item_right .desc{
	margin: 0;
	padding: 0;
}



#customization{
	padding: 150px 0 100px;
}
.elementor{
	display: flex;
	margin-bottom: 100px;
}
.elementor .elementor_left{
	flex: 0 0 630px;
	padding-right: 100px;
}
.elementor .elementor_right{
	flex: auto;
}
.elementor .elementor_right img{
	width: 100%;
	display: block;
}
.elementor .title{
	margin: 0;
	padding: 0;
	font-size: 72px;
	line-height: 1;
	font-family: var(--bff);
	font-weight: 400;
	margin-bottom: 35px;
	margin-top: -8px;
}
.elementor .desc{
	color: #666;
	margin: 0;
	padding: 0;
	margin-bottom: 44px;
}




#seo{
	padding: 150px 0;
	background-color: #f0f0f0;
}
.google{
	display: flex;
	margin-bottom: 82px;
}
.google .google_left{
	width: 40%;
	padding-right: 68px;
}
.google .google_right{
	width: 60%;
}
.google .google_right img{
	display: block;
	width: 100%;
}
.google .title{
	margin: 0;
	padding: 0;
	font-family: var(--bff);
	font-size: 72px;
	line-height: 1;
	margin-bottom: 34px;
}
.google .desc{
	margin: 0;
	padding: 0;
	color: #666;
	margin-bottom: 44px;
	max-width: 450px;
}

.graph{
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 44px;
}
.graph .title{
	max-width: 800px;
	font-size: 36px;
	line-height: 1;
	font-family: var(--bff);
	margin: 0;
	padding: 0;
	margin-bottom: 30px;
}
.graph .desc{
	max-width: 800px;
	color: #666;
	margin: 0;
	padding: 0;
	margin-bottom: 44px;
}

#monetization{
	padding: 150px 0 100px;
}
.google_ad{
	display: flex;
	align-items: center;
	margin-bottom: 100px;
}
.google_ad_left{
	width: 42%;
	padding-right: 100px;
}
.google_ad_right{
	width: 58%;
}
.google_ad_right img{
	display: block;
	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	width: 100%;
}
.google_ad .title{
	margin: 0;
    padding: 0;
    font-family: var(--bff);
    font-size: 72px;
    line-height: 1;
    margin-bottom: 33px;
}
.google_ad .desc{
	margin: 0;
	padding: 0;
	max-width: 500px;
	color: #666;
	margin-bottom: 44px;
}


#post_layouts{
	padding: 150px 0 100px;
	background-color: #f0f0f0;
}
.post_layouts{
	display: flex;
	align-items: center;
}
.post_layouts .item_left{
	width: 40%;
	padding-right: 100px;
	padding-bottom: 50px;
}
.post_layouts .item_right{
	width: 60%;
}
.post_layouts .title{
	margin: 0;
    padding: 0;
    font-family: var(--bff);
    font-size: 72px;
    line-height: 1;
    margin-bottom: 33px;
}
.post_layouts .desc{
	color: #666;
	margin: 0;
	padding: 0;
	max-width: 480px;
	margin-bottom: 37px;
}
.post_layouts .subtitle{
	margin: 0;
	padding: 0;
	max-width: 400px;
	font-size: 18px;
	line-height: 30px;
	font-weight: 900;
	text-transform: uppercase;
	font-family: var(--hff);
	color: #666;
}
.post_layouts .subtitle span{
    color: #122018;
    line-height: 1;
    display: inline-block;
	position: relative;
	z-index: 1;
}
.post_layouts .subtitle span:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: -2px;
	top: -3px;
	right: -1px;
	background-color: #f0f23b;
	z-index: -1;
}
.post_layouts .item_right ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	margin-left: -50px;
}
.post_layouts .item_right li{
	margin: 0;
	padding: 0;
	width: 33.3333%;
	padding-left: 50px;
	margin-bottom: 50px;
}
.post_layouts .item_right img{
	display: block;
	width: 100%;
	border: 2px solid #dddddd;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}


.accordion{
	margin-bottom: 20px;
}
.accordion a{
	color: var(--mc);
	text-decoration: none;
	border-bottom: 1px solid;
}
.accordion.active .acc_header{
	background-color: #eee;
}
.accordion.active .acc_header .plus:after{
	transform: scale(0);
}
.accordion.active .acc_header .plus:before{
	transform: rotate(-90deg);
}
.accordion .acc_header{
	height: 100px;
	border: 2px solid #ddd;
	box-shadow: 0 0 30px rgba(0,0,0,0.05);
	font-family: var(--hff);
	font-size: 24px;
	line-height: 29px;
	display: flex;
	padding-left: 38px;
	padding-top: 21px;
	padding-bottom: 17px;
	padding-right: 96px;
	font-weight: 600;
	color: var(--hc);
	align-items: center;
	position: relative;
	cursor: pointer;
}
.accordion .acc_content{
	display: none;
	border: 2px solid #ddd;
	box-shadow: 0 0 30px rgba(0,0,0,0.05);
	font-family: var(--bff);
	color: #666;
	margin-top: 10px;
	padding-left: 38px;
	padding-right: 38px;
	padding-top: 25px;
	padding-bottom: 24px;
	overflow: hidden;
}
.accordion .acc_header .plus{
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	right: 38px;
	top: 50%;
	margin-top: -10px;
}
.accordion .acc_header .plus:after,
.accordion .acc_header .plus:before{
	content: '';
	position: absolute;
	background-color: var(--hc);
	transition: .3s;
}
.accordion .acc_header .plus:after{
	width: 20px;
	height: 2px;
	top: 50%;
	margin-top: -1px;
	left: 0;
}
.accordion .acc_header .plus:before{
	width: 2px;
	height: 20px;
	left: 50%;
	margin-left: -1px;
	top: 0;
}


#faq{
	padding: 150px 0;
}
.faq{
	display: flex;
}
.faq .title{
	margin: 0;
    padding: 0;
    font-family: var(--bff);
    font-size: 72px;
    line-height: 1;
}
.faq .item_left{
	width: 40%;
    padding-right: 100px;
}
.faq .item_left_in{
	position: sticky;
	top: 100px;
}
.faq .item_right{
	width: 60%;
}



#rating{
	background-color: #122018;
	padding: 150px 0;
	color: #777;
}
#rating h1,
#rating h2,
#rating h3,
#rating h4,
#rating h5,
#rating h6{color: #ccc;}



.reviews{
	display: flex;
}
.reviews_left{
	width: 40%;
	padding-right: 100px;
}
.reviews_left_in{
	position: sticky;
	top: 100px;
	padding-bottom: 250px;
}
.reviews_left .title{
	margin: 0;
    padding: 0;
    font-family: var(--bff);
    font-size: 72px;
    line-height: 1;
    margin-bottom: 33px;
}
.reviews_left .desc{
	margin: 0;
	padding: 0;
}
.reviews_right{
	width: 60%;
}
.fn_reviews ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	margin-left: -50px;
}
.fn_reviews li{
	width: 33.3333%;
	margin: 0;
	padding: 0;
	padding-left: 50px;
	margin-bottom: 50px;
}
.fn_reviews .item{
	padding: 35px 29px 29px;
	background-color: #1e2925;
	border: 1px solid #2a3933;
	border-radius: 5px;
}
.fn_reviews .review_topic{
	margin: 0;
	padding: 0;
	font-size: 22px;
	line-height: 28px;
	font-weight: 600;
}
.fn_reviews .review_stars{
	margin-bottom: 12px;
}
.fn_reviews br[data-full]{
	margin-bottom: 20px;
	display: block;
	content: '';
}
.fn_reviews .review_text{
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 15px;
}
.fn_reviews .review_author{
	margin: 0;
	display: flex;
	align-items: center;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	font-family: var(--bff);
	color: #ccc;
	font-weight: 400;
}
.fn_reviews .review_author img{
	min-width: 14px;
	margin-right: 10px;
}
.fn_reviews{
	max-height: calc(100% - 250px);
	overflow: hidden;
	position: relative;
}
.fn_reviews:after{
	content: '';
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	right: 0;
	height: 240px;
	background: rgb(14,14,16);
	background: linear-gradient(180deg, rgba(18, 32, 24,0) 0%, rgb(18, 32, 24) 100%);
}


.thanks{
	max-width: 700px;
	margin: 0 auto;
	text-align: center;
	margin-top: -70px;
}
.thanks .title{
	margin: 0;
	padding: 0;
	font-size: 72px;
	line-height: 1;
	font-weight: 400;
	font-family: var(--bff);
	margin-bottom: 25px;
}
.thanks .desc{
	margin: 0;
	padding: 0;
	margin-bottom: 34px;
}
.thanks .btn{
	display: flex;
	align-items: center;
	justify-content: center;
}
.thanks .btn a{
	display: flex;
    align-items: center;
    height: 100px;
    padding: 0 84px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    font-family: var(--hff);
    font-weight: 900;
    letter-spacing: 0;
    color: #151515;
    background-color: var(--mc);
}
.thanks .btn a:hover{
	opacity: .9;
}
.thanks .btn span{
	line-height: 1;
	position: relative;
	top: 1px;
}
.thanks .btn img{
	margin-left: 5px;
}

.before_after > div:nth-child(3) > div > div{
	width: 50px !important;
	height: 50px !important;
	border: 2px solid #09090a;
	line-height: 42px !important;
}



#headers{
	background-color: #f0f0f0;
	padding-top: 150px;
}
#headers .animation_titles{
	height: 81px;
	overflow: hidden;
}
.headers{
	display: flex;
	width: 100%;
	margin-bottom: 60px;
}
.headers .headers_left{
	flex: 0 0 660px;
	padding-right: 100px;
}
.headers .headers_right{
	flex: auto;
}
.headers .headers_right a{
	display: block;
	text-decoration: none;
}
.headers .headers_right ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.headers .headers_right .count{
	display: block;
	line-height: 1;
	padding-left: 30px;
	font-size: 30px;
	color: #ccc;
	font-family: var(--hff);
	text-transform: uppercase;
	font-weight: 600;
	position: absolute;
	top: -22px;
}
.headers .headers_right .more{
	text-align: center;
	font-size: 18px;
	font-weight: 900;
	text-transform: uppercase;
	font-family: var(--hff);
	color: var(--mc);
	margin-top: -4px;
}
.headers .headers_right img{
	width: 100%;
	display: block;
	border: 2px solid #ddd;
	box-shadow: 0px 0p 30px rgba(0,0,0,0.05);
	transition: .5s;
}
.headers .headers_right li:hover img{
	border-color: #bbb;
}
.headers .headers_right li{
	margin: 0;
	padding: 0;
	position: relative;
	margin-bottom: 50px;
}
.headers .title{
	margin: 0;
	padding: 0;
	font-size: 72px;
	line-height: 1;
	font-family: var(--bff);
	font-weight: 400;
	margin-bottom: 35px;
	margin-top: -8px;
}
.headers .desc{
	color: #666;
	margin: 0;
	padding: 0;
	max-width: 480px;
}

@media(max-width: 1600px){
	.main_features .item{ padding: 44px 38px 0; }
	.solutions .solutions_left .title,
	.google .title,
	.thanks .title,
	.hero_header .title,
	.google_ad .title,
	.post_layouts .title,
	.faq .title,
	.reviews_left .title,
	.elementor .title{font-size: 60px;}
	.hero_header .hero_left{padding-right: 50px;}
	.header nav li{margin-left: 30px;}
	.header nav ul{margin-left: -30px;}
	.header nav a{font-size: 16px;}
	.demos .demos_right .item_title{padding: 40px;}
	.demos .demos_right .item{padding-top: 38px;}
	.skin_font .item_right_top{padding: 46px 39px 26px;}
	.skin_font .item_left{padding: 39px 0;}
	.skin_font .item_left .left{padding: 0 39px;}
	.skin_font .item_right_bottom .item{padding: 30px 20px 24px;}
	.ajax_options .item_left{padding: 46px 39px 0;}
	.ajax_options .item_right{padding: 39px 0;}
	.ajax_options .item_right .left{padding: 0 39px;}
	.updates_social_colors .item_left{padding: 44px 39px 60px;}
	.updates_social_colors .item_middle_in{padding: 44px 39px 0;}
	.updates_social_colors .item_right_in{padding: 56px 39px 54px;}
	.fn_reviews ul{margin-left: -30px;}
	.fn_reviews li{padding-left: 30px;margin-bottom: 30px;}
	.fn_reviews .item{padding: 25px 19px 19px;}
	.reviews_left,
	.post_layouts .item_left,
	.faq .item_left{padding-right: 50px;}
	.post_layouts .item_right li{padding-left: 30px;margin-bottom: 30px;}
	.post_layouts .item_right ul{margin-left: -30px;}
	#post_layouts{padding-bottom: 120px;}
	.google_ad_left{padding-right: 50px;}
	.google .google_left{padding-right: 50px;}
	.elementor .elementor_left{padding-right: 50px;}
	.solutions .solutions_left{padding-right: 50px;}
	.solutions .solutions_list ul{margin-left: -50px;}
	.solutions{margin-bottom: 50px;}
	.solutions .solutions_list li{padding-left: 50px;margin-bottom: 44px;}
	.demos .demos_left .title{padding: 0 50px;}
	.demos .demos_left .desc{padding: 0 50px;}
}
@media(max-width: 1400px){
	.skin_font .item_right_bottom ul{flex-direction: column;}
	.skin_font .item_right_bottom li:nth-child(2), .skin_font .item_right_bottom li:nth-child(3){
		border-left: none;
		border-top: 1px solid #333336;
	}
	.skin_font .item_left{flex-direction: column;padding: 39px;}
	.skin_font .item_left .left{flex: unset;width: 100%;padding: 0;margin-bottom: 50px;}
	.skin_font .item_left .desc{max-width: 100%;}
	.skin_font .item_left .right{width: 100%;flex: unset;}
	.skin_font .item_right_top{padding-left: 20px;padding-right: 20px;padding-top: 39px;}
	.skin_font .item_right_bottom .item{padding: 20px;}
	.ajax_options .item_right{flex-direction: column;padding: 39px;}
	.ajax_options .item_right .left{flex: unset;width: 100%;padding: 0;margin-bottom: 50px;}
	.ajax_options .item_right .right{flex: unset;width: 100%;padding: 0;}
	.ajax_options .item_right .desc{max-width: 100%;}
}
@media(max-width: 1200px){
	.main_features .item .title{font-size: 20px;line-height: 1.3;}
	.main_features ul{margin-left: -30px;}
	.main_features li{padding-left: 30px;margin-bottom: 30px;}
	.solutions .solutions_left .title,
	.google .title,
	.hero_header .title,
	.google_ad .title,
	.post_layouts .title,
	.faq .title,
	.thanks .title,
	.reviews_left .title,
	.elementor .title{font-size: 40px;}
	.header .extra span{display: none;}
	.header nav li{margin-left: 20px;}
	.header nav ul{margin-left: -20px;}
	.fn_reviews li{width: 50%;}
}
@media(max-width: 1040px){
	a.monn_fn_price_btn{top: 120px;}
	a.monn_fn_price_btn .text{display: none;}
	a.monn_fn_price_btn{padding-right: 20px;}
	body{overflow-x: hidden;}
	.thanks{margin-top: 50px;}
	.reviews_left{width: 100%;padding-right: 0;flex: unset;margin-bottom: 50px;}
	.reviews_left_in{padding-bottom: 0;}
	.fn_reviews{max-height: inherit;}
	.reviews_right{width: 100%;}
	.reviews,
	.hero_header{flex-direction: column;}
	.hero_header .hero_left{padding-right: 0;margin-bottom: 50px;}
	.hero_header .hero_right{width: 100%;}
	.faq{flex-direction: column;}
	.faq .item_left{width: 100%;padding-right: 0;margin-bottom: 50px;}
	.faq .item_right{width: 100%;}
	.updates_social_colors{flex-direction: column;}
	.updates_social_colors .item_left, .updates_social_colors .item_middle, .updates_social_colors .item_right{width: 100%;}
	.ajax_options .item_left{width: 100%;}
	.ajax_options .item_right{width: 100%;}
	.ajax_options{flex-direction: column;}
	.skin_font{flex-direction: column;}
	.skin_font .item_left{width: 100%;}
	.skin_font .item_right{width: 100%;}
	.google{flex-direction: column;}
	.google .google_left{width: 100%;padding-right: 0;margin-bottom: 50px;}
	.google .google_right{width: 100%;}
	.post_layouts .subtitle,
	.google_ad .desc,
	.post_layouts .desc{max-width: 100%;}
	.post_layouts .item_right li{width: 50%;}
	.post_layouts .item_right{width: 100%;}
	.post_layouts{flex-direction: column;align-items: unset;}
	.post_layouts .item_left{width: 100%;padding-right: 0;}
	.google_ad{flex-direction: column;align-items: unset;}
	.google_ad_left{width: 100%;padding-right: 0;margin-bottom: 50px;}
	.google_ad_right{width: 100%;}
	.solutions{flex-direction: column;}
	.solutions .solutions_left .title{max-width: 100%;}
	.solutions .solutions_left .desc{max-width: 100%;}
	.solutions .solutions_left{flex: 100%;padding-right: 0;margin-bottom: 50px;}
	.demos .demos_left_in{width: 100%;}
	.demos .demos_left{width: 100%;margin-top: 0;}
	.demos .demos_left img{padding: 0;}
	.demos .demos_left .title{padding: 0;}
	.demos .demos_left .desc{padding: 0;}
	.demos .demos_in{flex-direction: column;}
	.solutions .solutions_list li{width: 50%;}
	.main_features li{width: 50%;}
	.demos .demos_right{width: 100%;}
	.demos .demos_right .item{padding-top: 0;}
	.demos .demos_right .item_img{margin-top: -2px;}
	.demos .demos_right .item_title{display: flex;flex-direction: column;justify-content: center;}
	.elementor{flex-direction: column;}
	.elementor .elementor_left{padding-right: 0;flex: unset;margin-bottom: 50px;width: 100%;}
	.elementor .elementor_right{flex: unset;width: 100%;}
	.header .extra,
	.header .nav{display: none;}
}
@media(max-width: 768px){
	.hero_header .mobile_img{width: 200px;top: 0;left: 50px;border-width: 5px;border-radius: 10px;}
	.hero_header .mobile_img img{border-radius: 5px;}
	.hero_header .desktop_img{margin-left: 0;border-width: 5px;border-radius: 10px;position: relative;top: 50px;}
	.hero_header .desktop_img img{height: auto;border-radius: 5px;}
	.fn_reviews .review_stars{max-width: 50px;}
	.fn_reviews .review_text{font-size: 13px;line-height: 16px;}
	.fn_reviews .review_author{font-size: 13px;}
	.fn_reviews .item{padding: 15px 10px;}
	.fn_reviews .review_topic{font-size: 18px;}
	.fn_reviews ul{margin-left: -10px;}
	.fn_reviews li{padding-left: 10px;margin-bottom: 10px;}
	.accordion .acc_header{padding-left: 20px;padding-right: 60px;height: auto;font-size: 18px;line-height: 24px;}
	.accordion .acc_header .plus{right: 20px;}
	.ajax_options .item_right,
	.updates_social_colors .item_left,
	.updates_social_colors .item_middle_in,
	.updates_social_colors .item_right_in,
	.ajax_options .item_left,
	.skin_font .item_left{padding-left: 20px;padding-right: 20px;}
	.demos .demos_left .num{font-size: 300px;line-height: 250px;}
	.main_features .item{padding-left: 20px;padding-right: 20px;}
	.demos .demos_right .item_img{margin: -2px -2px 0 -2px;}
	.demos .demos_right .item_img img{border-radius: 5px 5px 0 0;}
	.demos .demos_right .item{flex-direction: column;}
	.demos .demos_right .item_title{flex: unset;padding: 30px 20px;}
	.solutions .solutions_list .text{max-width: 100%;}
	.solutions .solutions_list li,
	.main_features li{width: 100%;}
	.thanks .btn a{height: 40px;border-radius: 20px;padding: 0 25px;}
}
@media(max-width: 480px){
	.fn_reviews li,
	.post_layouts .item_right li{width: 100%;}
}

.fn__new span{
	display: block;
	text-align: center;
    left: 0;
    width: 200%;
    -webkit-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
    -ms-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
    transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
    margin-top: 35px;
    line-height: 2;
	background-color: #007BFF;
    font-weight: 500;
    color: #fff;
    font-size: 11px;
    letter-spacing: 1.1px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
}
.fn__new{
	display: block;
	position: absolute;
    top: 0;
    left: auto;
    right: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 150px;
    overflow: hidden;
    height: 150px;
	z-index: 2;
	text-decoration: none;
}


.totop_scrolled .monn_fn_totop{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}


.monn_fn_totop{
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	background: none;
	width: 40px;
	height: 60px;
	cursor: pointer;
	transition: .3s;
	background-color: #f1f1f1;
	border-radius: 20px;
	box-shadow: var(--monn-box-shadow);
	right: 50px;
	bottom: 50px;
	position: fixed;
	z-index: 99;
	color: var(--monn-hc);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(100px);
}
.monn_fn_totop:after{
	content: '';
	position: absolute;
	top: 30px;
	left: 0;
	right: 0;
	height: 40px;
	pointer-events: none;
}
.monn_fn_totop:hover{
	transform: translateY(-10px)
}
.monn_fn_totop:hover:after{
	pointer-events: all;
}
.monn_fn_totop .fn__svg{
	width: 14px;
	height: 14px;
	transform: rotate(180deg);
}
.monn_fn_totop i{
	transform: rotate(180deg);
}