/*!********************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/normalize.css/normalize.css ***!
  \********************************************************************************************/
/*! 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;
}

/*!************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/css/main.scss ***!
  \************************************************************************************************************/
@font-face {
  font-family: "Montserrat-Regular";
  src: url(../assets/fonts/Montserrat-Regular.ttf);
}
@font-face {
  font-family: "Montserrat-Medium";
  src: url(../assets/fonts/Montserrat-Medium.ttf);
}
@font-face {
  font-family: "Montserrat-SemiBold";
  src: url(../assets/fonts/Montserrat-SemiBold.ttf);
}
@font-face {
  font-family: "Montserrat-Bold";
  src: url(../assets/fonts/Montserrat-Bold.ttf);
}
@font-face {
  font-family: "Montserrat-Black";
  src: url(../assets/fonts/Montserrat-Black.ttf);
}
@font-face {
  font-family: "Akshar-Regular";
  src: url(../assets/fonts/Akshar-Regular.ttf);
}
.logo {
  display: flex;
}

.clock {
  font-family: "Montserrat-Black";
  font-size: 40px;
}

.phone {
  font-family: "Montserrat-Bold";
  font-size: 40px;
  text-decoration: none;
  color: #1374cd;
}

@media (width <= 660px) {
  .phone {
    font-size: 24px;
  }
}
.header {
  position: relative;
  margin-top: 85px;
  z-index: 1;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("https://static.tildacdn.com/tild6666-3537-4163-b334-396331653563/c8e558195107574c9fb6.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: all 0.25s;
}
.header.scroll {
  margin-top: 70px;
}
.header.scroll .header-top-line__left,
.header.scroll .phone {
  height: 0;
  overflow: hidden;
}
.header.scroll .header-top-line__wrapper,
.header.scroll .header-top-line__right {
  gap: 0;
}
.header .main-form {
  max-width: 385px;
}

.header-container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 20px;
}

.header-video {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(50%);
  z-index: -1;
}

.header-top-line {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.6);
  transition: all 0.25s;
}
.header-top-line__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  transition: all 0.25s;
}
.header-top-line__left, .header-top-line__right {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  transition: all 0.25s;
}

.header-wrapper {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  padding: 90px 0;
}

.header-content {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 500px;
  color: #fff;
}

.header-description {
  font-family: "Montserrat-Medium";
  line-height: 22px;
}
.header-description a {
  color: #1374cd;
  text-decoration: none;
}
.header-description a:hover {
  filter: brightness(110%);
}

@media (width <= 900px) {
  .header {
    margin-top: 155px;
  }
  .header-top-line__wrapper {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
  }
  .header-wrapper {
    flex-direction: column;
    align-items: center;
  }
  .header-wrapper .main-form {
    align-self: center;
  }
}
@media (width <= 660px) {
  .header {
    margin-top: 205px;
  }
  .header-top-line__right {
    flex-direction: column;
    align-self: stretch;
  }
  .header-top-line .button {
    align-self: stretch;
  }
}
.main-form {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  gap: 10px;
}
.main-form__title {
  margin-bottom: 15px;
  font-family: "Montserrat-Black";
  font-size: 30px;
  text-align: center;
  line-height: normal;
  color: #303030;
}
.main-form__title_white {
  color: #fff;
}
.main-form__subtitle {
  font-family: "Montserrat-Regular";
  text-align: center;
  margin-bottom: 30px;
}
.main-form__container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.main-form input {
  width: 100%;
  height: 50px;
  padding: 0 14px;
  border: none;
  border-radius: 7px;
  font-family: "Montserrat-Regular";
  box-sizing: border-box;
}
.main-form input::placeholder {
  font-family: "Montserrat-Regular";
}
.main-form button {
  margin-top: 5px;
}

@media (width <= 540px) {
  .main-form__title {
    font-size: 24px;
  }
}
.section-title {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 620px;
  margin: 0 auto 30px auto;
}
.section-title.mb-60 {
  margin-bottom: 60px;
}
.section-title.mb-120 {
  margin-bottom: 80px;
}
.section-title__title {
  text-align: center;
}
.section-title__title_white {
  color: #fff;
}
.section-title__subtitle {
  font-family: "Montserrat-Medium";
  text-align: center;
}
.section-title__subtitle_white {
  color: #fff;
}

.container-rental {
  padding: 40px 0;
}
.container-rental__wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.container-rental__item {
  border-radius: 10px;
  box-shadow: 0px 0px 15px 1px rgba(3, 3, 3, 0.15);
}
.container-rental__item-top {
  padding: 20px 30px;
  border-radius: 10px;
  font-family: "Montserrat-Black";
  font-size: 25px;
  line-height: normal;
  background: rgba(19, 116, 205, 0.15);
}
.container-rental__item-body {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
  padding: 25px 30px 30px 30px;
}
.container-rental__item-container {
  display: flex;
  gap: 90px;
  flex-wrap: wrap;
}
.container-rental__item-part {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.container-rental__item-mark {
  font-family: "Montserrat-Regular";
  font-size: 16px;
  line-height: normal;
}
.container-rental__item-value {
  font-family: "Montserrat-SemiBold";
  font-size: 22px;
  line-height: normal;
}
.container-rental__item-button {
  width: 380px;
}

@media (width <= 1120px) {
  .container-rental__item-body {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .container-rental__item-container {
    width: 100%;
    justify-content: space-between;
  }
}
@media (width <= 768px) {
  .container-rental__item-container {
    gap: 30px;
  }
}
@media (width <= 540px) {
  .container-rental__item-top {
    padding: 15px 20px;
  }
  .container-rental__item-container {
    gap: 20px;
  }
  .container-rental__item-button {
    width: 100%;
  }
}
.popup-form {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  transition: all 0.25s;
  background: transparent;
  z-index: -1;
}
.popup-form.show {
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
}
.popup-form.show .popup-form__container {
  right: 0;
}
.popup-form__container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  right: -480px;
  width: 480px;
  height: 100%;
  max-height: 100vh;
  padding: 140px 50px 0 50px;
  background: #ececec;
  overflow: auto;
  box-sizing: border-box;
  transition: all 0.25s;
}
.popup-form__contacts {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 21px;
  line-height: normal;
  list-style-type: none;
  margin: 30px 0 0 0;
  padding: 0 0 50px 0;
  font-family: "Montserrat-SemiBold";
  text-align: center;
}
.popup-form__contacts a {
  text-decoration: none;
  color: #1374cd;
}
.popup-form__contacts a:hover {
  filter: brightness(110%);
}
.popup-form__close {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}
.popup-form__close:hover {
  transform: scale(1.1);
}
.popup-form .main-form {
  margin-bottom: 70px;
}

@media (width <= 540px) {
  .popup-form__container {
    padding: 140px 25px 0 25px;
  }
}
.messengers {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0;
}
.messengers__item {
  display: flex;
  border-radius: 8px;
}
.messengers__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
}

.telegram {
  background: #30a2d9;
}
.telegram:hover {
  filter: brightness(110%);
}

.viber {
  background: #7a58e6;
}

.telegram:hover,
.viber:hover {
  filter: brightness(110%);
}

.garbage-removal {
  padding: 40px 0;
}
.garbage-removal__wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.garbage-removal__item {
  display: flex;
  justify-content: space-between;
  gap: 45px;
  padding: 12px 15px;
  border-radius: 10px;
  box-shadow: 0px 0px 15px 1px rgba(3, 3, 3, 0.15);
}
.garbage-removal__item-container {
  display: grid;
  grid-template-columns: 1fr 90px 1fr 1fr;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  flex: 1;
}
.garbage-removal__item-title {
  font-family: "Montserrat-Bold";
  font-size: 20px;
  line-height: normal;
}
.garbage-removal__item-button {
  width: 380px;
}
.garbage-removal__footnote {
  margin-top: 40px;
  font-family: "Montserrat-Regular";
  text-align: center;
  font-size: 25px;
  line-height: normal;
}
.garbage-removal__item-price-1, .garbage-removal__item-price-2, .garbage-removal__item-price-3 {
  font-family: "Montserrat-Regular";
}
@media (width <= 1200px) {
  .garbage-removal__item {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 25px 15px;
  }
}
@media (width <= 768px) {
  .garbage-removal__item-container {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 1fr);
  }
}
@media (width <= 540px) {
  .garbage-removal__item-container {
    gap: 15px;
  }
  .garbage-removal__item-button {
    width: 100%;
  }
}
.faq {
  padding: 80px 0;
  background: #1374cd;
}

.faq-container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 20px;
}

@media (width <= 540px) {
  .accardion-item {
    padding: 10px 15px;
  }
  .accardion-item__title {
    font-size: 18px;
  }
}
.accardion {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.accardion-item {
  display: flex;
  flex-direction: column;
  padding: 20px 30px;
  border: 2px solid #fff;
  border-radius: 10px;
  color: #fff;
  background: #1374cd;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.25s;
}
.accardion-item:hover {
  filter: brightness(110%);
}
.accardion-item__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-family: "Montserrat-Bold";
  font-size: 25px;
  line-height: normal;
}
.accardion-item__title svg {
  transition: all 0.25s;
}
.accardion-item__title path {
  stroke: #fff;
}
.accardion-item__description {
  max-height: 0;
  opacity: 0;
  transition: all 0.25s;
}
.accardion-item.active {
  gap: 10px;
  background: #fff;
  color: #303030;
}
.accardion-item.active .accardion-item__title svg {
  transform: rotate(45deg);
}
.accardion-item.active .accardion-item__title path {
  stroke: #1374cd;
}
.accardion-item.active .accardion-item__description {
  max-height: 80px;
  opacity: 1;
}
@media (width <= 768px) {
  .accardion-item.active .accardion-item__description {
    max-height: 350px;
  }
}

.features {
  padding: 40px 0;
}
.features__wrapper {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.features__item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1;
  min-width: 460px;
  padding: 30px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 0px 15px 1px rgba(3, 3, 3, 0.15);
  box-sizing: border-box;
}
.features__item-title {
  display: flex;
  align-items: center;
  gap: 15px;
  font-family: "Montserrat-Bold";
  font-size: 25px;
  line-height: normal;
}
.features__item-description {
  font-family: "Montserrat-Medium";
}

@media (width <= 540px) {
  .features__item {
    min-width: 320px;
  }
  .features__item-title {
    font-size: 20px;
  }
}
.how-do-work {
  padding: 40px 0;
}
.how-do-work__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.how-do-work__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  flex: 1;
  min-width: 270px;
  padding: 50px 15px 50px 15px;
  border-radius: 10px;
  box-shadow: 0px 0px 15px 1px rgba(3, 3, 3, 0.15);
  box-sizing: border-box;
}
.how-do-work__item-number {
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-family: "Montserrat-Black";
  font-size: 40px;
  color: #fff;
}
.how-do-work__item-number_blue {
  background: #1374cd;
}
.how-do-work__item-number_yellow {
  background: #edb900;
}
.how-do-work__item-number_purple {
  background: #4f30b2;
}
.how-do-work__item-number_green {
  background: #02b514;
}
.how-do-work__item-title {
  font-family: "Montserrat-Bold";
  font-size: 25px;
  text-align: center;
}
.how-do-work__item-description {
  margin-bottom: 20px;
  font-family: "Montserrat-Medium";
  text-align: center;
}

.footer {
  margin-top: 50px;
  padding: 20px 0;
  color: #fff;
  background: #303030;
}
.footer__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 10px;
}
.footer__phone {
  color: #fff;
}
.footer__footnote {
  padding-top: 10px;
  border-top: 1px solid #4f4f4f;
  text-align: center;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 20px;
}

@media (width <= 840px) {
  .footer__wrapper {
    flex-direction: column;
  }
}
.success-alert {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
  box-sizing: border-box;
}
.success-alert.show {
  display: flex;
}
.success-alert__wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 420px;
  padding: 20px 40px;
  border-radius: 10px;
  background: #fff;
  box-sizing: border-box;
}
.success-alert__title {
  font-family: "Montserrat-Bold";
  font-size: 32px;
  text-align: center;
}
.success-alert__description {
  text-align: center;
}
@media (width <= 540px) {
  .success-alert__title {
    font-size: 24px;
  }
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat-Regular";
}
body.lock {
  overflow: hidden;
}

.container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 20px;
}

h1 {
  margin: 0;
  font-family: "Montserrat-Black";
  font-size: 40px;
  line-height: normal;
}
@media (width <= 540px) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  margin: 0;
  font-family: "Montserrat-Black";
  font-size: 30px;
  line-height: normal;
}

a,
button {
  transition: all 0.25s;
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 0 20px;
  border: none;
  border-radius: 7px;
  font-family: "Montserrat-SemiBold";
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  transition: all 0.25s;
  box-sizing: border-box;
}
.button:hover {
  filter: brightness(110%);
}
.button_green {
  background: #02b514;
}
.button_blue {
  background: #1374cd;
}

.green-color {
  color: #02b514;
}

.purple-color {
  color: #4f30b2;
}
