body {
  font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 2em;
}

h1 {
  margin-top: 20px;
  margin-bottom: -6px;
  font-family: NK170, sans-serif;
  font-size: 110px;
  line-height: 0.87em;
  font-weight: 400;
  letter-spacing: 10px;
  text-transform: uppercase;
}

h2 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: ForwardAd, sans-serif;
  font-size: 32px;
  line-height: 1.4em;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 30px;
  line-height: 1.6em;
  font-weight: 700;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 2em;
  font-weight: 700;
  text-align: center;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 2em;
  font-weight: 700;
}

p {
  margin-bottom: 0px;
}

a {
  color: #333;
  text-decoration: none;
}

.section {
  padding-top: 56px;
  padding-bottom: 56px;
}

.cz {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1320px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.cz.cz--hero {
  min-height: 100vh;
  margin-top: -56px;
  margin-bottom: -56px;
  padding-top: 56px;
  padding-bottom: 56px;
}

.logo-wrp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero__bg-image {
  position: relative;
  z-index: -1;
  width: 54vw;
  height: 45vh;
  max-width: 788px;
  margin-right: auto;
  margin-left: auto;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
}

.hero__blot {
  position: absolute;
  top: -40px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 305px;
  height: 240px;
  margin-left: auto;
  padding-right: 120px;
  padding-left: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/bolt.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 19px;
  line-height: 1.4em;
  font-weight: 700;
  text-transform: uppercase;
}

.bottom-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero__bottom-text {
  max-width: 476px;
  text-align: left;
}

.btn {
  position: relative;
  z-index: 2;
  padding: 24px 50px;
  border-radius: 35px;
  background-color: #f9e0d4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f9e0d4), to(#ffb568));
  background-image: linear-gradient(180deg, #f9e0d4, #ffb568);
  color: #333;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.btn.btn--copy {
  margin-top: 40px;
  padding-right: 90px;
  padding-left: 90px;
}

.btn-wrp {
  position: relative;
}

.btn-shadow {
  position: absolute;
  left: 45px;
  top: 40px;
  right: 45px;
  z-index: -1;
  height: 40px;
  border-radius: 20px;
  background-color: #ffb568;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f9e0d4), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, #f9e0d4, hsla(0, 0%, 100%, 0));
  -webkit-filter: blur(30px);
  filter: blur(30px);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.remodal {
  position: fixed;
  left: 0%;
  top: 0%;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.76);
  opacity: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.remodal.remodal--open {
  z-index: 200;
  opacity: 1;
}

.remodal__content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1036px;
  margin: 40px 40px 0px;
  padding: 90px 120px 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #fff4ed;
  background-image: url('../images/coffee.png');
  background-position: 0% 100%;
  background-size: 434px;
  background-repeat: no-repeat;
}

.remodal__heading {
  margin-bottom: 40px;
}

.map-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 234px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  color: #f2f2f2;
  text-decoration: none;
}

.map-link.map-link--google {
  margin-right: 20px;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(7, 171, 106, 0.66), #07ab6a);
}

.map-link.map-link--yandex {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(254, 51, 51, 0.59), #ff5757);
}

.map-link.map-link--yandex.map-link--yandex--mobile {
  display: none;
}

.map-link.map-link--yandex-nav {
  display: none;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(1, 1, 1, 0.59), #333);
}

.map-link.map-link--yandex-nav.map-link--yandex--mobile {
  display: none;
}

.maps-wrp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 234px;
  margin-bottom: 25px;
}

.map-link__icon {
  width: 68px;
  height: 68px;
  margin-bottom: 2px;
  -o-object-fit: contain;
  object-fit: contain;
}

.remodal__close-btn {
  position: absolute;
  left: auto;
  top: -34px;
  right: -34px;
  bottom: auto;
  z-index: 2;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background-color: #ffb568;
  background-image: url('../images/cross.svg'), -webkit-gradient(linear, left top, left bottom, from(#f9e0d4), to(hsla(0, 0%, 100%, 0)));
  background-image: url('../images/cross.svg'), linear-gradient(180deg, #f9e0d4, hsla(0, 0%, 100%, 0));
  background-position: 50% 50%, 0px 0px;
  background-size: 48%, auto;
  background-repeat: no-repeat, repeat;
  cursor: pointer;
}

.copy-alert {
  position: absolute;
  left: 0px;
  top: 100%;
  right: 0px;
  z-index: -1;
  margin-right: auto;
  margin-left: auto;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-align: center;
}

.copy-alert.copy-alert--active {
  z-index: 2;
  opacity: 1;
}

.no-wrap {
  white-space: nowrap;
}

.hero__image-wrp {
  position: relative;
  z-index: -1;
  width: 100%;
  margin-top: 35px;
  margin-bottom: -170px;
}

.blot__text {
  font-size: 17px;
  line-height: 1.4em;
}

@media screen and (min-width: 1280px) {
  p {
    font-size: 27px;
  }
  .hero__bg-image {
    width: 57vw;
    height: 48vh;
  }
  .hero__blot {
    margin-right: -20px;
    font-size: 21px;
    line-height: 1.4em;
  }
  .remodal {
    z-index: -1;
    width: 100%;
    height: 100vh;
  }
  .hero__image-wrp {
    margin-bottom: -150px;
  }
  .blot__text {
    font-size: 19px;
  }
}

@media screen and (min-width: 1440px) {
  .hero__blot {
    width: 360px;
    height: 280px;
    padding-right: 130px;
  }
  .blot__text {
    font-size: 22px;
  }
}

@media screen and (min-width: 1920px) {
  h1 {
    margin-top: 45px;
    font-size: 144px;
  }
  .section {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .cz.cz--hero {
    margin-top: -72px;
    margin-bottom: -72px;
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .hero__blot {
    width: 418px;
    height: 332px;
    padding-right: 160px;
    padding-left: 63px;
  }
  .hero__image-wrp {
    margin-bottom: -115px;
  }
  .blot__text {
    font-size: 27px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    margin-bottom: 0px;
    font-size: 100px;
  }
  h2 {
    font-size: 26px;
  }
  h3 {
    font-size: 24px;
  }
  .section {
    padding-top: 52px;
    padding-bottom: 52px;
  }
  .cz.cz--hero {
    margin-top: -52px;
    margin-bottom: -52px;
    padding: 52px 40px;
  }
  .hero__bg-image {
    width: 90vw;
    height: 40vh;
  }
  .hero__blot {
    right: -40px;
    bottom: 120px;
    width: 300px;
    height: 240px;
    padding-right: 111px;
    padding-left: 37px;
    font-size: 18px;
  }
  .hero__bottom-text {
    max-width: 335px;
  }
  .btn {
    padding: 22px 44px;
  }
  .remodal__content {
    padding: 70px 80px 80px;
  }
  .map-link {
    width: 340px;
    padding: 25px 40px;
  }
  .map-link.map-link--google {
    margin-right: 0px;
    margin-bottom: 12px;
  }
  .map-link.map-link--yandex {
    margin-bottom: 12px;
  }
  .map-link.map-link--yandex.map-link--yandex--mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 12px;
  }
  .map-link.map-link--yandex-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .map-link.map-link--yandex-nav.map-link--yandex--mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .maps-wrp {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .remodal__close-btn {
    top: -30px;
    right: -30px;
    width: 60px;
    height: 60px;
  }
  .hero__image-wrp {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-top: 16px;
    margin-bottom: 15px;
    font-size: 12vw;
  }
  h2 {
    margin-bottom: 10px;
    font-size: 4vw;
  }
  h3 {
    font-size: 18px;
  }
  h4 {
    font-size: 16px;
  }
  .section {
    padding-top: 42px;
    padding-bottom: 42px;
  }
  .cz.cz--hero {
    margin-top: -42px;
    margin-bottom: -42px;
    padding-top: 42px;
    padding-bottom: 42px;
  }
  .logo__small-text {
    width: 25vw;
  }
  .hero__blot {
    top: 20px;
    bottom: auto;
    width: 40vw;
    height: 32vw;
    padding-right: 15vw;
    padding-left: 6vw;
    font-size: 2.5vw;
  }
  .bottom-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .hero__bottom-text {
    margin-bottom: 30px;
  }
  .btn {
    padding: 18px 40px;
  }
  .btn.btn--copy {
    margin-top: 30px;
  }
  .btn-shadow {
    top: 20px;
  }
  .remodal__content {
    margin-top: 0px;
    margin-right: 20px;
    margin-left: 20px;
    padding: 60px 60px 70px;
    background-size: 300px;
  }
  .remodal__heading {
    margin-bottom: 20px;
    font-size: 5vw;
  }
  .map-link {
    width: 300px;
    padding: 20px;
  }
  .maps-wrp {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .map-link__icon {
    width: 60px;
    height: 60px;
  }
  .remodal__close-btn {
    top: 16px;
    right: 16px;
    width: 40px;
    height: 40px;
  }
  .hero__image-wrp {
    margin-bottom: 0px;
  }
  .blot__text {
    font-size: 15px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 11vw;
  }
  h4 {
    font-size: 3.5vw;
  }
  .cz.cz--hero {
    padding-right: 20px;
    padding-left: 20px;
  }
  .hero__bg-image {
    width: 100vw;
    height: auto;
    -o-object-position: 0% 50%;
    object-position: 0% 50%;
  }
  .hero__blot {
    right: -10%;
    width: 60vw;
    height: 45vw;
    padding-right: 18vw;
    padding-left: 6vw;
  }
  .hero__bottom-text {
    font-size: 4vw;
  }
  .btn {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    font-size: 4vw;
  }
  .btn.btn--copy {
    margin-top: 20px;
  }
  .btn-wrp {
    width: 100%;
  }
  .remodal__content {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 30px;
    padding-bottom: 40px;
    padding-left: 30px;
  }
  .remodal__heading {
    font-size: 6vw;
  }
  .map-link {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .map-link.map-link--google {
    margin-bottom: 8px;
  }
  .map-link.map-link--yandex {
    margin-bottom: 8px;
  }
  .map-link.map-link--yandex.map-link--yandex--mobile {
    margin-bottom: 8px;
  }
  .maps-wrp {
    width: 100%;
  }
  .remodal__close-btn {
    width: 36px;
    height: 36px;
  }
  .hero__image-wrp {
    overflow: hidden;
    width: 100vw;
  }
  .blot__text {
    font-size: 3.3vw;
  }
}

@font-face {
  font-family: 'Trebuchetms';
  src: url('../fonts/TrebuchetMS.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'NK170';
  src: url('../fonts/18875.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'ForwardAd';
  src: url('../fonts/ForwardAd.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}