
html{
	scroll-behavior: smooth;
}

.entry .calcstr ul > li:before, ul.list > li:before{
	display: none;
}


.search a:first-child{
	border-radius: 5px;
    border: 2px solid #ff005c;
    padding: 5px 10px;
    color: #ff005c!important;
    background-color: transparent;
    transition: all .3s;
}
.search a:first-child:hover{
	background: #ff005c;
	color: #fff!important;
}
.content h4{
  margin-bottom: 10px;
  font-size: 30px;
  text-align: center;
  line-height: 35px;
  color: #fff;
  
}

.content h6{
  font-size: 20px;
  color: #fff;
  text-align: center;
  
}

i {
  vertical-align: middle;
}
.slideshow {
  position: relative;
}
.slide {
  animation: fade 1s;
  width: 100%;
  height: 90vh;
  overflow: hidden;
  position: relative;
}
.slide img {
  
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.arrow {
  
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 60px;
  margin: 10px;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  transition: .4s;
  z-index: 1;
  width: 80px;
  height: 80px;
}
.arrow:hover {
  color: gray;
}
#arrow-right i.fa {
  position: relative;
  right: -4px;
  top: -3px;
}
#arrow-left i.fa {
  position: relative;
  left: -4px;
  top: -3px;
}

#arrow-right {
  right: 0;
}
.content {
  font-size: 35px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1;
}
.slide .content {
  color: white;
  left: 75px;
  max-width: 90%;
  width: 100%;
}

.slide-text{
	width: 60%;
    margin: 0 auto;
    text-align: center;
}
@keyframes fade {
  from{ opacity: 0.4 }
  to{ opacity: 1 }
}
@keyframes zoom {
  from {transform: scale(1)}
  to {transform: scale(1.5)}
}

* {
  box-sizing: border-box;
}
.slide2 .content {
  right: 100px;
}


@keyframes slideUp{
  0%{
    transform: translateY(150px) 
  }
  100%{
    transform: translateY(0px);
  }
}

.content a{
  	display: inline-block;
	box-sizing: border-box;
	min-width: 180px;
	min-height: 40px;
	padding: 12px 30px;
	transition: all 0.3s 0.02s ease;
	-webkit-appearance: none;
	font-size: 16px;
	line-height: 22px;
	font-family: 'Exo 2', sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	border-radius: 10px;
    color: #fff;
    border: 2px solid #ff005c;
    background: #ff005c;
}

.content a:hover{
	background: #ffffff00;
	color:#ff005c;

}

@media (min-width: 980px){
	#menu-menyu{
		display: flex;
		justify-content: space-around;
	}

}




@media (max-width: 900px) {
   .slide2 .content {
    right: 50%;
    transform: translate(50%, -50%);
  } 
  .arrow {
    width: 70px;
    height: 70px;
    font-size: 50px;
  }
}
@media (max-width: 750px) {
  .content {
    font-size: 1.5rem;
  }
  .slide1 .content {
    max-width: 80%;
    left: 50px;
    right: 0px;
  }
  .slide-text{
	width: 60%;
    margin: 0 auto;
    text-align: center;
    left: 50px;
}
  
  .arrow {
    width: 50px;
    height: 50px;
    font-size: 30px;
  }

  .content h4{
  margin-bottom: 10px;
  font-size: 20px;
  text-align: center;
  line-height: 20px;
  color: #fff;
  
}

.content h6{
  font-size: 15px;
  color: #fff;
  text-align: center;
  
}
}
@media (max-width: 450px) {
  .content {
    font-size: 1rem;
  }
  .contact-form {
    display: none;
  }
  .contact-form .box50 {
    width: 100%;
  }
  .slide {
    height: 60vh;
  }
}

.box50 {
  width: 45%;
}
.box100 {
  width: 100%;
}











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, FONT, IMG, INS, KBD, Q, S, SAMP, SMALL, STRIKE, STRONG, TT, VAR, B, U, I, CENTER, DL, DT, DD, OL, UL, LI, FIELDSET, FORM, LABEL, LEGEND {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}
SUP, SUB {line-height: 1px;}
BODY {line-height: 1;}
UL {list-style: none;}
:focus {outline: 0;}
INS {text-decoration: none;}
DEL {text-decoration: line-through;}
input::-moz-focus-inner {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary, .block {display: block;}
audio, canvas, video {display: inline-block;}
audio:not([controls]) {display: none;height: 0;}
[hidden] {display: none;}
.none, .hidden {display: none;}

.clear, .clr {clear: both;}
hr.clear, hr.clr {padding: 0;margin: 0;height: 1px;overflow: hidden;border: 0;}
.clearfix:before, .clearfix:after, .clf:before, .clf:after {content: " ";display: table;}
.clearfix:after, .clf:after {clear: both;}
.clearfix, .clf {*zoom: 1;}

.alignright, .right {
	float: right;
	}

.alignleft, .left {
	float: left;
	}

.center {
	text-align: center;
	}

.centered, .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright, img.right {
	margin: 0 0 4px 10px;
	display: inline;
	}

img.alignleft, img.left {
	margin: 0 10px 4px 0;
	display: inline;
	}

a img {
	border: none;
	}

img {
	max-width: 100%;
	}

.entry img {
	height: auto;
	}

/* END NULL */


/* BASE */

body {
	color: #585858;
	font-size: 16px;
	line-height: 24px;
	font-family: 'Exo 2', sans-serif;
	background: #fff;
	text-align: center;
	}

.main-header{
	display: flex;
	justify-content: space-around;
    flex-wrap: nowrap;
    align-content: flex-end;
    align-items: center;
    width: 1200px;
	margin: 0 auto;
	text-align: left;
	height: 95px;
	color: #00171f;
}

.main-header a{
	color: #00171f;
}



.wrap {
	width: 1200px;
	margin: 0 auto;
	text-align: left;
	}

input, textarea {
	font-family: 'Exo 2', sans-serif;
	}

a {
	color: #ff005c;
	text-decoration: none;
	transition: all 0.3s 0.02s ease;
	}

a:hover {
	color: #ff6fa3;
	text-decoration: none;
	}

p, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .title, .entry table, .entry form, .entry ul, .entry ol, .entry hr, blockquote {
	margin: 0 0 24px 0;
	}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .title {
	color: #1A1746;
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
	}
h1, .h1{
	font-size: 30px;
	line-height: 36px;
	font-weight: 900;
	}
.title{
	font-size: 30px;
	line-height: 44px;
	font-weight: 400;
	text-align: center;
	}
h2, .h2{
	font-size: 28px;
	line-height: 34px;
	}
h3, .h3{
	font-size: 24px;
	line-height: 32px;
	}
h4, .h4{
	font-size: 24px;
	line-height: 28px;
	}
h5, .h5{
	font-size: 20px;
	line-height: 24px;
	}
h6, .h6{
	font-size: 18px;
	line-height: 24px;
	}

.black{
	color: #000;
	}
.white{
	color: #fff;
	}
.grey{
	color: #808080;
	}
.green{
	color: #34c924;
	}
.red{
	color: #ff0000;
	}
.orange{
	color: #ffa500;
	}
.yellow{
	color: #ffff00;
	}
.blue{
	color: #0000ff;
	}
.purple{
	color: #8b00ff;
	}
.pink{
	color: #ffc0cb;
	}


.table, .entry table {
	border-spacing: 0;
	border-collapse: collapse;
	}

.table tr th, .entry table tr th{
	border-bottom: 1px solid #EDEDED;
	border-right: 1px solid #EDEDED;
	background: #FBFBFB;
	padding: 20px;
	text-align: center;
	}

.table tr td, .entry table tr td{
	border-bottom: 1px solid #EDEDED;
	border-right: 1px solid #EDEDED;
	background: #FBFBFB;
	padding: 20px;
	text-align: center;
	}

.table tr th:last-child, .entry table tr th:last-child, .table tr td:last-child, .entry table tr td:last-child{
	border-right: 0;
	}

.table tr:last-child th, .entry table tr:last-child th, .table tr:last-child td, .entry table tr:last-child td{
	border-bottom: 0;
	}

.entry table.nobord, .entry table.nobord tr th, .entry table.nobord tr td {
	border: 0;
	padding: 0;
	background: none;
	}

.entry ul, ul.list {
	padding: 0 0 0 50px;
	list-style: none;
	}

.entry ol, ol.list {
	padding: 0 0 0 50px;
	list-style: none;
	}

.entry ul ul, .entry ol ol, .entry ol ul, .entry ul ol, ul.list ul, ol.list ol, ol.list ul, ul.list ol {
	margin: 5px 0 0 0;
	}

.entry ol > li, ol.list > li {
	margin: 7px 0 7px 10px;
	list-style: decimal outside;
	}

.entry ul > li, ul.list > li {
	margin: 12px 0;
	padding: 0 0 0 20px;
	position: relative;
	list-style-type: none;
	color: #000;
	font-size: 14px;
	line-height: 24px;
	font-family: 'Montserrat', sans-serif;
	}

.entry ul > li:before, ul.list > li:before {
	content: " ";
	display: block;
	width: 13px;
	height: 13px;
	background: linear-gradient(90deg, #ff005c 0%, #ff5492 100%);
	position: absolute;
	top: 7px;
	left: 0px;
	border-radius: 50%;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.grid {
	clear: both;
	*zoom: 1;
	}

.grid:after {
	content: "";
	display: table;
	clear: both;
	}

[class*='col-'] {
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 70px 0 0;
	}

.col-1-8 {
	width: 12.5%;
	}

.col-1-4 {
	width: 25%;
	}

.col-1-3 {
	width: 33.33%;
	}

.col-1-2 {
	width: 50%;
	}

.col-2-3 {
	width: 66.66%;
	}

/* END BASE */


/* FORM */

.form_line{
	padding: 0 0 15px 0;
	}

.lab{
	display: block;
	padding: 0 0 2px 0;
	}

.inp{
	box-sizing: border-box;
	width: 100%;
	height: 55px;
	padding: 15px 29px;
	background: #F5F6FA;
	border: 1px solid #F5F6FA;
	border-radius: 5px;
	-webkit-appearance: none;
	color: #585858;
	font-size: 16px;
	line-height: 23px;
	font-family: 'Montserrat', sans-serif;
	}

.ta{
	box-sizing: border-box;
	width: 100%;
	height: 193px;
	padding: 15px 29px;
	background: #F5F6FA;
	border: 1px solid #F5F6FA;
	border-radius: 5px;
	-webkit-appearance: none;
	color: #585858;
	font-size: 16px;
	line-height: 23px;
	font-family: 'Montserrat', sans-serif;
	vertical-align: bottom;
	}

.form_req {
	padding: 0 0 40px 0;
	color: #585858;
	line-height: 20px;
	}

.form_sub {
	position: relative;
	text-align: center;
	}

.form_sub_l {
	float: left;
	}

.form_sub_r {
	float: right;
	}

.btn {
	display: inline-block;
	box-sizing: border-box;
	min-width: 256px;
	min-height: 50px;
	padding: 12px 30px;
	border: 2px solid #4272bf;
	background: #4272bf;
	border-radius: 5px;
	transition: all 0.3s 0.02s ease;
	-webkit-appearance: none;
	color: #fff;
	font-size: 18px;
	line-height: 22px;
	font-family: 'Exo 2', sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	}

.btn:hover{
	background-color: #fff;
	color: #4272bf;
	text-decoration: none;
	}

.btn_c2 {
	background: none;
	color: #464B56;
	}
.btn_c2:hover {
	background: none;
	color: #4272bf;
	}

.btn_c3 {
	background: none;
	color: #000;
	}
.btn_c3:hover {
	background-color: #4272bf;
	color: #fff;
	}

.btn_c4:hover {
	background: none;
	color: #fff;
	}

.btn_s2 {
	min-width: 100%;
	min-height: 55px;
	padding: 14px 65px;
	line-height: 23px;
	}

.btn_s3 {
	min-width: 220px;
	padding: 12px 20px;
	font-size: 16px;
	border-radius: 10px;
    color: #fff;
    border: 2px solid #ff005c;
    background: #ff005c;
	}

.btn_s3:hover {
	background: #ffffff00;
	color: #ff005c;
}

.btn_s4 {
	min-width: 20px;
	padding: 12px 60px;
	}

.btn_s5 {
	min-height: 55px;
	padding: 14px 70px;
	line-height: 23px;
	}

.btn_s6 {
	min-height: 60px;
	padding: 17px 60px 17px 30px;
	}

.btn_s7 {
	min-width: 235px;
	min-height: 55px;
	padding: 14px 40px;
	line-height: 23px;
	}

.btn_i1 {
	border-radius: 10px;
    color: #fff;
    border: 2px solid #33c5f3;
    background: #33c5f3;
    padding: 17px 30px 17px 30px;
	}
.btn_i1:hover {
	background: #ffffff00;
	color: #33c5f3;
	}

.btn_i2 {
	border-radius: 10px;
    color: #33c5f3;
    border: 2px solid #33c5f3;
    background: #ffffff00;
	}
.btn_i2:hover {
	background: #33c5f3;
	color: #fff;
	}

.btn_i3 {
	border-radius: 10px;
    color: #fff;
    border: 2px solid #33c5f3;
    background: #33c5f3;
	}
.btn_i3:hover {
	background: #ffffff00;
	color: #33c5f3;
	}

.btn_i4 {
	border-radius: 10px;
    color: #fff;
    border: 2px solid #ff005c;
    background: #ff005c;
	}
.btn_i4:hover {
	background: #ffffff00;
	color: #ff005c;
	}

.btn_i5 {
	border-radius: 10px;
    color: #fff;
    border: 2px solid #33c5f3;
    background: #33c5f3;
	}
.btn_i5:hover {
	color: #33c5f3;
	background-color: #ffffff00;
	}

.form_sub .ajax-loader {
	position: absolute;
	top: -5px;
	right: -5px;
	}

/* END FORM */


/* HEADER */

header{
	background: hsla(0,0%,100%,.8);
    top: 0;
    z-index: 99999;
    position: sticky;
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 70px rgba(5,37,47,.05);
}

.logo{
	width: 50%;
	}

.logo img{
	width: 102px;
	vertical-align: bottom;
	}

.slogan{
	width: 70%;
    font-size: 14px;
    border-left: 1px solid;
    padding-left: 10px;
    line-height: 20px;
	}

.logo-area{
	width: 25%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start
}
.city-open{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;

    align-items: flex-end;
}
.top_cont{
	display: flex;
	justify-content: space-between;
	width: 35%;
	align-items: center;
	}

.top_cont a{
	color: #00171f;
	
	}

.top_cont a:hover{
	color: #00171f;
	}

.top_tel{
	font-size: 18px;
	padding: 0 22px 0 21px;
	}

.top_mail{
	font-size: 14px;
	padding: 0 22px 0 27px;
	
	}

.top_time{
	font-size: 13px;
	margin-left: 30px;
	}


.search {
	display: flex;
	
	width: 33%;
	justify-content: flex-start;
	align-items: center;
	}
.search a {
	margin-left: 15px;
	font-size: 13px;
	font-weight: 600;
}
.search2{
	width: 40%;
}

.search3{
	width: 15%;
}

.top-bot-cont{
	width: 60%;
}

.search_inp input {
	
	
    padding: 9px 0 9px 10px;
    background: none;
    border: 2px solid #ff005c;
    color: #ff005c;
    font-size: 14px;
    border-radius: 25px;
	
	}

.search_sub input {
	width: 39px;
	height: 39px;
	background: url('/catalog/view/theme/metrologiya/image/searchic.png') no-repeat center center;
	border: 0;
	cursor: pointer;
	transition: all 0.3s 0.02s ease;
	}

.search_sub input:hover {
	opacity: 1;
	}


.top {
	padding: 36px 0 155px 0;
	background: url('/image/metrologiya/top.webp') no-repeat center center / cover;
	color: #fff;
	}

.top_home {
	padding: 36px 0 414px 0;
	background: url('/image/metrologiya/top_home.webp') no-repeat center center / cover;
	}

.top_home .wrap {
	position: relative;
	}



.top_home_down:hover {
	opacity: 1;
	color: #fff;
	}


.top_home_cat:before {
	content: " ";
	display: block;
	width: 147px;
	height: 1px;
	background: #000;
	opacity: 0.15;
	position: absolute;
	top: 15px;
	right: -157px;
	}

.top_home_cat:hover {
	color: #2757af;
	}


.show_nav{
	float: right;
	display: none;
	width: 40px;
	height: 23px;
	margin: 7px 10px 0 0;
	position: absolute;
	cursor: pointer;
	right: 0;
	}

.show_nav span, .show_nav:before, .show_nav:after{
	content: " ";
	display: block;
	width: 100%;
	height: 3px;
	background: #000;
	border-radius: 2px;
	position: absolute;
	left: 0px;
	transition: all 0.3s 0.02s ease;
	}

.show_nav span{
	top: 10px;
	}

.show_nav:before {
	top: 0px;
	}

.show_nav:after {
	top: 20px;
	}

.show_nav.open span{
	display: none;
	}

.show_nav.open:before{
	transform: rotate(45deg);
	top: 10px;
	}

.show_nav.open:after{
	transform: rotate(-45deg);
	top: 10px;
	}

@media (min-width: 900px) {
.nav_top{
	display: block !important;
	}
}

@media (max-width: 900px) {
.slogan, .search, .top_cont{
	display: none;
	}

.nav_top ul li a {
	position: relative;
	color: #00171f;
	}

.nav_top ul li a:hover, .nav_top ul li.current-menu-item a, .nav_top ul li.current-menu-parent a, .nav_top ul li.current-menu-ancestor a, .nav_top ul li.current-post-ancestor a, .nav_top ul li.current-page-ancestor a, .nav_top ul li.current-prod-ancestor a {
	color: #00171f;
	}

.nav_top{
	width: 90%;
	padding-left: 0px;
}
.main-header{
	justify-content: flex-start;
}

.logo{
	text-align: left;
	padding: 0px;
}

header{
	padding: 0px;
}

.main-header{
	height: 55px;
	padding: 10px 0;
}

}

@media (min-width: 900px) {
    .main-header1 {
        display: none;
    }
}

@media (max-width: 899px) {
    .main-header1 {
        display: inline-block; 
		width: 100%;
    }

	.phone-button a{
		border-radius: 5px;
  		border: 2px solid #ff005c;
  		padding: 5px 10px;
  		color: #ff005c !important;
  		background-color: transparent;
  		transition: all .3s;
		margin: 5px 5px;}
}

.nav_top{
	width: 1200px;
	margin: 0 auto;
	padding-left: 20px;
}
.nav_top a {
	color: #00171f;
	}

.nav_top ul li {
	float: left;
	display: block;
	padding: 0 0 12px 0;
	margin: 0 50px 10px 0;
	font-weight: 600;
	}

.nav_top ul li a {
	position: relative;
	color: #00171f;
	}

.nav_top ul li a:hover, .nav_top ul li.current-menu-item a, .nav_top ul li.current-menu-parent a, .nav_top ul li.current-menu-ancestor a, .nav_top ul li.current-post-ancestor a, .nav_top ul li.current-page-ancestor a, .nav_top ul li.current-prod-ancestor a {
	color: #00171f;
	}

.nav_top ul li a:hover:before, .nav_top ul li.current-menu-item a:before, .nav_top ul li.current-menu-parent a:before, .nav_top ul li.current-menu-ancestor a:before, .nav_top ul li.current-post-ancestor a:before, .nav_top ul li.current-page-ancestor a:before, .nav_top ul li.current-prod-ancestor a:before {
	width: 40px;
	}


.top_l {
	max-width: 800px;
	}

.top h1 {
	color: #fff;
	text-shadow: 1px 0px 2px #ff005c;
	}

.top_l h1 {
	position: relative;
	font-size: 48px;
	line-height: 48px;
	}

.top_l h1:before {
	content: " ";
	display: block;
	width: 100px;
	height: 2px;
	border-radius: 1px;
	background: #5D8ECF;
	position: absolute;
	top: 23px;
	left: -130px;
	}

.sub_title {
	padding: 0 0 50px 0;
	color: #fff;
	font-size: 24px;
	line-height: 29px;
	}

.top_entry {
	padding: 30px;
	margin: -128px 0 50px 0;
	background: #FFF;
	box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	}

.top_entry_home{
	margin: -50px 0 50px 0;
	position: relative;
	}

.top_vnt {
	float: left;
	width: 800px;
	}

.top_go {
	float: right;
	margin: -5px 0 30px 0;
	}

.breadc {
	color: #fff;
	font-size: 24px;
	line-height: 29px;
	}

.breadc .sep {
	padding: 0 4px;
	}

.breadc a {
	color: #FF005C;
	}

.breadc a:hover {
	color: #ff6fa3;
	}

/* END HEADER */


/* HOME */

#home_calc{
	font-family: 'Montserrat', sans-serif;
	}

.home_calc_t {
	padding: 0 0 30px 0;
	color: #1A1746;
	font-size: 24px;
	line-height: 29px;
	}

.home_calc_e{
	max-width: 815px;
	padding: 0 0 30px 0;
	font-size: 14px;
	line-height: 21px;
	}

.home_calc_e a{
	font-weight: bold;
	}

.home_calc_l {
	float: left;
	width: 830px;
	}

.home_calc_sel {
	float: left;
	width: 400px;
	padding: 0 15px 15px 0;
	}

.home_calc_r {
	float: left;
	width: 295px;
	padding: 0 0 0 15px;
	}

.home_calc_st {
	padding: 0 0 31px 0;
	color: #939BAE;
	font-size: 18px;
	font-weight: bold;
	}

.home_calc_sum {
	padding: 0 0 31px 0;
	color: #1A1746;
	font-size: 48px;
	line-height: 52px;
	}


.home_pops {
	padding: 0 0 70px 0;
	}

.home_pops_top {
	min-height: 65px;
	margin: 0 0 20px 0;
	position: relative;
	}

.tabs li {
	display: inline-block;
	padding: 0 50px 19px 0;
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
	}

.tabs li a, .tabs li a:hover {
	position: relative;
	color: #000;
	}

.tabs li a:before {
	content: " ";
	display: block;
	width: 0px;
	height: 2px;
	background: #FF005C;
	border-radius: 1px;
	position: absolute;
	bottom: -8px;
	left: 0px;
	transition: all 0.3s 0.02s ease;
	}

.tabs li.ui-tabs-active a:before, .tabs li a:hover:before {
	width: 100%;
	}

.home_pops_se {
	width: 280px;
	height: 50px;
	background: #F5F6FA;
	border-radius: 5px;
	position: absolute;
	right: 0px;
	bottom: 15px;
	}

.home_pops_inp {
	float: left;
	width: 220px;
	}

.home_pops_inp input {
	box-sizing: border-box;
	width: 100%;
	height: 50px;
	padding: 10px 10px 10px 30px;
	margin: 0;
	border: 0;
	background: none;
	font-size: 18px;
	line-height: 30px;
	}

.home_pops_sub {
	float: left;
	width: 60px;
	}

.home_pops_sub input {
	display: block;
	width: 60px;
	height: 50px;
	padding: 0;
	margin: 0;
	border: 0;
	background: url('/image/metrologiya/search21.svg') no-repeat center center;
	cursor: pointer;
	opacity: 0.25;
	transition: all 0.3s 0.02s ease;
	}

.home_pops_sub input:hover {
	opacity: 0.5;
	}


.home_posts {
	padding: 60px 0 70px 0;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}

.home_post {
	float: left;
	width: 588px;
	max-width: 588px;
	min-height: 120px;
	margin: 0 0 30px 0;
	background: #000;
	border-radius: 5px;
	position: relative;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	}

.home_post:nth-child(2n) {
	float: right;
	}

.home_post img {
	vertical-align: bottom;
	opacity: 0.3;
	border-radius: 5px;
	}

.home_post_txt {
	box-sizing: border-box;
	width: 100%;
	padding: 30px;
	position: absolute;
	top: 0px;
	left: 0px;
	line-height: 16px;
	}

.home_post_t {
	padding: 0 0 10px 0;
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	}

.home_post_t a {
	color: #fff;
	}

.home_post_t a:hover {
	color: #fff;
	text-decoration: underline;
	}

.home_post_m {
	position: absolute;
	bottom: 30px;
	right: 30px;
	}


.partners {
	padding: 0 0 70px 0;
	}

.partners .title {
	padding: 0 0 30px 0;
	}

.partners_slider {
	padding: 0 50px;
	}

.partner div{
	width: 155px;
	margin: 0 auto;
	}

.partner span{
	display: table-cell;
	vertical-align: middle;
	overflow: hidden;
	width: 153px;
	height: 139px;
	border: 1px solid #E6E6E6;
	text-align: center;
	}

.partner img{
	max-width: 153px;
	max-height: 139px;
	margin: 0 auto;
	vertical-align: bottom;
	}

.slick-arrow{
	display: block;
	width: 22px;
	height: 40px;
	padding: 0;
	margin: 0;
	border: 0;
	position: absolute;
	top: 50%;
	overflow: hidden;
	text-indent: -9999px;
	cursor: pointer;
	transform: translateY(-50%);
	opacity: 0.5;
	transition: all 0.3s 0.02s ease;
	}

.spn2 .slick-arrow{
	width: 50px;
	height: 50px;
	}

.spn3 .slick-arrow{
	width: 20px;
	height: 30px;
	}

.slick-arrow:hover{
	opacity: 1;
	}

/* END HOME */


/* POSTS */

.sub_cats {
	padding: 0 0 30px 0;
	text-align: center;
	}

.sub_cats ul li {
	display: inline-block;
	padding: 0 30px 19px 0;
	font-size: 18px;
	}

.sub_cats ul li.sub_cats_hide {
	display: none;
	}

.sub_cats ul li a {
	position: relative;
	color: #000;
	}

.sub_cats ul li.active a {
	font-weight: bold;
	}

.sub_cats ul li a:hover, .sub_cats ul li.active a {
	color: #FF005C
	}

.sub_cats ul li.sub_cats_show a {
	color: #FF005C;
	}

.sub_cats ul li a:before {
	content: " ";
	display: block;
	width: 0px;
	height: 2px;
	background: #FF005C;
	border-radius: 1px;
	position: absolute;
	bottom: -8px;
	left: 0px;
	transition: all 0.3s 0.02s ease;
	}

.sub_cats ul li.active a:before, .sub_cats ul li a:hover:before, .sub_cats ul li.sub_cats_show a:before {
	width: 100%;
	}

.sub_cats ul li.sub_cats_show a:hover:before {
	width: 0px;
	}


.nav_alf {
	padding: 0 0 30px 0;
	font-size: 21px;
	font-weight: bold;
	text-align: center;
	}

.nav_alf ul {
	display: block;
	padding: 0 0 20px 0;
	}

.nav_alf ul li {
	display: inline-block;
	padding: 0 6px;
	}

.nav_alf ul li a {
	color: #585858;
	}

.nav_alf ul li a:hover, .nav_alf ul li.current-menu-item a, .nav_alf ul li.current-menu-parent a, .nav_alf ul li.current-menu-ancestor a, .nav_alf ul li.current-post-ancestor a, .nav_alf ul li.current-page-ancestor a, .nav_alf ul li.current-prod-ancestor a {
	color: #2757af;
	}


.cat_se {
	width: 677px;
	height: 60px;
	margin: 0 auto;
	background: #F5F6FA;
	border-radius: 5px;
	}

.cat_se_inp {
	float: left;
	width: 600px;
	}

.cat_se_inp input {
	box-sizing: border-box;
	width: 100%;
	height: 60px;
	padding: 15px 10px 15px 50px;
	margin: 0;
	border: 0;
	background: none;
	font-size: 18px;
	line-height: 30px;
	}

.cat_se_sub {
	float: left;
	width: 77px;
	}

.cat_se_sub input {
	display: block;
	width: 77px;
	height: 60px;
	padding: 0;
	margin: 0;
	border: 0;
	background: url('/image/metrologiya/search2.svg') no-repeat center center;
	cursor: pointer;
	opacity: 0.25;
	transition: all 0.3s 0.02s ease;
	}

.cat_se_sub input:hover {
	opacity: 0.5;
	}


#content {
	padding: 0 0 20px 0;
	}

.cat_top {
	float: right;
	padding: 0 0 50px 0;
	}

.cat_sort {
	float: left;
	position: relative;
	font-family: Montserrat;
	}

.cat_sort span {
	display: block;
	min-width: 150px;
	height: 55px;
	padding: 0 70px 0 30px;
	background: #F5F6FA url('/image/metrologiya/sel.svg') no-repeat right 29px center;
	border-radius: 5px;
	cursor: pointer;
	line-height: 55px;
	color: #585858;
	}

.cat_sort ul {
	display: none;
	width: 100%;
	padding: 5px 0;
	position: absolute;
	top: 57px;
	left: 0px;
	z-index: 300;
	background: #F5F6FA;
	border-radius: 5px;
	}

.cat_sort ul li {
	display: block;
	}

.cat_sort ul li a {
	display: block;
	color: #585858;
	padding: 7px 30px;
	}

.cat_sort ul li a:hover {
	color: #2757af;
	}

.cat_view {
	float: left;
	}

.cat_view a {
	float: left;
	display: block;
	width: 70px;
	height: 55px;
	margin: 0 0 0 20px;
	border-radius: 5px;
	}


.service_plit {
	float: left;
	width: 280px;
	height: 500px;
	margin: 0 26px 30px 0;
	position: relative;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	}

.service_plit:nth-child(4n) {
	margin: 0 0 30px 0;
	}

.service_plit_ov {
	width: 260px;
	height: 500px;
	padding: 29px 17px;
	background: #FFF;
	border: 1px solid #E9EBEF;
	border-radius: 5px;
	position: absolute;
	top: 0px;
	left: 0px;
	transition: all 0.3s 0.02s ease;
	}

.service_plit:hover .service_plit_ov {
	width: 268px;
	height: 520px;
	padding: 33px 17px;
	box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.1);
	top: -22px;
	left: -12px;
	}

.service_plit_img {
	height: 250px;
	margin: 0 0 19px 0;
	transition: all 0.3s 0.02s ease;
	}

.service_plit:hover .service_plit_img {
	height: 272px;
	margin: 0 0 21px 0;
	}

.service_plit_img span {
	display: table-cell;
	vertical-align: middle;
	overflow: hidden;
	width: 244px;
	height: 250px;
	transition: all 0.3s 0.02s ease;
	}

.service_plit:hover .service_plit_img span {
	width: 268px;
	height: 272px;
	}

.service_plit_img img{
	max-width: 244px;
	max-height: 250px;
	vertical-align: bottom;
	transition: all 0.3s 0.02s ease;
	}

.service_plit:hover .service_plit_img img {
	max-width: 268px;
	max-height: 272px;
	}

.service_plit_t {
	height: 60px;
	margin: 0 0 5px 0;
	overflow: hidden;
	transition: all 0.3s 0.02s ease;
	line-height: 20px;
	}

.service_plit:hover .service_plit_t {
	margin: 0 0 7px 0;
	}

.service_plit_t a {
	color: #000;
	}

.service_plit_t a:hover {
	color: #2757af;
	}

.service_plit_p {
	height: 29px;
	margin: 0 0 25px 0;
	overflow: hidden;
	transition: all 0.3s 0.02s ease;
	color: #000;
	font-size: 24px;
	line-height: 29px;
	font-weight: bold;
	}

.service_plit:hover .service_plit_p {
	margin: 0 0 27px 0;
	}

.service_plit:hover .service_plit_zak .btn_s3 {
	min-width: 240px;
	min-height: 54px;
	padding: 14px 20px;
	}


.service_list {
	padding: 50px 50px 50px 30px;
	margin: 0 0 50px 0;
	border: 1px solid #E9EBEF;
	border-radius: 5px;
	font-family: 'Montserrat', sans-serif;
	}

.service_list_img{
	float: left;
	width: 245px;
	text-align: center;
	}

.service_list_img img{
	max-height: 250px;
	vertical-align: bottom;
	}

.service_list_c{
	float: left;
	width: 460px;
	padding: 18px 0 0 23px;
	}

.service_list_t{
	padding: 0 0 15px 0;
	font-size: 24px;
	line-height: 29px;
	}

.service_list_t a{
	color: #000;
	}

.service_list_t a:hover{
	color: #2757af;
	}

.service_list_info{
	padding: 9px 0;
	border-bottom: 1px solid #E4E4E4;
	line-height: 21px;
	}

.service_list_info:last-child{
	border: 0;
	}

.service_list_info_l{
	float: left;
	width: 65%;
	}

.service_list_info_r{
	float: right;
	width: 30%;
	text-align: right;
	}

.service_list_info a{
	color: #585858;
	text-decoration: underline;
	}

.service_list_info a:hover{
	color: #585858;
	text-decoration: none;
	}

.service_list_r{
	float: right;
	width: 320px;
	padding: 80px 0 0 0;
	text-align: right;
	}

.service_list_p {
	padding: 0 0 50px 0;
	color: #000;
	font-size: 48px;
	line-height: 52px;
	}


.post_list {
	padding: 0 0 30px 0;
	}

.post_list_t {
	padding: 0 0 3px 0;
	font-weight: bold;
	}

.p_nav {
	padding: 0 0 20px 0;
	text-align: right;
	}

.p_nav a, .p_nav span {
	display: inline-block;
	width: 38px;
	height: 38px;
	margin: 0 0 2px 2px;
	border-radius: 50%;
	color: #939BAE;
	font-size: 18px;
	line-height: 38px;
	text-align: center;
	}

.p_nav a:hover, .p_nav span.current {
	background: linear-gradient(90deg, #ff005c 0%, #ff005c 100%);
	color: #fff;
	}

.post {
	padding: 0 0 10px 0;
	}


.service_imgs{
	float: left;
	width: 531px;
	text-align: center;
	}

.service_img {
	padding: 0 0 30px 0;
	}

.service_img_list{
	float: left;
	width: 141px;
	height: 83px;
	border: 2px solid #2757af;
	margin: 0 16px 16px 16px;
	border-radius: 5px;
	text-align: center;
	}

.service_img_list span{
	display: table-cell;
	vertical-align: middle;
	overflow: hidden;
	width: 141px;
	height: 83px;
	text-align: center;
	}

.service_img_list img{
	max-width: 133px;
	max-height: 75px;
	border-radius: 5px;
	vertical-align: bottom;
	}


.service_r {
	float: right;
	width: 550px;
	padding: 0 20px 0 0;
	/*padding: 0px 30px 0 24px;*/
	font-family: 'Montserrat', sans-serif;
	}

.service_infos {
	padding: 0 0 30px 0;
	}

.service_info{
	padding: 16px 0;
	border-bottom: 1px solid #E4E4E4;
	font-size: 18px;
	}

.service_info_l{
	float: left;
	width: 60%;
	}

.service_info_r{
	float: right;
	width: 38%;
	text-align: right;
	}

.service_info a{
	text-decoration: underline;
	}

.service_info a:hover{
	text-decoration: none;
	}


.service_down {
	padding: 0 0 60px 0;
	}

.service_down_t {
	padding: 0 0 30px 0;
	font-size: 18px;
	font-weight: bold;
	}

.service_down a {
	display: inline-block;
	margin: 0 36px 10px 0;
	font-size: 14px;
	line-height: 28px;
	font-weight: bold;
	font-family: 'Exo 2', sans-serif;
	}

.down {
	padding: 0 28px 0 0;
	background: url('/image/metrologiya/service_down.svg') no-repeat right center;
	}

.service_p_t {
	padding: 0 0 27px 0;
	color: #939BAE;
	font-size: 18px;
	font-weight: bold;
	text-align: right;
	}

.service_p_r{
	float: right;
	padding: 0 0 49px 0;
	}

.service_p{
	float: left;
	padding: 0 50px 0 0;
	color: #1A1746;
	font-size: 48px;
	line-height: 60px;
	}

.service_c{
	float: left;
	}

.service_zak{
	float: right;
	padding: 0 0 0 26px;
	}

.service_zkp{
	float: right;
	}

.service_cont{
	padding: 50px 50px 30px 50px;
	margin: 0 0 50px 0;
	background: #FFF;
	box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	}

.service_tabs{
	padding: 0 0 11px 0;
	margin: 0 0 30px 0;
	border-bottom: 1px solid #E4E4E4;
	}

.service_tabs ul{
	float: left;
	}

.service_tabs_down{
	float: left;
	font-weight: bold;
	font-size: 18px;
	}



.service_vop{
	width: 900px;
	padding: 30px;
	margin: 0 auto 80px auto;
	background: #FFF;
	box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	}

.service_vop_t{
	padding: 0 0 30px 0;
	color: #1A1746;
	font-size: 24px;
	line-height: 28px;
	font-family: 'Montserrat', sans-serif;
	}

.service_vop_l{
	float: left;
	width: 400px;
	padding: 0 0 15px 0;
	}

.service_vop_r{
	float: right;
	width: 400px;
	padding: 0 0 30px 0;
	}


.post_bg {
	padding: 30px;
	margin: 0 0 50px 0;
	background: #FFF;
	box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	}




.carusel_top{
	padding: 20px 0;
	}

.carusel_top{
	padding: 0 0 33px 0;
	text-align: center;
	}

.carusel_top img{
	box-sizing: border-box;
	margin: 0 auto;
	border: 1px solid #2757af;
	}

.carusel_lists{
	padding: 0 70px;
	}

.carusel_list div{
	margin: 0 auto;
	width: 70px;
	height: 100px;
	}

.carusel_list span{
	display: table-cell;
	vertical-align: middle;
	overflow: hidden;
	width: 70px;
	height: 100px;
	text-align: center;
	}

.carusel_list img{
	max-width: 68px;
	max-height: 98px;
	margin: 0 auto;
	vertical-align: bottom;
	border: 1px solid #2757af;
	}


.carusel_sm{
	padding: 0 50px;
	}

.carusel_sm_li div{
	margin: 0 auto;
	width: 124px;
	height: 175px;
	}

.carusel_sm_li span{
	display: table-cell;
	vertical-align: middle;
	overflow: hidden;
	width: 124px;
	height: 175px;
	text-align: center;
	}

.carusel_sm_li img{
	max-width: 122px;
	max-height: 173px;
	margin: 0 auto;
	vertical-align: bottom;
	border: 1px solid #2757af;
	}



.dost {
	min-height: 77px;
	padding: 0 0 50px 103px;
	font-size: 18px;
	line-height: 27px;
	font-family: 'Montserrat', sans-serif;
	}

.dost1 {
	background: url('/image/metrologiya/dost1.svg') no-repeat 0px 4px;
	}

.dost2 {
	background: url('/image/metrologiya/dost2.svg') no-repeat 0px 4px;
	}

.dost3 {
	background: url('/image/metrologiya/dost3.svg') no-repeat 0px 4px;
	}


.cont_l {
	float: left;
	width: 500px;
	padding: 20px;
	font-size: 18px;
	line-height: 27px;
	font-family: 'Montserrat', sans-serif;
	}

.conts_t {
	padding: 0 0 50px 0;
	font-weight: bold;
	}

.cont {
	min-height: 38px;
	padding: 12px 0 30px 70px;
	}

.cont_adr {
	padding-top: 0;
	background: url('/image/metrologiya/cont_adr.svg') no-repeat;
	}

.cont_tel {
	background: url('/image/metrologiya/cont_tel.svg') no-repeat;
	}

.cont_mail {
	background: url('/image/metrologiya/cont_mail.svg') no-repeat;
	}

.cont_time {
	background: url('/image/metrologiya/cont_time.svg') no-repeat;
	}

.cont a {
	color: #585858;
	}

.cont a:hover {
	color: #2757af;
	}

.cont_map {
	float: right;
	width: 500px;
	padding: 20px;
	}

.cont_map iframe {
	vertical-align: bottom;
	}


.cont_ses {
	padding: 20px;
	}

.cont_se_t {
	padding: 0 0 30px 0;
	font-size: 18px;
	line-height: 27px;
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
	}

.cont_se {
	width: 885px;
	height: 60px;
	background: #F5F6FA;
	border-radius: 5px;
	}

.cont_se_inp {
	float: left;
	width: 815px;
	}

.cont_se_inp input {
	box-sizing: border-box;
	width: 100%;
	height: 60px;
	padding: 15px 10px 15px 50px;
	margin: 0;
	border: 0;
	background: none;
	font-size: 18px;
	line-height: 30px;
	}

.cont_se_sub {
	float: left;
	width: 60px;
	padding: 0 10px 0 0;
	}




.montserrat {
	font-size: 18px;
	line-height: 27px;
	font-family: 'Montserrat', sans-serif;
	}


.kakzak {
	min-height: 38px;
	padding: 12px 0 30px 70px;
	}

.kakzak1 {
	padding-top: 0;
	background: url('/image/metrologiya/kakzak1.svg') no-repeat;
	}


/* END POSTS */


/* FOOTER */

footer {
	background: linear-gradient(90deg, #2656AF 0%, #5D8ECF 100%);
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	font-family: 'Montserrat', sans-serif;
	}

footer a {
	color: #fff;
	}

footer a:hover {
	color: #fff;
	text-decoration: underline;
	}

.footer {
	padding: 75px 0;
	background: #00171f;
	color: #fff;
	}

.bot_l {
	float: left;
	width: 305px;
	padding: 10px 0 40px 0;
	}

.logo_bot {
	padding: 0 0 20px 0;
	}

.logo_bot img{
	vertical-align: bottom;
	}

.bot_info {
	line-height: 17px;
	opacity: 0.7;
	}

.nav_bot {
	float: left;
	width: 520px;
	padding: 0 0 30px 46px;
	}

.nav_bot ul li {
	float: left;
	display: block;
	width: 236px;
	padding: 0 0 9px 24px;
	}

.bot_cont {
	float: right;
	max-width: 240px;
	padding: 0 0 40px 0;
	overflow: hidden;
	}

.bot_tel {
	padding: 0 0 0 34px;
	margin: 0 0 15px 0;
	font-size: 20px;
	font-weight: 600;
	}

.bot_mail {
	padding: 0 0 0 34px;
	margin: 0 0 15px 0;
	
	}

.bot_adr {
	padding: 0 0 0 34px;
	
	}
.social{
	padding: 0 0 0 34px;
	
}
.fa {
	font-size: 25px;
	margin: 15px;
}
.bot_rul {
	
	padding: 0 0 0 34px;
	font-size: 13px;
	}

.bot_rul a {
	text-decoration: underline;
	}

.bot_rul a:hover {
	text-decoration: none;
	}

.copy {
	float: left;
	opacity: 0.5;
	}

.bot_soc {
	float: right;
	}

.bot_soc a {
	float: left;
	display: block;
	width: 17px;
	height: 17px;
	margin: 0 0 0 18px;
	opacity: 0.5;
	}

.bot_soc a:hover {
	opacity: 1;
	}


/* END FOOTER */


/* MODAL */

.modal_win{
	display: none;
	width: 920px;
	padding: 49px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 9999;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.1);
	color: #000;
	line-height: 20px;
	font-family: 'Montserrat', sans-serif;
	text-align: left;
	}



.modal_close:hover{
	opacity: 1;
	}

.modal_mask {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9000;
	background: #000;
	opacity: 0.8;
	}


.modal_title {
	padding: 0 0 37px 0;
	color: #1A1746;
	font-size: 24px;
	line-height: 29px;
	}

.modal_zak_i {
	float: left;
	width: 124px;
	padding: 0 0 33px 0;
	}

.modal_zak_i img {
	vertical-align: bottom;
	}

.modal_zak_t {
	float: left;
	width: 180px;
	padding: 3px 0 33px 30px;
	color: #1A1746;
	line-height: 20px;
	}

.modal_zak_p {
	float: left;
	width: 340px;
	padding: 0 0 33px 73px;
	color: #939BAE;
	font-size: 18px;
	font-weight: bold;
	}

.modal_zak_p span {
	display: block;
	padding: 10px 0 0 0;
	color: #1A1746;
	font-size: 48px;
	line-height: 52px;
	font-weight: normal;
	}

.modal_zak_n {
	float: right;
	padding: 32px 0 33px 0;
	}

.count {
	width: 140px;
	height: 60px;
	background: #F5F6FA;
	border-radius: 5px;
	position: relative;
	}

.count_i {
	width: 70px;
	/*!height: 44px;*/
	padding: 8px 4px;
	background: none;
	border: 0;
	transition: all 0.3s 0.02s ease;
	color: #1A1746;
	font-size: 36px;
	line-height: 44px;
	font-family: Montserrat;
	text-align: center;
	}

.count_p, .count_m {
	display: block;
	width: 20px;
	height: 14px;
	padding: 0;
	margin: 0;
	border: 0;
	position: absolute;
	right: 28px;
	cursor: pointer;
	}

.count_p {
	background: url('/image/metrologiya/count_p.svg') no-repeat center center;
	top: 11px;
	}
.count_p:hover {
	background: url('/image/metrologiya/count_ph.svg') no-repeat center center;
	}

.count_m {
	background: url('/image/metrologiya/count_m.svg') no-repeat center center;
	top: 35px;
	}
.count_m:hover {
	background: url('/image/metrologiya/count_mh.svg') no-repeat center center;
	}

.modal_zak_form_l {
	float: left;
	width: 400px;
	}

.modal_zak_form_r {
	float: right;
	width: 400px;
	}


#modal_ok {
	color: #1A1746;
	font-size: 18px;
	line-height: 22px;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	}

.modal_ok_t {
	padding: 0 0 25px 0;
	color: #2757af;
	font-size: 36px;
	line-height: 40px;
	font-weight: bold;
	}

.modal_ok_s {
	padding: 0 0 25px 0;
	font-size: 24px;
	line-height: 29px;
	}

.modal_ok_o {
	padding: 0 0 50px 0;
	}

.modal_ok_b {
	max-width: 296px;
	margin: 0 auto;
	}

/* END MODAL */



/* SEARCH_RESULTS */

ul.search_results {
	display: block;
	background-color:#fff;
	width:300px;
	max-height: 400px;
	position:absolute;
	top:20px;
	left:0px;
	overflow:auto;
	z-index: 9999;
	border-radius: 5px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.32);
	}

ul.search_results li {
	display: block;
	padding: 5px 10px;
	border-bottom: 1px solid #E9EBEF;
	text-align: left;
	color: #000;
	font-size: 15px;
	line-height: 20px;
	}

ul.search_results li:hover {
	background-color: #f6f6f6;
	}

ul.search_results li a {
	color: #000;
	}

ul.search_results li.post_with_thumb a {
	width:200px;
	float:left;
	margin-bottom: 5px;
	}

ul.search_results li.post_with_thumb img.post_thumb{
	float: left;
	margin: 3px 10px 10px 0px;
	height: 48px;
	width: 48px;
	}

ul.search_results .clearfix {
	float: none !important;
	clear: both !important;
	}

.search_footer {
	width: 90%;
	text-align: right;
	padding: 5px 5%;
	font-size: 13px;
	}

#search_results_activity_indicator{
	z-index:999999;
	}

/* END SEARCH_RESULTS */



/* COMMENTS */

.comments_list li {
	padding: 15px;
	margin: 0 0 15px 0;
	border: 1px solid #ddd;
	background: #f8f8f8;
	}

.comments_list li li {
	margin: 15px 0 0 0;
	}

.comments_list li.thread-even {
	background: #fff;
	}

.comments_list .even {
	background: #fff;
	}

.comments_list .alt {
	background: #f8f8f8;
	}

.comment_ava{
	float: left;
	padding: 0 10px 0 0;
	}

.comment_ad{
	padding: 0 0 10px 0;
	}

.comment_a{
	font-weight: bold;
	}

.comment_d{
	font-style: italic;
	}

.comment_repl{
	text-align: right;
	}

#respond{
	padding: 15px;
	border: 1px solid #ddd;
	background: #eee;
	margin: 0 0 15px 0;
	}

.comments_list #respond{
	margin: 0 15px 15px 15px;
	}

#cancel-comment-reply-link{
	display: inline-block;
	margin: 0 0 15px 0;
	}

/* END COMMENTS */


/* WP OTHER */

.wp-caption {
	box-sizing: border-box;
	max-width: 100%;
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding: 4px;
	margin: 10px;
	border-radius: 3px;
	}

.wp-caption img {
	max-width: 100%;
	height: auto;
	padding: 0;
	border: 0 none;
	}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	}

.wpcf7-not-valid {
	border-color: #ad2929 !important;
	color: #ad2929;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff;
	}

/* END WP OTHER */

.pagination {
 display:inline-block;
 padding-left:0;
 margin:20px 0;
 border-radius:4px
}
.pagination>li {
 display:inline;
}
.pagination>li>a,
.pagination>li>span {
 position:relative;
 float:left;
 padding:6px 12px;
 margin-left:-1px;
 line-height:1.42857143;
 color:#000;
 text-decoration:none;
 background-color:#fff;
 border:1px solid #ddd
}
.pagination>li:first-child>a,
.pagination>li:first-child>span {
 margin-left:0;
 border-top-left-radius:4px;
 border-bottom-left-radius:4px
}
.pagination>li:last-child>a,
.pagination>li:last-child>span {
 border-top-right-radius:4px;
 border-bottom-right-radius:4px
}
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
 z-index:3;
 color:#23527c;
 background-color:#eee;
 border-color:#ddd
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
 z-index:2;
 color:#fff;
 cursor:default;
 background-color:#ff005c;
 border-color:#ff005c
}
.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
 color:#777;
 cursor:not-allowed;
 background-color:#fff;
 border-color:#ddd
}
.pagination-lg>li>a,
.pagination-lg>li>span {
 padding:10px 16px;
 font-size:18px;
 line-height:1.3333333
}
.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
 border-top-left-radius:6px;
 border-bottom-left-radius:6px
}
.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
 border-top-right-radius:6px;
 border-bottom-right-radius:6px
}
.pagination-sm>li>a,
.pagination-sm>li>span {
 padding:5px 10px;
 font-size:12px;
 line-height:1.5
}
.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
 border-top-left-radius:3px;
 border-bottom-left-radius:3px
}
.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
 border-top-right-radius:3px;
 border-bottom-right-radius:3px
}

.modal_close {
	display: block;
	width: 30px;
	height: 30px;
	background: url('/catalog/view/theme/metrologiya/image/close.svg') no-repeat center center / 30px 30px;
	opacity: 0.5;
	position: absolute;
	right: 20px;
	top: 20px;
	transition: all 0.3s 0.02s ease;
	cursor: pointer;
	}

.modal_close:hover{
	opacity: 1;
	}
.faq_ask{
	color: #ff005c;
}
.spoiler {
  margin: 10px;
}

.spoiler-header {
  cursor: pointer;
  background-color: #ffffff;
  padding: 10px;
  text-align: left;
  color: #ff005c;
  font: 400 18px/1.14 'Exo 2', sans-serif;
}

.spoiler-content {
  display: none;
  color: #4e4e4e;
  background-color: #f5f5f9;
  padding: 10px;
}

.wpcf7-form-control-wrap {
	position: relative;
}


.s-benefits-line {
    margin: 0 -30px;
}

.row {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: stretch;
    flex-wrap: wrap;
	padding: 30px 0 30px 0;
}

.s-benefits-block {
    padding: 0 15px;
    width: 20%;
}

.s-benefits-icon {
    margin: 0 auto;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: stretch;
    flex-wrap: wrap;
}

.s-benefits-descr {
    color: black;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    padding-top: 23px;
}

@media (max-width: 900px) {
	.s-benefits-descr {
    font-size: 14px;
	}
	.s-benefits-icon {
    margin: 0 auto;
    width: 90px;
    height: 90px;
	}
	.s-benefits-line {
    margin: 0 0;
}
.s-benefits-descr {
	line-height: 20px;
}
.row {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: stretch;
    flex-wrap: wrap;
    margin: 0 -15px;
}
	.s-benefits-block{
	width: 100%;
	padding-bottom: 19px;
}
}

.breadcrumb > li {
	display: inline-block;
}

@media screen and (max-width: 600px) {
table {width:100%;}
thead {display: none;}
tr:nth-of-type(2n) {background-color: inherit;}
tr td:first-child {background: #f0f0f0; font-weight:bold;font-size:1.3em;}
tr th:first-child {font-weight:bold;font-size:1.3em;}
tbody td, tbody th {display: block; text-align:center;}
tbody td, tbody th:before {
content: attr(data-th);
display: block;
text-align:center;
}
}