html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  font-family: 'Nunito Sans', sans-serif;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

* {
  box-sizing: border-box;
}

.sky_background {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 648px;
  z-index: -100;
}

.sky_background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right top;
}

.tree_2,
.tree_3,
.tree_4 {
  position: absolute;
  z-index: 100;
}

.tree_2 {
  top: 243px;
  right: 0;
  width: 305px;
  height: 645px;
}

.tree_3 {
  width: 251px;
  height: 542px;
  top: 1297px;
  left: 0;
}

.tree_4 {
  width: 274px;
  height: 601px;
  top: 2048px;
  right: 0;
}

.body_wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.btn {
  display: block;
  padding: 18px 36px;
  border-radius: 8px;
  background: linear-gradient(45deg, #7dbf19, #a1d027);
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
  text-align: center;
  color: #ffffff;
  border: 0;
  font-family: 'Nunito Sans', sans-serif;
  cursor: pointer;
  user-select: none;
}

.btn_not_fill {
  color: #1f2022;
  border: 1px solid #7dbf19;
  background: transparent;
}

.center_panel {
  max-width: 1260px;
  padding: 0 30px;
  margin: 0 auto;
}

.header {
}

.info_panel {
  display: flex;
  justify-content: space-between;
  height: 94px;
}

.info_panel__left {
  display: flex;
  align-items: center;
  gap: 40px;
}

.info_panel__location {
  display: flex;
  align-items: center;
  gap: 12px;
}

.info_panel__location label {
  color: #8b9cac;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.info_panel__right {
  display: flex;
  gap: 48px;
  align-items: center;
}

.telegram_link {
  display: flex;
  align-items: center;
  gap: 12px;
}

.telegram_link label {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #8b9cac;
}

.info_panel__right__number {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.info_panel__right__number__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  color: #1f2022;
}

.info_panel__right__number__subtitle__img {
  display: flex;
  align-items: center;
}

.info_panel__right__number__subtitle {
  display: flex;
  align-items: center;
  gap: 6px;
}

.info_panel__right__number__subtitle label {
  color: #8b9cac;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.line {
  border-top: 1px solid #dfe6f0;
}

.navigation {
  height: 88px;
  display: flex;
  align-items: center;
}

.navigation__ul {
  display: flex;
  align-items: center;
  gap: 64px;
}

.navigation__link {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #1a1b1c;
}

.main {
  flex-grow: 1;
}

.hidden_main_section {
  overflow: hidden;
}

.main_section {
  margin-top: 32px;
  display: flex;
  position: relative;
}

.main_section__right__auto {
  position: absolute;
  top: 151px;
  left: 556px;
  width: 894px;
  height: 577px;
}

.main_section__right__auto img {
  height: 100%;
  width: 100%;
}

.main_section__right__tree {
  position: absolute;
  right: -200;
  z-index: -10px;
}

.main_section__left__title_panel {
  max-width: 795px;
}

.main_section__left__title_panel h3 {
  font-size: 50px;
  font-weight: 800;
  line-height: 60px;
  color: #1f2022;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.main_section__left__title_panel label {
  display: block;
  font-size: 24px;
  font-weight: 800;
  line-height: 29px;
  color: #a1d027;
  margin-bottom: 32px;
  text-transform: uppercase;
}

.main_section__left__content {
  max-width: 486px;
}

.main_section__left__content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #1a1b1c;
  margin-bottom: 40px;
}

.main_section__left__ok_panel {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 40px;
}

.main_section__left__ok_panel__li {
  display: flex;
  align-items: center;
  gap: 16px;
}

.main_section__left__ok_panel__li label {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #1f2022;
}

.main_section__left__btns {
  display: flex;
  gap: 24px;
  margin-bottom: 232px;
}

.types_containers_section {
  margin-bottom: 92px;
}

.types_containers_section__title {
  font-size: 48px;
  font-weight: 800;
  line-height: 58px;
  color: #1f2022;
  margin-bottom: 28px;
}

.types_containers_section__slots {
  display: flex;
  gap: 24px;
  align-items: center;
}

.type_container_slot {
  width: 282px;
  height: 479px;
  padding: 8px;
  border-radius: 16px;
  background-color: #f1f3f5;
  display: flex;
  align-items: stretch;
}

.type_container_slot.active {
  height: 503px;
}

.type_container_slot.active .type_container_slot__wrapper {
  position: relative;
  border: 1px solid #7dbf19;
}

.type_container_slot__wrapper_hit {
  padding: 4px 24px 4px 24px;
  border-radius: 0px 12px 0px 12px;
  right: -1px;
  top: -1px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #ffffff;
  background-color: #a1d027;

  position: absolute;
}

.type_container_slot__wrapper {
  padding: 24px;
  border-radius: 12px;
  border: 1px;
  border: 1px solid #dfe6f0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.type_container_slot__bottom {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.type_container_slot__bottom__1 {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.type_container_slot__bottom__1 h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 31px;
  color: #1a1b1c;
}

.type_container_slot__bottom__1 p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #8b919d;
}

.type_container_slot__bottom__2 {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.type_container_slot__cost {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.type_container_slot__cost__title {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #8b919d;
}

.type_container_slot__cost__number {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  color: #7dbf19;
}

.reasons_section {
  background-color: #f7f8fa;
  padding: 104px 0;
  margin-bottom: 104px;
}

.reasons_section h3 {
  font-size: 48px;
  font-weight: 800;
  line-height: 58px;
  color: #1f2022;
}

.reasons_section__wrapper {
  display: flex;
  flex-direction: column;
  gap: 56px;
}

.reasons_section__slots {
  display: flex;
  gap: 58px;
  flex-wrap: wrap;
}

.reason_slot {
  width: calc((100% - 116px) / 3);
  display: flex;
  gap: 32px;
}

.reason_slot__right {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.reason_slot__right h4 {
  font-size: 24px;
  font-weight: 800;
  line-height: 31px;
  color: #1a1b1c;
}

.reason_slot__right p {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #8b919d;
}

.types_waste_section {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 117px;
}

.types_waste_section h2 {
  font-size: 48px;
  font-weight: 800;
  line-height: 58px;
  color: #1f2022;
  max-width: 813px;
}

.types_waste__slots {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.types_waste__slot {
  background-color: #f1f3f5;
  border-radius: 16px;
  padding: 8px;
  width: calc((100% - 72px) / 4);
  height: 360px;
  display: flex;
  align-items: stretch;
  overflow: hidden;
}

.types_waste__slot__wrapper {
  border: 1px solid #dfe6f0;
  border-radius: 12px;
  padding: 24px;
  width: 100%;
}

.types_waste__slot__panel {
  display: flex;
  flex-direction: column;
  max-width: 234px;
}

.types_waste__slot__panel__wrapper__img {
  margin-bottom: 24px;
}

.types_waste__slot__panel label {
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 700;
  line-height: 31px;
  color: #1a1b1c;
}

.types_waste__slot__panel p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #8b919d;
}

.types_waste__slot_2 {
  width: calc(((100% - 72px) / 4) * 2 + 24px);
  position: relative;
}

.types_waste__slot_3 {
  width: calc(((100% - 72px) / 4) * 3 + 48px);
  position: relative;
}

.types_waste__slot_3 .types_waste__slot__panel {
  max-width: 524px;
}

.garbage_1_wrapper {
  position: absolute;
  top: 109px;
  left: 301px;
}

.logs_wrapper {
  position: absolute;
  top: 59px;
  left: 249px;
}

.fridge_wrapper {
  position: absolute;
  top: 86px;
  left: 635px;
}

.types_waste__slot_3__btn {
  position: absolute;
  left: 24px;
  bottom: 24px;
}

.which_container_section {
  background-color: #f1f3f5;
  padding: 8px;
  border-radius: 16px;
  height: 400px;
  position: relative;
  display: flex;
  align-items: stretch;
  margin-bottom: 104px;
}

.which_container_section__wrapper {
  border-radius: 12px;
  border: 1px solid #dfe6f0;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}

.which_container_section__wrapper__img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 618px;
  height: 439px;
}

.which_container_section__wrapper__img_container {
  height: 445px;
  width: 777px;
}

.info_panel__logo {
  width: 235px;
  height: 38px;
}

.info_panel__logo img {
  height: 100%;
  width: 100%;
}

.which_container_section__wrapper__top {
  display: flex;
  flex-direction: column;
  max-width: 642px;
}

.which_container_section__wrapper__top h3 {
  font-size: 36px;
  font-weight: 800;
  line-height: 43px;
  color: #1a1b1c;
  margin-bottom: 12px;
}

.which_container_section__wrapper__top p {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  color: #8b919d;
  margin-bottom: 24px;
  max-width: 472px;
}

.which_container_section__wrapper__top label {
  font-size: 40px;
  font-weight: 800;
  line-height: 52px;
  color: #1a1b1c;
}

.which_container_section__wrapper__bottom {
  display: flex;
  align-items: center;
  gap: 16px;
}

.which_container_section__wrapper__bottom label {
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 19px;
  color: #8b9cac;
}

.reasons_section__wrapper.reasons_apply {
  gap: 56px;
}

.reasons_apply__slots {
  display: flex;
  flex-wrap: wrap;
  gap: 46px;
}

.reason_apply_slot {
  width: calc((100% - 138px) / 4);
  display: flex;
  flex-direction: column;
}

.left_text_wrapper {
  position: absolute;
  right: calc(50% - 14px);
  width: 14px;
  transform: translateX(-710px);
  height: 100%;
}

.left_text_wrapper__img_1 {
  position: absolute;
  top: 727px;
}
.left_text_wrapper__img_2 {
  position: absolute;
  top: 1114px;
}
.left_text_wrapper__img_3 {
  position: absolute;
  top: 1915px;
}
.left_text_wrapper__img_4 {
  position: absolute;
  top: 2597px;
}
.left_text_wrapper__img_5 {
  position: absolute;
  top: 4551px;
}
.left_text_wrapper__img_6 {
  position: absolute;
  top: 6952px;
}

.reason_apply_slot__img {
  margin-bottom: 24px;
}

.reason_apply_slot__title {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 800;
  line-height: 25px;
  color: #1f2022;
}

.answers_section__slider_wrapper {
  overflow-x: scroll;
}

.answers_section__slider {
  height: 537px;
  display: flex;
  gap: 24px;
  margin-bottom: 40px;
}

.answers_section__slider__item {
  height: 100%;
}

.reason_apply_slot__number {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 800;
  line-height: 34px;
}

.reason_apply_slot__p {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #8b9cac;
}

.answers_section {
  margin-bottom: 104px;
}

.answers_section h3 {
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
  color: #1f2022;
  margin-bottom: 40px;
}

.answers_slots {
  display: flex;
  gap: 24px;
}

.sheets {
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.sheets img {
  height: 100%;
  width: 100%;
}

.sheet_1 {
  position: absolute;
  width: 119px;
  height: 117px;
  top: 365px;
  left: calc(50% - 119px);
  transform: translateX(-754px);
}

.sheet_2 {
  position: absolute;
  width: 102px;
  height: 100px;
  top: 207px;
  left: 1180px;
  left: 50%;
  transform: translateX(220px);
}

.sheet_3 {
  position: absolute;
  top: 1637px;
  left: 50%;
  transform: translateX(620px);
  width: 136px;
  height: 133px;
}

.sheet_3 img {
  transform: rotate(-104deg);
}

.sheet_4 {
  position: absolute;
  top: 3105.55px;
  left: calc(50% - 190px);
  transform: translateX(-520px);

  width: 190px;
  height: 186px;
}

.sheet_4 img {
  transform: rotate(-15deg);
}

.sheet_5 {
  position: absolute;
  width: 102px;
  height: 100px;
  top: 207px;
  left: calc(50%);
  transform: translateX(735px);
  top: 4844px;
}

.sheet_6 {
  position: absolute;
  top: 5708px;
  left: calc(50% - 136.33px);
  transform: translateX(-709px);
}

.sheet_6 img {
  transform: rotate(255deg);
}

.sheet_7 {
  position: absolute;
  right: calc(50% - 190px);
  width: 190px;
  height: 186px;
  top: 6143px;
  transform: translateX(800px);
}

.answer_slot {
  padding: 8px;
  background-color: #f1f3f5;
  border-radius: 16px;
}

.answer_slot__img {
  height: 100%;
}

.answer_slot__img img {
  height: 100%;
  width: 100%;
}

.answers_section__wrapper {
  position: relative;
}

.arrow_left,
.arrow_right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.arrow_left {
  left: -60px;
}

.arrow_right {
  right: -60px;
}

.answers_section__points {
  margin-top: 40px;
  justify-content: center;
  display: flex;
  gap: 16px;
  display: none; /* todo */
}

.additional_services_services {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 104px;
}

.additional_services_services__title {
  font-size: 48px;
  font-weight: 800;
  line-height: 58px;
  color: #1f2022;
}

.additional_services__slots {
  display: flex;
  gap: 24px;
}

.additional_service_slot {
  overflow: hidden;
  padding: 8px;
  background-color: #f1f3f5;
  border-radius: 16px;
  position: relative;
  flex-grow: 1;
}

.additional_service_slot__wrapper {
  border: 1px solid #dfe6f0;
  border-radius: 12px;
  padding: 24px;
}

.additional_service_slot__top {
  margin-bottom: 98px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 234px;
}

.additional_service_slot__top h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 31px;
  color: #1a1b1c;
}

.additional_service_slot__top p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #8b919d;
}

.additional_service_slot__btn {
  width: 215px;
}

.additional_service_slot__img {
  position: absolute;
  right: -130px;
  bottom: 19px;
  top: 50px;
  height: 250px;
}

.additional_service_slot__img img {
  height: 100%;
}

.additional_service_slot__img_tree {
  position: absolute;
  top: 0;
  right: 0;
}

.car_park_sections {
  margin-bottom: 104px;
}

.car_park_sections h3 {
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
  color: #1f2022;
  margin-bottom: 40px;
}

.cars_slots {
  display: flex;
  gap: 24px;
}

.car_park_wrapper {
  position: relative;
  display: none; /* todo */
}

.more_about_section {
  max-width: 894px;
  margin-bottom: 80px;
}

.more_about_section h3 {
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
  color: #1f2022;
  margin-bottom: 32px;
}

.more_about_section p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #1f2022;
  margin-bottom: 24px;
}

.more_about_section_list h4 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #1f2022;
  margin-bottom: 16px;
}

.more_about_section_list__ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
}

.more_about_section_list__li {
  display: flex;
  align-items: center;
  gap: 12px;
}

.more_about_section_list__li label {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #1f2022;
}

.footer_line {
  height: 69px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer_line label {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #8b919d;
}

.reason_apply_slot_wrap {
  display: flex;
  flex-direction: column;
}

.reason_apply_slot__img {
  height: 70px;
}

.reason_apply_slot__img img {
  height: 100%;
}

.car_slot {
  height: 100%;
}

.car_slot img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.car_park_sections .itc-slider-items {
  counter-reset: slide;
  --gap: 24px;
  gap: var(--gap);
}

.car_park_sections .itc-slider-item {
  flex: 0 0 auto;
  width: calc(100% - 70px);
  counter-increment: slide;
  position: relative;
}

@media (min-width: 780px) {
  .car_park_sections .itc-slider-item {
    width: calc(50% - var(--gap) / 2 - 40px);
  }
}

@media (min-width: 1100px) {
  .car_park_sections .itc-slider-item {
    width: calc(33.3333333333% - var(--gap) * 2 / 3);
  }
}

.car_park_sections .itc-slider-wrapper {
  background-color: transparent;
}

.answers_section .itc-slider-items {
  counter-reset: slide;
  --gap: 24px;
  gap: var(--gap);
}

.answers_section .itc-slider-item {
  flex: 0 0 auto;
  width: 70%;
  counter-increment: slide;
  /* height: 250px; */
  position: relative;
}

@media (min-width: 780px) {
  .answers_section .itc-slider-item {
    width: calc(50% - var(--gap) / 2 - 40px);
  }
}

@media (min-width: 1000px) {
  .answers_section .itc-slider-item {
    width: calc(33.3333333333% - var(--gap) * 2 / 3 - 40px);
  }
}

@media (min-width: 1200px) {
  .answers_section .itc-slider-item {
    width: calc(25% - var(--gap) * 3 / 4);
  }
}

.answers_section .itc-slider-wrapper {
  background-color: transparent;
}

@media screen and (max-width: 2000px) {
  .sheet_7 {
    display: none;
  }
}

@media screen and (max-width: 1750px) {
  .sheet_5 {
    display: none;
  }
}

@media screen and (max-width: 1500px) {
  .sheet_3 {
    display: none;
  }
}

@media screen and (max-width: 1500px) {
  .tree_2 {
    top: 243px;
    right: 0;
    width: calc(305px * 0.75);
    height: auto;
  }

  .tree_3 {
    width: calc(251px * 0.75);
    height: 542px;
    top: 1397px;
    left: 0;
  }

  .tree_2,
  .tree_3,
  .tree_4 {
    pointer-events: none;
  }

  .tree_4 {
    width: calc(274px * 0.75);
    height: 601px;
    top: 2148px;
    right: 0;
  }

  .tree_2 img,
  .tree_3 img,
  .tree_4 img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 1200px) {
  .tree_2,
  .tree_3,
  .tree_4 {
    display: none;
  }
}

@media screen and (max-width: 1400px) {
  .itc-slider-btn {
    display: none;
  }
}

@media screen and (max-width: 1260px) {
  .types_containers_section__slots {
    width: 1104px;
  }
  .type_container_slot.active,
  .type_container_slot {
    height: 454px;
    width: 264px;
  }

  .type_container_slot__bottom__1 h4 {
    font-size: 20px;
    line-height: 26px;
  }

  .type_container_slot__bottom__1 p {
    font-size: 14px;
    line-height: 21px;
  }

  .type_container_slot__cost__title {
    font-size: 14px;
    line-height: 21px;
  }

  .type_container_slot__cost__number {
    font-size: 40px;
    line-height: 48px;
  }

  .types_containers_section__slots {
    margin: 0 auto;
  }
}

@media screen and (max-width: 1200px) {
  .navigation {
    display: none;
  }
}

.types_containers_section__slots_wrapper__scroll_icon {
  display: none;
}

@media screen and (max-width: 1164px) {
  .types_containers_section__slots_wrapper {
    overflow-x: scroll;
  }

  .types_containers_section {
    margin-bottom: 48px;
  }

  .types_containers_section__slots_wrapper__scroll_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
  }

  .types_containers_section__slots {
    margin-bottom: 24px;
  }

  .types_containers_section__slots_wrapper::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }

  /* Track */
  .types_containers_section__slots_wrapper::-webkit-scrollbar-track {
    /* box-shadow: inset 0 0 5px grey; */
    background-color: #f1f3f5;
    border-radius: 4px;
  }

  /* Handle */
  .types_containers_section__slots_wrapper::-webkit-scrollbar-thumb {
    background: #7dbf19;
    border-radius: 4px;
  }

  /* Handle on hover */
  .types_containers_section__slots_wrapper::-webkit-scrollbar-thumb:hover {
    background: #7dbf19;
  }
}

@media screen and (max-width: 1150px) {
  .which_container_section__wrapper__img_container {
    height: 400px;
    width: auto;
  }

  .which_container_section__wrapper__img_container img {
    height: 100%;
  }

  .additional_service_slot__top {
    margin-bottom: 24px;
  }

  .additional_service_slot__btn {
    margin-bottom: 208px;
  }

  .additional_service_slot__img {
    top: auto;
    bottom: 0;
    right: 0;
  }

  .additional_service_slot__top {
    max-width: 100%;
  }

  .additional_service_slot__img_tree {
    display: none;
  }

  .reason_apply_slot__img {
    height: 46px;
  }
  .reasons_apply__slots {
    gap: 24px;
  }

  .reason_apply_slot {
    width: calc((100% - 24px) / 2);
    flex-direction: row;
    gap: 24px;
  }

  .types_waste__slot_2,
  .types_waste__slot {
    width: calc((100% - 48px) / 3);
  }

  .types_waste__slot_3 {
    width: calc((100% - 48px) / 3 * 2 + 24px);
  }

  .garbage_1_wrapper,
  .fridge_wrapper,
  .logs_wrapper {
    display: none;
  }
}

@media screen and (max-width: 1100px) {
  .which_container_section__wrapper__img {
    height: 295px;
    right: 0;
    width: auto;
  }

  .which_container_section__wrapper__img img {
    height: 100%;
    width: auto;
  }

  .which_container_section {
    overflow: hidden;
  }
}

@media screen and (max-width: 980px) {
  .reasons_section {
    padding: 32px 0;
  }
  .additional_service_slot__btn {
    margin-bottom: 158px;
  }

  .additional_service_slot__img {
    height: 176px;
  }

  .reason_apply_slot__number {
    font-size: 20px;
    line-height: 28px;
  }

  .main_section__right__tree {
    left: 544px;
  }

  .main_section__right__auto {
    left: 400px;
    width: 669px;
    height: 432px;
  }

  .info_panel__right__number__title {
    font-size: 16px;
    line-height: 22px;
  }

  .info_panel__right__number__subtitle label {
    font-size: 12px;
    line-height: 17px;
  }

  .info_panel__location {
    display: none;
  }

  .info_panel {
    height: 88px;
  }

  .main_section__left__title_panel h3 {
    font-size: 36px;
    line-height: 43px;
  }

  .main_section__left__title_panel label {
    font-size: 20px;
    line-height: 24px;
  }

  .main_section__left__content p {
    font-size: 14px;
    line-height: 21px;
  }

  .main_section__left__ok_panel__li {
    font-size: 14px;
    line-height: 20px;
  }

  .main_section__left__btns {
    margin-bottom: 116px;
    flex-direction: column;
    gap: 16px;
    width: 300px;
  }

  .types_containers_section__title,
  .reasons_section__wrapper h3,
  .types_waste_section h2,
  .reasons_apply h3,
  .answers_section h3,
  .additional_services_services__title,
  .car_park_sections h3,
  .more_about_section h3 {
    font-size: 32px;
    line-height: 38px;
  }

  .reasons_section__slots {
    gap: 24px;
  }

  .reason_slot {
    width: calc((100% - 24px) / 2);
  }

  .reason_slot__right h4 {
    font-size: 24px;
    line-height: 31px;
  }

  .reason_slot__right p {
    font-size: 14px;
    line-height: 20px;
  }
}

@media screen and (max-width: 860px) {
  .types_waste__slot__panel label {
    font-size: 20px;
    line-height: 26px;
  }

  .types_waste__slot__panel p {
    font-size: 14px;
    line-height: 21px;
  }
}

@media screen and (max-width: 820px) {
  .which_container_section__wrapper__top h3 {
    font-size: 24px;
    line-height: 31px;
  }

  .which_container_section__wrapper__top P {
    font-size: 14px;
    line-height: 21px;
  }

  .which_container_section__wrapper__top label {
    font-size: 32px;
    line-height: 42px;
  }

  .which_container_section__wrapper__bottom label {
    font-size: 14px;
    line-height: 17px;
  }
}

@media screen and (max-width: 760px) {
  .sheet_2 {
    display: none;
  }

  .reason_apply_slot {
    width: 100%;
  }

  .telegram_link label {
    display: none;
  }

  .reasons_section__slots {
    gap: 12px;
  }

  .reason_slot {
    flex-direction: column;
    gap: 16px;
  }

  .reason_slot__right h4 {
    font-size: 16px;
    line-height: 21px;
  }

  .reason_slot {
    width: calc((100% - 24px) / 2);
  }

  .types_waste__slot_3,
  .types_waste__slot_2,
  .types_waste__slot {
    width: calc((100% - 12px) / 2);
    height: 313px;
  }
  .types_waste__slots {
    gap: 12px;
  }

  .center_panel {
    padding: 0 16px;
  }

  .types_waste__slot_3 {
    position: static;
  }

  .types_waste_section {
    position: relative;
  }

  .types_waste__slot_3__btn {
    left: 0;
    width: 100%;
    bottom: -80px;
  }
}

@media screen and (max-width: 730px) {
  .which_container_section__wrapper {
    justify-content: start;
  }

  .other_questions_btn {
    width: 100%;
  }

  .which_container_section__wrapper__top h3 {
    font-size: 18px;
    line-height: 22px;
  }

  .which_container_section__wrapper__top p {
    font-size: 13px;
    line-height: 20px;
  }

  .which_container_section__wrapper__top label {
    font-size: 24px;
    line-height: 31px;
    margin-bottom: 16px;
  }

  .which_container_section {
    height: 551px;
  }

  .which_container_section__wrapper__img {
    height: 220px;
  }
  .which_container_section__wrapper__img_container {
    height: auto;
    width: 100%;
  }

  .which_container_section__wrapper__img_container img {
    width: 100%;
  }
}

@media screen and (max-width: 660px) {
  .telegram_link {
    display: none;
  }

  .which_container_section,
  .reasons_section,
  .answers_section,
  .additional_services_services,
  .car_park_sections,
  .more_about_section,
  .types_containers_section {
    margin-bottom: 32px;
  }
}

.info_panel__right__phone {
  display: none;
  height: 56px;
  width: 56px;
  background-color: #a1d027;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  transition: 0.25s;
  position: fixed;
  z-index: 10000;
  bottom: 38px;
  right: 38px;
}

.info_panel__right__phone__img {
  width: 33px;
  height: 33px;
  z-index: 1;
}

.info_panel__right__phone__img img {
  height: 100%;
  width: 100%;
}

.info_panel__right__phone__point {
  top: 0;
  right: 0;
  height: 18px;
  width: 18px;
  position: absolute;
  border-radius: 100%;
  z-index: 10;
}

.info_panel__right__phone::before {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  border-radius: 100%;
  background-color: #a1d027;
  animation-name: phone_anim;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation: phone_anim 2s infinite;
  -webkit-animation: phone_anim 2s infinite;
}

@keyframes phone_anim {
  0% {
    background-color: #a1d027;
    scale: 100%;
  }
  100% {
    background-color: transparent;
    scale: 125%;
  }
}

@keyframes phone_anim {
  0% {
    background-color: #a1d027;
    transform: scale(1);
  }
  100% {
    background-color: transparent;
    transform: scale(1.25);
  }
}

@-moz-keyframes phone_anim {
  0% {
    background-color: #a1d027;
    -moz-transform: scale(1);
  }
  100% {
    background-color: transparent;
    -moz-transform: scale(1.25);
  }
}

@-webkit-keyframes phone_anim {
  0% {
    background-color: #a1d027;
    -webkit-transform: scale(1);
  }
  100% {
    background-color: transparent;
    -webkit-transform: scale(1.25);
  }
}

@-o-keyframes phone_anim {
  0% {
    background-color: #a1d027;
    -o-transform: scale(1);
  }
  100% {
    background-color: transparent;
    -o-transform: scale(1.25);
  }
}

.info_panel__right__phone__point::after {
  content: '';
  background-color: #a1d027;
  height: 12px;
  width: 12px;
  border: 3px solid #ffffff;
  position: absolute;
  border-radius: 100%;
}

.info_panel__right__phone__point::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #a1d027;
  position: absolute;
  scale: 210%;
  border-radius: 100%;
  animation-duration: 2s;
  animation-name: point_anim;
  animation-iteration-count: infinite;
}

@keyframes point_anim {
  0% {
    scale: 100%;
    background-color: #a1d027;
  }

  100% {
    scale: 200%;
    background-color: transparent;
  }
}

@media screen and (max-width: 610px) {
  .additional_services__slots {
    flex-direction: column;
    gap: 12px;
  }

  .types_waste__slot {
    background-color: transparent;
  }

  .types_waste__slot__wrapper {
    border: none;
    padding: 0;
  }

  .info_panel__logo {
    width: 132px;
    height: 22px;
  }

  .info_panel {
    height: 80px;
  }

  .info_panel__right__number__header {
    display: none;
  }

  .info_panel__right__phone {
    display: flex;
  }
}

@media screen and (max-width: 520px) {
  .footer_line {
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 10px;
    height: 86px;
  }

  .types_waste__slot {
    height: auto;
  }
}

.main_section__left__ok_panel_hid_2 {
  display: none;
}

@media screen and (max-width: 450px) {
  .main_section__left__btns {
    margin-bottom: 116px;
    flex-direction: column;
    width: auto;
  }

  .main_section {
    flex-direction: column;
  }

  .main_section__right__tree {
    display: none;
  }

  .main_section__right__auto {
    left: 0px;
    top: 0;
    width: 398px;
    height: 258px;
  }

  .main_section__right {
    position: relative;
    height: 300px;
  }

  .main_section__left__btns {
    margin-bottom: 20px;
  }

  .main_section__left__ok_panel_hid {
    display: none;
  }

  .main_section__left__ok_panel_hid_2 {
    display: flex;
  }
}

/* new */
.types_containers_section__slots_wrapper::-moz-scrollbar {
  width: 4px;
  height: 4px;
}

.types_containers_section__slots_wrapper::-moz-scrollbar-track {
  background-color: #f1f3f5;
  border-radius: 4px;
}

/* Handle */
.types_containers_section__slots_wrapper::-moz-scrollbar-thumb {
  background: #7dbf19;
  border-radius: 4px;
}

/* Handle on hover */
.types_containers_section__slots_wrapper::-moz-scrollbar-thumb:hover {
  background: #7dbf19;
}

/* end new */

/* new */
.answers_section__slider_wrapper::-moz-scrollbar {
  width: 4px;
  height: 4px;
}

.answers_section__slider_wrapper::-moz-scrollbar-track {
  background-color: #f1f3f5;
  border-radius: 4px;
}

/* Handle */
.answers_section__slider_wrapper::-moz-scrollbar-thumb {
  background: #7dbf19;
  border-radius: 4px;
}

/* Handle on hover */
.answers_section__slider_wrapper::-moz-scrollbar-thumb:hover {
  background: #7dbf19;
}

/* end new */

.answers_section__slider_wrapper::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

/* Track */
.answers_section__slider_wrapper::-webkit-scrollbar-track {
  /* box-shadow: inset 0 0 5px grey; */
  background-color: #f1f3f5;
  border-radius: 4px;
}

/* Handle */
.answers_section__slider_wrapper::-webkit-scrollbar-thumb {
  background: #7dbf19;
  border-radius: 4px;
}

/* Handle on hover */
.answers_section__slider_wrapper::-webkit-scrollbar-thumb:hover {
  background: #7dbf19;
}

.car_park_sections__slider {
  display: flex;
  height: 257px;
  gap: 24px;
  margin-bottom: 40px;
}

.car_park_sections__slider__item {
  height: 100%;
}

.car_park_sections__slider_wrapper {
  overflow-x: scroll;
}

/* new */
.car_park_sections__slider_wrapper::-moz-scrollbar {
  width: 4px;
  height: 4px;
}

.car_park_sections__slider_wrapper::-moz-scrollbar-track {
  background-color: #f1f3f5;
  border-radius: 4px;
}

/* Handle */
.car_park_sections__slider_wrapper::-moz-scrollbar-thumb {
  background: #7dbf19;
  border-radius: 4px;
}

/* Handle on hover */
.car_park_sections__slider_wrapper::-moz-scrollbar-thumb:hover {
  background: #7dbf19;
}

/* end new */

.car_park_sections__slider_wrapper::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

/* Track */
.car_park_sections__slider_wrapper::-webkit-scrollbar-track {
  /* box-shadow: inset 0 0 5px grey; */
  background-color: #f1f3f5;
  border-radius: 4px;
}

/* Handle */
.car_park_sections__slider_wrapper::-webkit-scrollbar-thumb {
  background: #7dbf19;
  border-radius: 4px;
}

/* Handle on hover */
.car_park_sections__slider_wrapper::-webkit-scrollbar-thumb:hover {
  background: #7dbf19;
}

/* .leave_request_panel */

.leave_request_panel__wrapper {
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 100000;
  background: #0000006e;
  align-items: center;
  justify-content: center;
}

.leave_request_panel__wrapper.active {
  display: flex;
}

.noscroll {
  overflow: hidden;
}

.leave_request_panel {
  background-color: #ffffff;
  border-radius: 24px;
  padding: 8px;
  width: 464px;
  animation-name: open_panel;
  animation-duration: 0.5s;
  position: relative;
}

.leave_request_panel__close {
  position: absolute;
  right: -20px;
  top: -20px;
}

@keyframes open_panel {
  0% {
    margin-top: 50px;
    opacity: 0;
  }

  100% {
    margin-top: 0;
    opacity: 1;
  }
}

.leave_request_panel__border {
  border-radius: 16px;
  border: 1px solid #dfe6f0;
  height: 100%;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.leave_request_panel__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.leave_request_panel__title__1 {
  font-size: 28px;
  font-weight: 700;
  color: #1a1b1c;
}

.leave_request_panel__title__2 {
  font-size: 14px;
  color: #8b919d;
}

.leave_request_panel__border form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.leave_request_panel__logo {
  display: none;
  position: absolute;
  top: 30px;
  left: 20px;
  height: 22px;
}

.leave_request_panel__logo img {
  height: 100%;
}

.leave_request_panel_comp {
  display: none;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 30px;
  margin: 0;
  left: 0;
  bottom: 0;
  color: #c9c9d0;
  font-weight: 400;
  font-size: 12px;
}

@media screen and (max-width: 600px) {
  .leave_request_panel_comp {
    display: block;
  }

  .leave_request_panel__logo {
    display: block;
  }
  .leave_request_panel__close {
    right: 30px;
    top: 30px;
  }
  .leave_request_panel__close img {
    filter: brightness(0) saturate(100%) invert(8%) sepia(6%) saturate(407%)
      hue-rotate(169deg) brightness(98%) contrast(93%);
  }

  .leave_request_panel__wrapper.active {
    display: block;
  }

  .leave_request_panel {
    height: 100%;
    width: 100%;
    border-radius: 0;
    display: flex;

    flex-direction: column;
    justify-content: center;
  }

  .leave_request_panel__border {
    height: auto;
    border: 0;
  }
}

.inp {
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  width: 100%;
  overflow: hidden;
  height: 52px;
}

.inp .label {
  position: absolute;
  top: 20px;
  left: 12px;
  font-size: 14px;
  color: #8b919d;
  font-weight: 400;
  transform-origin: 0 0;
  transform: translate3d(0, 0, 0);
  transition: all 0.2s ease;
  pointer-events: none;
}

.inp .focus-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform: scaleX(0);
  transform-origin: left;
}

.inp input {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  border: 0;
  font-family: 'Montserrat', sans-serif;
  padding: 16px 12px 0 12px;
  height: 52px;
  font-size: 16px;
  font-weight: 400;
  border-radius: 5px;
  background-color: #f1f3f5;
  color: #000;
  transition: all 0.15s ease;
}

.inp input:not(:placeholder-shown) + .label {
  color: rgba(0, 0, 0, 0.5);
  transform: translate3d(0, -12px, 0) scale(0.75);
}

.inp input:focus {
  outline: none;
}

.inp input:focus + .label {
  transform: translate3d(0, -12px, 0) scale(0.75);
}

.inp input:focus + .label + .focus-bg {
  transform: scaleX(1);
  transition: all 0.1s ease;
}

.form__line {
  position: relative;
  height: 52px;
}
