article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
blockquote,
q {
  quotes: "&#8220;" "&#8221;";
}
a img {
  border: none;
}
abbr[title],
dfn[title] {
  cursor: help;
}
label,
button,
a {
  cursor: pointer;
}
table,
thead,
tbody,
tfoot,
caption,
tr,
th,
td {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  text-decoration: inherit;
}
fieldset,
img,
iframe {
  border: 0;
}
img,
canvas,
iframe,
video,
svg {
  max-width: 100%;
}
caption,
th {
  text-align: left;
}
html,
body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: auto;
}
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,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.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: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  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;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
img {
  box-sizing: content-box;
}
body {
  font-family: 'PT Sans', 'Trebuchet MS';
  background: #f0f0f0;
}
body,
.header,
.map,
.footer {
  min-width: 1150px;
}
.scroll-stop {
  overflow: hidden;
}
.header {
  border-bottom: 8px solid #b8b9b9;
  background: #cdcdce;
}
.header__wrapper {
  position: relative;
  height: 150px;
  width: 1070px;
  margin: 0 auto;
}
.header__logo,
.header__menu,
.header__order {
  position: absolute;
  top: 44px;
}
.header__logo {
  left: 0;
}
.header__menu {
  left: 260px;
}
.header__order {
  right: 0;
  margin-top: 5px;
}
.order {
  display: inline-block;
  width: 236px;
  height: 61px;
  background-image: url("../img/btn.png");
  background-repeat: no-repeat;
}
.order:active {
  display: inline-block;
  width: 236px;
  height: 61px;
  background-image: url("../img/btn--click.png");
  background-repeat: no-repeat;
}
.main-menu__link {
  display: inline-block;
  padding: 18px 15px;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
}
.map {
  position: relative;
  background: url("../img/map.png") no-repeat center top;
}
.map__wrapper {
  position: relative;
  width: 1150px;
  height: 1166px;
  margin: 0 auto;
}
.map__item {
  position: absolute;
  top: 0;
  left: 0;
}
.map__item--st-1 {
  display: inline-block;
  width: 158px;
  height: 112px;
  background-image: url("../img/st-1.png");
  background-repeat: no-repeat;
}
.map__item--st-2 {
  display: inline-block;
  width: 94px;
  height: 86px;
  background-image: url("../img/st-2.png");
  background-repeat: no-repeat;
}
.map__item--st-3 {
  display: inline-block;
  width: 134px;
  height: 106px;
  background-image: url("../img/st-3.png");
  background-repeat: no-repeat;
}
.map__item--st-4 {
  display: inline-block;
  width: 121px;
  height: 117px;
  background-image: url("../img/st-4.png");
  background-repeat: no-repeat;
}
.map__item--st-5 {
  display: inline-block;
  width: 91px;
  height: 60px;
  background-image: url("../img/st-5.png");
  background-repeat: no-repeat;
}
.map__item--st-6 {
  display: inline-block;
  width: 213px;
  height: 146px;
  background-image: url("../img/st-6.png");
  background-repeat: no-repeat;
}
.map__item--st-7 {
  display: inline-block;
  width: 78px;
  height: 94px;
  background-image: url("../img/st-7.png");
  background-repeat: no-repeat;
}
.map__item--st-8 {
  display: inline-block;
  width: 149px;
  height: 97px;
  background-image: url("../img/st-8.png");
  background-repeat: no-repeat;
}
.map__item--st-9 {
  display: inline-block;
  width: 198px;
  height: 87px;
  background-image: url("../img/st-9.png");
  background-repeat: no-repeat;
}
.map__item--st-10 {
  display: inline-block;
  width: 160px;
  height: 84px;
  background-image: url("../img/st-10.png");
  background-repeat: no-repeat;
}
.map__item--st-11 {
  display: inline-block;
  width: 88px;
  height: 84px;
  background-image: url("../img/st-11.png");
  background-repeat: no-repeat;
}
.map__item--st-12 {
  display: inline-block;
  width: 232px;
  height: 180px;
  background-image: url("../img/st-12.png");
  background-repeat: no-repeat;
}
.map__item--st-13 {
  display: inline-block;
  width: 139px;
  height: 129px;
  background-image: url("../img/st-13.png");
  background-repeat: no-repeat;
}
.map__item--st-14 {
  display: inline-block;
  width: 78px;
  height: 72px;
  background-image: url("../img/st-14.png");
  background-repeat: no-repeat;
}
.map__item--st-15 {
  display: inline-block;
  width: 135px;
  height: 111px;
  background-image: url("../img/st-15.png");
  background-repeat: no-repeat;
}
.map__item--st-1 {
  left: 183px;
  top: 744px;
}
.map__item--st-2 {
  left: 470px;
  top: 557px;
}
.map__item--st-3 {
  left: 330px;
  top: 917px;
}
.map__item--st-4 {
  left: 550px;
  top: 840px;
}
.map__item--st-5 {
  left: 311px;
  top: 640px;
}
.map__item--st-6 {
  left: 755px;
  top: 855px;
}
.map__item--st-7 {
  left: 883px;
  top: 584px;
}
.map__item--st-8 {
  left: 840px;
  top: 717px;
}
.map__item--st-9 {
  left: 337px;
  top: 452px;
}
.map__item--st-10 {
  left: 767px;
  top: 464px;
}
.map__item--st-11 {
  left: 616px;
  top: 418px;
}
.map__item--st-12 {
  left: 600px;
  top: 535px;
}
.map__item--st-13 {
  left: 425px;
  top: 699px;
}
.map__item--st-14 {
  left: 672px;
  top: 771px;
}
.map__item--st-15 {
  left: 155px;
  top: 534px;
}
.map__item:hover .map__title {
  display: block;
}
.map__title {
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  padding: 5px 10px;
  transform: translate(-50%, -50%);
  text-align: center;
  border-radius: 3px;
  color: #fff;
  background: rgba(0,0,0,0.8);
}
.footer {
  padding: 100px 0;
  font-size: 14px;
  background: #cdcdce;
}
.footer__wrapper {
  position: relative;
  width: 1070px;
  margin: 0 auto;
  zoom: 1;
}
.footer__wrapper:before,
.footer__wrapper:after {
  display: block;
  display: table;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  content: "";
}
.footer__wrapper:after {
  clear: both;
}
.footer__col {
  float: left;
  width: 33.3%;
}
.footer__col:nth-child(2) {
  padding-left: 100px;
}
.footer__col:nth-child(3) {
  padding-left: 150px;
}
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 5% 0;
  overflow: auto;
  font-size: 14px;
}
.modal.is-active {
  display: block;
}
.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0,0,0,0.467);
}
.modal__window {
  position: relative;
  max-width: 998px;
  margin: 0 auto;
  margin-bottom: 5%;
  z-index: 2;
  border-top: 12px solid #f2bf32;
  background: #f0f0f0;
}
.modal__window--small {
  max-width: 736px;
}
.modal__close {
  position: absolute;
  right: 12px;
  top: 6px;
  z-index: 4;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}
.modal__title {
  padding: 35px;
  text-align: center;
  font-size: 35px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
}
.modal__hero {
  display: inline-block;
  width: 998px;
  height: 409px;
  background-image: url("../img/slider-bg.png");
  background-repeat: no-repeat;
  display: block;
  position: relative;
}
.modal__slider {
  position: absolute;
  left: 42px;
  top: 80px;
}
.modal__form {
  margin: 0 auto;
  width: 425px;
  padding: 0 0 50px 0;
}
.modal__text {
  padding: 40px;
}
.modal__footer {
  padding-bottom: 30px;
  zoom: 1;
}
.modal__footer:before,
.modal__footer:after {
  display: block;
  display: table;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  content: "";
}
.modal__footer:after {
  clear: both;
}
.modal__order {
  margin-top: -10px;
}
.modal__col {
  float: left;
  width: 50%;
  padding: 0 20px;
}
.modal__col--first {
  text-align: right;
}
.slider {
  width: 914px;
  overflow: hidden;
}
.slider .owl-item {
  float: left;
}
.slider .owl-pagination {
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
  z-index: 3;
  text-align: center;
}
.slider .owl-page {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  background: #fff;
  border-radius: 99px;
}
.slider .owl-page.active {
  background: #f2bf32;
}
.slider .owl-buttons {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
}
.slider .owl-prev,
.slider .owl-next {
  position: absolute;
  top: 0;
  color: transparent;
}
.slider .owl-prev {
  left: 0;
  display: inline-block;
  width: 35px;
  height: 48px;
  background-image: url("../img/slider-prev.png");
  background-repeat: no-repeat;
  margin-top: -24px;
}
.slider .owl-next {
  right: 0;
  display: inline-block;
  width: 35px;
  height: 48px;
  background-image: url("../img/slider-next.png");
  background-repeat: no-repeat;
  margin-top: -24px;
}
.slider__item {
  width: 914px;
  height: 266px;
  overflow: hidden;
  background: url("../img/slider-photo-backdrop.png") no-repeat center center;
}
.slider__item img {
  position: relative;
  z-index: 100;
}
.form__field {
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.form__icon {
  position: absolute;
  top: 50%;
  right: 10px;
}
.form__icon--name {
  display: inline-block;
  width: 26px;
  height: 28px;
  background-image: url("../img/form-icon-name.png");
  background-repeat: no-repeat;
  margin-top: -14px;
}
.form__icon--phone {
  display: inline-block;
  width: 35px;
  height: 25px;
  background-image: url("../img/form-icon-phone.png");
  background-repeat: no-repeat;
  margin-top: -12.5px;
}
.form__icon--email {
  display: inline-block;
  width: 32px;
  height: 22px;
  background-image: url("../img/form-icon-email.png");
  background-repeat: no-repeat;
  margin-top: -11px;
}
.form__input,
.form__button {
  width: 100%;
  padding: 0.6em 0.6em;
  padding-right: 5ch;
  border: 3px solid #f2bf32;
  border-radius: 8px;
  font-size: 20px;
  line-height: normal;
  background: #fff;
}
.form__button {
  text-align: center;
  text-transform: uppercase;
  background: #f2bf32;
  color: #fff;
}
