* {
  font-family: system-ui;
  color: #023a55;
  font-size: 20px;
  box-sizing: border-box;
}
* h1 {
  font-size: 2rem;
}
* h2 {
  font-size: 1.5rem;
  margin: 2rem 0 1rem 0;
}
* body {
  padding: 0;
  margin: 0;
  height: auto;
}
* body .frame-wrapper {
  height: 100%;
  padding: 3rem;
  background-color: #dff1f3;
}
* body .frame-wrapper .main-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  box-shadow: 0px 0px 15px 3px #99b4bb;
  background-color: #dff1f3;
  width: 100%;
  border-radius: 15px;
}
* body .frame-wrapper .main-wrapper .phone-number {
  font-weight: 700;
}
* body .frame-wrapper .main-wrapper .text-size {
  font-size: xx-large;
}
* body .frame-wrapper .main-wrapper .picture-cover {
  height: 85vh;
  padding: 3rem;
}
* body .frame-wrapper .main-wrapper .picture-cover .nav-bar {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
* body .frame-wrapper .main-wrapper .picture-cover .nav-bar .logo {
  display: flex;
  align-items: center;
}
* body .frame-wrapper .main-wrapper .picture-cover .nav-bar .logo div {
  margin-left: 1rem;
}
* body .frame-wrapper .main-wrapper .picture-cover .nav-bar .logo .name {
  font-size: 1.5rem;
  font-weight: bold;
}
* body .frame-wrapper .main-wrapper .picture-cover .nav-bar .menu-button {
  display: none;
}
* body .frame-wrapper .main-wrapper .picture-cover .nav-bar .nav-list ul,
* body .frame-wrapper .main-wrapper .picture-cover .nav-bar .nav-list li {
  display: inline;
}
* body .frame-wrapper .main-wrapper .picture-cover .nav-bar .nav-list li {
  padding: 0.5rem;
}
* body .frame-wrapper .main-wrapper .picture-cover .nav-bar .nav-list li a {
  text-decoration: none;
}
* body .frame-wrapper .main-wrapper .picture-cover .nav-bar .nav-list li:hover {
  background-color: #5c9f93;
  border-radius: 30px;
}
* body .frame-wrapper .main-wrapper .picture-cover .nav-bar .nav-list li:hover a {
  color: #dff1f3;
}
* body .frame-wrapper .main-wrapper .picture-cover .cover {
  height: 86%;
  display: flex;
  box-sizing: border-box;
  flex-wrap: wrap;
}
* body .frame-wrapper .main-wrapper .picture-cover .cover .cover-title {
  justify-content: center;
  display: flex;
  flex-direction: column;
  margin: 0;
  height: 90%;
  width: 50%;
}
* body .frame-wrapper .main-wrapper .picture-cover .cover .cover-title #name-in-cover {
  display: none;
}
* body .frame-wrapper .main-wrapper .picture-cover .cover .cover-image {
  display: flex;
  justify-content: flex-end;
  background-image: url(./images/main-photo.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
  width: 50%;
}
* body .frame-wrapper .main-wrapper .picture-cover .contacts {
  padding: 0;
  height: 17%;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
* body .frame-wrapper .main-wrapper .picture-cover .contacts p {
  text-align: center;
}
* body .frame-wrapper .main-wrapper .picture-cover .contacts .socialIcons {
  display: flex;
  justify-content: center;
}
* body .frame-wrapper .main-wrapper .picture-cover .contacts .socialIcons a {
  text-decoration: none;
  padding: 0.5rem;
  background-color: white;
  margin: 0 5px 5px 5px;
  border-radius: 50%;
}
* body .frame-wrapper .main-wrapper .picture-cover .contacts .socialIcons a i {
  font-size: 2em;
  color: black;
  opacity: 0, 9;
}
* body .frame-wrapper .main-wrapper .picture-cover .contacts .socialIcons a:hover {
  background-color: #023a55;
  transition: 0.5s;
}
* body .frame-wrapper .main-wrapper .picture-cover .contacts .socialIcons a:hover i {
  color: white;
  transition: 0.5s;
}
* body .frame-wrapper .main-wrapper .content {
  background-color: white;
  height: 10rem;
  border-radius: 0 0 15px 15px;
  height: 100%;
  padding: 3rem;
}
* body .frame-wrapper .main-wrapper .content .template-section {
  width: 100%;
  margin-bottom: 3rem;
}
* body .frame-wrapper .main-wrapper .content .template-section h2 {
  text-align: center;
}
* body .frame-wrapper .main-wrapper .content .template-section p {
  text-align: center;
}
* body .frame-wrapper .main-wrapper .content #coworkers-section {
  display: flex;
  flex-direction: column;
}
* body .frame-wrapper .main-wrapper .content #coworkers-section > div {
  display: flex;
  justify-content: center;
  flex: 1;
  flex-wrap: wrap;
}
* body .frame-wrapper .main-wrapper .content #coworkers-section > div .coworker-block {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 3rem;
}
* body .frame-wrapper .main-wrapper .content #coworkers-section > div .coworker-block img {
  width: 290px;
  border-radius: 15px;
}
* body .frame-wrapper .main-wrapper .content #coworkers-section > div .coworker-block ul {
  list-style: none;
}
* body .frame-wrapper .main-wrapper .content #coworkers-section > div .coworker-block ul li:first-child {
  font-size: 25px;
  font-weight: 600;
  list-style: none;
  margin-left: 0;
  margin-bottom: 20px;
}
* body .frame-wrapper .main-wrapper .content #coworkers-section > div .coworker-block ul li {
  display: flex;
  align-items: start;
}
* body .frame-wrapper .main-wrapper .content #coworkers-section > div .coworker-block ul li p {
  margin: 0 0 20px 0;
  text-align: left;
}
* body .frame-wrapper .main-wrapper .content #coworkers-section > div .coworker-block ul li svg {
  margin-right: 15px;
  min-width: 20px;
  min-height: 20px;
}
* body .frame-wrapper .main-wrapper .content .services {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
* body .frame-wrapper .main-wrapper .content .services .service-block {
  aspect-ratio: 1/1;
  flex: 1 1 15%;
  min-width: 6rem;
  max-width: 13rem;
  margin: 0px 2rem;
  background-color: #dff1f3;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}
* body .frame-wrapper .main-wrapper .content .services .service-block img {
  aspect-ratio: 1/1;
  max-width: 40%;
}
* body .frame-wrapper .main-wrapper .content .info-section {
  display: flex;
  justify-content: center;
  background-color: #dff1f3;
  border-radius: 15px;
  flex: 1;
  flex-wrap: wrap;
}
* body .frame-wrapper .main-wrapper .content .info-section div {
  text-align: center;
}
* body .frame-wrapper .main-wrapper .content .prices-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  color: rgba(0, 0, 0, 0.7);
}
* body .frame-wrapper .main-wrapper .content .prices-wrapper .card {
  max-width: 300px;
  background-color: #dff1f3;
  color: #023a55;
  padding: 40px;
  margin: 0 15px;
  border-radius: 10px;
  flex-direction: column;
  display: flex;
  height: 100%;
  min-height: 16rem;
  min-width: 15rem;
  box-shadow: 10px 10px 10px -1px rgba(10, 99, 169, 0.16), 3px 3px 10px -1px #023a55;
}
* body .frame-wrapper .main-wrapper .content .prices-wrapper .card .price-card-title {
  height: 30%;
}
* body .frame-wrapper .main-wrapper .content .prices-wrapper .card h3 {
  margin-bottom: 15px;
}
* body .frame-wrapper .main-wrapper .content .prices-wrapper .card h1 {
  margin-bottom: 10px;
  color: black;
  color: white;
  color: #023a55;
}
* body .frame-wrapper .main-wrapper .content .prices-wrapper .card h1 span {
  font-size: 12px;
  color: #023a55;
}
* body .frame-wrapper .main-wrapper .content .prices-wrapper .card p {
  height: 70%;
  margin: 20px 0;
  color: #023a55;
  font-size: 14px;
  line-height: 1.5;
}
* body .frame-wrapper .main-wrapper .content .pay-button {
  background-color: #023a55;
  color: white;
  padding: 1rem 2rem;
  font-weight: bold;
  border-radius: 10px;
  border: none;
  font-size: 1.5rem;
}
* body .frame-wrapper .main-wrapper .content .pay-button:hover {
  cursor: pointer;
  background-color: #5c9f93;
}
* body .frame-wrapper .main-wrapper .content .footer-section {
  background-color: #dff1f3;
  border-radius: 15px;
  width: 100%;
  box-sizing: border-box;
}
* body .frame-wrapper .main-wrapper .content .footer-section .footerContainer {
  padding: 70px 30px 20px;
}
* body .frame-wrapper .main-wrapper .content .footer-section .footerContainer .socialIcons {
  display: flex;
  justify-content: center;
}
* body .frame-wrapper .main-wrapper .content .footer-section .footerContainer .socialIcons a {
  text-decoration: none;
  padding: 10px;
  background-color: white;
  margin: 10px;
  border-radius: 50%;
}
* body .frame-wrapper .main-wrapper .content .footer-section .footerContainer .socialIcons a i {
  font-size: 2em;
  color: black;
  opacity: 0, 9;
}
* body .frame-wrapper .main-wrapper .content .footer-section .footerContainer .socialIcons a:hover {
  background-color: #023a55;
  transition: 0.5s;
}
* body .frame-wrapper .main-wrapper .content .footer-section .footerContainer .socialIcons a:hover i {
  color: white;
  transition: 0.5s;
}
* body .frame-wrapper .main-wrapper .content .footer-section .footerContainer .footerNav {
  margin: 30px 0;
  display: flex;
  flex-direction: column;
}
* body .frame-wrapper .main-wrapper .content .footer-section .footerContainer .footerNav p {
  width: 100%;
  color: #023a55;
  text-decoration: none;
  font-size: 1.3em;
  transition: 0.5s;
  text-align: center;
  margin: 0;
}
* body .frame-wrapper .main-wrapper .content .footer-section .footerContainer .footerNav p:first-child {
  margin-bottom: 1rem;
}
@media (max-width: 700px) {
  * .footerNav ul {
    flex-direction: column;
  }
  * .footerNav ul li {
    width: 100%;
    text-align: center;
    margin: 10px;
  }
  * .socialIcons a {
    padding: 8px;
    margin: 4px;
  }
}
@media only screen and (max-width: 1120px) {
  * body .frame-wrapper {
    padding: 0;
  }
  * body .frame-wrapper .main-wrapper {
    box-shadow: 0;
    border-radius: 0;
  }
  * body .frame-wrapper .main-wrapper .picture-cover {
    padding: 1rem 2rem;
    box-sizing: border-box;
    background-position-x: center;
    background-position-y: bottom;
    background-size: 70%;
  }
  * body .frame-wrapper .main-wrapper .picture-cover .nav-bar .menu-button {
    display: block;
    text-decoration: none;
    color: wheat;
  }
  * body .frame-wrapper .main-wrapper .picture-cover .nav-bar .nav-list {
    display: none;
  }
  * body .frame-wrapper .main-wrapper .picture-cover .nav-bar .nav-list ul {
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 3rem;
    transform: translateY(1rem);
    background-color: white;
    color: #023a55;
    padding: 0;
  }
  * body .frame-wrapper .main-wrapper .picture-cover .nav-bar .nav-list li {
    padding: 0.5rem;
  }
  * body .frame-wrapper .main-wrapper .picture-cover .cover {
    height: 80%;
  }
  * body .frame-wrapper .main-wrapper .picture-cover .contacts {
    padding: 0;
    height: 15%;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
  }
  * body .frame-wrapper .main-wrapper .picture-cover .contacts .socialIcons {
    display: flex;
    justify-content: center;
  }
  * body .frame-wrapper .main-wrapper .picture-cover .contacts .socialIcons a {
    text-decoration: none;
    padding: 0.5rem;
    background-color: white;
    margin: 0 5px 5px 5px;
    border-radius: 50%;
  }
  * body .frame-wrapper .main-wrapper .picture-cover .contacts .socialIcons a i {
    font-size: 1.5em;
    color: black;
    opacity: 0, 9;
  }
  * body .frame-wrapper .main-wrapper .picture-cover .contacts .socialIcons a:hover {
    background-color: #023a55;
    transition: 0.5s;
  }
  * body .frame-wrapper .main-wrapper .picture-cover .contacts .socialIcons a:hover i {
    color: white;
    transition: 0.5s;
  }
  * body .frame-wrapper .main-wrapper .picture-cover .contacts .footerNav {
    margin: 0;
    display: flex;
    flex-direction: column;
  }
  * body .frame-wrapper .main-wrapper .picture-cover .contacts .footerNav p {
    width: 100%;
    color: #023a55;
    text-decoration: none;
    font-size: 1em;
    transition: 0.5s;
    text-align: center;
    margin: 0;
  }
  * body .frame-wrapper .main-wrapper .picture-cover .contacts .footerNav p:first-child {
    margin-bottom: 0;
  }
  * body .frame-wrapper .main-wrapper .content .services .service-block {
    font-size: 67%;
    margin: 0px 1rem;
  }
  * body .frame-wrapper .main-wrapper .content #prices-section .card:first-child {
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 650px) {
  * body .frame-wrapper {
    padding: 0;
  }
  * body .frame-wrapper .main-wrapper {
    box-shadow: 0;
    border-radius: 0;
  }
  * body .frame-wrapper .main-wrapper .text-size {
    font-size: larger;
  }
  * body .frame-wrapper .main-wrapper .logo .name {
    display: none;
  }
  * body .frame-wrapper .main-wrapper .picture-cover {
    height: 100vh;
  }
  * body .frame-wrapper .main-wrapper .picture-cover .cover .cover-title {
    margin: 0;
    width: 100%;
    height: 60%;
  }
  * body .frame-wrapper .main-wrapper .picture-cover .cover .cover-title h1:first-child {
    display: none;
  }
  * body .frame-wrapper .main-wrapper .picture-cover .cover .cover-title #name-in-cover {
    display: block;
  }
  * body .frame-wrapper .main-wrapper .picture-cover .cover .cover-image {
    background-position: top;
    width: 100%;
    height: 35%;
    min-height: 220px;
  }
  * body .frame-wrapper .main-wrapper .picture-cover .contacts .socialIcons a i {
    font-size: 1.5em;
  }
  * body .frame-wrapper .main-wrapper .content {
    padding: 0;
  }
  * body .frame-wrapper .main-wrapper .content .template-section {
    margin-bottom: 1rem;
  }
  * body .frame-wrapper .main-wrapper .content #coworkers-section > div .coworker-block {
    flex-direction: column;
  }
  * body .frame-wrapper .main-wrapper .content .services {
    flex-wrap: wrap;
  }
  * body .frame-wrapper .main-wrapper .content .services .service-block {
    max-width: 7rem;
    margin-top: 1rem;
  }
  * body .frame-wrapper .main-wrapper .content #about-us-section {
    padding: 0 1rem;
    box-sizing: border-box;
  }
  * body .frame-wrapper .main-wrapper .content .info-section {
    border-radius: 0;
    padding: 1rem 0;
  }
  * body .frame-wrapper .main-wrapper .content .prices-wrapper .card {
    flex: none;
    margin: 0 15rem;
    margin-bottom: 2rem;
  }
  * body .frame-wrapper .main-wrapper .content .footer-section {
    border-radius: 0;
  }
}

/*# sourceMappingURL=styles.css.map */
