*, ::after, ::before {
  box-sizing: border-box;
}

:root {
  --bgColor: #F7F7F7;
  --bgLightColor: #F4F5F4;
  --greyColor: #919389;
  --bgGreyColor: #DDDEDB;
  --lightColor: #F9F9F9;
  --thinColor: #F3F3F2;
  --greenColor: #45AC34;
  --lightGreenColor: #94D600;
  --darkGreenColor: #006f43;
  --thickGreenColor: #037245;

  --progress: 429px;
}

html {
  height: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.visually-hidden {
  position: fixed;
  transform: scale(0);
}

body {
  padding: 0;
  margin: 0;
  height: 100%;
  min-width: 320px;
  font-family: 'Lexend', sans-serif;
  background-color: var(--bgColor);
}

.page-white {
  background-color: #fff;
}

.page-light {
  background-color: var(--bgLightColor);
}

.wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.main {
  flex-grow: 1;
}

.container {
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 20px;
  height: 100%;
}

.container-inner {
  max-width: 920px;
  margin: 0 auto;
}

.container-middle {
  max-width: 980px;
  margin: 0 auto;
}

.container_single {
  position: relative
}

.section-content {
  border-radius: 40px;
}

.logo {
  max-width: 160px;
  width: 160px;
}

.logo img {
  display: block;
  width: 100%;
}

.button {
  min-width: 180px;
  display: inline-block;
  padding: 15px 35px 16px;
  background: transparent;
  border: 2px solid transparent;
  border-radius: 50px;
  font-family: 'Lexend', sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.24;
  text-align: center;
  transition: ease-in .3s;
  cursor: pointer;
}

.button_green {
  border-color: var(--greenColor);
  color: var(--greenColor);
}

.button_green:hover {
  background-color: var(--greenColor);
  color: #fff;
}

.button_darkgreen {
  border-color: var(--darkGreenColor);
  color: var(--darkGreenColor);
}

.button_darkgreen:hover {
  background-color: var(--darkGreenColor);
  color: #fff;
}

.button_light {
  border-color: #fff;
  color: #fff;
}

.button_light:hover {
  background-color: #fff;
  color: var(--greenColor);
}

.button_bg-green {
  background-color: var(--greenColor);
  color: #fff;
}

.button_thin {
  border-width: 1px;
}

.main-title {
  margin: 0;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--greenColor);
}

.brands-titles {
  position: absolute;
  padding: 95px 0 25px 0;
  color: #fff;
  height: calc(100% - 29px);
  width: 100%;
}

.brands-titles .container-inner {
  height: 100%;
}

.brands-titles__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.brands-titles__top {
  display: flex;
  align-items: flex-end;
  gap: 44px;
}

.brands-titles__desc {
  margin: 43px 0 0;
  font-size: 30px;
  font-weight: 250;
  line-height: 1.26;
}

.brands-titles__bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.brands-titles__extra {
  font-family: 'Montserrat', sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.2;
}

.brands-titles__extra p {
  margin: 0 -30px 0 0;
}

.brands-title__title {
  padding-bottom: 22px;
  margin: 0;
  font-size: 30px;
  font-weight: 250;
  line-height: 1.3;
}

.brands-titles_extra-text {
  padding-bottom: 45px;
}

.brands-titles_extra-text .brands-title__title {
  padding-bottom: 88px;
}

.title-section_prod-page .brands-titles {
  padding: 0;
}

.brands-titles__pic-title {
  max-width: 100%;
}

.brands-titles__pic-title img {
  display: block;
  max-width: 100%;
  object-fit: contain;
}

.title-section_prod-page .brands-titles__content {
  justify-content: center;
  gap: 40px;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 9px 65px 0 0;
  margin: 0;
  list-style-type: none;
  color: #fff;
  position: relative;
}

.breadcrumbs__crumb {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.25;
  text-align: right;
}

.title-section {
  margin: 0 0 12.5px;
}

.title-section__content {
  position: relative;
  min-height: 500px;
  border-radius: 40px;
  background-color: #000;
}

.title-section__banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.title-section__banner img {
  border-radius: 40px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.title-section__title-wrapper {
  position: relative;
  z-index: 2;
  padding-top: 165px;
}

.title-section__title {
  margin: 0;
  font-size: 80px;
  font-weight: 250;
  line-height: 1.25;
  color: #fff;
}

.page-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
}

.page-title_green {
  color: var(--darkGreenColor);
}

.page-title_light-green {
  color: var(--greenColor);
}

.page-title_small {
  font-size: 35px;
  line-height: 1.3;
}

.questions {
  padding: 12.5px 0 25px;
  color: #fff;
}

.questions__content {
  background-color: var(--greenColor);
  position: relative;
  border-radius: 40px;
  padding: 22px 0 25px;
  overflow: hidden;
}

.questions__content::after {
  content: '';
  position: absolute;
  right: -21px;
  bottom: -81px;
  background-image: url(../assets/images/icons/pattern.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 152px;
  height: 202px;
}

.questions__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 21px;
}

.questions__title {
  max-width: 232px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  text-transform: capitalize;
  margin: 0;
}

.questions__contacts {
  display: flex;
  flex-direction: column;
  gap: 6px;
  line-height: 1.3;
}

.questions__phone {
  font-size: 27px;
  font-weight: 600;
}

.questions__mail {
  font-size: 20px;
  font-weight: 300;
}

.questions__button {
  padding: 18px 36px;
}

.up-button {
  position: fixed;
  bottom: 101px;
  right: 0;
  z-index: 4;
  width: 95px;
  height: 61px;
  opacity: 0;
  padding: 0;
  border: 1px solid var(--greenColor);
  border-radius: 50px;
  background: #ffffff;
  font-family: 'Lexend', sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.25;
  color: var(--greenColor);
  cursor: pointer;
  transition: opacity ease-in .3s;
}

.up-button.visible {
  opacity: 1;
}

.filters-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 31px;
}

.filter {
  position: relative;
}

.filter.disabled {
  pointer-events: none;
}

.filter__interface {
  border-radius: 50px;
  padding: 14px 33px 15px 31px;
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.filter_white .filter__interface{
  background-color: #fff;
}

.filter_dull .filter__interface {
  background-color: var(--bgColor);
}

.filter__button {
  padding: 0;
  background: transparent;
  border: none;
  rotate: 0deg;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  cursor: pointer;
  stroke: var(--greyColor);
  transition: ease .3s;
}

.filter__button svg {
  stroke: inherit;
}

.filter.animated .filter__button {
  stroke: var(--greenColor);
  rotate: -180deg;
}

.filter.disabled .filter__button{
  opacity: 0.2;
}

.filter__name, .filter__current {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.24;
  color: var(--greyColor);
}

.filter__current {
  max-width: 180px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.filter__name.hidden {
  display: none;
}

.filter.animated .filter__name {
  color: var(--greenColor);
}

.filter__dropdown {
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  z-index: 10;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  display: none;
  border-radius: 40px;
  transition: max-height .3s ease;
}

.filter_white .filter__dropdown {
  background-color: #fff;
}

.filter_dull .filter__dropdown {
  background-color: var(--bgColor);
}

.filter.animated .filter__dropdown {
  max-height: 900px;
}

.filter__dropdown-content {
  padding: 25px 37px 29px 45px;
}

.filter__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  max-height: 190px;
  overflow-y: auto;
}

.filter__list::-webkit-scrollbar {
  width: 8px;
  background-color: rgba(145, 147, 137, 0.26);
  border-radius: 8px;
}

.filter__list::-webkit-scrollbar-thumb {
  background-color: var(--greenColor);  
  border-radius: 8px;
}

.filter__item {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.24;
  color: rgba(145, 147, 137, 0.2);
  cursor: pointer;
  transition: ease-in .3s;
}

.filter__item_name {
  display: none;
}

.filter__item.current {
  color: var(--greenColor);
}

.filter__item:hover {
  color: var(--greenColor);
}

.filter_location .filter__list {
  max-height: 322px;
}

.filter_location .filter__dropdown-content {
  padding: 22px 36px;
}

.filter_location .filter__current {
  max-width: 350px;
}

.filter_static .filter__dropdown{
  /*position: static;*/
  /*margin-top: 10px;*/
  position: relative;
  top: 10px;
}


/* Forms */
.form {
  max-width: 571px;
  width: 100%;
}

.form__title {
  margin: 0 0 39px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.25;
  color: #fff;
}

.form__fields {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-bottom: 28px;
}

.form-field {
  position: relative;
  width: 100%;
  border-radius: 50px;
  background-color: var(--thinColor);
}

.form-field-input {
  height: 43px;
  padding: 9px 10px 8px 14px;
}

.form-field__field {
  border: none;
  width: 100%;
  height: 100%;
  background-color: transparent;
  padding: 0 27px 0 37px;
  font-family: 'Lexend', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: var(--greyColor);
}

.form-field__field::placeholder {
  font-family: 'Lexend', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: var(--greyColor);
}

.form-field__label {
  position: absolute;
  top: 76px;
  left: 53px;
  font-family: 'Lexend', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: var(--greyColor);
  opacity: 1;
}

.form-field::before {
  content: '';
  position: absolute;
  left: 12px;
  top: 9px;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: center;
}

.form-field_name::before {
  background-image: url(../assets/images/icons/person.svg);
}

.form-field_phone::before {
  background-image: url(../assets/images/icons/phone.svg);
}

.form-field_mail::before {
  background-image: url(../assets/images/icons/mail.svg);
}

.form-field_org-name::before {
  width: 27px;
  height: 19px;
  background-image: url(../assets/images/icons/people1.svg);
}

.form-field_city::before {
  background-image: url(../assets/images/icons/location-grey.svg);
}

.form-field_question::before {
  background-image: url(../assets/images/icons/question.svg);
}

.form-field__field:focus {
  outline: none;
}

.form-field__field:focus-visible::placeholder {
  opacity: 0;
}

.form-field__field:focus-visible + .form-field__label,
.form-field__field:not(:placeholder-shown) + .form-field__label {
  opacity: 0;
  z-index: -1;
}

.form-field-textarea .form-field__field {
  padding: 37px;
  min-height: 180px;
  resize: none;
  display: block;
}

.form-field-textarea .form-field__field::placeholder {
  opacity: 0;
}

.textarea-pulled {
  resize: none;
}

.attach-block {
  position: relative;
  padding-left: 53px;
}

.attach-block__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 31px;
}

.attach-block input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.attach-block::before {
  content: '';
  position: absolute;
  left: 6px;
  top: 15px;
  background-image: url(../assets/images/icons/attach.svg);
  width: 26px;
  height: 29px;
}

.attach-block__content {
  padding-top: 0;
}

.attach-block__title {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  color: var(--greyColor);
}

.attach-block__description {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  color: var(--greyColor);
}

.attach-block__label {
  position: relative;
  width: 207px;
  height: 69px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 50px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
  color: #fff;
  cursor: pointer;
}

.attach-block__file-details {
  padding-top: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  color: var(--greyColor);
}

.attach-block__file-details img {
  max-width: 200px;
  margin-top: 10px;
}

.form__policy {
  margin: 50px 0 0;
}

.form__policy-label {
  position: relative;
  display: block;
  padding-left: 53px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  color: var(--greyColor);
  cursor: pointer;
}

.form__policy-label::before {
  content: '';
  position: absolute;
  left: 4px;
  width: 20px;
  height: 20px;
  border: 0.41px solid #C2C4C4;
  border-radius: 2.06px;
  background: #fff;
}

.form__policy-check {
  position: absolute;
  left: 7px;
  top: 4px;
  width: 14px;
  height: 13px;
  background-image: url(../assets/images/icons/check.svg);
  background-repeat: no-repeat;
  opacity: 0;
  transition: ease .3s;
}

.form__policy input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.form__policy input:checked + .form__policy-check {
  opacity: 1;
}

.form__button {
  padding: 19px 73px 18px;
  font-size: 24px;
  font-weight: 500;
  margin-top: 52px;
}

.form__button:hover {
  background-color: var(--lightGreenColor);
  color: #fff;
  border-color: transparent;
}

.form-extended__fields {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-bottom: 52px;
}

.form-field-extended-input {
  height: 43px;
  padding-left: 24px;
}

.form-field-extended-input::before {
  left: 14px;
}

.form-field-extended-textarea {
  padding-top: 10px;
  padding-left: 24px;
  border-radius: 50px;
}

.form-field-extended-textarea textarea{
  height: 33px;
  display: block;
}

.form-extended__button {
  width: 313px;
  height: 53px;
  padding: 0;
  background-color: var(--greyColor);
  font-size: 24px;
  color: #fff;
  margin-bottom: 41px;
}

.form-extended__button:hover {
  background-color: var(--greenColor);
  color: #fff;
}

.form-extended__terms {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: center;
  gap: 7px;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.2;
  color: var(--greyColor);
}

.form-extended__terms a {
  text-decoration: underline;
}

.form-extended__terms input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.form-extended__terms-label {
  position: relative;
  border-radius: 2px;
  width: 12px;
  height: 12px;
  background-color: #4A94FF;
  cursor: pointer;
}

.form-extended__terms-label::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  width: 20px;
  height: 20px;
}

.form-extended__terms-check {
  position: absolute;
  left: 3px;
  top: 3px;
  background-image: url(../assets/images/icons/check-white.svg);
  background-repeat: no-repeat;
  width: 8px;
  height: 7px;
  opacity: 0;
  transition: .3s ease;
}

.form-extended__terms input:checked + .form-extended__terms-check {
  opacity: 1;
}

/*Errors*/
.form-field-wrapper {
  border: 1px solid transparent;
}

.form-checkbox {
  border: 1px solid transparent;
}

.form-field-wrapper.error-border {
  border-color: red;
  border-radius: 40px;
}

.form-checkbox.error-border {
  border-color: red;
}

.input-error {
  margin: 0;
  font-size: 10px;
  position: absolute;
  color: red;
}

/* Modal "Have questions" */
.modal {
  position: fixed;
  z-index: 30;
  top: 0;
  left: 0;
  display: none;
  opacity: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(211, 211, 211, 0.60);
  transition: opacity .5s ease;
}

.modal.opened {
  display: block;
}

.modal__container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal__content {
  width: 100%;
  max-width: 551px;
  padding: 13px 18px 13px 0;
  border-radius: 40px;
  box-shadow: 9px 8px 17px 0 rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(31px);
  background-color: #fff;
}

.modal__inner {
  max-height: 760px;
  overflow-y: auto;
  padding: 40px 110px 60px 118px;
}

.modal__inner::-webkit-scrollbar {
  width: 8px;
  background-color: rgba(145, 147, 137, 0.26);
  border-radius: 8px;
}

.modal__inner::-webkit-scrollbar-thumb {
  background-color: var(--greenColor);  
  border-radius: 8px;
}

.modal__close {
  border: none;
  background: transparent;
  position: absolute;
  right: 30px;
  top: 20px;
  padding: 0;
  width: 30px;
  height: 20px;
  cursor: pointer;
}

.modal__title {
  font-size: 40px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
  color: var(--greyColor);
  margin-bottom: 43px;
}

.js-stretch-hidden {
  max-height: 0;
  transition: max-height .3s cubic-bezier(1, 0, 0, 1);
}
.js-stretch-hidden.more {
  max-height: 900px;
}

@media(max-height:800px) {
  max-height: calc(100vh - 40px);
}

@media(max-width: 1110px) {
  .container-inner {
    max-width: 940px;
    padding: 0 10px;
  }

  .brands-titles__extra p {
    margin: 0;
  }

  .brands-titles__content {
    padding: 0 20px;
  }

  .questions__row {
    padding-right: 0;
  }

  .questions__title {
    font-size: 32px;
  }
}

@media(max-width: 900px) {
  .logo {
    max-width: 96px;
    width: auto;
    height: 24px;
  }

  .logo img{
    height: 100%;
  }

  .brands-title__title {
    font-size: 24px;
  }

  .brands-titles__extra {
    font-size: 18px;
  }

  .questions__row {
    padding: 0 20px;
  }

  .filters-box {
    gap: 15px;
  }

  .filter__dropdown-content {
    padding-left: 20px;
    padding-right: 20px;
  }

}

@media(max-width: 767px) {
  .questions__row {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }

  .questions__button {
    width: 80%;
    margin: 0 auto;
  }

  .brands-title__title {
    font-size: 20px;
  }

  .filters-box {
    grid-template-columns: 1fr;
  }

  .filter__dropdown {
    position: relative;
    top: 10px;
  }

  .usual-slider-wrapper {
    position: relative;
    padding-bottom: 21px;
  }
  .usual-slider-wrapper .default-pagination {
    bottom: 0;
  }
  .swiper-pagination-horizontal.swiper-pagination-bullets.default-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    background-color: rgba(145, 147, 137, 0.3);
    opacity: 1;
  }
  .swiper-pagination-horizontal.swiper-pagination-bullets.default-pagination .swiper-pagination-bullet-active {
    background-color: var(--greenColor);
  }
}

@media(max-width: 575px) {
  .container-inner {
    padding: 0;
  }

  .section-content {
    border-radius: 20px;
  }

  .page-title {
    font-size: 28px;
  }

  .page-title_small {
    font-size: 24px;
    line-height: 1.1;
  }

  .breadcrumbs {
    padding-right: 20px;
  }

  .button {
    border-width: 1px;
    min-width: auto;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
  }

  .breadcrumbs__crumb {
    font-size: 14px;
  }

  .form__title {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .form-field__field {
    font-size: 14px;
  }

  .form-field__field::placeholder {
    font-size: 14px;
  }

  .form__fields {
    gap: 15px;
    margin-bottom: 18px;
  }

  .form-field {
    border-radius: 20px;
  }

  .form-field-textarea .form-field__field {
    padding: 15px;
    min-height: 100px;
  }

  .form-field__label {
    top: 10px;
    left: 10px;
    font-size: 14px;
    max-width: 85%;
  }

  .form-extended__fields {
    margin-bottom: 30px;
  }

  .form-extended__button {
    width: 100%;
    height: 53px;
    font-size: 20px;
    margin-bottom: 30px;
  }

  .attach-block {
    padding: 0;
  }

  .attach-block__content {
    position: relative;
    padding-left: 20px;
  }

  .attach-block__wrapper {
    gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .attach-block::before {
    left: -6px;
    top: 1px;
    width: 20px;
    height: 23px;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .attach-block__label {
    width: 100%;
    height: 50px;
    font-size: 18px;
  }

  .form__policy {
    margin: 25px 0 0;
  }

  .form__policy-label {
    padding-left: 30px;
  }

  .form__policy-label::before {
    left: 0;
  }

  .form__policy-check {
    left: 3px;
  }

  .form__button {
    width: 200px;
    height: 50px;
    margin-top: 25px;
  }

  .modal__container {
    max-width: 90%;
    margin: 0 auto;
  }

  .modal__close {
    right: 15px;
    top: 15px;
  }

  .modal__content {
    padding: 0 15px 0 0;
    border-radius: 20px;
  }

  .modal__inner {
    overflow-x: hidden;
    padding: 40px 0 20px 15px;
  }

  .modal__title {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 20px;
  }

  .title-section__title {
    font-size: 46px;
    word-wrap: break-word;
  }

  .title-section .container-inner {
    padding: 0 20px;
  }

  .title-section__content {
    margin: 0 -20px;
  }

  .title-section__content {
    min-height: auto;
    height: 540px;
    border-radius: 0;
  }

  .title-section__banner img {
    border-radius: 0;
  }

  .brands-titles {
    padding: 81px 0 0;
    height: calc(100% - 20px);
  }

  .brands-titles__logo {
    width: 150px;
  }

  .brands-titles__logo img {
    width: 100%;
  }

  .brands-titles__top {
    align-items: center;
  }

  .brands-titles__content {
    padding: 0;
  }

  .brands-title__title {
    font-size: 15px;
    line-height: 1.2;
    max-width: 153px;
    padding: 0;
  }

  .brands-titles_extra-text .brands-title__title {
    padding-bottom: 0;
  }

  .brands-titles__extra {
    font-size: 14px;
    max-width: 100px;
  }

  .questions {
    padding: 0 0 19px;
  }

  .questions__title {
    font-size: 23px;
  }

  .questions__content {
    padding: 27px 28px 20px;
    border-radius: 20px;
  }

  .questions__row {
    padding: 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .questions__phone {
    font-size: 20px;
    line-height: 1.25;
  }

  .questions__mail {
    font-size: 15px;
    line-height: 1.2;
  }

  .questions__contacts {
    gap: 0;
    margin-top: -4px;
  }

  .questions__button {
    min-width: auto;
    width: 115px;
    height: 42px;
    padding: 0;
    margin-top: 4px;
    font-size: 12px;
    line-height: 1.2;
  }

  .questions__content::after {
    right: -60px;
    bottom: -64px;
  }

  .filter__interface {
    padding: 14px 23px 15px 21px;
    height: 50px;
  }

  .filter__name, .filter__current {
    font-size: 18px;
    line-height: 1;
  }

  .filter_location .filter__current {
    max-width: 180px;
  }

  .filter__button svg {
    width: 20px;
  }

  .filter__dropdown {
    border-radius: 20px;
  }

  .filter__item {
    font-size: 18px;
    color: rgba(145, 147, 137, 1);
  }

  .filter__list {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
}

@media(max-width: 360px) {
  .title-section__title {
    font-size: 36px;
  }
}

@media (orientation: landscape) {
  .modal__inner {
    max-height: calc(100vh - 40px);
  }
}