@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@500&family=Roboto:wght@300;400;500;700&display=swap");
:root {
  --font-main: "Roboto", sans-serif;
  --font-second: "Roboto Condensed", sans-serif;
  --font-size: 16px;
  --line-height: 1.45;
  --accent: #57eaa4;
  --accent-rgb: 0, 149, 224;
  --accent-dark-1: #45bb83;
  --accent-dark-2: #3ca372;
  --accent-dark-3: #348c62;
  --white: #ffffff;
  --white-rgb: 255, 255, 255;
  --black: #000000;
  --black-rgb: 0, 0, 0;
  --text: #333333;
  --swiper-theme-color: #57eaa4 !important;
}

/* FONTS LOAD SECTION */
/* BOOTSTRAP SETTINGS SECTION */
/* GENERAL CSS SETTINGS */
::-moz-placeholder {
  color: #666;
}
::placeholder {
  color: #666;
}

::-moz-selection {
  background-color: var(--accent);
  color: #000;
}

::selection {
  background-color: var(--accent);
  color: #000;
}

input,
textarea {
  outline: none;
}

input:focus:required:invalid,
textarea:focus:required:invalid {
  border-color: red;
}

input:required:valid,
textarea:required:valid {
  border-color: green;
}

body {
  font-family: var(--font-main);
  font-size: var(--font-size);
  line-height: var(--line-height);
  color: var(--text);
  background-color: var(--white);
  min-width: 320px;
  position: relative;
  overflow-x: hidden;
}

a {
  color: var(--accent-dark-2);
  text-decoration: none;
  transition: color 0.2s ease-in;
}
a:hover {
  color: var(--accent-dark-3);
}

img {
  max-width: 100%;
  height: auto;
}

.title {
  position: relative;
  display: flex;
  gap: 10px 20px;
  justify-content: space-between;
  margin-bottom: 20px;
}
.title-fade {
  white-space: nowrap;
  font-family: var(--font-second);
  font-weight: 700;
  font-size: 2.2em;
  line-height: 1;
  color: #000000;
  position: absolute;
  left: 0;
  top: 0.03em;
  opacity: 0.03;
  transform: translate(-5%, -50%);
  text-transform: uppercase;
  z-index: -1;
}
.title h3 {
  position: relative;
  margin-bottom: 0;
  margin-top: 0;
  font-family: var(--font-second);
  font-weight: 700;
  font-size: 36px;
  color: var(--blue-dark);
  text-transform: uppercase;
}

:root {
  --swiper-theme-color: #0095e0;
  --swiper-navigation-size: 0;
}

.swiper-button-prev,
.swiper-button-next {
  width: 50px;
  height: 50px;
  border: 2px solid var(--accent);
  background-color: #fff;
  border-radius: 50%;
  color: var(--blue-dark);
  transition: all 0.2s ease-in;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 30px;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  background-color: var(--accent);
  color: var(--white);
}

.swiper-button-prev::after {
  padding-right: 4px;
}

.swiper-button-next::after {
  padding-left: 4px;
}

.swiper-control {
  display: flex;
  gap: 6px;
}
.swiper-control .swiper-button-prev,
.swiper-control .swiper-button-next {
  position: static;
}

.lightbox-image,
.lightbox-media {
  position: relative;
  overflow: hidden;
  display: block;
}
.lightbox-image img,
.lightbox-media img {
  max-width: 100%;
  height: auto;
  transform: scale(1);
  transition: 0.3s ease;
}
.lightbox-image .icon,
.lightbox-media .icon {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(var(--bs-primary-rgb), 0.75);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  color: rgba(var(--bs-white-rgb), 0.9);
  transition: ease-out 0.16s;
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center;
}
.lightbox-image::after,
.lightbox-media::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  background: rgba(var(--color-overlay-rgb), 0.5);
  transition: 0.3s ease-in-out;
}
.lightbox-image:hover img,
.lightbox-media:hover img {
  transform: scale(1.2);
}
.lightbox-image:hover .icon,
.lightbox-media:hover .icon {
  transform: translate(-50%, -50%) scale(0.94);
}
.lightbox-image:hover::after,
.lightbox-media:hover::after {
  opacity: 1;
}

.lightbox-media .icon {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3e%3cpath d='M361 215C375.3 223.8 384 239.3 384 256C384 272.7 375.3 288.2 361 296.1L73.03 472.1C58.21 482 39.66 482.4 24.52 473.9C9.377 465.4 0 449.4 0 432V80C0 62.64 9.377 46.63 24.52 38.13C39.66 29.64 58.21 29.99 73.03 39.04L361 215z' fill='%23ffffff'/%3e%3c/svg%3e");
}

.lightbox-image .icon {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3cpath d='M500.3 443.7l-119.7-119.7c27.22-40.41 40.65-90.9 33.46-144.7C401.8 87.79 326.8 13.32 235.2 1.723C99.01-15.51-15.51 99.01 1.724 235.2c11.6 91.64 86.08 166.7 177.6 178.9c53.8 7.189 104.3-6.236 144.7-33.46l119.7 119.7c15.62 15.62 40.95 15.62 56.57 0C515.9 484.7 515.9 459.3 500.3 443.7zM79.1 208c0-70.58 57.42-128 128-128s128 57.42 128 128c0 70.58-57.42 128-128 128S79.1 278.6 79.1 208z' fill='%23ffffff'/%3e%3c/svg%3e");
}

.image-link {
  position: relative;
  overflow: hidden;
  border-radius: var(--bs-border-radius);
  display: block;
}
.image-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: rgba(var(--bs-black-rgb), 0.3);
  transition: 0.3s ease;
}
.image-link img {
  transform: scale(1);
  width: 100%;
  height: auto;
  transition: 0.3s ease;
}
.image-link:hover img {
  transform: scale(1.04);
}
.image-link:hover::before {
  opacity: 1;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.588rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid var(--bs-gray-400);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.alert {
  position: relative;
  padding: 15px;
  margin-bottom: 15px;
  border: 1px solid transparent;
  border-radius: 6px;
}
.alert .btn-close {
  display: none;
}

.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}

.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}

.pagination {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  padding-left: 0;
  list-style: none;
}

.page-item:not(.paper) {
  display: none;
}

.page-item.active .page-link {
  border-color: var(--accent);
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}

.page-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--bs-gray-300);
  min-width: 40px;
  height: 40px;
  text-decoration: none;
  border-radius: 50px !important;
  color: inherit;
  background-color: var(--white);
  transition: all 0.2s ease-in;
}
.page-link:hover {
  background-color: var(--bs-gray-200);
}

@media (min-width: 576px) {
  .pagination {
    justify-content: center;
  }
  .page-item:not(.paper) {
    display: block;
  }
  .page-paper {
    display: none;
  }
}
.about-image {
  position: relative;
  display: inline-block;
  padding-left: 40px;
  height: 100%;
}
.about-image::before {
  content: "";
  position: absolute;
  left: 0;
  top: -40px;
  width: 135px;
  height: 135px;
  background-image: url("./../images/logo-print.png");
  animation: spin 10s linear infinite;
}
.about-image img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 0.375rem;
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.h-100 {
  height: 100%;
}

.list-style2 {
  list-style: none;
  padding-left: 0;
}
.list-style2 li {
  margin-bottom: 10px;
  margin-left: 20px;
}
.list-style2 li::before {
  content: "";
  margin-top: 4px;
  margin-left: -20px;
  position: absolute;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24' stroke-width='2' stroke='%230095e0' fill='none' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath stroke='none' d='M0 0h24v24H0z' fill='none'%3e%3c/path%3e%3cpath d='M17 3.34a10 10 0 1 1 -14.995 8.984l-.005 -.324l.005 -.324a10 10 0 0 1 14.995 -8.336zm-1.293 5.953a1 1 0 0 0 -1.32 -.083l-.094 .083l-3.293 3.292l-1.293 -1.292l-.094 -.083a1 1 0 0 0 -1.403 1.403l.083 .094l2 2l.094 .083a1 1 0 0 0 1.226 0l.094 -.083l4 -4l.083 -.094a1 1 0 0 0 -.083 -1.32z' stroke-width='0' fill='%230095e0'%3e%3c/path%3e%3c/svg%3e");
  background-size: contain;
}

.rounded {
  border-radius: 6px;
}

.text-bg-light {
  background-color: var(--bs-gray-100);
}

.text-center {
  text-align: center;
}

.text-accent {
  color: var(--accent);
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.logo {
  display: flex;
  align-items: center;
  gap: 20px;
}
.logo-wrapp {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  text-align: center;
}
.logo-name {
  font-size: 26px;
  font-weight: 800;
  color: var(--black);
}
.logo-slogan {
  color: #686868;
  font-weight: 500;
  max-width: 300px;
  text-transform: uppercase;
}
.logo img {
  width: 96px;
}

.topbar {
  font-size: 14px;
  text-transform: uppercase;
}

.header {
  position: relative;
  z-index: 1022;
  padding: 10px 0;
  background-color: var(--white);
  box-shadow: var(--shadow);
}
.header__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.header__logo .logo-slogan {
  color: #00428c;
}
.header__contacts {
  display: flex;
  gap: 40px;
}
.header__contacts-item {
  display: flex;
  gap: 15px;
  line-height: 1.25;
}
.header__contacts-adrs {
  font-size: 14px;
}
.header__contacts-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--accent);
  border-radius: 50%;
  flex-shrink: 0;
}
.header__contacts-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.header__contacts-body > * {
  margin: 0;
}
.header__contacts-phone svg {
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.header__contacts-nummsg {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.header__contacts-num {
  font-weight: 700;
  font-size: 20px;
  color: inherit;
  white-space: nowrap;
}
.header__contacts-msg {
  display: inline-flex;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
@keyframes phone-icon-animate {
  0%, 100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20%, 40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
.navbar-main .navbar-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1.2;
  white-space: inherit;
}
.navbar-main .navbar-brand-wrapp {
  display: flex;
  flex-direction: column;
  max-width: 200px;
}
.navbar-main .navbar-brand-name {
  font-size: 38px;
  font-weight: 800;
}
.navbar-main .navbar-brand-slogan {
  font-size: 13px;
  font-weight: 300;
}
.navbar-main .navbar-nav {
  font-family: var(--font-second);
  font-weight: 500;
}
.navbar-main .nav-link {
  text-transform: uppercase;
}
.navbar-main .nav-link.active {
  color: var(--green);
}

.intro {
  position: relative;
}
.intro__item {
  position: relative;
  overflow: hidden;
  padding-top: 35%;
}
.intro__item::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--black);
  opacity: 0.6;
}
.intro__item-img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.intro__controls {
  position: absolute;
  z-index: 1;
  width: 100%;
  bottom: 5px;
}
.intro__controls .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.intro .intro-next,
.intro .intro-prev {
  opacity: 0.6;
  width: 60px;
  height: 60px;
  fill: #ffffff;
}
.intro .intro-next:hover,
.intro .intro-prev:hover {
  opacity: 1;
  fill: var(--accent);
}
.intro .swiper-pagination {
  position: static;
  width: auto;
}
.intro .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}
.intro__item-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.intro__item-title {
  font-size: max(2vw, 20px);
  font-weight: 600;
  line-height: 1.2;
  width: 540px;
  max-width: 100%;
  color: var(--blue-dark);
  font-family: var(--font-second);
  text-transform: uppercase;
}
.intro__item-title.--light {
  color: var(--white);
}

.section-padding-top, .section-padding {
  padding-top: 70px;
}

.section-padding-bottom, .section-padding {
  padding-bottom: 70px;
}

.feature-box {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}
.feature-box__icon {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  padding: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--accent);
  border-radius: 50%;
}
.feature-box__icon img {
  max-width: 100%;
  height: auto;
}
.feature-box__body {
  flex-grow: 1;
}
.feature-box__body h5 {
  margin-bottom: 0;
}

.category-thumb {
  background-color: var(--white);
  border: 1px solid var(--bs-gray-200);
  border-radius: 6px;
  padding: 5px;
  margin-bottom: 20px;
  transition: all 0.2s ease-in;
}
.category-thumb .image {
  margin-bottom: 5px;
}
.category-thumb img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}
.category-thumb h4 {
  text-align: center;
  margin-bottom: 0;
  padding: 10px;
  font-size: 20px;
  font-weight: 600;
}
.category-thumb h4 a {
  color: var(--blue-dark);
}
.category-thumb h4 a:hover {
  color: var(--accent);
}
.category-thumb:hover {
  box-shadow: 3px 3px 7px rgba(var(--black-rgb), 0.05);
}

.product-item {
  background-color: var(--white);
  border: 1px solid var(--bs-gray-200);
  border-radius: 6px;
  padding: 5px;
  margin-bottom: 20px;
  transition: all 0.2s ease-in;
}
.product-item__image img {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.product-item__body {
  padding: 10px;
  flex-grow: 1;
}
.product-item__name {
  font-size: 18px;
  font-weight: 700;
  margin-top: 0;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.product-item__name a {
  color: var(--blue-dark);
}
.product-item__name a:hover {
  color: var(--accent);
}
.product-item__price {
  font-size: 22px;
  font-weight: 700;
}
.product-item .btn {
  margin-top: 10px;
  width: 100%;
}
.product-item:hover {
  box-shadow: 3px 3px 7px rgba(var(--black-rgb), 0.05);
}
.product-item:hover .btn {
  color: var(--white);
  background-color: var(--accent-dark-1);
}

.thumbnails {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  padding: 0;
  list-style: none;
}
.thumbnails .thumbnail {
  border: 1px solid var(--bs-gray-200);
  border-radius: 6px;
  padding: 3px;
  display: block;
}
.thumbnails img {
  border-radius: 4px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.thumbnails li:first-child {
  width: 100%;
  overflow: hidden;
}
.thumbnails li:first-child .thumbnail {
  height: 360px;
}
.thumbnails li:not(:first-child) a {
  width: 80px;
  height: 80px;
  display: block;
}

.production-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.production-list li {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .production-list {
    grid-template-columns: 1fr;
  }
}

.production-callaction {
  position: relative;
  padding: 160px 30px;
  text-align: center;
  overflow: hidden;
  color: var(--white);
  background-size: cover;
  background-position: center;
}
.production-callaction::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  content: "";
  background-color: rgba(var(--blue-dark-rgb), 0.85);
}
.production-callaction__title {
  font-size: 28px;
  font-weight: 500;
  position: relative;
  margin: 0;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .production-callaction {
    padding: 130px 30px;
  }
  .production-callaction .production-callaction__title {
    font-size: 22px;
  }
}
@media (max-width: 767.98px) {
  .production-callaction {
    padding: 100px 30px;
  }
  .production-callaction .production-callaction__title {
    font-size: 22px;
  }
}

.homegallery {
  position: relative;
  background-color: #262626;
}
.homegallery .container {
  position: relative;
  z-index: 1;
}
.homegallery .title {
  color: var(--white);
}
.homegallery .title-fade {
  color: var(--white-rgb);
  opacity: 0.1;
}

.homereview__text {
  line-height: 1.2;
  padding-right: 20px;
  color: var(--bs-gray-700);
}
.homereview .swiper-slide {
  height: auto;
}

.blog-item {
  position: relative;
}
.blog-item__image {
  position: relative;
  text-align: center;
  border-radius: 8px;
  overflow: hidden;
}
.blog-item__image img {
  max-width: 100%;
  width: auto;
  height: auto;
  transition: all 0.3s ease;
}
.blog-item__date {
  background: var(--accent-dark-1);
  color: #fff;
  position: absolute;
  bottom: 15px;
  right: 15px;
  border-radius: 4px;
  z-index: 1;
  text-align: center;
  padding: 12px;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 1.1;
}
.blog-item__date span {
  display: block;
}
.blog-item__date .date {
  font-size: 18px;
  font-weight: 700;
}
.blog-item__content {
  margin-top: 15px;
}
.blog-item__name {
  font-size: 16px;
  font-weight: 500;
}
.blog-item__desc {
  font-size: 14px;
}
.blog-item__more {
  display: inline-block;
  margin-top: 10px;
  font-weight: 500;
}
.blog-item:hover .blog-item__image img {
  scale: 1.2;
}

.review-card {
  background-color: var(--bs-gray-100);
  border: 1px solid var(--bs-gray-200);
  border-radius: 6px;
  position: relative;
  padding: 20px;
  margin-bottom: 20px;
  height: calc(100% - 20px);
}
.review-card__info {
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
}
.review-card__avatar {
  width: 70px;
  height: 70px;
  position: relative;
  background-color: var(--white);
  border-radius: 50%;
  overflow: hidden;
}
.review-card__name {
  font-weight: 700;
  color: var(--blue-dark);
}
.review-card__rating {
  margin-top: 6px;
}
.review-card__desc {
  margin-top: 15px;
}
.review-card__answer {
  margin-top: 20px;
  padding: 20px;
  position: relative;
  background-color: var(--white);
  margin: 20px -20px -20px;
}
.review-card__answer-title {
  position: absolute;
  top: -10px;
  left: 20px;
  font-size: 11px;
  font-weight: 700;
  background-color: #fff;
  padding: 5px 6px 3px;
  line-height: 1;
  text-transform: uppercase;
  color: var(--accent-dark);
  border-radius: 3px;
}

.form-review {
  background-color: #fff;
  box-shadow: var(--shadow);
  border-radius: 10px;
  position: relative;
}

.avatar-upload {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 104px;
  height: 104px;
  background: #F8F8F8;
  border-radius: 0.25rem;
  cursor: pointer;
  z-index: 1;
  overflow: hidden;
}

.avatar-upload__input {
  display: none;
}

.avatar-upload__icon {
  position: absolute;
  top: 0;
  left: 0;
}

.avatar-upload--image .avatar-upload__icon {
  display: none;
}

.avatar-upload__upload {
  font-size: 13px;
  line-height: 1.2;
  text-align: center;
  color: inherit;
  pointer-events: none;
  font-weight: 500;
  z-index: 1;
  padding: 0 10px;
}

.avatar-upload--image .avatar-upload__upload {
  display: none;
}

.avatar-upload__delete {
  display: none;
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 32px;
  height: 32px;
  background: #f8f9fa;
  text-indent: -9999px;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.avatar-upload__delete::after, .avatar-upload__delete::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 14px;
  background-color: #ff231f;
  content: "";
}

.avatar-upload__delete::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.avatar-upload__delete::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.avatar-upload--image .avatar-upload__delete {
  display: block;
}

.avatar-upload--image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  cursor: default;
}

.rating {
  display: flex;
}

.rating span,
.rating label {
  margin-right: 2px;
  height: 16px;
  width: 16px;
  font-size: 0;
  background-image: url("data:image/svg+xml,%3Csvg role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='%23dee2e6' d='M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
}

.rating label {
  cursor: pointer;
}

.rating input {
  display: none;
}

.rating input:nth-child(1):checked ~ label:nth-of-type(-n + 1),
.rating input:nth-child(2):checked ~ label:nth-of-type(-n + 2),
.rating input:nth-child(3):checked ~ label:nth-of-type(-n + 3),
.rating input:nth-child(4):checked ~ label:nth-of-type(-n + 4),
.rating input:nth-child(5):checked ~ label:nth-of-type(-n + 5), .rating-1 span:nth-of-type(-n + 1), .rating-2 span:nth-of-type(-n + 2), .rating-3 span:nth-of-type(-n + 3), .rating-4 span:nth-of-type(-n + 4), .rating-5 span:nth-of-type(-n + 5) {
  background-image: url("data:image/svg+xml,%3Csvg role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='%23fcc102' d='M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z'%3E%3C/path%3E%3C/svg%3E");
}

.rating-form span,
.rating-form label {
  margin-right: 4px;
  height: 24px;
  width: 24px;
}

.page-header {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.page-header::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  content: "";
  background-color: rgba(var(--bs-black-rgb), 0.7);
}
.page-header .container {
  position: relative;
}
.page-header .breadcrumb {
  margin-top: 20px;
  margin-bottom: 0;
  padding: 0;
  background: transparent;
  font-size: 0.86rem;
  list-style: none;
}
.page-header .breadcrumb li {
  display: inline-block;
  padding: 0 10px;
  position: relative;
}
.page-header .breadcrumb li::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  left: -5px;
  top: 6px;
  display: inline-block;
  font-style: normal;
  background-color: var(--accent);
}
.page-header .breadcrumb li:first-child::before {
  display: none;
}
.page-header .breadcrumb li.active {
  color: rgba(var(--white-rgb), 0.6);
}
.page-header .breadcrumb a {
  color: var(--bs-white);
}
.page-header .breadcrumb a:hover {
  color: var(--accent);
}
.page-header__title {
  position: relative;
  margin-bottom: 0;
  color: var(--bs-white);
  font-weight: 700;
}
@media (min-width: 992px) {
  .page-header {
    padding: 70px 0;
  }
}

.ya-share2__container_shape_round.ya-share2__container_size_l .ya-share2__badge .ya-share2__icon:not(.ya-share2__icon_messenger-contact):not(.ya-share2__icon_more):not(.ya-share2__icon_copy) {
  background-size: 32px 32px !important;
}

.ya-share2__container_size_l .ya-share2__badge .ya-share2__icon {
  height: 40px !important;
  width: 40px !important;
  background-size: 40px 40px !important;
}

.footer {
  background-color: #262626;
}
.footer__top {
  padding: 50px 0;
  display: flex;
  justify-content: space-between;
  gap: 30px 20px;
  color: rgba(var(--white-rgb), 0.65);
}
.footer h4 {
  font-weight: 600;
  font-size: 18px;
  color: var(--accent);
  margin-top: 0;
  margin-bottom: 10px;
}
.footer__logo .logo-name,
.footer__logo .logo-slogan {
  color: var(--white);
}
.footer__social {
  margin-top: 30px;
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.footer__social a {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50rem;
  opacity: 0.5;
  border: 1px solid #fff;
  flex-shrink: 0;
  transition: all 0.2s ease-in;
}
.footer__social a:hover {
  border-color: var(--white);
  opacity: 1;
}
.footer__social a:hover svg {
  fill: var(--white);
}
.footer__social svg {
  transition: all 0.2s ease-in;
  fill: #fff;
}
.footer__nav {
  max-width: 260px;
  width: 100%;
}
.footer__nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer__nav ul a {
  color: rgba(var(--white-rgb), 0.65);
}
.footer__nav ul a:hover {
  color: var(--white);
}
.footer__nav-row {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.footer__num {
  font-size: 18px;
  font-weight: 600;
  color: var(--white) !important;
}
.footer__bottom {
  border-top: 2px solid rgba(var(--white-rgb), 0.1);
  padding: 20px 0;
  color: rgba(var(--white-rgb), 0.3);
}
.footer__bottom a {
  color: rgba(var(--white-rgb), 0.3);
}
.footer__bottom a:hover {
  color: rgba(var(--white-rgb), 0.3);
}