* {
  box-sizing: border-box;
}

body {
  font-family: "TildaSans", Arial, sans-serif;
  background-color: #f5f5f5;
}

img {
  max-width: 100%;
}

.container {
  max-width: 1200px;
  margin: auto;
}

.wpcf7-spinner {
  display: none;
}

.wpcf7-response-output {
  display: none;
}

@media (max-width: 1200px) {
  .container {
    max-width: 960px;
  }
}
@media screen and (max-width: 960px) {
  .container {
    max-width: 640px;
  }
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "TildaSansBold";
  src: url("../fonts/TildaSans-Bold.woff2") format("woff2"), url("../fonts/TildaSans-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "TildaSansLight";
  src: url("../fonts/TildaSans-Light.woff2") format("woff2"), url("../fonts/TildaSans-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "TildaSansSemibold";
  src: url("../fonts/TildaSans-Semibold.woff2") format("woff2"), url("../fonts/TildaSans-Semibold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.navbar {
  padding-left: 40px;
  padding-right: 40px;
}
.navbar-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  max-width: 400px;
  width: 400px;
  height: 79px;
}

.navbar-menu {
  display: flex;
}
.navbar-menu__item {
  text-transform: uppercase;
  list-style-type: none;
  padding-left: 15px;
  padding-right: 15px;
}
.navbar-menu__link {
  text-decoration: none;
  color: #000000;
  font-family: "TildaSansSemibold", sans-serif;
  font-size: 16px;
}

@media (max-width: 1200px) {
  .navbar {
    padding-left: 20px;
    padding-right: 20px;
  }
  .navbar-menu__item {
    padding-left: 15px;
    padding-right: 15px;
  }
  .navbar-menu__item:first-child {
    padding-left: 0;
  }
  .navbar-menu__item:last-child {
    padding-right: 0;
  }
}
@media (max-width: 981px) {
  .navbar-container {
    flex-direction: column;
  }
  .logo {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .navbar-menu {
    flex-direction: column;
    padding: 20px 0 !important;
    align-items: center;
    margin: 0;
  }
  .navbar-menu__item {
    padding: 10px !important;
  }
}
.hero {
  width: 100%;
  height: 100vh;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.7)), url(../img/noroot.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-color: #000;
  position: relative;
}
.hero-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
.hero__title {
  font-family: "TildaSansSemibold", sans-serif;
  font-size: 72px;
  line-height: 1.17;
  color: #fff;
  padding: 24px 0 24px 0;
  letter-spacing: 1px;
  max-width: 95%;
  text-align: center;
  position: relative;
  margin: 0 auto;
}
.hero__subtitle {
  font-family: "TildaSansLight", sans-serif;
  color: #fff;
  text-align: center;
  font-size: 22px;
  line-height: 1.55;
  position: relative;
  margin-bottom: 75px;
}
.hero__link {
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 20px 60px 20px 60px;
  color: #fff;
  background-color: #f71616;
  border-radius: 3px;
  font-family: "TildaSansBold", sans-serif;
  font-size: 16px;
}
.hero__arrow {
  position: absolute;
  z-index: 9;
  bottom: 40px;
  right: 0;
  left: 0;
  text-align: center;
}
.hero__arrow-wrapper {
  display: inline-block;
  animation: arrow-bottom 1.7s infinite ease;
  cursor: pointer;
}

.request {
  display: flex;
  justify-content: center;
  position: relative;
}

@media (max-width: 1200px) {
  .hero-container {
    max-width: 785px;
  }
  .hero__title {
    font-size: 68px;
  }
  .hero__subtitle {
    font-size: 20px;
    padding-top: 15px;
    padding-bottom: 30px;
    margin-bottom: 0;
  }
  .hero .request {
    margin-top: 45px;
  }
}
@media screen and (max-device-width: 1024px) {
  .hero {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 960px) {
  .hero-container {
    max-width: 640px;
  }
}
@media screen and (max-width: 640px) {
  .hero__title {
    font-size: 30px;
    line-height: 30px;
  }
  .hero__subtitle {
    font-size: 14px;
    line-height: 20px;
  }
  .hero__link {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 980px) {
  .hero__title_animate {
    opacity: 0;
    animation-name: test;
    animation-delay: 0s;
    animation-duration: 1.2s;
    animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    animation-fill-mode: forwards;
  }
  .hero__subtitle_animate {
    opacity: 0;
    animation-name: test;
    animation-delay: 0.3s;
    animation-duration: 0.7s;
    animation-fill-mode: forwards;
    margin-bottom: 75px;
  }
  .hero__link_animate {
    opacity: 0;
    animation-name: test;
    animation-delay: 0.8s;
    animation-duration: 1s;
    animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    animation-fill-mode: forwards;
  }
  @keyframes test {
    0% {
      opacity: 0;
      transform: translate(0, 100px);
    }
    100% {
      opacity: 1;
      transform: none;
    }
  }
}
@keyframes arrow-bottom {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-7px);
  }
  55% {
    transform: translateY(-7px);
  }
  100% {
    transform: translateY(0);
  }
}
.about {
  display: flex;
  background-image: url(../img/map.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  height: 100vh;
  overflow: hidden;
}
.about-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about__title {
  font-family: "TildaSansSemibold", sans-serif;
  color: #000000;
  font-size: 52px;
  line-height: 1.23;
  text-transform: uppercase;
  margin-bottom: 29px;
}
.about__line {
  position: relative;
  max-width: 50px;
  width: 100%;
  height: 3px;
  margin: 0 auto;
  background-color: #666;
  margin-bottom: 31px;
}
.about__description {
  font-family: "TildaSansLight", sans-serif;
  color: #000000;
  font-size: 20px;
  line-height: 1.55;
}

.about-wrap {
  padding: 80px 86px 85px;
  background-color: #fff;
  text-align: center;
}

@media (max-width: 1200px) {
  .about {
    padding: 135px 0 135px 0;
  }
  .about__title {
    font-size: 48px;
  }
  .about__description {
    font-size: 18px;
  }
}
@media screen and (max-device-width: 1024px) {
  .about {
    background-attachment: scroll;
  }
}
@media (max-width: 981px) {
  .about-container {
    max-width: 935px;
  }
}
@media screen and (max-width: 960px) {
  .about {
    padding: 160px 0 160px 0;
  }
  .about-container {
    max-width: 640px;
  }
}
@media screen and (max-width: 680px) {
  .about-container {
    max-width: 576px;
  }
  .about-wrap {
    padding: 30px 20px 35px;
  }
}
@media screen and (max-width: 640px) {
  .about__title {
    font-size: 30px;
  }
  .about__description {
    font-size: 16px;
    line-height: 1.45;
  }
}
@media screen and (max-width: 600px) {
  .about-container {
    max-width: 520px;
  }
}
.services {
  padding: 160px 0 185px 0;
}
.services__title {
  font-family: "TildaSansSemibold", sans-serif;
  color: #000000;
  font-size: 42px;
  line-height: 1.23;
  text-align: center;
  margin-bottom: 15px;
}

.services-blocks {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  align-items: center;
  justify-content: space-around;
}

.services-block {
  max-width: 560px;
  width: 100%;
  margin-top: 90px;
}
.services-block__img {
  width: 90px;
  height: 90px;
  margin: 0 auto;
  margin-bottom: 25px;
}
.services-block__title {
  font-family: "TildaSansSemibold", sans-serif;
  color: #000000;
  font-size: 30px;
  line-height: 1.17;
  margin-bottom: 25px;
}
.services-block__text {
  font-family: "TildaSansLight", sans-serif;
  font-size: 16px;
  line-height: 1.55;
}

@media (max-width: 1200px) {
  .services__title {
    font-size: 38px;
  }
  .services-block {
    max-width: 463px;
  }
  .services-block__title {
    font-size: 28px;
  }
  .services-block__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 960px) {
  .services-block {
    margin-top: 45px;
  }
  .services__title {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 640px) {
  .services__title {
    font-size: 30px;
  }
  .services-block__title {
    font-size: 24px;
  }
  .services-block__text {
    font-size: 12px;
    line-height: 1.45;
  }
}
@media screen and (max-width: 480px) {
  .services {
    padding: 90px 0 120px 0;
  }
}
.advantages {
  padding: 160px 0 160px 0;
  background-color: #2f2f2f;
}
.advantages__title {
  font-family: "TildaSansSemibold", sans-serif;
  color: #fff;
  font-size: 42px;
  line-height: 1.23;
  text-align: center;
  margin-bottom: 35px;
}

.advantages-blocks {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.advantages-block {
  display: flex;
  max-width: 260px;
  width: 100%;
  margin-top: 70px;
}
.advantages-block__img {
  max-width: 35px;
  width: 100%;
  height: auto;
  margin-right: 16px;
}
.advantages-block__text {
  font-family: "TildaSansSemibold", sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 1.35;
}

@media (max-width: 1200px) {
  .advantages {
    padding: 150px 0 150px 0;
  }
  .advantages__title {
    font-size: 38px;
  }
  .advantages-block {
    max-width: 218px;
  }
  .advantages-block__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 960px) {
  .advantages-container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .advantages-blocks {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .advantages-blocks__title {
    margin-bottom: 45px;
  }
  .advantages-block {
    margin-top: 40px;
  }
  .advantages-block {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 680px) {
  .advantages-container {
    max-width: 576px;
  }
}
@media screen and (max-width: 640px) {
  .advantages__title {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .advantages-block {
    align-items: center;
  }
  .advantages-block__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .advantages {
    padding: 90px 0 90px 0;
  }
}
.feedback {
  display: flex;
  background-attachment: scroll;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.9)), url(../img/feedback/_LS13.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #000;
  height: 100vh;
}
.feedback__title {
  font-family: "TildaSansSemibold", sans-serif;
  font-size: 48px;
  line-height: 1.23;
  color: #fff;
  text-align: center;
  margin-bottom: 24px;
}
.feedback__text {
  font-family: "TildaSansLight", sans-serif;
  font-size: 24px;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 74px;
}
.feedback__form {
  text-align: center;
}
.feedback__input {
  font-family: "TildaSansSemibold", sans-serif;
  color: #fff;
  margin-right: 20px;
  border: 1px solid #ffffff;
  background-color: transparent;
  padding: 0 20px;
  font-size: 16px;
  line-height: 1.33;
  width: 21%;
  height: 56px;
}
.feedback__button {
  font-family: "TildaSansBold", sans-serif;
  font-size: 16px;
  color: #ffffff;
  background-color: #ff0000;
  border-radius: 3px;
  height: 56px;
  padding-left: 40px;
  padding-right: 40px;
  outline: none;
  border: none;
}

@media (max-width: 1200px) {
  .feedback {
    padding: 230px 0 225px 0;
  }
  .feedback__title {
    font-size: 44px;
  }
  .feedback__text {
    font-size: 22px;
  }
}
@media screen and (max-width: 960px) {
  .feedback {
    padding-top: 90px;
    padding-bottom: 80px;
  }
  .feedback-container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .feedback__form {
    display: flex;
    flex-direction: column;
  }
  .feedback__input {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
}
@media screen and (max-width: 640px) {
  .feedback {
    padding-top: 160px;
    padding-bottom: 150px;
  }
  .feedback__title {
    font-size: 30px;
  }
  .feedback__text {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 32px;
  }
  .feedback__input {
    height: 50px;
  }
  .feedback__button {
    height: 50px;
  }
}
@media screen and (max-width: 480px) {
  .feedback {
    padding-top: 140px;
    padding-bottom: 130px;
  }
}
.contacts {
  padding: 142px 0 130px 0;
}
.contacts__title {
  font-family: "TildaSansSemibold", sans-serif;
  color: #000000;
  font-size: 16px;
  line-height: 1.35;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 45px;
}
.contacts__list {
  font-family: "TildaSansSemibold", sans-serif;
  color: #000000;
  font-size: 36px;
  line-height: 1.23;
  text-align: center;
  margin-bottom: 45px;
}
.contacts__address {
  font-family: "TildaSansLight", sans-serif;
  color: #000000;
  font-size: 18px;
  line-height: 1.55;
  text-align: center;
  margin-bottom: 40px;
}
.contacts__text {
  font-family: "TildaSansLight", sans-serif;
  color: #000000;
  font-size: 18px;
  line-height: 1.55;
  text-align: center;
  margin-top: 40px;
}

.contacts-sociallinks__wrapper {
  display: flex;
  justify-content: center;
  padding-left: 0;
}
.contacts-sociallinks__item {
  list-style: none;
  margin-right: 10px;
}
.contacts-sociallinks__img {
  height: 48px;
  width: 48px;
}

@media (max-width: 1200px) {
  .contacts__title {
    font-size: 14px;
  }
  .contacts__list {
    font-size: 32px;
  }
  .contacts__address {
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  .contacts__title {
    font-size: 12px;
  }
  .contacts__list {
    font-size: 28px;
  }
  .contacts__address {
    font-size: 14px;
    line-height: 1.45;
  }
}
@media screen and (max-width: 480px) {
  .contacts {
    padding: 90px 0 90px 0;
  }
}/*# sourceMappingURL=style.css.map */