/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@font-face {
  font-family: 'Museo Cyrl';
  src: url('../fonts/MuseoCyrl-900.eot');
  src: url('../fonts/MuseoCyrl-900.eot?#iefix') format('embedded-opentype'), url('../fonts/MuseoCyrl-900.woff2') format('woff2'), url('../fonts/MuseoCyrl-900.woff') format('woff'), url('../fonts/MuseoCyrl-900.ttf') format('truetype'), url('../fonts/MuseoCyrl-900.svg#MuseoCyrl-900') format('svg');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Museo Cyrl';
  src: url('../fonts/MuseoCyrl-300.eot');
  src: url('../fonts/MuseoCyrl-300.eot?#iefix') format('embedded-opentype'), url('../fonts/MuseoCyrl-300.woff2') format('woff2'), url('../fonts/MuseoCyrl-300.woff') format('woff'), url('../fonts/MuseoCyrl-300.ttf') format('truetype'), url('../fonts/MuseoCyrl-300.svg#MuseoCyrl-300') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Museo Cyrl';
  src: url('../fonts/MuseoCyrl-700.eot');
  src: url('../fonts/MuseoCyrl-700.eot?#iefix') format('embedded-opentype'), url('../fonts/MuseoCyrl-700.woff2') format('woff2'), url('../fonts/MuseoCyrl-700.woff') format('woff'), url('../fonts/MuseoCyrl-700.ttf') format('truetype'), url('../fonts/MuseoCyrl-700.svg#MuseoCyrl-700') format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Museo Cyrl';
  src: url('../fonts/MuseoCyrl-500.eot');
  src: url('../fonts/MuseoCyrl-500.eot?#iefix') format('embedded-opentype'), url('../fonts/MuseoCyrl-500.woff2') format('woff2'), url('../fonts/MuseoCyrl-500.woff') format('woff'), url('../fonts/MuseoCyrl-500.ttf') format('truetype'), url('../fonts/MuseoCyrl-500.svg#MuseoCyrl-500') format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Museo Cyrl';
  src: url('../fonts/MuseoCyrl-100.eot');
  src: url('../fonts/MuseoCyrl-100.eot?#iefix') format('embedded-opentype'), url('../fonts/MuseoCyrl-100.woff2') format('woff2'), url('../fonts/MuseoCyrl-100.woff') format('woff'), url('../fonts/MuseoCyrl-100.ttf') format('truetype'), url('../fonts/MuseoCyrl-100.svg#MuseoCyrl-100') format('svg');
  font-weight: 100;
  font-style: normal;
}
.remodal-wrapper {
  z-index: 9999999999999999;
}
.remodal-overlay {
  z-index: 9999999999999;
}
.remodal {
  background: rgba(0, 0, 0, 0.78);
  color: #fff;
  border-radius: 10px;
  border: 4px solid rgba(224, 190, 0, 0.78);
}
.remodal.modal__send__result h4 {
  margin-bottom: 15px;
}
.remodal.modal__send__result p {
  font-size: 18px;
  color: #e0be00;
}
.remodal.modal__geo,
.remodal.modal__callback {
  max-width: 450px;
}
.remodal h4 {
  font-size: 32px;
  color: #e0be00;
  margin-bottom: 35px;
}
.remodal .remodal-close {
  left: inherit;
  right: 0;
  color: #e0be00;
}
.remodal .remodal-close:before {
  color: #e0be00;
}
body {
  font-family: 'Museo Cyrl';
  font-weight: 500;
  line-height: 1.2;
}
body .wrap {
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 15px;
}
body a {
  text-decoration: none;
  color: #e0be00;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
body a:hover {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
body a.order__brn {
  color: #fff;
  font-size: 16px;
  background: #144891;
  display: inline-block;
  padding: 13px 35px;
  border-radius: 30px;
}
body a.order__brn:hover {
  background: #1753a7;
}
body a.decor__order__btn {
  width: 234px;
  height: 70px;
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(#f0c770), color-stop(42%, #fff7cb), color-stop(50%, #fff7cb), color-stop(58%, #fff7cb), to(#f0c770));
  background: -webkit-linear-gradient(top, #f0c770 0%, #fff7cb 42%, #fff7cb 50%, #fff7cb 58%, #f0c770 100%);
  background: -o-linear-gradient(top, #f0c770 0%, #fff7cb 42%, #fff7cb 50%, #fff7cb 58%, #f0c770 100%);
  background: linear-gradient(to bottom, #f0c770 0%, #fff7cb 42%, #fff7cb 50%, #fff7cb 58%, #f0c770 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #564123;
  font-size: 24px;
  padding: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body a.decor__order__btn span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #c9a04b;
}
body a.decor__order__btn:hover {
  opacity: 0.9;
}
body a.decor__order__btn.blue {
  background: -webkit-gradient(linear, left top, left bottom, from(#6fccf0), color-stop(42%, #c0e3fd), color-stop(50%, #c0e3fd), color-stop(58%, #c0e3fd), to(#6fccf0));
  background: -webkit-linear-gradient(top, #6fccf0 0%, #c0e3fd 42%, #c0e3fd 50%, #c0e3fd 58%, #6fccf0 100%);
  background: -o-linear-gradient(top, #6fccf0 0%, #c0e3fd 42%, #c0e3fd 50%, #c0e3fd 58%, #6fccf0 100%);
  background: linear-gradient(to bottom, #6fccf0 0%, #c0e3fd 42%, #c0e3fd 50%, #c0e3fd 58%, #6fccf0 100%);
  color: #144891;
  display: none;
}
body a.decor__order__btn.blue span {
  border-color: #e8f1f6;
}
body h1 {
  text-align: center;
  font-size: 50px;
  color: #fff;
  max-width: 900px;
  margin: 0 auto 100px auto;
}
body .remodal button[type="submit"] {
  color: #fff;
  font-size: 16px;
  background: #144891;
  display: inline-block;
  padding: 13px 35px;
  border-radius: 30px;
  border: none;
  outline: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
body .remodal button[type="submit"]:hover {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  background: #1753a7;
}
body .remodal form {
  max-width: 730px;
  width: 100%;
  margin: 0 auto;
}
body .input__el {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 30px;
}
body .input__el.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body .input__el.column label {
  padding-left: 25px;
}
body .input__el.column b {
  max-width: 100%;
  text-align: left;
  margin-right: 0;
  margin-bottom: 15px;
}
body .input__el.column .nice-select,
body .input__el.column input {
  max-width: 100%;
  width: 100%;
}
body .input__el b {
  max-width: 170px;
  width: 100%;
  text-align: right;
  opacity: 0.7;
  margin-right: 30px;
}
body .input__el input {
  max-width: 295px;
  width: 100%;
  min-height: 40px;
  border-radius: 3px;
  border: 1px solid #e0be00;
  font-family: inherit;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 15px;
  color: #000;
  font-size: 16px;
  outline: none;
}
body .input__el .ico {
  min-width: 35px;
  text-align: center;
  margin-left: 20px;
}
body .input__el label {
  text-align: left;
}
body .input__el label input {
  display: none;
}
body .input__el label input:checked + span:after {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
}
body .input__el label span {
  font-size: 12px;
  max-width: 100%;
  margin-right: 0;
  position: relative;
}
body .input__el label span:before {
  content: "";
  width: 15px;
  height: 15px;
  border: 2px solid #e0be00;
  position: absolute;
  left: -24px;
  top: -2px;
  border-radius: 50%;
}
body .input__el label span:after {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #e0be00;
  position: absolute;
  left: -19px;
  top: 3px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
body .input__el label span a {
  text-decoration: underline;
}
.st__padding {
  padding: 60px 0;
}
.title__section {
  text-align: center;
  margin-bottom: 50px;
}
.title__section.blue h2 {
  color: #144891;
}
.title__section h2 {
  color: #fff;
  font-size: 41px;
  margin-bottom: 15px;
}
.wrap h3 {
  font-size: 25px;
  color: brown;
}
header,
footer {
  background: #010a1f;
  padding: 25px 0;
}
header .wrap,
footer .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .wrap .contact,
footer .wrap .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .wrap .contact ul,
footer .wrap .contact ul {
  position: relative;
  padding: 0 0 0 40px;
  margin: 0 0 0 40px;
  background: url("../images/contact-phone-ico.png");
  background-repeat: no-repeat;
  background-position: center left;
}
header .wrap .contact ul li a,
footer .wrap .contact ul li a {
  color: #fff;
  font-size: 25px;
}
header .wrap .header__logo,
footer .wrap .header__logo {
  max-width: 245px;
  width: 100%;
  color: #fff;
  text-align: center;
}
header .wrap .header__logo small,
footer .wrap .header__logo small {
  display: block;
  text-align: center;
  font-size: 12px;
  margin-top: 10px;
}
header .wrap .geo__btn,
footer .wrap .geo__btn {
  max-width: 290px;
  width: 100%;
  height: 50px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header .wrap .geo__btn:hover,
footer .wrap .geo__btn:hover {
  background: #144891;
  border-color: #144891;
  cursor: pointer;
}
header .wrap .geo__btn span,
footer .wrap .geo__btn span {
  position: relative;
}
header .wrap .geo__btn span:before,
footer .wrap .geo__btn span:before {
  content: "";
  width: 10px;
  height: 14px;
  background: url("../images/map-geo.png");
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: -20px;
}
header .wrap .geo__btn span:after,
footer .wrap .geo__btn span:after {
  content: "\2192";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: -25px;
}
header .wrap .geo__btn span b,
footer .wrap .geo__btn span b {
  border-bottom: 1px dashed #fff;
}
footer {
  padding: 20px 0;
  background: #000;
  position: relative;
}
footer span.copy {
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  color: #fff;
  font-weight: 500;
  font-size: 14px;
}
.nav__menu {
  background: #092347;
  position: relative;
  padding: 13px 0;
  z-index: 9999999;
}
.nav__menu:before,
.nav__menu:after {
  content: "";
  width: 100%;
  height: 1px;
  background: url("../images/decor.png");
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.nav__menu:before {
  top: 0;
}
.nav__menu:after {
  bottom: 0;
}
.nav__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.nav__menu ul li {
  margin-right: 35px;
}
.nav__menu ul li:last-child {
  margin-right: 0;
}
.nav__menu ul li a {
  color: #fff;
  font-size: 21px;
}
.nav__menu ul li a:hover {
  color: #e0be00;
}
.home {
  padding: 185px 0 140px 0;
  background: url("../images/home-bg.png") #000;
  background-position: center top;
  background-size: cover;
  color: #fff;
  text-align: center;
}
.home p {
  font-size: 25px;
  max-width: 1050px;
  margin-bottom: 25px;
}
.home p:last-child {
  margin-bottom: 0;
}
.home a.decor__order__btn {
  margin: 100px auto 0 auto;
}
.auto__park {
  min-height: 1800px;
  background: url("../images/auto-park-bg.png");
  background-repeat: repeat-y;
  background-position: center top;
  position: relative;
}
.auto__park .title__section {
  margin-bottom: 0;
}
.auto__park .auto__park__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
  position: relative;
  padding: 70px 0;
}
.auto__park .auto__park__item:after {
  content: "";
  width: 100%;
  height: 1px;
  background: url("../images/decor-cars.png");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  bottom: 0;
}
.auto__park .auto__park__item:last-child:after {
  display: none;
}
.auto__park .auto__park__item h3 {
  font-style: italic;
  font-size: 66px;
  color: #ecd396;
  font-weight: 700;
}
.auto__park .auto__park__item h3.small {
  font-size: 46px;
}
.auto__park .auto__park__item .item__desc {
  max-width: 420px;
  width: 100%;
}
.auto__park .auto__park__item .item__desc .logo__m {
  text-align: center;
  padding: 25px 0 30px 0;
}
.auto__park .auto__park__item .item__desc ul {
  margin-bottom: 35px;
}
.auto__park .auto__park__item .item__desc ul li {
  font-size: 29px;
  margin-bottom: 15px;
  position: relative;
  padding-left: 35px;
}
.auto__park .auto__park__item .item__desc ul li:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../images/check.png");
  position: absolute;
  left: 0;
  top: 8px;
}
.auto__park .auto__park__item .item__desc ul li:last-child {
  margin-bottom: 0;
}
.auto__park .auto__park__item .item__desc .gos__n {
  padding-left: 35px;
}
.auto__park .auto__park__item .item__desc .gos__n span {
  display: block;
  text-align: center;
  max-width: 245px;
  font-size: 22px;
  padding: 10px 0;
}
.auto__park .auto__park__item .item__img {
  max-width: 740px;
  width: 100%;
  text-align: right;
}
.auto__park .auto__park__item .item__img img {
  max-width: 100%;
}
.auto__park .auto__park__item .item__img ul {
  position: relative;
  display: inline-block;
}
.auto__park .auto__park__item .item__img ul:before {
  content: "";
  width: 63px;
  height: 46px;
  background: url("../images/money-ico.png");
  position: absolute;
  left: -85px;
  top: 5px;
}
.auto__park .auto__park__item .item__img ul li {
  color: #f8e264;
  font-size: 33px;
}
.auto__park .auto__park__item .item__img .order__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 35px;
}
.auto__park .auto__park__item .item__img .order__btn a:nth-child(1) {
  margin-right: 25px;
}
.services .services__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.services .services__items .item {
  max-width: 325px;
  width: 100%;
  text-align: center;
}
.services .services__items .item img {
  max-width: 100%;
  display: block;
}
.services .services__items .item .img {
  margin-bottom: 30px;
  overflow: hidden;
}
.services .services__items .item h3 {
  color: #144891;
  font-size: 22px;
  min-height: 52px;
  margin-bottom: 25px;
}
.services .services__items .item p {
  color: #2b2a29;
  font-size: 16px;
}
.info {
  background: #f5f5f5;
  text-align: center;
}
.info .title__section {
  margin-bottom: 30px;
}
.info p {
  max-width: 1000px;
  margin: 0 auto 30px auto;
  line-height: 1.4;
}
.info p:last-child {
  margin-bottom: 0;
}
.advantages {
  background: url("../images/advantages__bg.png");
  background-position: center;
  background-size: cover;
  padding-bottom: 100px;
}
.advantages .title__section {
  margin-bottom: 100px;
}
.advantages .title__section h2 {
  color: #e0be00;
}
.advantages .advantages__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.advantages .advantages__items .item {
  max-width: 32%;
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 21px;
  line-height: 1.5;
}
.advantages .advantages__items .item:nth-child(1),
.advantages .advantages__items .item:nth-child(2),
.advantages .advantages__items .item:nth-child(3) {
  margin-bottom: 150px;
}
.advantages .advantages__items .item .ico {
  width: 155px;
  height: 155px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto 30px auto;
  background: url("../images/icon-set.png");
  background-position: 35px 38px;
  background-repeat: no-repeat;
  -webkit-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.advantages .advantages__items .item:nth-child(2) .ico {
  background-position: 35px -116px;
}
.advantages .advantages__items .item:nth-child(3) .ico {
  background-position: 35px -290px;
}
.advantages .advantages__items .item:nth-child(4) .ico {
  background-position: 32px -482px;
}
.advantages .advantages__items .item:nth-child(5) .ico {
  background-position: 35px -628px;
}
.advantages .advantages__items .item:nth-child(6) .ico {
  background-position: 32px -808px;
}
.advantages .advantages__items .item:hover .ico {
  border-color: #e0be00;
  background-position: -85px 38px;
}
.advantages .advantages__items .item:hover:nth-child(2) .ico {
  background-position: -85px -116px;
}
.advantages .advantages__items .item:hover:nth-child(3) .ico {
  background-position: -85px -290px;
}
.advantages .advantages__items .item:hover:nth-child(4) .ico {
  background-position: -88px -482px;
}
.advantages .advantages__items .item:hover:nth-child(5) .ico {
  background-position: -85px -628px;
}
.advantages .advantages__items .item:hover:nth-child(6) .ico {
  background-position: -88px -808px;
}
.sub__footer {
  background: url("../images/sub-footer-bg.png");
  background-position: center;
  background-size: cover;
  position: relative;
  padding: 80px 0;
}
.sub__footer:before,
.sub__footer:after {
  content: "";
  width: 100%;
  height: 1px;
  background: url("../images/decor.png");
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.sub__footer:before {
  top: 0;
}
.sub__footer:after {
  bottom: 0;
}
.sub__footer .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.sub__footer .wrap .menu__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 800px;
  width: 100%;
}
.sub__footer .wrap .item h4 {
  font-size: 28px;
  color: #e0be00;
  margin-bottom: 30px;
}
.sub__footer .wrap .item ul.phone {
  padding: 0 0 0 40px;
  background: url(../images/contact-phone-ico.png);
  background-repeat: no-repeat;
  background-position: center left;
  margin-bottom: 20px;
}
.sub__footer .wrap .item ul.phone li {
  opacity: 1;
  margin-bottom: 10px;
}
.sub__footer .wrap .item ul.phone li:last-child {
  margin-bottom: 0;
}
.sub__footer .wrap .item ul.phone li a {
  opacity: 1;
  font-size: 24px;
}
.sub__footer .wrap .item ul.phone li a:hover {
  text-decoration: none;
}
.sub__footer .wrap .item ul.check__model li {
  padding-left: 45px;
}
.sub__footer .wrap .item ul.check__model li.infiniti:before {
  content: "";
  width: 35px;
  height: 18px;
  background: url("../images/infiniti-check.png");
  position: absolute;
  left: 0;
  top: 0;
}
.sub__footer .wrap .item ul.check__model li.lexus:before {
  content: "";
  width: 30px;
  height: 21px;
  background: url("../images/lexus-check.png");
  position: absolute;
  left: 2px;
  top: 0;
}
.sub__footer .wrap .item ul.check li {
  padding-left: 30px;
}
.sub__footer .wrap .item ul.check li:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../images/check.png");
  position: absolute;
  left: 0;
  top: 0;
}
.sub__footer .wrap .item ul li {
  margin-bottom: 30px;
  position: relative;
  opacity: 0.6;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.sub__footer .wrap .item ul li:last-child {
  margin-bottom: 0;
}
.sub__footer .wrap .item ul li:hover {
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.sub__footer .wrap .item ul li a {
  color: #fff;
  font-size: 16px;
}
.sub__footer .wrap .item ul li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1170px) {
  body .wrap {
    max-width: 960px;
  }
  header .wrap .contact,
  footer .wrap .contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  header .wrap .contact ul {
    margin-bottom: 5px;
  }
  .auto__park .auto__park__item .item__img ul li {
    font-size: 22px;
  }
  .services .services__items .item {
    max-width: 32%;
  }
  .sub__footer .wrap .menu__ {
    max-width: 600px;
  }
}
@media screen and (max-width: 960px) {
  body .wrap {
    max-width: 700px;
  }
  header .wrap .geo__btn,
  footer .wrap .geo__btn {
    display: none;
  }
  .auto__park .auto__park__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .auto__park .auto__park__item .item__img {
    text-align: left;
  }
  .auto__park .auto__park__item .item__img ul {
    margin-left: 85px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .auto__park .auto__park__item .item__img .order__btn {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .auto__park .auto__park__item .item__desc {
    max-width: 100%;
  }
  .advantages .advantages__items .item {
    max-width: 50%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 18px;
  }
  .advantages .advantages__items .item br {
    display: none;
  }
  .item.contacts {
    display: none;
  }
  .sub__footer .wrap .menu__ {
    max-width: 100%;
  }
}
@media screen and (max-width: 700px) {
  header .wrap .header__logo,
  footer .wrap .header__logo {
    max-width: 115px;
  }
  header .wrap .contact ul li a,
  footer .wrap .contact ul li a {
    font-size: 18px;
  }
  header .wrap .contact,
  footer .wrap .contact {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .nav__menu ul li a {
    font-size: 16px;
  }
  body h1 {
    font-size: 42px;
  }
  .home p {
    font-size: 18px;
  }
  .home {
    padding: 100px 0 80px 0;
  }
  .auto__park .auto__park__item h3 {
    text-align: center;
    font-size: 40px;
  }
  .auto__park .auto__park__item .item__desc .gos__n {
    padding-left: 0;
    text-align: center;
  }
  .auto__park .auto__park__item .item__desc .gos__n span {
    max-width: 100%;
  }
  .services .services__items .item h3 {
    font-size: 16px;
  }
  .services .services__items .item p {
    font-size: 14px;
  }
  .sub__footer .wrap .menu__ {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sub__footer .wrap .menu__ .item {
    max-width: 100%;
    width: 100%;
    margin-bottom: 35px;
  }
  .sub__footer .wrap .menu__ .item:last-child {
    margin-bottom: 0;
  }
  footer .wrap {
    padding: 0 15px 35px 15px;
  }
  footer .wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .wrap .header__logo {
    max-width: 100%;
  }
  body .input__el {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  body .input__el b {
    max-width: 100%;
    margin-bottom: 15px;
    margin-right: 0;
    text-align: left;
  }
  .nice-select {
    max-width: 100%;
    width: 100%;
  }
  body .input__el .ico {
    display: none;
  }
  body .input__el input {
    max-width: 100%;
  }
}
@media screen and (max-width: 500px) {
  body h1 {
    font-size: 32px;
    margin: 0 0 50px 0;
  }
  .home p {
    font-size: 16px;
  }
  .home a.decor__order__btn {
    margin-top: 50px;
  }
  .auto__park .auto__park__item .item__img ul li {
    font-size: 18px;
  }
  .auto__park .auto__park__item .item__img .order__btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .auto__park .auto__park__item .item__img .order__btn a {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .auto__park .auto__park__item .item__img .order__btn a:nth-child(1) {
    margin-right: 0;
    margin-bottom: 25px;
  }
  body a.decor__order__btn {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .services .services__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .services .services__items .item {
    max-width: 100%;
    margin-bottom: 35px;
  }
  .services .services__items .item:last-child {
    margin-bottom: 0;
  }
  .services .services__items .item h3 {
    margin-bottom: 0;
  }
  .title__section h2 {
    font-size: 30px;
  }
  .title__section p {
    font-size: 20px;
  }
  .advantages .advantages__items .item {
    font-size: 16px;
  }
  .advantages .advantages__items .item:nth-child(1),
  .advantages .advantages__items .item:nth-child(2),
  .advantages .advantages__items .item:nth-child(3) {
    margin-bottom: 50px;
  }
  .nav__menu ul li {
    margin-right: 15px;
  }
  .auto__park .auto__park__item .item__desc ul li {
    font-size: 24px;
  }
}
@media screen and (max-width: 350px) {
  .nav__menu ul li {
    margin-right: 10px;
  }
  body a.order__brn {
    font-size: 10px;
  }
  header .wrap .contact ul li a,
  footer .wrap .contact ul li a {
    font-size: 11px;
  }
  header .wrap .contact ul {
    margin-bottom: 10px;
  }
  .nav__menu ul li a {
    font-size: 14px;
  }
  body h1 {
    font-size: 28px;
  }
  .advantages .advantages__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .advantages .advantages__items .item {
    max-width: 100%;
  }
  .advantages .advantages__items .item {
    margin-bottom: 50px;
  }
}