@charset "UTF-8";

/*-------------------------------------*/
.page {
  flex: 1 1 auto;
}

/*-------------------------------------*/
._title__h2 {
  font-weight: 700;
  font-size: 38px;
  line-height: 130%;
}

.page__hero {
  background: #FFFFFF;
  padding: 165px 64px;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page__hero h1 {
  font-weight: 700;
  font-size: 48px;
  line-height: 65px;
  text-transform: uppercase;
}
.page__hero p {
  font-weight: 200;
  font-size: 18px;
  line-height: 25px;
}
.page__hero .hero__btn {
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  padding: 8px 32px;
  margin-top: 35px;
  text-decoration: none;
}

.hero__actions {
  margin-top: 30px;
  display: none;
  flex-direction: column;
  align-items: center;
}
.hero__actions a {
  background: #FFFFFF;
  border: 1px solid #F4F4F4;
  border-radius: 8px;
  color: #000;
  text-decoration: none;
  padding: 8px 16px;
  font-size: 10px;
  width: 200px;
  margin-bottom: 6px;
  display: flex;
}
.hero__actions a img {
  margin-right: 15px;
}
.hero__actions .num__phome {
  font-size: 12px;
}

/*-------------- hygiene ----------------------*/
.hygiene {
  margin-top: 40px;
}

.hygiene__row {
  display: grid;
  grid-template-columns: 2fr 317px;
  gap: 15px;
}

.hygiene__left {
  background: #FFFFFF;
  border-radius: 24px;
  padding: 8px;
  display: flex;
}
.hygiene__left img {
  max-width: 398px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
}
.hygiene__left .hygiene__offer {
  padding: 36px 44px;
	position:relative;
}
.hygiene__left .hygiene__offer h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  margin-bottom: 8px;
  letter-spacing: -1px;
}
.hygiene__left .hygiene__offer p {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #2E363E;
  opacity: 0.8;
/*   margin-bottom: 140px; */
}
.hygiene__left .hygiene__offer .hygiene__btn {
  padding: 13px 60px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  margin-top: 20px;
/*   position: absolute;
  bottom: 30px; */
}

.hygiene__right {
  background: #e0e0e0;
  border-radius: 24px;
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s ease 0s;
}
.hygiene__right:hover {
  background: #0FC0C6;
}
.hygiene__right:hover h3 {
  color: #fff;
}
.hygiene__right:hover p {
  color: #fff;
}
.hygiene__right h3 {
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  letter-spacing: -1px;
  color: #000;
  max-width: 180px;
}
.hygiene__right p {
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  text-align: right;
  color: #000;
  max-width: 230px;
  margin-left: 40px;
  margin-bottom: 130px;
}
.hygiene__right .card__more {
  background: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  color: #000000;
  width: 202px;
  padding: 11.5px 25px;
  text-decoration: none;
}
.hygiene__right .card__more img {
  width: 12px;
  margin-left: 16px;
}

/*-------------- diagnosis ----------------------*/
.diagnosis {
  margin-top: 40px;
}

.diagnosis__row {
  display: grid;
  grid-template-columns: 317px 2fr;
  gap: 15px;
}

.diagnosis__left {
  background: #FFFFFF;
  border-radius: 24px;
  padding: 8px;
  display: flex;
}
.diagnosis__left img {
  max-width: 398px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
}
.diagnosis__left .diagnosis__offer {
  padding: 36px 44px;
}
.diagnosis__left .diagnosis__offer h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  margin-bottom: 8px;
  letter-spacing: -1px;
}
.diagnosis__left .diagnosis__offer p {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #2E363E;
  opacity: 0.8;
  margin-bottom: 140px;
}
.diagnosis__left .diagnosis__offer .diagnosis__btn {
  padding: 13px 60px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
}

.diagnosis__right {
  background: #E0E0E0;
  border-radius: 24px;
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s ease 0s;
}
.diagnosis__right:hover {
  background: #0FC0C6;
}
.diagnosis__right:hover h3 {
  color: #fff;
}
.diagnosis__right:hover p {
  color: #fff;
}
.diagnosis__right h3 {
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  letter-spacing: -1px;
  color: #000;
  max-width: 180px;
}
.diagnosis__right p {
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  text-align: right;
  color: #000;
  max-width: 230px;
  margin-left: 40px;
  margin-bottom: 130px;
}
.diagnosis__right .card__more {
  background: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  color: #000000;
  width: 202px;
  padding: 11.5px 25px;
  text-decoration: none;
}
.diagnosis__right .card__more img {
  width: 12px;
  margin-left: 16px;
}

.hygiene__right-sale {
  background: #E0E0E0;
}
.hygiene__right-sale h3 {
  color: #000;
}
.hygiene__right-sale p {
  color: #000;
}

.last_section {
  margin-bottom: 32px;
}

/*-------------- Контакти ----------------------*/
.contacts {
  margin: 32px 0 32px;
}

.contacts__body {
  display: grid;
  grid-template-columns: 1fr 540px;
  gap: 15px;
}

.page-contacts__block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #FFFFFF;
  border-radius: 18px;
  padding: 60px;
}

.contacts__address {
  display: flex;
  margin-bottom: 54px;
}
.contacts__address img {
  width: 64px;
  margin-right: 32px;
}

.page-contacts__text h4 {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
}
.page-contacts__text p {
  font-weight: 800;
  font-size: 24px;
  line-height: 33px;
}
.page-contacts__text span {
  font-size: 20px;
  font-weight: 700;
}
.page-contacts__text ul li a {
  color: #000;
  font-weight: 800;
  font-size: 24px;
  line-height: 33px;
}

.contacts__telephone {
  display: flex;
}
.contacts__telephone img {
  width: 64px;
  margin-right: 32px;
}

.contacts__cocial {
  display: flex;
  flex-direction: column;
}
.contacts__cocial img {
  width: 38px;
  margin: 16px 0;
}

iframe {
  border-radius: 24px;
}

/*--------------- footer ----------------------*/
.footer {
  color: #fff;
}
.footer h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 14px;
}

.footer__body {
  background: #0A9398;
  border-radius: 24px 24px 0px 0px;
  padding: 71px 69px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 120px;
}

.footer__logo {
  max-width: 357px;
  display: flex;
  align-items: center;
}

.list__block {
  display: flex;
}

.footer_servise:not(:last-child) {
  margin-right: 32px;
}

.footer_servise li a {
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
}
.footer_servise li a:hover {
  text-decoration: underline;
}
.footer_servise li:not(:last-child) {
  margin-bottom: 24px;
}

.footer__address {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.footer__address img {
  width: 32px;
  margin-right: 16px;
}

.contacts__text h4 {
  font-weight: 700;
  font-weight: 500;
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}
.contacts__text ul li {
  margin-bottom: 5px;
}
.contacts__text ul li a {
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  text-decoration-line: underline;
  color: #FFFFFF;
}

.footer__telephone {
  display: flex;
  align-items: center;
}
.footer__telephone img {
  width: 32px;
  margin-right: 16px;
}

/*---------------- popup -----------------------*/
.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(2, 25, 26, 0.75);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  top: 0;
  left: 0;
  z-index: 20;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  overflow-x: hidden;
  transition: all 0.3s ease 0s;
}

.popup.open {
  opacity: 1;
  visibility: visible;
}

.popup.open .popup__content {
  opacity: 1;
  transform: translate(0px, 0px);
}

.popup__body {
  min-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup__content {
  max-width: 100%;
  margin: 0 10px;
  position: relative;
  transition: all 0.3s ease 0s;
  opacity: 0;
  transform: translate(0%, 10%);
}

.popup__close {
  position: absolute;
  top: -30px;
  right: 8px;
  display: block;
  width: 24px;
  height: 24px;
}

.form__body {
  background: #FFFFFF;
  border-radius: 24px;
  padding: 44px 90px;
  text-align: center;
}
.form__body p {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
}
.form__body span {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  display: block;
  margin-bottom: 40px;
}

.form__title {
  font-family: "Nunito";
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  text-align: center;
  margin-bottom: 12px;
}

.form__wrapper {
  display: flex;
  flex-direction: column;
}

.form__item {
  margin-bottom: 15px;
}

.form__input {
  font-family: "Nunito";
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #000000;
  background: #F2F2F2;
  border: 1px solid #F2F2F2;
  border-radius: 24px;
  padding: 21px;
  width: 100%;
  outline: none;
}

.form__input:focus {
  box-shadow: 0px 0px 8px 2px rgba(15, 192, 198, 0.2);
}

.form__item-hidden {
  display: none;
}

.descr {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  margin: 15px 0 30px;
}

.submit {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #FFFFFF;
  background: #0FC0C6;
  border-radius: 40px;
  border: none;
  box-sizing: border-box;
  padding: 14px 64px;
  margin: 15px auto 0;
  cursor: pointer;
}

.submit:hover {
  background: #0eb1b7;
}

/*===========================================================================================*/
/*=========== Адаптація під мобільні девайси ================================================*/
/*===========================================================================================*/
@media screen and (max-width: 1220px) {
  .header__actions {
    display: none;
  }
  .burger__btn {
    margin-right: 0;
  }
}
@media screen and (max-width: 992px) {
	.hygiene__left {
    	flex-direction: column;
	}
	.hygiene__left img {
		max-width: 100%;
		height: 220px;
	}
	.hygiene__left .hygiene__offer {
		padding: 30px;
	}
  .diagnosis__row {
    grid-template-columns: 1fr;
  }
  .diagnosis__right {
    max-width: 318px;
    order: 2;
  }
  .footer__body {
    gap: 50px;
  }
	.contacts__body {
		grid-template-columns: 1fr;
	}
	iframe {
		border-radius: 24px;
		width: 100%;
	}
}
@media screen and (max-width: 768px) {
  .hygiene__left {
    flex-direction: column;
  }
  .diagnosis__left {
    flex-direction: column-reverse;
  }
  .footer__body {
    grid-template-columns: 1fr 1fr;
    gap: 70px;
  }
  .offers__img {
    height: 340px;
  }
}
@media screen and (max-width: 620px) {
	.hygiene__row {
		grid-template-columns: 1fr;
	}
	.hygiene__left img {
		max-width: 100%;
		height: 250px;
	}
	.hygiene__right p {
		min-width: 100%;
    	width: 100%;
		margin-bottom: 0;
		margin-left: 0;
	}
	
}
@media screen and (max-width: 560px) {
  section {
    margin-bottom: 40px;
  }
  .diagnosis__right {
    max-width: 100%;
    margin: 0 auto;
  }
  .diagnosis__left .diagnosis__offer p {
    margin-bottom: 35px;
  }
  .contacts__body {
    display: flex;
    flex-direction: column;
  }
  .contacts__block {
    padding: 50px 10px;
  }
  .page-contacts__block {
    display: flex;
    flex-direction: column;
    padding: 30px 15px;
  }
  .contacts__cocial {
    flex-direction: row;
    margin-top: 30px;
  }
  .contacts__cocial a {
    margin: 0 10px;
  }
  .page-contacts__text p {
    font-size: 20px;
  }
  .page-contacts__text p .page-contacts__text p {
    font-weight: 800;
    font-size: 18px;
    line-height: 33px;
  }
  .page-contacts__text p span {
    font-size: 16px;
  }
  .page-contacts__text ul li a {
    font-size: 18px;
  }
  .contacts__address img {
    width: 50px;
    margin-right: 22px;
  }
  .contacts__telephone img {
    width: 50px;
    margin-right: 22px;
  }
  .footer__body {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .footer__body {
    padding: 40px;
  }
  .footer__telephone {
    margin-left: 40px;
  }
  .form__body {
    padding: 44px;
  }
}
@media screen and (max-width: 420px) {
  .diagnosis__right p {
    margin-left: 67px;
  }
}/*# sourceMappingURL=discounts.css.map */