@charset "UTF-8";
/*! 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;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

@media (max-width: 1199px) {
  .container {
    max-width: 960px;
  }
}

@media (max-width: 991px) {
  .container {
    max-width: 750px;
  }
}

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

@font-face {
  font-family: "Roboto Regular";
  src: url("../fonts/Roboto-Regular.eot");
  src: url("../fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Roboto Bold";
  src: url("../fonts/Roboto-Bold.eot");
  src: url("../fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Roboto Light";
  src: url("../fonts/Roboto-Light.eot");
  src: url("../fonts/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Light.woff") format("woff"), url("../fonts/Roboto-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Roboto Black";
  src: url("../fonts/Roboto-Black.eot");
  src: url("../fonts/Roboto-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Black.woff") format("woff"), url("../fonts/Roboto-Black.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "Roboto Light", sans-serif;
}

.button {
  padding: 10px 30px;
  border: none;
  background-color: #3977CC;
  color: #ffffff;
  text-decoration: none;
  font-family: "Roboto Black", sans-serif;
}

.button:focus {
  outline: none;
}

.button:hover {
  background-color: #2F64AC;
  cursor: pointer;
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  background-color: #fff;
}

.navbar-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 80px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.navbar__text {
  display: block;
  font-size: 18px;
  padding-right: 25%;
  border-left: 2px solid black;
  padding-left: 10px;
}

.navbar__phone {
  display: block;
  font-size: 18px;
  text-align: right;
  text-decoration: none;
  color: black;
  font-family: "Roboto Black", sans-serif;
}

.navbar__text__time {
  display: block;
  font-size: 18px;
  padding-left: 20px;
  border-left: 2px solid black;
}

@media (max-width: 1199px) {
  .navbar__text {
    padding-right: 10%;
  }
}

@media (max-width: 991px) {
  .navbar__text {
    display: none;
  }
  .navbar__logo {
    padding-right: 20%;
  }
}

@media (max-width: 768px) {
  .navbar__text__time {
    display: none;
  }
  .navbar__logo {
    padding-right: 30%;
  }
}

@media (max-width: 670px) {
  .navbar {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .navbar__phone-pic {
    display: none;
  }
  .navbar__logo {
    padding-right: 0;
  }
}

@media (max-width: 450px) {
  .navbar__phone {
    display: none;
  }
}

.hero {
  background: url("../img/hero/image_intro.png"), url("../img/hero/Vector.png");
  background-position: bottom 30% right 15%, center;
  background-repeat: no-repeat, no-repeat;
  background-size: 20%, cover;
  padding-top: 120px;
  padding-bottom: 160px;
}

.hero__title {
  font-size: 22px;
  margin-bottom: 15px;
  font-family: "Roboto-Bold", sans-serif;
}

.hero__subtitle {
  font-size: 18px;
  margin-bottom: 30px;
  display: block;
  font-family: "Roboto-Regular", sans-serif;
}

@media (max-width: 1199px) {
  .hero {
    background-size: 20%, cover;
    background-position: bottom 30% right 5%, center;
    padding-bottom: 80px;
    padding-top: 50px;
  }
}

@media (max-width: 991px) {
  .hero {
    background: url("../img/hero/Vector.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .hero__title {
    text-align: center;
  }
  .hero__subtitle {
    text-align: center;
  }
  .hero__button {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .hero {
    padding-bottom: 40px;
    padding-top: 30px;
  }
  .hero__button {
    font-size: 12px;
  }
}

.benefits {
  background: #A0B5D2;
}

.benefits-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 140px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.benefits-wrap__stroke {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.benefits__text {
  padding-left: 8px;
  min-width: 170px;
  font-size: 16px;
  color: #ffff;
  font-family: "Roboto Black", sans-serif;
}

.element__one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.element__two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.element__three {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.element__four {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1199px) {
  .benefits-wrap__stroke {
    display: block;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px;
  }
}

@media (max-width: 768px) {
  .benefits-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .benefits-wrap__stroke {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .benefits__text {
    display: none;
  }
  .benefits__pics {
    display: -ms-grid;
    display: grid;
    padding: 0 15px;
  }
}

@media (max-width: 530px) {
  .benefits-wrap__stroke {
    display: -ms-grid;
    display: grid;
  }
  .benefits__pics {
    padding: 3px;
  }
}

.offer {
  background: url("../img/offer_callme.png") bottom 50% left 15%, url("../img/hero/Vector2.png") center;
  background-repeat: no-repeat, no-repeat;
  background-size: 40%, cover;
  padding-top: 3%;
  padding-bottom: 5%;
}

.offer__title {
  font-size: 22px;
  text-align: right;
  margin-bottom: 35px;
  font-family: "Roboto-Bold", sans-serif;
}

.offer__phone {
  text-align: right;
  text-decoration: none;
  display: block;
  font-size: 34px;
  color: black;
  margin-bottom: 30px;
  font-family: "Roboto Black", sans-serif;
}

.offer__info {
  text-align: right;
  -webkit-box-align: right;
      -ms-flex-align: right;
          align-items: right;
}

.offer__texttime {
  font-size: 22px;
  font-family: "Roboto-Regular", sans-serif;
}

.btn {
  margin-top: 35px;
}

@media (max-width: 991px) {
  .offer {
    background: url("../img/hero/Vector2.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .offer__title {
    text-align: center;
  }
  .offer__phone {
    text-align: center;
  }
  .offer__info {
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 768px) {
  .offer {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .offer__phone {
    font-size: 30px;
  }
}

.repair {
  background-color: #CFDAE8;
  padding-top: 3%;
  padding-bottom: 5%;
}

.repair__title {
  font-size: 22px;
  text-align: center;
  color: #213D61;
  margin-bottom: 25px;
  font-family: "Roboto-Bold", sans-serif;
}

.repair__line-wpar {
  background: url("../img/repair/repair_line_one.png") no-repeat center;
  background-size: contain;
  padding-left: 50px;
  padding-right: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.repair__line-wpar-2 {
  margin: 30px 0;
  background: url("../img/repair/repair_line_two.png") no-repeat center;
  background-size: contain;
  padding-left: 50px;
  padding-right: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.repair__line__title {
  font-size: 18px;
  color: #ffffff;
  font-family: "Roboto-Bold", sans-serif;
}

.repair__line__title__2 {
  font-size: 18px;
  color: #ffffff;
  text-align: right;
  font-family: "Roboto-Bold", sans-serif;
}

.repair__line__subtitle {
  font-size: 18px;
  color: #213D61;
  font-family: "Roboto Black", sans-serif;
}

.subtitle1_after {
  display: none;
}

.subtitle2_after {
  display: none;
}

.subtitle3_after {
  display: none;
}

.pic_icon_three {
  margin-right: 10px;
}

@media (max-width: 991px) {
  .repair__line-wpar {
    background: url("../img/repair/repair_big_line_one.png") no-repeat left;
    background-size: cover;
    border-radius: 20px;
    max-width: 95%;
    margin-left: 2%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .repair__line-wpar-2 {
    background: url("../img/repair/repair_big_line_two.png") no-repeat right;
    background-size: cover;
    border-radius: 20px;
    max-width: 95%;
    margin-left: 2%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .repair__line__title {
    display: none;
  }
  .repair__line__title__2 {
    display: none;
  }
  .repair__line__subtitle {
    padding-left: 10px;
  }
}

@media (max-width: 768px) {
  .subtitle1_after {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .subtitle1_before {
    display: none;
  }
  .subtitle2_after {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .subtitle2_before {
    display: none;
  }
  .subtitle3_after {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .subtitle3_before {
    display: none;
  }
}

@media (max-width: 360px) {
  .subtitle1_after {
    display: none;
  }
  .subtitle2_after {
    display: none;
  }
  .subtitle3_after {
    display: none;
  }
  .repair__line__title {
    display: block;
  }
  .repair__line__title__2 {
    display: block;
  }
}

.features {
  padding-top: 3%;
  padding-bottom: 5%;
}

.features__logo {
  margin-bottom: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.features__lines {
  display: block;
  text-align: center;
  font-size: 1em;
  color: #2D4466;
  line-height: 0.8em;
  font-family: "Roboto-Bold", sans-serif;
}

.features-line2 {
  font-size: 4em;
}

.features-wrap {
  display: -ms-grid;
  display: grid;
  grid-gap: 1em;
  -ms-grid-columns: (minmax(200px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.block-1 {
  padding-top: 5%;
  background: url("../img/features/brands_pic.png") no-repeat center;
  background-size: contain;
  grid-column: auto;
}

.block-2 {
  padding-top: 5%;
  background: url("../img/features/brands_experience.png") no-repeat center;
  background-size: contain;
  grid-column: auto;
}

.block-3 {
  padding-top: 5%;
  background: url("../img/features/brands_fridge.png") no-repeat center;
  background-size: contain;
  grid-column: auto;
}

.block-1, .block-2, .block-3 {
  grid-column: auto;
}

@media (max-width: 991px) {
  .features__lines {
    font-size: 0.85em;
  }
  .features-line2 {
    font-size: 2.5em;
  }
}

@media (max-width: 700px) {
  .features {
    padding-top: 7%;
    padding-bottom: 10%;
  }
  .features__logo {
    margin-bottom: 7%;
  }
  .block-1 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1/5;
  }
  .block-2 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1/5;
  }
  .block-3 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1/5;
  }
}

/*Обнуление*/
*,
*:before,
*:after {
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wrapper {
  background-color: #cfdae8;
  height: 100%;
  padding-top: 2%;
  padding-bottom: 4%;
  display: block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}

.slider__title {
  font-size: 24px;
  text-align: center;
  color: #213d61;
  padding-bottom: 2%;
}

@media (max-width: 767px) {
  .wrapper {
    padding: 50px 10px;
  }
}

/* Основные стили */
/* Слайдер */
.slick-slider {
  min-width: 0;
}

/* Ограничивающая оболочка */
.slick-list {
  overflow: hidden;
}

/* Лента слайдов */
.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}

/* Конкретный слайдер */
.slider {
  position: relative;
  padding: 0px 60px;
}

@media (max-width: 767px) {
  .slider {
    padding: 0px 40px;
  }
}

.slider .slick-arrow {
  position: absolute;
  top: 50%;
  margin: -30px 0px 0px 0px;
  z-index: 10;
  font-size: 0;
  width: 30px;
  height: 60px;
}

.slider .slick-arrow.slick-prev {
  left: 0;
  background: url("../img/sl-arrow_l.svg") 0 0/100% no-repeat;
}

.slider .slick-arrow.slick-next {
  right: 0;
  background: url("../img/sl-arrow_r.svg") 0 0/100% no-repeat;
}

.slider .slick-arrow.slick-disabled {
  opacity: 0.2;
}

.slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.slider .slick-dots li {
  list-style: none;
  margin: 0px 10px;
}

.slider .slick-dots button {
  font-size: 0;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
}

.slider .slick-dots li.slick-active button {
  background-color: transparent;
  border: 1px solid #fff;
}

.slider__item {
  padding: 0px 15px;
}

.slider__item img {
  max-width: 100%;
}

.footer {
  padding: 40px 0;
}

.footer__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 60px;
}

.footer__subtitle {
  display: block;
  font-size: 16px;
  margin-bottom: 40px;
  font-family: "Roboto-Regular", sans-serif;
}

.footer__copyright {
  font-size: 14px;
  color: grey;
}

.footer__mobile {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__number {
  display: block;
}

.footer__phone {
  display: block;
  font-size: 18px;
  text-decoration: none;
  color: black;
  padding-left: 10px;
  font-family: "Roboto-Regular", sans-serif;
}

.footer__place {
  margin-bottom: 30px;
}

.footer__city-point {
  font-size: 18px;
  color: black;
  padding-left: 10px;
  font-family: "Roboto-Regular", sans-serif;
}

.footer__time-work {
  font-size: 18px;
  color: black;
  font-family: "Roboto-Regular", sans-serif;
}

@media (max-width: 768px) {
  .footer__block {
    -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;
    text-align: center;
  }
  .footer__subtitle {
    margin-bottom: 20px;
  }
  .footer__mobile {
    margin-top: 20px;
  }
  .footer__place {
    margin-bottom: 10px;
  }
  .footer__pic-mobile {
    display: none;
  }
  .footer__pic-point {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */