/********CSS RESET**********/
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.2;
	font-family: 'Open Sans', sans-serif, Arial, Tahoma;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
	min-width: 960px;
/*	background: #fefef2;*/
}
blockquote, q {
	quotes: none;
}
ol, ul {
	list-style: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear {
	clear: both;
}
.wrapper {
	width: 960px;
	margin: 0 auto;
}
h2 {
	font-size: 30px;
	margin-bottom: 6px;
}
.animated {
	-webkit-transition:  all 500ms linear 100ms;
	-moz-transition:  all 500ms linear 100ms;
	-o-transition:  all 500ms linear 100ms;
	transition:  all 500ms linear 100ms;
}
/********CSS RESET**********/
.header {
	position: fixed;
	z-index: 800;
	top: 0;
	left: 0;
	right: 0;
	background: #01a0e2;
	height: 100px;
	border-bottom: 5px solid #0089c2;
}
.header.shrink {
	height: 100px;
	z-index: 900;
}
.header .logo {
	text-align: center;
	position: relative;
	z-index: 910;
	width: 300px;
	padding: 5px 0;
	float: left;
}
.header .logo span {
	font-size: 14px;
	color: #fff;
	text-shadow: 0.5px 0.866px 1px rgba(0, 0, 0, 0.4);
	display: block;
}
.header .logo a {
	text-decoration: none;
}
.header .logo img {
	width: 78px;
	height: auto;
}
.header.shrink .logo img {
	width: 78px;
	cursor: pointer;
}
.header-phones {
	float: left;
	padding: 15px 0;
	height: 60px;
	width: 530px;
	position: relative;
	z-index: 5000;
}
.header-phones:before {
	content: '';
	display: block;
	width: 30px;
	height: 70px;
	float: left;
	background: url(../img/phones-ico.png) no-repeat;
}
.header-phones:after {
	content: '';
	display: block;
	clear: both;
}
.header-phones > span {
	display: block;
	float: left;
	margin: 0 10px 18px 10px;
}
.header-phones > span > a {
	text-decoration: none;
	font-size: 20px;	
	color: #fff;
	text-shadow: 0.5px 0.866px 1px rgba(0, 0, 0, 0.4);
}
.header-phones > span > a > span {
	color: #fff;
}
.header .socials {
	position: absolute;
	z-index: 100;
	top: 98px;
	left: 50%;
	margin: 0 0 0 -477px;
	width: 954px;
	height: 87px;
	padding: 0;
	background: url(../img/sticker1.png) no-repeat center bottom;
	list-style: none;
	text-align: center;
}
.header.shrink .socials {
	top: 49px;
	height: 0;
	z-index: 1;
}
.header .socials .callback {
	-webkit-transition: opacity 300ms linear 700ms;
	-moz-transition: opacity 300ms linear 700ms;
	-o-transition: opacity 300ms linear 700ms;
	transition: opacity 300ms linear 700ms;
	margin: 0 auto;
	margin-top: 20px;
	opacity: 1;
	display: block;
	color: #fff;
	background: #ffbc1a;
	background-image: -webkit-linear-gradient(left, rgb(255,188,26) 0%, rgb(255,186,0) 100%);
	background-image: -o-linear-gradient(left, rgb(255,188,26) 0%, rgb(255,186,0) 100%);
	background-image: linear-gradient(to right, rgb(255,188,26) 0%, rgb(255,186,0) 100%);	
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.35), inset 0px 3px 29px 0px rgba(255, 156, 28, 0.5);
	border-radius: 70px/51px;
	width: 150px;
	height: 50px;
	line-height: 50px;
	text-decoration: none;
	font-size: 16px;
	text-shadow: 0.5px 0.866px 1px rgba(0, 0, 0, 0.4);
	cursor: pointer;
}
.header .socials .callback:hover {
	background: #ffda2e;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background-image: -webkit-linear-gradient(to bottom, #ffda2e 0%, #fdaf26 100%);
	background-image: -o-linear-gradient(to bottom, #ffda2e 0%, #fdaf26 100%);
	background-image: linear-gradient(to bottom, #ffda2e 0%, #fdaf26 100%);
	background: linear-gradient(to bottom, #ffda2e 0%,#fdaf26 100%);
	text-shadow: 0.5px 0.866px 1px rgba(0, 0, 0, 0.7);
}
.header .socials .callback:active {
	background: rgb(255,156,0);
	background: #ffba00;
	background: linear-gradient(to bottom, #ffba00 100%,#ffbc1a 0%);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background-image: -moz-linear-gradient( 90deg, rgb(255,186,0) 100%, rgb(255,188,26) 0%);
	background-image: -webkit-linear-gradient( 90deg, rgb(255,186,0) 100%, rgb(255,188,26) 0%);
	background-image: -ms-linear-gradient( 90deg, rgb(255,186,0) 100%, rgb(255,188,26) 0%);
}
.header.shrink .socials .callback {
	-webkit-transition: opacity 300ms linear 0s;
	-moz-transition: opacity 300ms linear 0s;
	-o-transition: opacity 300ms linear 0s;
	transition: opacity 300ms linear 0s;
	opacity: 0;
}
.block {
	position: relative;
	z-index: 1;
}
.visual {
	margin-top: 100px;
	overflow: hidden;
}
.visual .item {
	background: none no-repeat center center transparent;
	height: 525px;
	display: none;
}
.visual .img {
	text-align: center;
}
.visual .img img {
	width: 100%;
	height: auto;
	position: relative;
}
.visual .words {
	color: #fff;
	padding: 140px 0 73px;
	height: 170px;
	text-align: center;
	background: url("../img/shadow.png") repeat-x left bottom;
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	text-transform: uppercase;
}
.visual .words h1 {
	margin-bottom: 6px;
	font-size: 30px;
}
.visual .words ul {
	display: block;
	margin: 0 auto;
	width: 520px;
	margin-top: 40px;
}
.visual .words ul li {
	text-align: left;
	text-transform: none;
	font-size: 20px;
	margin-bottom: 10px;
}
.visual .words ul li:before {
	content: '';
	display: block;
	height: 20px;
	width: 14px;
	background: url('../img/list-marker.png') no-repeat;
	margin: 6px 10px 0 0;
	float: left;
}
.heading {
	color: #262626;
	font-size: 30px;
	text-align: center;
	padding: 30px 0 45px;
}
.heading strong {
	color: #e30045;
}
/***********************************MAIN SLIDER**************************************/
.services {
	padding: 30px 0;
	width: 100%;
	background: url(../img/furley_bg.png);
}
.services h2 {
	font-size: 36px;
	color: #000;
	text-align: center;
	text-transform: uppercase;
}
.sequence-theme {
  background: transparent;
  height: 350px;
  max-width: 1920px;
  margin: 0 auto;
}
#sequence {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  color: white;
  font-size: 0.625em;
  margin: 0 auto;
  position: relative;
  height:100%;
}
#sequence > .sequence-canvas {
  height: 100%;
  width: 100%;
  position:relative;
  z-index:10;
  margin:0 auto;
}
#sequence > .sequence-canvas > li {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top:0;
  opacity:1;
}
#sequence > .sequence-canvas li > * {
  position: absolute;
  /* only cause the left and opacity properties to transition */
  -webkit-transition-property: left, opacity;
  -moz-transition-property: left, opacity;
  -ms-transition-property: left, opacity;
  -o-transition-property: left, opacity;
  transition-property: left, opacity;  
}
#sequence > .sequence-canvas li {
	transition:opacity 2s;
	background:transparent !important;
}
.sequence-pause {
  bottom: 0;
  cursor: pointer;
  position: absolute;
  z-index: 1000;
}
.sequence-paused {
  opacity: 0.3;
}
#sequence-preloader {
  background: #d9d9d9;
}
.sequence-pagination {
  bottom: -5px;
  display: none;
  left: 0;
  position: absolute;
  z-index: 10;
  margin:0 auto;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  text-align:center;
  cursor:pointer;
  width: 100%;
  height: 30px;
}
.sequence-pagination li {
	background: -webkit-linear-gradient(bottom, #dadada, #ececec);
	background: -o-linear-gradient(bottom, #dadada, #ececec);
	background: linear-gradient(to top, #dadada, #ececec);
	display: inline-block;
	height: 20px;
	overflow: hidden;
	padding: 0;
	border-radius: 100%;
	width: 20px;
	color: #676767;
	font-size: 30px;
	line-height: 60px;
	box-sizing: border-box;
	box-shadow: 0.5px 0.866px 3px 0px rgba(0, 0, 0, 0.35);
	margin: 0 3px;
}
.sequence-pagination li:hover,
.sequence-pagination li.current {
  background: -webkit-linear-gradient(bottom, #d6d6d6, #d9d9d9);
  background: -o-linear-gradient(bottom, #d6d6d6, #d9d9d9);
  background: linear-gradient(to top, #d6d6d6, #d9d9d9);
  border-top: 2px solid #f65d5d;
}
.fotter_slider_area{
	width:100%;
	margin-top: 30px;
}
.fotter_slider_area ul{
	list-style:none;
	margin:0;
	padding:0;
}
#sequence .single_slide {
	max-width:960px;
	z-index:100;
	position:relative !important;
	top: -29px;
	left:0;
	height:100%;
	-webkit-transition:all 1s;
	-moz-transition:all 1s;
	-o-transition:all 1s;
	-ms-transition:all 1s;
	transition:all 1s;
	opacity:0;
}
#sequence .animate-in .single_slide{
	opacity:1;
}
#sequence .animate-out .single_slide{
	opacity:0;
}
#sequence .single_slide img{
	border: 0 none;
	bottom: 90px;
	left: -100%;
	max-width: 50%;
	position: absolute;
	z-index: 1;
	max-height:95%;
}
#sequence .animate-in .single_slide img{
	left: 20%;
	transition: left 1.5s 1s;
}
#sequence .animate-out .single_slide img{
	left: -100%;
	transition: left 1s 0s;
}
#sequence .single_slide div {
	left: 0;
	margin-top: 3%;
	max-width: 50%;
	position: relative;
	top: 0;
	z-index: 1;
	opacity:0;
}
#sequence .animate-in .single_slide div {
	opacity:1;
	transition: opacity 1s 1s;
}
#sequence .animate-out .single_slide div {
	opacity:0;
	transition: opacity 1s 0s;
}
#sequence .single_slide div ul {
	font-size: 18px;
	right: -1000px;
	line-height: 22px;
	margin: 0;
	padding: 0;
	position: absolute;
	text-align: left;
	top: 50px;
	width: 100%;
	z-index: 1;
	margin: 30px 0 0 0;
}
#sequence .animate-in .single_slide div ul {
	right: -500px;
	transition: right 1.5s 1s;
}
#sequence .animate-out .single_slide div ul {
	right: -1000px;
	transition: right 1.5s 0s;
}
#sequence .single_slide div h3.slider-title {
	font-size: 22px;
	color: #bc2f2f;
	right: -1000px;
	line-height: 22px;
	margin: 0;
	padding: 0;
	position: absolute;
	text-align: left;
	top: 10px;
	width: 100%;
	z-index: 1;
	margin: 30px 0 0 0;
}
#sequence .animate-in .single_slide div h3.slider-title {
	right: -500px;
	transition: right 1.5s 1s;
}
#sequence .animate-out .single_slide div h3.slider-title {
	right: -1000px;
	transition: right 1.5s 0s;
}
.slider-img {	
	width: 288px;
	float: left;
}
.slider-txt li {
	font-size: 16px;
	color: #000;
	line-height: 1.1;
	margin-bottom: 5px;
}
.slider-txt li:before {
	content: '';
	display: block;
	background: url('../img/li-marker.png') no-repeat;
	height: 12px;
	width: 8px;
	float: left;
	margin: 3px 10px 0 0;
}
/***********************************MAIN SLIDER END**********************************/
.ads {
	border-top: 1px solid #ccc;
	padding: 10px 0 58px;
	background: #fff;
}
.ads .heading {
	text-align: center;
	text-transform: uppercase;
}
.ads i {
	background: url("../img/icons.png") no-repeat center center;
	display: block;
	width: 181px;
	height: 181px;
	margin: 0 auto;
	margin-bottom: 10px;
}
.ads i.years-ico {
	background-position: 0 -181px;
}
.ads i.clients-ico {
	background-position: -183px -181px;
}
.ads i.quality-ico {
	background-position: -367px -181px;
}
.ads i.new-tech-ico {
	background-position: -551px -181px;
}
.ads i.years-ico:hover {
	background-position: 0 0;
}
.ads i.clients-ico:hover {
	background-position: -183px 0;
}
.ads i.quality-ico:hover {
	background-position: -367px 0;
}
.ads i.new-tech-ico:hover {
	background-position: -551px 0;
}
.ads .wrapper > p {
	padding: 0 10px;
	text-align: justify;
	text-indent: 30px;
}
.about-us-icons {
	display: block;
	width: 100%;
	margin: 40px 0 0 0;
}
.about-us-icons:after {
	content: '';
	display: block;
	clear: both;
}
.about-us-icons li {
	width: 25%;
	float: left;
}
.about-us-icons li > p {
	text-align: center;
	box-sizing: border-box;
	padding: 0 5px;
	text-shadow: 0.5px 0.866px 0px rgba(131, 129, 129, 0.7);
}


.seotext {
	background-color: #e30045;
	color: #fff;
	padding: 73px 0;
}
.seotext p {
	text-indent: 30px;
	margin: 10px 0;
	text-align: justify;
}
.seotext .wrapper {
	padding: 0 10px;
}
.certificates {
	padding: 30px 2px;
}
.certificates:after {
	content: '';
	display: block;
	clear: both;
}
.certificates h2 {
	text-transform: uppercase;
	text-align: center;
	padding: 20px 0;
}
.certificates a {
	width: 224px;
	height: 140px;
	overflow: hidden;
	float: left;
	margin: 0px 20px 20px 0;
	border-radius: 4px;
	border: 2px solid #ccc;
	box-sizing: border-box;
	display: block;
	box-shadow: 0px 0px 44px 0px #a5a5a5 inset;
	-webkit-transition:  all 50ms linear 50ms;
	-moz-transition:  all 50ms linear 50ms;
	-o-transition:  all 50ms linear 50ms;
	transition:  all 50ms linear 50ms;
}
.certificates a:nth-child(4n) {
	margin-right: 0;
}
.certificates a:nth-child(13) {
	margin-left: 245px;
}
.certificates a:hover {
	border: 2px solid #01a0e2;
	box-shadow: none;
}
.certificates a img {
	width: 224px;
	margin-top: -5px;
	opacity: .6;
}
.certificates a:hover img {
	opacity: 1;
}
.portfolio {
	overflow: hidden;
	position: relative;
	z-index: 1;
	padding: 40px 0;
}
.portfolio .heading {
	padding: 11px 0 37px;
	text-transform: uppercase;
}
.portfolio-controls {
	position: absolute;
	z-index: 10;
	top: 165px;
	cursor: pointer;
	width: 47px;
	height: 112px;
	background: url("../img/arrows.png") no-repeat;
}
#portfolio_left {
	left: 0;
	background-position: left top;
}
#portfolio_right {
	right: 0;
	background-position: right top;
}
#portfolio_carousel .carousel-item {
	width: 190px;
	height: 190px;
	margin: 0 1px;
	float: left;
	position: relative;
	z-index: 2;
	border-radius: 4px;
	overflow: hidden;
	border: 1px solid #5c5c5c;
}
.caroufredsel_wrapper {
	margin: 0 auto;
}
.clients {
	text-align: center;
	padding-bottom: 41px;
}
.clients .heading {
	padding: 11px 0 0px;
	text-align: center;
	text-transform: uppercase;
}
.clients a {
	display: inline-block;
}
.clients img {
	display: inline-block;
	margin: 0 0 20px;
	vertical-align: middle;
}
.map .sticker-top {
	width: 444px;
	height: 60px;
	position: absolute;
	left: 50%;
	top: -2px;
	font-size: 30px;
	z-index: 100;
	margin-left: -222px;
	text-align: center;
	padding: 0 0 30px;
	background: url(../img/sticker3.png) no-repeat center top;
}
.map .sticker-bottom {
	font-size: 30px;
	width: 444px;
	height: 51px;
	position: absolute;
	left: 50%;
	bottom: -2px;
	z-index: 100;
	margin-left: -222px;
	text-align: center;
	color: #e30045;
	padding: 34px 0 0;
	background: url(../img/sticker2.png) no-repeat center top;
}
#ya-map {
	height: 559px;
}
.footer {
	background-color: #262626;
	color: #dcdcdc;
	padding: 10px 0 5px;
}
.footer a {
	color: #dcdcdc;
}
.footer .email > a {
	text-decoration: none;
}
.footer .phone {
	padding-top: 15px;
}
.footer .phone:after {
	content: '';
	display: block;
	clear: both;
}
.footer .phone .code {
	color: #e30045;
}
.footer-phones {
	padding: 5px 0;
/*	height: 60px;*/
	width: 530px;
	position: relative;
	z-index: 5000;
	float: left;
}
.footer-phones:before {
	content: '';
	display: block;
	width: 30px;
	height: 70px;
	float: left;
	background: url(../img/phones-ico.png) no-repeat;
}
.footer-phones:after {
	content: '';
	display: block;
	clear: both;
}
.footer-phones > span {
	display: block;
	float: left;
	margin: 0 10px 18px 10px;
}
.footer-phones > span > a {
	text-decoration: none;
	font-size: 20px;	
	color: #fff;
}
.footer-phones > span > a > span {
	color: #fff;
}
.footer-phones .callback {
	margin: 5px 0 0 10px;
	text-decoration: underline;
	cursor: pointer;
	font-size: 18px;
}
.footer-phones .callback:hover {
	text-decoration: none;
}
.footer .work-time {
	float: right;
	width: 350px;
}
.footer .work-time:before {
	content: '';
	float: left;
	display: block;
	background: url(../img/clock.png) no-repeat;
	width: 30px;
	height: 30px;
	margin: 0 10px 0 0;
}
.footer .work-time span {
	font-size: 20px;
	margin: 3px 0 10px 0;
	display: block;
}
.footer .work-time ul {
	margin-left: 40px;
}
.footer .work-time li {
	margin-bottom: 5px;
	font-size: 16px;
}
.footer .email {
	padding-top: 15px;
}
.footer .email .number {
	color: #e30045;
}
.footer .address {
	padding-top: 15px;
	text-align: center;
}
img {
	max-width: none;
}
.copyright {
	clear: both;
	margin-top: 15px;
	text-align: center;
	font-size: 14px;
	color: #7d7d7d;
}
/******************form styles****************/
.arcticmodal-overlay,
.arcticmodal-container {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
}

.arcticmodal-container {
    overflow: auto;
    margin: 0;
    padding: 0;
    border: 0;
    border-collapse: collapse;
}

*:first-child+html .arcticmodal-container {
    height: 100%
}

.arcticmodal-container_i {
    height: 100%;
    margin: 0 auto;
}

.arcticmodal-container_i2 {
    padding: 24px;
    margin: 0;
    border: 0;
    vertical-align: middle;
}

.arcticmodal-error {
    padding: 20px;
    border-radius: 10px;
    background: #000;
    color: #fff;
}

.arcticmodal-loading {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    background: #000 url('../img/loading.gif') no-repeat 50% 50%;
}
.box-modal {
    position: relative;
    width: 655px;
    min-height: 120px;
    padding: 20px;
    background: #fff;
    color: #3c3c3c;
/*
    box-shadow: 0 0 0 6px rgba(153, 153, 153, .3);
*/
    border-radius: 5px;
}
.light-modal {
    position: relative;
    width: 0px;
    height: 0px;
    box-shadow: 0 0 0 6px rgba(153, 153, 153, .3);
    border-radius: 5px;
    opacity: 0;
}
#big-modal {
 width: 655px;
}
#middle-modal {
    width: 455px;
}
#feedback-modal-box {
    width: 300px;
}
#feedback-modal-box #feedback-infolist {
    list-style: none;
    display: table;
    width: 100%;
    height: 100%;
	margin:0;
	padding:0;
}
#feedback-modal-box #feedback-infolist li {
    text-align: center;
    font-size: 110%;
    display: table-cell;
    vertical-align: middle;
    height: 120px;
}
#light-box {
    border-radius: 5px;
}
.modal-close {
	width: 20px;
	height: 20px;
	background: url(../img/close-modal.png) no-repeat;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	transition: all .5s ease;
}
.modal-close:hover {
    transform: rotate(90deg);
}
#small-modal {
	width: 350px;
}
.modal-content-box > span {
	font-size: 20px;
	text-align: center;
	width: 100%;
	display: block;
	font-weight: bold;
}
.modal-content-box input {
	width: 270px;
	padding: 0 10px;
	outline: none;
	height: 28px;
	display: block;
	margin: 15px auto;
	border-radius: 4px;
}
.modal-content-box input[type="text"] {
	border: 1px solid #ccc;
	font-size: 16px;
}
.modal-content-box input[type="text"]:focus {
	border: 1px solid #e30045;
}
.modal-content-box input[type="submit"] {
	width: 180px;
	height: 40px;
	color: #fff;
	font-weight: bold;
	border-radius: 4px;
	background: #e30045;
	font-size: 18px;
	border: none;
	border-bottom: 3px solid #7c0026;
	cursor: pointer;
	margin-top: 20px;
	margin-bottom: 0;
	opacity: 1;
}
.modal-content-box input[type="submit"]:hover {
	border-bottom: none;
	padding-bottom: 3px;
}
.modal-content-box .input-prepend .error {
	color: #e30045;
	font-size: 14px;
	margin: -10px 0 0 30px;
	display: none;
}
.modal-content-box .success {
	font-size: 20px;
	font-weight: bold;
	margin-top: 50px;
	text-align: center;
}
/******************form styles****************/
.callcentr {
	width: 150px;
	text-align: center;
	display: block;
	text-decoration: none;
	position: fixed;
	top: 200px;
	right: 10px;
	z-index: 999;
}
.callcentr img {
	width: 150px;
	height: 150px;
	transition: all .4s ease-out 0s;
}
.callcentr span {
	color: #4C4A4A;
	font-size: 16px;
	text-shadow: 0.5px 0.866px 0px rgba(255, 255, 255, .7);	
}
.callcentr:hover img {
	width: 155px;
	height: 155px;
	transition: all .5s ease-out 0s;
}
.callcentr:hover span {
	text-decoration: underline;
}
#toTop {
	width: 80px;
	height: 80px;
	border-radius: 5px;
	border-bottom: 5px solid #0089c2;
	box-sizing: border-box;
	background: #01a0e2 url(../img/scroll-top.png) no-repeat 22px 20px;
	background-size: 60px;
	text-align: center;
	position: fixed;
	bottom: 20px;
	right: 50px;
	cursor: pointer;
	display: none;
	color: #333;
	z-index: 999;
	transition: all .4s ease-out 0s;
}
#toTop:hover {
	opacity: 1;
	width: 85px;
	height: 85px;
	background-size: 65px;
}