* {
	outline: none;
}
body {
	font-family: 'gotham_proregular';
	overflow-x: hidden;
	margin-top: -20px;
}
.container {
	width: 1200px;
	position: relative;
}
section.padding {
	padding: 60px 0;
}
.goUp {
	display: none;
	text-align: center;
	width: 45px;
	height: 45px;
	line-height: 42px;
	background: rgba(0, 0, 0, 0.5);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: fixed;
	right: 40px;
	bottom: 40px;
	cursor: pointer;
	z-index: 99999;
}
.goUp a img {
	display: inline-block;
	vertical-align: middle;
}
.goUp.active {
	display: inline-block;
}
.main-title {
	font-size: 28px;
	font-family: 'gotham_probold';
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 40px;
}
.main-title:after {
	content: "";
	display: block;
	width: 95px;
	height: 1px;
	background: #000;
	margin: 15px auto 0;
}
.main-title.white {
	color: #fff;
}
.main-title.white:after {
	content: "";
	display: block;
	width: 95px;
	height: 1px;
	background: #fff;
	margin: 15px auto 0;
}
.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: 'gotham_probold';
	-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;
}
header {
	height: 70px;
	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: 5px;
	left: 0;
	display: block;
}
header .logo img {
	max-height: 60px;
	width: auto;
}
header .phone {
	top: 22px;
	right: 0;
	padding-left: 40px;
	background: url("../images/header/phone.png") left center no-repeat;
}
header .phone p {
	font-size: 20px;
}
header .menu {
	padding-top: 20px;
}
header .menu li {
	display: inline-block;
	margin-right: 30px;
}
header .menu li:last-child {
	margin-right: 0;
}
header .menu li a {
	display: block;
	font-size: 14px;
	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;
	padding: 3px;
	border: 1px solid #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
header .menu li a.active:before {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #000;
	position: absolute;
	bottom: -15px;
	left: 50%;
	transform: translate(-50%, 0);
	-moz-transform:translate(-50%, 0);
	-webkit-transform:translate(-50%, 0);
	-o-transform:translate(-50%, 0);
	-ms-transform:translate(-50%, 0);
}
.atm-block {
	background: url("../images/atm/bg.jpg") center no-repeat;
	background-size: 600px;
	background-attachment: fixed;
	background-size: cover;
	padding: 215px 0 50px;
}
.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: 60px;
/* 	text-transform: uppercase; */
	font-family: 'gotham_probold';
	margin-bottom: 60px;
	color: #fff;
}
.atm-block h2 {
	font-size: 18px;
	font-family: 'gotham_prolight';
	color: #fff;
}
.atm-block .items {
	margin-bottom: 80px;
}
.atm-block .item {
	display: inline-block;
	vertical-align: top;
	width: 210px;
	margin: 0 10px;
}
.atm-block .item img {
	display: block;
	margin: 0 auto 17px;
}
.atm-block .btn1 {
	margin-right: 10px;
}
.atm-block .btn1 p {
	border: 2px solid #f8db00;
	background: none;
	color: #f8db00;
}
.atm-block .btn1 p:hover {
	background: #f8db00;
	color: #000;
}
.atm-block .btn2 a {
	background: none;
	border: 2px dotted #fff;
	color: #fff;
}
.atm-block .btn2 a:hover {
	color: #000;
	background: #fff;
}
.atm-block .arrow {
	display: inline-block;
	width: 45px;
	height: 45px;
	background: url("../images/arrow-down.png");
	background-size: 45px;
}
.bounce{
  animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  -moz-animation: bounce 2s infinite;
  -o-animation: bounce 2s infinite;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}
  40% {-webkit-transform: translateY(-20px);}
  60% {-webkit-transform: translateY(-10px);}
  90% {-webkit-transform: translateY(-3px);}
}

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
  40% {-moz-transform: translateY(-20px);}
  60% {-moz-transform: translateY(-10px);}
  90% {-moz-transform: translateY(-3px);}
}

@-o-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
  40% {-o-transform: translateY(-20px);}
  60% {-o-transform: translateY(-10px);}
  90% {-o-transform: translateY(-3px);}
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
  40% {transform: translateY(-20px);}
  60% {transform: translateY(-10px);}
  90% {transform: translateY(-3px);}
}

.advantages-block .items {
	position: relative;
	height: 550px;
	padding-top: 150px;
}
.advantages-block .item {
	width: 430px;
	vertical-align: top;
	text-align: center;
	margin-bottom: 35px;
	position: absolute;
}
.advantages-block .item1 {
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	-moz-transform:translate(-50%, 0);
	-webkit-transform:translate(-50%, 0);
	-o-transform:translate(-50%, 0);
	-ms-transform:translate(-50%, 0);
}
.advantages-block .item2 {
	left: 0;
	top: 130px;
	/*text-align: right;*/
}
.advantages-block .item3 {
	left: 0;
	top: 300px;
	/*text-align: right;*/
}
.advantages-block .item4 {
	top: 420px;
	left: 50%;
	transform: translate(-50%, 0);
	-moz-transform:translate(-50%, 0);
	-webkit-transform:translate(-50%, 0);
	-o-transform:translate(-50%, 0);
	-ms-transform:translate(-50%, 0);
}
.advantages-block .item5 {
	top: 300px;
	right: 0;
	/*text-align: left;*/
}
.advantages-block .item6 {
	top: 130px;
	right: 0;
	/*text-align: left;*/
}
.advantages-block .item .img {
	width: 30px;
	height: 30px;
	line-height: 30px;
	border: 2px solid #fff;
	margin: 0 auto 10px;
}
/*.advantages-block .item2 .img, .advantages-block .item3 .img {
	margin-right: 0;
}
.advantages-block .item5 .img, .advantages-block .item6 .img {
	margin-left: 0;
}*/
.advantages-block .item .img img {
	display: inline-block;
	vertical-align: middle;
	max-height: 30px;
	width: auto;
}
.advantages-block .item .txt {
	display: inline-block;
	vertical-align: middle;
	width: 370px;
}
.advantages-block .item p {
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 5px;
	font-weight: 900;
}
.advantages-block .item p b {
	font-family: 'gotham_probold';
}
.advantages-block .item span {
	font-size: 16px;
	max-width: 230px;
	margin: 0 auto;
	font-family: 'gotham_prolight';
	color: #454545;
}

.services-block {
	background: #f6f4f1;
}
.services-block.services-page {
	background: #fff;
}
.services-block .product {
	margin-bottom: 40px;
}
.services-block table {
	display: inline-block;
	text-align: center;
	width: 900px;
	margin-bottom: 20px;
}
.services-block table td {
	border: none;
	border-bottom: 1px dotted #000;
	padding: 15px;
	width: 300px;
	font-family: 'gotham_prolight';
	vertical-align: middle;
	font-size: 20px;
}
.services-block table .bold td {
	font-family: 'gotham_promedium';
}
.services-block table .top td {
	font-size: 22px;
	font-family: 'gotham_proregular';
}
.services-block table .head {
	font-size: 22px;
	text-transform: uppercase;
	border: 1px solid #000;
	background: #000;
	color: #fff;
	width: 100%;
}
.services-block table .head td {
	font-family: 'gotham_probold';
}
.services-block .button {
	text-align: right;
	width: 900px;
	margin: 0 auto;
}

.form-block {
	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: 'gotham_problack';
	margin-bottom: 30px;
}
.form-block .main-title:after {
	display: none;
}
.form-block .title {
	font-size: 24px;
	font-family: 'gotham_prolight';
	margin-bottom: 60px;
}
.form-block .action-block .main-title {
	font-size: 60px;
	margin-bottom: 15px;
	font-family: 'gotham_prolight';
}
.form-block .action-block .subtitle {
	font-size: 40px;
	text-transform: uppercase;
	color: #f8da03;
	margin-bottom: 10px;
	font-family: 'gotham_probold';
}
.form-block .subtitle a, .popup .subtitle2 a {
	color: #fff;
	font-family: 'gotham_probold';
	text-decoration: underline;
}
.wabtn a {
	padding: 20px;
	background: #01e675;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	text-transform: uppercase;
}
.form-block .action-block ul li {
	font-size: 24px;
	list-style: none;
	padding-left: 25px;
	background: url("../images/form/action-bullet.png") left center no-repeat;
	background-size: 17px;
	margin-bottom: 5px;
}
.form-block .action-block .prices {
	font-size: 22px;
	text-transform: uppercase;
}
.form-block .action-block .prices span {
	margin-left: 20px;
	display: inline-block;
	vertical-align: middle;
}
.form-block .action-block .prices .old span {
	text-decoration: line-through;
	font-size: 30px;
}
.form-block .action-block .prices .new span {
    font-family: 'gotham_probold';
	font-size: 40px;
}
.form-block .action-block .date {
    font-family: 'gotham_probold';
	font-size: 36px;
}
.form-block .form {
	display: inline-block;
	vertical-align: middle;
	background: #f8da03;
	width: 400px;
	height: 400px;
	padding: 10px;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: relative;
}
.form-block .form .title {
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-family: 'gotham_probold';
}
.form-block .form .form-inner {
	border-radius: 50%;
	border: 2px dashed #000;
	width: 380px;
	height: 380px;
	padding: 70px 50px 30px;
}
.form-block .form input {
	display: block;
	border: none;
}
.form-block .form input[type="text"] {
	height: 40px;
	background: none;
	width: 90%;
	margin: 0 auto 15px;
	font-size: 18px;
	border-bottom: 1px solid #000;
	color: #000;
	font-family: 'gotham_prolight';
	text-align: center;
}
.form-block .form input::-webkit-input-placeholder {color:#000;}
.form-block .form input::-moz-placeholder          {color:#000;}
.form-block .form input:-moz-placeholder           {color:#000;}
.form-block .form input:-ms-input-placeholder      {color:#000;}
.form-block .form input::-webkit-input-placeholder       {text-indent: 0px;   transition: text-indent 0.8s ease;}
.form-block .form input::-moz-placeholder                {text-indent: 0px;   transition: text-indent 0.8s ease;}
.form-block .form input:-moz-placeholder                 {text-indent: 0px;   transition: text-indent 0.8s ease;}
.form-block .form input:-ms-input-placeholder            {text-indent: 0px;   transition: text-indent 0.8s ease;}
.form-block .form input:focus::-webkit-input-placeholder {text-indent: 500px; transition: text-indent 0.8s ease;}
.form-block .form input:focus::-moz-placeholder          {text-indent: 500px; transition: text-indent 0.8s ease;}
.form-block .form input:focus:-moz-placeholder           {text-indent: 500px; transition: text-indent 0.8s ease;}
.form-block .form input:focus:-ms-input-placeholder      {text-indent: 500px; transition: text-indent 0.8s ease;}
.form-block .form input[type="submit"] {
	display: inline-block;
	margin-top: 20px;
	background: none;
	border: 2px solid #000;
	color: #000;
}
.form-block .form input[type="submit"]:hover {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.form-block .items {
	padding-top: 40px;
}
.form-block .item {
	margin-bottom: 10px;
}
.form-block .item p {
	font-size: 18px;
	text-align: left;
	padding: 10px 0 10px 50px;
}
.form-block .item p b {
	font-family: 'gotham_probold';
}
.form-block .cost p {
	background: url("../images/form/cost.png") left center no-repeat;
}
.form-block .speed p {
	background: url("../images/form/speed.png") left center no-repeat;
}
.form-block .security p {
	background: url("../images/form/security.png") left center no-repeat;
}
.form-block1 {
	background: url("../images/form/form1-bg.jpg") center no-repeat;
/* 	background-attachment: fixed; */
	background-size: cover;
}
.form-block2 {
	background: url("../images/form/form2-bg.jpg") center no-repeat;
	background-size: cover;
/* 	background-attachment: fixed; */
}

.figures-block {
	background: url("../images/figures/clock-pattern.png");
	/*background-size: 200px;*/
}
.figures-block .item {
	display: inline-block;
	vertical-align: top;
	width: 23%;
	margin: 0 0.5%;
}
.figures-block .item .figure {
	width: 180px;
	height: 180px;
	line-height: 180px;
	text-align: center;
	margin: 0 auto 15px;
	background: #000;
	border-radius: 3px;
	overflow: hidden;
}
.figures-block .item .figure img {
	max-width: 120px;
	height: auto;
}
.figures-block .item .figure b {
	display: inline-block;
	width: 150px;
	height: 150px;
	line-height: 150px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #000;
	background: #fff;
}
.figures-block .item .figure b i {
	display: inline-block;
	vertical-align: middle;
	font-size: 40px;
	font-family: 'gotham_problack';
	font-style: normal;
}
.figures-block .item p {
	font-size: 18px;
	font-family: 'gotham_probold';
	margin-bottom: 10px;
	text-transform: uppercase;
}

.different-block {
	background: url("../images/different/bg2.jpg") center no-repeat;
	background-size: cover;
/* 	background-attachment: fixed; */
}
.different-block .main-title {
	margin-bottom: 10px;
	color: #fff;
}
.different-block .main-title:after {
	display: none;
}
.different-block .title {
	font-size: 20px;
	margin-bottom: 30px;
	font-family: 'gotham_prolight';
	color: #fff;
}
.different-block .items {
	display: inline-block;
}
.different-block .item {
	width: 30%;
	height: 440px;
	background: #fff;
	margin: 0 1% 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 25px;
}
.different-block .item .img {
	margin-bottom: 20px;
}
.different-block .item p {
	font-size: 18px;
	text-transform: uppercase;
	font-family: 'gotham_probold';
	margin-bottom: 10px;
}
.different-block .item span {
	display: block;
	font-size: 18px;
	font-family: 'gotham_prolight';
	/*font-style: italic;*/
}

.steps-block {
	background: url("../images/figures/clock-pattern.png");
}
.steps-block .step {
	display: inline-block;
	vertical-align: top;
	width: 350px;
	margin: 0 20px 30px 20px;
}
.steps-block .step:hover .num {
	background: #d81414;
}
.steps-block .step:hover .desc p {
	color: #d81414;
}
.steps-block .num {
	width: 50px;
	height: 50px;
	background: #000;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #fff;
	padding: 10px;
	font-size: 26px;
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	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;
}
.steps-block .desc {
	width: 280px;
	font-size: 17px;
	display: inline-block;
	vertical-align: top;
	text-align: left;
}
.steps-block .desc p {
	font-size: 22px;
	font-family: 'gotham_probold';
	margin-bottom: 10px;
	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;
}
.steps-block .desc span {
	font-family: 'gotham_prolight';
}
.steps-block .desc span a {
	text-decoration: underline;
	font-family: 'gotham_promedium';
}

.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: 'gotham_probold';
	margin-bottom: 3px;
}
.reviews-block .order {
	font-family: 'gotham_prolight';
} 
.reviews-block .text {
	font-size: 17px;
	margin-bottom: 15px;
	font-style: italic;
}
.reviews-block .fb {
	text-align: right;
	padding-right: 20px;
}

.clients-block .item {
	display: inline-block;
	vertical-align: middle;
	margin: 0 45px 60px;
}
.clients-block .item img {
	max-height: 130px;
	width: auto;
	max-width: 270px;
	height: auto;
}

footer {
	padding-top: 40px;
	background: #000;
	color: #fff;
}
footer .main-title.white, .contacts-page .main-title.white {
	text-align: left;
	margin-bottom: 20px;
	color: #f8da03;
}
footer .main-title.white:after, .contacts-page .main-title.white:after {
	content: "";
	margin: 10px 0 0;
	background: #f8da03;
}
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: 'gotham_prolight';
}
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: 35px;
	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;
	height: 360px;
	width: 40%;
}
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;
}
.popup {
	display: none;
	width: 90%;
	height: 90%;
	background: url("../images/form/popup-bg.jpg") center no-repeat;
	background-size: cover;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	z-index: 100000;
	padding: 80px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	text-align: center;
	-webkit-box-shadow: 0px 0px 35px 2px rgba(0,0,0,0.49);
	-moz-box-shadow: 0px 0px 35px 2px rgba(0,0,0,0.49);
	box-shadow: 0px 0px 35px 2px rgba(0,0,0,0.49);
	overflow: scroll;
	color: #fff;
}
.popup .main-title {
	font-size: 24px;
	margin-bottom: 20px;
	font-size: 30px;
}
.popup .subtitle {
	margin-bottom: 30px;
	font-size: 20px;
}
.popup form {
	width: 300px;
	margin: 0 auto;
}
.popup input {
	border: none;
}
.popup input[type='text'] {
	display: block;
	width: 100%;
	font-size: 16px;
	border-bottom: 1px solid #fff;
	margin: 0 auto 20px;
	font-family: 'gotham_prolight';
	padding-bottom: 10px;
	background: none;
	color: #fff;
	text-align: center;
}
.popup input::-webkit-input-placeholder {color:#fff;}
.popup input::-moz-placeholder          {color:#fff;}
.popup input:-moz-placeholder           {color:#fff;}
.popup input:-ms-input-placeholder      {color:#fff;}
.popup input[type='submit'] {
	width: 100%;
	margin-top: 15px;
}
.popup .close {
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
}

.contacts-page {
	background: url("../images/contacts/bg.jpg") center no-repeat;
	background-size: cover;
	margin-top: 80px;
	color: #fff;
	padding: 60px 0 25px;
}
.contacts-page .title {
	font-size: 22px;
	font-family: 'gotham_promedium';
	margin-bottom: 20px;
	color: #f8da03;
}
.contacts-page .item {
	margin-bottom: 30px;
}
.contacts-page .item.contacts {
	margin-right: 15%;
}
.contacts-page .contact {
	margin-bottom: 10px;
}
.contacts-page .contact p {
	display: inline-block;
	padding: 5px 0 5px 50px;
	background-size: 30px;
	font-size: 18px;
}
.contacts-page .contacts .address p {
	background: url("../images/contacts/address.png") left center no-repeat;
	background-size: 25px;
}
.contacts-page .contacts .email p {
	background: url("../images/contacts/email.png") left center no-repeat;
	background-size: 25px;
}
.contacts-page .contacts .phone p {
	background: url("../images/contacts/phone.png") left center no-repeat;
	background-size: 28px;
}
.contacts-page .contacts .phone p a {
	display: block;
	color: #fff;
}
.contacts-page .whours p, .contacts-page .information p {
	font-size: 18px;
	margin-bottom: 10px;
}
.contacts-page .whours p span {
	font-family: 'gotham_promedium';
}
.contacts-page .info {
}
.contacts-page .seal {
	height: 150px;
	width: 150px;
	background: url("../images/contacts/seal.png") center no-repeat;
	background-size: cover;
}
.contacts-page iframe {
	border: 5px solid #f8db00 !important;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}












