@import url("https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --font-main: "Fraunces", serif;
  --main-color: #949494;
  --header-color: #333;
  --white-color: #fff;
  --background-color: #f9f9f9;
}

* {
  margin: 0;
  padding: 0;
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

.container {
  max-width: 1223px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}

li {
  list-style: none;
}

.topbar {
  padding: 14px 0px 10px 39px;
  background: #f9f8f8;
}
.topbar .topbar__items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.topbar .topbar__items .topbar__item {
  display: flex;
  align-items: center;
  gap: 15px;
}
.topbar .topbar__items .topbar__item p {
  color: var(--header-color);
  font-family: var(--font-main);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.topbar .topbar__items .topbar__item a {
  color: var(--header-color);
  cursor: pointer;
  font-family: var(--font-main);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.header {
  padding: 20px 0px;
  border: 1px solid #f3f3f3;
  background: #fff;
  position: relative;
}
.header__items {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__items-logo img {
  position: absolute;
  max-width: 10%;
  width: 100%;
  bottom: 1px;
}
.header__items .nav__items {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media (max-width: 768px) {
  .header__items .nav__items {
    display: none;
  }
}
.header__items .nav__items-elements {
  color: #333;
  font-family: var(--font-main);
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.header__items .nav__items-left {
  display: flex;
  align-items: center;
}
.header__items .nav__items-left p {
  color: #333;
  text-align: right;
  font-family: var(--font-main);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.about {
  padding: 100px 0px 90px;
  background-image: url("../assets/img.png");
  background-color: var(--background-color);
  background-size: cover;
  background-position: center;
  width: 100%;
  min-height: 100vh;
  height: auto;
}
.about .about__items {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 500px) {
  .about .about__items {
    justify-content: center;
  }
}
.about .about__item-right {
  padding: 30px 0px;
  width: 50%;
}
@media (max-width: 100px) {
  .about .about__item-right {
    padding: 0px;
  }
}
@media (max-width: 500px) {
  .about .about__item-right {
    width: 100%;
  }
}
.about .about__item-right h2 {
  margin-bottom: 42px;
  color: var(--header-color);
  font-family: var(--font-main);
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px;
}
@media (max-width: 980px) {
  .about .about__item-right h2 {
    font-size: 60px;
    margin-bottom: 30px;
    font-weight: 600;
    line-height: 50px;
  }
}
@media (max-width: 880px) {
  .about .about__item-right h2 {
    font-size: 50px;
    margin-bottom: 20px;
    font-weight: 500;
    line-height: 40px;
  }
}
@media (max-width: 850px) {
  .about .about__item-right h2 {
    font-size: 40px;
    margin-bottom: 10px;
  }
}
@media (max-width: 800px) {
  .about .about__item-right h2 {
    font-size: 30px;
  }
}
@media (max-width: 500px) {
  .about .about__item-right h2 {
    font-size: 25px;
  }
}
.about .about__item-right h2 span {
  color: #78c0de;
}
.about .about__item-right p {
  margin-bottom: 38px;
  color: #949494;
  font-family: var(--font-main);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}
@media (max-width: 500px) {
  .about .about__item-right p {
    font-size: 15px;
    font-weight: 400;
  }
}
.about .about__item-right button {
  padding: 15px 47px;
  border-radius: 3px;
  background-color: var(--header-color);
  color: #fff;
  font-family: var(--font-main);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.about__header {
  background-color: var(--background-color);
  padding: 100px 0px;
  position: relative;
}
.about__header h3 {
  width: 70%;
  margin: 0 auto;
  color: #949494;
  text-align: center;
  font-family: var(--font-main);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 700px) {
  .about__header h3 {
    width: 100%;
  }
}
.about__header img:last-of-type {
  position: absolute;
  right: 15%;
  bottom: 160px;
}
@media (max-width: 800px) {
  .about__header img:last-of-type {
    right: 10%;
    bottom: 80px;
  }
}
@media (max-width: 800px) {
  .about__header img:last-of-type {
    right: 10%;
    bottom: 150px;
  }
}
.about__header p {
  margin-top: 70px;
  color: #333;
  font-family: var(--font-main);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.payment {
  background-color: var(--background-color);
  padding: 130px 0px;
}
.payment h2 {
  text-align: center;
  margin-bottom: 80px;
  color: var(--header-color);
  font-family: var(--font-main);
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 54px;
}
.payment__items {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  -moz-column-gap: 13px;
       column-gap: 13px;
}
@media (max-width: 1000px) {
  .payment__items {
    grid-template-columns: repeat(5, 1fr);
    row-gap: 10px;
  }
}
@media (max-width: 980px) {
  .payment__items {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 850px) {
  .payment__items {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 650px) {
  .payment__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 650px) {
  .payment__items {
    grid-template-columns: repeat(1, 1fr);
  }
}
.payment__items-children {
  display: flex;
  justify-content: center;
  flex-direction: column;
  border-radius: 5px 5px 0 0;
  background: #fff;
  padding: 42px 50px;
}
.payment__items-children p {
  margin-top: 22px;
  color: #333;
  text-align: center;
  font-family: var(--font-main);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}
.payment .primary_check-up {
  width: 100%;
  padding: 42px 8px;
  margin-top: 14px;
  background-color: #fff;
  display: flex;
  align-items: center;
  -moz-column-gap: 28px;
       column-gap: 28px;
}
@media (max-width: 950px) {
  .payment .primary_check-up {
    flex-wrap: wrap-reverse;
    row-gap: 28px;
  }
}
.payment .primary_check-up .primary__check-left {
  border-radius: 5px;
}
@media (max-width: 630px) {
  .payment .primary_check-up .primary__check-left img {
    width: 100%;
  }
}
.payment .primary_check-up .primary__check-right h4 {
  color: #333;
  margin-bottom: 18px;
  font-family: var(--font-main);
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.payment .primary_check-up .primary__check-right p {
  margin-top: 9px;
  color: #949494;
  font-family: var(--font-main);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.payment .primary_check-up .primary__check-right .payment__forms {
  display: flex;
  flex-wrap: wrap;
  margin-top: 34px;
  gap: 21px;
}
.payment .primary_check-up .primary__check-right .payment__forms button {
  padding: 15px 36px;
  border-radius: 3px;
  background: #ffbd54;
  color: #fff;
  font-family: var(--font-main);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: none;
}
.payment .primary_check-up .primary__check-right .payment__forms button:last-of-type {
  background: #333;
}

.form__part {
  padding: 100px 0px;
  background-image: url("../assets/mask__background.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.form__part h3 {
  color: #fff;
  font-family: var(--font-main);
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 32px;
}
@media (max-width: 830px) {
  .form__part h3 {
    font-size: 35px;
  }
}
@media (max-width: 730px) {
  .form__part h3 {
    font-size: 30px;
  }
}
@media (max-width: 630px) {
  .form__part h3 {
    font-size: 28px;
  }
}
.form__part form {
  display: flex;
  align-items: center;
  gap: 21px;
  flex-wrap: wrap;
}
.form__part form input {
  width: 100%;
  max-width: 400px;
  padding: 12px 22px 13px 22px;
  border-radius: 5px;
  background: #fff;
  border: none;
  box-sizing: border-box;
}
.form__part form button {
  padding: 13px 52px;
  border-radius: 3px;
  background: #333;
  border: none;
  color: #fff;
  font-family: var(--font-main);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.productivity {
  padding: 100px 0px;
  background-color: var(--background-color);
}
.productivity h1 {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 80px;
  color: #333;
  font-family: var(--font-main);
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}
.productivity .productivity__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media (max-width: 990px) {
  .productivity .productivity__items {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 890px) {
  .productivity .productivity__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 590px) {
  .productivity .productivity__items {
    grid-template-columns: repeat(1, 1fr);
  }
}
.productivity .productivity__items .productivity__items-children {
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  border: 1px solid #e4e4e2;
  background: #fefefe;
}
.productivity .productivity__items .productivity__items-children .catTwo {
  width: 100%;
  max-width: 305px;
}
.productivity .productivity__items .productivity__items-children .productivity__items-texts {
  padding: 22px;
}
.productivity .productivity__items .productivity__items-children .productivity__items-texts data {
  display: block;
  text-align: right;
  color: #949494;
  font-family: var(--font-main);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.productivity .productivity__items .productivity__items-children .productivity__items-texts h3 {
  margin-bottom: 15px;
  color: #000;
  font-family: var(--font-main);
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
}
.productivity .productivity__items .productivity__items-children .productivity__items-texts p {
  color: #949494;
  font-family: var(--font-main);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.productivity .productivity__items .productivity__items-children .productivity__items-texts .more__about {
  display: flex;
  align-items: center;
  margin-top: 38px;
}

.location {
  display: flex;
  padding: 100px 0;
  background-color: var(--background-color);
}
@media (max-width: 992px) {
  .location {
    flex-direction: column;
  }
}
.location iframe {
  border: none;
}
.location__items {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding-top: 62px;
  padding-left: 160px;
  width: 100%;
  background-repeat: no-repeat;
  background-image: url("../assets/background_fish.png");
  background-size: cover;
}
.location__items-children {
  flex: 1;
}
.location__items-children h3 {
  color: #fff;
  margin-bottom: 14px;
  font-family: var(--font-main);
  font-size: 48px;
  font-weight: 700;
}
.location__items-children p {
  margin-bottom: 29px;
  width: 90%;
  color: #949494;
  font-family: var(--font-main);
  font-size: 16px;
  line-height: 20px;
}
.location__items-children .contact-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 500px;
}
.location__items-children .contact-form input,
.location__items-children .contact-form textarea {
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-family: var(--font-main);
}
.location__items-children .contact-form button {
  margin-top: 30px;
  max-width: 226px;
  width: 100%;
  padding: 14px 0;
  font-size: 16px;
  background-color: #ffbd54;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-family: var(--font-main);
}
.location__items-children .contact-form button:hover {
  background-color: #ffbb4d;
}
.location__items .form__imageform__image {
  flex: 1;
}
.location__items .form__imageform__image img {
  width: 100%;
  max-width: 400px;
  height: auto;
}
@media (max-width: 992px) {
  .location__items {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    text-align: center;
  }
  .location__items-children h3 {
    font-size: 36px;
  }
  .location__items-children p {
    width: 100%;
    font-size: 15px;
  }
  .location__items-children .contact-form {
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
  }
  .location__items .form__imageform__image {
    margin-top: 30px;
  }
  .location__items .form__imageform__image img {
    max-width: 300px;
  }
}
@media (max-width: 576px) {
  .location .contact-form button {
    font-size: 14px;
    padding: 12px 0;
  }
}

.footer {
  padding: 63px 0 23px;
  background-color: var(--background-color);
  border: 1px solid #ebebeb;
}
.footer .footer__items {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}
.footer .footer__items-logo img {
  max-width: 150px;
}
.footer .footer__items-children {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.footer .footer__items-children a {
  color: #333;
  font-family: var(--font-main);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
}
.footer .footer__items-children a:hover {
  text-decoration: underline;
}
.footer .footer__items-children p {
  color: #333;
  font-family: var(--font-main);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.footer .footer__items-children img {
  width: 20px;
  height: 20px;
}
.footer .footer__items-children.days {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.footer .footer__items-children.days img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.footer .footer__items-children.days .days__text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.footer .footer__items-children.days .days__text p {
  margin: 0;
  font-size: 16px;
  color: #333;
  font-family: var(--font-main);
}
.footer .footer__items-children.days .days__text a {
  color: #333;
  text-decoration: none;
  font-family: var(--font-main);
  font-size: 16px;
}
.footer .footer__items-children.days .days__text a:hover {
  text-decoration: underline;
}
.footer .footer__text {
  color: #5c5c5c;
  text-align: right;
  font-family: var(--font-main);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 28px;
  padding-bottom: 23px;
}