.type-form-hidden.active{
  display: block;
}
#sectionIncontactForm .wrap-forms {
  padding-top: 64px;
  padding-bottom: 5px;
}
.type-form-hidden {
  display: none;
}
.appraisal-items .appraisal-item:last-child .appraisal-item-action .add-appraisal-item{
  display: block;
}
.appraisal-items .appraisal-item:first-child .remove-appraisal-item,
.appraisal-items .appraisal-item .appraisal-item-action .add-appraisal-item{
  display: none;
}

.appraisal-items .c-form__input_appraisal,
.appraisal-items .appraisal-item:nth-child(10) .add-appraisal-item{
  display: none !important;
}

.is-confirmed .appraisal-items .appraisal-item .appraisal-item-action{
  display: none;
}

.preview-img-appraisal figure .remove-parent-item{
  background: #707070;
  position: absolute;
  bottom: -55px;
  width: 133px;
  max-width: 100%;
  height: 35px;
  border-radius: 10px;
  left: 20px;
  color: #fff !important;
}
.preview-img-appraisal figure img{
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.preview-img-appraisal figure.seller__create__add__img button{
  width: 133px;
  max-width: 100%;
  height: 35px;
  border: 1px solid #000000;
  margin-bottom: 7px;
}
.preview-img-appraisal figure.seller__create__add__img{
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
  order: 10;
}
.preview-img-appraisal figure.seller__create__preview{
  margin-bottom: 70px;
  justify-content: center;
}
.preview-img-appraisal figure.seller__create__preview.display-inline{
  display: flex;
}
.preview-img-appraisal figure.seller__create__preview.display-inline img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.preview-img-appraisal figure{
  width: 180px;
  height: 180px;
  background: #EFEFEF;
  border: 1px solid #DCDCDC;
  position: relative;
  padding: 0 !important;
  display: flex;align-items: center;
}
.preview-img-appraisal {
  display: flex;
  gap: 10px;
}

.select-type-form h2{
  font-size: 32px;
}
.options-form h3{
  font-size: 24px;
  color: #000;
  font-weight: 600;
  margin-bottom: 24px;
}
.options-form {
  margin: 32px auto 0;
  font-size: 20px;
  background: #fff;
  border-radius: 16px;
  padding: 33px 0;
  max-width: 1070px;
}
.options-form-group {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
}
.options-form label.c-form__radio {
  color: #EB0A1E;
  border: 2px solid #E02020;
  border-radius: 12px;
  font-size: 20px;
  font-weight: 600;
  padding: 13px 30px;
  min-width: 256px;
}
.options-form input[type="radio"]:checked + label.c-form__radio {
  background: #E02020;
  color: #fff;
}
.options-form input {
  display: none;
}
.appraisal-items {
  border-top: 1px solid  #9CA3AF;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 50px;
}
.appraisal-items .appraisal-item h3{
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 24px;
  text-align: center;
}
.appraisal-items .appraisal-item {
  border-bottom: 1px solid  #9CA3AF;
  padding-bottom: 40px;
  margin-bottom: 50px;
}
.appraisal-item-action button.add-appraisal-item{
  background: #444444;
  color: #fff;
}
.appraisal-item-action button.remove-appraisal-item{
  background: #fff;
}
.appraisal-item-action button{
  width: 180px;
  height: 40px;
  display: flex;
  align-items: center;
  border-width: 1px;
  border-radius: 32px;
  font-weight: 600;
  font-size: 14px;
  gap: 8px;
  justify-content: center;
  margin: auto;
}
.appraisal-item-action {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 24px;
  padding-top: 20px;
}
.section-support {
  padding: 37px 0;
}

.section-contacts .contact-id {
  font-weight: 600;
  font-size: 32px;
  margin-top: 0;
  line-height: 48px;
}

.section-contacts .contact-title {
  font-size: 24px;
  font-weight: bold;
}

.section-contacts {
  padding: 48px 0;
}

.section-contacts .hd03--note--title {
  color: #707070;
  font-size: 20px;
}

.section-contacts .hd03--note--title.hd03--note--title--first {
  margin-bottom: 5px;
  margin-top: 5px;
}

.c-button--search {
	padding: 10px 45px;
	color: #fff;
	background-color: #3E3A39;
	font-size: 16px;
}

.c-button--search:hover {
  background-color: #000;
}

.select-area {
  margin: 40px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.select-area .area-title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}

.select-area .area-search {
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: center;
  width: 100%;
  max-width: 500px;
}

.select-area .area-search select {
  flex: 1 1 0%;
  background: #ffffff;
  font-size: 14px;
  border: 1px solid #000000;
  padding: 10px 15px;
  display: block;
  color: #495057;
  border-radius: 0.25rem;
}

.select-area .area-search button {
  width: fit-content;
}

.select-area .area-result {
  margin-top: 3px;
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  justify-content: center;
  gap: 60px;
  width: 100%;
  max-width: 600px;
}

.area-result .area-result--text {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  display: flex;
  align-items: end;
  height: 54px;
}

.area-result .area-result--display {
  font-size: 36px;
  color: #000;
  font-weight: bold;
  align-items: center;
  height: 54px;
}

.section-contacts .hd03--note--title {
  color: #707070;
  font-size: 20px;
}

.section-contacts .hd03--note--title.hd03--note--title--first {
  margin-bottom: 5px;
  margin-top: 5px;
}

.c-button--search {
	padding: 10px 45px;
	color: #fff;
	background-color: #3E3A39;
	font-size: 16px;
}

.c-button--search:hover {
  background-color: #000;
}

.select-area {
  margin: 40px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.select-area .area-title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}

.select-area .area-search {
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: center;
  width: 100%;
  max-width: 500px;
}

.select-area .area-search select {
  flex: 1 1 0%;
  background: #ffffff;
  font-size: 14px;
  border: 1px solid #000000;
  padding: 10px 15px;
  display: block;
  color: #495057;
  border-radius: 0.25rem;
}

.select-area .area-search button {
  width: fit-content;
}

.select-area .area-result {
  margin-top: 3px;
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  justify-content: center;
  gap: 60px;
  width: 100%;
  max-width: 600px;
}

.area-result .area-result--text {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  display: flex;
  align-items: end;
  height: 54px;
}

.area-result .area-result--display {
  font-size: 36px;
  color: #000;
  font-weight: bold;
  align-items: center;
  height: 54px;
}

.contacts-item {
  min-height: 183px;
  padding-bottom: 20px;
}

.section-incontact .incontact-sub p {
  line-height: 1.4;
}

.section-incontact .incontact-sub {
  margin-bottom: 55px;
}

.section-incontact {
  background: #E5E7EB;
  padding: 48px 0;
}

#sectionIncontactForm {
  background: #fff;
  padding: 0;
}

.desc-form-contact .other-info a {
  margin: 0 30px;
  font-size: 18px;
  color: #000;
}

.desc-form-contact .other-info {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 15px;
}

.desc-form-contact .txt-note{
  font-size: 12px;
}
.desc-form-contact p {
  font-size: 15px;
  margin-bottom: 17px;
}

.desc-form-contact .handle-info-personal input[type="checkbox"]:not(:checked) + i::after {
  background: #fff;
  border: 1px solid #DCDCDC;
}
.desc-form-contact .handle-info-personal label i::after {
  width: 20px;
  height: 20px !important;
}
.desc-form-contact .handle-info-personal label{
  margin: 0;
  font-weight: 400;
}
.desc-form-contact .handle-info-personal {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  border: 1px solid #DCDCDC;
  background: #EFEFEF;
  margin-top: 40px;
}
.desc-form-contact .site-terms {
  color: #2d64cd;
}

.incontact-form-group .incontact-confirm{
  font-weight: 600;
}
.incontact-form-group .incontact-confirm:disabled{
  opacity: 0.4;
}

.desc-form-contact h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 40px;
}

.desc-form-contact {
  background: #FFF;
  text-align: center;
  margin-top: 48px;
  padding-top: 60px;
  border-top: 2px solid #A5A5A5;
}

.incontact-submit img {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}

.incontact-submit {
  border: none;
  box-shadow: #d3d3d3 2px 2px 6px;
  max-width: 320px;
  width: 100%;
  position: relative;
}

.section-steps {
  font-weight: bold;
}

.step-desc {
  width: 210px;
}

.howto .c-text--group > p {
  margin-bottom: 10px;
  font-size: 16px;
}

.c-table th, .c-table td {
  font-size: 16px;
}

.section-FAQ .section-heading h2 ,
.howto .section-heading h2 {
  font-size: 32px;
  line-height: 48px;
}

.section-contacts .hd03--note--title,
.howto .hd03--note--title {
  color: #707070;
  font-size: 20px;
}

.howto .note--product-site {
  text-align: left;
}

.howto .howto__content {
  padding-bottom: 1px;
}

.howto {
  margin: 0;
}

.c-table--assessment thead th {
  background-color: #A5A5A5 !important;
}

.section-FAQ .section-heading {
  margin-bottom: 60px;
}

.type-form-parts .howto__content h2{
  margin-bottom: 40px;
}

.section-FAQ {
  padding: 64px 0 44px;
}

.section-FAQ .mb-20 {
  margin-bottom: 20px;
}

.FAQ-desc.fontsize {
  font-size: 18px;
}

.FAQ-desc {
  font-size: 16px;
  line-height: 24px;
  width: calc(100% - 18px);
}

.section-slider {
  background-position: 0;
}

.display-flex {
  display: flex;
}

.banner-main {
  width: 998px;
  max-width: 90%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.banner-main .title-service {
  align-items: center;
}

.banner-main .title-service img:first-child {
  margin: 0 37px;
}

.banner-main .title-service img:last-child {
}

.banner-main .banner-desc {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 36px;
  margin-top: 14px;
  margin-bottom: 22px;
}

.banner-main .services-list {
  justify-content: space-between;
}

.banner-main .services-list div:first-child {
  border-left: 1px solid #fff;
}

.banner-main .services-list div {
  border-right: 1px solid #fff;
  width: 25%;
  text-align: center;
  padding: 4px 0;
}

.FAQ-submit {
  margin: 0 auto;
  margin-bottom: 60px;
}

.banner-main .banner-desc-2 {
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  margin-top: 11px;
  color: #fff;
}

.review-assessment {
  margin: 32px 0 50px 0;
}

.review-assessment h3 {
  font-size: 36px;
  line-height: 54px;
  font-weight: 800;
}

.review-assessment p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

.review-assessment .assessment-process {
  margin-top: 32px;
  justify-content: space-between;
}

.review-assessment .assessment-process .item div {
  width: 100%;
}

.review-assessment .assessment-process .item .icon-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -34px;
  z-index: 1;
}

.review-assessment .assessment-process .item {
  width: 352px;
  height: 265px;
  background: #fff;
  box-shadow: 1px 1px 15px #ddd;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 22px 0;
  position: relative;
}

.review-assessment .assessment-process div p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

.review-assessment .assessment-process div h4 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  display: inline-block;
  padding: 0 10px;
  position: relative;
  z-index: 9;
}

.review-assessment .assessment-process .item:first-child .image-preview p{
  width: 100%;
  font-weight: 600;
  margin-top: 4px;
  font-size: 14px;
}
.review-assessment .assessment-process .item:first-child .image-preview {
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.review-assessment .assessment-process .item:first-child .image-preview img {
  width: 104px;
}

.review-assessment .assessment-process .item:nth-child(2) .image-preview img {
  width: 102px;
}

.review-assessment .assessment-process .item:nth-child(3) .image-preview img {
  width: 80px;
}

.incontact-form-group .c-form__textarea.c-form__textarea--address,
.incontact-form-group .c-form__input.c-form__input--address {
  border: 1px solid #000000;
}

.incontact-form-group .error a {
  color: #EB0A1E;
}

.phones-contact {
  margin-top: 51px;
  gap: 30px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.phones-contact .item {
  width: 100%;
  height: 183px;
}

.contact-desc {
  display: inline-block;
  margin-top: 20px;
}

.howto .howto__content {
  padding: 64px 40px 34px;
}

.pc-none {
  display: none;
}

#sectionIncontact .section-heading {
  margin-bottom: 24px;
}

.review-assessment .assessment-process div h4:after {
  content: '';
  height: 18px;
  background: #EAFF76;
  width: 100%;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.review-assessment .number {
  align-self: baseline;
}

.review-assessment .text-desc p {
  width: 100%;
}

.review-assessment .text-desc {
  min-height: 75px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.review-assessment .item:nth-child(2) .text-desc,
.review-assessment .item:first-child .text-desc {
  margin-top: 10px;
}

.review-assessment .item:nth-child(3) .text-desc {
  margin-top: -20px;
}

.display-none{
  display: none;
}

.incontact-form-group .c-form__input--address:disabled {
  background-color: #e9ecef !important;
}

.area-submit .incontact-back{
  background: #000000;
}

.area-submit{
  gap: 15px;
}

figure.seller__create__preview.display-inline .remove-parent-item{
  display: none;
}
figure.seller__create__preview.display-inline img{
  width: 117px;
  max-height: 80px;
}

figure.seller__create__preview.display-inline{
  display: inline-block;
}

figure.seller__create__preview{
  padding-right: 10px;
  padding-bottom: 10px;
}

input,
textarea {
  color: #000 !important;
}

.incontact-form-group input::placeholder,
.incontact-form-group textarea::placeholder {
  color: #afafaf;
}

.incontact-form-group input:disabled::placeholder,
.incontact-form-group textarea:disabled::placeholder {
  color: transparent;
}

.box--buttons {
  margin-top: 30px;
  margin-bottom: 40px;
}

.box--buttons .list-button a {
  line-height: 45px;
  width: 100%;
  max-width: 220px;
  height: 45px;
  border-radius: 32px;
  border: 1px solid #78909C;
  display: inline-block;
  background: #37474F;
  color: #fff !important;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  text-decoration: none;
}

.FAQ-label .c-icon{
  left: 0;
  top: 5px;
}
.FAQ-label {
  margin: 0;
  padding: 0;
  position: relative;
  width: 15px;
}

.incontact-form-group {
  max-width: 800px;
  margin: 0 auto;
}
.wrap-forms .section-heading{
  margin-bottom: 24px;
}

.c-form__radio > i {
  height: 26px;
}
.justify-between{
  justify-content: space-between;
}
.incontact-forms-list input[type="text"]{
  width: 160px;
}

.incontact-forms-list > .text-center {
  right: initial;
}
.incontact-form-group #zip_code_1 {
  width: 100px;
}
.incontact-form-group .c-button--address {
  margin-left: 20px;
  padding: 0;
  width: 180px;
  margin-top: 0;
}
.incontact-form-group .c-button--address,
.incontact-form-group .c-form__input--address {
  height: 50px;
}
.incontact-form-group .form-control {
  border-radius: 0;
}

.mt-20{
  margin-top: 20px;
}
.form-group-type-parts .desc-form-contact{
  padding: 44px;
  border: 1px solid #9CA3AF;
}

@media (min-width: 576px) {
  .incontact-form-group .incontact-form-label {
    position: relative;
    top: 8px;
  }

  .incontact-form-group .col-sm-4{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 29%;
    flex: 0 0 29%;
    max-width: 29%;
  }

  .incontact-form-group .mt-4{
    margin-top: 24px !important;
  }
  .incontact-form-group .col-sm-8{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 71%;
    flex: 0 0 71%;
    max-width: 71%;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .review-assessment .assessment-process .item {
    width: 296px;
  }
}

@media (max-width: 992px) {
  .review-assessment .assessment-process {
    flex-wrap: wrap;
    justify-content: center;
  }
  .review-assessment .assessment-process .item {
    width: 352px;
    margin-bottom: 20px;
  }

  .review-assessment .assessment-process .item .icon-next {
    position: absolute;
    top: inherit;
    right: inherit;
    bottom: -42px;
    transform: translateX(-50%) rotate(90deg);
    left: 50%;
    height: 60px;
  }
}

@media screen and (min-width: 992px) {
  .c-table--assessment * {
    font-size: 16px;
  }

  .c-table--assessment th {
    width: 300px;
  }

  .c-table--assessment {
    table-layout: fixed;
    width: 100%;
  }

  .section-slider .jumbotron {
    padding: 0;
  }

  .section-slider {
    min-height: 350px;
  }

  .slider-img1 {
    width: 145px;
    left: -140px;
    top: 10px;
  }

  .slider-img2 {
    max-width: 592px;
  }

  .slider-text p {
    margin-bottom: 0;
  }

  .fax-title {
    font-size: 16px;
    line-height: 20px;
    width: 103px;
    margin-right: 23px;
  }

  .fax-desc {
    width: auto;
  }

  .fax-desc .fax {
    font-size: 32px;
  }

  .fax-item {
    min-height: 66px;
    padding: 0;
  }

  .slider-img3 {
    max-width: 242px;
  }

  .fax-item.slider {
    max-width: 530px;
    display: flex !important;
    align-items: center;
    padding-left: 50px;
    margin-top: 23px !important;
  }

  .slider-main {
    max-width: 640px;
  }

  .section-support p {
    display: inline-block;
  }
}

@media screen and (max-width: 768px) {
  .form-group-type-parts .desc-form-contact {
    padding: 20px;
  }
  .options-form label.c-form__radio {
    margin-bottom: 0;
  }
  .options-form-group {
    gap: 15px;
  }
  .options-form label.c-form__radio {
    font-size: 16px;
  }
  #sectionIncontactForm .wrap-forms {
    padding-top: 32px;
    padding-bottom: 5px;
  }
  .c-table--assessment td {
    width: 70%;
  }
  .options-form h3 {
    font-size: 18px;
  }
  .options-form {
    border-radius: 20px;
  }

  .preview-img-appraisal figure .remove-parent-item {
    width: 100%;
    left: 0;
  }
  .desc-form-contact .handle-info-personal,
  .desc-form-contact .other-info{
    margin-top: 25px;
    margin-bottom: 0;
  }
  .desc-form-contact h3{
    margin-bottom: 25px;
  }
  .area-submit button{
    margin: auto;
  }
  .area-submit{
    flex-wrap: wrap;
  }
  .banner-main {
    width: 376px;
  }
  .FAQ-desc {
    padding: 3px 10px !important;
  }

  .review-assessment h3 span {
    display: inline-block;
    margin-left: 24px;
  }

  .howto .howto__content {
    padding: 40px 15px;
  }

  .section-FAQ .section-heading h2,
  .howto .section-heading h2 {
    font-size: 24px;
    line-height: 36px;
  }

  .section-contacts .hd03--note--title,
  .howto .hd03--note--title {
    font-size: 12px;
    margin-bottom: 30px;
  }

  .section-contacts .hd03--note--title.hd03--note--title--first {
    margin-bottom: 0;
  }

  .howto .c-text--group > p {
    font-size: 14px;
  }

  .phones-contact {
    margin-top: 30px;
  }

  #sectionIncontact .section-heading {
    margin-bottom: 17px;
  }

  .section-incontact .incontact-sub {
    margin-bottom: 34px;
  }

  .pc-none {
    display: block;
  }

  .review-assessment .desc {
    margin-top: 9px;
  }

  .section-incontact .incontact-sub p {
    font-size: 12px;
  }

  .review-assessment h3 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
  }

  .banner-main .title-service {
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }

  .banner-main .title-service img:first-child {
    margin: 0;
    width: 300px;
    margin-bottom: 19px;
  }

  .banner-main .title-service img:last-child {
    width: 315px;
    margin-bottom: 27px;
  }

  .banner-main .banner-desc {
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    max-width: 174px;
    margin: 0 auto 16px;
  }

  .banner-main .services-list {
    flex-wrap: wrap;
  }

  .banner-main .services-list div {
    width: 50%;
    margin-bottom: 10px;
  }

  .banner-main .services-list img {
    width: 79px;
  }

  .banner-main .services-list div:nth-child(3) {
    border-left: 1px solid #fff;
  }

  .assessment-banner {
    min-height: 444px;
  }

  .banner-main .banner-desc-2 {
    margin: 0;
  }

  .desc-form-contact .other-info a {
    margin: 10px;
  }

  .desc-form-contact .other-info {
    flex-wrap: wrap;
  }

  .howto .section-heading h2 {
    font-size: 24px;
  }

  .howto .note--product-site,
  .c-table--assessment * {
    font-size: 12px;
  }

  .support-item {
    font-size: 18px;
  }

  .section-heading h2 {
    font-size: 24px;
  }

  .section-common,
  .section-contacts {
    padding: 26px 0;
  }

  .section-contacts .contact-title {
    font-size: 20px;
  }

  .contact-id {
    font-size: 30px;
  }

  .contacts-item {
    min-height: 170px;
  }

  .section-incontact {
    padding: 32px 0;
  }

  .desc-form-contact p {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .desc-form-contact .other-info a {
    font-size: 14px;
  }

  .steps-sub {
    width: 60px;
    height: 60px;
    font-size: 12px;
  }

  .steps-sub p {
    font-size: 24px;
    line-height: 26px;
  }

  .step-desc {
    font-size: 20px;
  }

  .steps-item {
    height: 330px;
  }

  .section-FAQ {
    padding: 40px 0;
  }

  .section-FAQ .section-heading {
    margin-bottom: 30px;
  }

  .FAQ-desc.fontsize {
    font-size: 16px;
  }

  .FAQ-desc {
    font-size: 14px;
    line-height: 20px;
  }

  .FAQ-label {
    font-size: 14px;
  }

  .section-contacts .hd03--note--title {
    font-size: 14px;
  }

  .select-area .area-title {
    font-size: 20px;
  }

  .select-area .area-title--first,
  .select-area .area-title--second {
    display: block;
  }

  .select-area .area-search button {
    padding: 10px 20px;
  }

  .select-area .area-result {
    flex-direction: column;
    gap: 5px;
    align-items: center;
  }

  .area-result .area-result--text,
  .area-result .area-result--display {
    height: unset;
  }

  .phones-contact {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
