#aboutPage {
  --main-green: rgb(102,153,0);
  background-color: white;
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
}
#aboutPage section {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 55px 100px;
  margin: 0 auto;
  max-width: 1300px;
}
#aboutPage h1 {
  font-size: 48px;
  font-weight: 500;
  line-height: 56px;
  margin-bottom: 40px;
}
#aboutPage h2 {
  font-size: 36px;
  line-height: 46px;
  font-weight: 500;
  margin-bottom: 40px;
}
#aboutPage h3 {
  font-size: 24px;
  font-weight: 500;
}
#aboutPage a {
  text-decoration: none;
  color: var(--main-green);
}
#aboutPage p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
#aboutPage .only-mobile {
  display: none;
}
#aboutPage a.button, #aboutPage button.button {
  display: flex;
  justify-content: center;
  background-color: var(--main-green);
  padding: 15px;
  border-radius: 3px;
  color: white;
  margin: 40px auto 0 auto;
  width: 181px;
  border: 0;
}
#aboutPage .arrow, #aboutPage .arrow_green {
  background: no-repeat center url(arrow.svg);
  height: 18px;
  margin-top: 25px;
}
#aboutPage .arrow_green {
  background: no-repeat center url(arrow_green.svg);
}
#aboutPage span.green-text {
  color: var(--main-green);
  font-weight: 500;
}
#aboutPage .text-container {
  max-width: 600px;
}
#aboutPage .text-container > *:first-child {
  margin-top: 0;
}
#aboutPage .image-container {
  margin: auto;
}
#aboutPage .banner-wrapper_image-background {
  background: no-repeat right url("document.png");
  background-size: contain;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0;
}
#aboutPage .banner-wrapper_gradient-background {
  background: linear-gradient(89.98deg, #669900 37.73%, rgba(102, 153, 0, 0.526867) 55.48%, #c2c2c2 78.3%);
}
#aboutPage section.banner {
  background: linear-gradient(89.98deg, #669900 37.73%, rgba(102, 153, 0, 0.526867) 55.48%, rgba(102, 153, 0, 0) 78.3%);
  color: white;
  font-weight: 500;
  padding: 100px 0 50px 0;
}
#aboutPage section.table table {
  font-weight: 500;
  border-collapse: collapse;
  max-width: 1042px;
  margin: 0 auto;
}
#aboutPage section.table table th {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  height: 80px;
  font-size: 24px;
  line-height: 28px;
  color: white;
  background-color: var(--main-green);
}
#aboutPage section.table table th:first-child {
  display: flex;
  justify-content: flex-start;
}
#aboutPage section.table table tr {
  display: grid;
  grid-template-columns: 3fr repeat(3, 1fr);
  align-items: center;
  font-size: 16px;
  line-height: 18px;
  color: var(--main-green);
}
#aboutPage section.table table tr.tariff {
  color: black;
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
}
#aboutPage section.table table tr:nth-child(even) {
  background-color: #fbffea;
}
#aboutPage section.table table tr:nth-child(odd) {
  background-color: #ecf6d8;
}
#aboutPage section.table table td {
  padding: 20px;
}
#aboutPage section.table table td.check,
#aboutPage section.table table td.non-check {
  display: flex;
  justify-content: center;
}
#aboutPage section.table table td.check object,
#aboutPage section.table table td.non-check object {
  height: 34px;
}
#aboutPage section.table table td.tariff {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  padding: 5px;
  text-align: center;
}
#aboutPage section.table h2 {
  text-align: center;
  margin: 0 auto 40px auto;
}
#aboutPage section.contacts .contacts {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  padding: 15px;
  width: 100%;
  background-color: #ecf6d8;
}
#aboutPage section.contacts .contacts .contacts__image-container {
  margin: auto 25px;
}
#aboutPage section.contacts .contacts .contacts__text-container {
  text-align: center;
  margin: 0 15px;
}
#aboutPage section.contacts .contacts .contacts__text-container h3 {
  margin: 5px 0 30px 0;
}
#aboutPage section.contacts .contacts .contacts__text-container p {
  font-size: 24px;
  line-height: 38px;
  font-weight: 400;
  margin: 5px;
}
#aboutPage .footer-wrapper_image-background {
  background: no-repeat left url("ecgdongle.png");
  background-size: contain;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 100px;
}
#aboutPage .footer-wrapper_gradient-background {
  background: linear-gradient(to right, #9ACA7A 15%, #659900 80%, #A8C97E 100%);
}
#aboutPage section.footer {
  /*background: linear-gradient(270deg, #669900 0%, rgba(102, 153, 0, 0.841807) 9.33%, rgba(102, 153, 0, 0.262651) 86.46%, rgba(102, 153, 0, 0) 103.61%);*/
  padding: 55px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
#aboutPage section.footer .footer__form {
  background-color: white;
  color: black;
  padding: 40px 50px;
}
#aboutPage section.footer .footer__form h3 {
  max-width: 350px;
  text-align: center;
  margin: 0 auto 40px auto;
}
#aboutPage section.footer .footer__form p {
  padding: 0;
  margin: 0;
}
#aboutPage section.footer .footer__form .inputs {
  display: flex;
  flex-direction: column;
}
#aboutPage section.footer .footer__form .inputs input {
  padding: 13px 26px;
  margin: 0 0 25px 0;
  font-size: 16px;
  font-weight: 400;
  width: 100%;
}
#aboutPage section.footer .footer__form .inputs input:first-child {
  margin: 25px 0;
}
#aboutPage section.footer .footer__form .inputs input:last-child {
  margin: 0;
}
#aboutPage section.footer .footer__form .button {
  margin: 40px auto;
}
#aboutPage section.footer .footer__form .policy {
  color: black;
  text-decoration: underline;
}
#aboutPage section.footer .footer__links ul.links {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
#aboutPage section.footer .footer__links ul.links li.link {
  margin: 10px;
}
#aboutPage section.footer .footer__links ul.links li.link a {
  display: flex;
}
#aboutPage section.footer .footer__links ul.links li.link a object {
  pointer-events: none;
  height: 100%;
}
#aboutPage .overlay {
  position: fixed;
  width: 100%;
  height: 100vh;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 999;
}
#aboutPage .overlay .popup {
  position: absolute;
  width: 300px;
  height: 230px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 20px 30px 40px 30px;
  border-radius: 10px;
  background-color: #FFF;
  text-align: center;
}
#aboutPage .overlay .popup img {
  max-width: 100%;
  text-align: center;
  width: 80px;
  vertical-align: middle;
  border-style: none;
  display: inline-block;
}
#aboutPage .overlay .popup .close-popup {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 23px;
  height: 23px;
  cursor: pointer;
}
#aboutPage .overlay .popup .close-popup::after {
  content: "";
  background-color: #000;
  position: absolute;
  height: 1px;
  width: 31px;
  top: 11px;
  transform: rotate(45deg);
  left: -4px;
}
#aboutPage .overlay .popup .close-popup::before {
  content: "";
  background-color: #000;
  position: absolute;
  height: 1px;
  width: 31px;
  top: 11px;
  left: -4px;
  transform: rotate(-45deg);
}
@media (max-width: 1340px) {
  #aboutPage section.contacts .contacts {
    flex-direction: column;
  }
  #aboutPage section.contacts .contacts .contacts__image-container {
    margin: 22px;
  }
}
@media (max-width: 1360px) {
  #aboutPage section.banner {
    padding: 100px 100px 50px 100px;
  }
  #aboutPage .image-container > * {
    width: 300px;
  }
}
@media (max-width: 1150px) {
  #aboutPage .image-container > * {
    width: 200px;
  }
  #aboutPage .mobile-notebook {
    width: 200px;
    height: 150px;
  }
  #aboutPage .footer-wrapper_image-background {
    padding: 0;
    background-size: cover;
  }
  #aboutPage section.footer {
    flex-direction: column-reverse;
    align-content: center;
    padding: 40px 10px 80px 10px;
  }
  #aboutPage section.footer .footer__links {
    margin-top: 40px;
  }
  #aboutPage section.footer .footer__links ul.links {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  #aboutPage section.footer .footer__form {
    padding: 35px 20px;
    margin: 0 auto;
  }
}
@media (max-width: 1024px) {
  #aboutPage .text-container {
    max-width: 500px;
  }
  #aboutPage section {
    padding: 55px;
  }
  #aboutPage .banner-wrapper_image-background {
    background-size: cover;
  }
  #aboutPage section.banner {
    padding: 100px 55px 55px 55px;
  }
  #aboutPage section.table table td.check object,
#aboutPage section.table table td.non-check object {
    height: 24px;
  }
}
@media (max-width: 840px) {
  #aboutPage .text-container {
    max-width: 450px;
  }
}
@media (max-width: 780px) {
  #aboutPage h1 {
    font-size: 32px;
    line-height: 38px;
  }
  #aboutPage h2 {
    font-size: 24px;
    line-height: 31px;
    margin-bottom: 30px;
  }
  #aboutPage h3 {
    font-size: 18px;
    line-height: 21px;
  }
  #aboutPage p {
    font-size: 13px;
    line-height: 23px;
  }
  #aboutPage .text-container {
    max-width: 600px;
  }
  #aboutPage .only-desktop {
    display: none;
  }
  #aboutPage .only-mobile {
    display: flex;
  }
  #aboutPage section {
    justify-content: center;
    padding: 40px 10px;
  }
  #aboutPage .banner-wrapper_gradient-background {
    background: none;
  }
  #aboutPage .banner-wrapper_image-background {
    background-position: top;
    padding: 0;
    background-size: cover;
  }
  #aboutPage section.banner {
    padding: 45px 10px 30px 10px;
    background: linear-gradient(14.82deg, #669900 70.47%, rgba(102, 153, 0, 0.752834) 74.56%, rgba(102, 153, 0, 0.367039) 83.31%, rgba(102, 153, 0, 0) 90.28%);
  }
  #aboutPage section.table {
    flex-direction: column;
  }
  #aboutPage section.table table {
    max-width: 600px;
  }
  #aboutPage section.table table th {
    height: 100%;
    padding: 10px;
    font-size: 13px;
  }
  #aboutPage section.table table th.vertical {
    -ms-writing-mode: tb-lr;
        writing-mode: vertical-lr;
  }
  #aboutPage section.table table td {
    padding: 12px 10px;
  }
  #aboutPage section.table table tr.tariff {
    font-size: 13px;
    line-height: 15px;
  }
  #aboutPage section.table table tr.tariff td.tariff {
    font-size: 11px;
    line-height: 12px;
  }
  #aboutPage section.table table tr.tariff:first-child {
    padding-top: 10px;
  }
  #aboutPage section.table table tr {
    font-size: 11px;
  }
  #aboutPage section.table table tr td ul li {
    font-size: 11px !important;
  }
  #aboutPage section.about .mobile-title {
    display: flex;
  }
  #aboutPage section.about .mobile-title h2 {
    margin: 0 10px 0 0;
  }
  #aboutPage section.about .mobile-title img {
    height: 180px;
  }
  #aboutPage section.reasons .mobile-text {
    display: inline;
  }
  #aboutPage section.reasons .mobile-text object {
    height: 180px;
    float: right;
  }
  #aboutPage section.contacts .contacts .contacts__text-container p {
    font-size: 18px;
    line-height: 21px;
  }
  #aboutPage section.doctor .image-container.only-mobile {
    display: flex;
    justify-content: center;
  }
}/*# sourceMappingURL=styles.css.map */