img, legend {
  border: 0;
}

legend, td, th {
  padding: 0;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, optgroup, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre, textarea {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

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

@font-face {
  font-family: 'MyriadPro';
  src: url("../font/MyriadProRegular.woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'MyriadPro';
  src: url("../font/MyriadProBold.woff");
  font-weight: 700;
  font-style: normal;
}

html, body, ul, li, p, img, h1, h2, h3, h4 {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  transition: 0.5s ease;
}

img {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
  border: 0;
  vertical-align: middle;
}

.promo:after, .about:after {
  content: "";
  display: table;
  clear: both;
}

.justify {
  text-align: justify;
  font-size: 1px;
  line-height: 0;
}

.justify:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}

html {
  font-family: 'MyriadPro';
  font-size: 18px;
  line-height: 1.3;
  background-color: #fff;
}

.wrapper {
  width: 1200px;
  margin: 0 auto;
}

.wrapper_footer {
  display: table;
}

/*head*/
.head {
  display: table;
  width: 100%;
  padding: 9px 0 25px 0;
}

.logo {
  display: table-cell;
  vertical-align: middle;
  width: 245px;
}

.logo a {
  display: block;
}

.time {
  display: table-cell;
  vertical-align: middle;
  width: 32.6%;
  line-height: 1.3;
  text-align: left;
  padding: 0px 0 0 10%;
}

.time_footer {
  width: 58%;
  padding: 0px 0 0 24.5%;
}

.time__row {
  display: block;
}

.time__row span {
  color: #ac2525;
}

.address {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.7;
}

.address br {
  display: none;
}

.partner {
  display: none;
  text-align: center;
  padding: 8px 0;
}

.partner__head {
  display: block;
  padding: 25px 0 13px 18%;
  min-width: 290px;
  text-align: left;
}

.partner__name {
  font-size: 24px;
}

.partner__name span {
  color: #cc1212;
}

.left-col, .right-col {
  float: left;
}

.left-col {
  width: 54%;
}

.right-col {
  width: 46%;
}

.promo {
  margin: 35px 0 0 0;
}

.connect {
  font-size: 24px;
  text-align: center;
  box-shadow: 0 0 0px 1px #eea5ba, 0 0 0px 2px #d90041;
  padding: 10px 6px;
}

.connect p span {
  color: #cc1212;
}

.bonus {
  background: url(../img/bonus-bg.png) no-repeat 100% 0;
  padding: 0px 140px 5px 0;
  margin: 50px 0 0 0px;
}

.bonus ul {
  background-color: #f2bf33;
  margin-right: 15px;
  padding: 17px 0;
}

.bonus li {
  list-style: none;
  position: relative;
  padding: 9px 0 10px 35px;
  font-size: 24px;
}

.bonus li span {
  color: #cc1212;
}

.bonus li:after {
  content: '';
  position: absolute;
  top: 16px;
  left: 13px;
  width: 20px;
  height: 20px;
  background: url(../img/ico.png) no-repeat 0 -30px;
}

.advantage {
  padding: 15px 0 0 10%;
}

.advantage li {
  position: relative;
  list-style: none;
  padding: 0px 0 25px 40px;
}

.advantage li:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 3px;
  width: 25px;
  height: 25px;
  background: url(../img/ico.png) no-repeat 8px 4px;
}

.about__title {
  font-size: 28px;
  color: #d90041;
  padding: 33px 0 15px 0;
  text-align: center;
}

.feedback {
  width: 80%;
  margin: 8px auto 0;
  padding: 0 0 0 10px;
  margin-top: 8px;
}

.feedback__title {
  padding: 17px 5px;
  font-size: 24px;
  font-weight: 400;
  color: #f8f7f6;
  text-align: center;
  background-color: #d90041;
}

.form {
  background-color: #f5eff1;
  padding: 0 0 25px 0;
}

.form__content {
  padding: 25px 0;
}

.form__container {
  position: relative;
  width: 82%;
  margin: 22px auto;
  font-size: 18px;
  line-height: 1.3;
}

.form__container input {
  display: block;
  width: 100%;
  padding: 8px 9px;
  background-color: white;
  border: 1px solid #d0d0d0;
  border-radius: 3px;
  font-size: 14px;
}

.form__container input::-webkit-input-placeholder {
  color: #a7a7a7;
}

.form__container input::-moz-placeholder {
  color: #a7a7a7;
}

.form__container input:-moz-placeholder {
  color: #a7a7a7;
}

.form__container input:-ms-input-placeholder {
  color: #a7a7a7;
}

.form__container input:focus {
  outline: none;
  box-shadow: none;
}

.form__container input:focus::-webkit-input-placeholder {
  color: transparent;
}

.form__container input:focus::-moz-placeholder {
  color: transparent;
}

.form__container input:focus:-moz-placeholder {
  color: transparent;
}

.form__container input:focus:-ms-input-placeholder {
  color: transparent;
}

.form__row {
  text-align: center;
}

.button_submit {
  display: inline-block;
  min-width: 230px;
  padding: 0 0 0 25px;
  height: 36px;
  color: #000;
  font-size: 18px;
  text-align: center;
  background: url(../img/ico.png) no-repeat 20px -51px, #dfc5b8;
  transition: 0.5s ease;
  background-color: #f2bf33;
  border-radius: 3px;
  border: none;
  box-shadow: none;
  outline: none;
}

.button_submit:hover {
  background-color: #ffbb00;
  transition: 0.5s ease;
}

.maps-index {
  height: 505px;
  margin: 50px 0 55px 0;
}

.footer {
  background-color: #555;
  padding: 20px 0 10px 0;
  color: #fff;
}

label.error {
  position: absolute;
  top: 100%;
  left: 0;
  font-size: 13px;
  margin: 0;
}

.error {
  display: inline-block;
  text-align: left;
  color: red;
}

.popup-send, .popup-disabled {
  position: fixed;
  width: 100%;
  height: 50px;
  top: 0;
  left: 0;
  text-align: center;
  background: #f5eff1;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.popup-send p, .popup-disabled p {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  color: #000;
}

/*media*/
@media screen and (max-width: 1220px) {
  .wrapper {
    width: 100%;
    padding: 0 15px;
  }
  .address br {
    display: block;
  }
  .time {
    width: 28.6%;
    padding: 0 0 0 7.5%;
  }
}

@media screen and (max-width: 1180px) {
  .bonus {
    background: none;
    padding: 0px 0 5px 0;
  }
  .bonus ul {
    margin-right: 0;
  }
}

@media screen and (max-width: 1024px) {
  .head {
    padding: 9px 0;
  }
  .maps-index {
    height: 305px;
    margin: 15px 0;
  }
  .feedback {
    width: 90%;
    margin: 0 0 0 auto;
    padding: 0;
  }
  .feedback__title {
    font-size: 18px;
  }
  .time {
    width: 46.6%;
    padding: 0 0 0 21.5%;
  }
  .partner {
    display: block;
  }
  .partner__head {
    display: none;
  }
  .promo {
    margin: 15px 0 0 0;
  }
}

@media screen and (max-width: 768px) {
  .head {
    padding: 10px 0;
    border-bottom: 1px solid #000;
    margin: 0 0 15px 0;
    font-size: 16px;
    display: block;
  }
  .logo {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #000;
    max-width: none;
  }
  .logo img {
    width: 200px;
    margin: 0 auto;
  }
  .time, .address {
    display: inline-block;
    vertical-align: middle;
    width: 49%;
    text-align: center;
    padding: 5px 0 0 0;
  }
  .left-col, .right-col, .left-col_about, .right-col_about {
    width: 100%;
  }
  .partner {
    padding: 0;
    text-align: center;
  }
  .bonus {
    margin: 20px 0;
  }
  .bonus li {
    font-size: 20px;
  }
  .about {
    margin: 15px 0 0 0;
  }
  .about__title {
    font-size: 26px;
    color: #d90041;
    padding: 0 0 15px 0;
    text-align: center;
  }
  .feedback {
    width: 100%;
    margin: 25px auto 0;
  }
  .form__container {
    width: 90%;
  }
  .form__container input {
    padding: 12px 9px;
    font-size: 17px;
  }
  .form__content {
    padding: 25px 0 0 0;
  }
  .button_submit {
    min-width: 256px;
    height: 46px;
    background-position: 20px -48px;
  }
  .footer {
    padding: 10px 0;
    font-size: 14px;
  }
  .footer .logo {
    display: none;
  }
}

@media screen and (max-width: 590px) {
  .advantage {
    padding: 0;
  }
}

@media screen and (max-width: 420px) {
  .form__content {
    padding: 5px 0 0 0;
  }
}
