* {
	outline: none;
}
body {
	font-family: 'arial';
	overflow-x: hidden;
	margin-top: -20px;
}
.container {
	width: 1200px;
	position: relative;
}
section.padding {
	padding: 60px 0;
}
.goUp {
	display: none;
	text-align: center;
	width: 60px;
	height: 60px;
	line-height: 42px;
	position: fixed;
	right: 40px;
	bottom: 40px;
	cursor: pointer;
	z-index: 99999;
}
.goUp a img {
	display: inline-block;
	vertical-align: middle;
	max-height: 60px;
	width: auto;
}
.goUp.active {
	display: inline-block;
}
.main-title {
	font-size: 50px;
	font-family: 'HelveticaNeueCyr-Black';
	text-transform: uppercase;
	/*text-align: right;*/
	margin-bottom: 40px;
}
.main-title.white {
	color: #fff;
}
.title {
	font-size: 25px;
	margin-bottom: 30px;
	color: #c00901;
	text-transform: uppercase;
	font-family: 'HelveticaNeueCyr-Medium';
}
.header-mobile {
	display: none;
}
.blur {
	-webkit-filter: blur(8px);
	-moz-filter: blur(8px);
	filter: blur(8px);
}
.darker {
	position: relative;
}
.darker:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
}
.button a, .button p, input[type="submit"] {
	display: inline-block;
	font-size: 18px;
	text-transform: uppercase;
	padding: 8px 10px;
	font-family: 'HelveticaNeueCyr-Bold';
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	background: #d81414; 
	cursor: pointer;
	transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
}
.button.action-button a, .button.action-button p {
	background: #04a265;
}
.wabtn a {
	display: inline-block;
    padding: 20px 20px 20px 70px;
    background: #29a71a url("../images/whatsapp2.png") 16px 7px no-repeat;
    background-size: 40px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-transform: uppercase;
}
header {
	height: 80px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.13);
	-moz-box-shadow:    0px 0px 3px 3px rgba(0, 0, 0, 0.13);
	box-shadow:         0px 0px 3px 3px rgba(0, 0, 0, 0.13);
}
header .logo {
	top: 8px;
	left: 30px;
	display: block;
}
header .logo img {
	max-height: 60px;
	width: auto;
}
header .phone {
	top: 23px;
	right: 50px;
	padding-left: 40px;
	background: url("../images/header/phone.png") left center no-repeat;
}
header .phone p {
	font-size: 26px;
	color: #c00901;
}
header .menu {
	padding-top: 30px;
}
header .menu li {
	display: inline-block;
	margin-right: 40px;
}
header .menu li:last-child {
	margin-right: 0;
}
header .menu li a {
	display: block;
	font-size: 18px;
	text-transform: uppercase;
	position: relative;
	transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
}
.wabtn a {
	padding: 15px 18px 15px 60px;
	background-size: 34px;
}

.atm-block {
	background: url("../images/atm/bg.jpg") center no-repeat;
	background-size: 600px;
	background-attachment: fixed;
	background-size: cover;
	padding: 215px 0 90px;
}
.atm-block .logo-hidden {
	display: none;
}
.atm-block.atm-price {
	/*height: 400px;*/
	background: url("../images/atm/bg-price.jpg") center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.atm-block.atm-feedback {
	background: url("../images/atm/bg-feedback.jpg") center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.atm-block h1 {
	font-size: 55px;
 	text-transform: uppercase; 
	font-family: 'HelveticaNeueCyr-Black';
	margin-bottom: 60px;
	color: #fff;
}
.atm-block h2 {
	font-size: 20px;
	font-family: 'HelveticaNeueCyr-Thin';
	color: #fff;
	margin-bottom: 50px;
/* 	background: #c00901; */
/* 	padding: 25px 0; */
}
.atm-block h2 p {
/* 	display: inline-block; */
	margin-bottom: 30px;
	font-size: 24px;
}
.atm-block h2 span {
	display: inline-block;
	padding: 0 20px;
}
.atm-block .btn p {
	padding: 15px 20px 12px;
	border: 2px solid #fff;
	background: #fff;
	color: #c00901;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.atm-block .btn p:hover {
	background: #c00901;
	color: #fff;
}

.services-block {
/* 	background: #ececec; */
	background: #000;
}
.services-block .main-title {
	color: #fff;
}
.services-block .item {
	display: inline-block;
	vertical-align: middle;
	margin: 15px 3%;
	padding-top: 25px; 
	width: 230px;
	height: 230px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid;
	background: #fff;
}
.services-block .item .img {
	margin-bottom: 15px;
}
.services-block .item .service {
	text-transform: uppercase;
	font-size: 20px;
	margin-bottom: 25px;
}

.price-block {
	background: #ececec;
	padding-top: 50px;
}
.price-block table {
	display: inline-block;
	text-align: center;
	width: 900px;
	margin-bottom: 20px;
}
.price-block table td {
	border: none;
	/*border-bottom: 1px dotted #000;*/
	padding: 15px;
	width: 300px;
	font-family: 'HelveticaNeueCyr-Light';
	vertical-align: middle;
	font-size: 20px;
}
.price-block table .bold td {
	font-family: 'gotham_promedium';
}
.price-block table .top td {
	font-size: 22px;
	font-family: 'HelveticaNeueCyr-Medium';
}
.price-block table .head {
	font-size: 22px;
	text-transform: uppercase;
	border: 1px solid #000;
	background: #000;
	color: #fff;
	width: 100%;
}
.price-block table .head td {
	font-family: 'HelveticaNeueCyr-Bold';
}
.price-block .button {
	text-align: right;
	width: 900px;
	margin: 0 auto;
}

.advantages-block {
	padding: 60px 0;
}
.advantages-block .item {
	display: inline-block;
	vertical-align: top;
	width: 35%;
	margin: 0 0.5% 20px 0.5%;
}
.advantages-block .item p {
	font-size: 18px;
	margin-bottom: 7px;
	text-transform: uppercase;
	padding: 60px 0 0px 0;
	background: url("../images/checked.png") center top no-repeat;
	background-size: 40px;
}

.reviews-block {
	background: #f6f4f1;
}
.reviews-block .item {
	display: inline-block;
	width: 47%;
	margin-bottom: 40px;
}
.reviews-block .items-screens {
	text-align: center;
	margin-bottom: 30px;
}
.reviews-block .screens-feedbackPage {
	margin-bottom: 60px;
}
.reviews-block .items-googlemaps {
	text-align: center;
}
.reviews-block .items-googlemaps .item img {
	max-width: 350px;
	height: auto;
	margin: 0 auto;
}
.reviews-block .items-screens .item {
	display: inline-block;
	vertical-align: top;
	width: auto;
}
.reviews-block .items-screens .item img {
	max-width: 280px;
	height: auto;
	margin: 0 auto;
}
.reviews-block .items-letters-mobile {
	display: none;
}
.reviews-block .items-letters {
	margin-bottom: 50px;
}
.reviews-block .items-letters .item {
	display: inline-block;
	width: auto;
	margin: 0 10px 20px;
}
.reviews-block .items-letters .item img {
	max-width: 250px;
	height: auto;
	margin: 0 auto;
	border: 8px solid #3c010e;
}
.reviews-block .items-letters .item.horizontal img {
	max-width: 300px;
}
.reviews-block .reviews-slider .item:nth-child(odd) {
	margin-right: 20px;
}
.reviews-block .author, .reviews-block .review {
	display: inline-block;
	vertical-align: top;
}
.reviews-block .author {
	width: 120px;
	height: 120px;
	margin-right: 15px;
}
.reviews-block .author img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.reviews-block .review {
	width: 390px;
	text-align: left;
}
.reviews-block .info {
	text-align: left;
}
.reviews-block .name {
	font-size: 22px;
	font-family: 'HelveticaNeueCyr-Bold';
	margin-bottom: 3px;
}
.reviews-block .order {
	font-family: 'HelveticaNeueCyr-Light';
} 
.reviews-block .text {
	font-size: 17px;
	margin-bottom: 15px;
	font-style: italic;
}
.reviews-block .fb {
	text-align: right;
	padding-right: 20px;
}

.form-block {
	background: url("../images/bg-form.jpg") center no-repeat;
	background-size: 120%;
	background-attachment: fixed;
}
.form-block .dib {
	vertical-align: top;
}
.form-block .text {
	color: #fff;
	width: 650px;
	text-align: left;
	vertical-align: middle;
}
.form-block .main-title {
	font-size: 50px;
	font-family: 'HelveticaNeueCyr-Black';
	margin-bottom: 30px;
	text-align: center;
}
.form-block .main-title:after {
	display: none;
}
.form-block .title {
	font-size: 24px;
	/*font-family: 'HelveticaNeueCyr-Light';*/
	text-align: center;
	color: #fff;
	margin-bottom: 50px;
}

footer {
	padding-top: 40px;
	background: #000;
	color: #fff;
}
footer .contacts {
	width: 40%;
	text-align: left;
	vertical-align: middle;
	margin-right: 5%;
}
footer h3 {
	text-transform: uppercase;
	padding-bottom: 10px;
}
footer .office {
	margin-bottom: 8px;
}
footer p {
	font-size: 15px;
	margin-bottom: 5px;
	font-family: 'HelveticaNeueCyr-Light';
}
footer p a {
	color: #fff;
}
footer .web-contacts .item p {
	font-size: 16px;
} 
footer .social a {
	display: inline-block;
	margin-right: 10px;
}
footer .social a:last-child {
	margin-right: 0;
}
footer .social a img {
	height: 25px;
	width: auto;
}
footer .whours {
	text-align: right;
}
footer .whours .main-title, .contacts-page .whours .main-title {
	text-align: right;
	padding-bottom: 11px;
	position: relative;
}
footer .whours .main-title:after, .contacts-page .whours .main-title:after {
	position: absolute;
	margin: 0;
	right: 0;
	bottom: 0;
}
footer .whours .item {
	margin-bottom: 12px;
}
footer .map {
	display: inline-block;
	vertical-align: middle;
}
footer .map img {
	max-height: 360px;
	width: auto;
}
/*
footer .map iframe {
	border-radius: 10%;
	width: 100%;
	height: 100%;
}
*/
footer .lower-line {
	margin-top: 30px;
	padding-bottom: 20px;
}
footer .logo, .contacts-page .logo {
	margin-bottom: 10px;
}
footer .logo img, .contacts-page .logo img {
	max-height: 40px;
	width: auto;
}
footer .dev {
	text-align: right;
}
footer .dev a {
	color: #fe3354;
}

.overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.8);
	z-index: 99999;
}












