#content .slider .top_slider .text p {
  color: #fff;
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: 100;
  margin-top: 20px;
}
#content .services ul li .item{display: block; width: 100%; min-height: 300px;}
.vac_frm_box{display: none;}
#content.service_page .serv_list ul li .item.all_serv {
  line-height: 180px;
  text-align: center;
}
#content.service_page .serv_list ul li .item.all_serv a {
  color: #216498;
  font-size: 15px;
  border-bottom: 1px solid #216498;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  -ms-transition: 0.6s;
  transition: 0.6s;
}
#content.service_page .serv_list ul li .item.all_serv a:hover {
  border: none;
}
.service_page .text p {
  margin-bottom: 15px;
}
#content.product_page .product_list ul li .image img {
  max-width: 90% !important;
}
.full_width{width: 100% !important;}
#content.product_page .product_one .image img{width: 90% !important;}
#content.product_page .product_one .slider_image_box .image_box .slide_img .slide img{max-width: 500px;}
.no_items {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 19px;
  padding-top: 20px;
  width: 81%;
}
.no_items p {
  font-size: 17px;
  letter-spacing: 0;
}
#content.works_page .works_list .all_works .disc a.full_link{
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 100;
}
#content.service_page .text_news .text ol {
  list-style-type: decimal !important;
  padding-left: 21px;
}
#content.service_page .text_news .text ul{
	padding-left: 21px;
}
#content.service_page .text_news .text ol li, #content.service_page .text_news .text ul li{
	color: #585858;
	font-size: 14px;
	line-height: 1.4;
}
#content.vacancy_page .vacancy_list .w_box ul li.no_hover{background: #fff !important;}
#popup .box .col h3 a{color: #fff;}
#popup .box .col h3 a:hover{text-decoration: underline;}
.addFileBtn p {
  color: #216498;
  font-size: 14px;
  left: 36px;
  position: absolute;
  top: 8px;
}
.jq-file {
  width: 270px;
  z-index: 11;
}
.frm{display: none;}
.frm.frm1{display: block;}
.map .close_map{display: none;}
.map.active .close_map, .map.active .close_map a {
  color: #0b2e4e;
  display: block !important;
  font-size: 18px;
  left: 65px;
  position: absolute;
  text-decoration: underline;
  top: 3%;
  z-index: 1;
}
.map.active .close_map a:hover{text-decoration: none;}

.spinner_box{
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #fff;
    position: fixed;
    z-index: 9999;
}

.spinner{
    width: 80px;
    height: 80px;

    border: 2px solid #f3f3f3;
    border-top:3px solid #f25a41;
    border-radius: 100%;

    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right: 0;
    margin: auto;

    animation: spin 1s infinite linear;
}

@keyframes spin {
    from{
        transform: rotate(0deg);
    }to{
        transform: rotate(360deg);
    }
}
footer .logo img{max-width: 120px;}