/*-----------------------------------------------------------------------------------
	Linkmeter
	About: Линкметр - сайт для скорости
	Author: Александр Орлов
	Version: 1.0
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:#141526;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow: hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent blue selection glow on Chrome and Safari */
a:hover{text-decoration: none; cursor:pointer;}
.scroll-fx-lock-init{position:fixed!important;top: 0;bottom: 0;left: :0;right: 0;z-index:99999;} /* ScrollFX Lock */
.blocs-grid-container{display: grid!important;grid-template-columns: 1fr 1fr;grid-template-rows: auto auto;column-gap: 1.5rem;row-gap: 1.5rem;} /* CSS Grid */
nav .dropdown-menu .nav-link{color:rgba(0,0,0,0.6)!important;} /* Maintain Downdown Menu Link Color in Navigation */
[data-bs-theme="dark"] nav .dropdown-menu .nav-link{color:var(--bs-dropdown-link-color)!important;} /* Maintain Downdown Menu Link Color in Navigation in Darkmode */

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
	position:relative;
}


/* Sizes */

.bloc-lg{
	padding:100px 20px;
}
.bloc-sm{
	padding:20px;
}


/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}

/* Row Margin Offsets */

.voffset-lg{
	margin-top:80px;
}


/* = NavBar
-------------------------------------------------------------- */

.navbar-dark .nav .dropdown-menu .nav-link{
	color: rgb(64, 64, 64);
}
/* Navbar Icon */
.svg-menu-icon{
	fill: none;
	stroke: rgba(0,0,0,0.5);
	stroke-width: 2px;
	fill-rule: evenodd;
}
.navbar-dark .svg-menu-icon{
	stroke: rgba(255,255,255,0.5);
}
.menu-icon-thin-bars{
	stroke-width: 1px;
}
.menu-icon-thick-bars{
	stroke-width: 5px;
}
.menu-icon-rounded-bars{
	stroke-width: 3px;
	stroke-linecap: round;
}
.menu-icon-filled{
	fill: rgba(0,0,0,0.5);
	stroke-width: 0px;
}
.navbar-dark .menu-icon-filled{
	fill: rgba(255,255,255,0.5);
}
.navbar-toggler-icon{
	background: none!important;
	pointer-events: none;
	width: 33px;
	height: 33px;
}

/* Nav Special Classes */
.nav-special{
	overflow-y:scroll;
}
.nav-special .site-navigation{
	top:0;
	left:0;
	width:100%;
	position: relative!important;
	max-width: 100%!important;
	z-index: 1000;
}
.nav-special .nav > li{
	width:100%;
	background: none!important;
	border:0!important;
}
.nav-special.collapsing{
	-webkit-transition: none;
	transition: none;
	height:100%!important;
	background: none!important;
}
.nav-special .navbar-nav .dropdown-menu.show{
	position: relative!important;
	transform: none!important;
	float: none;
	width: 100%;
	margin-top: 0;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
}
.nav-special .nav .dropdown-menu .nav-link{
	color:#FFF;
}
.blocsapp-special-menu{
	position: absolute;
	z-index:10000;
}
.nav-special.fullscreen-nav .caret,.nav-special.fullscreen-nav .dropdown-menu .dropdown .caret{
	border-width: 8px;
}
.nav-special .navbar-nav .show>.nav-link{
	color:#FFF;
}

/* Animate Menu Symbol */
.navbar-toggle{
	transition: all .1s linear;
}
.selected-nav{
	opacity: 0;
	transform: scale(0.3);
	transition: all .1s linear;
}


/* Special Menu Close Button */
.close-special-menu{
	position: absolute;
	display: block;
	width: 25px;
	height:25px;
	top:16px;
	right:10px;
	z-index: 10000;
}
.nav-invert .sidebar-nav .close-special-menu{
	left:260px;
}
.close-special-menu .close-icon{
	display: block;
	width:100%;
	height:1px;
	transform: rotate(45deg);
	margin-top:12px;
}
.close-special-menu .close-icon:after{
	content:"";
	display:inherit;
	width:inherit;
	height:inherit;
	background: inherit;
	transform: rotate(90deg);
}
.lock-scroll{
	overflow:hidden;
	transition: background .3s linear;
}
.nav-special::-webkit-scrollbar{
	-webkit-appearance: none;
	width:0;
	height:0;
}
.nav-special .dropdown-menu .dropdown .caret{
	border-top-color: rgba(255,255,255,.8);
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	margin: 0 0 0 5px;
	float: none;
}
.blocsapp-special-menu .site-navigation.pull-right{
	float:none!important;
}

/* Nav Special Close Button */
.close-special-menu .close-icon{
	background:#fff;
}
.blocsapp-special-menu blocsnav{
	background: #000;
}

/* Full Screen Navigation */
.nav-special.fullscreen-nav{
	width: 100%;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	z-index: 1000;
	position: fixed;
	transition: all .2s linear;
}
 .nav-special.fullscreen-nav.open-up{
	transform: translateY(1000px);
}
 .nav-special.fullscreen-nav.open-down{
	transform: translateY(-1000px);
}
 .nav-special.fullscreen-nav.open-left{
	transform: translateX(-1000px);
}
 .nav-special.fullscreen-nav.open-right{
	transform: translateX(1000px);
}
 .nav-special.fullscreen-nav .nav > li a,.nav-special.fullscreen-nav .nav .dropdown-menu > li > a{
	color:rgba(255,255,255,.8);
	text-align: center;
	font-size: 28px;
}
 .nav-special.fullscreen-nav .nav > li a:hover{
	color:#FFF;
}
 .open.nav-special.fullscreen-nav{
	opacity: 1;
	transition: all .2s linear;
}
.nav-special.fullscreen-nav .site-navigation{
	text-align:center;
	margin-top:10%!important;
}
.nav-special.fullscreen-nav .close-special-menu{
	right:20px;
}
 .open.nav-special.fullscreen-nav.open-left,  .open.nav-special.fullscreen-nav.open-right,  .open.nav-special.fullscreen-nav.open-down, .open.nav-special.fullscreen-nav.open-up{
	transform: translateY(0);
}
/* Handle Multi Level Navigation */
.dropdown-menu .dropdown-menu{
	border:none}
@media (min-width:576px){
	
.navbar-expand-sm .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-sm .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:768px){
	.navbar-expand-md .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-md .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:992px){
	.navbar-expand-lg .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-lg .dropdown-menu .submenu-left{
	right:100%;
	left:auto}
}
/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-clear{
	margin:0;
}
.mg-sm{
	margin-top:10px;
	margin-bottom:5px;
}
.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}
.mg-lg{
	margin-top:10px;
	margin-bottom:40px;
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	background:rgba(0,0,0,.3);
}

/* Prevent ugly blue glow on chrome and safari */
button{
	outline: none!important;
}

.a-block{
	width:100%;
	text-align:left;
	display: inline-block;
}
.text-center .a-block{
	text-align:center;
}
.dropdown a .caret{
	margin:0 0 0 5px}.btn-dropdown .dropdown-menu .dropdown{
	padding: 3px 20px;
}


/*  Rounded Image */
.img-rd-md{
	border-radius:20px;
}
.img-rd-lg{
	border-radius:34px;
}

/* = Text & Icon Styles
-------------------------------------------------------------- */
.blockquote{
	padding:0 20px;
	border-left:2px solid;
}
.blockquote.text-end{
	border-left:0;
	border-right:2px solid;
}
.text-justify{
	text-align: justify;
}


.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}
/* = Masonary
-------------------------------------------------------------- */
.card-columns .card {
	margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
	.card-columns {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	orphans: 1;
	widows: 1;
}
.card-columns .card {
	display: inline-block;
	width: 100%;
}
}
/* = Classic Dividers
-------------------------------------------------------------- */
.divider-h{
	min-height: 1px;
	background-color:rgba(0,0,0,.2);
	margin: 20px 0;
}
.divider-half{
	width: 50%;
}
.dropdown-menu .divider-h{
	margin:0;
}




/* ScrollToTop button */

.scrollToTop{
	width:36px;
	height:36px;
	padding:5px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity:0;
	z-index:999;
	transition: all .3s ease-in-out;
	pointer-events:none;
}
.showScrollTop{
	opacity: 1;
	pointer-events:all;
}
.scroll-to-top-btn-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}

/* Hide Object */
.object-hidden{
	display:none;
}

/* = Custom Styling
-------------------------------------------------------------- */

.h1-h2-h3-h4-h5-h6-p-label--btn{
	font-family:"PT Sans";
	font-size:20px;
	color:#FFFFFF!important;
}
.container{
	max-width:1140px;
}
.header-backgroud{
	color:#141426!important;
}
.blocsapp-special-menu blocsnav li a{
	font-family:"PPPangramSansRounded-Semibold";
}
.top-menu{
	font-family:"PT Sans";
}
.container-div-style{
	width:100%;
}
.container-div-0-style{
	width:100%;
	height:32px;
}
.normal_text{
	color:#FFFFFF!important;
}
.p-2-style{
	font-size:16px;
	width:100%;
	text-indent:0em;
}
.p-bloc-4-style{
	font-size:16px;
}
.p-bloc-7-style{
	font-size:14pt;
	text-indent:2em;
}
.img-bloc-7-style{
	width:337px;
	border-radius:0px 0px 0px 0px;
}
.img-style{
	width:456px;
}
.img-bloc-6-style{
	width:338px;
}
.trxline_link_class{
	font-family:"PT Sans";
	text-decoration:none;
	font-size:11pt;
	color:var(--swatch-var-4286)!important;
}
.trxline_link_class:active{
	text-decoration:none;
	font-size:11pt;
	font-family:"PT Sans";
}
.trxline_link_class:focus{
	font-size:11pt;
	font-family:"PT Sans";
}
.trxline_link_class:visited{
	font-size:11pt;
	font-family:"PT Sans";
}
.trxline_link_class:hover{
	font-size:11pt;
	font-family:"PT Sans";
}
.smallmenufont{
	font-family:"PT Sans";
}
.navbar-nav li a{
	font-family:"PT Sans";
}
.p-12-style{
	font-size:11pt;
}
.p-13-style{
	font-size:11pt;
}
.p-14-style{
	font-size:12pt;
}
.p-15-style{
	font-size:12pt;
}
.divider-background-color{
	background-color:#D9D9D9;
	margin-left:0;
	margin-right:auto;
	width:100%;
}
.divider-bloc-15-background-color{
	background-color:#D9D9D9;
}
.divider-bloc-16-background-color{
	background-color:#D9D9D9;
}
a{
	font-family:"PT Sans";
	text-decoration:none;
	color:#FFFFFF!important;
}
a:hover{
	text-decoration:none;
	color:#1D8FFE!important;
}
a:active{
	font-family:"PT Sans";
}
a:focus{
	text-decoration:underline!important;
	font-family:"PT Sans";
}
.a:visited{
	font-family:"PT Sans";
}
.img-page-p-style{
	border-radius:0px 0px 0px 0px;
}
ul{
	color:#FFFFFF!important;
}
.myol{
	color:#FCFCFC!important;
	font-family:"PT Sans";
}
p{
	font-size:14pt;
	line-height:1.5em;
	color:#D9D9D9!important;
	text-indent:2em;
}
h1{
	font-size:18pt;
	font-weight:bold;
}
h3{
	font-size:16pt;
	font-weight:bold;
	color:#FFFFFF!important;
}
h4{
	font-size:14pt;
	font-weight:bold;
}
.divider-bloc-20-background-color{
	background-color:#FFFFFF;
}
.img-bloc-3-style{
	width:454px;
	border-radius:27px 27px 27px 27px;
}
.p-style{
	font-size:17px;
	text-indent:0em;
}
.img-bloc-2-style{
	width:370px;
}
.divider-bloc-22-background-color{
	background-color:#FFFFFF;
}
h6{
	color:#D9D9D9!important;
	font-size:14pt;
	line-height:1.5em;
	text-indent:0em;
}
.divider-bloc-13-background-color{
	background-color:#D9D9D9;
	margin-left:0;
	margin-right:auto;
	width:100%;
}
.p-bloc-13-style{
	font-size:14pt;
}
.link-style{
	font-style:italic;
	text-decoration:underline;
}
.link-подробнее--style{
	font-style:italic;
	text-decoration:underline;
}
.link-0-style{
	font-style:italic;
	text-decoration:underline;
}
.link-0-подробнее--style{
	font-style:italic;
	text-decoration:underline;
}
.divider-0-background-color{
	background-color:#FFFFFF;
}
.divider-0-bloc-22-background-color{
	background-color:#FFFFFF;
}
.divider-12843-background-color{
	background-color:#FFFFFF;
	height:3px;
}
.divider-49360-background-color{
	background-color:#FFFFFF;
}
.divider-47291-background-color{
	background-color:#FFFFFF;
}
.divider-28744-background-color{
	background-color:#FFFFFF;
	height:3px;
}
.divider-bloc-0-background-color{
	background-color:rgba(255,255,255,0.20);
	bottom:0px;
	top:0px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.dividerclass{
	top:0px;
	bottom:0px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.notif{
	font-family:"PT Sans Narrow";
	font-style:italic;
	color:#888888!important;
}
.sup{
	position:relative;
	display:none;
}
.wid{
	font-family:"PT Sans";
	text-align:justify;
}
.p-bloc-5-style{
	text-indent:0em;
}
.link-linkmeter-net-style{
	text-decoration:underline;
}
.link-bloc-22-style{
	text-decoration:underline;
}
.p-bloc-22-style{
	text-indent:0em;
}
.p-49-style{
	text-indent:0em;
}
.p-50-style{
	text-indent:0em;
}
.p-54-style{
	text-indent:0em;
}
.p-bloc-8-style{
	font-size:12pt;
}
.p-19-style{
	text-indent:0em;
}
.nav-item{
	border-style:_popUpItemAction:;
	border-color:transparent!important;
	border-width:0px 0px 4px 0px;
}
.nav-item:hover{
	border-style:_popUpItemAction:;
	border-color:#1D8FFE!important;
	border-top-width:0px;
	border-right-width:0px;
	border-left-width:0px;
}
.nav-link{
	font-family:"PT Sans";
	text-decoration:none;
	text-transform:none;
}
.nav-link:hover{
	text-transform:uppercase;
	font-family:"PT Sans";
	text-decoration:none;
}
.linkemail{
	font-family:"PT Sans";
	font-size:12pt;
	font-style:italic;
	color:#D9D9D9!important;
}
.linkemail:hover{
	font-size:12pt;
	color:#F0F0F0!important;
	font-family:"PT Sans";
	font-style:italic;
}
.p-bloc-9-style{
	font-size:14pt;
	text-indent:0em;
}
.p-bloc-1-style{
	font-size:10pt;
}
.h6-style{
	font-size:24pt;
}
.hhe{
	height:20px;
	max-height:20px;
}
.hey{
	height:20px;
	max-height:20px;
}
.he{
	max-height:26px;
}
.p-71-style{
	font-size:12pt;
	line-height:1.2em;
	text-indent:0em;
}
.p-70-style{
	font-size:12pt;
	line-height:1.4em;
	text-indent:0em;
}
.p-69-style{
	font-size:12pt;
	text-indent:0em;
}

/* = Colour
-------------------------------------------------------------- */

/* Swatch Variables */
:root{
	
	--swatch-var-6778:rgba(255,255,255,1.0);
	
	--swatch-var-4:#000000;
	
	--swatch-var-4286:rgba(217,217,217,1.00);
	
	--swatch-var-6475:#141426;
	
	--swatch-var-3272:#008CF1;
	
}



/* Text colour styles */

.tc-6778{
	color:var(--swatch-var-6778)!important;
}
.tc-3272{
	color:var(--swatch-var-3272)!important;
}
.tc-4286{
	color:var(--swatch-var-4286)!important;
}

/* Button colour styles */

.btn-c-3272{
	background:var(--swatch-var-3272);
	color:#FFFFFF!important;
}
.btn-c-3272:hover{
	background:#0059BE!important;
	color:#FFFFFF!important;
}

/* Link colour styles */

.ltc-3272{
	color:var(--swatch-var-3272)!important;
}
.ltc-3272:hover{
	color:#0059BE!important;
}

/* Bloc image backgrounds */


/* = Custom Bric Data
-------------------------------------------------------------- */

.code-embed{
	color:#000;
}


/* = Bloc Padding Multi Breakpoint
-------------------------------------------------------------- */

@media (min-width: 576px) {
    .bloc-xxl-sm{padding:200px 20px;}
    .bloc-xl-sm{padding:150px 20px;}
    .bloc-lg-sm{padding:100px 20px;}
    .bloc-md-sm{padding:50px 20px;}
    .bloc-sm-sm{padding:20px;}
    .bloc-no-padding-sm{padding:0 20px;}
}
@media (min-width: 768px) {
    .bloc-xxl-md{padding:200px 20px;}
    .bloc-xl-md{padding:150px 20px;}
    .bloc-lg-md{padding:100px 20px;}
    .bloc-md-md{padding:50px 20px;}
    .bloc-sm-md{padding:20px 20px;}
    .bloc-no-padding-md{padding:0 20px;}
}
@media (min-width: 992px) {
    .bloc-xxl-lg{padding:200px 20px;}
    .bloc-xl-lg{padding:150px 20px;}
    .bloc-lg-lg{padding:100px 20px;}
    .bloc-md-lg{padding:50px 20px;}
    .bloc-sm-lg{padding:20px;}
    .bloc-no-padding-lg{padding:0 20px;}
}


/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}

@media (max-width: 991px){
	.cl{
		overflow:hidden;
		max-width:100%;
	}
	.hhe{
	}
	.he{
		height:30px;
		max-height:30px;
	}
	.p-69-style{
		font-size:14px;
	}
	.p-70-style{
		font-size:14px;
		line-height:17px;
	}
	.p-71-style{
		font-size:14px;
		line-height:18px;
	}
	
}

@media (max-width: 767px){
	.ltc-black{
		color:#131527!important;
		text-decoration:none;
	}
	.ltc-black:hover{
		color:#141525!important;
		text-decoration:none;
	}
	.ltc-black:active{
		color:#141525!important;
		text-decoration:none;
	}
	.ltc-black:focus{
		color:#141525!important;
		text-decoration:none;
	}
	.ltc-black:visited{
		color:#141525!important;
		text-decoration:none;
	}
	.blocsapp-special-menu blocsnav li a{
		font-family:"PT Sans";
	}
	.p-style{
		text-indent:0px;
	}
	.he{
		height:23px;
	}
	.hey{
	}
	.hhe{
	}
	.p-70-style{
		line-height:18px;
	}
	.p-71-style{
		text-indent:0px;
		line-height:18px;
	}
	
}

@media (max-width: 575px){
	.footer-link{
		text-align:center;
	}
	.cl{
	}
	.he{
	}
	.topnavstl{
	}
	.p-69-style{
		line-height:21px;
	}
	.p-70-style{
		line-height:18px;
	}
	.p-71-style{
		line-height:18px;
	}
	
}

