.contact-header {
  margin: 0 20px;
  padding: 40px;
  padding-right: 75px;
  min-height: 400px;
  width: calc(100% - 40px);

  background: linear-gradient(180deg, #5AA000 0%, #9AD556 100%);
  border-radius: 34px;

  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}

.contact-header__content {

}

.contact-header__title {
  font-weight: 700;
  font-size: 48px;
  line-height: 100%;
}

.contact-header__text {
  margin-top: 10px;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
}

.contact-header__img {
  width: 380px;
  height: 320px;
}

.contact-header__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}


.contact-block {
  margin: 20px 20px 0;
  padding: 20px;
  background: #FFFFFF;
  border-radius: 34px;
}

.contact-block__title {
  font-weight: 500;
  font-size: 28px;
  line-height: 135%;
  text-align: center;
}

.contact-block__subtitle {
  margin-top: 5px;
  font-weight: 500;
  font-size: 18px;
  line-height: 156%;
  text-align: center;
  color: #B5B5B5;
}

.contact-block__links {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}

.contact-block__links_mail {}

.contact-block__links_mail a {
  width: calc(25% - 30px/4);
}

.contact-block__links_phone {}

.contact-block__links_phone a {
  width: calc(33.33% - 20px/3);
}

.contact-block__link {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  text-align: center;
  text-decoration: none;
}

.contact-block__item {
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  text-decoration: underline;
  color: #1D1D1D;
}

.contact-block__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #5A5A5A;
  
}

.contact-block__text b {
  font-weight: 500;
}

.contact-block__link:hover .contact-block__item {
  color: #9BD556;
}

.contact-block__link:hover .contact-block__text {
  color: #1D1D1D;
}

.contact-map {
  margin: 20px 20px 0;
  display: flex;
  gap: 20px;
}

.contact-map__block {
  padding: 20px;
  width: 36%;
  max-width: 460px;
  background: #FFFFFF;
  border-radius: 34px;
}

.contact-map__title {
  font-weight: 500;
  font-size: 28px;
  line-height: 136%;
  text-align: center;
  color: #1D1D1D;
}

.contact-map__list {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contact-map__li {
  padding: 20px;
  display: flex;
  gap: 20px;
  align-items: center;
  background: #FFFFFF;
  border: 1px solid #E8EAE6;
  box-shadow: 0px 4px 24px rgba(232, 234, 230, 0.7);
  border-radius: 14px;
  cursor: pointer;
}

.contact-map__li.active {
  border: 1px solid #9BD556;
}

.contact-map__li.active .contact-map__li-title {
  color: #9BD556;
}

.contact-map__li.active .contact-map__li-text {
  color: #1D1D1D;
}

.contact-map__li-img {
  width: 42px;
  height: 49px;
  flex-shrink: 0;
}

.contact-map__li-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.contact-map__li-content {
  
}

.contact-map__li-title {
  font-weight: 500;
  font-size: 22px;
  line-height: 145%;
}

.contact-map__li-text {
  margin-top: 5px;
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  color: #5A5A5A;
}

.contact-map__li-text b {
  font-weight: 500;
  font-size: 16px;
  line-height: 145%;
}


.contacts__tabs-inner {
  flex-grow: 1;
  width: calc(64% - 20px);
  border-radius: 34px;
  overflow: hidden;
  /* height: 100%; */
}

.contacts__tabs-inner img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.contacts__tabs-inner iframe {
	height: 100%;
	width: 100%;
}

.contact-map__map a:not(.inactive) {
  display: block;
  width: 100%;
  height: 100%;
}

/* FORM */
.contacts .assets-form {
  margin: 20px;
  background: #1D1D1D;
}

.assets-form .registration__form fieldset {
  margin-top: 0;
}

.contacts .assets-form__title {
  font-weight: 500;
  color: #FFFFFF;
  text-transform: none;
}

.contacts .assets-form__text {
  font-size: 24px;
  font-weight: 400;
  line-height: 145%;
  color: #B5B5B5;
}


.form-reg__input_text span, .form-reg__textarea-wrap > span {
  font-weight: 400;
}

.form-reg__input_text input {
  color: #FFFFFF;
  border-color: #B5B5B5;
}

.form-reg__textarea {
  background: #1D1D1D;
  color: #FFFFFF;
  border-color: #B5B5B5;
}

.form-reg__submit {
  margin-top: 10px;
}


@media (max-width: 1600px) {
  .contact-block__links {
    flex-wrap: wrap;
  }

  .contact-block__links_mail a,
  .contact-block__links_phone a {
    width: calc(50% - 10px);
  }
}

@media (max-width: 1367px) {
  .assets-form .registration__form fieldset {
    margin-top: 20px;
  }
}

@media (max-width: 800px) {
  .contact-header {
    flex-direction: column;
    gap: 30px;
    min-height: auto;
  }

  .contact-header__img {
    max-width: 100%;
    width: 280px;
    height: auto;
  }

  .contact-map {
    flex-direction: column;
  }

  .contact-map__block {
    width: 100%;
    max-width: 100%;
  }

  .contact-map__li-text {
    font-size: 12px;
    line-height: 145%;
  }
  
  .contact-map__li-text b {
    font-size: 14px;
    line-height: 145%;
  }

  .contacts__tabs-inner {
    width: 100%;
    height: 300px;
  }

  .assets-form__title {
    font-size: 24px;
    line-height: 140%;
  }

  .contacts .assets-form__text {
    font-size: 14px;
    line-height: 140%;
  }
}

@media (max-width: 640px) {
  .contact-header {
    padding: 20px;
    align-items: flex-start;
    gap: 10px;
  }
  
  .contact-header__title {
    font-size: 34px;
    line-height: 130%;
  }
  
  .contact-header__text {
    max-width: 300px;
    font-size: 16px;
    line-height: 160%;
  }
  
  .contact-header__img {
    margin: 0 auto;
    width: 210px;
    height: auto;
  }

  .contact-block__title {
    font-size: 24px;
    line-height: 140%;
  }

  .contact-block__links_mail a, 
  .contact-block__links_phone a {
    width: 100%;
  }

  .contact-block__text {
    font-size: 14px;
  }

  .contact-map__title {
    font-size: 24px;
    line-height: 140%;
  }

  .assets-form__title {
    text-align: left;
    
  }

  .contacts .assets-form__text {
    text-align: left;
  }

  .form-reg__input_text span, .form-reg__textarea-wrap > span {
    font-size: 12px;
  }

  
}

