@charset "UTF-8";
/* stylelint-disable */
/*! 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 {
  -webkit-box-sizing: content-box;
          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 {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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; }

/* 1024-1279 рх */
/* 768-1023 рх */
@font-face {
  font-style: normal;
  font-weight: 400;
  font-family: "Open Sans";
  font-display: swap;
  src: url("../fonts/OpenSans-Regular.woff2") format("woff2"), url("../fonts/OpenSans-Regular.woff") format("woff"); }

@font-face {
  font-style: normal;
  font-weight: 600;
  font-family: "Open Sans";
  font-display: swap;
  src: url("../fonts/OpenSans-SemiBold.woff2") format("woff2"), url("../fonts/OpenSans-SemiBold.woff") format("woff"); }

@font-face {
  font-style: normal;
  font-weight: 700;
  font-family: "Alegreya";
  font-display: swap;
  src: url("../fonts/Alegreya-Bold.woff2") format("woff2"), url("../fonts/Alegreya-Bold.woff") format("woff"); }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  font-weight: 400;
  font-family: "Open Sans", "Arial", sans-serif;
  color: #65615a;
  background-color: #fff7ea;
  scroll-behavior: smooth; }

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

a {
  color: inherit; }

img {
  max-width: 100%;
  height: auto; }

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  font-style: normal;
  font-size: 16px;
  line-height: 1.2; }

.visually-hidden:not(:focus):not(:active),
input[type="checkbox"].visually-hidden,
input[type="radio"].visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden; }

.container {
  width: 100%;
  max-width: 1520px;
  margin: 0 auto;
  padding: 0 50px; }

@media (max-width: 1024px) {
  .container {
    padding: 0 35px; } }

@media (max-width: 768px) {
  .container {
    padding: 0 20px; } }

@-webkit-keyframes moveDown {
  0% {
    bottom: 40%; }
  50% {
    bottom: 0; }
  100% {
    bottom: 40%; } }

@keyframes moveDown {
  0% {
    bottom: 40%; }
  50% {
    bottom: 0; }
  100% {
    bottom: 40%; } }

@-webkit-keyframes moveUp {
  0% {
    top: 40%;
    -webkit-transform: translate(-50%) rotate(180deg);
            transform: translate(-50%) rotate(180deg); }
  50% {
    top: 0%; }
  100% {
    top: 40%;
    -webkit-transform: translate(-50%) rotate(180deg);
            transform: translate(-50%) rotate(180deg); } }

@keyframes moveUp {
  0% {
    top: 40%;
    -webkit-transform: translate(-50%) rotate(180deg);
            transform: translate(-50%) rotate(180deg); }
  50% {
    top: 0%; }
  100% {
    top: 40%;
    -webkit-transform: translate(-50%) rotate(180deg);
            transform: translate(-50%) rotate(180deg); } }

.button {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 70px;
  height: 70px;
  border: 1px solid #faf1e4;
  border-radius: 50%;
  background-color: #e69f1c; }
  .button:not(:hover) {
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .button:hover {
    outline: none;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .button svg {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }

.button--down {
  bottom: 64px; }
  .button--down svg {
    -webkit-animation: moveDown 1s infinite linear;
            animation: moveDown 1s infinite linear; }

.button--up {
  top: 75px; }
  .button--up svg {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-animation: moveUp 1s infinite linear;
            animation: moveUp 1s infinite linear; }

@media (max-width: 1024px) {
  .button--up {
    top: 110px; } }

@media (max-width: 768px) {
  .button {
    width: 50px;
    height: 50px; }
    .button svg {
      width: 20px; } }

@media (max-width: 500px) {
  .button--down {
    bottom: 90px; } }

@media (max-width: 768px) {
  .button--up {
    top: 50px; } }

.section-title {
  font-size: 40px;
  line-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  font-family: "Alegreya", "Times New Roman", serif;
  text-transform: uppercase;
  text-align: center; }
  .section-title span {
    color: #e69f1c; }

@media (max-width: 1024px) {
  .section-title {
    font-size: 35px;
    line-height: 35px; } }

@media (max-width: 768px) {
  .section-title {
    font-size: 26px;
    line-height: 30px; } }

.page-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 6px;
  background-color: transparent;
  color: #474342;
  z-index: 1; }

.page-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 60px; }
  .page-header__container img {
    padding-top: 17px; }

.page-header__city {
  font-size: 16px;
  line-height: 20px;
  max-width: 165px;
  margin: 0; }

.page-header__tel {
  font-size: 15px;
  line-height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 5px; }
  .page-header__tel a {
    font-size: 18px;
    line-height: 21px;
    text-decoration: none; }

.intro {
  position: relative;
  min-height: 799px;
  color: #ffffff;
  background-image: url("../img/intro.png");
  background-repeat: no-repeat;
  background-position: center top; }

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
  .intro {
    background-image: url("../img/intro@2x.png");
    background-size: 1920px; } }

.intro__content {
  max-width: 850px;
  margin: 0 auto;
  padding-top: 225px; }
  .intro__content h2 {
    font-size: 40px;
    line-height: 35px;
    max-width: 550px;
    margin-bottom: 10px;
    padding-left: 8px;
    text-align: left; }
  .intro__content span {
    font-size: 35px;
    line-height: 55px;
    font-weight: 600; }

@media (max-width: 1500px) {
  .intro {
    background-size: 125%; } }

@media (max-width: 1300px) {
  .intro {
    min-height: 670px;
    background-size: 125%; }
  .intro__content {
    max-width: 740px; }
    .intro__content h2 {
      font-size: 35px;
      line-height: 30px; }
    .intro__content span {
      font-size: 30px;
      line-height: 45px; } }

.which {
  padding-top: 40px;
  margin-bottom: 93px; }

.which__title {
  margin-bottom: 50px; }

.which__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto 63px;
  padding-bottom: 8px;
  background-image: url("../img/which-bg.png");
  background-repeat: no-repeat;
  background-position: center bottom; }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
    .which__items .which__items {
      background-image: url("../img/which-bg@2x.png"); } }
  .which__items ul {
    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;
    width: 100%;
    padding: 0;
    list-style: none; }
  .which__items li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 225px; }
    .which__items li:first-child {
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      text-align: right; }
  .which__items h3 {
    font-size: 18px;
    line-height: 20px;
    max-width: 210px;
    margin: 0;
    margin-bottom: 10px;
    font-weight: 400; }
  .which__items p {
    font-size: 15px;
    line-height: 20px;
    margin: 0;
    color: #e69f1c; }

.which__top-items {
  max-width: 705px;
  margin: 0 auto 100px; }

.which__middle-items {
  max-width: 1135px;
  margin: 0 auto 115px; }

.which__bottom-items {
  max-width: 1360px;
  margin: 0 auto; }

.which__text {
  font-size: 15px;
  line-height: 17px;
  max-width: 700px;
  margin: 0 auto;
  text-align: center; }

.how {
  max-width: 1660px;
  margin: 0 auto; }

.how__container {
  padding-top: 24px;
  background-image: url("../img/how-bg.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%; }

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
  .how__container {
    background-image: url("../img/how-bg@2x.png"); } }

.how__title {
  margin-bottom: 84px; }

.how__list {
  margin: 0;
  padding: 0;
  list-style: none;
  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;
  margin: 0 auto 84px;
  max-width: 1230px; }
  .how__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 190px; }
    .how__list li:last-child {
      margin-right: 0; }
    .how__list li span {
      font-size: 100px;
      line-height: 100px;
      margin-right: 10px;
      font-weight: 700;
      color: #e69f1c; }
    .how__list li a {
      text-decoration: none; }
    .how__list li p {
      font-size: 15px;
      line-height: 17px;
      margin: 0; }

.why {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  max-width: 1434px;
  height: 898px;
  margin: 0 auto;
  padding-right: 112px;
  padding-bottom: 133px;
  color: #ffffff;
  background-image: url("../img/why-bg.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 1435px; }

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
  .why {
    background-image: url("../img/why-bg@2x.png"); } }

.why__content {
  max-width: 550px; }

.why__title {
  margin-bottom: 18px;
  text-align: left; }
  .why__title span {
    font-size: 30px;
    line-height: 40px;
    margin-top: 4px;
    color: #ffffff; }

.why__text {
  font-size: 15px;
  line-height: 17px;
  max-width: 525px;
  margin: 0;
  margin-bottom: 18px; }
  .why__text:last-of-type {
    margin-bottom: 35px; }

.why__bottom {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-right: 12px; }

.why__bottom-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .why__bottom-tel a {
    font-size: 35px;
    line-height: 55px;
    margin-bottom: 5px;
    font-weight: 600;
    text-decoration: none; }

@media (max-width: 1200px) {
  .which__items {
    background-size: 50%;
    background-position: center; } }

@media (max-width: 1100px) {
  .intro {
    min-height: 580px; }
  .how__container {
    padding-top: 15px; }
  .how__title {
    margin-bottom: 40px; }
  .how__list li {
    max-width: 170px; }
    .how__list li span {
      font-size: 90px;
      line-height: 90px;
      margin-right: 5px; }
    .how__list li p {
      font-size: 14px;
      line-height: 16px; } }

@media (max-width: 1024px) {
  .page-header__container {
    padding-right: 35px; }
  .intro {
    min-height: 530px; }
  .intro__content {
    max-width: 550px;
    padding-top: 160px; }
    .intro__content h2 {
      font-size: 26px;
      line-height: 30px;
      max-width: 350px; }
    .intro__content span {
      font-size: 22px;
      line-height: 26px; }
  .which {
    margin-bottom: 70px; }
  .which__title {
    margin-bottom: 30px; }
  .which__items {
    background-size: 35%;
    background-position: center bottom; }
    .which__items li {
      max-width: 165px; }
    .which__items h3 {
      font-size: 14px;
      line-height: 16px;
      max-width: 189px; }
    .which__items p {
      font-size: 12px;
      line-height: 14px; }
  .which__top-items {
    max-width: 400px;
    margin-bottom: 40px; }
  .which__middle-items {
    max-width: 550px;
    margin-bottom: 50px; }
  .which__bottom-items {
    max-width: 700px; }
  .which__text {
    font-size: 14px;
    line-height: 16px;
    max-width: 630px; }
  .how__container {
    padding-top: 0; }
  .how__list {
    margin-bottom: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .how__list li {
      max-width: 24%;
      margin-right: 14%;
      margin-bottom: 10px; }
      .how__list li:nth-child(3) {
        margin-right: 0; }
      .how__list li span {
        font-size: 90px;
        line-height: 90px; }
      .how__list li p {
        font-size: 14px;
        line-height: 16px; }
  .why {
    max-width: 1434px;
    height: 800px;
    padding-right: 50px;
    padding-bottom: 80px;
    background-position: center top; }
  .why__title span {
    font-size: 25px;
    line-height: 35px; }
  .why__text {
    font-size: 14px;
    line-height: 16px;
    max-width: 450px; }
    .why__text:last-of-type {
      margin-bottom: 30px; }
  .why__bottom-tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .why__bottom-tel a {
      font-size: 30px;
      line-height: 40px;
      margin-bottom: 5px; } }

@media (max-width: 900px) {
  .page-header__container {
    max-width: 500px;
    padding-top: 10px;
    color: #ffffff; }
    .page-header__container img {
      width: 50px;
      padding-top: 10px; }
  .intro {
    min-height: 510px;
    background-size: cover; }
  .which__items {
    background-size: 40%; } }

@media (max-width: 768px) {
  .page-header__container {
    padding-right: 20px; }
  .intro__content {
    max-width: 500px;
    padding-top: 150px; }
    .intro__content h2 {
      font-size: 26px;
      line-height: 26px;
      padding-left: 0; }
    .intro__content span {
      font-size: 20px;
      line-height: 30px; }
  .which {
    padding-top: 20px; }
  .which__title {
    margin-bottom: 20px; }
  .which__items {
    margin-bottom: 30px;
    padding-top: 90px;
    background-position: center top; }
    .which__items li {
      text-align: center; }
      .which__items li:first-child {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        text-align: center; }
  .which__top-items {
    max-width: 100%;
    margin-bottom: 30px; }
  .which__middle-items {
    max-width: 100%;
    margin-bottom: 30px; }
  .which__bottom-items {
    max-width: 100%; }
  .how__title {
    margin-bottom: 25px; }
  .how__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .how__list li {
      max-width: 280px;
      margin-right: 0;
      margin-bottom: 10px; }
      .how__list li span {
        font-size: 50px;
        line-height: 50px;
        margin-right: 30px; }
      .how__list li p {
        font-size: 14px;
        line-height: 16px; }
  .why {
    max-width: 1434px;
    height: 680px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 50px;
    background-position: center; }
  .why__title span {
    font-size: 18px;
    line-height: 24px; }
  .why__text {
    font-size: 13px;
    line-height: 15px;
    max-width: 450px;
    margin-bottom: 15px; }
    .why__text:last-of-type {
      margin-bottom: 20px; }
  .why__bottom {
    padding-right: 0; }
    .why__bottom img {
      width: 60px; }
  .why__bottom-tel a {
    font-size: 24px;
    line-height: 28px; } }

@media (max-width: 500px) {
  .page-header__container {
    padding-right: 20px;
    color: #ffffff; }
    .page-header__container img {
      width: 45px;
      padding-top: 10px; }
  .page-header__city {
    font-size: 13px;
    line-height: 15px;
    max-width: 100px; }
  .page-header__tel {
    font-size: 13px;
    line-height: 15px;
    padding-top: 0px;
    max-width: 100px;
    text-align: right; }
    .page-header__tel a {
      font-size: 12px;
      line-height: 16px; }
  .intro {
    min-height: 600px; } }

@media (max-width: 400px) {
  .which__items {
    padding-top: 90px;
    background-position: center top; }
    .which__items li {
      max-width: 46%; }
    .which__items h3 {
      font-size: 12px;
      line-height: 15px;
      margin-bottom: 5px; }
    .which__items p {
      font-size: 11px;
      line-height: 13px; } }
