

@font-face{
	font-family:'PT Sans Narrow';
	src:url('../fonts/PT_Sans-Narrow-Web-Bold.ttf');
	font-weight:700;
}
@font-face{
	font-family:'PT Sans Narrow';
	src:url('../fonts/PT_Sans-Narrow-Web-Regular.ttf');
	font-weight:400;
}

@font-face{
	font-family:'PT Sans';
	src:url('../fonts/PT_Sans-Web-Regular.ttf');
	font-weight:400;
}
@font-face{
	font-family:'PT Sans';
	src:url('../fonts/PT_Sans-Web-Italic.ttf');
	font-weight:400;
	font-style:italic;
}
@font-face{
	font-family:'PT Sans';
	src:url('../fonts/PT_Sans-Web-Bold.ttf');
	font-weight:700;
}
@font-face{
	font-family:'PT Sans';
	src:url('../fonts/PT_Sans-Web-BoldItalic.ttf');
	font-weight:700;
	font-style:italic;
}

@font-face{
	font-family:'PT Sans Caption';
	src:url('../fonts/PT_Sans-Caption-Web-Bold.ttf');
	font-weight:700;
}
@font-face{
	font-family:'PT Sans Caption';
	src:url('../fonts/PT_Sans-Caption-Web-Regular.ttf');
	font-weight:400;
}

@font-face{
	font-family:'Open Sans';
	src:url('../fonts/OpenSans-Bold.ttf');
	font-weight:700;
}
@font-face{
	font-family:'Open Sans';
	src:url('../fonts/OpenSans-Regular.ttf');
	font-weight:400;
}

html{
	height:100%;
}
body{
	min-height:100%;
}
img{
	max-width:100%;
	height:auto;
	vertical-align:bottom;
}
.button a{
	border:1px solid #e7e7e7;
	border-radius:3px;
	display:inline-block;
	padding:10px 30px;
}
.button a:focus,
.button a:hover{
	text-decoration:none;
}
.padding-less{
	padding:0;
}
.bold{
	font-weight:700;
}
.orange{
	color:#ff8b00;
}

.header {
	font-family:'PT Sans Narrow';
}
.header .top-links{
	background-color:#6c7c89;
}
.header .top-links .navbar-toggle{
	border-color:#fff;
	float:left;
}
.header .top-links .navbar-header{
	float:right;
}
.header .top-links .navbar-toggle .icon-bar{
	background-color:#fff;
}
.header .top-links .navbar{
	border:none;
	outline:none;
	margin:0;
	min-height:auto;
}
.header .top-links .navbar-collapse{
	border:none;
	outline:none;
	box-shadow:none;
	padding:0;
}
.header .top-links .navbar-text{
	margin-top:10px;
	margin-bottom:10px;
	float:none;
}
.header .top-links a,
.header .top-links .nav>li>a{
	color: #fff;
    font-size: 15px;
    font-family: "PT Sans";
    text-decoration: underline;
    padding-top:0px;
    padding-bottom:0px;
    display:block;
	line-height:37px;
}
.header .top-links .nav>li>a:focus, .top-links .nav>li>a:hover{
	background-color:transparent;
}
.header .top-links #welcome-link{
	display:inline-block;
    float:right;
}
.header .top-links #welcome-link a{
	font-family:'PT Sans Narrow';
    text-decoration: none;
	color: #fff;
}
.header .top-links #welcome-link a:focus,
.header .top-links #welcome-link a:hover{
	color: #ff8b00;
}
.header .top-links #welcome-link a span + span{
	margin-left:5px;
}

.header .inner{
	padding:15px 0;
	border-bottom:1px solid #bababa;
	margin-bottom:15px;
}
.header .inner > div:nth-of-type(2){
	text-align:center;
}

.header .header-tabs ul{
	list-style-type:none;
	margin:0;
	padding:0;
	font-size:0px;
	position:relative;
	z-index:2;
}
.header .header-tabs li{
	display:inline-block;
	vertical-align:middle;
}
.header .header-tabs li a{
	font-size:14px;
	color:#000;
	text-decoration:none;
	display:block;
	padding:0px 5px;
	border:1px solid #FFF;
}
.header .header-tabs li.active a{
	border:1px solid #BABABA;
	border-bottom:2px solid #FFF;
	margin-bottom:-1px;
	background-color:#FFF;
}
.header .header-tabs .infos{
	border-top:1px solid #BABABA;
	display:inline-block;
	position:relative;
	z-index:1;
	padding:0px 15px;
}
.header .header-tabs .infos > div{
	display:none;
	padding:15px 0;
}
.header .header-tabs .infos > div.active{
	display:block;
}
#phones .icon,
.header .header-tabs .infos .icon,
.header .header-tabs .infos .tel{
	display:inline-block;
	vertical-align:middle;
}
#phones .icon,
.header .header-tabs .infos .icon{
	width:25px;
	height:25px;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:contain;
	margin-right:10px;
}
#phones #KyivStar .icon,
.header #KyivStar .icon{
	background-image:url('../img/kievstar.png');
}
#phones #life .icon,
.header #life .icon{
	background-image:url('../img/life.png');
}
#phones #MTS .icon,
.header #MTS .icon{
	background-image:url('../img/mts.png');
}
#phones #City .icon,
.header #City .icon{
	background-image:url('../img/city.png');
}
#phones .tel,
.header .header-tabs .infos .tel{
	min-width:85px;
}

.header .work-time{
	font-size: 1.3em;
    line-height: 1.6em;
}
.header .work-time .title{
}

.header .main-menu{
	text-align:center;
	padding:15px 0;
}
.header .main-menu > div{
	border-bottom: 4px solid transparent;
}
.header .main-menu > div.active,
.header .main-menu > div:hover{
	border-bottom-color: #639fc9;
}
.header .main-menu > div + div{
	border-left: 1px solid #bababa;
}
.header .main-menu a,
.header .main-menu .link{
	font-size:18px;
	color:#000;
    text-transform: uppercase;
    font-weight:700;
    display:block;
    text-decoration:none;
}

.section{
	padding:50px 0;
}
.section .heading{
	text-align:center;
}
.grid{
	background-image:url('../img/bg-grid.png');
	background-repeat:repeat;
	background-size: 4px 4px;
	background-position:0% 0%;
}

.section.top{
	
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size: cover;
	color:#FFF;
}
.section.top .inner{
	display:inline-block;
}
.section.top .title h1,
.section.top .title{
	text-transform:uppercase;
	margin-top:100px;
	margin-left:0;
	margin-right:0;
	margin-bottom:30px;
	font-size:48px;
	font-family:'PT Sans Narrow';
	font-weight:normal;
	color:#FFF;
}
.section.top .caption{
	text-align:center;
	text-transform:uppercase;
	margin-bottom:250px;
	font-family:'PT Sans Caption';
	font-weight:700;
	font-size:20px;
	
	padding-top:15px;
	padding-bottom:25px;
	padding-left:25px;
	padding-right:25px;
	position:relative
}
.section.top .caption .line{
	position:absolute;
	background-color:rgba(255,255,255,0.47);
}
.section.top .caption .line.line-top,
.section.top .caption .line.line-bottom{
	height:1px;
	left:8px;
	right:8px;
}
.section.top .caption .line.line-left,
.section.top .caption .line.line-right{
	width:1px;
	top:8px;
	bottom:8px;
}
.section.top .caption .line.line-top{
	top:0;
}
.section.top .caption .line.line-bottom{
	bottom:0;
}
.section.top .caption .line.line-right{
	right:0;
}
.section.top .caption .line.line-left{
	left:0;
}
.section.top .caption .description{
	
}
.section.top .caption .button{
	position:absolute;
	bottom:-25px;
	left:0;
	right:0;
}
.section.top .caption .button a{
	background-color:#ff8b00;
	color:#fff;
	font-family:'Open Sans';
	font-weight:400;
	font-size:14px;
}
.section.top .caption .button a:focus,
.section.top .caption .button a:hover{
	border-color:#fff;
	background-color:#0095d6;
}

.section.advantages{
	font-family:'PT Sans Narrow';
}
.section.advantages .heading{
	text-transform:uppercase;
	font-size:30px;
	margin-top:50px;
	margin-bottom:50px;
	font-weight:bold;
}
.section.advantages .heading .title{
	color:#333;
}
.section.advantages .infoblock{
	text-align:left;
	margin-bottom:30px;
}
.section.advantages .infoblock .title{
	text-transform:uppercase;
	font-size:20px;
	font-weight:700;
	min-height:35px;
	color:#333333;
}
.section.advantages .infoblock .title .icon{
	background-image:url('../img/a-marker.png');
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size: contain;
	width:20px;
	height:20px;
	display:inline-block;
	margin-right:5px;
}
.section.advantages .infoblock .description{
	font-size:16px;
	min-height:100px;
	color: #505050;
	line-height:1.2;
}
.section.advantages .infoblock .description a{
	color:#ff8b00;
	text-decoration:underline;
	font-size:16px;
}

.section.price{
	font-family:'PT Sans Caption';
	background-color:#639fc9;
	padding-top:15px;
	padding-bottom:15px;
}
.section.price .heading{
	margin-top:50px;
	margin-bottom:50px;
	text-transform:uppercase;
	color:#FFF;
}
.section.price .title{
	font-size:30px;
	font-weight:700;
}
.section.price .heading-description{
	font-size:18px;
}
.section.price .image-wrapper{
	text-align:center;
}
.section.price .price-table{
	border-collapse:collapse;
/*	table-layout:fixed;*/
	color:#FFF;
	font-size:12px;
	margin-top:5px;
	width:100%;
}
.section.price .price-table.tvs{
	table-layout:fixed;
}
.section.price .price-table th{
	font-size:15px;
}
.section.price .price-table td:last-child{
	max-width:150px;
}
.section.price .price-table.tvs td:last-child{
	max-width:50%;
}
.section.price .price-table th,
.section.price .price-table td:first-child{
	text-transform:uppercase;
}
.section.price .price-table td:first-child{
	font-size:13px;
}
.section.price .price-table th,
.section.price .price-table td{
	border:1px solid #bbeaff;
	padding-left:30px;
	padding-right:30px;
	padding-top:10px;
	padding-bottom:10px;
}
.section.price .price-table.tvs td{
	padding-top:3px;
	padding-bottom:3px;
}
.section.price .price-table tr:first-child td{
	border-top:none;
}
.section.price .price-table th{
	border-top:none;
	border-bottom:none;
	padding-left:30px;
	padding-right:30px;
	padding-top:10px;
	padding-bottom:10px;
}
.section.price .price-table td:last-child{
	font-size:11px;
}
.section.price .price-table th{
	background-color:#ff8b00;
}
.section.price .price-table p{
	margin:0;
}
.section.price .button-wrapper{
	text-align:center;
	padding-top:30px;
	padding-bottom:30px;
}
.section.price .button-wrapper .button a{
	text-transform:uppercase;
	font-family: 'Open Sans';
	color:#FFF;
	font-size:14px;
	background-color: #ff8b00;
	min-width:200px;
}
.section.price .button-wrapper .button a:focus,
.section.price .button-wrapper .button a:hover{
	border-color:#fff;
	background-color:#0095d6;
}
.section.promo{
	padding-bottom:0px;
}
.section.promo .heading{
	margin-top:30px;
	margin-bottom:50px;
}
.section.promo .title{
	font-family:'PT Sans Caption';
	font-weight:700;
	font-size:30px;
	text-transform:uppercase;
	color:#333;
}
.section.promo .promo-blocks-wrapper{
	padding:30px 0px;
}
.section.promo .promo-block{
	text-align:center;
	margin-bottom:30px;
}
.section.promo .promo-block .image{
	margin-bottom:15px;
}
.section.promo .promo-block .image .img{
	display:inline-block;
	width:100%;
	max-width:330px;
	height:180px;
	border: 2px solid #dcdcdc;

	background-position:50% 50%;
	background-size: cover;
	background-repeat:no-repeat;
}
.section.promo .promo-block .image img{
	display:none;
	border:2px solid #dcdcdc;
}
.section.promo .promo-block .text a,
.section.promo .promo-block .text{
	text-transform:uppercase;
	font-size:12px;
	font-family:'PT Sans Caption';
	min-height:40px;
	color:#333;
}
.section.promo .promo-block .text a:hover{
	color:#333;
}
.section.promo .promo-block .price{
	font-family:'PT Sans Caption';
	margin-top:5px;
}
.section.promo .promo-block .price span + span{
	margin-left:15px;
}
.section.promo .promo-block .stars{
	color:#ff9b6d;
	margin-top:5px;
}

.section.work-scheme{
	font-family:'PT Sans Caption';
	padding-top:0px;
	padding-bottom:0px;
}
.section.work-scheme .heading{
	margin-top:50px;
	margin-bottom:30px;
	text-transform:uppercase;
}
.section.work-scheme .title{
	font-size:30px;
	font-weight:700;
	color:#333;
}
.section.work-scheme .heading-description{
	font-size:18px;
}
.section.work-scheme .tabs-link{
	list-style-type:none;
	padding:0;
	margin:0;
	font-size:0px;
	text-align:center;
}
.section.work-scheme .tabs-link li{
	display:inline-block;
	vertical-align:middle;
	margin-bottom:1px;
}
.section.work-scheme .tabs-link li + li{
	margin-left:1px;
}
.section.work-scheme .tabs-link input{
	font-size:15px;
	text-transform:uppercase;
	color:#FFF;
	display:block;
	background-color:#ff8b00;
	text-decoration:none;
	min-width:202.5px;
	padding:10px;


    border: none;
    outline: none;
    text-align: center;
}
.section.work-scheme .tabs-link a{
	font-size:15px;
	text-transform:uppercase;
	color:#FFF;
	display:block;
	background-color:#639fc9;
	text-decoration:none;
	min-width:202.5px;
	padding:10px;
}
.section.work-scheme .tabs-link li.active a{
	background-color:#ff8b00;
	cursor:default;
}
.section.work-scheme .tabs-link.inner li{
	border:1px solid #b9e2ff;
}
.section.work-scheme .tabs-link.inner li:nth-of-type(1) input{
	background-color:#FFF;
	color:#6097be;
}
.section.work-scheme .tabs-link.inner li:nth-of-type(2) a{
	background-color:#639fc9;
	cursor:pointer;
}
.section.work-scheme .tabs-link.inner li:nth-of-type(2):hover{
	border-color:#ff8b00;
}
.section.work-scheme .tabs-link.inner li:nth-of-type(2):hover a{
	color:#ff8b00;
}
.section.work-scheme .custom-bg{
	background-color:#639fc9;
	background-image:url('../img/bg-custom-left.jpg'),url('../img/bg-custom-right.jpg'),url('../img/bg-grid.png');
	background-position:0% 50%,100% 50%, 0% 0%;
	background-size:auto 100%, auto 100%, auto;
	background-repeat:no-repeat, no-repeat, repeat;
}
.section.work-scheme .tabs-content-wrapper{
	background-color:#639fc9;
	padding-bottom:30px;
/*	border-left:1px solid #b9e2ff;
	border-right:1px solid #b9e2ff;*/
}
.section.work-scheme .replaceable{
	padding-top:50px;
}
.section.work-scheme .tabs-content{
	display:none;
	min-height:220px;
	font-family:'PT Sans Narrow';
	font-size:16px;
	color:#FFF;
	line-height:1.3em;
	/*letter-spacing: -0.75px;*/
}
.section.work-scheme .tabs-content .infoblock{
	margin-bottom:30px;
}
.section.work-scheme .tabs-content .icon{
	padding-bottom:30px;
}
.section.work-scheme .tabs-content .text{
	line-height:1.3em;
}
.section.work-scheme .tabs-content .text a{
	color:#FFF;
	text-decoration:underline;
}
.section.work-scheme .tabs-content .bold{
	text-transform:uppercase;
}
.section.work-scheme .tabs-content.active{
	display:block;
}
.section.work-scheme .cheak-status .title{
	color:#FFF;
	font-size:18px;
	text-align:center;
	text-transform:uppercase;
	padding:30px 0;
	font-weight:400;
}

.section.location{
	background-color:#ff8b00;
	padding:0;
	font-family:'PT Sans';
}
.section.location #map{
	height:600px;
}
.section.location .padding-less:first-child{
	max-height:600px;
}
.section.location .locations-info a,
.section.location .locations-info{
	color:#FFF;
}
.section.location .title{
	font-weight:700;
	font-size:30px;
	text-transform:uppercase;
	padding-top:30px;
	padding-bottom:30px;
	padding-left:30px;
}
.section.location .infoblock{
	border-top:1px solid #ffcb8d;
	padding-top:30px;
	padding-bottom:30px;
	font-size:0px;
	overflow:auto;
}
.section.location .infoblock .inner{
	padding-left:30px;
}
.section.location .infoblock .icon,
.section.location .infoblock .text{
	display:inline-block;
	vertical-align:top;
	font-size:15px;
}
.section.location .infoblock .numbers .text{
	margin-left:10%;
}
.section.location .infoblock .icon{
	width:15px;
	height:20px;
	margin-right:15px;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size: contain;
}
.section.location .infoblock .icon.mini-marker{
	background-image:url('../img/mini-marker.png');
}

.section.feedback{
	background-color:#639fc9;
}
.section.feedback .heading{
	text-transform:uppercase;
	margin-top:30px;
	margin-bottom:30px;
	color:#FFF;
	font-family:'PT Sans Narrow';
}
.section.feedback .heading .title{
	font-weight:700;
	font-size:30px;
}
.section.feedback .heading .heading-description{
	font-size:18px;
}
.section.feedback .form-section{
	margin-bottom:15px;
}
.section.feedback .form-section.error .input-wrapper{
  border-color:#FF0000;
}
.section.feedback .form-section.error .icon{
  border-right:1px solid #FF0000;
}
.section.feedback .error-message{
  display:none;
  color:#333;
  text-align:center;
}
.section.feedback .input-wrapper{
	clear:both;
	line-height:1;
	border:1px solid #dbf4ff;
	overflow:hidden;
	font-size:0px;
	position:relative;
}
.section.feedback .input-wrapper .icon{
	position:absolute;
	top:0;
	bottom:0;
	width:34px;
	height:34px;
	display:inline-block;
	vertical-align:middle;
/*	padding-top:5px;
	padding-left:10px;
	padding-right:10px;*/
	background-size:20px 20px;
	background-repeat:no-repeat;
	background-position:50% 50%;
}
.section.feedback .input-wrapper .icon.tel{
	background-image:url('../img/form-tel-normal.png');
}
.section.feedback .input-wrapper .icon.name{
	background-image:url('../img/form-name-normal.png');
}
.section.feedback .input-wrapper.focused .icon.tel{
	background-image:url('../img/form-tel.png');
}
.section.feedback .input-wrapper.focused .icon.name{
	background-image:url('../img/form-name.png');
}
.section.feedback .form-section.error .icon.tel{
	background-image:url('../img/form-tel-error.png');
}
.section.feedback .form-section.error .icon.name{
	background-image:url('../img/form-name-error.png');
}
.section.feedback .input-wrapper .icon img{
	display:none;
}
.section.feedback .input-wrapper .field{
	width:100%;
}
.section.feedback .input-wrapper .field.tel,
.section.feedback .input-wrapper .field.name{
	padding-left:40px;
}
.section.feedback .input-wrapper .icon{
	border-right:1px solid #dbf4ff;
}
.section.feedback .input-wrapper .field textarea,
.section.feedback .input-wrapper .field input{
	border:none;
	outline:none;
	background-color:transparent;
	width:100%;
	font-family:'PT Sans';
	font-size:14px;
	color:#dbf4ff;
	max-width:100%;
	padding:5px 10px 5px;
	line-height:24px;
}
.section.feedback .input-wrapper .field textarea[placeholder],
.section.feedback .input-wrapper .field input[placeholder]{
	color:#dbf4ff;
}
.section.feedback .input-wrapper .field textarea::-webkit-input-placeholder,
.section.feedback .input-wrapper .field input::-webkit-input-placeholder{
	color:#dbf4ff;
}
.section.feedback .input-wrapper .field textarea::-moz-placeholder,
.section.feedback .input-wrapper .field input::-moz-placeholder{
	color:#dbf4ff;
}
.section.feedback .input-wrapper .field textarea:-moz-placeholder,
.section.feedback .input-wrapper .field input:-moz-placeholder{
	color:#dbf4ff;
}
.section.feedback .input-wrapper .field textarea:-ms-input-placeholder,
.section.feedback .input-wrapper .field input:-ms-input-placeholder{
	color:#dbf4ff;
}
.section.feedback .input-wrapper.focused .field textarea[placeholder],
.section.feedback .input-wrapper.focused .field input[placeholder]{
	color:#fff;
}
.section.feedback .input-wrapper.focused .field textarea::-webkit-input-placeholder,
.section.feedback .input-wrapper.focused .field input::-webkit-input-placeholder{
	color:#fff;
}
.section.feedback .input-wrapper.focused .field textarea::-moz-placeholder,
.section.feedback .input-wrapper.focused .field input::-moz-placeholder{
	color:#fff;
}
.section.feedback .input-wrapper.focused .field textarea:-moz-placeholder,
.section.feedback .input-wrapper.focused .field input:-moz-placeholder{
	color:#fff;
}
.section.feedback .input-wrapper.focused .field textarea:-ms-input-placeholder,
.section.feedback .input-wrapper.focused .field input:-ms-input-placeholder{
	color:#fff;
}

.section.feedback .input-wrapper.focused .field textarea:focus,
.section.feedback .input-wrapper.focused .field input:focus{
	color:#FFF;
}
.section.feedback .form-section.error .input-wrapper.focused .icon{
	border-color:#f00;
}
.section.feedback .input-wrapper.focused,
.section.feedback .input-wrapper.focused,
.section.feedback .input-wrapper.focused .icon{
	border-color:#FFF;
}
.section.feedback .submit-wrapper{
	text-align:right;
}
.section.feedback button.button{
	border:1px solid #bbeaff;
	background-color:#ff8b00;
	padding:10px 30px;
	font-family:'Open Sans';
	font-size:14px;
	font-weight:700;
	color:#FFF;
	border: 1px solid #e7e7e7;
    border-radius: 3px;
	text-transform:uppercase;
}
.section.feedback button.button:focus,
.section.feedback button.button:hover{
	border-color:#fff;
	background-color:#0095d6;
}

.section.our-team .heading{
	text-transform:uppercase;
	color:#333;
}
.section.our-team .title{
	font-family:'PT Sans Caption';
	font-size:24px;
	font-weight:700;
}
.section.our-team .heading-description{
	font-family:'PT Sans';
	font-size:14px;
}
.section.our-team .team-info-wrapper{
	padding-top:50px;
}
.section.our-team .team-block{
	font-family:'PT Sans';
	text-align:center;
}
.section.our-team .team-image{
	position:relative;
	display:inline-block;
	width:100%;
}
.section.our-team .team-image img{
	width:100%;
	max-width:100%;
	height:auto;
}
.section.our-team .order-block{
	font-family:'PT Sans Caption';
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background-color:rgba(0,0,0,0);
	transition:all 300ms linear;
	-o-transition:all 300ms linear;
	-moz-transition:all 300ms linear;
	-webkit-transition:all 300ms linear;
	overflow:hidden;
	color:#FFF;
}
.section.our-team .order-block .button,
.section.our-team .order-block .description{
	opacity:0;
	visibility:hidden;
	position:absolute;
	left:0;
	right:0;
	text-transform:normal;
}
.section.our-team .order-block .description{
	top:0;
	margin-top:-50px;
	padding:15px 0;
	font-size:15px;
}
.section.our-team .order-block .button{
	bottom:0;
	margin-bottom:-50px;
}
.section.our-team .order-block .button a{
	font-size:12px;
	color:#FFF;
	background-color:#ff8b00;
	text-transform:uppercase;
}
.section.our-team .order-block .button a:focus,
.section.our-team .order-block .button a:hover{
	border-color:#fff;
	background-color:#0095d6;
}
.section.our-team .order-block .order-block,
.section.our-team .order-block .button,
.section.our-team .order-block .description{
	background-color:rgba(0,0,0,0);
	transition:all 300ms ease-out;
	-o-transition:all 300ms ease-out;
	-moz-transition:all 300ms ease-out;
	-webkit-transition:all 300ms ease-out;
}
.section.our-team .team-block:hover .order-block{
	background-color:rgba(0,0,0,0.6);
}
.section.our-team .team-block:hover .description,
.section.our-team .team-block:hover .button{
	opacity:1;
	visibility:visible;
}
.section.our-team .team-block:hover .description{
	margin-top:20px;
}
.section.our-team .team-block:hover .button{
	margin-bottom:75px;
}
.section.our-team .team-name{
	margin-top:7px;
	padding:5px 0;
	font-size:13px;
	text-transform:uppercase;
}

.section.seo-description{
	color:#333;
}
.section.seo-description .top-image{
	text-align:center;
}
.section.seo-description img{
	max-width:100%;
	height:auto!important;
	display:inline-block;
}

.footer .title{
	color: #767676;
    font-size: 14px;
    margin-bottom: 8px;
    font-family: "PT Sans Narrow",sans-serif;
    font-weight: bold
}
.footer .menu-wrapper ul{
	list-style-type:none;
	margin:0;
	padding:0 0 0 15px;
	clear:both;
	overflow:auto;
}
.footer .menu-wrapper ul li{
	width:50%;
	display:block;
	float:left;
	margin-bottom:3px;
}
.footer .menu-wrapper ul li a{
	color: #767676;
}
.footer .menu-wrapper.social-menu ul li{
	width:100%;
	display:block;
	float:none;
}
@media (max-width:1440px){
	
	.header .logotip img{
		/*max-width:260px;*/
	}
	.section.work-scheme .custom-bg{
		background-color:#639fc9;
		background-image:url('../img/bg-grid.png');
		background-position: 0% 0%;
		background-size: auto;
		background-repeat: repeat;
	}
	.section.work-scheme .tabs-content-wrapper{
		background-color:#639fc9;
		padding-bottom:30px;
		border-left:none;
		border-right:none;
	}
}
@media (max-width:1200px) {
	.section.advantages .infoblock .title{
		font-size:18px;
	}
	.section.work-scheme .tabs-content .bold{
		min-height:40px;
	}
	.section.our-team .team-block:hover .description{
		margin-top:20px;
	}
	.section.our-team .team-block:hover .button{
		margin-bottom:45px;
	}
}
@media (max-width:991px) {
	.section.top .title h1,
	.section.top .title,
	.section.top .description{
		text-shadow:0px 0px 1px #000;
	}
	.section.our-team .team-block:hover .description{
		margin-top:0px;
	}
	.section.our-team .team-block:hover .button{
		margin-bottom:20px;
	}
	.section.location .title{
		font-size:20px;
	}
	.section.location .infoblock{
		padding-top:30px;
		padding-bottom:30px;
	}
	.section.location .infoblock .inner{
		padding-left:0px;
	}
	.section.location .infoblock .icon{
		width:10%;
		margin:0;
	}
	.section.location .infoblock .text{
		width:90%;
		/*font-size:13px;*/
	}
	.section.price .price-table th, 
	.section.price .price-table td{
		padding:10px;
	}

}
@media (max-width:767px) {
	.header .top-links .navbar-header{
		float:none;
	}
	.header .top-links .navbar-collapse{
		padding-left:15px;
		padding-right:15px;
	}
	.header .top-links #welcome-link{
	    margin-top:6px;
	}
	.section.top .inner{
		display:block;
	}
	.section.advantages .infoblock .description{
		min-height:auto;
	}
	.section.price{
		padding-bottom:0px;
	}
	.section.price .price-table{
		margin:0 auto;
	}
	.section.price .price-table td:last-child{
		
	}
	.section.price .price-table th, 
	.section.price .price-table td{
		padding-left:10px;
		padding-right:10px;
	}
	.header .inner > div:nth-of-type(1),
	.header .inner > div:nth-of-type(3){
		text-align:center;
	}
	.header .logotip{
		margin-bottom:15px;
	}
	.header .header-tabs li a{
		font-size:20px;
		padding:5px 5px;
	}
	.header .header-tabs .infos{
		display:block;
	}
	.header .header-tabs .infos .tel{
		font-size:20px;
	}
	.header .work-time{
		text-align:center;
	}
	.section.work-scheme .tabs-content a,
	.section.work-scheme .tabs-content{
		font-size:16px;
	}
	.section.location .title{
		text-align:center;
		padding:15px 0;
	}
	.section.location .infoblock{
		min-height:auto;
	}
	.section.location .infoblock .inner.numbers .text{
		text-align:center;
		width:100%;
		margin:0;
	}
	.section.feedback .error-message{
		font-size:12px;
	}
	.call-phones{
		position:fixed;
		right:15px;
		bottom:15px;
		border-radius: 50%;
		border:none;
		padding:15px;
		line-height:1;
		z-index:999;
		background: #0095d6;
		color:#FFF;
		animation: shake 10s cubic-bezier(.36,.07,.19,.97) both infinite;
		transform: translate3d(0, 0, 0);
	}
	.call-phones span{
		animation: rotate 10s cubic-bezier(.36,.07,.19,.97) both infinite;
		transform: rotate(0deg);
	}

/*	@keyframes shake {
		0%, 100%{
		}
	  51%, 59% {
	    transform: translate3d(-1px, 0, 0);
	  }
	  
	  52%, 58% {
	    transform: translate3d(2px, 0, 0);
	  }

	  53%, 55%, 57% {
	    transform: translate3d(-4px, 0, 0);
	  }

	  54%, 56% {
	    transform: translate3d(4px, 0, 0);
	  }
	}
	@keyframes rotate {
		0%, 100%{
		}
	  51%, 59% {
	    transform: rotate(-15deg);
	  }
	  
	  52%, 58% {
	    transform: rotate(20deg);
	  }

	  53%, 55%, 57% {
	    transform: rotate(-25deg);
	  }

	  54%, 56% {
	    transform: rotate(30deg);
	  }
	}*/
}
@media (max-width:568px) {
	.section.top .title h1,
	.section.top .title{
		font-size:30px;
	}
	.section.top .caption{
		font-size:16px;
	}
	.section.work-scheme .tabs-content a,
	.section.work-scheme .tabs-content{
		font-size:16px;
	}
	.section.price .price-table td:first-child,
	.section.price .price-table td:last-child{
		font-size:12px;
	}
	.section.price .image-wrapper{
		padding-bottom:30px;
	}
}
@media (max-width:480px) {
	.section.top .title h1,
	.section.top .title{
		margin-top:0px;
	}
	.section.top .caption{
		margin-bottom:30px;
	}
	.section.price .price-table th, 
	.section.price .price-table td{
		padding:5px;
	}
}