

/* Start:/local/templates/maf-montazh/css/normalize.css?17094786496139*/
/*! 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 */
  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;
}

/* End */


/* Start:/local/templates/maf-montazh/css/style.css?170980597413830*/
:root {
  --gap: 30px;
  --main-color: #ff0000;
  --grey: #37474f;
  --white: #fff;
  --light-grey: #999;
}

/* Общие стили */

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

html {
  box-sizing: border-box;
}

body {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: var(--grey);
  min-height: 100vh;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

button {
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}

h1, h2, h3, h4, button, p {
  margin: 0;
  padding: 0;
}

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

.list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.btn {
  display: inline-block;
  position: relative;
  outline: none;
  padding: 25px 50px;
  background-color: var(--main-color);
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  border-radius: 15px;
  transition: background-color 0.3s ease-in-out;
}

.btn::after {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  border-radius: inherit;
  border: 1px solid var(--main-color);
  opacity: 0;
  transition: opacity 0.3s ease-in-out
}

.btn:focus::after {
  opacity: 1;
}

.btn:hover {
  background-color: #FFA539;
}

.btn:active {
  background-color: #002848;
}

.btn:active::after {
  border: none;
}

.logo {
  display: flex;
  align-items: center;
}

.logo__name {
  display: flex;
  flex-direction: column;
}

.logo__title {
  font-size: 29px;
  font-weight: 700;
}

.logo__title--1 {
  color: var(--main-color);
}

.logo__img {
  margin-right: 7px;
  width: 250px;
}

.section-title {
  margin-bottom: 30px;
  font-size: 35px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

.section-description {
  margin-bottom: 50px;
  max-width: 70%;
  line-height: 30px;
}

.section-offset {
  padding-top: 50px;
  padding-bottom: 50px;
}

.accent {
  color: var(--main-color);
}

.accent--i {
  font-weight: 600;
}

/* header */

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  line-height: 1;
}

.header__logo {
  margin-right: 30px;
}

.header__logo--mobile {
  display: none;
}

.nav__list {
  display: flex;
  flex-wrap: wrap;
  margin-right: 30px;
}

.nav__item:not(:last-child) {
  margin-right: 20px;
}

.nav__link {
  position: relative;
  transition: color 0.3s ease-in-out;
}

.header__link:focus {
  outline-offset: 10px;
  outline: 1px solid var(--main-color);
}

.nav__link:hover {
  color: var(--main-color);
}

.nav__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 2px;
  background-color: var(--main-color);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.header__link:active {
  outline: none;
}

.nav__link:active::after {
  opacity: 1;
}

.header__contacts {
  display: flex;
  justify-content: space-between;
}

.header__contacts--mobile {
  display: none;
}

.contacts__phone {
  margin-right: 30px;
}

.phone__number {
  display: block;
  margin-bottom: 5px;
  font-size: 21px;
  font-weight: 700;
  font-style: normal;
  transition: color 0.3s ease-in-out;
}

.phone__number:hover {
  color: var(--main-color);
}

.phone__btn {
  font-style: normal;
  border-bottom: 1px dashed var(--grey);
  transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}

.phone__btn:hover {
  color: var(--main-color);
  border-color: var(--main-color);
}

.messenger__item svg {
  border-radius: 5px;
}

.messenger__item:not(:last-child) {
  margin-right: 10px;
}

/* Стили для подложки */

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  z-index: 20;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}


/* Стили для модальных окон */

.blocker {
  z-index: 1000;
}

.mymodal {
  padding: 40px 50px;
}

.mymodal__title {
  font-size: 30px;
}

.mymodal__description {
  margin-bottom: 50px;
  max-width: 100%;
  line-height: 30px;
}

.mymodal-form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.mymodal-form__input {
  min-height: 72px;
  width: 100%;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 500;
  color: #7A7A7A;
  text-align: center;
  border: 1px dashed var(--grey);
  border-radius: 15px;
  transition: border 0.3s ease-in-out;
}

.mymodal-form__input:not(:last-child) {
  margin-bottom: 20px;
}

.mymodal-form__input:focus {
  outline: none;
  border-color: var(--main-color);
}

.mymodal-form__input:hover {
  border: 1px solid var(--main-color);
}

.mymodal-form__btn {
  width: 100%;
}


/* Стили для активных классов подложки и окна */

.mymodal.active,
.myoverlay.active{
  opacity: 1;
  visibility: visible;
}


/* Стили для кнопки закрытия */

.mymodal__cross {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 20px;
  right: 20px;
  fill: #444;
  cursor: pointer;
}


.burger {
  display: none;
}

/* hero */

.hero {
  font-size: 18px;
  background-image: url('/local/templates/maf-montazh/css/../images/NRO2010-1021_CAD1.png');
  background-size: 700px;
  background-repeat: no-repeat;
  background-position: center right;
}

.hero__content {
  max-width: 50%;
  padding: 50px 0;
}

.hero__title {
  margin-bottom: 30px;
  font-size: 26px;
  line-height: 45px;
  font-weight: 700;
  text-transform: uppercase;
}

.hero__title--accent {
  display: block;
  font-size: 36px;
  text-transform: uppercase;
}

.hero__list {
  margin-bottom: 50px;
}

.hero__item {
  position: relative;
  padding-left: 30px;
}

.hero__item:not(:last-child) {
  margin-bottom: 25px;
}

.hero__item::after {
  content: url(/local/templates/maf-montazh/css/../icon/todo-done.svg);
  position: absolute;
  left: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
}

.hero__button {
  margin-bottom: 20px;
}

.hero__ps {
  display: block;
  font-size: 14px;
}

/* services */

.services__sborka {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.services__item {
  position: relative;
  flex-basis: calc((100% / 3) - 20px);
  margin-bottom: 30px;
  border: 1px solid var(--light-grey);
  border-radius: 15px;
}

.services__item--disassembly {
  display: none;
}

.services__img {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.services__description {
  padding: 20px;
}

.services__prices {
  padding-bottom: 70px;
}

.services__header {
  margin-bottom: 20px;
  text-transform: uppercase;
}

.services__unit {
  display: inline-block;
  padding: 5px 0;
  font-size: 14px;
}

.services__unit-name {
  width: 230px;
}

.services__button {
  padding: 15px 25px;
  font-size: 18px;
  font-weight: 400;
  position: absolute;
  bottom: 20px;
  left: 50%;
  white-space: nowrap;
  transform: translateX(-50%);
}

.services__text {
  display: block;
  padding-bottom: 100px;
}

/* advantages */

.advantages {
  margin-bottom: 50px;
  background-color: #f5f6f8;
}

.advantages__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.advantages__about {
  flex-basis: 50%;
}

.advantages__description {
  line-height: 150%;
  margin-bottom: 20px;
  width: 90%;
}

.advantages__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-basis: 50%;
}

.advantages__item {
  margin-bottom: 20px;
  position: relative;
  padding: 20px 20px;
  background-color: #fff;
  border-radius: 15px;
  flex-basis: calc(50% - 20px);
}

.advantages__item::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 7px;
  right: 7px;
  bottom: 7px;
  border-radius: inherit;
  border: 1px dashed var(--grey);
}

.advantages__item:not(:nth-child(2n)) {
  margin-right: 20px;
}

.advantages__top-wrapper {
  display: flex;
  align-items: center;
  min-height: 80px;
}

.advantages__number {
  display: block;
  margin-right: 15px;
  font-size: 62px;
  font-weight: 700;
  color: var(--main-color);
}

.advantages__header {
  text-transform: uppercase;
}

.advantages__descr {
  font-size: 14px;
  line-height: 150%;
}

/* works */

.works {
  margin-bottom: 50px;
}

.swiper {
  text-align: center;
  width: 100%;
  height: 490px;
}

.mySwiper__wrapper {
  height: 450px;
  text-align: center;
}

.swiper__img {
  object-fit: contain;
}

.swiper-button-next,
.swiper-button-prev {
  color: var(--main-color);
}

.swiper-pagination-bullet-active {
  background-color: var(--main-color);
}


/* stages-of-work */

.stages-of-work {
  margin-bottom: 50px;
  background-color: #f5f6f8;
}

.stages-of-work__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.stages-of-work__item {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  width: calc(100% / 3);
  position: relative;
}

.stages-of-work__item::before {
  display: block;
  content: "";
  width: 100%;
  border-top: 2px solid var(--grey);
  position: absolute;
  top: 84px;
}

.stages-of-work__img {
  display: block;
  margin-bottom: 20px;
  width: 64px;
  height: 64px;
  border-radius: 5px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
}

.stages-of-work__img::after {
  display: block;
  content: url(/local/templates/maf-montazh/css/../icon/down-arrow-svgrepo-com.svg);
  position: absolute;
  bottom: -48px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.stages-of-work__img--step-1 {
  background-image: url(/local/templates/maf-montazh/css/../icon/phone-calling-svgrepo-com.svg);
}

.stages-of-work__img--step-2 {
  background-image: url(/local/templates/maf-montazh/css/../icon/operator-support-svgrepo-com.svg);
}

.stages-of-work__img--step-3 {
  background-image: url(/local/templates/maf-montazh/css/../icon/truck.svg);
}

.stages-of-work__img--step-4 {
  background-image: url(/local/templates/maf-montazh/css/../icon/check-list-and-pencil-svgrepo-com.svg);
}

.stages-of-work__img--step-5 {
  background-image: url(/local/templates/maf-montazh/css/../icon/pay-svgrepo-com.svg);
}

.stages-of-work__img--step-7 {
  background-image: url(/local/templates/maf-montazh/css/../icon/contract.svg);
}

.stages-of-work__img--step-8 {
  background-image: url(/local/templates/maf-montazh/css/../icon/truck-svgrepo.svg);
}

.stages-of-work__img--step-6 {
  background-image: url(/local/templates/maf-montazh/css/../icon/playground.svg);
}

.stages-of-work__img--step-6::after {
  display: block;
  content: url(/local/templates/maf-montazh/css/../icon/down-arrow-svgrepo-com copy.svg);
  position: absolute;
  bottom: -48px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.stage-of-work__title {
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  padding-top: 35px;
  margin-bottom: 20px;
  font-size: 18px;
}

.stages-of-work__description {
    width: 80%;
}

/* contacts */

.contacts-footer {
  padding-bottom: 90px;
  background-image: url(/local/templates/maf-montazh/css/../icon/M13070-01P_CAD1.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 550px;
}

.contacts-footer__container {
  display: flex;
  justify-content: space-between;
}

.adress {
  font-style: normal;
  font-size: 18px;
}

.contacts-footer__wrapper {
  flex-basis: 50%;
}

.adress__item:not(:last-child) {
  margin-bottom: 30px;
}

.adress__title {
  display: block;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
}

.contacts-footer__item {
  display: block;
}

.contacts-footer__item:not(:last-child) {
  margin-bottom: 20px;
}

.contacts-footer__phone {
  margin-bottom: 20px;
}

.messenger__item--mail {
  display: flex;
  align-items: center;
  transition: color 0.3s ease-in-out;
}

.messenger__item--mail svg {
  margin-right: 10px;
}

.contacts-footer__link:focus {
  outline-offset: 10px;
  outline: 1px solid var(--main-color);
}

.contacts-footer__link:hover {
  color: var(--main-color);
}

.contacts-footer__link:active {
  outline: none;
}

/* applications */

.applications {
  flex-basis: 35%;
  position: relative;
  padding: 40px 50px;
  border-radius: 25px;
  box-shadow: 0px 0px 24px 1px rgb(155 155 155 / 25%);
  background-color: white;
  border: 1px dashed var(--grey);
}

.applications__title {
  font-size: 29px;
  margin-bottom: 20px;
}

.applications__description {
  margin-bottom: 20px;
  line-height: 150%;
  text-align: center;
}

.applications-form {
  display: flex;
  flex-direction: column;
}

.applications-form__input {
  min-height: 72px;
  width: 100%;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 500;
  color: #7A7A7A;
  text-align: center;
  border: 1px dashed var(--grey);
  border-radius: 15px;
  transition: border 0.3s ease-in-out;
  cursor: pointer;
}

.applications-form__input:not(:last-child) {
  margin-bottom: 20px;
}

.applications-form__input:focus {
  outline: none;
  border-color: var(--main-color);
}

.contacts-form__input:hover {
  border: 1px solid var(--main-color);
}

.adress__desc {
  display: block;
  margin-bottom: 15px;
}

/* footer */

.footer {
  background-color: var(--grey);
  color: var(--white);
}

.footer__container {
  padding: 40px 0;
}

.footer__top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--white);
}

.footer__logo {
  width: 250px;
}

.footer__link {
  display: block;
  margin-bottom: 30px;
}

.footer__logo:focus {
  outline-offset: 10px;
  outline: 1px solid var(--main-color);
}

.footer-nav__link:focus {
  outline-offset: 10px;
  outline: 1px solid var(--main-color);
}

.footer-nav__link:active {
  outline: none;
}

.footer-right {
  width: 400px;
  text-align: end;

}

.foter__ip {
  display: block;
  margin-bottom: 10px;
}

.footer__bottom {
  display: flex;
  justify-content: space-between;
}

.footer__copy {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
}

.private-police__title {
  margin-top: 40px;
  font-size: 20px;
}

.private-police__desc {
  font-size: 18px;
  line-height: 180%;
  text-align: justify;
}

.footer__copy-wrap {
  display: block;
  text-align: right;
}

/* End */


/* Start:/local/templates/maf-montazh/css/media.css?17098075476628*/
@media (max-width: 1300px) {

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 1200px) {

  .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  body {
    font-size: 14px;
  }

  .header__logo {
    margin-right: 20px;
    width: 220px;
  }

  .nav__list {
    margin-right: 20px;
  }

  .nav__item:not(:last-child) {
    margin-right: 10px;
  }

  .phone__number {
    font-size: 18px;
  }

  .hero__title {
    font-size: 26px;
    line-height: 40px;
  }

  .hero__title--accent {
    font-size: 30px;
  }

  .hero__item:not(:last-child) {
    margin-bottom: 15px;
  }

  .section-title {
    font-size: 30px;
  }

  .advantages__about {
    flex-basis: 50%;
  }

  .advantages__list {
    flex-basis: 55%;
  }

  .advantages__item:not(:nth-child(2n)) {
    margin-right: 10px;
  }

  .advantages__item {
    padding: 15px 15px;
    border-radius: 15px;
    flex-basis: calc(50% - 5px);
  }

  .swiper {
    height: 410px;
  }

  .swiper__img {
    height: 370px;
  }

  .stage-of-work__title {
    padding-right: 15px;
  }

  .stage-of-work__title--none {
    display: none;
  }

  .contacts-footer__container {
    flex-direction: column;
  }

  .contacts-footer {
    background-image: none;
    padding-bottom: 40px;
  }

  .contacts-footer__wrapper {
    margin-bottom: 40px;
    background-image: url(/local/templates/maf-montazh/css/../icon/M13070-01P_CAD1.png);
    background-position: right -131px bottom;
    background-repeat: no-repeat;
    background-size: contain;
    padding-bottom: 0;
  }

  .contacts-form {
    flex-direction: row;
    justify-content: space-between;
  }

  .contacts-form__input {
    margin-bottom: 0;
    margin-right: 20px;
  }


}

@media (max-width: 1024px) {

  .header__logo {
    width: 200px;
  }

  .burger {
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
    color: var(--main-color);
  }

  .header__nav {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    min-width: 150px;
    height: 100vh;
    z-index: 100;
    padding: 50px;
    box-shadow: 0 0 5px #888;
    background-color: #fff;
    overflow-y: auto;
    visibility: hidden;
    transform: translateX(-120%);
    transition: visibility 0.3s ease-in-out, transform 0.3s ease-in-out;
  }

  .header__logo--mobile {
    display: block;
    margin-bottom: 20px;
  }

  .header__nav .nav__list {
    flex-direction: column;
    margin-bottom: 30px;
  }

  .header__nav .nav__item:not(:last-child) {
    margin: 0;
    margin-bottom: 20px;
  }

  .header__nav .nav__link {
    font-size: 18px;
  }

  .header__nav--active {
    display: flex;
    flex-direction: column;
    visibility: visible;
    transform: none;
  }

  .header__contacts--mobile {
    display: block;
  }

  .contacts__phone--mobile {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .phone__number {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .burger--active
  .burger__line:nth-child(2) {
    opacity: 0;
  }

  .burger--active
  .burger__line:first-child {
    left: 25%;
    top: 50%;
    transform: rotate(45deg);
    transform-origin: center;
    transition: transform 0.3s ease-in-out, left 0.3s ease-in-out, top 0.3s ease-in-out;
  }

  .burger--active
  .burger__line:last-child {
    bottom: auto;
    left: 25%;
    top: 50%;
    transform: rotate(-45deg);
    transform-origin: center;
    transition: transform 0.3s ease-in-out, top 0.3s ease-in-out, left  0.3s ease-in-out;
  }

  .burger__line {
    position: absolute;
    left: 50%;
    width: 30px;
    height: 3px;
    border-radius: inherit;
    background-color: currentColor;
    transform: translateX(-50%);
    transition: transform 0.3s ease-in-out, top 0.3s ease-in-out, left  0.3s ease-in-out;
    z-index: 1000;
  }

  .burger__line:first-child {
    top: 15px;
  }

  .burger__line:nth-child(2) {
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
  }

  .burger__line:last-child {
    bottom: 15px;
  }

  .phone__btn--desctop {
    display: none;
  }

  .contacts__massengers--desctop {
    display: none;
  }

/* hero */

  .hero {
    background-image: none;
    background-color: #f5f6f8;
  }

  .hero__content {
    max-width: 90%;
    padding: 30px 0;
  }

  /* services */

  .services__sborka {
    flex-wrap: wrap;
  }

  .services__item--disassembly {
    display: block;
  }

  .services__item {
    flex-basis: calc(50% - 20px);
  }

  .services__item:nth-child(-n+2) {
    margin-bottom: 40px;
  }

  .service__item:not(:last-child) {
    margin-right: 0;
  }

  /* advantages */

  .advantages__wrapper {
    flex-direction: column;
  }

  .advantages__about {
    flex-basis: 90%;
  }

  .advantages__list {
    flex-basis: 40%;
  }

  .contacts-form {
    flex-direction: column;
  }

  .contacts-form__input {
    margin-bottom: 20px;
    margin-right: 0;
  }

}

@media (max-width: 768px) {

  .btn {
    padding: 20px 40px;
    font-size: 16px;
  }

  .section-title {
    font-size: 24px;
  }

  /* header */

  .phone__number {
    font-size: 18px;
  }

  .hero__title {
    font-size: 24px;
    line-height: 40px;
  }

  .hero__title--accent {
    font-size: 24px;
  }

  /* hero */

  .hero {
    font-size: 14px;
  }

  .hero__content {
    max-width: 100%;
  }

  /* advantages */
  .advantages__item {
      flex-basis: 100%;
  }

  .advantages__item:not(:nth-child(2n)) {
      margin-right: 0;
  }

  .services__item {
    flex-basis: 100%;
  }

  .services__unit {
    width: 100%;
  }

  .services__unit-name {
    width: 100%;
  }

  .services__item:nth-child(-n+2) {
    margin-bottom: 30px;
  }

  .services__item {
    margin-bottom: 30px;
  }

  .stages-of-work__item {
    width: 50%;
  }

  .contacts-footer__wrapper {
    background-image: none;
  }



}

@media (max-width: 576px) {

  .header__logo {
    width: 150px;
  }

  .phone__number {
    font-size: 16px;
  }

  .header {
    padding: 15px;
  }

  .section-offset {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .footer__bottom {
    flex-direction: column;
  }

  .footer__copy-wrap {
    text-align: left;
  }

  .swiper__img {
    object-fit: cover;
  }

  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
}

@media (max-width: 460px) {

  .contacts__phone {
    display: none;
  }

  .contacts__phone--mobile {
    display: block;
  }

  .stages-of-work__item {
    width: 100%;
  }
}

@media (max-width: 394px) {

  .hero__title {
    font-size: 18px;
    line-height: 25px;
  }

  .hero__title--accent {
    font-size: 18px;
  }

  .section-title {
    font-size: 18px;
  }

  .contacts-form__input {
    min-height: 50px;
  }





}

/* End */


/* Start:/local/templates/maf-montazh/components/vsesoberem/main.feedback/vsesoberem_feedback/style.min.css?1709478635251*/
div.mf-name,div.mf-email,div.mf-captcha,div.mf-message{width:80%;padding-bottom:.4em}div.mf-name input,div.mf-email input{width:60%}div.mf-message textarea{width:60%}span.mf-req{color:red}div.mf-ok-text{color:green;font-weight:bold;padding-bottom:1em}
/* End */
/* /local/templates/maf-montazh/css/normalize.css?17094786496139 */
/* /local/templates/maf-montazh/css/style.css?170980597413830 */
/* /local/templates/maf-montazh/css/media.css?17098075476628 */
/* /local/templates/maf-montazh/components/vsesoberem/main.feedback/vsesoberem_feedback/style.min.css?1709478635251 */
