/*!*****************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./usertpl/css/style.scss ***!
  \*****************************************************************************************************************/
:root {
  --main-bg: #F3F3F3;
  --secondary-bg: #F7F6EA;
  --top-info-row: #F0F0F0;
  --primary: #00A8F6;
  --accent: #FFD510;
}

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

body {
  display: flex;
  flex-direction: column;
  min-height: 100svh;
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  margin: 0 !important;
  background-color: var(--main-bg);
  color: #1D1D1D;
}
body.menu-active {
  overflow: hidden;
}
body.menu-active::before {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 20;
}

a {
  color: inherit;
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

address {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

.user-content {
  font-size: 18px !important;
  font-family: "PT Sans", sans-serif !important;
  color: #1D1D1D !important;
}
@media (max-width: 768px) {
  .user-content {
    font-size: 15px !important;
  }
}
.user-content a:not([style*=background-color]) {
  color: #0062DB !important;
  text-decoration: underline !important;
  transition: color 0.1s;
}
.user-content a:not([style*=background-color]) * {
  color: inherit !important;
}
.user-content a:not([style*=background-color]):hover {
  color: var(--primary) !important;
  text-decoration: none !important;
}
.user-content h1 {
  font-size: 30px !important;
}
@media (max-width: 768px) {
  .user-content h1 {
    font-size: 24px !important;
  }
}
.user-content h2 {
  font-size: 28px !important;
  margin: 22px 0 !important;
}
@media (max-width: 768px) {
  .user-content h2 {
    font-size: 22px !important;
  }
}
.user-content h3 {
  font-size: 26px !important;
  margin: 26px 0 !important;
}
@media (max-width: 768px) {
  .user-content h3 {
    font-size: 20px !important;
  }
}
.user-content p {
  font-size: inherit !important;
}
.user-content ul {
  margin: 18px 0;
  padding-left: 40px;
  list-style-type: disc;
}
@media (max-width: 976px) {
  .user-content figure {
    width: 100% !important;
    overflow: scroll;
  }
}
.user-content table {
  width: 100% !important;
  border-collapse: collapse !important;
  font-family: Arial, sans-serif;
  margin: 20px 0;
}
.user-content table caption {
  font-size: 18px;
  font-weight: bold;
  color: #c0392b;
  margin-bottom: 10px;
}
.user-content table tr:nth-child(even) {
  background-color: #fcfcfc !important;
}
.user-content table th {
  background-color: #f5f5f5 !important;
  color: #2c3e50 !important;
  padding: 12px !important;
  font-size: 14px !important;
  border-bottom: 2px solid #ddd !important;
}
.user-content table td {
  padding: 12px;
  border-bottom: 1px solid #e0e0e0 !important;
  font-size: 14px !important;
}
.user-content main {
  font-size: inherit !important;
}
@media (max-width: 976px) {
  .user-content img {
    max-width: 100% !important;
  }
}
@media (max-width: 768px) {
  .user-content video {
    width: 100% !important;
  }
}

.flex {
  display: flex;
}
.flex.j-sb {
  justify-content: space-between;
}
.flex.j-c {
  justify-content: center;
}
.flex.a-c {
  align-items: center;
}

.container {
  max-width: 970px;
  padding: 0 14px;
  margin: 0 auto;
}

@font-face {
  font-display: swap;
  font-family: "PT Sans";
  font-style: normal;
  font-weight: 400;
  src: url(fonts/pt-sans-v18-cyrillic_cyrillic-ext_latin_latin-ext-regular.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "PT Sans";
  font-style: italic;
  font-weight: 400;
  src: url(fonts/pt-sans-v18-cyrillic_cyrillic-ext_latin_latin-ext-italic.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "PT Sans";
  font-style: normal;
  font-weight: 700;
  src: url(fonts/pt-sans-v18-cyrillic_cyrillic-ext_latin_latin-ext-700.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "PT Sans";
  font-style: italic;
  font-weight: 700;
  src: url(fonts/pt-sans-v18-cyrillic_cyrillic-ext_latin_latin-ext-700italic.woff2) format("woff2");
}
figure {
  margin: 0;
}
figure.table {
  display: flex;
  flex-direction: column;
}
figure.table table {
  order: 1;
}
figure.table figcaption {
  font-size: 16px;
  font-weight: 600;
  color: #2c3e50;
  text-align: center;
}
figure.image {
  clear: both;
  display: table;
  margin: 0.9em auto;
}
figure.image.image-style-align-left {
  float: left;
  margin: 3px 10px 0 0;
}
figure.image.image-style-align-right {
  float: right;
  margin: 3px 0 0 10px;
}
figure.image.image-style-block-align-right {
  margin-left: auto;
  margin-right: 0;
}
figure.image.image-style-block-align-left {
  margin-left: 0;
  margin-right: auto;
}
figure.image img {
  max-width: 100%;
  height: auto;
}

.slider .swiper .swiper-wrapper .slider-item {
  width: 100%;
  opacity: 0.3;
  transition: opacity 0.2s ease;
}
.slider .swiper .swiper-wrapper .slider-item.swiper-slide-active {
  opacity: 1;
}
.slider .swiper .swiper-wrapper .slider-item .image {
  width: 100%;
  height: 480px;
  object-fit: cover;
  border: 4px solid #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.3) 0 1px 4px;
  margin-bottom: 4px;
}
@media (max-width: 576px) {
  .slider .swiper .swiper-wrapper .slider-item .image {
    height: 240px;
  }
}
.slider .swiper .swiper-wrapper .slider-item .caption {
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  color: #B1B1B1;
}
@media (max-width: 576px) {
  .slider .swiper .swiper-wrapper .slider-item .caption {
    font-size: 13px;
  }
}

.review-item {
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  padding: 16px 20px;
}
.review-item .review-head {
  display: flex;
  align-items: center;
  gap: 16px;
}
.review-item .review-head .block:first-child {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #6a65d4;
  border-radius: 50%;
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  padding: 2px;
}
.review-item .review-head .block .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.review-item .review-head .block .image.placeholder {
  object-fit: contain;
  width: 44px;
  height: 44px;
}
.review-item .review-head .block .name {
  font-size: 20px;
  font-weight: 700;
  color: #1d1d1d;
}
.review-item .review-head .block .date {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 15px;
  color: #484848;
}
.review-item .review-content {
  font-size: 16px !important;
  margin-top: 16px;
}
.review-item .review-content p {
  margin: 0 !important;
}

.mobile-row {
  display: none;
  background-color: #00A8F6;
  padding: 8px;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 10;
}
@media (max-width: 768px) {
  .mobile-row {
    display: flex;
    justify-content: space-between;
  }
}
.mobile-row .hamburger {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 38px;
  height: 38px;
  background: none;
  outline: none;
  border: none;
  gap: 5px;
  transition: transform 0.1s;
}
.mobile-row .hamburger:active {
  transform: scale(0.85);
}
.mobile-row .hamburger span {
  width: 24px;
  height: 2px;
  background: #FFFFFF;
  border-radius: 1px;
}
.mobile-row .socials {
  display: flex;
  gap: 8px;
}
.mobile-row .socials .button {
  font-size: 14px;
  display: block;
  padding: 10px 24px;
  font-weight: 700;
  background-color: #0062DB;
  color: #FFFFFF;
  border-radius: 2px;
}

.top-info-row {
  background-color: var(--top-info-row);
  padding: 10px 0;
}
.top-info-row .wrapper .socials {
  gap: 8px;
}
.top-info-row .wrapper .socials .social {
  display: block;
  width: 20px;
  height: 20px;
}
@media (hover: hover) {
  .top-info-row .wrapper .socials .social {
    transition: transform 0.2s;
  }
  .top-info-row .wrapper .socials .social:hover {
    transform: scale(1.1);
  }
}
.top-info-row .wrapper .schedule {
  font-size: 14px;
  gap: 12px;
  line-height: 1;
}
@media (max-width: 576px) {
  .top-info-row .wrapper .schedule .time span {
    display: none;
  }
}

.header {
  background-color: var(--secondary-bg);
  font-size: 15px;
  min-height: 225px;
}
@media (max-width: 768px) {
  .header {
    min-height: unset;
  }
}
.header .row.header-content {
  padding: 24px 0;
}
@media (max-width: 768px) {
  .header .row.header-content .wrapper {
    gap: 16px;
    flex-wrap: wrap;
  }
}
.header .row.header-content .wrapper .logo {
  display: block;
  width: 99px;
  height: 80px;
}
@media (max-width: 768px) {
  .header .row.header-content .wrapper .logo {
    order: 1;
    width: 86px;
    height: 70px;
  }
}
.header .row.header-content .wrapper .logo .image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header .row.header-content .wrapper .header-block {
  gap: 12px;
}
@media (max-width: 768px) {
  .header .row.header-content .wrapper .header-block-phones {
    order: 2;
  }
  .header .row.header-content .wrapper .header-block-address {
    order: 3;
    margin: 32px auto 0;
  }
}
@media (max-width: 630px) {
  .header .row.header-content .wrapper .header-block-address {
    display: none;
  }
}
.header .row.header-content .wrapper .header-block .icon {
  width: 36px;
  height: 36px;
  background-color: var(--accent);
  border-radius: 50%;
  flex-shrink: 0;
}
.header .row.header-content .wrapper .header-block .content {
  position: relative;
  padding-left: 12px;
}
.header .row.header-content .wrapper .header-block .content::before {
  content: "";
  position: absolute;
  height: 32px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  border-left: 1px solid #e2e2e2;
}
.header .row.header-content .wrapper .header-block .content .phones .phone {
  display: block;
  font-weight: 700;
}
@media (max-width: 768px) {
  .header .row.header-content .wrapper .socials {
    display: none;
  }
}
.header .row.header-content .wrapper .socials .button {
  font-size: 14px;
  display: block;
  padding: 6px 18px;
  font-weight: 700;
  background-color: #0062DB;
  color: #FFFFFF;
  border-radius: 2px;
}
.header .row.header-content .wrapper .socials .button:not(:last-child) {
  margin-bottom: 4px;
}
.header .row.header-navigation {
  background-color: var(--primary);
  color: #FFFFFF;
  font-size: 16px;
  padding: 12px 0;
  z-index: 10;
  transition: padding 0.2s;
}
@media (max-width: 768px) {
  .header .row.header-navigation {
    position: fixed;
    top: 0;
    left: -1000px;
    width: 300px;
    height: 100svh;
    padding: 0;
    transition: left 0.2s ease-in-out;
    z-index: 100;
  }
  .header .row.header-navigation.active {
    overflow: scroll;
    left: 0;
  }
  .header .row.header-navigation .container {
    padding: 0;
  }
}
@media (min-width: 769px) {
  .header .row.header-navigation.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 6px 0;
  }
  .header .row.header-navigation.sticky .list .item .link {
    padding: 6px 20px;
  }
}
.header .row.header-navigation .mobile-menu-header {
  display: none;
  justify-content: space-between;
  align-items: center;
  background-color: #3832b1;
  padding: 10px 16px 10px 20px;
}
@media (max-width: 768px) {
  .header .row.header-navigation .mobile-menu-header {
    display: flex;
  }
}
.header .row.header-navigation .mobile-menu-header .title {
  font-size: 20px;
  font-weight: 700;
  color: #FFFFFF;
}
.header .row.header-navigation .mobile-menu-header .close-button {
  width: 32px;
  height: 32px;
  border: none;
  background: none;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  color: #FFFFFF;
}
.header .row.header-navigation .list {
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .header .row.header-navigation .list {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .header .row.header-navigation .list .item:not(:last-of-type) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
}
@media (hover: hover) {
  .header .row.header-navigation .list .item {
    transition: background-color 0.2s, color 0.2s;
  }
  .header .row.header-navigation .list .item:hover .link {
    background-color: var(--accent);
    color: #1D1D1D;
  }
}
.header .row.header-navigation .list .item.has-child {
  position: relative;
}
@media (hover: hover) {
  .header .row.header-navigation .list .item.has-child:hover .sublist {
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 768px) {
  .header .row.header-navigation .list .item.has-child.active .link {
    background-color: var(--accent);
    color: #1D1D1D;
  }
  .header .row.header-navigation .list .item.has-child.active .link .arrow {
    filter: invert(1);
    rotate: 90deg;
  }
  .header .row.header-navigation .list .item.has-child.active .link .arrow::before {
    opacity: 0;
  }
  .header .row.header-navigation .list .item.has-child .link {
    position: relative;
  }
  .header .row.header-navigation .list .item.has-child .link .arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 48px;
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%225px%22%20height%3D%227px%22%20%20viewBox%3D%220%200%205%207%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M5.000%2C4.000%20L4.000%2C4.000%20L4.000%2C4.000%20L4.000%2C5.000%20L3.000%2C5.000%20L3.000%2C4.000%20L3.000%2C4.000%20L3.000%2C3.000%20L3.000%2C3.000%20L3.000%2C3.000%20L3.000%2C2.000%20L4.000%2C2.000%20L4.000%2C3.000%20L5.000%2C3.000%20L5.000%2C4.000%20L5.000%2C4.000%20ZM3.000%2C3.000%20L2.000%2C3.000%20L2.000%2C2.000%20L2.000%2C2.000%20L2.000%2C1.000%20L3.000%2C1.000%20L3.000%2C2.000%20L3.000%2C2.000%20L3.000%2C3.000%20ZM2.000%2C2.000%20L1.000%2C2.000%20L1.000%2C1.000%20L1.000%2C1.000%20L1.000%2C-0.000%20L2.000%2C-0.000%20L2.000%2C1.000%20L2.000%2C1.000%20L2.000%2C2.000%20ZM3.000%2C5.000%20L3.000%2C6.000%20L2.000%2C6.000%20L2.000%2C5.000%20L2.000%2C5.000%20L2.000%2C4.000%20L3.000%2C4.000%20L3.000%2C5.000%20L3.000%2C5.000%20ZM2.000%2C6.000%20L2.000%2C7.000%20L1.000%2C7.000%20L1.000%2C6.000%20L1.000%2C6.000%20L1.000%2C5.000%20L2.000%2C5.000%20L2.000%2C6.000%20L2.000%2C6.000%20ZM-0.000%2C7.000%20L-0.000%2C6.000%20L1.000%2C6.000%20L1.000%2C7.000%20L-0.000%2C7.000%20ZM-0.000%2C-0.000%20L1.000%2C-0.000%20L1.000%2C1.000%20L-0.000%2C1.000%20L-0.000%2C-0.000%20Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/5px no-repeat;
  }
  .header .row.header-navigation .list .item.has-child .link .arrow::before {
    content: "";
    width: 1px;
    height: 20px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
  }
}
.header .row.header-navigation .list .item.has-child .sublist {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  background-color: #FFFFFF;
  z-index: 2;
  padding: 8px 6px;
  border-radius: 2px;
  transition: 0.25s;
}
@media (max-width: 768px) {
  .header .row.header-navigation .list .item.has-child .sublist {
    display: none;
    position: unset;
    opacity: 1;
    visibility: visible;
    padding: 0;
  }
  .header .row.header-navigation .list .item.has-child .sublist.active {
    display: block;
  }
}
.header .row.header-navigation .list .item.has-child .sublist .subitem:not(:last-of-type) {
  border-bottom: 1px solid #e8e8e8;
}
.header .row.header-navigation .list .item.has-child .sublist .subitem .sublink {
  display: block;
  font-size: 15px;
  color: #000000;
  padding: 10px 16px;
  white-space: nowrap;
  transition: background-color 0.15s, color 0.15s;
  border-radius: 2px;
}
@media (max-width: 768px) {
  .header .row.header-navigation .list .item.has-child .sublist .subitem .sublink {
    white-space: unset;
    padding: 12px 20px;
  }
}
@media (hover: hover) {
  .header .row.header-navigation .list .item.has-child .sublist .subitem .sublink:hover {
    background-color: #504ACC;
    color: #FFFFFF;
  }
}
.header .row.header-navigation .list .item .link {
  display: block;
  padding: 8px 20px;
  border-radius: 2px;
  transition: padding 0.2s;
}
@media (max-width: 768px) {
  .header .row.header-navigation .list .item .link {
    padding: 16px 20px;
    line-height: 1;
  }
}

.main .page {
  padding: 40px 0;
}
.main .page .way {
  display: flex;
  align-items: center;
  gap: 4px;
  line-height: 1;
  margin-bottom: 4px;
}
@media (max-width: 768px) {
  .main .page .way {
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .main .page .way::-webkit-scrollbar {
    display: none;
  }
}
.main .page .way .item {
  font-size: 16px;
}
@media (max-width: 768px) {
  .main .page .way .item {
    white-space: nowrap;
  }
}
.main .page .way .item.home {
  display: flex;
  align-items: center;
  gap: 4px;
}
.main .page .way .item.home span {
  display: flex;
  align-items: center;
  gap: 2px;
}
.main .page .way .item:not(.current) {
  color: #0062DB;
  transition: color 0.2s;
}
.main .page .way .item:not(.current):hover {
  color: var(--primary);
}
.main .page-title {
  font-size: 32px;
  margin-bottom: 24px;
  line-height: 1.2;
}
.main .page-subsections {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
@media (max-width: 768px) {
  .main .page-subsections {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px 8px;
  }
}
.main .page-subsections .image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 2px;
}
@media (max-width: 768px) {
  .main .page-subsections .image {
    height: 160px;
  }
}
.main .page-subsections .title {
  color: #0062DB;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .main .page-subsections .title {
    font-size: 15px;
  }
}
.main .page .blog-wrapper .blog-item {
  background-color: #FFFFFF;
  padding: 20px;
  border-radius: 4px;
}
.main .page .blog-wrapper .blog-item:not(:last-of-type) {
  margin-bottom: 12px;
}
.main .page .blog-wrapper .blog-item .title {
  margin-bottom: 18px;
}
.main .page .blog-wrapper .blog-item .title .link {
  font-size: 21px;
  color: #0062DB;
  text-decoration: underline;
}
.main .page .blog-wrapper .blog-item .content {
  display: flex;
  gap: 20px;
}
.main .page .blog-wrapper .blog-item .content .image {
  width: 270px;
  height: 200px;
  object-fit: cover;
  flex-shrink: 0;
}
.main .page .blog-wrapper .blog-item .content .brief {
  font-size: 15px !important;
  font-weight: 400 !important;
  color: #1D1D1D !important;
  font-family: "PT Sans", sans-serif !important;
}
.main .page .blog-wrapper .blog-item .content .brief p, .main .page .blog-wrapper .blog-item .content .brief span, .main .page .blog-wrapper .blog-item .content .brief div, .main .page .blog-wrapper .blog-item .content .brief h1, .main .page .blog-wrapper .blog-item .content .brief h2, .main .page .blog-wrapper .blog-item .content .brief h3, .main .page .blog-wrapper .blog-item .content .brief h4, .main .page .blog-wrapper .blog-item .content .brief h5, .main .page .blog-wrapper .blog-item .content .brief h6 {
  font-size: inherit !important;
  margin: 0 !important;
  font-weight: inherit !important;
  color: inherit !important;
  font-family: inherit !important;
}
.main .reviews-slider {
  background-color: #504ACC;
  padding: 36px 0;
}
.main .reviews-slider .section-head {
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main .reviews-slider .section-head .section-title {
  font-weight: 700;
  font-size: 30px;
  color: #FFFFFF;
}
.main .reviews-slider .section-head .swiper-navigation {
  display: flex;
  gap: 3px;
}
.main .reviews-slider .section-head .swiper-navigation .swiper-button-prev, .main .reviews-slider .section-head .swiper-navigation .swiper-button-next {
  background: #ffd510 url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2210px%22%20height%3D%2215px%22%20%20viewBox%3D%220%200%2010%2015%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M2.000%2C8.000%20L2.000%2C8.000%20L2.000%2C7.000%20L2.000%2C7.000%20L2.000%2C7.000%20L2.000%2C6.000%20L1.000%2C6.000%20L1.000%2C7.000%20L-0.000%2C7.000%20L-0.000%2C8.000%20L-0.000%2C8.000%20L1.000%2C8.000%20L1.000%2C8.000%20M2.000%2C7.000%20L3.000%2C7.000%20L3.000%2C6.000%20L3.000%2C6.000%20L3.000%2C5.000%20L2.000%2C5.000%20L2.000%2C6.000%20L2.000%2C6.000%20L2.000%2C7.000%20ZM3.000%2C6.000%20L4.000%2C6.000%20L4.000%2C5.000%20L4.000%2C5.000%20L4.000%2C3.999%20L3.000%2C3.999%20L3.000%2C5.000%20L3.000%2C5.000%20L3.000%2C6.000%20ZM5.000%2C3.999%20L4.000%2C3.999%20L4.000%2C5.000%20L5.000%2C5.000%20L5.000%2C3.999%20ZM6.000%2C3.999%20L6.000%2C3.999%20L6.000%2C3.000%20L6.000%2C3.000%20L6.000%2C3.000%20L6.000%2C2.000%20L5.000%2C2.000%20L5.000%2C3.000%20L4.000%2C3.000%20L4.000%2C3.999%20L4.000%2C3.999%20L5.000%2C3.999%20L5.000%2C3.999%20M6.000%2C3.000%20L7.000%2C3.000%20L7.000%2C2.000%20L7.000%2C2.000%20L7.000%2C1.000%20L6.000%2C1.000%20L6.000%2C2.000%20L6.000%2C2.000%20L6.000%2C3.000%20ZM7.000%2C2.000%20L8.000%2C2.000%20L8.000%2C1.000%20L8.000%2C1.000%20L8.000%2C-0.000%20L7.000%2C-0.000%20L7.000%2C1.000%20L7.000%2C1.000%20L7.000%2C2.000%20ZM9.000%2C-0.000%20L8.000%2C-0.000%20L8.000%2C1.000%20L9.000%2C1.000%20L9.000%2C-0.000%20Z%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M3.000%2C8.000%20L3.000%2C8.000%20L3.000%2C7.000%20L3.000%2C7.000%20L3.000%2C7.000%20L3.000%2C6.000%20L2.000%2C6.000%20L2.000%2C7.000%20L1.000%2C7.000%20L1.000%2C8.000%20L1.000%2C8.000%20L2.000%2C8.000%20L2.000%2C8.000%20M3.000%2C7.000%20L4.000%2C7.000%20L4.000%2C6.000%20L4.000%2C6.000%20L4.000%2C5.000%20L3.000%2C5.000%20L3.000%2C6.000%20L3.000%2C6.000%20L3.000%2C7.000%20ZM4.000%2C6.000%20L5.000%2C6.000%20L5.000%2C5.000%20L5.000%2C5.000%20L5.000%2C3.999%20L4.000%2C3.999%20L4.000%2C5.000%20L4.000%2C5.000%20L4.000%2C6.000%20ZM6.000%2C3.999%20L5.000%2C3.999%20L5.000%2C5.000%20L6.000%2C5.000%20L6.000%2C3.999%20ZM7.000%2C3.999%20L7.000%2C3.999%20L7.000%2C3.000%20L7.000%2C3.000%20L7.000%2C3.000%20L7.000%2C2.000%20L6.000%2C2.000%20L6.000%2C3.000%20L5.000%2C3.000%20L5.000%2C3.999%20L5.000%2C3.999%20L6.000%2C3.999%20L6.000%2C3.999%20M7.000%2C3.000%20L8.000%2C3.000%20L8.000%2C2.000%20L8.000%2C2.000%20L8.000%2C1.000%20L7.000%2C1.000%20L7.000%2C2.000%20L7.000%2C2.000%20L7.000%2C3.000%20ZM8.000%2C2.000%20L9.000%2C2.000%20L9.000%2C1.000%20L9.000%2C1.000%20L9.000%2C-0.000%20L8.000%2C-0.000%20L8.000%2C1.000%20L8.000%2C1.000%20L8.000%2C2.000%20ZM10.000%2C-0.000%20L9.000%2C-0.000%20L9.000%2C1.000%20L10.000%2C1.000%20L10.000%2C-0.000%20Z%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M8.000%2C15.000%20L8.000%2C15.000%20L8.000%2C14.000%20L8.000%2C14.000%20L8.000%2C14.000%20L8.000%2C13.000%20L9.000%2C13.000%20L9.000%2C14.000%20L10.000%2C14.000%20L10.000%2C15.000%20L10.000%2C15.000%20L9.000%2C15.000%20L9.000%2C15.000%20M8.000%2C14.000%20L7.000%2C14.000%20L7.000%2C13.000%20L7.000%2C13.000%20L7.000%2C12.000%20L8.000%2C12.000%20L8.000%2C13.000%20L8.000%2C13.000%20L8.000%2C14.000%20ZM7.000%2C13.000%20L6.000%2C13.000%20L6.000%2C12.000%20L6.000%2C12.000%20L6.000%2C11.000%20L7.000%2C11.000%20L7.000%2C12.000%20L7.000%2C12.000%20L7.000%2C13.000%20ZM5.000%2C11.000%20L6.000%2C11.000%20L6.000%2C12.000%20L5.000%2C12.000%20L5.000%2C11.000%20ZM4.000%2C11.000%20L4.000%2C11.000%20L4.000%2C10.000%20L4.000%2C10.000%20L4.000%2C10.000%20L4.000%2C9.000%20L5.000%2C9.000%20L5.000%2C10.000%20L6.000%2C10.000%20L6.000%2C11.000%20L6.000%2C11.000%20L5.000%2C11.000%20L5.000%2C11.000%20M4.000%2C10.000%20L3.000%2C10.000%20L3.000%2C9.000%20L3.000%2C9.000%20L3.000%2C8.000%20L4.000%2C8.000%20L4.000%2C9.000%20L4.000%2C9.000%20L4.000%2C10.000%20ZM3.000%2C9.000%20L2.000%2C9.000%20L2.000%2C8.000%20L2.000%2C8.000%20L2.000%2C7.000%20L3.000%2C7.000%20L3.000%2C8.000%20L3.000%2C8.000%20L3.000%2C9.000%20ZM1.000%2C7.000%20L2.000%2C7.000%20L2.000%2C8.000%20L1.000%2C8.000%20L1.000%2C7.000%20Z%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M7.000%2C15.000%20L7.000%2C15.000%20L7.000%2C14.000%20L7.000%2C14.000%20L7.000%2C14.000%20L7.000%2C13.000%20L8.000%2C13.000%20L8.000%2C14.000%20L9.000%2C14.000%20L9.000%2C15.000%20L9.000%2C15.000%20L8.000%2C15.000%20L8.000%2C15.000%20M7.000%2C14.000%20L6.000%2C14.000%20L6.000%2C13.000%20L6.000%2C13.000%20L6.000%2C12.000%20L7.000%2C12.000%20L7.000%2C13.000%20L7.000%2C13.000%20L7.000%2C14.000%20ZM6.000%2C13.000%20L5.000%2C13.000%20L5.000%2C12.000%20L5.000%2C12.000%20L5.000%2C11.000%20L6.000%2C11.000%20L6.000%2C12.000%20L6.000%2C12.000%20L6.000%2C13.000%20ZM4.000%2C11.000%20L5.000%2C11.000%20L5.000%2C12.000%20L4.000%2C12.000%20L4.000%2C11.000%20ZM3.000%2C11.000%20L3.000%2C11.000%20L3.000%2C10.000%20L3.000%2C10.000%20L3.000%2C10.000%20L3.000%2C9.000%20L4.000%2C9.000%20L4.000%2C10.000%20L5.000%2C10.000%20L5.000%2C11.000%20L5.000%2C11.000%20L4.000%2C11.000%20L4.000%2C11.000%20M3.000%2C10.000%20L2.000%2C10.000%20L2.000%2C9.000%20L2.000%2C9.000%20L2.000%2C8.000%20L3.000%2C8.000%20L3.000%2C9.000%20L3.000%2C9.000%20L3.000%2C10.000%20ZM2.000%2C9.000%20L1.000%2C9.000%20L1.000%2C8.000%20L1.000%2C8.000%20L1.000%2C7.000%20L2.000%2C7.000%20L2.000%2C8.000%20L2.000%2C8.000%20L2.000%2C9.000%20ZM-0.000%2C7.000%20L1.000%2C7.000%20L1.000%2C8.000%20L-0.000%2C8.000%20L-0.000%2C7.000%20Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
  width: 36px;
  height: 36px;
  border-radius: 2px;
  cursor: pointer;
  transition: background-color 0.2s;
}
.main .reviews-slider .section-head .swiper-navigation .swiper-button-prev:hover, .main .reviews-slider .section-head .swiper-navigation .swiper-button-next:hover {
  background-color: #ffde43;
}
.main .reviews-slider .section-head .swiper-navigation .swiper-button-next {
  transform: rotate(180deg);
}
.main .reviews-slider .section-head .swiper-navigation .swiper-navigation-icon {
  display: none !important;
}
.main .reviews-slider .review-item {
  border: none;
  border-radius: unset;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.main .reviews-slider .review-item .review-head {
  order: 2;
}
.main .reviews-slider .review-item .review-head .block .name {
  font-size: 18px;
  color: #FFFFFF;
}
.main .reviews-slider .review-item .review-head .block .date {
  color: #ffd510;
}
.main .reviews-slider .review-item .review-head .block .date svg {
  stroke: #ffd510;
}
.main .reviews-slider .review-item .review-content {
  order: 1;
  background-color: #fefcf1;
  padding: 20px 24px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.07), inset 0 -2px 1px rgba(0, 0, 0, 0.19);
  position: relative;
  margin-bottom: 28px;
  border-radius: 2px;
  font-size: 15px !important;
}
.main .reviews-slider .review-item .review-content::after {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 41px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 22px 0 0;
  border-color: #fff transparent transparent;
}
.main .copyright-warning .wrapper {
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 576px) {
  .main .copyright-warning .wrapper {
    padding: 20px 0 16px 0;
    font-size: 14px;
  }
}
.main .copyright-warning .wrapper .text {
  margin: 0;
}
@media (max-width: 576px) {
  .main .copyright-warning .wrapper .text {
    font-size: 14px;
  }
}
.main .footer-top-bar {
  padding: 20px 0;
  background-color: var(--top-info-row);
  font-weight: 600;
  color: #1D1D1D;
}
@media (max-width: 576px) {
  .main .footer-top-bar {
    padding: 16px 0 20px 0;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .main .footer-top-bar .wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
@media (max-width: 350px) {
  .main .footer-top-bar .wrapper .popular-destinations .text {
    display: block;
  }
}
.main .footer-top-bar .wrapper .popular-destinations .link {
  color: #0062DB;
  text-decoration: underline;
  transition: color 0.1s;
}
.main .footer-top-bar .wrapper .popular-destinations .link:hover {
  color: var(--primary);
  text-decoration: none;
}
.main .footer-top-bar .wrapper .address {
  gap: 10px;
}
@media (max-width: 576px) {
  .main .footer-top-bar .wrapper .address {
    gap: 8px;
  }
  .main .footer-top-bar .wrapper .address svg {
    width: 12px;
    height: 16px;
  }
}
.main .blog {
  background-color: var(--secondary-bg);
  padding: 32px 0 52px;
}
@media (max-width: 768px) {
  .main .blog {
    padding: 36px 0;
  }
}
.main .blog .section-title {
  font-size: 30px;
  margin-bottom: 28px;
}
@media (max-width: 768px) {
  .main .blog .section-title {
    font-size: 26px;
    margin-bottom: 20px;
  }
}
.main .blog-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media (max-width: 768px) {
  .main .blog-items {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}
.main .blog-items .blog-item {
  position: relative;
  height: 220px;
}
@media (hover: hover) {
  .main .blog-items .blog-item:hover .image-wrap .image {
    transform: scale(1.05);
  }
  .main .blog-items .blog-item:hover .title {
    color: var(--accent);
    bottom: 6px;
  }
}
@media (max-width: 768px) {
  .main .blog-items .blog-item {
    height: 180px;
  }
}
.main .blog-items .blog-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  border-radius: 2px;
  z-index: 1;
}
.main .blog-items .blog-item .image-wrap {
  overflow: hidden;
  height: 100%;
  border-radius: 2px;
}
.main .blog-items .blog-item .image-wrap .image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 2px;
  transition: transform 0.2s;
}
.main .blog-items .blog-item .title {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #FFFFFF;
  font-size: 17px;
  padding: 16px;
  transition: color 0.2s, bottom 0.2s;
  z-index: 2;
}
@media (max-width: 768px) {
  .main .blog-items .blog-item .title {
    font-size: 13px;
    padding: 14px 10px;
  }
}

.footer {
  margin-top: auto;
  padding: 48px 0;
  background-color: var(--secondary-bg);
  color: #333333;
  font-size: 15px;
}
@media (max-width: 576px) {
  .footer {
    padding: 32px 0;
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .footer .wrapper {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
}
.footer .link {
  color: #0062DB;
  text-decoration: underline;
  transition: color 0.1s;
}
.footer .link:hover {
  color: var(--primary);
  text-decoration: none;
}
.footer .site-counters {
  display: flex;
  align-items: flex-end;
  gap: 6px;
}

.overlay {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(4px);
  z-index: 100;
}
.overlay.active {
  display: flex;
}
.overlay .popup {
  display: none;
  background: #FFFFFF;
  padding: 24px;
  border-radius: 6px;
  position: relative;
  width: 520px;
}
@media (max-width: 576px) {
  .overlay .popup {
    width: 90%;
    padding: 20px;
  }
}
.overlay .popup.active {
  display: block;
}
.overlay .popup-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.overlay .popup-head .popup-title {
  font-size: 22px;
}
@media (max-width: 576px) {
  .overlay .popup-head .popup-title {
    font-size: 18px;
  }
}
.overlay .popup-head .close-button {
  background: none;
  outline: none;
  border: none;
  padding: 4px;
  position: absolute;
  top: 4px;
  right: 4px;
  cursor: pointer;
}
.overlay .popup-form input, .overlay .popup-form select, .overlay .popup-form textarea {
  font-family: "PT Sans", sans-serif;
  font-size: 14px;
  color: #1D1D1D;
  width: 100%;
  border: 1px solid #615BDA;
  background-color: #FAF9FF;
  outline: none;
  border-radius: 3px;
}
@media (max-width: 576px) {
  .overlay .popup-form input, .overlay .popup-form select, .overlay .popup-form textarea {
    font-size: 12px;
  }
}
.overlay .popup-form input, .overlay .popup-form select {
  height: 36px;
  padding: 0 12px;
}
@media (max-width: 576px) {
  .overlay .popup-form input, .overlay .popup-form select {
    height: 32px;
    padding: 0 8px;
  }
}
.overlay .popup-form select {
  cursor: pointer;
}
.overlay .popup-form input::-webkit-outer-spin-button,
.overlay .popup-form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.overlay .popup-form textarea {
  height: 100px;
  resize: none;
  padding: 12px;
}
@media (max-width: 576px) {
  .overlay .popup-form textarea {
    height: 80px;
    padding: 8px;
  }
}
.overlay .popup-form .row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-bottom: 8px;
}
@media (max-width: 490px) {
  .overlay .popup-form .row {
    grid-template-columns: 1fr;
    gap: unset;
  }
}
.overlay .popup-form .form-field:not(:last-of-type) {
  margin-bottom: 8px;
}
.overlay .popup-form .form-field .label {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: #1D1D1D;
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .overlay .popup-form .form-field .label {
    font-size: 13px;
  }
}
.overlay .popup-form .form-field .label .required {
  font-weight: 700;
  color: #FF0000;
  font-size: 18px;
  line-height: 1;
}
.overlay .popup-form .button {
  width: 100%;
  height: 42px;
  border: none;
  background-color: var(--primary);
  font-size: 15px;
  font-weight: 700;
  border-radius: 4px;
  font-family: "PT Sans", sans-serif;
  text-transform: uppercase;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  cursor: pointer;
}
.overlay .loader {
  display: none;
  width: 140px;
  height: 140px;
  background: url(images/loader.d25149dc75bcbb8f908c.svg) center/cover no-repeat;
}
.overlay .loader.active {
  display: block;
}
.overlay .message {
  display: none;
  background: #FFFFFF;
  padding: 20px 32px;
  font-size: 20px;
  font-weight: 700;
  border-radius: 8px;
}
.overlay .message.active {
  display: block;
}

.employees {
  display: flex;
  gap: 24px;
  margin: 30px 0 0;
  padding-bottom: 10px;
  border-bottom: 1px solid currentColor;
}
.employees__pic .highslide {
  display: block;
  width: 200px;
  height: 200px;
}
.employees__pic .highslide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.employees .localtitle {
  font-size: 22px;
  color: inherit;
}
.employees .localdiscription {
  font-size: 14px;
  color: inherit;
  margin-top: 5px;
}
.employees .localtext {
  font-size: 15px;
  color: inherit;
}
.employees .clear {
  display: none;
}

.callback-form {
  padding: 8px;
}
.callback-form .form-message {
  display: none;
  margin-bottom: 16px;
  border: 1px solid green;
  background: #a9e1a9;
  width: 320px;
  padding: 12px 8px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: green;
}
.callback-form .form-message.active {
  display: block;
}
.callback-form .form-field:not(:last-of-type) {
  margin-bottom: 16px;
}
.callback-form .form-field .label {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #1D1D1D;
  margin-bottom: 8px;
}
.callback-form .form-field .label .required {
  color: #FF0000;
  font-weight: 700;
}
.callback-form .form-field .input, .callback-form .form-field .textarea {
  border: 1px solid #c5c5c5;
  border-radius: 4px;
  outline: none;
  font-size: 14px;
  font-family: "PT Sans", sans-serif;
  color: #1D1D1D;
  transition: border-color 0.2s;
}
.callback-form .form-field .input.invalid, .callback-form .form-field .textarea.invalid {
  border-color: #FF0000;
}
.callback-form .form-field .input {
  width: 320px;
  height: 34px;
  padding: 0 8px;
}
.callback-form .form-field .textarea {
  width: 320px;
  height: 140px;
  resize: none;
  padding: 8px;
}
.callback-form .button {
  border: none;
  outline: none;
  background-color: #504ACC;
  color: #FFFFFF;
  padding: 8px 20px;
  border-radius: 4px;
  font-weight: 700;
  font-family: "PT Sans", sans-serif;
  font-size: 14px;
  margin-top: 16px;
  cursor: pointer;
}
