@charset "UTF-8";
:before,:after,html *{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;-moz-osx-font-smoothing: grayscale; /*(For Firefox)*/-webkit-font-smoothing: antialiased; /*(For Chrome and Safari)*/}
.clearfix:after,
.clear{clear: both;display: block;height: 0;width: 100%;float: none !important;}
.clearfix:after{content: ''}
input::-moz-focus-inner /*Remove button padding in FF*/{ border: 0;padding: 0;}
a{text-decoration: none;outline: 0 !important;}
a:hover{color: inherit;text-decoration: none;}
img{max-width: 100%;vertical-align: top;}
*:focus ,
textarea,
input,
textarea:focus, input:focus{outline: none;border-radius: 0}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {-webkit-appearance: none !important;margin: 0;}
input[type=number] {-moz-appearance:textfield !important;}
input::placeholder{ 
	color: #cacdc8;
	opacity:1;
}
textarea::placeholder{ 
	color: #cacdc8;
	opacity: 1;
}
::-moz-placeholder {
	opacity: 1;
}
.cvr-bg-bf:before,
.cvr-bg-af:after,
.cvr-bg{
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.cvr-bg-bf:before,
.cvr-bg-af:after{
	content: '';
	display: inline-block;
        vertical-align: middle;
}
html {
	scroll-padding-top: 130px;
}
body{
        background: #fff;
        color: #212529;
	font-size: 16px;
	font-family: 'Glacial Indifference';
	font-weight:  400;
	position: static;
	overflow-y:auto
}
.wrapper{
	max-width: 1180px;
	width: 100%;
	margin: 0 auto;
}
.rowflex{
	display: flex;
	flex-wrap: wrap;
}
.rowflex > *{
	flex: 1;
}
.format-text{
	line-height: 150%;
}
.format-text > *{
	margin-top: 35px;
}
.format-text > *:first-child{
	margin-top: 0;
}
.format-text b,
.format-text strong{
	font-weight: 700;
}
.format-text em,
.format-text i:not(.fa){
	font-style: italic;
}
.format-text h1,
.format-text h2,
.format-text h3,
.format-text h4,
.format-text h5,
.format-text h6{
	line-height: 115%;
	font-weight: 700;
}
.format-text h1{
	font-size: 40px;
}
.format-text h2{
	font-size: 36px;
}
.format-text h3{
	font-size: 30px;
}
.format-text h4{
	font-size: 24px;
}
.format-text h5{
	font-size: 20px;
}
.format-text h6{
	font-size: 16px;
}
.format-text h1 + *,
.format-text h2 + *,
.format-text h3 + *,
.format-text h4 + *,
.format-text h5 + *,
.format-text h6 + *{
	margin-top: 10px;
}
.format-text a:not(.button){
	color: #F2901B;
}
.format-text a:not(.button):hover{
	text-decoration: underline;
}
.format-text ul{
	list-style: disc;
	padding-left: 22px;
}
.format-text ul li,
.format-text ol li{
	padding-bottom: 10px;
}
.format-text ol{
	list-style: decimal;
}
.format-text ol{
	padding-left: 20px;
}
.format-text blockquote{
	font-size: 17px;
	line-height: 180%;
	position: relative;
	padding-left: 40px;
	border-left: 3px solid #FFD500;
}

.form-basic input[type="number"],
.form-basic input[type="text"],
.form-basic input[type="tel"],
.form-basic input[type="email"],
.form-basic input[type="password"],
.form-basic textarea{
	/* Remove First */
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	border-radius: 2px;
	display: block;
	width: 100%;
	background: #fff;
	color: #212529;
	border: 1px solid #DFE1E2;
	font-size: 14px;
	font-family: 'Glacial Indifference';
	font-weight: 400;
	height: 40px;
	padding: 0 15px;
}
.form-basic input[type="number"]:focus,
.form-basic input[type="text"]:focus,
.form-basic input[type="tel"]:focus,
.form-basic input[type="email"]:focus,
.form-basic input[type="password"]:focus,
.form-basic textarea:focus{
	border: 1px solid #F2901B;
}
.form-basic textarea{
	min-height: 80px;
	padding: 15px;
	resize: vertical;
	line-height: 180%;
}
.form-basic form > * {
	display: block;
	margin-top: 25px;
}
.form-basic form > *:first-child{
	margin-top: 0;
}
.form-basic .fgroup > label{
	display: block;
	margin-bottom: 10px;
	color: #212529;
	font-size: 14px;
}
.form-basic .gap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.form-basic .gap > *{
	flex: calc(50% - 8px);
	max-width: calc(50% - 8px);
}
.form-basic .dropy{
	position: relative;
	z-index: 9;
}
.form-basic .dropy.active{
	z-index: 11;
}
.form-basic .dropy strong{
	display: block;
	position: relative;
	cursor: pointer;
}
.form-basic .dropy strong:before{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	z-index: 2;
}
.form-basic .dropy strong:after{
	display: block;
	position: absolute;
	width: 18px;
	height: 18px;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-image: url(../img/caret.svg);
	right: 11px;
	top: 11px;
	content: '';
	transform: rotate(0deg);
	transition:transform 0.2s ease;
}
.form-basic .dropy.active strong:after{
	transform: rotate(180deg);
}
.form-basic .dropy ul{
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	background: #fff;
	border-radius: 8px;
	border: 1px solid #DFE1E2;
	padding: 15px;
	opacity: 0;
	visibility: hidden;
	margin: 15px 0 0;
	transition:all 0.2s ease;
}
.form-basic .dropy.active ul{
	opacity: 1;
	margin: 10px 0 0;
	visibility: visible;
}
.form-basic .dropy ul li{
	display: block;
	margin: 15px 0 0;
	padding: 15px 0 0;
	border-top: 1px solid #DFE1E2;
	font-size: 14px;
}
.form-basic .dropy ul li:first-child{
	margin: 0;
	padding: 0;
	border: none;
}
.form-basic .dropy span{
	cursor: pointer;
	display: block;
	line-height: 100%;
	color: #35393D;
	transition:color 0.2s ease-in;
}
.form-basic .dropy span:hover{
	color: #F2901B;	
}
.form-basic .dropy li input{
	border: none;
	height: auto;
	padding: 0 0 0 10px;
	position: relative;
}
.form-basic .dropy li input:focus,
.form-basic .dropy li input:active{
	border: none;
}
.form-basic .dropy li.other{
	display: flex;
	align-items: center;
}
.button{
	/* Remove First */
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	border-radius: 4px;
	display: inline-block;
	color: #fff;
	background: #212529;
	font-family: "Glacial Indifference";
	font-weight: 400;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	padding: 0 32px;
	text-align: center;
	cursor: pointer;
	border: none;
	outline: none !important;
	transition:all 0.2s ease-in;
	position: relative;
	top: 0;
	transition:all 0.2s ease;
	box-shadow: 0px 10px 15px -11px rgba(255, 213, 0, 0);
	min-width: 120px
}
.button:hover{
	color: #fff;
}
.button.btn-white:hover,
.button.btn-white{
	color: #212529;
	background: #fff;
}
.button.btn-grey:hover,
.button.btn-grey{
	color: #fff;
	background: rgba(255, 255, 255, 0.10);
}
.button.disabled:hover,
.button.disabled{
	cursor: default;
	background: #ccc;
	color: #fff;
}
.button.not-hover{
	cursor: default;
}
.button:active,
.button:focus{
	border-radius: 4px;
}
.button.btn-fullwidth{
	display: block;
	width: 100%;
}
/** HEADER **/
#top{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	padding: 32px 0 0;
}
#top .rowflex{
	align-items: center;
	justify-content: space-between;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0px 1px 16px 0px rgba(33, 37, 41, 0.08);
	padding: 16px 32px;
}
#top .logo{
	flex: 115px;
	max-width: 115px;
}
#top .mainmenu{
	flex: calc(100% - 550px);
	max-width: calc(100% - 550px);
}
#top .mainmenu li:not(:first-child){
	margin: 0 0 0 40px;
}
.mainmenu li a{
	color: #35393D;
	display: block;
	letter-spacing: 0.32px;
	position: relative;
	line-height: 100%;
}
.footer-menu a:after,
.widget-menu li a:after,
.mainmenu li a:after{
	display: block;
	position: absolute;
	left: 50%;
	bottom: -5px;
	width: 0;
	height: 1px;
	background: #35393D;
	content: '';
	transition:all 0.2s ease;
}
.footer-menu a:after{
	background: #fff;
}
.footer-menu a:hover:after,
.widget-menu li a:hover:after,
.mainmenu li a:hover:after{
	left: 0;
	width: 100%;
}
#top li{
	display: inline-block;
	vertical-align: middle;
}
#top .auth {
	max-width: 255px;
	flex: 255px;
}
#top .auth li:not(:first-child){
	margin-left: 8px;
}

li.btn-hollow a,
li.btn a{
	display: block;
	height: 40px;
	line-height: 40px;
	background: #212529;
	color: #fff;
	font-size: 14px;
	padding: 0 20px;
	border-radius: 4px;
	position: relative;
	top: 0;
	transition:all 0.2s ease;
	box-shadow: 0px 10px 15px -11px rgba(255, 213, 0, 0);
	min-width: 121px;
}
li.btn-hollow a{
	background: #fff;
	border: 1px solid #DFE1E2;
	line-height: 38px;
	color: #35393D;
}
.button:hover,
li.btn-hollow a:hover,
li.btn a:hover{
	top: -3px;
	box-shadow: 0px 10px 15px -11px rgba(255, 213, 0, 0.72);
}
/** FOOTER **/
.footer-widget{
	background: #F3F6F9;
	border-top: 1px solid #DFE1E2;
	padding: 26px 0;
}
.tribute .rowflex,
.footer-widget .rowflex{
	justify-content: space-between;
	align-items: center;
}
.footer-widget .logo{
	flex: 179px;
	max-width: 179px;
}
.footer-widget .widget-menu{
	flex: calc(100% - 180px);
	max-width: calc(100% - 180px);
	text-align: right;
}
.footer-menu li,
.widget-menu li{
	display: inline-block;
	margin: 0 0 0 80px;
}
.widget-menu li a{
	color: #35393D;
	font-size: 14px;
	font-weight: 700;
	position: relative;
	display: block;
	line-height: 100%;
}
.tribute{
	padding: 15px 0;
	background: #212529;
	color: #FFF;
	font-size: 14px;
}
.copy b,
.copy strong{
	font-weight: 700;
}
.tribute .footer-menu{
	text-align: right;
}
.footer-menu a{
	color: #fff;
	display: block;
	position: relative;
	line-height: 100%;
}
.wa{
	position: fixed;
	right: 20px;
	bottom: 30%;
	width: 84px;
	height: 84px;
	background-image: url(../img/wa.png);
	display: block;
	z-index: 99;
}
/** PAGE **/
.inner-page .hentry{
	text-align: center;
	background: #F3F6F9;
	padding: 225px 0 120px;
}
.inner-page .hentry h1{
	font-weight: 700;
	font-size: 40px;
	line-height: 130%;
}
.inner-page .content{
	padding: 90px 0 160px;
}
.inner-page .content .wrapper{
	max-width: 800px;
}
/** CONTACT **/
.inner-contact{
	padding: 200px 0 160px;
	position: relative;
	overflow: hidden;
}
.inner-contact .bg{
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
	height: calc(100% + 100px);
	z-index: 1;
}
.inner-contact .wrapper{
	position: relative;
	z-index: 2;
}
.inner-contact .hentry{
	text-align: center;
}
.inner-contact .hentry h1{
	font-weight: 700;
	font-size: 46px;
	line-height: 140%;
}
.inner-contact .hentry .txt{
	color: #878A99;
	line-height: 150%;
	margin: 10px 0 0;
}
.inner-contact .rowflex{
	background: #fff;
	padding: 16px;
	box-shadow: 0px 1px 16px 0px rgba(33, 37, 41, 0.08);
	border-radius: 8px;
	margin: 55px 0 0;
	justify-content: space-between;
}
.inner-contact .info{
	position: relative;
	flex: 36%;
	max-width: 36%;
	overflow: hidden;
	background: #212529;
	border-radius: 8px;
	color: #fff;
	padding: 40px 40px 70px;
}
.inner-contact .info .heding,
.inner-contact .info .copy{
	position: relative;
	z-index: 2;
}
.inner-contact .info .orn{
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.inner-contact .form-basic{
	flex: 59%;
	max-width: 59%;
	padding: 40px 40px 0 0;
}
.inner-contact .heding h2{
	font-weight: 700;
	font-size: 20px;
	margin: 0 0 20px;
}
.inner-contact .info .txt{
	line-height: 171%;
	font-size: 14px;
}
.inner-contact .info .txt > *:not(:first-child){
	margin: 30px 0 0;
}
.inner-contact .info .txt h3 {
	color: #878A99;
	font-weight: 700;
	font-size: 16px;
}
.inner-contact .info .txt h3 + *:not(:first-child){
	margin: 10px 0 0;
}
.inner-contact .info .copy {
	margin: 50px 0 0;
}
.inner-contact .info .copy .txt{
	font-size: 16px;
	line-height: 150%;
}
.inner-contact .info .txt a{
	color: #fff;
}
.inner-contact .info .txt a:hover{
	text-decoration: underline;
}
.inner-contact .panel{
	padding: 16px;
	color: #fff;
	font-size: 14px;
	background: #F2901B;
	margin: 0 0 30px;
	border-radius: 8px;
}
.inner-contact .form-basic.fetching{
	position: relative;
}
.inner-contact .form-basic.fetching:after{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	content: '';
	background: rgba(255,255,255,.5);
}
/** HOMEPAGE **/
.inner-home{
	position: relative;
	overflow: hidden;
	padding: 100px 0 120px;
}
.inner-home .bg{
	display: block;
	width: 100%;
	top: -200px;
	left: 0;
	position: absolute;
	z-index: 1;
}
.inner-home > *:not(.bg){
	position: relative;
	z-index: 2;
}
.inner-home .intro{
	text-align: center;
	padding: 95px 0 50px;
}
.inner-home .hentry{
	text-align: center;
	margin: 0 0 80px;
}
.inner-home .about h2,
.inner-home .hentry h2,
.inner-home .hentry h1{
	color: #212529;
	font-weight: 700;
	font-size: 46px;
	line-height: 140%;
}
.inner-home .hentry .format-text{
	color: #878A99;
	margin: 20px 0 0;
}
.inner-home .intro .hentry .format-text{
	color: #35393D;
	max-width: 450px;
	margin: 20px auto 0;
}
.inner-home .intro .hentry{
	max-width: 690px;
	margin: 0 auto;
}
.inner-home .intro .hentry .button{
	margin: 45px 0 0;
}
.inner-home .intro figure{
	margin: 90px 0 0;
}
.inner-home .reason{
	margin: 100px 0 0;
}
.inner-home .reason .rowflex{
	margin: 0 -16px;
}
.inner-home .reason .item{
	flex: calc(33.3333333333333333% - 32px);
	max-width: calc(33.3333333333333333% - 32px);
	margin: 0 16px 32px;
	box-shadow: 0px 4px 12px 0px rgba(33, 37, 41, 0.08);
	background: #fff;
	border-radius: 8px;
	padding: 40px 30px;
	text-align: center;
}
.inner-home .reason figure{
	margin: 0 0 30px;
}
.inner-home .reason h3{
	font-weight: 700;
	font-size: 22px;
	line-height: 150%;
	margin: 0 0 10px;
}
.inner-home .about{
	margin: 100px 0 0;
	padding: 105px 0 120px;
	background: linear-gradient(180deg, #F9F9F9 0%, rgba(255, 255, 255, 0.00) 100%);
}
.inner-home .about .rowflex{
	justify-content: space-between;
}
.inner-home .about figure{
	flex: 39%;
	max-width: 39%;
}
.inner-home .about figure img{
	display: block;
	width: 100%;
}
.inner-home .about .caption{
	flex: 53%;
	max-width: 53%;
}
.inner-home .about .format-text{
	font-size: 18px;
	margin: 20px 0 0;
	line-height: 175%;
}
.inner-home .about .format-text > *:not(:first-child){
	margin-top: 20px;
}

.inner-home .pricing .wrapper,
.inner-home .pricing{
	z-index: 3;
	position: relative;
}
.inner-home .pricing .orn{
	position: absolute;
	right: 0;
	top: -150px;
	z-index: 1;
}
.inner-home .pricing .rowflex{
	margin: 0 -15px;
}
.inner-home .pricing .item{
	flex: calc(33.33333333333% - 30px);
	max-width: calc(33.33333333333% - 30px);
	margin: 0 15px 30px;
	background: #fff;
	box-shadow: 0px 4px 12px 0px rgba(53, 57, 61, 0.08);
	border-radius: 6px;
	position: relative;
	padding: 28px 28px 120px;
}
.inner-home .pricing .item .format-text{
	max-width: 250px;
}
.inner-home .pricing .act{
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 0 28px 28px;
}
.inner-home .pricing .act a{
	display: block;
	width: 100%;
	height: 48px;
	line-height: 48px;
}
.inner-home .pricing strong,
.inner-home .pricing h3{
	color: #35393D;
	font-size: 20px;
	font-family: 'Poppins';
	font-weight: 600;
	line-height: 160%;
	margin: 0 0 10px;
}
.inner-home .pricing strong{
	display: block;
	color: #2C9621;
	margin: 50px 0 0;
	font-size: 28px;
}
.inner-home .pricing ul{
	margin: 50px 0 0;
}
.inner-home .pricing li{
	display: block;
	position: relative;
	line-height: 150%;
	padding: 0 0 0 35px;
	margin: 15px 0 0;
}
.inner-home .pricing li:first-child{
	margin: 0;
}
.inner-home .pricing li:before{
	display: block;
	position: absolute;
	left: 0;
	top: 2px;
	width: 20px;
	height: 20px;
	content: '';
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-image: url(../img/check.svg);
}
.inner-home .faq{
	margin: 110px 0 0;
	padding: 90px 0 120px;
	background: #F9F9F9;
}
.faq-item{
	padding: 0 48px 48px;
	border-bottom: 1px solid #DFE1E2;
	margin: 0 0 48px;
}
.faq-item h3{
	cursor: pointer;
	position: relative;
	font-size: 24px;
	font-weight: 700;
	line-height: 160%;
	padding-right: 30px;
	-webkit-user-select: none; /* Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+/Edge */
	user-select: none; /* Standard */
}
.faq-item h3:after{
	display: block;
	position: absolute;
	right: 0;
	top: 7px;
	width: 24px;
	height: 24px;
	background-image: url(../img/plus.svg);
}
.faq-item h3.active:after{
	transform: rotate(-45deg);
}
.faq-item .format-text{
	line-height: 175%;
	padding: 24px 0 0;
}
.faq-item .holder{
	display: none;
}
.faq-item h3.active + .holder{
	display: block;
}
.inner-home .testi{
	padding: 110px 0 120px;
}
.inner-home .testi .orn{
	position: absolute;
	left: 0;
	bottom: -30px;
	z-index: 1;
}
.inner-home .testi .wrapper{
	position: relative;
	z-index: 2;
}
.inner-home .testi .hentry{
	margin: 0 0 55px;
}
.inner-home .testi .slider{
	max-width: 980px;
	margin: 0 auto;
	background: #fff;
	border: 1px solid #DFE1E2;
	 border-radius: 16px;
	 padding: 32px;
	 position: relative;
}
.inner-home .testi .item .format-text{
	font-size: 18px;
	line-height: 155%;
	margin: 0 0 20px;
}
.inner-home .testi .format-text:before{
	display: block;
	width: 40px;
	height: 31px;
	background-image: url(../img/quote.svg);
	margin: 0 0 15px;
}
.inner-home .testi h3{
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 5px;
}
.inner-home .testi span{
	color: #878A99;
	text-transform: uppercase;
}
.inner-home .testi .slick-dots{
	position: absolute;
	right: 0;
	bottom: 0;
}
.slick-dots li{
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 5px;
}
.slick-dots li button{
	padding: 0;
	margin: 0;
	border: none;
	cursor: pointer;
	font-size: 0;
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #DFE1E2;
}
.slick-dots li.slick-active button{
	background: #212529;
}
.inner-home .cta .layer{
	position: relative;
	background: #212529;
	border-radius: 16px;
	text-align: center;
	padding: 55px 30px 60px;
	box-shadow: 0px 30px 30px -20px rgba(8, 8, 8, 0.32);
	color: #fff;
	overflow: hidden;
}
.inner-home .cta .hentry {
	margin: 0 0 35px;
}
.inner-home .cta .hentry h2{
	color: #fff;
	font-size: 40px;
}
.inner-home .cta .hentry .format-text{
	color: #fff;
}
.inner-home .cta .button{
	margin: 0 5px;
	padding: 0 20px;
	min-width: 120px;
}
.inner-home .cta .emul{
	position: relative;
	z-index: 2;
}
.inner-home .cta .orn{
	display: block;
	top: 0;
	right: 0;
	z-index: 1;
	position: absolute;
}
.jupital-edit-page{
        display: block;
        position: fixed;
        z-index: 99999;
        right: 30px;
        bottom: 30px;
        width: 40px;
        height: 40px;
        background-image: url(../img/edit-mode.png);
        box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px 2px;
        border-radius: 50%;
}
#loader{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background: #fff;
}
#loader figure{
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	width: 100%;
}
#loader figure img{
	display: inline-block;
	animation: UpDown 2s linear infinite;
	position: relative;
}
@keyframes UpDown { 0% { bottom: 0; } 50% { bottom: 1em; } 100% { bottom: 0;}}

body.is-maintenance{
	height: 100vh;
	overflow: hidden;
}
#maintenance{
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9999;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
}
#maintenance .wrapper{
	max-width: 800px;
}
/* MEDIA QUERY FOR WEBKIT BASED BROWSER **/
@media screen and (-webkit-min-device-pixel-ratio:0) {

}

/* MEDIA QUERY FOR GECKO BASED BROWSER **/
@-moz-document url-prefix(){
        
}
#top .mobile-holder,
.mobile-trigger{
	display: none;
}
@media (max-width: 1400px) {
	
}
@media only screen and (min-width: 992px) and (max-width: 1299px)  {
	
}
@media (max-width: 1239px) {
	.wrapper{
		max-width: 100%;
		padding-left: 30px;
		padding-right: 30px;
	}
	#top .rowflex{
		padding: 16px;
	}
	#top .mainmenu li:not(:first-child){
		margin: 0 0 0 25px;
	}
	#top .mainmenu {
		flex: calc(100% - 430px);
		max-width: calc(100% - 430px);
	}
}

@media (max-width: 991px) {
	#top .rowflex .mainmenu,
	#top .rowflex .auth{
		display: none;
	}
	html {
		scroll-padding-top: 126px;
	}
	#top  .mobile-trigger{
		display: inline-block;
		vertical-align: middle;
		position: relative;
		flex: 20px;
		max-width: 20px;
	}
	a.menu-mobile{
		width: 20px;
		height: 15px;
		position: relative;
		display: inline-block;
		top: 2px;
	}
	.menu-mobile .menu-bar b:after,
	.menu-mobile .menu-bar b:before,
	.menu-mobile .menu-bar b{
		position: absolute;
		width: 100%;
		height: 2px;
		left: 0;
		top: 7px;
		background: #212529;
		display: block;
	}
	.white-head .menu-mobile .menu-bar b:after,
	.white-head .menu-mobile .menu-bar b:before,
	.white-head .menu-mobile .menu-bar b{
		background: #FFF;
	}
	.menu-mobile .menu-bar b{
		-webkit-transition:background 300ms ;
		-moz-transition:background 300ms ;
		-o-transition:background 300ms ;
		-ms-transition:background 300ms ;
		transition:background 300ms ;
	}
	.menu-mobile .menu-bar b:after,
	.menu-mobile .menu-bar b:before{
		content: '';
		-webkit-transition:top 300ms 300ms, transform 300ms 0ms, -webkit-transform 300ms 0ms, background 300ms;
		-moz-transition:top 300ms 300ms, transform 300ms 0ms, -webkit-transform 300ms 0ms, background 300ms;
		-o-transition:top 300ms 300ms, transform 300ms 0ms, -webkit-transform 300ms 0ms, background 300ms;
		-ms-transition:top 300ms 300ms, transform 300ms 0ms, -webkit-transform 300ms 0ms, background 300ms;
		transition:top 300ms 300ms, transform 300ms 0ms, -webkit-transform 300ms 0ms, background 300ms;
	}
	
	.menu-mobile .menu-bar b:after{
		top: 7px;
	}
	.menu-mobile .menu-bar b:before{
		top: -7px;
	}
	
	.open-menu .menu-mobile  .menu-bar b:after,
	.open-menu .menu-mobile  .menu-bar b:before{
		top:0;
		-webkit-transition:top 300ms 0ms, transform 300ms 300ms, -webkit-transform 300ms 300ms, background 300ms;
		-moz-transition:top 300ms 0ms, transform 300ms 300ms, -webkit-transform 300ms 300ms, background 300ms;
		-o-transition:top 300ms 0ms, transform 300ms 300ms, -webkit-transform 300ms 300ms, background 300ms;
		-ms-transition:top 300ms 0ms, transform 300ms 300ms, -webkit-transform 300ms 300ms, background 300ms;
		transition:top 300ms 0ms, transform 300ms 300ms, -webkit-transform 300ms 300ms, background 300ms;
		left: 0;
	}
	.open-menu .menu-mobile  .menu-bar b{
		background: rgba(0,0,0,0);
	}
	.open-menu .menu-mobile  .menu-bar b:after{
	    -ms-transform: rotate(45deg); /* IE 9 */
	    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
	    transform: rotate(45deg);
	}
	.open-menu .menu-mobile  .menu-bar b:before{
		-ms-transform: rotate(-45deg); /* IE 9 */
		-webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
		transform: rotate(-45deg);
	}
	#top .wrapper{
		position: relative;
	}
	#top .mobile-holder{
		position: absolute;
		left: 30px;
		background: #fff;
		margin: 5px 0 0;
		width: calc(100% - 60px);
		box-shadow: 0px 1px 16px 0px rgba(33, 37, 41, 0.08);
		border-radius: 8px;
		padding: 0 0 30px;
	}
	#top .mobile-holder .mainmenu li:first-child,
	#top .mobile-holder .mainmenu li{
		display: block;
		text-align: center;
		margin: 30px 0 0;
	}
	#top .mobile-holder .mainmenu,
	#top .mobile-holder .auth{
		flex: 100%;
		max-width: 100%;
		text-align: center;
	}
	#top .mobile-holder .auth{
		padding: 30px 0 0;
	}
	.footer-widget .logo{
		max-width: 120px;
		flex: 120px;
	}
	.footer-widget .widget-menu{
		flex: calc(100% - 120px);
		max-width: calc(100% - 120px);
	}
	.footer-menu li, .widget-menu li{
		margin-left: 40px;
	}
	.inner-home .bg{
		top: 0;
	}
	.mainmenu li a{
		display: inline-block;
	}
}
@media only screen and (min-width: 769px) and (max-width: 991px)  {

}
@media (max-width: 768px) {
	html {
		scroll-padding-top: 98px;
	}
	.wrapper{
		padding-left: 15px;
		padding-right: 15px;
	}
	#top{
		padding: 15px 0 0;
	}
	#top .mobile-holder{
		left: 15px;
		width: calc(100% - 30px);
	}
	#top .logo{
		max-width: 80px;
		flex: 80px;
	}
	.inner-home .about figure,
	.inner-home .about .caption,
	.form-basic .gap > *,
	.inner-contact .info,
	.inner-contact .form-basic{
		flex: 100%;
		max-width: 100%;
	}
	.inner-home .about .caption,
	.form-basic .gap > *:first-child + *{
		margin: 25px 0 0;
	}
	.footer-widget .logo,
	.footer-widget .widget-menu,
	.tribute .copy,
	.tribute .footer-menu{
		flex: 100%;
		max-width: 100%;
		text-align: center;
		order: 1;
	}
	.footer-widget .logo img{
		max-width: 120px;
	}
	.footer-widget .logo {
		margin: 0 0 15px;
	}
	.footer-menu li, .widget-menu li{
		margin: 0 10px 10px;
	}
	.tribute .copy{
		order: 2;
		margin: 10px 0 0;
		font-size: 13px;
	}
	.footer-widget{
		padding: 20px 0 15px;
	}
	.tribute {
		padding: 25px 0 30px;
	}
	.wa{
		width: 50px;
		height: 50px;
		right: 5px;
	}
	.faq-item h3:after{
		top: 3px;
	}
	.footer-menu a,
	.widget-menu li a{
		font-weight: 400;
		font-size: 13px;
	}
	.inner-contact{
		padding: 120px 0 80px;
	}
	.inner-page .hentry{
		padding: 150px 0 80px;
	}
	.inner-page .content{
		padding: 40px 0 80px;
	}
	.inner-home .cta .layer{
		padding: 30px 15px;
	}
	.format-text{
		line-height: 160%;
	}
	.format-text blockquote{
		padding-left: 20px;
	}
	.inner-contact .info .copy,
	.inner-contact .rowflex{
		margin: 30px 0 0;
	}
	.inner-contact .info{
		padding: 20px;
	}
	.inner-contact .form-basic{
		padding: 50px 0 0;
	}
	.inner-home .testi,
	.inner-home .faq,
	.inner-home .about{
		padding: 40px 0;
	}
	
	.inner-home{
		padding: 70px 0 80px;
	}
	.inner-home .intro{
		padding: 50px 0 30px;
	}
	.inner-home .hentry{
		margin: 0 0 40px;
	}
	.inner-home .faq,
	 .inner-home .pricing,
	.inner-home .about,
	.inner-home .reason,
	.inner-home .intro figure{
		margin: 40px 0 0;
	}
	.inner-home .intro .hentry .button{
		margin: 30px 0 0;
	}
	.inner-home .pricing .rowflex,
	.inner-home .reason .rowflex{
		margin: 0;
	}
	.inner-home .pricing .item,
	.inner-home .reason .item{
		flex: 100%;
		max-width: 100%;
		margin: 0 0 20px;
	}
	.inner-home .pricing .item{
		max-width: 360px;
		margin: 0 auto 20px;
	}
	.faq-item{
		padding-left: 10px;
		padding-right: 10px;
	}
	.inner-home .testi .slider{
		padding: 16px;
	}
	
	.inner-home .about h2,
	.inner-home .hentry h2,
	.inner-home .hentry h1,
	.inner-contact .hentry h1,
	.format-text h1,
	.inner-page .hentry h1{
		font-size: 28px;
	}
	.inner-home .cta .hentry h2,
	.format-text h2{
		font-size: 24px;
	}
	.format-text h3{
		font-size: 20px;
	}
	.faq-item h3,
	.format-text h4{
		font-size: 18px;
	}
	.inner-home .testi h3,
	.inner-home .reason h3,
	.inner-contact .heding h2,
	.format-text blockquote,
	.format-text h5{
		font-size: 16px;
	}
	.inner-home .testi span,
	.inner-home .testi .item .format-text,
	.inner-home .about .format-text,
	.inner-contact .hentry .txt,
	.inner-contact .info .copy .txt,
	.format-text,
	.format-text h6{
		font-size: 14px;
	}
}
/* Custom mobile */
@media (max-width: 480px) {

}

@media (max-width: 360px) {
	
}
@media (min-width: 1230px) {

}

#responsive{
	display:block;
	width:10px;
	height: 10px;
	position: fixed;
	bottom:10px;
	left: 10px;
	z-index: 9999;
}
/** RESPONSIVE VIEWER **/
@media (max-width: 1239px) {  #responsive{background: blueViolet !important;}}
@media (max-width: 991px) {  #responsive{background: red !important;}}
@media (max-width: 768px) {  #responsive{background: blue !important;}}
@media (max-width: 480px) {  #responsive{background: cyan !important;}}
@media (max-width: 360px) {  #responsive{background: green !important;}}