.button-navigate-to-top {
	position: fixed;
	bottom: 10px;
	right: 10px;
	height: 60px;
	width: 60px;
	border-radius: 5px;
	background: url('../img/to-top-arrow.png') 0 0 repeat;
	z-index: 999;
	display: block;
	opacity: 0.05;
	transition: all 0.5s;
}
.button-navigate-to-top:hover {
	opacity: 0.5;
}
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: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block; }

@font-face {
  font-family: "RobotoCondensed";
  src: url('../fonts/RobotoCondensed-Regular-webfont.eot');
  src: url('../fonts/RobotoCondensed-Regular-webfont.eot?#iefix') format('eot'), url('../fonts/RobotoCondensed-Regular-webfont.ttf') format('truetype'), url('../fonts/RobotoCondensed-Regular-webfont.woff') format('woff'), url('../fonts/RobotoCondensed-Regular-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "RobotoCondensed";
  src: url('../fonts/RobotoCondensed-Bold-webfont.eot');
  src: url('../fonts/RobotoCondensed-Bold-webfont.eot?#iefix') format('eot'), url('../fonts/RobotoCondensed-Bold-webfont.ttf') format('truetype'), url('../fonts/RobotoCondensed-Bold-webfont.woff') format('woff'), url('../fonts/RobotoCondensed-Bold-webfont.svg') format('svg');
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: "icons";
  src: url('../fonts/icomoon.eot');
  src: url('../fonts/icomoon.eot?#iefix') format('eot'), url('../fonts/icomoon.ttf') format('truetype'), url('../fonts/icomoon.woff') format('woff'), url('../fonts/icomoon.svg') format('svg');
  font-weight: normal;
  font-style: normal; }

  
  @font-face {
	font-family: 'additioanal-icons';
	src:url('../fonts/icon-font/additioanal-icons.eot?vr3ah8');
	src:url('../fonts/icon-font/additioanal-icons.eot?#iefixvr3ah8') format('embedded-opentype'),
		url('../fonts/icon-font/additioanal-icons.woff?vr3ah8') format('woff'),
		url('../fonts/icon-font/additioanal-icons.ttf?vr3ah8') format('truetype'),
		url('../fonts/icon-font/additioanal-icons.svg?vr3ah8#additioanal-icons') format('svg');
	font-weight: normal;
	font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
	font-family: 'additioanal-icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
    font-size: 50px;
    text-decoration: none;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
[class^="icon-"]:hover, [class*=" icon-"]:hover {
	opacity: 0.5;
}
.icon-gp:before {
	content: "\e600";
    color: #dd4b39;
}
.icon-ok:before {
	content: "\e601";
    color: #ef9a00;
}
.icon-fb:before {
	content: "\e602";
    color: #3c5b9b;
}
.icon-vk:before {
	content: "\e603";
    color: #446b97;
}
  
   body {
	min-width: 980px;
  }
   #map {
	min-width: 890px;
	max-width: 1190px;
 }
 .ymaps-map{
 width: 100% !important;
	min-width: 890px !important;
	max-width: 1190px !important;
 }
  
.header__holder, .promo__holder, .recomend__holder, .iclist__holder, .services__holder, .troubles__holder, .companyes__holder, .nums__holder, .payment__holder, .contacts__holder, .footer__holder, .thanks__holder {
  zoom: 1; }
.header__holder:after, .promo__holder:after, .recomend__holder:after, .iclist__holder:after, .services__holder:after, .troubles__holder:after, .companyes__holder:after, .nums__holder:after, .payment__holder:after, .contacts__holder:after, .footer__holder:after, .thanks__holder:after {
  clear: both;
  display: table;
  content: ""; }

.header__holder, .promo__holder, .recomend__holder, .iclist__holder, .services__holder, .troubles__holder, .companyes__holder, .nums__holder, .payment__holder, .contacts__holder, .footer__holder, .thanks__holder {
  max-width: 1200px;
  min-width: 900px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px; }

body {
  -webkit-font-smoothing: antialiased;
  border-top: 8px solid #182b41;
  border-bottom: 8px solid #005996; }

.button {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #55bed1;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.33);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.33);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.33);
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, rgba(0, 0, 0, 0.15)), color-stop(100%, rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 100%);
  cursor: pointer;
  outline: none;
  display: inline-block;
  border: none;
  padding: 0 10px;
  color: #fff;
  font: bold 40px/64px "RobotoCondensed", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px; }
.button:hover {
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.15)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%);
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%);
  background-image: linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%); }
.button:active {
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.15)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%);
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%);
  background-image: linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%);
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.33), inset 0 2px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.33), inset 0 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.33), inset 0 2px 2px rgba(0, 0, 0, 0.2);
  outline: none; }
.button._size_small {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font: bold 24px/42px "RobotoCondensed", Arial, Helvetica, sans-serif; }
.button._size_middle {
  font: bold 30px/65px "RobotoCondensed", Arial, Helvetica, sans-serif; }

.section__title {
  margin: 0 auto 70px;
  max-width: 800px;
  font: bold 40px/48px "RobotoCondensed", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  text-align: center; }
.section__title._color_light {
  color: #fff; }

a {
  cursor: pointer; }

.header {
  position: relative;
  z-index: 5;
  background: #e0e2e3; }

.header__holder {
  padding-top: 10px;
  padding-bottom: 10px;
  height: 70px;
  position: relative; }

.header__logo, .footer__logo {
  width: 314px;
  height: 53px;
  float: left;
  overflow: hidden;
  display:block;
  position: relative;
  top: 10px;
  background: url(../img/header__logo.png) no-repeat 0 0;
  text-indent: -1000%; }

.header__contacts {
  position: absolute;
  right: 40px;
  top: 5px;
  text-align: right; }
.header__contacts a {
  border-bottom: 1px dashed #182b41;
  color: #182b41;
  font: normal 16px "RobotoCondensed", Arial, Helvetica, sans-serif;
  text-decoration: none;
  text-transform: uppercase; }
.header__contacts a:hover {
  color: #adadad; }

.header__phones {
  font: bold 22px/28px "RobotoCondensed", Arial, Helvetica, sans-serif; }

.promo {
  border-bottom: 20px solid #182b41;
  margin-top: -90px;
  height: 735px;
  background: #e0e3e4 url(../img/promo__image.jpg) 50% 0 no-repeat; }

.promo__holder {
  text-align: center; }

.promo__form {
  float: right;
  width: 460px; }

.promo__title, .thanks__title {
  padding-top: 130px;
  padding-bottom: 40px;
  font: bold 34px/40px "RobotoCondensed", Arial, Helvetica, sans-serif;
  text-align: center;
  text-transform: uppercase; }
.promo__title mark, .thanks__title mark {
  background-color: transparent;
  color: #e31e24; }

.recomend {
  background: url(../img/texture__light_more.png);
  padding: 90px 0 60px;
  position: relative; }
.recomend:before {
  width: 100%;
  height: 19px;
  position: absolute;
  top: -9px;
  left: 0;
  background: url(../img/zub3.png) repeat-x;
  content: ''; }

.recomend__list {
  margin: 0 -20px;
  font-size: 0;
  text-align: center; }

.recomend__item {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  margin-bottom: 40px;
  text-align: center; }
@media (max-width: 1100px) {
  .recomend__item {
    width: 25%; } }

.iclist {
  padding: 90px 0 100px;
  position: relative;
  background: #335b76;
  text-align: center; }
.iclist:before, .iclist:after {
  width: 100%;
  height: 19px;
  position: absolute;
  left: 0;
  background: url(../img/zub.png) repeat-x;
  content: ''; }
.iclist:before {
  top: -9px; }
.iclist:after {
  bottom: -9px; }

.iclist__list {
  margin: 0 -20px;
  font-size: 0; }
.iclist._type_why .iclist__list {
  margin-bottom: -60px; }

.iclist__item {
  width: 33.333%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 66px;
  position: relative; }
.iclist__item:before {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  background-color: #3b3b3b;
  background-image: -webkit-gradient(linear, 100% 100%, 0% 0%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(28.76%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0.3)));
  background-image: -webkit-linear-gradient(bottom right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 28.76%, rgba(255, 255, 255, 0.3) 100%);
  background-image: -moz-linear-gradient(bottom right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 28.76%, rgba(255, 255, 255, 0.3) 100%);
  background-image: -o-linear-gradient(bottom right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 28.76%, rgba(255, 255, 255, 0.3) 100%);
  background-image: linear-gradient(bottom right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 28.76%, rgba(255, 255, 255, 0.3) 100%);
  width: 102px;
  height: 102px;
  display: block;
  margin: 0 auto 8px;
  font: 70px/102px icons;
  color: #fff;
  text-align: center; }
.iclist__item._type_time:before {
  content: "\e60d";
  text-indent: -4px; }
.iclist__item._type_dollar:before {
  content: "\e601"; }
.iclist__item._type_location:before {
  content: "\e0f1"; }
.iclist__item._type_man:before {
  content: "\e60c"; }
.iclist__item._type_graf:before {
  content: "\e1ee"; }
.iclist__item._type_settings:before {
  content: "\e60e"; }
.iclist__item._type_hummer:before {
  content: "\e607"; }
.iclist__item._type_copyr:before {
  content: "\e60b"; }
.iclist__item._type_v:before {
  content: "\e613"; }
.iclist__item._type_auto:before {
  content: "\e612"; }
.iclist__item._type_accessory:before {
  content: "\e608"; }
.iclist__item._type_calc:before {
  content: "\e606"; }
.iclist__item._type_walet:before {
  content: "\e60f"; }
.iclist__item._type_call:before {
  content: "\e610"; }
.iclist__item._type_box:before {
  content: "\e60a"; }
.iclist__item._has_arrow:after {
  height: 22px;
  width: 35px;
  position: absolute;
  top: 163px;
  right: -19px;
  background: url('../img/icons-s26badba930.png');
  background-position: 0 0;
  content: ''; }
.iclist._type_how .iclist__item {
  margin-bottom: 89px; }
.iclist._type_how .iclist__item:before {
  width: 128px;
  height: 128px;
  line-height: 128px; }

.iclist__item-content {
  padding: 0 20px;
  color: #fff; }
.iclist__item-content h3 {
  font: bold 20px/32px "RobotoCondensed", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  margin-bottom: 15px; }
.iclist__item-content p {
  font: normal 18px/22px "RobotoCondensed", Arial, Helvetica, sans-serif; }

.iclist__note {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 45px 20px;
  border: 2px solid #fff;
  text-align: center; }
.iclist__note mark {
  color: red;
  background-color: transparent; }

.iclist__note-title, .iclist__note-text {
  font: bold 24px/32px "RobotoCondensed", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #fff; }

.iclist__note-title {
  display: inline-block;
  border-bottom: 3px dashed #fff;
  margin-bottom: 20px; }

.services {
  padding: 90px 0 100px;
  background: url(../img/texture__light.png); }

.services__list {
  margin: 0 -20px;
  padding: 10px 0 22px;
  font-size: 0; }

.services__item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  height: 64px;
  padding: 0 20px;
  margin-bottom: 15px;
  font: bold 24px/32px "RobotoCondensed", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  position: relative; }
.services__item:before {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  width: 44px;
  height: 44px;
  border: 3px solid #182b41;
  float: left;
  margin: 7px 10px 0 0;
  font: 24px/48px icons;
  color: #182b41;
  text-align: center;
  content: "\e602"; }
.services__item._type_last {
  width: 100%;
  text-align: center; }
.services__item._type_last:before {
  float: none;
  display: inline-block;
  vertical-align: middle;
  margin-top: 0; }

.services_txt {
  display: table-cell;
  height: 64px;
  vertical-align: middle; }
.services__item._type_last .services_txt {
  display: inline-block;
  height: auto; }

.services__button {
  text-align: center; }

.troubles {
  padding: 90px 0 100px;
  position: relative;
  background: #e0e3e4; }
.troubles:before, .troubles:after {
  width: 100%;
  height: 19px;
  position: absolute;
  left: 0;
  background: url(../img/zub4.png) repeat-x;
  content: ''; }
.troubles:before {
  top: -9px; }
.troubles:after {
  bottom: -9px; }

.troubles__item {
  padding-bottom: 14px;
  margin-bottom: 17px;
  border-bottom: 1px dotted #7b7b7b;
  font-size: 0; }
.troubles__item._type_last {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0; }

.troubles__cons, .troubles__pros {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  position: relative; }
.troubles__cons:before, .troubles__pros:before {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  width: 48px;
  height: 48px;
  position: relative;
  z-index: 2;
  float: left;
  margin: 7px 10px 0 0;
  font: 23px/48px icons;
  color: #fff;
  text-align: center; }
.troubles__cons:after, .troubles__pros:after {
  width: 71px;
  height: 29px;
  position: absolute;
  left: -10px;
  top: 38px;
  z-index: 1;
  background: url(../img/conpros.png);
  content: ''; }

.troubles__cons:before {
  background: #e21e24;
  content: "\e604"; }

.troubles__pros:before {
  background: #46b52d;
  content: "\e603"; }

.troubles__txt {
  margin: 0 40px;
  font: normal 18px/32px "RobotoCondensed", Arial, Helvetica, sans-serif; }

.companyes {
  background: url(../img/texture__gray.png); }

.companyes__bg {
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(-25%, rgba(0, 0, 0, 0.1)), color-stop(125%, rgba(255, 255, 255, 0.1)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.1) -25%, rgba(255, 255, 255, 0.1) 125%);
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.1) -25%, rgba(255, 255, 255, 0.1) 125%);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.1) -25%, rgba(255, 255, 255, 0.1) 125%);
  background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.1) -25%, rgba(255, 255, 255, 0.1) 125%);
  padding: 90px 0 50px; }

.companyes_list {
  margin: 0 -25px;
  font-size: 0;
  padding: 33px 0 0 0;
  text-align: center; }

.companyes__item {
  width: 20%;
  display: inline-block;
  margin-bottom: 50px; }
@media (max-width: 1100px) {
  .companyes__item {
    width: 25%; } }

.companyes__logo {
  margin: 0 25px;
  border: 1px solid #cccccc;
  background: #fff; }
.companyes__logo img {
  width: 100%;
  max-width: 212px;
  height: auto;
  vertical-align: top; }

.nums {
  background: url(../img/texture__light_more.png);
  padding: 90px 0 0;
  position: relative; }
.nums:before {
  width: 100%;
  height: 19px;
  position: absolute;
  top: -9px;
  left: 0;
  background: url(../img/zub3.png) repeat-x;
  content: ''; }

.nums__logo {
  width: 454px;
  height: 142px;
  margin: 92px auto 89px;
  overflow: hidden;
  background: url(../img/nums__logo.png);
  text-indent: -1000%; }

.nums__list {
  margin: 0 -40px;
  font-size: 0; }

.nums__item {
  display: inline-block;
  width: 25%;
  margin-bottom: 100px;
  vertical-align: top; }
.nums__item .padfix {
  margin: 0 40px; }

.nums__item-title {
  margin-bottom: 30px;
  font: bold 24px/20px "RobotoCondensed", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #182b41; }

.nums__item-num {
  font: bold 36px/22px "RobotoCondensed", Arial, Helvetica, sans-serif;
  color: #000;
  margin-bottom: 8px; }

.nums__item-text {
  font: normal 18px/22px "RobotoCondensed", Arial, Helvetica, sans-serif;
  color: #000; }

.payment {
  padding: 90px 0 100px;
  position: relative;
  background: #e0e3e4; }
.payment:before, .payment:after {
  width: 100%;
  height: 19px;
  position: absolute;
  left: 0;
  background: url(../img/zub4.png) repeat-x;
  content: ''; }
.payment:before {
  top: -9px; }
.payment:after {
  bottom: -9px; }

.payment__list {
  text-align: center;
  font-size: 0; }

.payment__item {
  width: 128px;
  height: 128px;
  display: inline-block;
  margin: 0 30px;
  position: relative; }
.payment__item:before {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  background-color: #005995;
  -webkit-box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.08);
  -moz-box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.08);
  background-image: -webkit-gradient(linear, 100% 100%, 0% 0%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(28.76%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0.3)));
  background-image: -webkit-linear-gradient(bottom right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 28.76%, rgba(255, 255, 255, 0.3) 100%);
  background-image: -moz-linear-gradient(bottom right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 28.76%, rgba(255, 255, 255, 0.3) 100%);
  background-image: -o-linear-gradient(bottom right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 28.76%, rgba(255, 255, 255, 0.3) 100%);
  background-image: linear-gradient(bottom right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 28.76%, rgba(255, 255, 255, 0.3) 100%);
  width: 128px;
  height: 128px;
  position: absolute;
  top: 0;
  left: 0;
  font: 90px/128px icons;
  color: #fff;
  text-align: center; }
.payment__item._type_card:before {
  content: "\e605"; }
.payment__item._type_cash:before {
  content: "\e611"; }

.contacts {
  padding: 90px 0 100px;
  background: url(../img/texture__light.png); }

.contacts__sides {
  margin: 0 -30px 40px;
  position: relative;
  font-size: 0; }
.contacts__sides:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  border-right: 1px dashed #cccccc;
  content: ''; }

.contats__side {
  display: inline-block;
  vertical-align: top;
  width: 50%; }
.contats__side .padfix {
  margin: 0 30px; }

.contats__side-title {
  font: bold 24px/32px "RobotoCondensed", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  margin-bottom: 11px; }
.contats__side-title mark {
  background-color: transparent;
  color: #e31e24; }

.contacts__info {
  width: 100%;
  border-collapse: collapse;
  height: 454px; }

.contacts__item {
  padding: 0;
  vertical-align: middle; }
.contacts__info tr:first-child .contacts__item {
  vertical-align: top; }
.contacts__info tr:last-child .contacts__item {
  vertical-align: bottom; }
.contacts__item h4 {
  font: bold 24px/32px "RobotoCondensed", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  margin-bottom: 4px; }
.contacts__item p {
  font: normal 18px/32px "RobotoCondensed", Arial, Helvetica, sans-serif; }
.contacts__item b {
  font-weight: bold;
  white-space: nowrap; }

.contacts__map-link {
  border-bottom: 1px dashed #148aac;
  position: relative;
  text-decoration: none;
  color: #148aac; }
.contacts__map-link:after {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 5px 7px 0 7px;
  border-color: #148bac transparent transparent transparent;
  position: absolute;
  right: -20px;
  top: 50%;
  content: ''; }
.contacts__map-link._state_active:before {
  border-width: 0 7px 5px 7px; }

.contacts__map {
  border: 5px solid #e8e8e8; }

.footer {
  padding: 20px 0;
  position: relative;
  background: #fff; }
.footer:before {
  width: 100%;
  height: 19px;
  position: absolute;
  left: 0;
  background: url(../img/zub2.png) repeat-x;
  content: ''; }
.footer:before {
  top: -9px; }

.footer__logo {
  margin: 0;
  float: left;
  top: 0; }

.footer__address {
  font: normal 14px/22px "RobotoCondensed", Arial, Helvetica, sans-serif;
  text-align: center; }

.footer__social {
  float: right;
  font-size: 0; }

.footer__social-item {
  display: inline-block;
  margin-left: 10px; }

.footer__social-link {
  display: block;
  text-decoration: none; }
.footer__social-link:hover {
  opacity: .5; }
.footer__social-link:before {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  display: block;
  height: 50px;
  width: 50px;
  font: 30px/50px icons;
  color: #fff;
  text-align: center; }
.footer__social-link._type_vk:before {
  content: "\e600";
  background: #446b97;
  text-indent: 4px; }
.footer__social-link._type_tw:before {
  content: "\e49d";
  background: #2daae1; }
.footer__social-link._type_fb:before {
  content: "\e498";
  background: #3c5b9b; }

.form-order__holder {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 5px solid #e8e8e8;
  padding: 30px 25px;
  font: bold 24px/32px "RobotoCondensed", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  text-align: center; }
.popup .form-order__holder {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  background: #fff; }
.form-order._place_promo .form-order__holder {
  border: none;
  background: rgba(255, 255, 255, 0.5); }
.form-order__holder label.error {
  width: 100%;
  position: absolute;
  bottom: -35px;
  left: 0;
  font: normal 18px/20px "RobotoCondensed", Arial, Helvetica, sans-serif;
  color: #ff0000; }

.form-order__row {
  margin-bottom: 50px;
  position: relative; }
.form-order__row .button {
  width: 100%; }
.form-order__row._type_last {
  margin-bottom: 0; }

.form-order__inputText {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.48);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.48);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.48);
  height: 42px;
  width: 100%;
  padding: 0 10px;
  border: 1px solid #e7e7e7;
  background-color: #fbfbfb;
  font: normal 18px/42px "RobotoCondensed", Arial, Helvetica, sans-serif;
  text-transform: uppercase; }
.form-order__inputText ::-webkit-input-placeholder {
  color: #bdbdbd; }
.form-order__inputText :-moz-placeholder {
  color: #bdbdbd; }
.form-order__inputText ::-moz-placeholder {
  color: #bdbdbd; }
.form-order__inputText :-ms-input-placeholder {
  color: #bdbdbd; }
.form-order__inputText:focus {
  -webkit-box-shadow: 0 0 5px #005996;
  -moz-box-shadow: 0 0 5px #005996;
  box-shadow: 0 0 5px #005996;
  outline: none; }
.form-order__inputText.error {
  border-color: #ff0000; }
.form-order._place_promo .form-order__inputText {
  background-color: transparent;
  border-color: #61808b; }
.form-order._place_promo .form-order__inputText ::-webkit-input-placeholder {
  color: #305969; }
.form-order._place_promo .form-order__inputText :-moz-placeholder {
  color: #305969; }
.form-order._place_promo .form-order__inputText ::-moz-placeholder {
  color: #305969; }
.form-order._place_promo .form-order__inputText :-ms-input-placeholder {
  color: #305969; }

.form-order__title {
  font: bold 24px/32px "RobotoCondensed", Arial, Helvetica, sans-serif;
  margin: 0 -7px 47px; }
.form-order__title mark {
  background-color: transparent;
  color: #ff595e; }
.form-order._place_promo .form-order__title {
  color: #5b5b5b; }
.form-order._place_promo .form-order__title mark {
  color: #000000; }
.form-order._place_promo .form-order__title span {
  color: #003960; }

.form-order__confidential {
  padding-top: 5px;
  text-align: left; }
.form-order__confidential a {
  font: normal 14px/22px "RobotoCondensed", Arial, Helvetica, sans-serif;
  color: #000; }

.form-order__subtitle {
  margin: -20px 0 30px;
  font: normal 18px/22px "RobotoCondensed", Arial, Helvetica, sans-serif; }

.popup {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.7); }

.popup__holder {
  width: 440px;
  height: 420px;
  margin: -240px 0 0 -240px;
  position: absolute;
  top: 50%;
  left: 50%; }
.popup__holder._type_tall {
  top: 10%;
  height: 80%;
  margin: 0 0 0 -320px;
  width: 640px; }

.popup__close {
  height: 11px;
  width: 11px;
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 120;
  background: url('../img/icons-s26badba930.png') 0 -22px; }

.popup__text {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  border: 5px solid #e8e8e8;
  padding: 30px 25px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #fff; }
.popup__text p {
  font: normal 18px/22px "RobotoCondensed", Arial, Helvetica, sans-serif;
  margin-bottom: 18px; }
.popup__text h3 {
  margin-bottom: 18px;
  font: normal 24px/22px "RobotoCondensed", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  text-align: center; }

.popup__text-holder {
  height: 100%;
  overflow: auto; }

.thanks {
  padding: 0 0 160px 0;
  background: url(../img/texture__light.png); }

.thanks__holder {
  text-align: center;
  font: bold 40px/48px "RobotoCondensed", Arial, Helvetica, sans-serif;
  text-transform: uppercase; }

.thanks__title-holder {
  background: #E0E2E3;
  padding: 10px 0 30px;
  margin-bottom: 100px;
  position: relative; }
.thanks__title-holder:after {
  width: 100%;
  height: 19px;
  position: absolute;
  bottom: -9px;
  left: 0;
  background: url(../img/zub4.png) repeat-x;
  content: ''; }

.thanks__title {
  padding: 0; }
