@import url("https://fonts.googleapis.com/css2?family=Abhaya+Libre:wght@400;700&family=Open+Sans&display=swap");
:root {
  --computed-full-h: 100%;
  --root-fsize: 16px;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
    ========================================================================== */
/**
* Remove the margin in all browsers.
*/
body {
  margin: 0;
}

/**
* Render the `main` element consistently in IE.
*/
main {
  display: block;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
    ========================================================================== */
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
    ========================================================================== */
/**
* Remove the gray background on active links in IE 10.
*/
a {
  background-color: transparent;
}

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
  font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
* Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
    ========================================================================== */
/**
* Remove the border on images inside links in IE 10.
*/
img {
  border-style: none;
}

/* Forms
    ========================================================================== */
/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input { /* 1 */
  overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select { /* 1 */
  text-transform: none;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
* Correct the padding in Firefox.
*/
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
  vertical-align: baseline;
}

/**
* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
  overflow: auto;
}

/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
    ========================================================================== */
/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
  display: block;
}

/*
* Add the correct display in all browsers.
*/
summary {
  display: list-item;
}

/* Misc
    ========================================================================== */
/**
* Add the correct display in IE 10+.
*/
template {
  display: none;
}

/**
* Add the correct display in IE 10.
*/
[hidden] {
  display: none;
}

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

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  width: 100vw;
  height: 100%;
}

section {
  position: relative;
  margin: 0;
  padding: 0;
}

html {
  box-sizing: content-box;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  line-height: 1.75;
  font-size: var(--root-fsize);
  height: 100%;
}
html h1 {
  font-family: "Abhaya Libre", serif;
  font-size: 2.488rem;
}
@media screen and (min-width: 1024px) {
  html h1 {
    font-size: 4.209rem;
  }
}
html h2, html h3 {
  font-size: 1.266rem;
  font-family: "Abhaya Libre", serif;
}
@media screen and (min-width: 1024px) {
  html h2, html h3 {
    font-size: 1.777rem;
  }
}
html h4 {
  font-size: 1.125rem;
  font-family: "Abhaya Libre", serif;
}
@media screen and (min-width: 1024px) {
  html h4 {
    font-size: 1.333rem;
  }
}
html span {
  color: #f08080;
  font-size: 1.125rem;
}
@media screen and (min-width: 1024px) {
  html span {
    font-size: 1.333rem;
  }
}

html, body {
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

a, a:hover, a:visited, a:link, a:active {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.l-nav, .nav, .is-solid::after {
  flex-direction: row;
  justify-content: space-around;
  align-content: center;
  align-items: center;
  display: flex;
  color: rgb(250, 250, 250);
  transition: background-color 0.6s ease;
  position: fixed;
  z-index: 3;
  top: 0;
  height: 63px;
  width: 100%;
}

.l-hero, .hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  color: rgb(250, 250, 250);
  background-image: url(../static/back-geom.svg);
  background-repeat: no-repeat;
  background-size: cover;
  height: var(--computed-full-h);
}
@media screen and (max-height: 639px) {
  .l-hero, .hero {
    min-height: 540px;
  }
}

.l-about, .contact, .services {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.l-standard-w {
  width: 95vw;
  max-width: 500px;
}
@media screen and (min-width: 768px) {
  .l-standard-w {
    width: 600px;
    max-width: unset;
  }
}
@media screen and (min-width: 1024px) {
  .l-standard-w {
    width: 800px;
  }
}
@media screen and (min-width: 1440px) {
  .l-standard-w {
    width: 850px;
  }
}

.l-head {
  text-align: center;
  font-size: 1.424rem;
  margin: 1rem 0 1rem 0;
}
@media screen and (min-width: 1024px) {
  .l-head {
    font-size: 2.369rem;
  }
}

.l-margin-bottom {
  margin-bottom: 2rem;
}

.l-padding-bottom {
  padding-bottom: 2rem;
}

@media screen and (min-width: 768px) {
  .first-office {
    margin-right: 2rem;
  }
}

.l-anchor {
  position: absolute;
  top: -60px;
}

.l-anchor-team {
  position: absolute;
  top: 720px;
}
@media screen and (min-width: 1024px) {
  .l-anchor-team {
    top: 820px;
  }
}
@media screen and (min-width: 1440px) {
  .l-anchor-team {
    top: 920px;
  }
}

.l-add-top-margin-4 {
  margin-top: 4rem;
}

.l-add-top-margin-2 {
  margin-top: 2rem;
}

.menu {
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  color: rgb(8, 8, 8);
  background-color: rgb(250, 250, 250);
  position: fixed;
  z-index: 3;
  overscroll-behavior: contain;
}
.menu__icon {
  margin: 1rem 2rem 1rem auto;
}
.menu__icon a {
  color: rgb(8, 8, 8);
  opacity: 0.8;
}
.menu__links {
  height: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.menu__links a {
  font-size: 1.2em;
  color: rgb(8, 8, 8);
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  margin-bottom: 1rem;
}
.menu__info {
  height: 20%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-content: center;
  align-items: flex-start;
  margin-bottom: 2rem;
}
.menu__info p {
  margin: 0.2rem;
  font-size: var(--root-fsize);
}
.menu__info p i {
  margin: 0 1rem 0 0;
  color: rgb(8, 8, 8);
  opacity: 0.8;
}

.nav__wr {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .nav__wr {
    display: flex;
    width: 80vw;
    max-width: 1500px;
  }
}
.nav__wr__logo, .nav__wr__logo-white {
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin: 1rem 2rem 1rem 2rem;
}
.nav__wr__logo img, .nav__wr__logo-white img {
  display: flex;
  width: 40px;
}
.nav__wr__logo-white {
  visibility: hidden;
}
@media screen and (min-width: 768px) {
  .nav__wr__logo-white {
    visibility: visible;
  }
}
.nav__wr__icon {
  margin: 1rem 2rem;
}
@media screen and (min-width: 768px) {
  .nav__wr__icon {
    display: none;
  }
}
.nav__wr__icon__a {
  color: rgb(250, 250, 250);
  opacity: 0.8;
}
.nav__wr__links {
  display: none;
}
@media screen and (min-width: 768px) {
  .nav__wr__links {
    display: flex;
  }
  .nav__wr__links a {
    color: inherit;
    transition: box-shadow 0.3s ease;
    min-width: 75px;
    margin: 1rem 1.5rem 1rem 0;
    padding: 0.8rem;
  }
}
.nav__wr__tel {
  display: none;
  color: rgb(8, 8, 8);
  opacity: 0.8;
}
@media screen and (min-width: 1024px) {
  .nav__wr__tel {
    display: flex;
  }
}
.nav__wr__tel__wr {
  flex-direction: row;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  min-width: 200px;
  color: rgb(8, 8, 8);
}
.nav__wr__tel__wr p {
  color: rgb(8, 8, 8);
  margin: 0 0 0 1rem;
}
.nav__wr__tel__wr i {
  opacity: 0.8;
}

.hero__text {
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  display: inherit;
  z-index: 1;
  position: relative;
  height: 100%;
  margin: 0 2em;
}
@media screen and (min-width: 1024px) {
  .hero__text {
    margin: 0;
  }
}
.hero__text__call {
  flex-direction: row;
  justify-content: flex-start;
  align-content: none;
  align-items: none;
  width: 100%;
}
.hero__text__call__box {
  flex-direction: row;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  display: flex;
  width: 100%;
  min-width: 250px;
  margin: 5rem 0 0 0;
}
.hero__text__call__box__phone-icon {
  fill: rgb(250, 250, 250);
  margin: 0 2rem 2rem 1rem;
  opacity: 0.8;
  width: 35%;
  max-width: 100px;
}
.hero__text__call__box div {
  margin: 0 0 2rem 0rem;
  font-size: 1.125rem;
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  .hero__text__call__box div {
    font-size: 1.333rem;
    margin: 0 0 2rem 1rem;
  }
}
.hero__text__call__box div p {
  margin: 0;
}
.hero__ddown-icon {
  padding: 0 0 2rem 0;
  opacity: 0.8;
}
.hero__ddown-icon a {
  color: rgb(250, 250, 250);
}
@media screen and (min-width: 1024px) {
  .hero__img {
    width: 400px;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: bottom;
    z-index: 0;
    position: absolute;
    bottom: 0;
    right: 12%;
  }
}

@media screen and (min-width: 768px) {
  .about__office {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    align-items: center;
  }
}
.about__office__header h2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .about__office__header h2 {
    display: none;
  }
}
.about__office__slides {
  flex-direction: column;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  display: flex;
  border-radius: 5px;
  background-color: white;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 768px) {
  .about__office__slides {
    display: flex;
    height: 720px;
    width: 40vw;
  }
}
@media screen and (min-width: 1024px) {
  .about__office__slides {
    height: 800px;
  }
}
@media screen and (min-width: 1440px) {
  .about__office__slides {
    height: 900px;
  }
}
.about__office__slides__slider {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 100%;
}
.about__office__slides__slider__pic {
  height: auto;
  width: 250px;
  border-radius: 5px;
  margin: 1rem;
  transform: scale(0.97);
  transition: transform 300ms;
}
@media screen and (min-width: 1024px) {
  .about__office__slides__slider__pic {
    width: 350px;
  }
}
.about__office__slides__slider__pic:hover {
  transform: scale(0.94);
}
.about__office__slides__slider__stops {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .about__office__slides__slider__stops {
    display: none;
  }
}
.about__office__slides__slider__stops img {
  width: 15px;
  margin: 6px;
}
.about__office__slides__text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-content: flex-start;
  align-items: flex-start;
  width: 80%;
}
@media screen and (min-width: 768px) {
  .about__office__slides__text {
    height: 400px;
    margin: 1rem 3rem 1rem 3rem;
  }
}
.about__office__slides__text a {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.button {
  margin: 2rem 0rem 1rem 0rem;
  padding: 0.5rem 1.5rem;
  box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  color: black;
}

.button:hover {
  transform: scale(0.97);
  transition: transform 300ms, box-shadow 300ms;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.25);
}

.sqr-fill {
  height: 15px;
  width: 15px;
  border: 1px solid rgb(8, 8, 8);
  border-radius: 3px;
  background-color: rgb(8, 8, 8);
  margin: 0 0.3rem;
}

.sqr {
  height: 15px;
  width: 15px;
  border: 1px solid rgb(8, 8, 8);
  border-radius: 3px;
  margin: 0 0.3rem;
}

.about__team {
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  display: flex;
  margin: 0;
  padding: 2rem 0 2rem 0;
  background-image: url("../static/background-color.svg");
  background-repeat: none;
  background-size: cover;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .about__team h2 {
    display: none;
  }
}
.about__team__wr {
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  display: flex;
}
.about__team__wr__slides {
  flex-direction: column;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  display: flex;
  border-radius: 5px;
  background-color: white;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  height: 950px;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .about__team__wr__slides {
    margin: 1rem 2rem;
    padding: 0 0 2rem 0;
    flex-direction: row;
    height: 500px;
  }
}
@media screen and (min-width: 1024px) {
  .about__team__wr__slides {
    height: 600px;
  }
}
.about__team__wr__slides__slider {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  height: 450px;
}
@media screen and (min-width: 1024px) {
  .about__team__wr__slides__slider {
    height: 100%;
  }
}
.about__team__wr__slides__slider__pic {
  height: auto;
  width: 250px;
  border-radius: 5px;
  margin: 1rem;
  transform: scale(0.97);
  transition: transform 300ms;
}
@media screen and (min-width: 1024px) {
  .about__team__wr__slides__slider__pic {
    width: 350px;
  }
}
.about__team__wr__slides__slider__pic:hover {
  transform: scale(0.94);
}
@media screen and (min-width: 768px) {
  .about__team__wr__slides__slider__pic {
    margin: 1.5rem 2rem 1rem 1.5rem;
  }
}
.about__team__wr__slides__slider i {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  height: 100%;
  width: 250px;
  margin: 1rem;
  color: rgb(8, 8, 8);
  opacity: 0.8;
  transform: scale(0.97);
  transition: transform 300ms;
  margin: 1.5rem 2rem 1rem 1.5rem;
}
@media screen and (min-width: 1024px) {
  .about__team__wr__slides__slider i {
    width: 350px;
  }
}
.about__team__wr__slides__slider i:hover {
  transform: scale(0.94);
}
.about__team__wr__slides__slider__stop {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.about__team__wr__slides__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 100%;
  overflow: scroll;
  max-height: 100%;
}
@media screen and (min-width: 768px) {
  .about__team__wr__slides__text {
    overflow: hidden;
  }
}
.about__team__wr__slides__text__wr {
  width: 80%;
}
.about__team__wr__slides__text__wr a.button {
  width: 60px;
  display: flex;
}
.about__team__wr__slides__text__wr h3 {
  margin: 2rem 0 1rem 0;
}
.about__team__wr__slides__text__wr span {
  color: rgb(8, 8, 8);
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .about__team__wr__slides__text__wr {
    margin: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .about__team__wr__slides__text__wr {
    overflow: hidden;
    margin: 3rem;
  }
}
.about__team__wr__slides__text__wr__hours {
  text-align: left;
  border-spacing: 0;
  border-collapse: collapse;
  margin: 0 0 2rem 0;
  width: 100%;
}
.about__team__wr__slides__text__wr__hours tr th {
  width: 200px;
  padding-bottom: 1rem;
  font-weight: 200;
}
.about__team__wr__slides__text__wr__hours tr td {
  width: 120px;
  padding: 0.2rem 1rem 0 0;
}
.about__team__wr__slides__text__wr__hours tr:nth-child(even) {
  background-color: rgba(85, 82, 250, 0.1490196078);
}
.about__team__wr__slides__text__wr__hours tr td:nth-child(odd) {
  padding-left: 1rem;
}
.about__team__wr__slides__text__wr__hours tr td:nth-child(even) {
  min-width: 100px;
}

.services__bar {
  background-color: #494274;
  width: 100vw;
  height: 1px;
}
.services__wr {
  flex-direction: column;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  display: flex;
  position: relative;
  height: 100%;
}
@media screen and (min-width: 1024px) {
  .services__wr {
    height: 500px;
  }
}
.services__wr__links {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  padding: 2rem 0;
}
@media screen and (min-width: 1024px) {
  .services__wr__links {
    width: 95vw;
    max-width: 500px;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    padding: 4rem 0 0 0;
  }
}
@media screen and (min-width: 1024px) and (min-width: 768px) {
  .services__wr__links {
    width: 600px;
    max-width: unset;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .services__wr__links {
    width: 800px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1440px) {
  .services__wr__links {
    width: 850px;
  }
}
.services__wr__links ul {
  width: 100%;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .services__wr__links ul {
    width: auto;
  }
}
.services__wr__links ul li {
  margin: 0;
  list-style-type: none;
}
.services__wr__links ul li:before {
  font-family: "FontAwesome";
  content: "\f14a";
  color: #494274;
  margin-right: 0.5rem;
  font-size: 1.125rem;
}
@media screen and (min-width: 1024px) {
  .services__wr__links ul li:before {
    font-size: 1.333rem;
  }
}
.services__wr__links a {
  text-transform: none;
  letter-spacing: 0.1rem;
  font-family: "Abhaya Libre", serif;
  font-size: 1.125rem;
  color: rgb(8, 8, 8);
  line-height: 2.5;
}
@media screen and (min-width: 1024px) {
  .services__wr__links a {
    font-size: 1.333rem;
  }
}
.services__wr__links a:hover {
  color: #f08080;
}
.services__wr__card {
  flex-direction: column;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  display: flex;
  border-radius: 5px;
  background-color: white;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
}
@media screen and (min-width: 768px) {
  .services__wr__card {
    z-index: 1;
    position: absolute;
  }
}
.services__wr__card__serv {
  position: relative;
  width: 100vw;
  height: 100vh;
  flex-direction: column;
  overflow-y: scroll;
  max-height: 100%;
}
@media screen and (min-width: 768px) {
  .services__wr__card__serv {
    width: 600px;
    max-width: unset;
    height: 465px;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  }
}
@media screen and (min-width: 1024px) {
  .services__wr__card__serv {
    width: 800px;
  }
}
@media screen and (min-width: 1440px) {
  .services__wr__card__serv {
    width: 850px;
  }
}
.services__wr__card__serv__icon {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-content: center;
  align-items: center;
  margin: 1rem 2rem;
}
.services__wr__card__serv__icon a i {
  color: rgb(8, 8, 8);
  opacity: 0.8;
}
.services__wr__card__serv__text {
  padding: 0.5rem 0 2.5rem 0;
}
.services__wr__card__serv__text p {
  margin: 0 1.5rem 1rem 1.5rem;
}
.services__wr__card__serv__text h4 {
  margin: 0 auto 0.5rem 1.5rem;
}
@media screen and (min-width: 1440px) {
  .services__wr__card__serv__text h4 {
    margin: 2rem auto 0.5rem 1.5rem;
  }
}

.prices {
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  display: flex;
  padding: 2rem 0;
  background-image: url("../static/background-color-rev.svg");
  background-size: cover;
}
.prices__card {
  flex-direction: column;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  display: flex;
  border-radius: 5px;
  background-color: white;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  justify-content: center;
  height: 80%;
  padding-top: 2rem;
}
.prices__card__wr {
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  display: flex;
  width: 90%;
  margin-bottom: 2rem;
}
.prices__card__wr__table, .contact__wr__hours table {
  text-align: left;
  border-spacing: 0;
  border-collapse: collapse;
  margin: 0 0 2rem 0;
}
.prices__card__wr__table tr th, .contact__wr__hours table tr th {
  width: 200px;
  padding-bottom: 1rem;
  font-weight: 200;
}
.prices__card__wr__table tr td, .contact__wr__hours table tr td {
  width: 120px;
  padding: 0.2rem 1rem 0 0;
}
.prices__card__wr__table tr:nth-child(even), .contact__wr__hours table tr:nth-child(even) {
  background-color: rgba(85, 82, 250, 0.1490196078);
}
.prices__card__wr__table tr td:nth-child(odd), .contact__wr__hours table tr td:nth-child(odd) {
  padding-left: 1rem;
}
.prices__card__wr__table tr td:nth-child(even), .contact__wr__hours table tr td:nth-child(even) {
  min-width: 100px;
}
.prices__card__wr__table tr th, .contact__wr__hours table tr th {
  padding: 1rem 0.5rem;
}
@media screen and (min-width: 1024px) {
  .prices__card__wr__table tr th, .contact__wr__hours table tr th {
    padding: 1rem 2rem 1rem 1rem;
  }
}
.prices__card__wr__table tr td, .contact__wr__hours table tr td {
  padding: 0.5rem 0.5rem;
}
@media screen and (min-width: 1024px) {
  .prices__card__wr__table tr td, .contact__wr__hours table tr td {
    padding: 1rem 2rem;
  }
}
.prices__card__wr__info {
  flex-direction: column;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  display: flex;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .prices__card__wr__info {
    width: 80%;
  }
}
@media screen and (min-width: 1024px) {
  .prices__card__wr__info {
    width: 70%;
  }
}
.prices__card__wr__info p {
  flex-direction: column;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  display: flex;
}
.prices__card__wr__info__credit {
  flex-direction: row;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  display: flex;
  width: 100%;
  margin: 1rem 0;
}
.prices__card__wr__info i {
  margin: 0 1rem 0 0;
  color: rgb(8, 8, 8);
  opacity: 0.8;
}

.gallery {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin-bottom: 2rem;
  background-image: url(../static/back-geom.svg);
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: none;
  height: 720px;
}
@media screen and (min-width: 768px) {
  .gallery {
    height: 900px;
  }
}
@media screen and (min-width: 1440px) {
  .gallery {
    height: 700px;
  }
}
.gallery__wr {
  margin: 0 0 2rem 0;
}
@media screen and (min-width: 1024px) {
  .gallery__wr {
    margin: 2rem 0 4rem 0;
  }
}
@media screen and (min-width: 1024px) {
  .gallery__wr {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    align-items: center;
  }
}
.gallery__wr__slides {
  margin: 0 1rem 0 1rem;
}
@media screen and (min-width: 1024px) {
  .gallery__wr__slides {
    display: flex;
  }
}
.gallery__wr__slides__slider__pic {
  width: 90vw;
  max-width: 500px;
  margin: 0 0 1rem 0;
  border-radius: 5px;
}
@media screen and (min-width: 1024px) {
  .gallery__wr__slides__slider__pic {
    width: 300px;
  }
}
.gallery__wr__slides__slider .stopper-box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .gallery__wr__slides__slider .stopper-box {
    display: none;
  }
}
.gallery__wr__slides__slider .stopper-box img {
  width: 15px;
  margin: 0 15px 0 0;
}
.gallery__wr__slogan {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 300px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .gallery__wr__slogan {
    width: 500px;
  }
}

.gallery__wr__slogan::before {
  font-family: "FontAwesome";
  content: "\f5c9";
  color: rgb(250, 250, 250);
  font-size: 2rem;
  opacity: 0.8;
  margin: 1rem 0 1rem 0;
}
@media screen and (min-width: 1024px) {
  .gallery__wr__slogan::before {
    font-size: 2rem;
  }
}

@media screen and (min-width: 1024px) {
  .contact h2 {
    margin-bottom: 4rem;
  }
}
.contact__wr {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin: 2rem 0 0 0;
}
@media screen and (min-width: 1024px) {
  .contact__wr {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-content: flex-start;
    align-items: flex-start;
    height: 100%;
    margin: 0 0 0 0;
  }
}
.contact__wr__hours {
  flex-direction: column;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  display: flex;
  border-radius: 5px;
  background-color: white;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  width: 100%;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1024px) {
  .contact__wr__hours {
    width: 400px;
    height: 900px;
  }
}
.contact__wr__hours__wr {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 80%;
  margin: 2rem 0 0 0;
}
.contact__wr__hours__wr i {
  margin: 1rem 0 1rem 0;
  color: rgb(8, 8, 8);
  opacity: 0.8;
}
.contact__wr__hours table {
  width: 100%;
}
.contact__wr__hours table tr td {
  padding: 0.5rem 0.5rem;
}
@media screen and (min-width: 1024px) {
  .contact__wr__hours table tr td {
    padding: 0.5rem 3rem;
  }
}
.contact__wr__hours table tr td:nth-child(odd) {
  padding-left: 2rem;
}
.contact__wr__hours table tr td:nth-child(even) {
  padding-right: 2rem;
}
.contact__wr__contact {
  flex-direction: column;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  display: flex;
  border-radius: 5px;
  background-color: white;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  width: 100%;
  margin-bottom: 1rem;
}
@media screen and (min-width: 1024px) {
  .contact__wr__contact {
    box-shadow: none;
    width: auto;
  }
}
.contact__wr__contact__phone-head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin: 2rem 0 0 0;
}
.contact__wr__contact__phone-head i {
  margin: 1rem 0 1rem 0;
  color: rgb(8, 8, 8);
  opacity: 0.8;
}
.contact__wr__contact__phone-text {
  margin-bottom: 1rem;
}
@media screen and (min-width: 1024px) {
  .contact__wr__contact__phone-text {
    margin-bottom: 1rem;
  }
}
.contact__wr__contact__phone-text__bar {
  height: 1px;
  background-color: rgb(8, 8, 8);
  margin: 2rem 0 3rem 0;
}
.contact__wr__contact__mail {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.contact__wr__contact__mail__head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.contact__wr__contact__mail__head i {
  margin: 1rem 0 1rem 0;
  color: rgb(8, 8, 8);
  opacity: 0.8;
}
.contact__wr__contact__mail__text {
  font-weight: 600;
  margin-bottom: 1rem;
}

.map {
  display: flex;
  flex-direction: flex-end;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin-top: 2rem;
  width: 100vw;
  height: 60vh;
}
.map iframe {
  height: 100%;
  border: none;
}

footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  background-image: url(../static/back-geom.svg);
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: none;
}
footer h2 {
  margin-top: 0;
}
footer p, footer a {
  font-size: 0.889rem;
  opacity: 0.9;
}
@media screen and (min-width: 1024px) {
  footer p, footer a {
    font-size: 0.75rem;
  }
}
footer .foot-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-content: column;
  align-items: column;
  margin: 2rem 0 0 0;
  width: 90%;
  color: rgb(250, 250, 250);
}
@media screen and (min-width: 1024px) {
  footer .foot-info {
    flex-direction: row;
    justify-content: space-between;
    align-content: column;
    align-items: column;
    width: 80%;
  }
}
footer .foot-info__general {
  margin: 0 0 1rem 0;
}
footer .foot-info__general__tel-head {
  margin: 2rem 0 0 0;
}
footer .foot-info__hours__hours-head {
  margin: 2rem 0 0 0;
}
footer .foot-info__hours a {
  color: rgb(250, 250, 250);
}
footer .foot-info__media__fb {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-content: center;
  align-items: center;
}
footer .foot-info__media__fb i {
  color: rgb(250, 250, 250);
  margin: 1rem 0;
  opacity: 0.8;
  width: 48px;
  height: 48px;
}
@media screen and (min-width: 1024px) {
  footer .foot-info__media__fb i {
    margin: 0;
  }
}
footer .foot-serv {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 100vw;
  background-color: black;
  opacity: 0.3;
  color: rgb(250, 250, 250);
}
footer .foot-serv__wr {
  width: 90%;
}
@media screen and (min-width: 1024px) {
  footer .foot-serv__wr {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 80%;
  }
}
footer .foot-serv__wr a {
  font-size: 0.889rem;
  color: rgb(250, 250, 250);
}
@media screen and (min-width: 1024px) {
  footer .foot-serv__wr a {
    font-size: 0.75rem;
  }
}

.is-fixed {
  overflow: hidden;
}

.is-scrollable {
  overflow: scroll;
}

.is-off {
  display: none;
}

.is-flex {
  display: flex;
}

.is-hidden {
  visibility: hidden;
}

.is-desk {
  display: none;
}
@media screen and (min-width: 1024px) {
  .is-desk {
    display: flex;
  }
}

.is-first {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .is-first {
    margin: 0 1rem 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .is-first {
    margin: 0 2rem 0 0;
  }
}

.is-no-top {
  margin-top: 0;
  padding-top: 0;
}

.is-no-margin {
  margin: 0;
  padding: 0;
}

.is-col-cent {
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.is-col-start {
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: flex-start;
}

.is-light {
  fill: rgb(250, 250, 250);
  color: rgb(250, 250, 250);
  border-color: rgb(250, 250, 250);
}

.is-fill-light {
  background-color: rgb(250, 250, 250);
}

.is-dark {
  fill: rgb(8, 8, 8);
  color: rgb(8, 8, 8);
}

.is-menu {
  flex-direction: column;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
}

.is-trans {
  background-color: rgba(255, 255, 255, 0);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

.is-solid {
  background-color: rgb(255, 255, 255);
}
.is-solid::after {
  content: " ";
  top: 63px;
  background-color: #f08080;
  height: 1px;
  opacity: 1;
}/*# sourceMappingURL=style.css.map */