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;
	--light: #F0F0F0;
	--light2: #F6F6F6;
	--light3: #A3ADA6;
	--black00: #000;
	--black28: #282828;
	--black33: #333333;
	--black0A: #0A0A0A;
	--green25: #025125;
	--green32: #007032;
	--green96: #98DE96;
	--green2e: #00702E;
	--greyCA: #CACACA;
	--greyA0: #A0A0A0;
	--blue: #007AFF;
	--error: #f00;
}



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(--black);
	background: var(--light);
}

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

header, section, footer {
	position: relative;
	padding: 120px 0;
	z-index: 1;
}

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

.container {
	max-width: 1300px;
	margin: 0 auto;
}

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

picture,
figure {
	display: block;
}

* {
	box-sizing: border-box;
}


.s__title {
/*	font: 600 6.4rem/1 'UpMax';*/
	margin-bottom: 80px;
	font: 600 5.6rem/1 'UpMax';
}
.s__title strong {
	color: var(--green20);
}

.s__text {}


.f {
	display: flex;
	align-items: flex-start;
}
.fdc {
	flex-direction: column;
}

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



.s__btn {
	font: 400 2.6rem/1 'UpMax';
	padding: 23px 24px;
	max-width: 510px;
	width: 100%;
	text-decoration: none;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border: none;
	transition: 0.5s;
	position: relative;
	outline: none;
}
.s__btn:before {
	display: none;
	content: '';
	background: aqua;
	width: 510px;
	height: 72px;
	position: absolute;
	top: 0;
	left: 0;
}
.s__btn span {
	position: relative;
	z-index: 2;
}

.s__btn,
.s__btn span,
.s__btn .btn__border,
.s__btn .btn__before,
.s__btn .btn__before2,
.s__btn .btn__after,
.s__btn .btn__after2,
.s__btn .btn__after3,
.s__btn .btn__after4,
.s__btn .shadow,
.s__btn .s__btn-text  {
	border-radius: 16px;
	transition: 0.5s;
}
.s__btn .s__btn-text {
	z-index: 10;
	position: relative;
}
.s__btn .btn__border {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.s__btn .btn__before,
.s__btn .btn__before2,
.s__btn .btn__after,
.s__btn .btn__after2,
.s__btn .btn__after3,
.s__btn .btn__after4,
.s__btn .shadow  {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	margin-left: 0;
	z-index: 5;
}
.s__btn .btn__before,
.s__btn .btn__before2{
	transition: 0.3s;
}
.s__btn .btn__after,
.s__btn .btn__after2,
.s__btn .btn__after3,
.s__btn .btn__after4 {
	transition: 0.3s;
}

.s__btn .shadow {
	opacity: 0;
	z-index: 1;
}



.s__btn.btn-for-black {
	color: var(--white);
}
.s__btn.btn-for-black span {
	color: var(--white);
}
.s__btn.btn-for-black .btn__border {
	z-index: 3;
	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%);
}
.s__btn.btn-for-black .btn__before {
	opacity: 1;
	z-index: 2;
	background: linear-gradient(331.28deg, #003517 3.18%, #007032 50.57%, #BAF2B8 111.64%);
}
.s__btn.btn-for-black .btn__before2 {
	opacity: 1;
	background: linear-gradient(331.28deg, #003517 3.18%, #007032 50.57%, #BAF2B8 111.64%);
	z-index: 5;
	width: calc(100% - 2px - 2px);
	height: calc(100% - 2px - 2px);
	left: 2px;
	top: 2px;
}
.s__btn.btn-for-black .btn__after,
.s__btn.btn-for-black .btn__after2 {
	opacity: 0;
	background: linear-gradient(331.28deg, #fff 3.18%, #fff 50.57%, #fff 111.64%);
}
.s__btn.btn-for-black .btn__after2 {
	width: calc(100% - 2px - 2px);
	height: calc(100% - 2px);
	left: 2px;
	top: 0;
}
.s__btn.btn-for-black .btn__after4 {
	width: calc(100% - 2px - 2px);
	height: calc(100% - 2px);
	left: 2px;
	top: 0;
}
.s__btn.btn-for-black .shadow1 {
	box-shadow: 0px 0px 7.66px 0px rgba(149, 210, 157, 0.4);
}
.s__btn.btn-for-black .shadow2 {
	box-shadow: 0px 0px 15.32px 0px rgba(149, 210, 157, 0.4);
}
.s__btn.btn-for-black .shadow3 {
	box-shadow: 0px 0px 53.63px 0px rgba(149, 210, 157, 0.4);
}
.s__btn.btn-for-black .shadow4 {
	box-shadow: 0px 0px 107.27px 0px rgba(149, 210, 157, 0.4);
}
.s__btn.btn-for-black .shadow5 {
	box-shadow: 0px 0px 120px 0px rgba(149, 210, 157, 0.4);
}
.s__btn.btn-for-black .shadow6 {
	box-shadow: 0px 0px 200px 0px rgba(149, 210, 157, 0.4);
}
.s__btn.btn-for-black:hover {
	color: var(--black0A);
}
.s__btn.btn-for-black:hover span {
	color: var(--black0A);
}
.s__btn.btn-for-black:hover .btn__before,
.s__btn.btn-for-black:hover .btn__before2 {
	opacity: 0;
}
.s__btn.btn-for-black:hover .btn__after,
.s__btn.btn-for-black:hover .btn__after2,
.s__btn.btn-for-black:hover .btn__after3,
.s__btn.btn-for-black:hover .btn__after4 {
	opacity: 1;
}
.s__btn.btn-for-black:hover .btn__after {
	height: calc(100% - 2px);
}
.s__btn.btn-for-black:hover .shadow {
	opacity: 1;
}
.s__btn.btn-for-black:hover .btn__border {
	background: rgba(152, 222, 150, 1);
}









.s__btn.btn-for-white {
	color: var(--white);
}
.s__btn.btn-for-white span {
	color: var(--white);
}
.s__btn.btn-for-white .btn__border {
	z-index: 3;
	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%);
}
.s__btn.btn-for-white .btn__before {
	opacity: 1;
	z-index: 2;
/*	background: linear-gradient(331.28deg, #003517 3.18%, #007032 50.57%, #BAF2B8 111.64%);*/
	background: linear-gradient(356deg, #003517 3.18%, #007032 50.57%, #BAF2B8 111.64%);
}
.s__btn.btn-for-white .btn__before2 {
	opacity: 1;
/*	background: linear-gradient(331.28deg, #003517 3.18%, #007032 50.57%, #BAF2B8 111.64%);*/
	background: linear-gradient(356deg, #003517 3.18%, #007032 50.57%, #BAF2B8 111.64%);
	z-index: 5;
	width: calc(100% - 2px - 2px);
	height: calc(100% - 2px - 2px);
	left: 2px;
	top: 2px;
}
.s__btn.btn-for-white .btn__after,
.s__btn.btn-for-white .btn__after2 {
	opacity: 0;
/*	background: linear-gradient(331.28deg, #003517 3.18%, #007032 50.57%, #BAF2B8 111.64%);*/
	background: linear-gradient(356deg, #003517 3.18%, #007032 50.57%, #BAF2B8 111.64%);
}
.s__btn.btn-for-white .btn__after3,
.s__btn.btn-for-white .btn__after4 {
	opacity: 0;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}
.s__btn.btn-for-white .btn__after2,
.s__btn.btn-for-white .btn__after4 {
	width: calc(100% - 2px - 2px);
	height: calc(100% - 2px - 2px);
	left: 2px;
	top: 2px;
}
.s__btn.btn-for-white .shadow1 {
	box-shadow: 0px 6px 13px 0px rgba(0, 20, 7, 0.12);
}
.s__btn.btn-for-white .shadow2 {
	box-shadow: 0px 23px 23px 0px rgba(0, 20, 7, 0.1);
}
.s__btn.btn-for-white .shadow3 {
	box-shadow: 0px 52px 31px 0px rgba(0, 20, 7, 0.06);
}
.s__btn.btn-for-white .shadow4 {
	box-shadow: 0px 93px 37px 0px rgba(0, 20, 7, 0.02);
}
.s__btn.btn-for-white .shadow5 {
	box-shadow: 0px 145px 41px 0px rgba(0, 20, 7, 0);
}
.s__btn.btn-for-white .shadow6 {
	box-shadow: 4px 12px 40px 0px rgba(152, 222, 150, 0.01) inset;
}
.s__btn.btn-for-white .shadow7 {
	box-shadow: -8px -8px 12px 0px rgba(152, 222, 150, 0.01) inset;
}
.s__btn.btn-for-white:hover {
	color: var(--white);
}
.s__btn.btn-for-white:hover span {
	color: var(--white);
}
.s__btn.btn-for-white:hover .btn__border {
/*	background: linear-gradient(331.28deg, #003517 3.18%, #007032 50.57%, #BAF2B8 111.64%);*/
}
.s__btn.btn-for-white:hover .btn__before,
.s__btn.btn-for-white:hover .btn__before2 {
	opacity: 0;
}
.s__btn.btn-for-white:hover .btn__after,
.s__btn.btn-for-white:hover .btn__after2,
.s__btn.btn-for-white:hover .btn__after3,
.s__btn.btn-for-white:hover .btn__after4 {
	opacity: 1;
}

.s__btn.btn-for-white:hover .btn__after3,
.s__btn.btn-for-white:hover .btn__after4 {
	opacity: 0.5;
}

.s__btn.btn-for-white:hover .btn__after {
/*	height: calc(100% - 2px);*/
}
.s__btn.btn-for-white:hover .shadow {
	opacity: 1;
}
.s__btn.btn-for-white:hover .shadow1 {
	box-shadow: 0px 6px 12px 0px rgba(4, 117, 0, 0.21);
}
.s__btn.btn-for-white:hover .shadow2 {
	box-shadow: 0px 23px 23px 0px rgba(4, 117, 0, 0.18);
}
.s__btn.btn-for-white:hover .shadow3 {
	box-shadow: 0px 51px 30px 0px rgba(4, 117, 0, 0.11);
}
.s__btn.btn-for-white:hover .shadow4 {
	box-shadow: 0px 90px 36px 0px rgba(4, 117, 0, 0.03);
}
.s__btn.btn-for-white:hover .shadow5 {
	box-shadow: 0px 141px 39px 0px rgba(4, 117, 0, 0);
}
.s__btn.btn-for-white:hover .shadow6 {
	box-shadow: 4px 12px 40px 0px rgba(152, 222, 150, 0.4) inset;
}
.s__btn.btn-for-white:hover .shadow7 {
	box-shadow: -8px -8px 12px 0px rgba(152, 222, 150, 0.1) inset;
}
.s__btn.btn-for-white:hover .btn__border {
	background: rgba(152, 222, 150, 1);
}









.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;
}






.grid {
	display: flex;
	justify-content: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}
.grid__item {
	width: 86px;
	height: 9999px;
	background: rgba(255,0,0,0.1);
	margin: 0 12px;
}


.columns {
	display: flex;
	justify-content: space-between;
	max-width: calc(100% + 10px + 10px);
	width: calc(100% + 10px + 10px);
    transform: translateX(-10px);
}
.col-12,.col-11,.col-10,.col-9,.col-8,.col-7,.col-6,.col-5,.col-4,.col-3,.col-2,.col-1 {
	padding: 0 12px;
}
.col-12 {width: calc(100% / 12 * 12)}
.col-11 {width: calc(100% / 12 * 11)}
.col-10 {width: calc(100% / 12 * 10)}
.col-9 {width: calc(100% / 12 * 9)}
.col-8 {width: calc(100% / 12 * 8)}
.col-7 {width: calc(100% / 12 * 7)}
.col-6 {width: calc(100% / 12 * 6)}
.col-5 {width: calc(100% / 12 * 5)}
.col-4 {width: calc(100% / 12 * 4)}
.col-3 {width: calc(100% / 12 * 3)}
.col-2 {width: calc(100% / 12 * 2)}
.col-1 {width: calc(100% / 12 * 1)}



@media (max-width: 1700px) {

	.col-ng-12 {width: calc(100% / 12 * 12)}
	.col-ng-11 {width: calc(100% / 12 * 11)}
	.col-ng-10 {width: calc(100% / 12 * 10)}
	.col-ng-9 {width: calc(100% / 12 * 9)}
	.col-ng-8 {width: calc(100% / 12 * 8)}
	.col-ng-7 {width: calc(100% / 12 * 7)}
	.col-ng-6 {width: calc(100% / 12 * 6)}
	.col-ng-5 {width: calc(100% / 12 * 5)}
	.col-ng-4 {width: calc(100% / 12 * 4)}
	.col-ng-3 {width: calc(100% / 12 * 3)}
	.col-ng-2 {width: calc(100% / 12 * 2)}
	.col-ng-1 {width: calc(100% / 12 * 1)}

}

@media (max-width: 1400px) {

	.columns {
		padding: 0 10px;
	}
	.s__btn {
		max-width: 480px;
	}
}



@media (max-width: 1200px) {

	section {
		padding: 80px 0;
	}

	.container {
		padding: 0 36px;

/*		max-width: calc(100% - 36px - 36px);*/
/*		max-width: 696px;*/
	}

	.columns {
		flex-wrap: wrap;
		padding: 0;
	}

	.s__title {
		margin-bottom: 48px;
	}


	.col-md-12 {width: calc(100% / 12 * 12)}
	.col-md-11 {width: calc(100% / 12 * 11)}
	.col-md-10 {width: calc(100% / 12 * 10)}
	.col-md-9 {width: calc(100% / 12 * 9)}
	.col-md-8 {width: calc(100% / 12 * 8)}
	.col-md-7 {width: calc(100% / 12 * 7)}
	.col-md-6 {width: calc(100% / 12 * 6)}
	.col-md-5 {width: calc(100% / 12 * 5)}
	.col-md-4 {width: calc(100% / 12 * 4)}
	.col-md-3 {width: calc(100% / 12 * 3)}
	.col-md-2 {width: calc(100% / 12 * 2)}
	.col-md-1 {width: calc(100% / 12 * 1)}




}


/*@media (min-width: 768px) {*/
/*@media (max-width: 992px) {*/
@media (max-width: 1023px) {
/*
	.wrapper {}
	.wrapper:before {
		content: '';
		width: 36px;
		height: 99999px;
		background: red;
		position: fixed;
		top: 0;
		left: 0;
		opacity: 0.5;
	}
	.wrapper:after {
		content: '';
		width: 36px;
		height: 99999px;
		background: blue;
		position: fixed;
		top: 0;
		right: 0;
		opacity: 0.5;
	}
	*/
    .s__btn {
        max-width: 524px;
    }




	.col-sm-12 {width: calc(100% / 12 * 12)}
	.col-sm-11 {width: calc(100% / 12 * 11)}
	.col-sm-10 {width: calc(100% / 12 * 10)}
	.col-sm-9 {width: calc(100% / 12 * 9)}
	.col-sm-8 {width: calc(100% / 12 * 8)}
	.col-sm-7 {width: calc(100% / 12 * 7)}
	.col-sm-6 {width: calc(100% / 12 * 6)}
	.col-sm-5 {width: calc(100% / 12 * 5)}
	.col-sm-4 {width: calc(100% / 12 * 4)}
	.col-sm-3 {width: calc(100% / 12 * 3)}
	.col-sm-2 {width: calc(100% / 12 * 2)}
	.col-sm-1 {width: calc(100% / 12 * 1)}



}


@media (max-width: 767px) {

	/*.wrapper {}
	.wrapper:before {
		content: '';
		width: 24px;
		height: 99999px;
		background: red;
		position: fixed;
		top: 0;
		left: 0;
		opacity: 0.5;
		z-index: 9;
	}
	.wrapper:after {
		content: '';
		width: 24px;
		height: 99999px;
		background: blue;
		position: fixed;
		top: 0;
		right: 0;
		opacity: 0.5;
		z-index: 9;
	}
*/
	body {
		font-size: 1.4rem;
	}

	section {
		padding: 56px 0;
	}

	.container {
		max-width: 100%;
/*		max-width: 388px;*/
		padding: 0 24px;
	}

	.s__title {
/*		font-size: 4rem;*/
		font-size: 3.2rem;
	}

	.s__btn {
		font-size: 2rem;
		padding: 17px;
	}

	.s__btn,
	.s__btn span,
	.s__btn .btn__border,
	.s__btn .btn__before,
	.s__btn .btn__before2,
	.s__btn .btn__after,
	.s__btn .btn__after2,
	.s__btn .btn__after3,
	.s__btn .btn__after4,
	.s__btn .shadow,
	.s__btn .s__btn-text {
		border-radius: 10px;
	}


	.col-xs-12 {width: calc(100% / 12 * 12)}
	.col-xs-11 {width: calc(100% / 12 * 11)}
	.col-xs-10 {width: calc(100% / 12 * 10)}
	.col-xs-9 {width: calc(100% / 12 * 9)}
	.col-xs-8 {width: calc(100% / 12 * 8)}
	.col-xs-7 {width: calc(100% / 12 * 7)}
	.col-xs-6 {width: calc(100% / 12 * 6)}
	.col-xs-5 {width: calc(100% / 12 * 5)}
	.col-xs-4 {width: calc(100% / 12 * 4)}
	.col-xs-3 {width: calc(100% / 12 * 3)}
	.col-xs-2 {width: calc(100% / 12 * 2)}
	.col-xs-1 {width: calc(100% / 12 * 1)}

	

}








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


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

@media screen and (max-width: 1199px) {
	.visible-lg { display: none !important;}
	.visible-ng { 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-ng { 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-ng { display: none !important;}
	.visible-md { display: none !important;}
	.visible-sm { display: none !important;}
	.visible-xs { display: block !important;}
	.visible-xxs { display: none !important;}
}
@media screen and (max-width: 479px) {
	.visible-lg { display: none !important;}
	.visible-ng { display: none !important;}
	.visible-md { display: none !important;}
	.visible-sm { display: none !important;}
	.visible-xs { display: none !important;}
	.visible-xxs { display: block !important;}
}
