@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
body {
  font-family: "Montserrat", sans-serif;
  margin: 0;
  padding: 100px 0 0;
  font-size: 16px;
  color: #2c3e50;
}
@media (min-width: 1200px) {
  body {
    padding-top: 150px;
  }
}

ul, li, ol, dl, dt, dd, form, p, img, video a, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: none;
  border: none;
  box-shadow: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
}

button:focus, video:focus, input:focus, textarea:focus, select:focus, select:focus-visible {
  outline: none !important;
  outline-width: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

::selection {
  background-color: #18889c;
  color: #ffffff;
}

:focus {
  outline: 0 !important;
}

* {
  box-sizing: border-box;
}

a, label, span, ul, input, textarea, button, div, li, ol, p {
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
}

button {
  cursor: pointer;
}

input, select, textarea, button {
  font-family: "Montserrat", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
}

input, textarea {
  font-size: 16px;
}
@media (min-width: 768px) {
  input, textarea {
    font-size: 15px;
  }
}

svg, picture, img {
  display: block;
}

.innerIntro__container, .notice__container, .footer__container {
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

.break {
  display: block;
}

.no-scroll {
  overflow: hidden;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 21;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #ffffff;
}
.header__logo {
  display: block;
}
@media (min-width: 1200px) {
  .header__logo {
    width: 175px;
  }
}
.header__logo__img {
  height: 100px;
  transition: height 0.5s;
}
@media (min-width: 1200px) {
  .header__logo__img {
    height: 150px;
  }
}
.header__navBlock {
  position: fixed;
  top: 0;
  right: -400px;
  z-index: 1;
  width: 100%;
  max-width: 400px;
  height: 100%;
  background-color: #132549;
  padding: 30px;
  transition: right 0.5s;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 1200px) {
  .header__navBlock {
    position: static;
    width: auto;
    height: auto;
    max-width: none;
    background-color: transparent;
    padding: 0;
  }
}
.header__navBlock__closeNav {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.15);
}
@media (min-width: 1200px) {
  .header__navBlock__closeNav {
    display: none;
  }
}
.header__navBlock__closeNav .icon {
  width: 16px;
  height: 16px;
  fill: #ffffff;
}
.header__navBlock__list {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .header__navBlock__list {
    flex-direction: row;
  }
}
.header__navBlock__list__link {
  position: relative;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
  transition: color 0.5s;
}
@media (min-width: 1200px) {
  .header__navBlock__list__link {
    color: #132549;
    margin: 0 40px 0 0;
    text-transform: uppercase;
    padding: 8px 0;
  }
}
.header__navBlock__list__link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #18889c;
  transition: width 0.5s;
}
.header__navBlock__list__link.active {
  color: #18889c;
}
@media (min-width: 1200px) {
  .header__navBlock__list__link.active:before {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .header__navBlock__list__link:hover {
    color: #18889c;
  }
}
@media (min-width: 1200px) {
  .header__navBlock__list__link:hover:before {
    width: 100%;
  }
}
.header__navBlock__list__link:last-child {
  margin: 0;
}
.header__navBlock.visible {
  right: 0;
}
.header__right {
  display: flex;
  align-items: center;
  padding-right: 20px;
}
.header__right__lines {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-right: 20px;
}
@media (min-width: 1200px) {
  .header__right__lines {
    display: none;
  }
}
.header__right__lines__line {
  width: 30px;
  height: 4px;
  border-radius: 10px;
  background-color: #132549;
}
.header__right__lines__line:nth-child(2) {
  margin: 5px 0;
  width: 20px;
}
.header__right__link {
  background-color: #18889c;
  color: #ffffff;
  border-radius: 999px;
  padding: 12px 22px;
  font-size: 15px;
  font-weight: 500;
  transition: background-color 0.5s;
}
@media (min-width: 1200px) {
  .header__right__link {
    padding: 12px 25px;
  }
}
@media (min-width: 1200px) {
  .header__right__link:hover {
    background-color: #132549;
  }
}
.header__nav-shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  display: none;
}
.header.sm-Header {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.header.sm-Header .header__logo__img {
  height: 100px;
}

.footer__top {
  background-color: #F8F3EF;
  padding: 60px 0;
}
@media (min-width: 768px) {
  .footer__top {
    padding: 80px 0;
  }
}
@media (min-width: 1200px) {
  .footer__top {
    padding: 100px 0;
  }
}
.footer__container {
  max-width: 450px;
}
@media (min-width: 768px) {
  .footer__container {
    max-width: 800px;
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 1200px) {
  .footer__container {
    max-width: 1240px;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.footer__company {
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .footer__company {
    padding: 0 20px 40px 0;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .footer__company {
    width: 34%;
    padding: 0 40px 0 0;
  }
}
.footer__company__title {
  font-size: 32px;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 5px;
}
.footer__company__text {
  line-height: 1.5;
  font-size: 15px;
}
.footer__company__social {
  padding-top: 20px;
  display: flex;
}
.footer__company__social__link {
  width: 40px;
  height: 40px;
  border: 1px solid #2c3e50;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.5s;
}
.footer__company__social__link:not(:last-child) {
  margin-right: 10px;
}
.footer__company__social__link .icon {
  width: 18px;
  height: 18px;
  transition: fill 0.5s;
}
@media (min-width: 1200px) {
  .footer__company__social__link:hover {
    border-color: #18889c;
  }
}
@media (min-width: 1200px) {
  .footer__company__social__link:hover .icon {
    fill: #18889c;
  }
}
.footer__contact {
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .footer__contact {
    width: 50%;
    padding: 0 0 40px 20px;
  }
}
@media (min-width: 1200px) {
  .footer__contact {
    width: 23%;
    padding: 0 20px;
  }
}
.footer__contact__title {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 12px;
}
.footer__contact__list {
  padding-bottom: 20px;
}
.footer__contact__list__item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.footer__contact__list__item:not(:last-child) {
  padding-bottom: 15px;
}
.footer__contact__list__item .icon {
  width: 16px;
  height: 16px;
  fill: #2c3e50;
  margin-right: 10px;
}
.footer__contact__list__item .text {
  width: calc(100% - 26px);
  font-size: 15px;
}
.footer__contact__list__item .text a {
  color: #2c3e50;
}
.footer__contact__hrs {
  font-size: 15px;
  line-height: 1.7;
}
.footer__contact__hrs strong {
  font-weight: 500;
}
.footer__quickLinks {
  display: flex;
  flex-direction: column;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .footer__quickLinks {
    width: 50%;
    padding: 0 20px 0 0;
  }
}
@media (min-width: 1200px) {
  .footer__quickLinks {
    width: 170px;
    padding: 0;
  }
}
.footer__quickLinks__link {
  margin-bottom: 12px;
  color: #2c3e50;
  font-size: 15px;
  transition: color 0.5s;
}
@media (min-width: 1200px) {
  .footer__quickLinks__link:hover {
    color: #18889c;
  }
}
.footer__quickLinks__link:last-child {
  margin-bottom: 0;
}
.footer__fb {
  background-color: #ffffff;
  padding: 10px;
  width: 100%;
  max-width: 320px;
}
.footer__last {
  background-color: #132549;
  padding: 15px 85px 15px 20px;
  font-size: 14px;
  color: #ffffff;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .footer__last {
    padding: 20px;
    text-align: center;
  }
}
.footer__last a {
  color: #23c1dd;
  transition: color 0.5s;
}
@media (min-width: 1200px) {
  .footer__last a:hover {
    color: #F8F3EF;
  }
}

.go-to-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 9;
  background-color: #18889c;
  border-radius: 5px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s;
}
@media (min-width: 768px) {
  .go-to-top {
    left: calc(50% - 21px);
    bottom: 50px;
    padding: 15px;
  }
}
.go-to-top.visible {
  opacity: 1;
  pointer-events: all;
}
@media (min-width: 1200px) {
  .go-to-top:hover {
    background-color: #132549;
  }
}
.go-to-top .icon {
  width: 12px;
  height: 12px;
  fill: #ffffff;
  transition: fill 0.5s;
}

.stickyCookies {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 10;
  width: calc(100% - 40px);
  padding: 25px;
  background-color: #18889c;
  color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s;
}
@media (min-width: 576px) {
  .stickyCookies {
    max-width: 500px;
  }
}
.stickyCookies.visible {
  opacity: 1;
  pointer-events: all;
}
.stickyCookies__text {
  font-size: 14px;
  line-height: 1.6;
}
.stickyCookies__btns {
  display: flex;
  flex-wrap: wrap;
  padding-top: 15px;
}
.stickyCookies__btns__link {
  padding: 9px 15px 8px;
  border-radius: 4px;
  font-size: 13px;
  cursor: pointer;
  color: #132549;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.5s, color 0.5s;
}
.stickyCookies__btns__link--link1 {
  background-color: #F8F3EF;
  margin-right: 10px;
}
.stickyCookies__btns__link--link2 {
  background-color: #ffffff;
}
@media (min-width: 1200px) {
  .stickyCookies__btns__link:hover {
    background-color: #132549;
    color: #ffffff;
  }
}

.notice {
  left: 0;
  width: 100%;
  padding-top: 60px;
  background-color: #F8F3EF;
}
@media (min-width: 768px) {
  .notice {
    padding-top: 80px;
  }
}
@media (min-width: 1200px) {
  .notice {
    padding-top: 100px;
  }
}
.notice__center {
  background-color: #ffffff;
  color: #a80505;
  border-radius: 10px;
  padding: 20px;
}
@media (min-width: 1200px) {
  .notice__center {
    margin: 0 150px;
    padding: 30px;
  }
}
.notice__title {
  font-size: 18px;
  padding-bottom: 5px;
  font-weight: 500;
}
@media (min-width: 1200px) {
  .notice__title {
    font-size: 20px;
  }
}
.notice p {
  font-size: 15px;
  line-height: 1.4;
}

.innerIntro {
  background-color: #F8F3EF;
  padding: 50px 0;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .innerIntro {
    margin-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .innerIntro {
    margin-bottom: 100px;
  }
}
@media (min-width: 768px) {
  .innerIntro__container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
}
.innerIntro h1 {
  font-size: 36px;
  font-weight: 500;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .innerIntro h1 {
    padding-bottom: 0;
    font-size: 44px;
  }
}
@media (min-width: 1200px) {
  .innerIntro h1 {
    font-size: 52px;
  }
}
.innerIntro__breadCrumb {
  font-size: 15px;
}
.innerIntro__breadCrumb a {
  color: #18889c;
}
@media (min-width: 1200px) {
  .innerIntro__breadCrumb a:hover {
    text-decoration: underline;
  }
}
.innerIntro__breadCrumb span {
  color: #132549;
  font-weight: 600;
}

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