@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'neuron';
    src: url('../fonts/neuronangled-regular.eot');
    src: url('../fonts/neuronangled-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/neuronangled-regular.woff2') format('woff2'),
         url('../fonts/neuronangled-regular.woff') format('woff'),
         url('../fonts/neuronangled-regular.ttf') format('truetype'),
         url('../fonts/neuronangled-regular.svg#neuron_angledregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body {
	margin:0;
	padding:0;
	height:100%;
	font-family: 'neuron';
}	

a{
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

fieldset{
	border:none;
	padding: 0;
}

.absolute-header{
	background: rgb(74, 71, 74);
	color:#fff;
	padding: 10px 0 5px 0;
}

	.logo{
		float:left;
	}

	.header-right{
		float:right;
		text-align: right;
		font-size: 17px;
	}
		.header-right .phone{
			font-size: 24px;
		}
	
	.menu{

	}

	.menu ul{
		padding: 0;
		margin: 0;
		list-style: none;
		text-align: center;
	}

	.menu li{
		display: inline-block;
		padding: 20px;
	}

	.menu a{
		color: #5b5b5b;
		text-decoration: none;
		font-size: 22px;
	}

	.menu .active a{
		text-decoration: underline;
	}

	.menu a:hover{
		text-decoration: underline;
	}
	
.splash{
	background: url("../images/line.png") repeat-y;
	height: 5px;
	background-size:contain;
	margin-bottom: 15px;
}

	.slider{
		width: auto;
		/*max-width: 1920px;
		width: 100%;*/
		/*width:calc(100% - 15px);*/
	}

.center{
	color: #5b5b5b;
	min-height: 300px;
}	

.moduletable-newssl, .moduletable-brends{
	position: relative;
	left: -50px;
}

.moduletable-newssl .module-header, .moduletable-brends .module-header{
	margin-left: 100px;
}

.moduletable.services{
	font-size: 20px;
}

.moduletable.services a{
	color: #5b5b5b;
	text-decoration: none;
}

.moduletable.services a:hover{
	text-decoration: underline;
}

.moduletable.services td{
	vertical-align: top;
}

.module-header{
	text-align: center;
}
		
	.mh-inner{
		display: inline-block;
		background: url("../images/purple-c.png") top left no-repeat;
  		padding: 10px 0 0 13px;
	}

	.module-header span, .module-header a{
		display: block;
		background: rgb(74, 71, 74);
		color: #fff;
		font-size: 28px;
		padding: 13px 0;
		min-width: 320px;
		font-weight: normal;
		text-decoration: none;
	}

	.module-header .arr{
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 15px 15px 0 15px;
		border-color: #017dc0 transparent transparent transparent;
		display: inline-block;
	}

.newsflash-title-newssl{
	margin: 0;
}

.newsflash-title-newssl a{
	text-align: center;
	display: block;
	background: #aa1c9d;
	text-decoration: none;
	color: #fff;
	font-size: 18px;
	padding: 10px 0;
}

.moduletable-brends{
	margin-top: 50px;
}

.breadcrumbs a{
	color:#017cc0;	
}

.content-inner{
	width: 1000px;
	margin: auto;
	padding: 0 12px;
}
@media (max-width: 1050px) {
	.content-inner{
		width: auto;
	}
}

.cat--row{}
	
	.cat--row > div{
		display: table-cell;
		vertical-align: top;
	}

	.cat--row .img-intro-left{
		padding-right: 20px;
	}

	.cat--row a{
		color: #5B5B5B;
		text-decoration: underline;
	}

	.cat--row a:hover{
		text-decoration: none;
	}

.phrases{
	display: none;
}

.footer{
	margin-top: 80px;
}

.pre-footer{
	background: rgb(74, 71, 74);
	padding: 35px 0;
	text-align: center;
	color: #fff;
}

	.pf-block{
		display: inline-block;
		width: 33%;
		vertical-align: top;
		text-align: left;
	}

	.pf-block h3{
		text-align: center;
		margin-top: 0;
	}

	.footer .inputbox{
		font-size: 16px;
		color: #a7a6a6;
		padding: 12px 0 12px 15px;
		border:1px solid #cccccc;
	}

	.footer input{
		vertical-align: bottom;
	}

#search-searchword{
  font-size: 16px;
  color: #A7A6A6;
  padding: 12px 0 12px 15px;
  border: 1px solid #CCC;
}

.search-results a{
	color: #017CC0;
}

.absolute-footer{
	background: rgb(74, 71, 74);
	text-align: center;
	color: #fff;
	font-size: 14px;
}

	.af-block{
		display: inline-block;
		vertical-align: middle;
	}

	.af-block.social{
		margin: 0 30px;    width: 58%;
	}

	.social-link{
		background: url("../images/social.png") no-repeat;
		display: inline-block;
		width: 30px;
		height: 30px;
	}

		.social-link.facebook{background-position: 0 0;}
		.social-link.twitter{background-position: -38px 0;}
		.social-link.linkedin{background-position: -77px 0;}
		.social-link.vkontakte{background-position: -115px 0;}
		.social-link.od{background-position: -154px 0;}
		.social-link.youtube{background-position: -192px 0;}

.pagination{}

.pagination .counter, .pagination .pagination-start, .pagination .pagination-end{
	display: none;
}

.pagination ul{
	padding: 0;
	margin: 10px 0;
	list-style:none;
	text-align: center;
}

.pagination ul li{
	display: inline-block;	
	vertical-align: top;
	margin: 0 4px;
}

.pagination ul li > *{
	display: block;
	padding: 7px 10px;
	color:#fff;
	font-size: 19px;
}

.pagination ul li span {
	background: #aa1c9d;
}

.pagination ul li a {
	background: #017cc0;
	text-decoration: none;
}

.pagination .pagination-prev > *{
	background: url("../images/pg-prev.png") center center no-repeat;
	text-indent:-99999px;
}

.pagination .pagination-next > *{
	background: url("../images/pg-next.png") center center no-repeat;
	text-indent:-99999px;
}

.clear{clear:both;}

.d-n {
	display: none;
}

.callback-ph-img-circle {
	width: 60px;
    height: 60px;
    top: 70px;
    left: 70px;
    position: absolute;
    background-image: url(../images/tel.png);
    background-color: #00aff2;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .7;
}

.callback-ph-circle-fill {
	-moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    width: 100px;
    height: 100px;
    top: 50px;
    left: 50px;
    position: absolute;
    background-color: rgba(0, 175, 242, 0.5);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .5;
    -webkit-animation: callback-circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: callback-circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: callback-circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: callback-circle-fill-anim 2.3s infinite ease-in-out;
    animation: callback-circle-fill-anim 2.3s infinite ease-in-out;
}

.callback-ph-circle {
	-moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    width: 160px;
    height: 160px;
    top: 20px;
    left: 20px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid #00aff2;
    opacity: .5;
    -webkit-animation: callback-circle-anim 2.2s infinite ease-in-out;
    -moz-animation: callback-circle-anim 2.2s infinite ease-in-out;
    -ms-animation: callback-circle-anim 2.2s infinite ease-in-out;
    animation: callback-circle-anim 2.2s infinite ease-in-out;
}

.callback-phone {
	    -moz-transition: visibility 0.5s;
    -o-transition: visibility 0.5s;
    -webkit-transition: visibility 0.5s;
    transition: visibility 0.5s;
    position: fixed;
    background-color: transparent;
    width: 200px;
    height: 200px;
    right: 0;
    bottom: 50px;
    cursor: pointer;
    z-index: 9998;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
}

.callback-phone:hover .callback-ph-circle {
	border-color: #75eb50;
    opacity: .5;
}

@-moz-keyframes callback-circle-anim { 0% { -moz-transform: rotate(0deg) scale(0.5) skew(1deg); opacity: .1; -moz-opacity: .1; -webkit-opacity: .1; -o-opacity: .1; }
  30% { -moz-transform: rotate(0deg) scale(0.7) skew(1deg); opacity: .5; -moz-opacity: .5; -webkit-opacity: .5; -o-opacity: .5; }
  100% { -moz-transform: rotate(0deg) scale(1) skew(1deg); opacity: .6; -moz-opacity: .6; -webkit-opacity: .6; -o-opacity: .1; } }
@-webkit-keyframes callback-circle-anim { 0% { -webkit-transform: rotate(0deg) scale(0.5) skew(1deg); -webkit-opacity: .1; }
  30% { -webkit-transform: rotate(0deg) scale(0.7) skew(1deg); -webkit-opacity: .5; }
  100% { -webkit-transform: rotate(0deg) scale(1) skew(1deg); -webkit-opacity: .1; } }
@keyframes callback-circle-anim { 0% { transform: rotate(0deg) scale(0.5) skew(1deg); opacity: .1; }
  30% { transform: rotate(0deg) scale(0.7) skew(1deg); opacity: .5; }
  100% { transform: rotate(0deg) scale(1) skew(1deg); opacity: .1; } }
@-moz-keyframes callback-circle-fill-anim { 0% { -moz-transform: rotate(0deg) scale(0.7) skew(1deg); opacity: .2; }
  50% { -moz-transform: rotate(0deg) scale(1) skew(1deg); opacity: .2; }
  100% { -moz-transform: rotate(0deg) scale(0.7) skew(1deg); opacity: .2; } }
@-webkit-keyframes callback-circle-fill-anim { 0% { -webkit-transform: rotate(0deg) scale(0.7) skew(1deg); opacity: .2; }
  50% { -webkit-transform: rotate(0deg) scale(1) skew(1deg); opacity: .2; }
  100% { -webkit-transform: rotate(0deg) scale(0.7) skew(1deg); opacity: .2; } }
@keyframes callback-circle-fill-anim { 0% { transform: rotate(0deg) scale(0.7) skew(1deg); opacity: .2; }
  50% { transform: rotate(0deg) scale(1) skew(1deg); opacity: .2; }
  100% { transform: rotate(0deg) scale(0.7) skew(1deg); opacity: .2; } }
@keyframes callback-circle-img-anim { 0% { transform: rotate(0deg) scale(1) skew(1deg); }
  10% { transform: rotate(-25deg) scale(1) skew(1deg); }
  20% { transform: rotate(25deg) scale(1) skew(1deg); }
  30% { transform: rotate(-25deg) scale(1) skew(1deg); }
  40% { transform: rotate(25deg) scale(1) skew(1deg); }
  100%, 50% { transform: rotate(0deg) scale(1) skew(1deg); } }
@-moz-keyframes callback-circle-img-anim { 0% { transform: rotate(0deg) scale(1) skew(1deg); }
  10% { -moz-transform: rotate(-25deg) scale(1) skew(1deg); }
  20% { -moz-transform: rotate(25deg) scale(1) skew(1deg); }
  30% { -moz-transform: rotate(-25deg) scale(1) skew(1deg); }
  40% { -moz-transform: rotate(25deg) scale(1) skew(1deg); }
  100%, 50% { -moz-transform: rotate(0deg) scale(1) skew(1deg); } }
@-webkit-keyframes callback-circle-img-anim { 0% { -webkit-transform: rotate(0deg) scale(1) skew(1deg); }
  10% { -webkit-transform: rotate(-25deg) scale(1) skew(1deg); }
  20% { -webkit-transform: rotate(25deg) scale(1) skew(1deg); }
  30% { -webkit-transform: rotate(-25deg) scale(1) skew(1deg); }
  40% { -webkit-transform: rotate(25deg) scale(1) skew(1deg); }
  100%, 50% { -webkit-transform: rotate(0deg) scale(1) skew(1deg); } }

.popupForm {
    padding: 20px;
    font-family: 'pf_beausans_probold';
}

.popupForm input {
    background: #fff;
    border: 2px solid #303030;
    border-radius: 3px;
    color: #000;
    padding: 10px;
    width: 380px;
    display: block;
    margin: 10px 0;
    font-size: 16px;	
}

.popupForm .formSubmit {
    min-width: 100px;
    width: 100%;	
}

.popupForm .formSubmit:hover {
    color: #fff;
    border-color: #e31013;
    background-color: #e31013;	
}

label, select, button, input[type="button"], input[type="reset"], input[type="submit"], input[type="radio"], input[type="checkbox"] {
    cursor: pointer;
}

.pulse-button {
	position: relative;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7), inset 0 0 0 white;
    cursor: pointer;
    -webkit-animation: pulse 1s infinite cubic-bezier(0.6, 0, 0, 0.5);
    -moz-animation: pulse 1s infinite cubic-bezier(0.6, 0, 0, 0.5);
    -webkit-transition: background-color .2s;
    transition: background-color .2s;	
}
.headerBtn {
	background: #00aff2;
    font-weight: bold;
    padding: 12px 15px;
    font-size: 16px;
    cursor: pointer;
    display: inline-block;
    color: #fff;
    border-radius: 50px;
}

.pulse-button:hover {
  -webkit-animation: none;-moz-animation: none;
  background-color: white;
  color:black;
}
@-webkit-keyframes pulse {
  to {
    box-shadow: 0 0 0 15px rgba(90, 153, 220, 0), inset 0 0px 0 #abcbe9;
  }
}
@keyframes pulse {
  to {
    box-shadow: 0 0 0 15px rgba(90, 153, 220, 0), inset 0 0px 0 #abcbe9;
  }
}