/* Home */
.hero {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 38px;
  justify-content: flex-end;
  min-height: 658px;
  width: 100%;
}
.hero__content {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 7px;
  max-width: 355px;
}
.hero__title {
  color: #fff;
  font-family: var(--tpl-font);
  font-weight: 900;
  font-size: 26px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  padding: 10px;
  text-align: center;
  width: 100%;
}
.hero__subtitle {
  color: #fff;
  font-family: var(--tpl-font);
  font-weight: 300;
  font-size: 20px;
  text-align: center;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  padding: 10px 20px;
  width: 100%;
}
.hero__image {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  height: 313px;
  overflow: hidden;
  width: 100%;
}
.hero__image img {
  height: 274px;
  object-fit: contain;
  width: 100%;
}
@media screen and (min-width: 758px) {
  .hero {
    gap: 14px;
  }
  .hero__content {
    gap: 17px;
    max-width: 636px;
  }
  .hero__title {
    font-size: 32px;
  }
  .hero__subtitle {
    font-size: 24px;
  }
  .hero__image {
    height: auto;
    max-width: 673.9998779297px;
  }
  .hero__image img {
    height: 379px;
  }
}
@media screen and (min-width: 1200px) {
  .hero {
    gap: 17px;
  }
  .hero__content {
    max-width: 845px;
  }
  .hero__title {
    font-size: 40px;
    line-height: 65.5px;
  }
  .hero__subtitle {
    font-size: 32px;
    margin-bottom: 18px;
    padding: 10px;
  }
  .hero__image {
    margin-top: 18px;
    max-width: 1157.1262207031px;
  }
  .hero__image img {
    height: 787px;
  }
}

.features {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 21px;
  min-width: 100%;
  width: 100%;
}
.features__content {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0px;
  max-width: 390px;
  width: 100%;
}
.features__title, .features__subtitle {
  text-align: center;
}
.features__list {
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
  justify-content: center;
  margin-top: 30px;
  max-width: 300px;
  width: 100%;
}
.features__item {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 5px;
  justify-content: flex-start;
  height: 100%;
  width: 100%;
}
.features__item svg path {
  fill: var(--primary_color);
}
.features__item-title {
  color: var(--tpl-title-color);
  font-weight: 500;
  font-size: 20px;
}
.features__item-description {
  text-align: center;
}
@media screen and (min-width: 758px) {
  .features__content {
    gap: 10px;
    max-width: 615px;
  }
  .features__list {
    column-gap: 15px;
    row-gap: 25px;
    max-width: fit-content;
  }
  .features__item {
    gap: 10px;
    max-width: 300px;
    min-height: 265px;
  }
  .features__item-title {
    font-size: 24px;
    text-align: center;
  }
  .features__item-description {
    max-width: 240px;
  }
}
@media screen and (min-width: 1200px) {
  .features__content {
    max-width: 1260px;
  }
  .features__title, .features__subtitle {
    max-width: 653px;
  }
  .features__list {
    gap: 20px;
    margin-top: 50px;
    max-width: 1260px;
  }
  .features__item {
    min-height: 210.0014648438px;
  }
}

.professional {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.professional__wrap {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 25px;
  justify-content: center;
  padding: 20px 0 0;
  max-width: 360px;
  width: 100%;
}
.professional__content {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  width: 100%;
}
.professional__title {
  text-align: center;
}
.professional__list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 32px;
}
.professional__item {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  max-width: 300px;
  width: 100%;
}
.professional__item-title {
  color: var(--primary_color);
  font-weight: 500;
  font-size: 20px;
  text-align: left;
}
.professional__item-description {
  padding: 0;
  text-align: left;
}
.professional__image {
  align-items: center;
  display: flex;
  height: 387px;
  justify-content: center;
  position: relative;
  width: 326.412902832px;
}
.professional__image img {
  height: 100%;
}
.professional__image svg {
  left: 31px;
  position: absolute;
  top: 39px;
  z-index: -1;
}
.professional__image svg ellipse {
  fill: var(--primary_color);
}
@media screen and (min-width: 758px) {
  .professional__wrap {
    max-width: 544px;
  }
  .professional__content {
    row-gap: 50px;
  }
  .professional__title {
    font-size: 32px;
    max-width: 416px;
  }
  .professional__item {
    max-width: 500px;
  }
  .professional__item-title {
    font-size: 24px;
  }
  .professional__image {
    height: 591px;
    width: 498px;
  }
  .professional__image svg {
    height: 416.4824523926px;
    left: 48px;
    top: 59px;
    width: 416.4824523926px;
  }
}
@media screen and (min-width: 1200px) {
  .professional__wrap {
    flex-direction: row;
    gap: 33px;
    padding: 53px 0;
    max-width: 1110px;
  }
  .professional__content {
    align-items: flex-start;
    gap: 32px;
    max-width: 646px;
  }
  .professional__title {
    font-size: 40px;
    max-width: 500px;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
  }
  .professional__list {
    justify-content: flex-start;
  }
  .professional__image {
    height: 511px;
    width: 431px;
  }
  .professional__image svg {
    height: 402px;
    left: 21px;
    top: 47px;
    width: 402px;
  }
}

.visit {
  display: flex;
  justify-content: center;
  width: 100%;
}
.visit__wrap {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  width: 100%;
}
.visit__content {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 18px 0 22px;
  max-width: 326px;
  width: 100%;
}
.visit__text {
  text-align: center;
}
.visit__image {
  display: flex;
  height: 350px;
  justify-content: center;
  position: relative;
  width: 100%;
}
.visit__image-main, .visit__image-overlay {
  bottom: 0;
  height: 350px;
  overflow: hidden;
  position: absolute;
  width: 411px;
  z-index: 2;
}
.visit__image-main img {
  display: flex;
  height: auto;
  width: 100%;
}
.visit__image-overlay {
  height: 192px;
  top: 45%;
  width: 120%;
  z-index: -1;
}
.visit__image-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--primary_color);
  mix-blend-mode: color;
  z-index: 0;
}
.visit__image-overlay img {
  height: auto;
  width: 100%;
}
@media screen and (min-width: 758px) {
  .visit__content {
    gap: 50px;
    max-width: 544px;
    padding: 25px 25px 28px;
  }
  .visit__text {
    text-align: left;
  }
  .visit__image {
    height: 366px;
    width: 726px;
  }
  .visit__image-main {
    height: 360px;
  }
  .visit__image-overlay {
    top: 174px;
    width: 550px;
  }
}
@media screen and (min-width: 1200px) {
  .visit__wrap {
    align-items: flex-start;
    flex-direction: row-reverse;
    gap: 50px;
    max-width: 1273px;
    min-height: 638px;
  }
  .visit__content {
    padding: 58px 66px;
  }
  .visit__image {
    height: 638px;
    width: 679px;
  }
  .visit__image-main {
    bottom: 0px;
    height: 605px;
    right: 0;
    width: auto;
  }
  .visit__image-main img {
    height: 100%;
    width: auto;
  }
  .visit__image-overlay {
    height: 100%;
    right: 65px;
    top: 155px;
    width: 627px;
  }
}

.contact {
  background-color: var(--secondary_color);
  display: flex;
  justify-content: center;
  padding: 32px 0 16px;
  width: 100%;
}
.contact__wrap {
  align-items: center;
  background-color: #fff;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 353px;
  width: 100%;
}
.contact__content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 289px;
  padding: 40px 0;
}
.contact__title {
  text-align: center;
}
.contactt__text {
  margin-bottom: 17px;
  text-align: center;
}
.contact__image {
  border-radius: 0 0 20px 20px;
  display: flex;
  height: auto;
  overflow: hidden;
  width: 100%;
}
.contact__image img {
  height: auto;
  width: 100%;
}
@media screen and (min-width: 758px) {
  .contact__wrap {
    max-width: 702px;
  }
  .contact__content {
    align-items: center;
    max-width: 473px;
  }
  .contact__content .btn {
    min-width: 369px;
  }
  .contact__text {
    margin-bottom: 27px;
  }
  .contact__title, .contact__text {
    text-align: left;
    padding-bottom: 0;
    padding-top: 0;
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .contact {
    padding: 48px 0 32px;
  }
  .contact__wrap {
    flex-direction: row;
    justify-content: space-between;
    max-width: 1185px;
  }
  .contact__content {
    max-width: 600px;
    margin-left: 28px;
    padding: 17px 25px;
    width: 100%;
  }
  .contact__image {
    border-radius: 0 20px 20px 0;
    max-width: 585px;
  }
}