/*-----------------------------------------------------------------------------------
	trxline.ru
	About: Сайт компании Трилайн
	Author: Александр Орлов
	Version: 1.0
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:#FFFFFF;
    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 */


/* Preloader */

.page-preloader{position: fixed;top: 0;bottom: 0;width: 100%;z-index:100000;background:#FFFFFF url("img/pageload-spinner.gif") no-repeat center center;animation-name: preloader-fade;animation-delay: 2s;animation-duration: 0.5s;animation-fill-mode: both;}
.preloader-complete{animation-delay:0.1s;}
@keyframes preloader-fade {0% {opacity: 1;visibility: visible;}100% {opacity: 0;visibility: hidden;}}

/* = 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;
}


/* Sizes */

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

/* = Full Width Blocs 
-------------------------------------------------------------- */

.full-width-bloc{
	padding-left:0;
	padding-right:0;
}
.full-width-bloc .row{
	margin-left:0;
	margin-right:0;
}
.full-width-bloc .container{
	width:100%;
	max-width:100%!important;
}
.full-width-bloc .carousel img{
	width:100%;
	height:auto;
}


/* 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{
	margin-top:30px;
}
/* Dividers */

.b-divider{
	border-top:1px solid rgba(0,0,0,.1);
	border-bottom:1px solid rgba(0,0,0,.1);
}
.b-divider-dashed{
	border-top:1px dashed rgba(0,0,0,.1);
	border-bottom:1px dashed rgba(0,0,0,.1);
}


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

/* = Sticky Nav
-------------------------------------------------------------- */

.sticky-nav.sticky{
	position:fixed;
	top:0;
	z-index:1000;
	box-shadow:0 1px 2px rgba(0,0,0,.3);
	 transition: all .2s ease-out;
}
/* 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);
}

/* Side Bar Navigation */
.nav-special.sidebar-nav{
	position: fixed;
	right: -300px;
	top: 0;
	bottom: 0;
	width: 300px;
	z-index: 1000;
	transition: all .2s linear;
}
.nav-invert .nav-special.sidebar-nav{
	right: auto;
	left: -300px;
}
 .nav-special.sidebar-nav .site-navigation{
	margin-top:15px;
	padding-left:15px;
}
.nav-special.sidebar-nav .nav > li a{
	color:rgba(255,255,255,.8);
}
 .nav-special.sidebar-nav .nav > li a:hover{
	color:#FFF;
}
 .open.nav-special.sidebar-nav{
	right: 0;
	transition: all .2s linear;
}
.nav-invert .open.nav-special.sidebar-nav{
	left: 0;
	transition: all .2s linear;
}
.navbar-toggler:focus{
	box-shadow:none;
}
;
	
/* Content Tint */
.content-tint{
	z-index: -1;
	transition: background .2s linear;
}
.content-tint.on{
	display: block;
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	background: transparent;
	z-index: 1001;
	background:rgba(0,0,0,.4);
}
.content-tint.on:hover{
	background:rgba(0,0,0,.1);
}
.navbar-toggle.menu-icon-rounded-bars{
	margin-top:7px!important;
}
/* 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}
}
/* = Open menus on hover
-------------------------------------------------------------- */
@media (min-width: 992px){
	.hover-open-submenu li:hover > .dropdown > .dropdown-menu, .hover-open-submenu .dropdown-menu > li:hover .dropdown-menu{
	display: block;
}
.hover-open-submenu li .dropdown .dropdown-menu{
	margin-top:0;
}
}
/* = 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;
}
img.mg-sm,img.mg-md,img.mg-lg{
	margin-top: 0;
}
img.mg-sm{
	margin-bottom:10px;
}
img.mg-md{
	margin-bottom:30px;
}
img.mg-lg{
	margin-bottom:50px;
}

/* = 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;
}

.btn-sq{
	border-radius: 0px;
}
.btn-rd{
	border-radius: 40px;
}
.btn-style-none,.btn-style-none:hover,.btn-style-none:active,.btn-style-none:focus{
	background:none;
	box-shadow: none;
	padding:0;
}
.btn-xl{
	padding: 16px 40px;
	font-size: 28px;
}
.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;
}

/* = Icons
-------------------------------------------------------------- */
.icon-md{
	font-size:30px!important;
}




/* = Cards
-------------------------------------------------------------- */
.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;
}

/* = 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;
}

/* = Forms
-------------------------------------------------------------- */

.form-control{
	border-color:rgba(0,0,0,.1);
	box-shadow:none;
}


.carousel-nav-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}

.carousel-caption-center{
	top: 50%;
	bottom: initial;
	transform: translateY(-50%);
}

.hide-indicators{
	display:none;
}


/* 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,a{
	font-family:"Helvetica";
}
.container{
	max-width:1140px;
}
.btn,a{
	font-family:"Helvetica";
}
.img-style{
	height:152px;
	width:100%;
}
.btn-style{
	width:100%;
	font-weight:bold;
	border-radius:0px 0px 0px 0px;
}
.btn-калибровка-style{
	width:100%;
	font-weight:bold;
	border-radius:0px 0px 0px 0px;
}
.btn-аттестация-style{
	width:100%;
	font-weight:bold;
	border-radius:0px 0px 0px 0px;
}
.btn-испытания-style{
	width:100%;
	font-weight:bold;
	border-radius:0px 0px 0px 0px;
}
.btn-продукция-style{
	width:100%;
	font-weight:bold;
	border-radius:0px 0px 0px 0px;
}
.btn-ремонт-style{
	width:100%;
	font-weight:bold;
	border-radius:0px 0px 0px 0px;
}
.btn-7-style{
	width:100%;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:0px;
	line-height:31px;
	font-size:20px;
	color:#FFFFFF!important;
	background-color:rgba(0,0,0,0.29);
	height:48px;
	padding:8px 16px 8px 16px;
	border-radius:0px 0px 0px 0px;
	border-width:1px 1px 1px 1px;
}
.btn-экспертиза-style{
	width:100%;
	font-weight:bold;
	border-radius:0px 0px 0px 0px;
}
.img-img-44-style{
	height:305px;
}
.carousel-style{
	width:35.86%;
	padding:0px 0px 0px 0px;
}
.pp{
	height:200px;
}
.pv{
	background-color:rgba(62,62,62,0.76);
	color:#FAFBFF!important;
	font-size:28px;
	text-align:center;
	font-weight:800;
	text-transform:uppercase;
	letter-spacing:2px;
	font-family:"helvetica";
	border-style:none;
	border-radius:20px 20px 20px 20px;
}
.h2-style{
	font-size:32px;
	width:100%;
}
.kalp{
	margin-top:20px;
}
.card-body-style{
	height:91px;
}
.row-margin-left{
	background-color:#F6F7F6;
	height:55px;
	border-style:solid;
	margin:-16px 0px 75px 0px;
	padding:0px 0px 0px 0px;
	border-width:1px 1px 0px 1px;
}
.bloc-bloc-6-margin-bottom{
	margin-bottom:98px;
}
.bloc-margin-bottom{
	margin-bottom:26px;
}
.bloc-0-margin-bottom{
	margin-bottom:63px;
}
.h6-style{
	width:100%;
}
.card-body-bloc-6-style{
	height:83px;
}
.card-body-3-style{
	height:1199px;
}
.ups{
	text-shadow:0px 0px 0px #000000;
}
.p-text-14px{
	font-size:14px;
}
.p-bloc-6-style{
	opacity:1.0;
}
.ims{
	margin-top:20px;
}
.stepen{
	float:none;
	overflow:visible;
	font-size:10px;
	font-weight:normal;
}
.container-div-style{
	height:1055px;
}
.footer-link{
	font-size:12px;
	background-color:transparent;
	color:#888888!important;
	padding:0px 0px 0px 0px;
}
.container-div-0-bloc-6-style{
	height:95px;
}
.p-text-14px-1-col{
	font-size:14px;
	font-weight:bold;
}
.p-528-style{
	line-height:21px;
}
.bloc-style{
	opacity:0.6;
}
.divider-small-margin{
	padding-top:0px;
	padding-bottom:0px;
	float:none;
	overflow:visible;
	margin-bottom:0px;
	margin-top:0px;
	background-size:auto auto;
	font-weight:normal;
}
.rexd{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.bloc-41840-style{
	;
}
.p-22-style{
	font-size:17px;
}
.p-23-style{
	font-size:8px;
}
.ppp{
	font-size:0px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.p-bloc-7-style{
	text-indent:35px;
	font-size:16px;
}
.p-bloc-5-style{
	text-indent:35px;
	font-size:16px;
}
.p-bloc-3-style{
	text-indent:35px;
}
.p-274-style{
	font-size:16px;
}
.p-bloc-14-style{
	font-size:16px;
}
.p-margin-left{
	margin-left:0px;
}
.p-10-style{
	font-size:16px;
	font-weight:normal;
}
.p-bloc-16-style{
	text-indent:30px;
}
.img-22-style{
	width:230px;
	height:40px;
}
.p-952-style{
	text-indent:30px;
}
.p-951-style{
	text-indent:30px;
}
.p-954-style{
	text-indent:30px;
}
.p-955-style{
	text-indent:30px;
}
.p-956-style{
	text-indent:30px;
}
.btn-38-style{
	width:100%;
}
.p-bloc-22-style{
	text-indent:30px;
}
.p-974-style{
	text-indent:30px;
}
.p-972-style{
	text-indent:30px;
}
.p-973-style{
	text-indent:30px;
}
.p-972-bloc-22-style{
	text-indent:30px;
}
.p-957-style{
	text-indent:30px;
	margin-top:10px;
}
.h2-joinwit-style{
	text-indent:30px;
}
.menu_font{
	text-transform:uppercase;
	font-weight:lighter;
	font-size:10px;
}
.menuprod{
	text-transform:none;
	width:250px;
	line-height:16px;
	font-size:15px;
}
.p-bloc-content-style{
	line-height:21px;
}
.p-903-style{
	text-indent:30px;
}
.img-img-59-style{
	height:300px;
}
.p-679-style{
	text-indent:30px;
}
.html-widget-style{
	height:21px;
}
.p-bloc-19-style{
	font-family:"PT Sans";
}
.footer-legal{
	width:100vw;
	bottom:0px;
	left:0px;
	right:0px;
	display:flex;
	position:fixed;
	background-color:#F5F7F5;
	color:#141525!important;
	z-index:999;
	height:40px;
	padding-right:10px;
}
.mainblock-legal{
	padding-bottom:40px;
	position:relative;
	padding-left:228px;
	padding-right:0px;
}
.leftmenu-legal{
	height:100vh;
	width:228px;
	padding-left:0px;
	position:fixed;
	z-index:999;
}
.leftmenurow-legal{
	padding-top:228px;
}
.navigationbar-legal{
	position:relative;
	flex-direction:column;
	justify-content:center;
	font-family:"PT Sans";
	color:#000000!important;
}
.h3-style{
	font-family:"PT Sans";
	font-weight:bold;
	text-indent:30px;
}
.p-278-style{
	font-size:16px;
}
.table-border-left{
	border-style:solid;
	border-color:#000000!important;
	border-width:1px 1px 0px 1px;
}
.bloc-divider-t-style{
	height:0px;
}
.bloc-divider-t-bloc-28-style{
	height:0px;
}
.table-border-bottom-left{
	border-color:#000000!important;
	border-style:solid;
	border-width:1px 1px 1px 1px;
}
.card-text{
	color:#F0F0F0!important;
}
.table-border-right{
	border-style:solid;
	border-color:#000000!important;
	padding:0px 0px 0px 0px;
	border-width:1px 1px 0px 0px;
}
.table-border-bottom-right{
	border-style:solid;
	border-color:#000000!important;
	padding:0px 0px 0px 0px;
	border-width:1px 1px 1px 0px;
}
.top-margin{
	margin-top:40px;
}
.bottom-margin{
	padding-top:0px;
	margin-bottom:70px;
}
.top-padding{
	margin-top:5px;
	margin-bottom:0px;
}
.p-bloc-25-style{
	text-indent:20px;
}
.p-1062-style{
	text-indent:20px;
}
.p-1063-style{
	text-indent:20px;
}
.header_color_grey{
	color:#3E3E3E!important;
}
.h4-style{
	text-indent:30px;
}
.h5-style{
	width:100%;
}
.background-image{
	background-image:url("img/path-overlay.png");
	background-image: -webkit-image-set(url("img/path-overlay.webp") 1x,
url("img/path-overlay.webp") 2x);background-image: image-set(url("img/path-overlay.png") 1x,
url("img/path-overlay.png") 2x,url("img/path-overlay.webp") 1x,
url("img/path-overlay.webp") 2x);
	background-size:100% auto;
	background-position:center center;
	background-repeat:no-repeat;
	background-attachment:fixed;
}
.img-jw3303-topvi-style{
	width:300px;
	height:240px;
}
.fx{
	border-style:_popUpItemAction:;
	background-color:#FFFFFF;
	background-size:cover;
}
.cri1{
	height:483px;
	background-color:#FFFFFF;
}
.cri2{
	height:483px;
	border-style:_popUpItemAction:;
	align-items:center;
	background-color:#FFFFFF;
	background-size:length;
	padding-top:90px;
}
.p-1203-style{
	text-indent:50px;
	font-size:18px;
}
.p-1205-style{
	text-indent:50px;
}
.p-1204-style{
	text-indent:50px;
	font-size:18px;
}
.p-bloc-31-style{
	text-indent:50px;
	font-size:18px;
}
.button_pad{
	padding-top:10px;
	padding-bottom:10px;
}
.p-1293-style{
	font-size:18px;
}
.p-1297-style{
	font-size:18px;
}
.p-1298-style{
	font-size:18px;
}
.p-1294-style{
	font-size:18px;
}
.p-1295-style{
	font-size:18px;
}
.p-1296-style{
	font-size:18px;
}
.p-1300-style{
	font-size:18px;
}
.p-1299-style{
	font-size:18px;
}
.p-1338-style{
	text-indent:50px;
	font-size:18px;
}
.img-jw3216-style{
	height:180px;
	padding-right:40px;
	padding-bottom:40px;
	padding-left:40px;
}
.img-jw5009n-frontvi-style{
	height:180px;
}
.img-24-style{
	height:180px;
}
.img-jw4106s-frontview-style{
	height:180px;
}
.p-1605-style{
	font-size:18px;
	line-height:27px;
}
.p-1606-style{
	font-size:18px;
	line-height:27px;
}
.p-1611-style{
	font-size:18px;
	line-height:27px;
}
.p-1617-style{
	font-size:18px;
	line-height:27px;
}
.p-1607-style{
	font-size:18px;
	line-height:27px;
}
.p-1608-style{
	font-size:18px;
	line-height:27px;
}
.p-1609-style{
	font-size:18px;
	line-height:27px;
}
.p-1610-style{
	line-height:27px;
	font-size:18px;
}
.p-1611-bloc-31-style{
	font-size:18px;
	line-height:27px;
}
.p-1618-style{
	font-size:18px;
	line-height:27px;
}
.p-1631-style{
	font-size:18px;
}
.p-1632-style{
	font-size:18px;
}
.p-1633-style{
	font-size:18px;
}
.p-1634-style{
	font-size:18px;
}
.p-1635-style{
	font-size:18px;
}
.p-1636-style{
	font-size:18px;
}
.p-1637-style{
	font-size:18px;
}
.p-1649-style{
	font-size:18px;
}
.p-1648-style{
	font-size:18px;
}
.p-1647-style{
	font-size:18px;
}
.p-1646-style{
	font-size:18px;
}
.p-1645-style{
	font-size:18px;
}
.carousel-prev-icon{
	stroke:#0E140C;
}
.carousel-next-icon{
	stroke:#0E140C;
}
.carousel-indicators li{
	border-style:_popUpItemAction:;
	background-color:#888888;
}
.carousel-indicators .active{
	background-color:#0E140C;
}
.btn-style:hover{
	color:#00FFFF!important;
}
.btn-калибровка-style:hover{
	color:#00FFFF!important;
}
.btn-аттестация-style:hover{
	color:#00FFFF!important;
}
.btn-испытания-style:hover{
	color:#00FFFF!important;
}
.btn-продукция-style:hover{
	color:#00FFFF!important;
}
.btn-ремонт-style:hover{
	color:#00FFFF!important;
}
.btn-экспертиза-style:hover{
	color:#00FFFF!important;
}
.det_b1{
	color:var(--swatch-var-3228)!important;
	text-transform:none;
	text-decoration:none;
	font-weight:bold;
}
.det_b1:hover{
	background-color:var(--swatch-var-1692);
	color:var(--swatch-var-2291)!important;
}
.img-jw5005n-front-style{
	height:180px;
}
.p-1708-style{
	opacity:1.0;
}
.calrul2{
	height:180px;
	padding-right:40px;
	padding-bottom:40px;
	padding-left:40px;
}
.carul3{
	height:180px;
	padding-right:40px;
	padding-bottom:40px;
	padding-left:40px;
}
.img-bloc-content-style{
	height:40px;
}
.table-border-inner-right{
	height:100%;
	border-style:solid;
	border-width:1px 1px 0px 0px;
}
.car_jw3329{
	height:180px;
	padding:10px 50px 50px 50px;
}
.car_jw3120{
	height:180px;
	padding-right:40px;
	padding-bottom:40px;
	padding-left:40px;
}
.car_jw3116{
	height:180px;
	padding-right:40px;
	padding-bottom:40px;
	padding-left:40px;
}
.img-logo-2r-style{
	height:40px;
	background-size:auto 40px;
}
.hrefbold{
	color:#888888!important;
	font-weight:bold;
}
.img-jw3216-style--img{
	height:180px;
}
.img-bloc-30-style{
	height:40px;
	background-size:auto 40px;
}
.img-124-style{
	height:40px;
	background-size:auto 40px;
}
.img-75-style{
	height:40px;
	background-size:auto 40px;
}
.img-61-style{
	height:40px;
	background-size:auto 40px;
}
.img-65-style{
	height:40px;
	background-size:auto 40px;
}
.img-117-style{
	height:40px;
	background-size:auto 40px;
}
.img-75-bloc-30-style{
	height:40px;
	background-size:auto 40px;
}
.img-69-style{
	height:40px;
	background-size:auto 40px;
}
.img-72-style{
	height:40px;
	background-size:auto 40px;
}
.carbig{
	height:360px;
}
.coolcar{
	height:350px;
	padding-top:-100px;
}
.menuprod li div{
	padding-left:5px;
}
.main-nav-list ul ul{
	min-width:270px;
}

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

/* Swatch Variables */
:root{
	
	--swatch-var-2:rgba(255,255,255,1.00);
	
	--swatch-var-4630:#008D00;
	
	--swatch-var-2291:rgba(191,189,189,1.00);
	
	--swatch-var-151:rgba(0,0,0,0.25);
	
	--swatch-var-157:#1C6700;
	
	--swatch-var-1323:#000000;
	
	--swatch-var-1026:rgba(247,247,247,1.00);
	
	--swatch-var-3228:rgba(246,247,246,1.00);
	
	--swatch-var-4800:rgba(0,176,241,1.00);
	
	--swatch-var-1692:rgba(110,110,110,1.00);
	
}


/* Background colour styles */

.bgc-2{
	background-color:var(--swatch-var-2);
}
.bgc-3228{
	background-color:var(--swatch-var-3228);
}
.bgc-1026{
	background-color:var(--swatch-var-1026);
}
.bgc-4630{
	background-color:var(--swatch-var-4630);
}

/* Text colour styles */

.tc-1323{
	color:var(--swatch-var-1323)!important;
}
.tc-1692{
	color:var(--swatch-var-1692)!important;
}
.tc-2291{
	color:var(--swatch-var-2291)!important;
}
.tc-4630{
	color:var(--swatch-var-4630)!important;
}

/* Button colour styles */

.btn-c-2291{
	background:var(--swatch-var-2291);
	color:rgba(0,0,0,.5)!important;
}
.btn-c-2291:hover{
	background:#8C8A8A!important;
	color:rgba(0,0,0,.5)!important;
}
.btn-c-4630{
	background:var(--swatch-var-4630);
	color:#FFFFFF!important;
}
.btn-c-4630:hover{
	background:#005A00!important;
	color:#FFFFFF!important;
}

/* Link colour styles */

.ltc-151{
	color:var(--swatch-var-151)!important;
}
.ltc-151:hover{
	color:rgba(0,0,0,0.25)!important;
}

/* Bloc image backgrounds */


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

.img-text-overlay-container{
	position:relative;
}
.text-label-overlay{
	position:absolute;
	top: 50%;
	transform: translateY(-50%);
	width:100%;
	 text-align:center;
	font-size:40px;
}
.text-overlay-light-text{
	color:rgba(255,255,255,.5);
}
.samehtwrapper .display-in-blocs-edit-mode-only {
	  display:block;
	  position:relative;
	  height:40px;
	  padding-top:6px;
	  padding-left:10px;
	  font-size: 1.5em;
	  background-color: #cccccc}.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){
	.h2-style{
		font-size:20px;
	}
	.h3-поверка-style{
		font-size:20px;
	}
	.h3-методики-style{
		font-size:20px;
	}
	.h3-испытания-style{
		font-size:20px;
	}
	.img-style{
		height:105px;
	}
	.h3-продукция-style{
		font-size:1px;
	}
	.btn-калибровка-style{
		padding:8px 8px 8px 6px;
	}
	.btn-аттестация-style{
		padding:8px 10px 8px 9px;
	}
	.btn-испытания-style{
		padding:8px 10px 8px 10px;
	}
	.btn-экспертиза-style{
		padding:8px 8px 8px 8px;
	}
	.btn-7-style{
		padding:8px 2px 8px 1px;
	}
	.pp2{
		height:290px;
	}
	.btn-продукция-style{
		padding-left:12px;
	}
	.card-body-style{
		height:112px;
	}
	.card-body-3-style{
		height:689px;
	}
	.container-div-style{
		height:943px;
	}
	.p-text-14px-1-col{
		border-style:none;
		border-top-width:0px;
		border-bottom-width:0px;
		border-left-width:0px;
	}
	.p-text-14px{
		;
	}
	.divider-small-margin{
		;
	}
	.menu_font{
		font-weight:bold;
	}
	.menuprod{
		text-transform:uppercase;
		font-weight:normal;
		width:200px;
	}
	.mainblock-legal{
		right:0px;
		padding:50px 0px 40px 10px;
	}
	.leftmenu-legal{
		position:fixed;
		padding-right:0px;
		flex-direction:row;
		width:100%;
		padding-top:0px;
		height:50px;
	}
	.leftmenurow-legal{
		padding-top:0px;
	}
	.footer-legal{
		padding-left:0px;
	}
	.h4-style{
		text-indent:0px;
	}
	.full-hight{
		height:100%;
	}
	.table-border-inner-right{
		border-style:solid;
		height:100%;
		border-width:1px 1px 0px 0px;
	}
	.img-logo-2r-style{
		height:30px;
	}
	.det_b1{
		color:#1957BD!important;
	}
	.mt-3{
	}
	.img-23-style{
		height:80px;
	}
	.img-bloc-30-style{
		height:40px;
	}
	
	/* MD Text Margin Offsets */
	.mg-clear-md{
		margin:0;
	}
	
}

@media (max-width: 767px){
	.bloc-mob-center-text{
		text-align:center;
	}
	.text-right{
	}
	.text-left{
	}
	.text-center{
	}
	.p-style{
		font-size:28px;
	}
	.row-margin-left{
		margin-bottom:89px;
		margin-top:-2px;
	}
	.card-body-style{
		height:100px;
	}
	.card-body-3-style{
		height:764px;
	}
	.container-div-style{
		height:1240px;
	}
	.container-div-0-bloc-6-style{
		height:137px;
	}
	.leftmenu-legal{
		height:50px;
	}
	.footer-legal{
		width:100%;
		padding-left:0px;
	}
	.mainblock-legal{
		padding-left:10px;
		padding-top:50px;
		padding-bottom:40px;
	}
	.p-bloc-24-style{
		text-indent:0px;
	}
	.p-1061-style{
		text-indent:0px;
	}
	.p-1062-bloc-24-style{
		text-indent:0px;
	}
	.h4-style{
		text-indent:0px;
	}
	.nopadding{
		margin:0px 0px 0px 0px;
		border-width:0px 0px 0px 0px;
	}
	.table-border-left{
	}
	.table-border-right{
	}
	.full-hight{
		height:100%;
	}
	.table-border-inner-right{
		border-style:solid;
		height:100%;
		border-width:1px 1px 0px 0px;
	}
	.img-logo-2r-style{
		max-height:30px;
		background-size:auto 30px;
	}
	.sidebar-nav{
		width:230px!important;
	}
	.nav-special.sidebar-nav .nav > li{
		width:80%;
	}
	.nav-invert .sidebar-nav .close-special-menu{
		left:200px;
	}
	
}

@media (max-width: 575px){
	.navbar-brand img{
		width:195px;
		height:38px;
	}
	.p-style{
		font-size:21px;
	}
	.card-body-style{
		height:190px;
	}
	.card-body-bloc-6-style{
		height:193px;
	}
	.card-body-3-style{
		height:1516px;
	}
	.container-div-bloc-6-style{
		height:150px;
	}
	.container-div-0-style{
		height:412px;
	}
	.container-div-style{
		height:1815px;
	}
	.container-div-0-bloc-6-style{
		height:216px;
	}
	.footer-link{
		text-align:center;
	}
	.p-679-style{
		text-indent:30px;
	}
	.leftmenu-legal{
		height:50px;
	}
	.leftmenurow-legal{
		padding-bottom:30px;
	}
	.mainblock-legal{
		padding-bottom:40px;
	}
	.p-1061-style{
		text-indent:0px;
	}
	.p-1062-bloc-24-style{
		text-indent:0px;
	}
	.p-bloc-24-style{
		text-indent:0px;
	}
	.h3-style{
		text-indent:0px;
	}
	.h4-style{
		text-indent:0px;
	}
	.p-bloc-32-style{
		font-size:14px;
	}
	.p-1352-style{
		font-size:14px;
	}
	.p-1354-style{
		font-size:14px;
	}
	.p-1357-style{
		font-size:14px;
	}
	.p-1359-style{
		font-size:14px;
	}
	.p-1361-style{
		font-size:14px;
	}
	.p-1363-style{
		font-size:14px;
	}
	.p-1371-style{
		font-size:14px;
	}
	.p-1373-style{
		font-size:14px;
	}
	.p-1375-style{
		font-size:10px;
	}
	.p-1377-style{
		font-size:14px;
	}
	.p-1379-style{
		font-size:11px;
	}
	.p-1381-style{
		font-size:14px;
	}
	.p-1383-style{
		font-size:14px;
	}
	.p-1385-style{
		font-size:14px;
	}
	.p-1387-style{
		font-size:14px;
	}
	.p-1389-style{
		font-size:14px;
	}
	.p-1393-style{
		font-size:14px;
	}
	.p-1396-style{
		font-size:14px;
	}
	.p-1398-style{
		font-size:14px;
	}
	.p-1400-style{
		font-size:14px;
	}
	.p-1402-style{
		font-size:14px;
	}
	.p-1404-style{
		font-size:13px;
	}
	.p-1406-style{
		font-size:14px;
	}
	.p-1408-style{
		font-size:12px;
	}
	.p-1410-style{
		font-size:12px;
	}
	.p-1412-style{
		font-size:12px;
	}
	.p-1414-style{
		font-size:11px;
	}
	.p-1416-style{
		font-size:13px;
	}
	.p-1418-style{
		font-size:13px;
	}
	.p-1420-style{
		font-size:14px;
	}
	.p-1432-style{
		font-size:13px;
	}
	.p-1403-style{
		font-size:13px;
	}
	.p-1382-style{
		font-size:12px;
	}
	.p-1392-style{
		font-size:10px;
	}
	.table-border-right{
	}
	.full-hight{
		height:100%;
	}
	.table-border-left{
	}
	.table-border-inner-right{
		border-style:solid;
		height:100%;
		padding:0px 0px 0px 0px;
		border-width:1px 1px 0px 0px;
	}
	.img-bloc-30-style{
		background-size:auto 30px;
	}
	
	/* Mobile Text Margin Offsets */
	.mg-md-xs{
		margin-top:10px;
		margin-bottom:20px;
	}
		.mg-clear-xs{
		margin:0;
	}
	
}

