/*! 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;
  font-family: 'Poppins', sans-serif;
  font-size: 62.5%;
}

/**
   * 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;
  color: #143348;
}

h2 {
  font-size: 35px;
  color: #143348;
  letter-spacing: 4px;
}

h3 {
  font-size: 32px;
  color: #143348;
}

h4 {
  font-size: 27px;
  color: #143348;
}

p {
  font-size: 20px;
  color: #747171;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: auto;
  /* 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 {
  -webkit-box-sizing: border-box;
          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'] {
  -webkit-box-sizing: border-box;
          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;
}

/* scrollbar settings*/
::-webkit-scrollbar {
  background: white;
  width: 0.8em;
}

::-webkit-scrollbar-track {
  background: #cbe2ec;
  opacity: 0.1;
}

::-webkit-scrollbar-thumb {
  border-radius: 1em;
  background: #143348;
}

/* MEDIA QUERY SETTINGS*/
.naKiedy {
  margin: auto;
  width: 90%;
  justify-items: center;
}

.naKiedy #naKiedyWidget {
  background-color: beige;
}

/* navbar items animations */
/*scroll to top */
#topBtn {
  z-index: 100;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 10px;
  background: transparent;
  background-image: url(/img/double-up-arrow.png);
  background-size: cover;
}

#topBtn img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
}

@media screen and (max-width: 475.98px) {
  #topBnt {
    display: none;
    background-color: aquamarine;
    height: 20px;
    width: 20px;
    background-image: url(/img/double-up-arrowsmall.png);
  }
}

/*open animationa */
.loader-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 3;
  position: fixed;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #143348;
  width: 100%;
  height: 100%;
}

.loader-container .loader {
  width: 70px;
  height: 70px;
  border: 5px solid;
  color: #3498db;
  border-radius: 50%;
  border-top-color: transparent;
  -webkit-animation: loader 1s linear infinite;
          animation: loader 1s linear infinite;
}

@-webkit-keyframes loader {
  25% {
    color: turquoise;
  }
  50% {
    color: violet;
  }
  75% {
    color: aquamarine;
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes loader {
  25% {
    color: turquoise;
  }
  50% {
    color: violet;
  }
  75% {
    color: aquamarine;
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

header {
  max-width: 1500px;
  min-width: 180px;
  width: 90%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 7em;
}

header .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .logo .logo-img {
  margin-right: 10px;
  width: 50px;
}

header .logo H3 {
  font-size: 2em;
  color: #143348;
}

header .nav-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .nav-container .nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .nav-container .nav-link li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-margin-start: 40px;
          margin-inline-start: 40px;
  font-size: 2em;
}

header .nav-container .nav-link li a {
  text-decoration: none;
  padding: 5px;
  color: #143348;
}

header .nav-container .nav-link li button {
  border-style: solid;
  border-style: none;
  border-radius: 7px;
  background-color: #1e7ea8;
  color: white;
  height: 1.8rem;
  width: 7rem;
}

header .nav-container .nav-link li button:hover {
  content: '';
  background-color: #143348;
}

header .nav-container .nav-link li button button:hover {
  background-color: #1e7ea8;
}

header .burger {
  display: none;
}

@media screen and (max-width: 991.98px) {
  header .logo .logo-img {
    width: 40px;
  }
  header .logo h3 {
    font-size: 1.8em;
  }
  header .nav-container .nav-link li {
    font-size: 1.6em;
    -webkit-margin-start: 25px;
            margin-inline-start: 25px;
  }
  header .nav-container .nav-link li button {
    height: 1.5rem;
    width: 6rem;
  }
}

@media screen and (max-width: 767.98px) {
  header {
    width: 90%;
    margin: auto;
  }
  header .nav-container {
    opacity: 0.97;
    right: 0;
    margin: auto;
    top: 6em;
    background-color: #ffffff;
    position: absolute;
    width: 100vw;
  }
  header .nav-container .nav-link {
    padding: 0;
    width: 100vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1em;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .nav-container .nav-link li {
    width: 50vw;
    margin: 16px 0;
  }
  header .nav-container .nav-link a,
  header .nav-container .nav-link button {
    margin: auto;
  }
  header .burger {
    display: unset;
    position: relative;
    top: 1.9em;
    right: 10px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  header .burger div {
    background-color: #143348;
    height: 3px;
    width: 45px;
    margin: 6px;
  }
}

@media screen and (max-width: 475.98px) {
  header {
    height: 7em;
  }
  header .logo .logo-img {
    width: 27px;
  }
  header .logo h3 {
    font-size: 1.4em;
  }
  .burger {
    left: 0;
    position: relative;
  }
}

.hero-image {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-image: url(/img/AdobeStock_183449275-mcompress.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 65vh;
  min-height: 700px;
}

.hero-image .hero-container {
  width: 90%;
  max-width: 1500px;
  margin: auto;
}

.hero-image .hero-container .hero-text-container {
  max-width: 70em;
  width: auto;
}

.hero-image .hero-container .hero-text-container h1 {
  color: white;
  font-size: 5.5em;
  margin: 0px;
  letter-spacing: 7px;
  text-transform: uppercase;
}

.hero-image .hero-container .hero-text-container h4 {
  color: #cecbcb;
  margin-top: 5px;
  letter-spacing: 4px;
}

.hero-image .hero-container .hero-text-container p {
  color: #a8a3a3;
  font-size: 1.8em;
  margin-bottom: 40px;
  width: 80%;
}

.hero-image .hero-container .hero-text-container button {
  border-style: solid;
  border-style: none;
  border-radius: 7px;
  background-color: #1e7ea8;
  height: 3rem;
  width: 40%;
  font-size: 2em;
  color: white;
}

.hero-image .hero-container .hero-text-container button:hover {
  content: '';
  background-color: #143348;
}

@media screen and (max-width: 1199.98px) {
  .hero-image .hero-container .hero-text-container h1 {
    font-size: 3.8em;
  }
  .hero-image .hero-container .hero-text-container h4 {
    font-size: 17px;
  }
  .hero-image .hero-container .hero-text-container p {
    width: 60%;
  }
  .hero-image .hero-container .hero-text-container button {
    height: 2.2rem;
    width: 35%;
    font-size: 1.8em;
  }
}

@media screen and (max-width: 767.98px) {
  .hero-image {
    background-image: url(/img/docotr-mcompress-mini.jpg);
    background-position: center top;
    background-size: cover;
  }
  .hero-image .hero-container {
    width: 100%;
  }
  .hero-image .hero-container .hero-text-container {
    padding: 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .hero-image .hero-container .hero-text-container h1,
  .hero-image .hero-container .hero-text-container h4 {
    width: 100%;
    color: white;
    text-align: center;
  }
  .hero-image .hero-container .hero-text-container h1 {
    letter-spacing: 5px;
    margin: 20px 0;
    font-size: 3.5em;
  }
  .hero-image .hero-container .hero-text-container h4 {
    width: 50%;
    color: #cecbcb;
    margin-top: 5px;
    font-size: 1.4em;
    margin-bottom: 20vh;
  }
  .hero-image .hero-container .hero-text-container p {
    display: none;
  }
  .hero-image .hero-container .hero-text-container button {
    font-size: 1.5em;
    max-height: 1.8rem;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    letter-spacing: 2px;
    margin: 20px;
    width: 50%;
    border: solid 1px;
    border-color: #ffff;
  }
}

@media screen and (max-width: 475.98px) {
  .hero-image {
    height: 100vh;
  }
  .hero-image .hero-container .hero-text-container {
    margin: auto;
    padding: 0;
  }
  .hero-image .hero-container .hero-text-container h1 {
    width: 90%;
    letter-spacing: 0.1em;
    font-size: 2.5em;
  }
  .hero-image .hero-container .hero-text-container h4 {
    width: 80%;
    font-size: 1.2em;
  }
  .hero-image .hero-container .hero-text-container p {
    display: none;
  }
}

.block-3col {
  width: 90%;
  max-width: 1500px;
  margin: auto;
  max-width: 1700px;
  margin-top: 100px;
  margin-bottom: 200px;
}

.block-3col .block-text {
  right: 20px;
  width: 80%;
  margin: auto;
}

.block-3col .block-text h2 {
  text-align: center;
  font-weight: bold;
  font-size: 4em;
  letter-spacing: 5px;
}

.block-3col .block-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  list-style-type: none;
  text-align: center;
  vertical-align: middle;
  justify-items: center;
  padding: 0;
  width: 90%;
  gap: 40px;
  margin: auto;
  margin-top: 100px;
}

.block-3col .block-section li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  text-align: center;
  vertical-align: middle;
  height: 300px;
  margin: auto;
}

.block-3col .block-section li img {
  margin-top: 40px;
  width: 70px;
  height: 70px;
}

.block-3col .block-section li h4 {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  height: 65px;
  font-size: 2.8em;
}

.block-3col .block-section li p {
  margin: auto;
  width: 80%;
  font-size: 2em;
  text-align: center;
}

@media screen and (max-width: 991.98px) {
  .block-3col {
    padding: 120px 0;
    margin: auto;
  }
  .block-3col .block-section li h4 {
    text-align: center;
    -ms-flex-line-pack: center;
        align-content: center;
    height: 66px;
    font-size: 2.5em;
    margin-bottom: 10px;
  }
  .block-3col .block-section li p {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 767.98px) {
  .block-3col {
    padding: 0;
    margin: 100px 0;
    width: 100%;
  }
  .block-3col .block-text {
    margin-bottom: 50px;
    width: 80%;
    margin: auto;
  }
  .block-3col .block-text h2 {
    text-align: center;
    color: #000;
    font-size: 2.4em;
  }
  .block-3col .block-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    list-style-type: none;
    margin: auto;
    padding: 0;
  }
  .block-3col .block-section li {
    margin-top: 30px;
    width: 80%;
    text-align: center;
  }
  .block-3col .block-section li img {
    margin: 10px;
    width: 50px;
    height: 50px;
  }
  .block-3col .block-section li h4 {
    font-size: 2em;
    height: 25px;
  }
  .block-3col .block-section li p {
    margin: auto;
    width: 90%;
    font-size: 1.7em;
  }
}

@media screen and (max-width: 475.98px) {
  .block-3col .block-section li h4 {
    height: 50px;
  }
}

.gabinetbackground {
  position: relative;
  background-color: #dbf0f3;
  padding-top: 100px;
  padding-bottom: 50px;
}

.gabinetbackground .shape1,
.gabinetbackground .shape2 {
  background: #dbf0f3;
  position: absolute;
  height: 30em;
  width: 50em;
  z-index: -1;
  bottom: -4em;
}

.gabinetbackground .shape1 {
  right: 50%;
  -webkit-transform: skew(0, 10deg);
          transform: skew(0, 10deg);
}

.gabinetbackground .shape2 {
  left: 50%;
  -webkit-transform: skew(0, -10deg);
          transform: skew(0, -10deg);
}

.gabinetbackground .gabinet-section1 {
  width: 90%;
  max-width: 1500px;
  margin: auto;
  max-width: 1350px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.gabinetbackground .gabinet-section1 .gabinet-text {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.gabinetbackground .gabinet-section1 .gabinet-text .block-line {
  width: 100px;
  height: 5px;
  background-color: #57ECBF;
}

.gabinetbackground .gabinet-section1 .gabinet-text h2 {
  margin-top: 15px;
  font-size: 3em;
  letter-spacing: 5px;
}

.gabinetbackground .gabinet-section1 .gabinet-text p {
  max-width: 90%;
}

.gabinetbackground .gabinet-section1 .gabinet-text .gabinet-rej {
  margin-top: 100px;
}

.gabinetbackground .gabinet-section1 .gabinet-text .gabinet-rej h4 {
  color: #1e7ea8;
  font-size: 2.6em;
  letter-spacing: 3px;
}

.gabinetbackground .gabinet-section1 .gabinet-text .gabinet-rej button {
  border-style: solid;
  border-style: none;
  border-radius: 7px;
  background-color: #1e7ea8;
  margin-left: 160px;
  font-size: 1.8em;
  background-color: white;
  border: solid 1px;
  color: #1e7ea8;
  border-color: #1e7ea8;
  width: 300px;
  height: 40px;
}

.gabinetbackground .gabinet-section1 .gabinet-text .gabinet-rej button:hover {
  content: '';
  background-color: #143348;
}

.gabinetbackground .gabinet-section1 .gabinet-text .gabinet-rej button:hover {
  color: white;
  border-color: #1e7ea8;
}

.gabinetbackground .gabinet-section1 img {
  width: 400px;
}

.gabinet-section2 {
  width: 90%;
  max-width: 1500px;
  margin: auto;
  max-width: 1350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.gabinet-section2 .hours {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  margin: 250px 0;
}

.gabinet-section2 .hours .block-line {
  width: 100px;
  height: 5px;
  background-color: #57ECBF;
}

.gabinet-section2 .hours h2 {
  font-size: 3em;
}

.gabinet-section2 .hours h4 {
  margin: 0;
  padding: 10px 0;
  font-size: 2.2em;
}

.gabinet-section2 .gabinet-img2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}

.gabinet-section2 .gabinet-img2 img {
  margin-top: 100px;
  padding: 100px 0;
  width: 350px;
}

/*MEDIA QUERY SETTINGS*/
@media screen and (max-width: 1199.98px) {
  .gabinetbackground .shape1,
  .gabinetbackground .shape2 {
    height: 20em;
    width: 35em;
    bottom: -3em;
  }
  .gabinetbackground .gabinet-section1 {
    height: auto;
  }
  .gabinetbackground .gabinet-section1 .gabinet-text .gabinet-rej button {
    margin-left: 0;
  }
  .gabinet-section2 .gabinet-img2 img {
    width: 300px;
  }
}

@media screen and (max-width: 991.98px) {
  .gabinetbackground {
    padding-top: 35px;
    padding-bottom: 20px;
  }
  .gabinetbackground .gabinet-section1 {
    height: 600px;
  }
  .gabinetbackground .gabinet-section1 .gabinet-text {
    position: relative;
    margin: 20px 0;
    width: 60%;
  }
  .gabinetbackground .gabinet-section1 .gabinet-text h2 {
    font-size: 3em;
  }
  .gabinetbackground .gabinet-section1 .gabinet-text p {
    max-width: 100%;
    margin-bottom: 10px;
  }
  .gabinetbackground .gabinet-section1 .gabinet-text .gabinet-rej {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 170%;
    margin-top: 400px;
  }
  .gabinetbackground .gabinet-section1 .gabinet-text .gabinet-rej h4 {
    margin: 30px 0;
    text-align: center;
  }
  .gabinetbackground .gabinet-section1 .gabinet-text .gabinet-rej button {
    margin: auto;
    width: 50%;
  }
  .gabinetbackground .gabinet-section1 img {
    max-width: 270px;
    max-height: 430px;
  }
  .gabinet-section2 {
    padding-top: 100px;
    padding-bottom: 90px;
  }
  .gabinet-section2 .gabinet-img2 {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .gabinet-section2 .gabinet-img2 img {
    margin: auto;
    padding: 0;
  }
}

@media screen and (max-width: 767.98px) {
  .gabinetbackground {
    padding-top: 30px;
  }
  .gabinetbackground .shape1,
  .gabinetbackground .shape2 {
    height: 10em;
    width: 14em;
    bottom: -1em;
  }
  .gabinetbackground .gabinet-section1 {
    margin-bottom: 0px;
    height: 550px;
  }
  .gabinetbackground .gabinet-section1 .gabinet-text H2 {
    font-size: 2.4em;
  }
  .gabinetbackground .gabinet-section1 .gabinet-text p {
    font-size: 1.6em;
  }
  .gabinetbackground .gabinet-section1 .gabinet-text .gabinet-rej {
    margin-top: 350px;
  }
  .gabinetbackground .gabinet-section1 .gabinet-text .gabinet-rej h4 {
    font-size: 2em;
  }
  .gabinetbackground .gabinet-section1 .gabinet-text .gabinet-rej button {
    font-size: 1.5em;
  }
  .gabinetbackground .gabinet-section1 img {
    margin-top: 50px;
    max-width: 180px;
    max-height: 260px;
  }
  .gabinet-section2 {
    padding-bottom: 0;
    padding-top: 50px;
    position: relative;
  }
  .gabinet-section2 .hours {
    margin-bottom: 70px;
  }
  .gabinet-section2 .hours .block-line {
    margin-top: 100px;
  }
  .gabinet-section2 .hours h2 {
    font-size: 2.4em;
    margin-bottom: 50px;
  }
  .gabinet-section2 .hours h4 {
    font-size: 1.8em;
    margin: 2px 0px;
    padding: 10px;
    margin: 0;
    text-align: center;
  }
  .gabinet-section2 .gabinet-img2 {
    width: 100%;
    position: absolute;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .gabinet-section2 .gabinet-img2 img {
    width: 215px;
  }
}

@media screen and (max-width: 475.98px) {
  .gabinetbackground {
    padding-top: 20px;
  }
  .gabinetbackground .gabinet-section1 {
    position: relative;
    height: auto;
  }
  .gabinetbackground .gabinet-section1 .gabinet-text {
    width: 100%;
  }
  .gabinetbackground .gabinet-section1 .gabinet-text H2 {
    font-size: 2.4em;
  }
  .gabinetbackground .gabinet-section1 .gabinet-text p {
    width: 100%;
    font-size: 1.6em;
  }
  .gabinetbackground .gabinet-section1 .gabinet-text .gabinet-rej {
    margin-top: 30px;
    position: relative;
    width: 100%;
  }
  .gabinetbackground .gabinet-section1 .gabinet-text .gabinet-rej h4 {
    font-size: 1.8em;
    width: 100%;
  }
  .gabinetbackground .gabinet-section1 img {
    display: none;
    top: 350px;
    left: 0;
    position: absolute;
    max-height: 400px;
    max-width: 200px;
  }
  .gabinet-section2 {
    padding-top: 10px;
    padding-bottom: 0;
  }
  .gabinet-section2 .hours {
    width: 100%;
    margin: 130px 0;
    margin-bottom: 70px;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .gabinet-section2 .hours h2 {
    font-size: 2.4em;
    margin-bottom: 50px;
    width: 50%;
  }
  .gabinet-section2 .hours h4 {
    padding: 5px;
    margin: 0;
    text-align: center;
    font-size: 1.8em;
  }
  .gabinet-section2 .gabinet-img2 {
    position: absolute;
    width: 100%;
  }
  .gabinet-section2 .gabinet-img2 img {
    padding: 30px 0;
    width: 150px;
  }
}

.aboutmebackground {
  position: relative;
  background-color: #dbf0f3;
}

.aboutmebackground .shape1,
.aboutmebackground .shape2 {
  background: #dbf0f3;
  position: absolute;
  height: 30em;
  width: 50em;
  z-index: -1;
  bottom: -4em;
}

.aboutmebackground .shape1 {
  right: 50%;
  -webkit-transform: skew(0, 10deg);
          transform: skew(0, 10deg);
}

.aboutmebackground .shape2 {
  left: 50%;
  -webkit-transform: skew(0, -10deg);
          transform: skew(0, -10deg);
}

.aboutmebackground .aboutme-section {
  overflow: hidden;
  width: 90%;
  max-width: 1500px;
  margin: auto;
  max-width: 1350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.aboutmebackground .aboutme-section .about-text {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.aboutmebackground .aboutme-section .about-text .block-line {
  margin-top: 80px;
  width: 100px;
  height: 5px;
  background-color: #57ECBF;
}

.aboutmebackground .aboutme-section .about-text h2 {
  font-size: 3em;
  margin-bottom: 50px;
}

.aboutmebackground .aboutme-section .about-text p {
  max-width: 600px;
  width: 80%;
  margin-top: 10px;
}

.aboutmebackground .aboutme-section .about-img {
  border-radius: 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 100px 0;
  max-height: 380px;
}

@media screen and (max-width: 1199.98px) {
  .aboutmebackground .shape1,
  .aboutmebackground .shape2 {
    height: 20em;
    width: 35em;
    bottom: -3em;
  }
  .aboutmebackground .aboutme-section .about-text p {
    width: 90%;
  }
  .aboutmebackground .aboutme-section .about-img {
    padding-top: 160px;
    height: 300px;
  }
}

@media screen and (max-width: 767.98px) {
  .aboutmebackground .shape1,
  .aboutmebackground .shape2 {
    height: 10em;
    width: 14em;
    bottom: -1em;
  }
  .aboutmebackground .aboutme-section {
    width: 90%;
    max-width: 1500px;
    margin: auto;
  }
  .aboutmebackground .aboutme-section .about-text {
    padding: 60px 0;
    padding-top: 20px;
  }
  .aboutmebackground .aboutme-section .about-text .block-line {
    margin-top: 0px;
  }
  .aboutmebackground .aboutme-section .about-text h2 {
    font-size: 2.4em;
  }
  .aboutmebackground .aboutme-section .about-text p {
    text-justify: inter-character;
    width: 100%;
    font-size: 1.6em;
    max-width: unset;
  }
  .aboutmebackground .aboutme-section .about-img {
    display: none;
    padding-top: 190px;
    height: 250px;
  }
}

@media screen and (max-width: 475.98px) {
  .aboutmebackground {
    padding: 20px 0;
  }
}

.contact-container {
  max-width: 1350px;
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 100px 0;
}

.contact-container .block-line {
  width: 100px;
  height: 5px;
  background-color: #57ECBF;
}

.contact-container .contact-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  padding: 0;
}

.contact-container .contact-columns li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  min-width: 270px;
  padding: 80px 4px;
  justify-items: center;
}

.contact-container .contact-columns li img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 35px;
  padding: 20px;
}

.contact-container .contact-columns li h3 {
  font-size: 2.6em;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px;
}

.contact-container .contact-columns li p {
  margin: 5px;
  font-size: 2em;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.contact-container .contact-columns li span {
  font-size: 1.1em;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.contact-container h3 {
  margin: auto;
  padding: 50px 0;
}

@media screen and (max-width: 991.98px) {
  .contact-container .contact-columns li {
    padding: 40px 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 200px;
            flex: 1 1 200px;
  }
  .contact-container .contact-columns li h3 {
    font-size: 2.2em;
  }
  .contact-container .contact-columns li p {
    font-size: 1.8em;
  }
  .contact-container .contact-columns li span {
    font-size: 1.1em;
  }
}

@media screen and (max-width: 767.98px) {
  .contact-container h2 {
    font-size: 2.4em;
  }
  .contact-container .contact-columns li h3 {
    font-size: 2em;
  }
  .contact-container .contact-columns li p {
    font-size: 1.6em;
  }
  .contact-container .contact-columns li span {
    font-size: 1em;
  }
}

@media screen and (max-width: 475.98px) {
  .contact-container {
    padding: 100px 0;
  }
  .contact-container h2 {
    font-size: 2.4em;
  }
  .contact-container .contact-columns li h3 {
    font-size: 2em;
  }
  .contact-container .contact-columns li p {
    font-size: 1.6em;
  }
  .contact-container .contact-columns li span {
    font-size: 1em;
  }
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  background-color: #143348;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer p {
  margin: auto;
  font-size: 1.2em;
  text-align: center;
  color: #858181;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767.98px) {
  .footer p {
    font-size: 1em;
  }
}
/*# sourceMappingURL=style.css.map */