@charset "UTF-8";
.c-link {
  display: flex;
  align-items: center;
  gap: 15px;
}
.c-link img {
  max-width: 26px;
}

.c-header__contact {
  border-radius: 20px;
  display: flex;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 30px;
  position: fixed;
  z-index: 20;
}
.c-header__contact .phone {
  background: #a3c9d9;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.c-header__contact div {
  background: #0d4c73;
  padding: 10px 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  flex: 1 0 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  font: normal normal normal 12px/14px Roboto Mono;
  letter-spacing: 0px;
  color: #ffffff;
  text-transform: uppercase;
  z-index: 20;
}

.c-title h3 {
  font-size: 30px;
  letter-spacing: 1.5px;
  font-weight: 400;
  line-height: 35px;
  color: #ffffff;
}
@media (max-width: 768px) {
  .c-title h3 {
    font: normal normal normal 17px/20px Roboto Mono;
    letter-spacing: 0.85px;
  }
}
.c-title h3 span {
  color: #dfeef4;
}
.c-title h4 {
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
  color: #ffffff;
}
.c-title h4 span {
  color: #dfeef4;
}

.c-title-blog h2 {
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
  color: #000000;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .c-title-blog h2 {
    font: normal normal normal 16px/18px Roboto Mono;
  }
}
.c-title-blog h3 {
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  color: #000000;
}
@media (max-width: 768px) {
  .c-title-blog h3 {
    font: normal normal normal 13px/14px Roboto Mono;
  }
}
.c-title-blog h4 {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  color: #000000;
  font-weight: bold;
  letter-spacing: 2.4px;
}

.c-title-num {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.c-title-num h3 {
  font-size: 30px;
  letter-spacing: 1.5px;
  font-weight: 400;
  line-height: 35px;
  color: #ffffff;
}
@media (max-width: 768px) {
  .c-title-num h3 {
    font: normal normal normal 17px/20px Roboto Mono;
    letter-spacing: 0.85px;
  }
}
.c-title-num h3 span {
  color: #dfeef4;
}
.c-title-num h4 {
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
  color: #ffffff;
}
.c-title-num h4 span {
  color: #dfeef4;
}

.c-title-small {
  font-size: 15px;
  letter-spacing: 0.75px;
  font-weight: 400;
  line-height: 18px;
  color: #ffffff;
}

.c-text-blog {
  font-size: 12px;
  letter-spacing: 0.6px;
  font-weight: 400;
  line-height: 20px;
  color: #000000;
}
.c-text-blog p {
  font-size: 12px;
  letter-spacing: 0.6px;
  font-weight: 400;
  line-height: 20px;
  color: #000000;
}

.c-text {
  font-size: 14px;
  letter-spacing: 0.7px;
  font-weight: 400;
  line-height: 24px;
  color: #ffffff;
  font-family: Roboto;
}
.c-text p {
  font-size: 14px;
  letter-spacing: 0.7px;
  font-weight: 400;
  line-height: 24px;
  color: #ffffff;
  font-family: Roboto;
}
@media (max-width: 768px) {
  .c-text p {
    font: normal normal normal 12px/16px Roboto;
    letter-spacing: 0.6px;
  }
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

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

html,
body {
  height: 100%;
  min-width: 390pxpx;
}

body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input,
button,
textarea {
  font-size: inherit;
}

button {
  cursor: pointer;
  color: inherit;
  background-color: inherit;
}

a {
  color: inherit;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

[class*=__container] {
  max-width: 1490px;
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 1024px) {
  [class*=__container] {
    max-width: 726px;
  }
}
@media (max-width: 768px) {
  [class*=__container] {
    max-width: 710px;
    padding: 0 40px;
  }
}

.l-wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.l-wrapper > main {
  flex: 1 1 auto;
}
.l-wrapper > * {
  min-width: 0;
}

body {
  position: relative;
  color: white;
  background: #edeeee;
  font-family: Roboto Mono;
}

.l-header {
  z-index: 3;
  position: absolute;
  width: 100%;
  height: 100px;
}
.l-header .c-logo {
  padding: 30px;
  max-width: 280px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.l-header .c-logo a {
  display: block;
}
.l-header .c-logo img {
  object-fit: contain;
  width: 100%;
  max-width: 280px;
  width: 100%;
}
.l-header .l-right-panel {
  position: absolute;
  top: 0;
  right: 40px;
  height: 100svh;
  max-height: 1280px;
  min-height: 600px;
  width: 100%;
  z-index: 10;
  width: 60px;
  padding: 80px 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 80px;
}
.l-header .l-right-panel div {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  width: 60px;
  gap: 40px;
  position: relative;
}
.l-header .l-right-panel div img {
  object-fit: contain;
  width: 100%;
  max-height: 14px;
  height: 100%;
}
.l-header .l-right-panel img {
  width: 60px;
  object-fit: contain;
  max-height: 220px;
  height: 100%;
}
.l-header .l-right-panel h3 {
  position: relative;
  font-size: 14px;
  letter-spacing: 0.7px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  font-family: Roboto Mono;
}
.l-header .l-right-panel h3::after {
  content: "";
  background-color: white;
  width: 1px;
  height: 1000px;
  position: absolute;
  bottom: 125%;
  left: 50%;
  display: block;
  z-index: 1;
}

.l-footer {
  padding: 60px 0;
}
.l-footer__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #848484;
  font-size: 10px;
  line-height: 18px;
  font-family: Roboto Mono;
  font-weight: 400;
}
@media (max-width: 768px) {
  .l-footer__container {
    flex-direction: column;
  }
}
.l-footer__container div button {
  color: #848484;
  font-size: 10px;
  line-height: 18px;
  font-family: Roboto Mono;
  font-weight: 400;
}
.l-footer__container div button:first-child::after {
  content: "|";
  cursor: auto;
}

.l-footer-content {
  z-index: 3;
  display: flex;
  gap: 30px;
  align-items: center;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .l-footer-content {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 10px;
  }
}
.l-footer-content img {
  max-width: 150px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.l-banner_main {
  height: 100svh;
  max-height: 1450px;
  min-height: 600px;
  z-index: 1;
}
@media (max-width: 1024px) {
  .l-banner_main {
    height: 100svh;
  }
}
.l-banner_main::after {
  content: "";
  background: linear-gradient(rgba(0, 0, 0, 0), #edeeee);
  width: 100%;
  height: 300px;
  position: absolute;
  bottom: 0%;
  left: 0%;
  display: block;
  z-index: 1;
}
.l-banner_main img {
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: 1450px;
  top: 0;
  left: 0;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .l-banner_main img {
    height: 100%;
  }
}

.l-blocks-tape {
  z-index: 5;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .l-blocks-tape {
    flex-direction: column-reverse;
  }
}
.l-blocks-tape .l-tape-left {
  z-index: 3;
  transform: translate(0px, -200px);
  width: 50%;
  padding-right: 25px;
}
@media (max-width: 1280px) {
  .l-blocks-tape .l-tape-left {
    transform: translate(0px, -100px);
  }
}
@media (max-width: 1024px) {
  .l-blocks-tape .l-tape-left {
    transform: translate(0px, 0px);
  }
}
@media (max-width: 1024px) {
  .l-blocks-tape .l-tape-left {
    width: 100%;
    padding-right: 0px;
  }
}
.l-blocks-tape .l-tape-right {
  width: 50%;
  padding-left: 25px;
}
@media (max-width: 1024px) {
  .l-blocks-tape .l-tape-right {
    width: 100%;
    padding-left: 0px;
  }
}
.l-blocks-tape .c-content__description {
  overflow: hidden;
  position: relative;
  z-index: 5;
  padding: 46px 46px 92px 46px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 768px) {
  .l-blocks-tape .c-content__description {
    padding: 32px 32px 32px 32px;
  }
}
.l-blocks-tape .c-content__description.c-content__aboutUs {
  padding: 46px 46px 0 46px;
}
@media (max-width: 768px) {
  .l-blocks-tape .c-content__description.c-content__aboutUs {
    padding: 32px 32px 0px 32px;
  }
}
.l-blocks-tape .c-white-block {
  background: #ffffff;
}
.l-blocks-tape .c-white-block::after {
  content: "";
  background: #0d4c73;
  position: absolute;
  top: 0;
  left: 55%;
  display: block;
  width: 39%;
  height: 7px;
}
.l-blocks-tape .c-white-block p,
.l-blocks-tape .c-white-block h1,
.l-blocks-tape .c-white-block h2,
.l-blocks-tape .c-white-block h3,
.l-blocks-tape .c-white-block h4,
.l-blocks-tape .c-white-block h5,
.l-blocks-tape .c-white-block h6,
.l-blocks-tape .c-white-block li,
.l-blocks-tape .c-white-block ul {
  color: #0d4c73;
}
.l-blocks-tape .c-white-block.blog-block::after {
  content: "";
  background: #000000;
  position: absolute;
  top: 0;
  left: 55%;
  display: block;
  width: 39%;
  height: 7px;
}
.l-blocks-tape .c-white-block.blog-block p,
.l-blocks-tape .c-white-block.blog-block h1,
.l-blocks-tape .c-white-block.blog-block h2,
.l-blocks-tape .c-white-block.blog-block h3,
.l-blocks-tape .c-white-block.blog-block h4,
.l-blocks-tape .c-white-block.blog-block h5,
.l-blocks-tape .c-white-block.blog-block h6,
.l-blocks-tape .c-white-block.blog-block li,
.l-blocks-tape .c-white-block.blog-block ul {
  color: #000000;
}
.l-blocks-tape .c-blue-block {
  background: #0d4c73;
}
.l-blocks-tape .c-blue-block::after {
  content: "";
  background: white;
  position: absolute;
  top: 0;
  left: 55%;
  display: block;
  width: 39%;
  height: 7px;
}
.l-blocks-tape .c-black-block {
  background: #000000;
}
.l-blocks-tape .c-black-block::after {
  content: "";
  background: white;
  position: absolute;
  top: 0;
  left: 55%;
  display: block;
  width: 39%;
  height: 7px;
}
.l-blocks-tape .c-blue-block .c-list ul,
.l-blocks-tape .c-black-block .c-list ul,
.l-blocks-tape .c-white-block .c-list ul {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.7px;
  font-family: Roboto;
}
@media (max-width: 768px) {
  .l-blocks-tape .c-blue-block .c-list ul,
  .l-blocks-tape .c-black-block .c-list ul,
  .l-blocks-tape .c-white-block .c-list ul {
    text-align: left;
    font: normal normal normal 12px/24px Roboto;
    letter-spacing: 0.6px;
  }
}
.l-blocks-tape .c-blue-block .c-list ul li,
.l-blocks-tape .c-black-block .c-list ul li,
.l-blocks-tape .c-white-block .c-list ul li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.l-blocks-tape .c-blue-block .c-list ul li img,
.l-blocks-tape .c-black-block .c-list ul li img,
.l-blocks-tape .c-white-block .c-list ul li img {
  margin-top: 5px;
  max-width: 14px;
  object-fit: contain;
}
.l-swiper_main {
  z-index: 5;
  position: relative;
}
.l-swiper_main.swiper-right {
  transform: translate(10%, -60px);
}
@media (max-width: 1024px) {
  .l-swiper_main.swiper-right {
    transform: translate(5%, -60px);
  }
}
@media (max-width: 768px) {
  .l-swiper_main.swiper-right {
    transform: translate(0%, 0px);
    margin-bottom: 40px;
  }
}
.l-swiper_main.swiper-left {
  transform: translate(-29%, -60px);
}
@media (max-width: 1024px) {
  .l-swiper_main.swiper-left {
    transform: translate(-15%, -60px);
  }
}
@media (max-width: 768px) {
  .l-swiper_main.swiper-left {
    transform: translate(0%, 0px);
  }
}
.l-swiper_main.swiper-left .arrows-box {
  z-index: 4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: absolute;
  bottom: 30px;
}
@media (max-width: 1600px) {
  .l-swiper_main.swiper-left .arrows-box {
    left: 140px;
  }
}
@media (max-width: 1024px) {
  .l-swiper_main.swiper-left .arrows-box {
    left: 40px;
  }
}
.l-swiper_main .l-mySwiper {
  max-height: 566px;
  width: 120%;
  position: relative;
}
@media (max-width: 768px) {
  .l-swiper_main .l-mySwiper {
    width: 100%;
  }
}
.l-swiper_main .swiper-slide {
  height: 100%;
  width: 100%;
}
.l-swiper_main .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.l-swiper_main .arrows-box {
  z-index: 4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: absolute;
  bottom: 30px;
  left: 40px;
  background: hsla(0, 0%, 100%, 0.55);
  padding: 10px;
}
@media (max-width: 768px) {
  .l-swiper_main .arrows-box {
    bottom: 10px;
    left: 20px;
  }
}
.l-swiper_main .arrows-box .c-swiper-button-next {
  transform: rotate(90deg);
}
.l-swiper_main .arrows-box .c-swiper-button-next img {
  max-height: 20px;
}
.l-swiper_main .arrows-box .c-swiper-button-prev {
  transform: rotate(90deg);
}
.l-swiper_main .arrows-box .c-swiper-button-prev img {
  max-height: 20px;
}
.l-swiper_main .arrows-box .swiper-horizontal > .swiper-pagination-bullets,
.l-swiper_main .arrows-box .swiper-pagination-bullets.swiper-pagination-horizontal,
.l-swiper_main .arrows-box .swiper-pagination-custom,
.l-swiper_main .arrows-box .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.l-swiper_main .arrows-box .swiper-pagination-bullet-active {
  opacity: 1;
  background: none;
}
.l-swiper_main .arrows-box .swiper-pagination-bullet {
  writing-mode: vertical-rl;
  width: auto;
  height: auto;
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: none;
  opacity: 1;
}
.l-swiper_main .arrows-box .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.l-swiper_main .arrows-box .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}

.c-content__aboutUs .mySwiperAboutUs.swiper {
  overflow: visible;
  max-height: 566px;
  width: 100%;
  position: relative;
}
.c-content__aboutUs .mySwiperAboutUs.swiper::after {
  content: "";
  background: #0d4c73;
  display: block;
  position: absolute;
  bottom: 0px;
  left: -20%;
  width: 150%;
  height: 7px;
}
.c-content__aboutUs .swiper-slide {
  position: relative;
  margin-bottom: 7px;
}
.c-content__aboutUs .swiper-slide.swiper-slide-active::before {
  content: "";
  background: #9fbdc9;
  display: block;
  position: absolute;
  bottom: -7px;
  left: 0px;
  width: 100%;
  height: 7px;
  font-size: 10px;
}
.c-content__aboutUs .swiper-slide h3 {
  text-align: center;
  font-size: 10px;
  line-height: 30px;
  text-transform: uppercase;
  position: relative;
}
.c-content__aboutUs .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: relative;
}
.c-content__aboutUs .swiper-slide::after {
  content: "INSTRUKTOR";
  color: #9fbdc9;
  display: block;
  position: absolute;
  bottom: 20px;
  left: 10px;
  writing-mode: vertical-lr;
  font-size: 10px;
}
.c-content__aboutUs .swiper-slide::before {
  content: "";
  background: #0d4c73;
  display: block;
  position: absolute;
  bottom: -7px;
  left: 0px;
  width: 100%;
  height: 7px;
  font-size: 10px;
}
.c-content__aboutUs .arrows-box-AboutUs {
  cursor: pointer;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, 0%);
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.c-content__aboutUs .arrows-box-AboutUs img {
  max-height: 20px;
  height: 100%;
}
.c-content__aboutUs .swiper-button-nextAboutUs {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  background: #0d4c73;
  padding: 5px 7px;
}
.c-content__aboutUs .swiper-button-prevAboutUs {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  background: #9fbdc9;
  padding: 5px 7px;
}

.location_main {
  margin-top: 60px;
  margin-bottom: 90px;
}
.location_main .c-title h3 {
  color: #0d4c73;
  margin-bottom: 36px;
}
.location_main .l-location-box {
  display: flex;
  gap: 20px;
}
@media (max-width: 768px) {
  .location_main .l-location-box {
    flex-direction: column;
  }
}
.location_main .c-content__description {
  padding: 46px 46px 46px 46px;
}
.location_main .c-content__description::after {
  display: none;
}
.location_main .c-contact {
  font-size: 12px;
  line-height: 20px;
  width: 100%;
}
.location_main #map,
.location_main #map2 {
  z-index: 2;
}

.l-blog_main {
  margin-top: 60px;
  margin-bottom: 90px;
}
.l-blog_main .c-title h3 {
  color: #0d4c73;
  margin-bottom: 36px;
}
.l-blog_main .l-mySwiper-blog {
  overflow: visible;
  position: relative;
}
.l-blog_main .c-content__description::after {
  display: none;
}
.l-blog_main .c-text {
  font-size: 12px;
  font-family: Roboto Mono;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.6px;
}
.l-blog_main .l-blog-swiper__nav {
  display: flex;
}
@media (max-width: 768px) {
  .l-blog_main .l-blog-swiper__nav {
    flex-direction: column-reverse;
  }
}
.l-blog_main .l-blog-swiper__nav div {
  transform: translate(50px, 0px);
  padding: 32px 64px 32px 32px;
  background-color: #fff;
  min-width: 40%;
}
@media (max-width: 768px) {
  .l-blog_main .l-blog-swiper__nav div {
    transform: translate(0px, 0px);
  }
}
.l-blog_main .l-blog-swiper__nav div h4 {
  font-size: 12px;
  line-height: 14px;
  color: #0d4c73;
  font-weight: bold;
  margin-bottom: 5px;
}
.l-blog_main .l-blog-swiper__nav div p {
  font-size: 14px;
  line-height: 16px;
  color: #0d4c73;
}
.l-blog_main .l-blog-swiper__nav img {
  min-width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(0px, -50px);
  z-index: 5;
  position: relative;
  max-height: 273px;
}
@media (max-width: 768px) {
  .l-blog_main .l-blog-swiper__nav img {
    transform: translate(0px, 0px);
    min-width: auto;
  }
}
.l-blog_main .l-arrows-box {
  cursor: pointer;
  position: absolute;
}
.l-blog_main .l-arrows-box {
  cursor: pointer;
  position: absolute;
  left: 140px;
  bottom: 40px;
  transform: translate(-50%, 0);
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.l-blog_main .l-arrows-box img {
  max-height: 18px;
  height: 100%;
}
@media (max-width: 768px) {
  .l-blog_main .l-arrows-box {
    bottom: 40px;
    left: 50%;
  }
}
.l-blog_main .c-swiper-button-next-blog {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  background: #0d4c73;
  padding: 5px 7px;
}
.l-blog_main .c-swiper-button-prev-blog {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  background: #9fbdc9;
  padding: 5px 7px;
}

.popup {
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
  position: fixed;
  top: 0%;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
  color: #000;
}

body.popup-open {
  overflow: hidden;
}

.popup-content {
  max-width: 95svw;
  max-height: 100svh;
  width: 100%;
  overflow: hidden;
  background: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.close1 {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 20px;
  cursor: pointer;
}

.l-block-info {
  border-left: #a3c9d9 5px solid;
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding: 28px 34px;
}
.l-block-info.blue-block {
  border-left: #ffffff 5px solid;
}
.l-block-info.blue-block h3 {
  color: #ffffff;
  line-height: 24px;
  font-size: 20px;
}
@media (max-width: 768px) {
  .l-block-info.blue-block h3 {
    font: normal normal normal 12px/14px Roboto Mono;
    letter-spacing: 0px;
  }
}
.l-block-info.blue-block p {
  font-size: 14px;
  letter-spacing: 0.7px;
  font-weight: 400;
  line-height: 21px;
  color: #ffffff;
  font-family: Roboto;
}
.l-block-info.blue-block p a {
  margin-left: 15px;
  color: #ffffff;
}
.l-block-info.blue-block p a span {
  font-weight: bold;
}
@media (max-width: 768px) {
  .l-block-info {
    padding: 28px 0px 28px 22px;
  }
}
.l-block-info h3 {
  color: #1b6c8c;
  line-height: 24px;
  font-size: 20px;
}
.l-block-info p {
  font-size: 14px;
  letter-spacing: 0.7px;
  font-weight: 400;
  line-height: 21px;
  color: #1b6c8c;
  font-family: Roboto;
}
.l-block-info p a {
  margin-left: 15px;
  color: #000000;
}
.l-block-info p a span {
  font-weight: bold;
}

/* Стили таблицы (price) */
table.price {
  width: 100%;
  text-align: start;
}

table.price th {
  font-weight: normal;
  color: #ffffff;
}

table.price td {
  position: relative;
}
table.price td::after {
  content: "";
  display: block;
  background: white;
  width: 110%;
  height: 1px;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

table.price td,
table.price th {
  white-space: pre-wrap;
  text-align: start;
  line-height: 30px;
  font-size: 12px;
}
@media (max-width: 768px) {
  table.price td,
  table.price th {
    font: normal normal normal 10px/30px Roboto Mono;
    letter-spacing: 0px;
  }
}

table.price tr:hover td {
  cursor: default;
}

.l-block__price {
  color: #fff;
  background: #0d4c73;
  padding: 34px 46px;
  gap: 30px;
  display: flex;
}
@media (max-width: 768px) {
  .l-block__price {
    flex-direction: column;
  }
}

.table-price {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.table-price h3 {
  font-size: 18px;
  line-height: 21px;
  color: #fff;
}
.table-price p {
  font-size: 10px;
  color: #fff;
  line-height: 11px;
  text-align: center;
}

.price {
  overflow: hidden;
}

.c-content.c-content__description.c-form__price {
  padding: 28px 26px;
  color: #000;
  flex: 0 0 50%;
  display: flex;
  height: auto;
  flex-direction: column;
  width: 132%;
  background: #f2f5f7;
}
@media (max-width: 768px) {
  .c-content.c-content__description.c-form__price {
    width: 108%;
    transform: translate(-4%, 0);
  }
}
@media (max-width: 468px) {
  .c-content.c-content__description.c-form__price {
    width: 100vw;
    transform: translate(-15%, 0);
  }
}
.c-content.c-content__description.c-form__price::after {
  content: "";
  background: #a3c9d9;
  position: absolute;
  top: 0;
  left: 55%;
  display: block;
  width: 39%;
  height: 7px;
}
.c-content.c-content__description.c-form__price h5 {
  text-align: center;
  font: normal normal normal 12px/17px Roboto Mono;
  letter-spacing: 0px;
  color: #000000;
  text-transform: uppercase;
}
.c-content.c-content__description.c-form__price h6 {
  text-align: center;
  font: normal normal normal 8px/9px Roboto Mono;
  color: #1b6c8c;
}

.c-form__classes {
  display: flex;
  gap: 35px;
}
@media (max-width: 768px) {
  .c-form__classes {
    flex-direction: column;
  }
}
.c-form__classes > div {
  width: 100%;
  max-width: 46.5%;
}
@media (max-width: 768px) {
  .c-form__classes > div {
    max-width: 100%;
  }
}
.c-form .c-title h4 {
  text-align: left;
  font: normal normal normal 18px/21px Roboto Mono;
  letter-spacing: 0px;
  color: #1b6c8c;
}
.c-form .c-price-sum {
  width: 100%;
  display: flex;
  gap: 30px;
}
.c-form .c-price-sum h4 {
  white-space: nowrap;
  text-align: left;
  font: normal normal normal 12px/30px Roboto Mono;
  letter-spacing: 0px;
  color: #000000;
  text-transform: uppercase;
  opacity: 1;
}
.c-form .c-price-sum div {
  display: flex;
  flex-direction: column;
}
.c-form .c-price-sum div span {
  text-align: left;
  font: normal normal normal 18px/21px Roboto Mono;
  letter-spacing: 0px;
  color: #1b6c8c;
  opacity: 1;
}
.c-form .c-price-sum div p {
  text-align: left;
  font: normal normal normal 8px/9px Roboto Mono;
  letter-spacing: 0px;
  color: #1b6c8c;
  opacity: 1;
}
.c-form table.price {
  width: 100%;
  text-align: center;
}
.c-form table.price th {
  font-weight: normal;
  color: black;
}
.c-form table.price td {
  position: relative;
  font-weight: normal;
}
.c-form table.price td::after {
  content: "";
  display: block;
  background: black;
  width: 110%;
  height: 1px;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.c-form table.price td,
.c-form table.price th {
  white-space: pre-wrap;
  font: normal normal normal 14px/30px Roboto Mono;
  letter-spacing: 0px;
  color: #000000;
  text-transform: uppercase;
}
.c-form table.price td span,
.c-form table.price th span {
  font: normal normal normal 10px/30px Roboto Mono;
  letter-spacing: 0px;
  color: #1b6c8c;
  text-transform: uppercase;
}
.c-form table.price tr:hover td {
  cursor: default;
}
.c-form .l-block__price {
  color: #fff;
  background: #0d4c73;
  padding: 34px 46px;
  gap: 30px;
  display: flex;
}

.c-form {
  z-index: 3;
  position: relative;
  background: #ffffff;
  padding: 0px 60px 30px 60px;
}
@media (max-width: 768px) {
  .c-form {
    padding: 0px 30px 1px 30px;
  }
}
.c-form__classes h4 {
  text-align: left;
  font: normal normal normal 12px/14px Roboto Mono;
  letter-spacing: 0px;
  color: #9fbdc9;
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .c-form__classes h4 {
    width: 100%;
  }
}
.c-form__classes .input {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}
.c-form__classes .input ::placeholder {
  font: normal normal normal 12px/14px Roboto Mono;
  letter-spacing: 0px;
  color: #9fbdc9;
  text-transform: uppercase;
  padding-left: 5px;
}
.c-form__classes .input div {
  display: flex;
  gap: 10px;
  font: normal normal normal 12px/14px Roboto Mono;
  letter-spacing: 0px;
  color: #9fbdc9;
  text-transform: uppercase;
}
.c-form__classes .input div input[type=radio]:checked + label {
  color: #0d4c73;
}
.c-form__classes input {
  outline: 0 !important;
}
.c-form__classes .checkbox {
  display: flex;
  align-items: flex-start;
  margin-top: 15px;
  margin-bottom: 15px;
}
.c-form__classes .checkbox label {
  font-weight: normal;
  text-transform: none;
}
.c-form__classes .checkbox label a {
  text-decoration: underline;
}
.c-form__classes .date {
  font: normal normal normal 12px/14px Roboto Mono;
  letter-spacing: 0px;
  color: #9fbdc9;
  text-transform: uppercase;
  overflow: visible;
  position: relative;
  padding: 2px 0;
  border-bottom: 1px #9fbdc9 solid;
}
.c-form__classes .date ::-webkit-calendar-picker-indicator {
  color: transparent;
  opacity: 1;
  background: url(img/icons/Path12.svg) no-repeat center;
  background-size: contain;
}
.c-form__classes .form-persons {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
  margin-top: 20px;
}
.c-form__classes .num-person.dop .person-cart {
  background: #f2f2f2;
  gap: 13px;
}
.c-form__classes .person-cart {
  max-width: 130px;
  min-width: 120px;
  background: #eff4f7;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  padding: 20px 20px;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.c-form__classes .person-cart img {
  height: 36px;
  object-fit: contain;
  height: 100%;
  width: 100%;
  max-height: 38px;
}
.c-form__classes .person-cart input {
  max-width: 22px;
  background: none;
  text-align: center;
  font: normal normal normal 14px/16px Roboto Mono;
  letter-spacing: 0px;
  color: #0d4c73;
}
.c-form__classes .person-cart > div {
  display: flex;
}
.c-form__classes .person-cart > div span {
  background: none;
  text-align: center;
  font: normal normal normal 14px/16px Roboto Mono;
  letter-spacing: 0px;
  color: #0d4c73;
}
.c-form__classes .person-cart h6 {
  text-align: center;
  font: normal normal normal 12px/14px Roboto Mono;
  letter-spacing: 0px;
  color: #0d4c73;
  text-transform: uppercase;
}
.c-form__classes .person-nums {
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  color: white;
  gap: 0px;
  margin-top: 10px;
}
.c-form__classes .person-nums img {
  max-height: 12px;
  width: 100%;
}
.c-form__classes .person-nums .plus {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  background: #0d4c73;
  padding: 6px 10px;
  font-size: 13px;
  font-weight: 500;
}
.c-form__classes .person-nums .minus {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  background: #9fbdc9;
  padding: 6px 10px;
  font-size: 13px;
  font-weight: 500;
}
.c-form__classes .person-nums .minus img {
  vertical-align: middle;
}
.c-form__classes .g-recaptcha {
  margin-bottom: 20px;
}
.c-form__classes .sub-btn {
  text-align: left;
  font: normal normal bold 10px/12px Lato;
  letter-spacing: 0.05px;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #a3c9d9;
  padding: 10px 20px;
  border-radius: 30px;
  margin: 0 auto;
  display: block;
  margin-bottom: 30px;
}
.c-form__classes .days.input,
.c-form__classes .times.input {
  display: flex;
  flex-direction: row;
  gap: 5px;
  color: #0d4c73;
}
.c-form__classes .days.input img,
.c-form__classes .times.input img {
  max-width: 20px;
  width: 100%;
}
.c-form__classes .days.input input,
.c-form__classes .times.input input {
  text-align: end;
  max-width: 18px;
  font: normal normal normal 14px/16px Roboto Mono;
  letter-spacing: 0px;
  color: #0d4c73;
}
.c-form__classes .days.input > div,
.c-form__classes .times.input > div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.c-form__classes .days.input > div span,
.c-form__classes .times.input > div span {
  text-transform: none;
  font: normal normal normal 14px/16px Roboto Mono;
  letter-spacing: 0px;
  color: #0d4c73;
}
.c-form__classes .times.input.disabled {
  position: relative;
}
.c-form__classes .times.input.disabled::after {
  z-index: 2;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}
.c-form__classes .times.input.disabled div input,
.c-form__classes .times.input.disabled div span {
  color: #7a8891;
}
.c-form__classes .times.input {
  position: relative;
}
.c-form__classes .times.input::after {
  display: none;
}
.c-form__classes div.input-num {
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  color: white;
  gap: 0px;
  margin-left: 10px;
}
.c-form__classes div.input-num img {
  max-height: 12px;
  width: 100%;
}
.c-form__classes div.input-num .plus {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  background: #0d4c73;
  padding: 5px 10px;
  font-size: 13px;
  font-weight: 500;
}
.c-form__classes div.input-num .minus {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  background: #9fbdc9;
  padding: 5px 10px;
  font-size: 13px;
  font-weight: 500;
}
.c-form.blue-form {
  color: #fff;
  background: #0d4c73;
}
.c-form.blue-form .input div {
  color: white;
}
.c-form.blue-form h4 {
  color: white;
}
.c-form.blue-form .c-title h4 {
  color: #1b6c8c;
}
.c-form.blue-form .c-price-sum h4 {
  color: #000;
}
.c-form.blue-form .input div input[type=radio]:checked + label {
  color: #9fbdc9;
}
.c-form.blue-form .sub-btn {
  text-align: left;
  font: normal normal bold 10px/12px Lato;
  letter-spacing: 0.05px;
  color: #9fbdc9;
  text-transform: uppercase;
  background-color: #fff;
  padding: 10px 20px;
  border-radius: 30px;
  margin: 0 auto;
  display: block;
  margin-bottom: 30px;
}
.c-form.blue-form .input.contact ::placeholder {
  color: white;
}

#tel,
#mail,
#name {
  padding: 2px 0;
  border-bottom: 1px #9fbdc9 solid;
  background: none;
}

#tel2,
#mail2,
#name2 {
  padding: 2px 0;
  border-bottom: 1px #9fbdc9 solid;
  background: none;
  color: white;
}

#output-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 10px;
}

.osob-form {
  background: #a3c9d9;
  border-radius: 23px;
  padding: 10px 15px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font: normal normal normal 12px/14px Roboto Mono;
  letter-spacing: 0px;
  color: #ffffff;
  text-transform: uppercase;
}
.osob-form span {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.osob-form span button {
  display: flex;
  align-items: center;
}
.osob-form input {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}

.add-form {
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 23px;
  padding: 20px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #0d4c73;
  gap: 10px;
}
.add-form select {
  text-align: left;
  font: normal normal normal 12px/14px Roboto Mono;
  letter-spacing: 0px;
  color: #0d4c73;
  text-transform: uppercase;
}
.add-form ::placeholder {
  text-align: left;
  font: normal normal normal 12px/14px Roboto Mono;
  letter-spacing: 0px;
  color: #0d4c73;
}
.add-form img {
  max-height: 20px;
  height: 100%;
  object-fit: contain;
}
.add-form > div {
  display: flex;
}

.add-icon {
  padding: 5px;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  height: 20px;
  width: 20px;
}

#name1 {
  text-align: left;
  font: normal normal normal 12px/14px Roboto Mono;
  letter-spacing: 0px;
  color: #0d4c73;
  margin: 0 10px;
  width: 100%;
  border-bottom: 1px solid #0d4c73;
}

#create-button {
  margin: 10px auto 0 auto;
  padding: 10px 20px;
  display: flex;
  gap: 10px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 30px;
  text-align: left;
  font: normal normal normal 12px/14px Roboto Mono;
  letter-spacing: 0px;
  color: #0d4c73;
  text-transform: uppercase;
}
#create-button img {
  max-width: 14px;
  width: 100%;
  object-fit: contain;
}

.l-price-white {
  background: white;
  color: #0d4c73;
  display: flex;
  flex-direction: column;
  padding: 34px 46px;
  gap: 30px;
}
@media (max-width: 768px) {
  .l-price-white {
    padding: 20px 24px;
  }
}
.l-price-white .c-title h4 {
  color: #0d4c73;
}
.l-price-white .price {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.blog-gallery {
  gap: 37px;
  display: grid;
  grid-template-columns: repeat(4, minmax(80px, 1fr));
}
.blog-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1600px) {
  .blog-gallery {
    grid-template-columns: repeat(3, minmax(80px, 1fr));
  }
}
@media (max-width: 768px) {
  .blog-gallery {
    gap: 20px;
  }
}
@media (max-width: 550px) {
  .blog-gallery {
    grid-template-columns: repeat(2, minmax(50px, 1fr));
  }
}

table.c-contact td {
  line-height: 130%;
}

#mapgallety {
  margin-bottom: 30px;
}
#mapgallety img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.table-block {
  margin-top: 36px;
  padding: 60px 45px;
  background: white;
  color: #0d4c73;
}
.table-block .c-title h4 {
  color: #0d4c73;
}
.table-block p {
  line-height: 30px;
  font-size: 12px;
  color: #0d4c73;
}
@media (max-width: 1280px) {
  .table-block {
    padding: 40px 30px;
  }
}
@media (max-width: 1024px) {
  .table-block {
    padding: 30px 20px;
  }
}
@media (max-width: 768px) {
  .table-block {
    display: none;
  }
}
.table-block table {
  width: 100%;
  padding: 120px 0 50px 0;
}
.table-block table tr {
  position: relative;
}
.table-block table tr::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #0d4c73;
  display: block;
  left: 0;
  bottom: 0;
}
.table-block table td {
  text-align: center;
  line-height: 30px;
  font-size: 14px;
}
@media (max-width: 1280px) {
  .table-block table td {
    font-size: 12px;
    line-height: 24px;
  }
}
@media (max-width: 1024px) {
  .table-block table td {
    font-size: 10px;
    line-height: 20px;
  }
}
@media (max-width: 550px) {
  .table-block table td {
    font-size: 8px;
    line-height: 20px;
  }
}
.table-block table .vertical td {
  white-space: nowrap;
  transform: rotate(90deg) translate(-40%, 0%);
}/*# sourceMappingURL=style.css.map */