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

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

html {
  font-family: sans-serif;
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: #fff;
}

body {
  position: relative;
  font-family: "Open Sans", sans-serif;
  line-height: 1;
  margin: 0;
  padding: 0;
}
body.scroll-lock {
  overflow: hidden;
  height: 100vh;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
@media only screen and (min-width: 768px) {
  .container {
    max-width: 750px;
  }
}
@media only screen and (min-width: 991px) {
  .container {
    max-width: 970px;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
@media only screen and (min-width: 1460px) {
  .container {
    max-width: 1430px;
  }
}

::-moz-selection {
  color: #333;
  background: #35E3B8;
}

::selection {
  color: #333;
  background: #35E3B8;
}

.m-0 {
  margin: 0 !important;
}

.btn-primary, .controls-panel .btn-primary {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 45px;
  background: #35E3B8;
  font-size: 18px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  color: #263238;
  line-height: 1;
  white-space: nowrap;
  border-radius: 25px;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .btn-primary, .controls-panel .btn-primary {
    height: 50px;
    padding: 0 60px;
  }
}
.btn-primary span, .controls-panel .btn-primary span {
  z-index: 2;
  position: relative;
}
.btn-primary:hover {
  background: #0099FF;
  color: #fff;
}

.primary-underline, .mobile-navigation ul > li > a.primary-underline {
  text-decoration: underline;
  text-decoration-color: #0099FF;
  text-decoration-thickness: 1px;
  text-underline-offset: 1px;
}

.secondary-underline, .mobile-navigation ul > li > a.secondary-underline {
  text-decoration: underline;
  text-decoration-color: #35E3B8;
  text-decoration-thickness: 1px;
  text-underline-offset: 1px;
}

.btn-pdf {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  column-gap: 1.5rem;
  text-align: left;
  transition: 0.3s;
  font-weight: 400;
  font-family: "Rajdhani", sans-serif;
  color: #cb0507;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  font-size: 1.6rem;
}
@media only screen and (min-width: 1200px) {
  .btn-pdf {
    font-size: 1.8rem;
  }
}
.btn-pdf:hover {
  text-decoration: none;
}
.btn-pdf img {
  width: 2rem;
}

@media only screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}

.header-toggle {
  position: relative;
  z-index: 9999;
  align-items: center;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  text-decoration: none !important;
  background: transparent;
  transition: 0.3s;
  cursor: pointer;
}
.header-toggle__icon {
  position: relative;
  height: 2rem;
  width: 3rem;
}
.header-toggle__icon span {
  display: block;
  position: absolute;
  height: 0.2rem;
  width: 3rem;
  background: #fff;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  pointer-events: none;
}
.header-toggle__icon span:nth-child(1) {
  top: 0rem;
}
.header-toggle__icon span:nth-child(2) {
  top: 0.7rem;
}
.header-toggle__icon span:nth-child(3) {
  top: 0.7rem;
}
.header-toggle__icon span:nth-child(4) {
  top: 1.5rem;
}
.header-toggle__icon.open span {
  background: #35E3B8;
}
.header-toggle__icon.open span:nth-child(1) {
  top: 0rem;
  width: 0%;
  left: 50%;
}
.header-toggle__icon.open span:nth-child(2) {
  transform: rotate(45deg);
}
.header-toggle__icon.open span:nth-child(3) {
  transform: rotate(-45deg);
}
.header-toggle__icon.open span:nth-child(4) {
  top: 0rem;
  width: 0%;
  left: 50%;
}

.header {
  z-index: 90;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
}
.header.opened-menu {
  background: #231f90;
}
.header--green .btn-primary {
  background: #fff;
  color: #263238;
}
.header--green .btn-primary:hover {
  background: #0099FF;
  color: #fff;
}
.header--green .navigation > li.selected > a {
  color: #fff;
  text-decoration-color: #35E3B8;
}
.header .header-toggle {
  display: flex;
}
@media only screen and (min-width: 1200px) {
  .header .header-toggle {
    display: none;
  }
}
.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}
@media only screen and (min-width: 1200px) {
  .header__container {
    height: 105px;
  }
}
@media only screen and (min-width: 1460px) {
  .header__container {
    height: 144px;
  }
}
.header__logo img {
  display: block;
  max-width: 100%;
  height: 60px;
  width: auto;
}
@media only screen and (min-width: 768px) {
  .header__logo img {
    height: 80px;
  }
}
@media only screen and (min-width: 1460px) {
  .header__logo img {
    height: 119px;
  }
}
.header__left {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media only screen and (min-width: 1460px) {
  .header__left {
    gap: 30px;
  }
}
.header__right {
  display: flex;
  align-items: center;
  gap: 15px;
}
.header__nav {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .header__nav {
    display: block !important;
  }
}
.header__primary-btn {
  min-width: unset;
}
.header__lang {
  position: relative;
}
.header__lang-btn {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  position: relative;
  padding: 0 2.4rem 0 0;
  background: transparent;
  border-radius: 0;
}
@media only screen and (min-width: 550px) {
  .header__lang-btn {
    padding: 0 2.4rem;
  }
}
.header__lang-btn img {
  border-radius: 50%;
  object-fit: cover;
}
.header__lang-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.2rem;
  border-top: 0.6rem solid #35E3B8;
  border-left: 0.6rem solid transparent;
  border-right: 0.6rem solid transparent;
}
.header__lang-menu {
  display: none;
  z-index: 1000;
}
.header__lang-menu.open {
  display: block;
}
.header__lang-menu ul {
  z-index: 99;
  position: absolute;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 8px 0;
  background: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
  border-radius: 15px;
  overflow: clip;
  transition: 0.3s;
  top: 100%;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  filter: blur(0);
}
.header__lang-menu ul li {
  margin: 0;
  padding: 0;
}
.header__lang-menu ul li a {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  line-height: 1.3333333333;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 6px 15px;
  margin: 0;
  font-size: 18px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  color: #333333;
  transition: 0.3s;
  white-space: nowrap;
  gap: 10px;
}
@media only screen and (min-width: 1460px) {
  .header__lang-menu ul li a {
    padding: 8px 20px;
  }
}
.header__lang-menu ul li a span {
  margin: 0;
}
.header__lang-menu ul li a:hover {
  background: #ECECEC;
}
.header .wpml-ls-statics-shortcode_actions {
  padding: 0;
  border: none;
}

.navigation {
  display: flex;
  align-items: center;
  flex-direction: row;
  list-style: none;
  margin: 0;
  padding: 0;
}
.navigation > li {
  position: relative;
  margin: 0;
  padding: 0;
}
.navigation > li.current_page_item > a, .navigation > li.current-page-ancestor > a, .navigation > li.current-menu-parent > a {
  color: #35E3B8;
  text-decoration: underline;
  text-decoration-thickness: 4px;
  text-underline-offset: 6px;
}
.navigation > li > a {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  line-height: 1.3333333333;
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 0 15px;
  margin: 0;
  font-size: 18px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  color: #fff;
  transition: 0.3s;
  white-space: nowrap;
}
@media only screen and (min-width: 1460px) {
  .navigation > li > a {
    padding: 0 20px;
  }
}
.navigation > li:hover > a {
  color: #35E3B8;
}
.navigation > li.has-childs > a {
  padding: 0 35px 0 15px;
}
@media only screen and (min-width: 1460px) {
  .navigation > li.has-childs > a {
    padding: 0 44px 0 20px;
  }
}
.navigation > li.has-childs > a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  border-top: 8px solid #35E3B8;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}
@media only screen and (min-width: 1460px) {
  .navigation > li.has-childs > a::after {
    right: 20px;
  }
}
.navigation > li.has-childs:hover > ul {
  top: 100%;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  filter: blur(0);
}
.navigation > li > ul {
  z-index: 99;
  position: absolute;
  top: calc(100% + 15px);
  left: 0;
  list-style: none;
  margin: 0;
  padding: 8px 0;
  background: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
  border-radius: 15px;
  overflow: clip;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  filter: blur(5px);
}
.navigation > li > ul > li {
  margin: 0;
  padding: 0;
}
.navigation > li > ul > li > a {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  line-height: 1.3333333333;
  position: relative;
  display: block;
  padding: 6px 15px;
  margin: 0;
  font-size: 18px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  color: #333333;
  transition: 0.3s;
  white-space: nowrap;
}
@media only screen and (min-width: 1460px) {
  .navigation > li > ul > li > a {
    padding: 8px 20px;
  }
}
.navigation > li > ul > li > a:hover {
  background: #ECECEC;
}

.mobile-navigation-wrapper {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}
.mobile-navigation-wrapper.open {
  display: block;
}
.mobile-navigation-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6980392157);
  z-index: -1;
}

.mobile-navigation-panel {
  background: #231f90;
  max-height: calc(100vh - 80px);
  overflow-y: auto;
}

.mobile-navigation {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 10px 0;
}
.mobile-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mobile-navigation ul > li {
  position: relative;
  margin: 10px 0;
  padding: 0;
}
.mobile-navigation ul > li.current_page_item > a {
  color: #35E3B8;
}
.mobile-navigation ul > li .navigation__link-count {
  top: 4px;
  right: -15px;
  bottom: unset;
}
.mobile-navigation ul > li .btn-primary:hover {
  background: transparent !important;
}
.mobile-navigation ul > li > a {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  line-height: 1.3333333333;
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 0;
  margin: 0;
  font-size: 20px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  color: #fff;
  transition: 0.3s;
  white-space: nowrap;
}
.mobile-navigation ul > li > a.secondary-underline {
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
.mobile-navigation ul > li > a.secondary-underline:hover {
  color: #35E3B8;
}
.mobile-navigation ul > li > a.primary-underline {
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
.mobile-navigation ul > li > a.selected {
  color: #0099FF;
}
.mobile-navigation ul > li.has-children > a {
  padding: 0 28px 0 0;
}
.mobile-navigation ul > li.has-children > a::before {
  content: "";
  position: absolute;
  top: calc(50% + 2px);
  right: 11px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #0099FF;
}
.mobile-navigation ul > li:hover > a {
  color: #0099FF;
}
.mobile-navigation ul > li > ul {
  list-style: none;
  padding: 0;
  margin: 10px 0 20px 0;
}
.mobile-navigation ul > li > ul > li {
  position: relative;
  margin: 5px 0;
  padding: 0 0 0 15px;
}
.mobile-navigation ul > li > ul > li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 50%;
}
.mobile-navigation ul > li > ul > li > a {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  line-height: 1.3333333333;
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 300;
  color: #fff;
  transition: 0.3s;
  white-space: nowrap;
}
.mobile-navigation ul > li > ul > li > a:hover {
  color: #0099FF;
}

section {
  overflow: clip;
}

b, strong {
  font-weight: 600;
}

.base-section-title, .process-panel__title, .reference-preview__title, .technology-text__title, .main-cards__title, .page-header__title, .form-panel__title, .about__caption, .about__title, .home-header__title {
  line-height: 1;
  color: #333333;
  font-size: 36px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
}
@media (min-width: 768px) {
  .base-section-title, .process-panel__title, .reference-preview__title, .technology-text__title, .main-cards__title, .page-header__title, .form-panel__title, .about__caption, .about__title, .home-header__title {
    font-size: 44px;
  }
}
@media only screen and (min-width: 991px) {
  .base-section-title, .process-panel__title, .reference-preview__title, .technology-text__title, .main-cards__title, .page-header__title, .form-panel__title, .about__caption, .about__title, .home-header__title {
    font-size: 60px;
  }
}
@media (min-width: 1200px) {
  .base-section-title, .process-panel__title, .reference-preview__title, .technology-text__title, .main-cards__title, .page-header__title, .form-panel__title, .about__caption, .about__title, .home-header__title {
    font-size: 70px;
  }
}
@media only screen and (min-width: 1460px) {
  .base-section-title, .process-panel__title, .reference-preview__title, .technology-text__title, .main-cards__title, .page-header__title, .form-panel__title, .about__caption, .about__title, .home-header__title {
    font-size: 80px;
  }
}

.base-section-text, .product-detail-tabs__parameters-table, .product-detail-tabs__texts, .product-detail__variants-list, .product-detail__info-texts, .main-news-card__text, .contacts-item, .contact-box-item, .contact-box__desc, .page-common, .reference-list-panel__heading, .product-list-panel__heading, .product-card__text, .small-card-item, .small-cards__heading, .process-box__texts, .process-step-item__text, .reference-preview-card__text, .reference-preview__text, .technology-text__texts, .main-content-card, .page-header__text, .default-form__text, .form-panel__text, .about__texts, .categories-box__text, .benefit-item__text, .home-header__text, .base-common-text .basic-table, .product-detail-tabs__texts .basic-table, .product-detail__info-texts .basic-table, .page-common .basic-table, .small-cards__heading .basic-table, .base-common-text table, .product-detail-tabs__texts table, .product-detail__info-texts table, .page-common table, .small-cards__heading table {
  line-height: 1.3;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  color: #333333;
}
.base-section-text a, .product-detail-tabs__parameters-table a, .product-detail-tabs__texts a, .product-detail__variants-list a, .product-detail__info-texts a, .main-news-card__text a, .contacts-item a, .contact-box-item a, .contact-box__desc a, .page-common a, .reference-list-panel__heading a, .product-list-panel__heading a, .product-card__text a, .small-card-item a, .small-cards__heading a, .process-box__texts a, .process-step-item__text a, .reference-preview-card__text a, .reference-preview__text a, .technology-text__texts a, .main-content-card a, .page-header__text a, .default-form__text a, .form-panel__text a, .about__texts a, .categories-box__text a, .benefit-item__text a, .home-header__text a, .base-common-text .basic-table a, .product-detail-tabs__texts .basic-table a, .product-detail__info-texts .basic-table a, .page-common .basic-table a, .small-cards__heading .basic-table a, .base-common-text table a {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  color: #35E3B8;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 1px;
}
.base-section-text a:hover, .product-detail-tabs__parameters-table a:hover, .product-detail-tabs__texts a:hover, .product-detail__variants-list a:hover, .product-detail__info-texts a:hover, .main-news-card__text a:hover, .contacts-item a:hover, .contact-box-item a:hover, .contact-box__desc a:hover, .page-common a:hover, .reference-list-panel__heading a:hover, .product-list-panel__heading a:hover, .product-card__text a:hover, .small-card-item a:hover, .small-cards__heading a:hover, .process-box__texts a:hover, .process-step-item__text a:hover, .reference-preview-card__text a:hover, .reference-preview__text a:hover, .technology-text__texts a:hover, .main-content-card a:hover, .page-header__text a:hover, .default-form__text a:hover, .form-panel__text a:hover, .about__texts a:hover, .categories-box__text a:hover, .benefit-item__text a:hover, .home-header__text a:hover, .base-common-text .basic-table a:hover, .base-common-text table a:hover {
  text-decoration: none;
}

.base-breadcrumbs, .product-detail__breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 3px;
  line-height: 1;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 16px;
}
@media (min-width: 991px) {
  .base-breadcrumbs, .product-detail__breadcrumbs {
    font-size: 18px;
  }
}

.base-breadcrumbs-item, .product-detail__breadcrumbs-link {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  transition: 0.3s color;
}
.base-breadcrumbs-item:hover, .product-detail__breadcrumbs-link:hover {
  color: #35E3B8;
}

.base-common-text h2, .product-detail-tabs__texts h2, .product-detail__info-texts h2, .page-common h2, .small-cards__heading h2 {
  margin: 0 0 30px 0;
  line-height: 1.15;
  font-size: 30px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  color: #000;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .base-common-text h2, .product-detail-tabs__texts h2, .product-detail__info-texts h2, .page-common h2, .small-cards__heading h2 {
    font-size: 40px;
  }
}
.base-common-text h3, .product-detail-tabs__texts h3, .product-detail__info-texts h3, .page-common h3, .small-cards__heading h3 {
  position: relative;
  margin: 0 0 20px 0;
  line-height: 1.5;
  font-size: 24px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  color: #000;
}
.base-common-text p, .product-detail-tabs__texts p, .product-detail__info-texts p, .page-common p, .small-cards__heading p {
  margin: 0 0 3rem 0;
}
.base-common-text img, .product-detail-tabs__texts img, .product-detail__info-texts img, .page-common img, .small-cards__heading img {
  max-width: 100%;
}
.base-common-text .wide-image, .product-detail-tabs__texts .wide-image, .product-detail__info-texts .wide-image, .page-common .wide-image, .small-cards__heading .wide-image,
.base-common-text .common-gallery,
.product-detail-tabs__texts .common-gallery,
.product-detail__info-texts .common-gallery,
.page-common .common-gallery,
.small-cards__heading .common-gallery,
.base-common-text .controls-panel,
.product-detail-tabs__texts .controls-panel,
.product-detail__info-texts .controls-panel,
.page-common .controls-panel,
.small-cards__heading .controls-panel {
  margin: 4rem 0;
}
.base-common-text ul.dots-list, .base-common-text ul, .product-detail-tabs__texts ul, .product-detail__info-texts ul, .page-common ul, .small-cards__heading ul {
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none;
}
.base-common-text ul.dots-list li, .base-common-text ul li, .product-detail-tabs__texts ul li, .product-detail__info-texts ul li, .page-common ul li, .small-cards__heading ul li {
  position: relative;
  margin: 0 0 10px 0;
  padding-left: 20px;
}
@media only screen and (min-width: 1460px) {
  .base-common-text ul.dots-list li, .base-common-text ul li, .product-detail-tabs__texts ul li, .product-detail__info-texts ul li, .page-common ul li, .small-cards__heading ul li {
    padding-left: 25px;
  }
}
.base-common-text ul.dots-list li::before, .base-common-text ul li::before, .product-detail-tabs__texts ul li::before, .product-detail__info-texts ul li::before, .page-common ul li::before, .small-cards__heading ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: #0099FF;
  border-radius: 50%;
}
.base-common-text ol.numbered-list, .base-common-text ol, .product-detail-tabs__texts ol, .product-detail__info-texts ol, .page-common ol, .small-cards__heading ol {
  text-align: left !important;
  width: 100%;
  margin: 4rem 0;
  padding: 0;
  list-style: none;
  counter-reset: ol-counter;
}
.base-common-text ol.numbered-list li, .base-common-text ol li, .product-detail-tabs__texts ol li, .product-detail__info-texts ol li, .page-common ol li, .small-cards__heading ol li {
  position: relative;
  margin: 0 0 4rem 0;
  padding: 0 0 0 6rem;
  counter-increment: ol-counter;
}
.base-common-text ol.numbered-list li::before, .base-common-text ol li::before, .product-detail-tabs__texts ol li::before, .product-detail__info-texts ol li::before, .page-common ol li::before, .small-cards__heading ol li::before {
  font-size: calc(20px * 1);
  content: counter(ol-counter) ".";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  width: 4rem;
  height: 4rem;
  padding: 0 0 0 0.5rem;
  transform: translateY(-50%);
  color: #263238;
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  background: #35E3B8;
  border-radius: 50%;
}
.base-common-text .basic-table, .product-detail-tabs__texts .basic-table, .product-detail__info-texts .basic-table, .page-common .basic-table, .small-cards__heading .basic-table, .base-common-text table, .product-detail-tabs__texts table, .product-detail__info-texts table, .page-common table, .small-cards__heading table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
  border-spacing: 0;
  background: #ECECEC;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.base-common-text .basic-table thead tr, .product-detail-tabs__texts .basic-table thead tr, .product-detail__info-texts .basic-table thead tr, .page-common .basic-table thead tr, .small-cards__heading .basic-table thead tr, .base-common-text table thead tr, .product-detail-tabs__texts table thead tr, .product-detail__info-texts table thead tr, .page-common table thead tr, .small-cards__heading table thead tr {
  height: 40px;
  background: #0099FF;
}
@media (min-width: 768px) {
  .base-common-text .basic-table thead tr, .product-detail-tabs__texts .basic-table thead tr, .product-detail__info-texts .basic-table thead tr, .page-common .basic-table thead tr, .small-cards__heading .basic-table thead tr, .base-common-text table thead tr, .product-detail-tabs__texts table thead tr, .product-detail__info-texts table thead tr, .page-common table thead tr, .small-cards__heading table thead tr {
    height: 50px;
  }
}
.base-common-text .basic-table thead tr td, .product-detail-tabs__texts .basic-table thead tr td, .product-detail__info-texts .basic-table thead tr td, .page-common .basic-table thead tr td, .small-cards__heading .basic-table thead tr td, .base-common-text .basic-table thead tr th, .product-detail-tabs__texts .basic-table thead tr th, .product-detail__info-texts .basic-table thead tr th, .page-common .basic-table thead tr th, .small-cards__heading .basic-table thead tr th, .base-common-text table thead tr td, .product-detail-tabs__texts table thead tr td, .product-detail__info-texts table thead tr td, .page-common table thead tr td, .small-cards__heading table thead tr td, .base-common-text table thead tr th, .product-detail-tabs__texts table thead tr th, .product-detail__info-texts table thead tr th, .page-common table thead tr th, .small-cards__heading table thead tr th {
  color: #fff;
  text-align: left;
  font-size: 16px;
  font-weight: 700;
  font-family: "Rajdhani", sans-serif;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  padding: 0 5px;
}
@media (min-width: 768px) {
  .base-common-text .basic-table thead tr td, .product-detail-tabs__texts .basic-table thead tr td, .product-detail__info-texts .basic-table thead tr td, .page-common .basic-table thead tr td, .small-cards__heading .basic-table thead tr td, .base-common-text .basic-table thead tr th, .product-detail-tabs__texts .basic-table thead tr th, .product-detail__info-texts .basic-table thead tr th, .page-common .basic-table thead tr th, .small-cards__heading .basic-table thead tr th, .base-common-text table thead tr td, .product-detail-tabs__texts table thead tr td, .product-detail__info-texts table thead tr td, .page-common table thead tr td, .small-cards__heading table thead tr td, .base-common-text table thead tr th, .product-detail-tabs__texts table thead tr th, .product-detail__info-texts table thead tr th, .page-common table thead tr th, .small-cards__heading table thead tr th {
    font-size: 18px;
    padding: 0 10px;
  }
}
.base-common-text .basic-table thead tr td:first-child, .product-detail-tabs__texts .basic-table thead tr td:first-child, .product-detail__info-texts .basic-table thead tr td:first-child, .page-common .basic-table thead tr td:first-child, .small-cards__heading .basic-table thead tr td:first-child, .base-common-text .basic-table thead tr th:first-child, .product-detail-tabs__texts .basic-table thead tr th:first-child, .product-detail__info-texts .basic-table thead tr th:first-child, .page-common .basic-table thead tr th:first-child, .small-cards__heading .basic-table thead tr th:first-child, .base-common-text table thead tr td:first-child, .product-detail-tabs__texts table thead tr td:first-child, .product-detail__info-texts table thead tr td:first-child, .page-common table thead tr td:first-child, .small-cards__heading table thead tr td:first-child, .base-common-text table thead tr th:first-child, .product-detail-tabs__texts table thead tr th:first-child, .product-detail__info-texts table thead tr th:first-child, .page-common table thead tr th:first-child, .small-cards__heading table thead tr th:first-child {
  padding-left: 10px;
  border-left: none;
  border-top-left-radius: 20px;
}
@media (min-width: 768px) {
  .base-common-text .basic-table thead tr td:first-child, .product-detail-tabs__texts .basic-table thead tr td:first-child, .product-detail__info-texts .basic-table thead tr td:first-child, .page-common .basic-table thead tr td:first-child, .small-cards__heading .basic-table thead tr td:first-child, .base-common-text .basic-table thead tr th:first-child, .product-detail-tabs__texts .basic-table thead tr th:first-child, .product-detail__info-texts .basic-table thead tr th:first-child, .page-common .basic-table thead tr th:first-child, .small-cards__heading .basic-table thead tr th:first-child, .base-common-text table thead tr td:first-child, .product-detail-tabs__texts table thead tr td:first-child, .product-detail__info-texts table thead tr td:first-child, .page-common table thead tr td:first-child, .small-cards__heading table thead tr td:first-child, .base-common-text table thead tr th:first-child, .product-detail-tabs__texts table thead tr th:first-child, .product-detail__info-texts table thead tr th:first-child, .page-common table thead tr th:first-child, .small-cards__heading table thead tr th:first-child {
    padding-left: 20px;
  }
}
.base-common-text .basic-table thead tr td:last-child, .product-detail-tabs__texts .basic-table thead tr td:last-child, .product-detail__info-texts .basic-table thead tr td:last-child, .page-common .basic-table thead tr td:last-child, .small-cards__heading .basic-table thead tr td:last-child, .base-common-text .basic-table thead tr th:last-child, .product-detail-tabs__texts .basic-table thead tr th:last-child, .product-detail__info-texts .basic-table thead tr th:last-child, .page-common .basic-table thead tr th:last-child, .small-cards__heading .basic-table thead tr th:last-child, .base-common-text table thead tr td:last-child, .product-detail-tabs__texts table thead tr td:last-child, .product-detail__info-texts table thead tr td:last-child, .page-common table thead tr td:last-child, .small-cards__heading table thead tr td:last-child, .base-common-text table thead tr th:last-child, .product-detail-tabs__texts table thead tr th:last-child, .product-detail__info-texts table thead tr th:last-child, .page-common table thead tr th:last-child, .small-cards__heading table thead tr th:last-child {
  padding-right: 10px;
  border-top-right-radius: 20px;
}
@media (min-width: 768px) {
  .base-common-text .basic-table thead tr td:last-child, .product-detail-tabs__texts .basic-table thead tr td:last-child, .product-detail__info-texts .basic-table thead tr td:last-child, .page-common .basic-table thead tr td:last-child, .small-cards__heading .basic-table thead tr td:last-child, .base-common-text .basic-table thead tr th:last-child, .product-detail-tabs__texts .basic-table thead tr th:last-child, .product-detail__info-texts .basic-table thead tr th:last-child, .page-common .basic-table thead tr th:last-child, .small-cards__heading .basic-table thead tr th:last-child, .base-common-text table thead tr td:last-child, .product-detail-tabs__texts table thead tr td:last-child, .product-detail__info-texts table thead tr td:last-child, .page-common table thead tr td:last-child, .small-cards__heading table thead tr td:last-child, .base-common-text table thead tr th:last-child, .product-detail-tabs__texts table thead tr th:last-child, .product-detail__info-texts table thead tr th:last-child, .page-common table thead tr th:last-child, .small-cards__heading table thead tr th:last-child {
    padding-right: 20px;
  }
}
.base-common-text .basic-table tbody tr, .product-detail-tabs__texts .basic-table tbody tr, .product-detail__info-texts .basic-table tbody tr, .page-common .basic-table tbody tr, .small-cards__heading .basic-table tbody tr, .base-common-text table tbody tr, .product-detail-tabs__texts table tbody tr, .product-detail__info-texts table tbody tr, .page-common table tbody tr, .small-cards__heading table tbody tr {
  height: 40px;
}
@media (min-width: 768px) {
  .base-common-text .basic-table tbody tr, .product-detail-tabs__texts .basic-table tbody tr, .product-detail__info-texts .basic-table tbody tr, .page-common .basic-table tbody tr, .small-cards__heading .basic-table tbody tr, .base-common-text table tbody tr, .product-detail-tabs__texts table tbody tr, .product-detail__info-texts table tbody tr, .page-common table tbody tr, .small-cards__heading table tbody tr {
    height: 50px;
  }
}
.base-common-text .basic-table tbody tr:nth-child(2n), .product-detail-tabs__texts .basic-table tbody tr:nth-child(2n), .product-detail__info-texts .basic-table tbody tr:nth-child(2n), .page-common .basic-table tbody tr:nth-child(2n), .small-cards__heading .basic-table tbody tr:nth-child(2n), .base-common-text table tbody tr:nth-child(2n), .product-detail-tabs__texts table tbody tr:nth-child(2n), .product-detail__info-texts table tbody tr:nth-child(2n), .page-common table tbody tr:nth-child(2n), .small-cards__heading table tbody tr:nth-child(2n) {
  background: #f8f8f8;
}
.base-common-text .basic-table tbody tr td, .product-detail-tabs__texts .basic-table tbody tr td, .product-detail__info-texts .basic-table tbody tr td, .page-common .basic-table tbody tr td, .small-cards__heading .basic-table tbody tr td, .base-common-text table tbody tr td, .product-detail-tabs__texts table tbody tr td, .product-detail__info-texts table tbody tr td, .page-common table tbody tr td, .small-cards__heading table tbody tr td {
  font-size: 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  padding: 0 5px;
}
@media (min-width: 768px) {
  .base-common-text .basic-table tbody tr td, .product-detail-tabs__texts .basic-table tbody tr td, .product-detail__info-texts .basic-table tbody tr td, .page-common .basic-table tbody tr td, .small-cards__heading .basic-table tbody tr td, .base-common-text table tbody tr td, .product-detail-tabs__texts table tbody tr td, .product-detail__info-texts table tbody tr td, .page-common table tbody tr td, .small-cards__heading table tbody tr td {
    font-size: 16px;
    padding: 0 10px;
  }
}
.base-common-text .basic-table tbody tr td:first-child, .product-detail-tabs__texts .basic-table tbody tr td:first-child, .product-detail__info-texts .basic-table tbody tr td:first-child, .page-common .basic-table tbody tr td:first-child, .small-cards__heading .basic-table tbody tr td:first-child, .base-common-text table tbody tr td:first-child, .product-detail-tabs__texts table tbody tr td:first-child, .product-detail__info-texts table tbody tr td:first-child, .page-common table tbody tr td:first-child, .small-cards__heading table tbody tr td:first-child {
  padding-left: 10px;
  border-left: none;
}
@media (min-width: 768px) {
  .base-common-text .basic-table tbody tr td:first-child, .product-detail-tabs__texts .basic-table tbody tr td:first-child, .product-detail__info-texts .basic-table tbody tr td:first-child, .page-common .basic-table tbody tr td:first-child, .small-cards__heading .basic-table tbody tr td:first-child, .base-common-text table tbody tr td:first-child, .product-detail-tabs__texts table tbody tr td:first-child, .product-detail__info-texts table tbody tr td:first-child, .page-common table tbody tr td:first-child, .small-cards__heading table tbody tr td:first-child {
    padding-left: 20px;
  }
}
.base-common-text .basic-table tbody tr td:last-child, .product-detail-tabs__texts .basic-table tbody tr td:last-child, .product-detail__info-texts .basic-table tbody tr td:last-child, .page-common .basic-table tbody tr td:last-child, .small-cards__heading .basic-table tbody tr td:last-child, .base-common-text table tbody tr td:last-child, .product-detail-tabs__texts table tbody tr td:last-child, .product-detail__info-texts table tbody tr td:last-child, .page-common table tbody tr td:last-child, .small-cards__heading table tbody tr td:last-child {
  padding-right: 10px;
}
@media (min-width: 768px) {
  .base-common-text .basic-table tbody tr td:last-child, .product-detail-tabs__texts .basic-table tbody tr td:last-child, .product-detail__info-texts .basic-table tbody tr td:last-child, .page-common .basic-table tbody tr td:last-child, .small-cards__heading .basic-table tbody tr td:last-child, .base-common-text table tbody tr td:last-child, .product-detail-tabs__texts table tbody tr td:last-child, .product-detail__info-texts table tbody tr td:last-child, .page-common table tbody tr td:last-child, .small-cards__heading table tbody tr td:last-child {
    padding-right: 20px;
  }
}
.base-common-text .basic-table tbody tr:last-child td, .product-detail-tabs__texts .basic-table tbody tr:last-child td, .product-detail__info-texts .basic-table tbody tr:last-child td, .page-common .basic-table tbody tr:last-child td, .small-cards__heading .basic-table tbody tr:last-child td, .base-common-text table tbody tr:last-child td, .product-detail-tabs__texts table tbody tr:last-child td, .product-detail__info-texts table tbody tr:last-child td, .page-common table tbody tr:last-child td, .small-cards__heading table tbody tr:last-child td {
  border-bottom: none;
}

.section-home-header {
  position: relative;
  padding: 100px 0 30px 0;
}
@media (min-width: 991px) {
  .section-home-header {
    padding: 135px 0 40px 0;
  }
}
@media (min-width: 1200px) {
  .section-home-header {
    padding: 165px 0 70px 0;
  }
}
@media (min-width: 1460px) {
  .section-home-header {
    padding: 195px 0 102px 0;
  }
}
.section-home-header__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-home-header__bg::before {
  content: "";
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 121, 202, 0.8);
}

.home-header {
  z-index: 3;
  position: relative;
}
.home-header__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 991px) {
  .home-header__content {
    flex-direction: row;
    align-items: center;
    gap: 40px;
  }
}
@media (min-width: 1460px) {
  .home-header__content {
    gap: 168px;
  }
}
.home-header__title {
  margin: 0;
  color: #fff;
}
@media (min-width: 991px) {
  .home-header__title {
    min-width: 550px;
  }
}
@media (min-width: 1200px) {
  .home-header__title {
    min-width: 620px;
  }
}
@media (min-width: 1460px) {
  .home-header__title {
    min-width: 705px;
  }
}
.home-header__caption {
  margin: 0 0 14px 0;
  line-height: 1;
  color: #FFF;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 24px;
}
.home-header__text {
  margin: 0;
  color: #fff;
}
.home-header__text a {
  color: inherit;
  text-decoration-color: #fff;
}

.section-benefits-panel {
  background: #fff;
}
.section-benefits-panel--gray {
  background: #ECECEC;
}

.benefits-panel {
  padding: 26px 0;
}
.benefits-panel__list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
}
.benefits-panel__item {
  position: relative;
  width: 100%;
  padding: 0;
}
@media only screen and (min-width: 991px) {
  .benefits-panel__item {
    width: 33.3333333333%;
    padding: 0 20px;
  }
  .benefits-panel__item::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 60px;
    background: rgba(51, 51, 51, 0.5);
  }
}
@media only screen and (min-width: 1200px) {
  .benefits-panel__item {
    padding: 0 40px;
  }
}
@media only screen and (min-width: 1460px) {
  .benefits-panel__item {
    padding: 0 90px;
  }
}
.benefits-panel__item:last-child::after {
  content: none;
  display: none;
}

.benefit-item {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media only screen and (min-width: 1460px) {
  .benefit-item {
    gap: 25px;
  }
}
.benefit-item__icon {
  width: 38px;
  flex-shrink: 0;
}
@media only screen and (min-width: 1460px) {
  .benefit-item__icon {
    width: 42px;
  }
}
@media only screen and (min-width: 1660px) {
  .benefit-item__icon {
    width: 48px;
  }
}
.benefit-item__icon img {
  display: block;
  width: 100%;
  height: auto;
}
.benefit-item__title {
  line-height: 1.2;
  margin: 0 0 8px 0;
  font-size: 16px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 800;
  color: #333333;
}
@media only screen and (min-width: 1460px) {
  .benefit-item__title {
    font-size: 18px;
  }
}
.benefit-item__text {
  margin: 0;
}

.categories-panel {
  display: flex;
  flex-wrap: wrap;
}
.categories-panel__item {
  width: 100%;
}
@media only screen and (min-width: 991px) {
  .categories-panel__item {
    width: 50%;
  }
}
@media only screen and (min-width: 1200px) {
  .categories-panel__item {
    width: 33.33%;
  }
}
@media only screen and (min-width: 991px) {
  .categories-panel__item.categories-box {
    padding: 48px 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .categories-panel__item.categories-box {
    padding: 48px 40px;
    min-height: 500px;
  }
}
@media (min-width: 1460px) {
  .categories-panel__item.categories-box {
    min-height: 560px;
  }
}
@media only screen and (min-width: 1660px) {
  .categories-panel__item.categories-box {
    padding: 48px 70px 48px 80px;
  }
}
.categories-panel__item.categories-box:nth-child(1) .categories-box__bg::before {
  background: rgba(56, 166, 239, 0.8);
}
.categories-panel__item.categories-box:nth-child(1) .categories-box__btn:hover {
  background: #0099FF;
  color: #fff;
}
.categories-panel__item.categories-box:nth-child(2) .categories-box__bg::before {
  background: rgba(0, 121, 202, 0.8);
}
.categories-panel__item.categories-box:nth-child(2) .categories-box__btn:hover {
  background: #35E3B8;
  color: #263238;
}
@media only screen and (max-width: 1199px) {
  .categories-panel__item.categories-box:nth-child(3) {
    width: 100%;
  }
}
.categories-panel__item.categories-box:nth-child(3) .categories-box__bg::before {
  background: rgba(47, 80, 145, 0.8);
}
.categories-panel__item.categories-box:nth-child(3) .categories-box__btn:hover {
  background: #35E3B8;
  color: #263238;
}
.categories-panel--small .categories-panel__item {
  width: 100%;
}
@media only screen and (min-width: 991px) {
  .categories-panel--small .categories-panel__item {
    width: 50%;
  }
}
@media only screen and (min-width: 1400px) {
  .categories-panel--small .categories-panel__item {
    width: 25%;
  }
}
@media only screen and (min-width: 991px) {
  .categories-panel--small .categories-panel__item.categories-box {
    padding: 48px 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .categories-panel--small .categories-panel__item.categories-box {
    padding: 48px 40px;
    min-height: 360px;
  }
}
@media (min-width: 1460px) {
  .categories-panel--small .categories-panel__item.categories-box {
    min-height: 560px;
  }
}
@media only screen and (min-width: 1660px) {
  .categories-panel--small .categories-panel__item.categories-box {
    padding: 48px 50px;
  }
}
.categories-panel--small .categories-panel__item.categories-box:nth-child(2n-1) .categories-box__bg::before {
  background: rgba(0, 153, 255, 0.8);
}
.categories-panel--small .categories-panel__item.categories-box:nth-child(2n-1) .categories-box__btn:hover {
  background: #35E3B8;
  color: #263238;
}
.categories-panel--small .categories-panel__item.categories-box:nth-child(2n) .categories-box__bg::before {
  background: rgba(47, 80, 145, 0.8);
}
.categories-panel--small .categories-panel__item.categories-box:nth-child(2n) .categories-box__btn:hover {
  background: #35E3B8;
  color: #263238;
}
@media only screen and (max-width: 1199px) {
  .categories-panel--small .categories-panel__item.categories-box:nth-child(3) {
    width: 50%;
  }
}
@media only screen and (max-width: 990px) {
  .categories-panel--small .categories-panel__item.categories-box:nth-child(3) {
    width: 100%;
  }
}

.categories-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
}
@media only screen and (max-width: 990px) {
  .categories-box {
    padding: 40px 0;
  }
}
.categories-box--end {
  justify-content: flex-end;
}
@media only screen and (min-width: 991px) {
  .categories-box:hover .categories-box__bg {
    transform: scale(1.05) translateX(2.26%);
  }
}
.categories-box__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.3s;
}
.categories-box__bg::before {
  content: "";
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.categories-box__content {
  z-index: 3;
  position: relative;
}
@media only screen and (min-width: 991px) {
  .categories-box__content .container {
    padding: 0;
  }
}
.categories-box__title {
  margin: 0 0 6px 0;
  line-height: 1;
  color: #fff;
  font-size: 28px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
}
@media (min-width: 768px) {
  .categories-box__title {
    font-size: 34px;
  }
}
@media (min-width: 991px) {
  .categories-box__title {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .categories-box__title {
    font-size: 50px;
  }
}
.categories-box__links {
  display: flex;
  flex-wrap: wrap;
  column-gap: 6px;
  row-gap: 4px;
  margin: 0 0 18px 0;
}
.categories-box__links a {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 1px;
  text-decoration-thickness: 1px;
}
@media (min-width: 768px) {
  .categories-box__links a {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1200px) {
  .categories-box__links a {
    font-size: 24px;
  }
}
.categories-box__links a:hover {
  text-decoration: none;
}
.categories-box__text {
  margin: 0;
  color: #fff;
}
.categories-box__button-container {
  margin: 30px 0 0 0;
}
@media (min-width: 991px) {
  .categories-box__button-container {
    margin: 40px 0 0 0;
  }
}
.categories-box__btn {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 45px;
  background: #fff;
  font-size: 18px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  color: #0099FF;
  line-height: 1.3;
  white-space: nowrap;
  border-radius: 25px;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .categories-box__btn {
    height: 50px;
    padding: 0 60px;
  }
}
.categories-box__btn span {
  z-index: 2;
  position: relative;
}

.about-gallery {
  display: flex;
  flex-direction: column;
}
.about-gallery__big img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.about-gallery__thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 12px 0 0 0;
}
.about-gallery__thumb {
  width: calc(50% - 6px);
}
.about-gallery__thumb img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

.about {
  display: flex;
  flex-direction: column;
  padding: 40px 0;
  row-gap: 40px;
}
@media only screen and (min-width: 991px) {
  .about {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    padding: 70px 0;
  }
}
@media only screen and (min-width: 1460px) {
  .about {
    gap: 180px;
    padding: 108px 0 127px 0;
  }
}
.about--align-top {
  align-items: flex-start;
}
.about__img {
  display: flex;
  justify-content: center;
}
.about__img img {
  display: block;
  max-width: 100%;
}
@media only screen and (min-width: 991px) {
  .about__content {
    max-width: 480px;
  }
}
@media only screen and (min-width: 1200px) {
  .about__content {
    max-width: 620px;
  }
}
@media only screen and (min-width: 1460px) {
  .about__content {
    max-width: 690px;
  }
}
.about__title {
  margin: 0 0 36px 0;
}
.about__caption {
  margin: 0 0 36px 0;
  font-size: 36px;
}
@media only screen and (min-width: 768px) {
  .about__caption {
    font-size: 40px;
  }
}
@media only screen and (min-width: 991px) {
  .about__caption {
    font-size: 50px;
  }
}
.about__texts p {
  margin: 30px 0;
}
.about__texts h3 {
  color: #333333;
  margin: 0 0 20px 0;
  font-family: "Rajdhani", sans-serif;
  font-size: 24px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .about__texts h3 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 991px) {
  .about__texts h3 {
    font-size: 34px;
  }
}
.about__texts ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (min-width: 768px) {
  .about__texts ul {
    column-count: 2;
    column-gap: 30px;
  }
}
@media only screen and (min-width: 991px) {
  .about__texts ul {
    column-count: 1;
  }
}
@media only screen and (min-width: 1200px) {
  .about__texts ul {
    column-count: 2;
  }
}
@media only screen and (min-width: 1460px) {
  .about__texts ul {
    column-gap: 40px;
  }
}
.about__texts ul.single-column {
  column-count: 1;
}
.about__texts ul li {
  position: relative;
  margin: 0 0 10px 0;
  padding-left: 20px;
}
@media only screen and (min-width: 1460px) {
  .about__texts ul li {
    padding-left: 25px;
  }
}
.about__texts ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: #0099FF;
  border-radius: 50%;
}
.about__texts--ul-single ul {
  column-count: 1;
}
.about__tags {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  flex-wrap: wrap;
}
.about__tags a {
  color: #35E3B8 !important;
}
.about__tags a:hover {
  text-decoration: none;
}
.about__button-container {
  margin: 35px 0 0 0;
}
@media only screen and (min-width: 1200px) {
  .about__button-container {
    margin: 50px 0 0 0;
  }
}

.section-form-panel {
  background: #ECECEC;
}

.form-panel {
  padding: 40px 0;
}
@media only screen and (min-width: 991px) {
  .form-panel {
    padding: 70px 0;
  }
}
@media only screen and (min-width: 1460px) {
  .form-panel {
    padding: 107px 0 113px 0;
  }
}
.form-panel__title {
  margin: 0 0 27px 0;
  text-align: center;
}
.form-panel__text {
  max-width: 660px;
  margin: 0 auto 0 auto;
  text-align: center;
}
.form-panel__text p {
  margin: 0 0 34px 0;
}
.form-panel__form {
  max-width: 684px;
  margin: 0 auto;
}
.form-panel__form p {
  margin: 0;
}

.default-form__title {
  margin: 0 0 30px 0;
  line-height: 1;
  color: #333333;
  font-size: 22px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 768px) {
  .default-form__title {
    margin: 0 0 40px 0;
    font-size: 24px;
  }
}
.default-form__text {
  margin: 30px 0 0 0;
  text-align: center;
  font-size: 18px;
}
.default-form__text p {
  margin: 0;
}
.default-form__fields {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.default-form__row {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 660px) {
  .default-form__row {
    flex-direction: row;
    gap: 8px;
  }
}
.default-form__field {
  flex: 1;
}
.default-form__field--email {
  display: none;
}
.default-form__dots-img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, calc(50% + 9px));
}
@media (max-width: 659px) {
  .default-form__dots-img {
    display: none;
  }
}
.default-form__input, .default-form__textarea {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0 30px;
  border-radius: 30px;
  background: #fff;
  border: none;
  outline-color: #0099FF;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  color: #333333;
}
.default-form__input::placeholder, .default-form__textarea::placeholder {
  color: rgba(51, 51, 51, 0.8);
}
.default-form__input {
  height: 50px;
}
.default-form__textarea {
  height: 95px;
  padding: 19px 30px;
  resize: none;
}
.default-form__button-container {
  display: flex;
  justify-content: center;
  margin: 15px 0 0 0;
}
@media (min-width: 660px) {
  .default-form__button-container {
    margin: 29px 0 0 0;
  }
}
.default-form__button-container p {
  position: relative;
}
.default-form__button-container p .btn-primary {
  margin: 0 30px;
}
.default-form__button-container p .wpcf7-spinner {
  margin: 0;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.default-form .wpcf7-not-valid-tip {
  font-size: 1.6rem;
  margin-top: 1rem;
  color: red;
}
.default-form .wpcf7-response-output {
  border: 0 !important;
  padding: 0 !important;
  color: red;
  margin: 3rem 0 0 0 !important;
  text-align: center;
  font-size: 1.6rem;
}
.default-form .wpcf7 form.sent .wpcf7-response-output {
  border: 0;
  padding: 0;
  color: #46b450;
  margin: 3rem 0 0 0;
}

.section-page-header {
  position: relative;
  padding: 100px 0 30px 0;
}
@media (min-width: 991px) {
  .section-page-header {
    padding: 135px 0 30px 0;
    min-height: 460px;
  }
}
@media (min-width: 1200px) {
  .section-page-header {
    padding: 145px 0 40px 0;
  }
}
@media (min-width: 1460px) {
  .section-page-header {
    padding: 145px 0 40px 0;
  }
}
.section-page-header--application-bg, .section-page-header--blue-bg {
  background: #2F5091;
}
.section-page-header--house-bg {
  background: #38A6EF;
}
.section-page-header--business-bg {
  background: #0079CA;
}
@media (min-width: 991px) {
  .section-page-header--smaller {
    min-height: 400px !important;
  }
}
.section-page-header--mini {
  padding: 90px 0 20px 0;
}
@media (min-width: 991px) {
  .section-page-header--mini {
    padding: 100px 0 10px 0;
    min-height: 1px;
  }
}
@media (min-width: 1200px) {
  .section-page-header--mini {
    padding: 145px 0 15px 0;
  }
}
@media (min-width: 1460px) {
  .section-page-header--mini {
    padding: 145px 0 15px 0;
  }
}
.section-page-header__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-page-header__bg::before {
  content: "";
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 121, 202, 0.8);
}
.section-page-header__bg--centered {
  background-size: contain;
  opacity: 0.3;
}
.section-page-header__bg--centered::before {
  content: none;
}

.page-header {
  z-index: 3;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.page-header__breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 3px;
  line-height: 1;
  color: #FFF;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 16px;
}
@media (min-width: 991px) {
  .page-header__breadcrumbs {
    min-height: 23px;
    margin: 0 0 20px 0;
    font-size: 18px;
  }
}
@media (max-width: 990px) {
  .page-header__breadcrumbs:empty {
    display: none;
  }
}
.page-header__breadcrumbs-link {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  transition: 0.3s color;
}
.page-header__breadcrumbs-link:hover {
  color: #35E3B8;
}
.page-header__breadcrumbs-current-item {
  color: rgba(255, 255, 255, 0.5);
}
.page-header__title {
  margin: 0 auto;
  color: #fff;
  text-align: center;
  max-width: 700px;
}
.page-header__caption {
  margin: 0 0 14px 0;
  line-height: 1;
  color: #FFF;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 24px;
}
.page-header__text {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
}
.page-header__text a {
  color: inherit;
  text-decoration-color: #fff;
}
.page-header__categories {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .page-header__categories {
    flex-direction: row;
    justify-content: center;
  }
}
@media (min-width: 991px) {
  .page-header__categories {
    margin: 16px 0 0 0;
  }
}
.page-header__categories--green .page-header__categories-item.selected, .page-header__categories--green .page-header__categories-item:hover {
  background: #35E3B8;
  color: #263238;
}
.page-header__categories--light-blue .page-header__categories-item.selected, .page-header__categories--light-blue .page-header__categories-item:hover {
  background: #0099FF;
  color: #fff;
}
.page-header__categories-item {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 230px;
  min-height: 50px;
  padding: 10px;
  font-family: "Rajdhani", sans-serif;
  font-size: 18px;
  font-weight: 700;
  background: #fff;
  color: #333333;
  transition: 0.3s;
}
.page-header__categories-item.selected, .page-header__categories-item:hover {
  background: #35E3B8;
  color: #263238;
}
.page-header__categories-item:not(:last-of-type) {
  border-bottom: 1px solid #35E3B8;
}
@media (min-width: 768px) {
  .page-header__categories-item:not(:last-of-type) {
    border-right: 1px solid #35E3B8;
    border-bottom: none;
  }
}
@media (max-width: 767px) {
  .page-header__categories-item:first-child {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .page-header__categories-item:last-child {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
}
@media (min-width: 768px) {
  .page-header__categories-item:first-child {
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
  }
  .page-header__categories-item:last-child {
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
  }
}
@media (min-width: 991px) {
  .page-header__categories-item {
    min-height: 80px;
    min-width: 250px;
  }
}
@media (min-width: 1200px) {
  .page-header__categories-item {
    min-width: 290px;
  }
}

.section-main-cards {
  position: relative;
  overflow: hidden;
  background: #fff;
}

.main-cards {
  padding: 40px 0;
}
@media only screen and (min-width: 991px) {
  .main-cards {
    padding: 70px 0;
  }
}
@media only screen and (min-width: 1460px) {
  .main-cards {
    padding: 80px 0 110px 0;
  }
}
.main-cards__title {
  margin: 0 0 26px 0;
  text-align: center;
}
@media only screen and (min-width: 991px) {
  .main-cards__title {
    margin: 0 0 40px 0;
  }
}
.main-cards__caption {
  line-height: 1;
  color: #333333;
  font-size: 28px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  margin: 0 0 26px 0;
  text-align: center;
}
@media (min-width: 768px) {
  .main-cards__caption {
    font-size: 36px;
  }
}
@media only screen and (min-width: 991px) {
  .main-cards__caption {
    font-size: 44px;
    margin: 0 0 38px 0;
  }
}
@media (min-width: 1200px) {
  .main-cards__caption {
    font-size: 50px;
  }
}
.main-cards__list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  width: calc(100% + 12px);
  margin: 0 -6px;
}
.main-cards__list-top-dots {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
}
@media only screen and (max-width: 1600px) {
  .main-cards__list-top-dots {
    display: none;
  }
}
.main-cards__list-top-dots img {
  display: block;
  width: 167px;
  height: 167px;
}
.main-cards__list-bottom-dots {
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(-50%, 50%);
}
@media only screen and (max-width: 1600px) {
  .main-cards__list-bottom-dots {
    display: none;
  }
}
.main-cards__list-bottom-dots img {
  display: block;
  width: 119px;
  height: 119px;
}
.main-cards__item {
  width: 100%;
}
@media only screen and (min-width: 991px) {
  .main-cards__item {
    width: calc(50% - 6px);
  }
}

.main-card {
  z-index: 2;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 20px 30px 20px;
  text-decoration: none;
  overflow: clip;
  text-align: center;
  opacity: 1;
  transition: 0.3s opacity;
  color: #fff;
  min-height: 280px;
}
@media only screen and (min-width: 991px) {
  .main-card {
    padding: 55px 30px 55px 30px;
    min-height: 365px;
  }
}
.main-card:hover {
  opacity: 0.8;
}
.main-card:hover .main-card__title {
  text-decoration: none;
}
.main-card:hover .main-card__img img {
  transform: translateX(-50%) scale(1.05);
}
.main-card--application {
  background: #2F5091;
}
.main-card--application .main-card__bg::before {
  background: rgba(47, 80, 145, 0.8);
}
.main-card--house {
  background: #38A6EF;
}
.main-card--house .main-card__bg::before {
  background: rgba(56, 166, 239, 0.8);
}
.main-card--business {
  background: #0079CA;
}
.main-card--business .main-card__bg::before {
  background: rgba(0, 121, 202, 0.8);
}
.main-card__title {
  margin: 0 0 12px 0;
  line-height: normal;
  color: #fff;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 24px;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
.main-card__text {
  width: 100%;
  max-width: 450px;
  margin: 0 auto 12px auto;
  line-height: normal;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 16px;
}
.main-card__img {
  position: relative;
  width: 100%;
  height: 150px;
}
@media only screen and (min-width: 991px) {
  .main-card__img {
    height: 210px;
  }
}
.main-card__img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s transform;
}
.main-card__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.3s;
}
.main-card__bg::before {
  content: "";
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main-card__content {
  z-index: 3;
  position: relative;
}

.main-content-card {
  padding: 35px 25px;
  color: #fff !important;
}
@media only screen and (min-width: 991px) {
  .main-content-card {
    padding: 45px 50px;
  }
}
@media only screen and (min-width: 1460px) {
  .main-content-card {
    padding: 45px 65px;
  }
}
.main-content-card--application {
  background: #2F5091;
}
.main-content-card--house {
  background: #38A6EF;
}
.main-content-card--business {
  background: #0079CA;
}
.main-content-card h3 {
  margin: 0 0 24px 0;
  line-height: normal;
  color: #fff !important;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 24px;
}
.main-content-card h4 {
  margin: 0 0 18px 0;
  line-height: normal;
  color: #fff !important;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 18px;
}
.main-content-card p {
  margin: 0 0 30px 0;
}
.main-content-card > *:last-child {
  margin-bottom: 0;
}

.section-technology-text {
  background-color: #ECECEC;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.technology-text {
  padding: 40px 0;
  text-align: center;
}
@media only screen and (min-width: 991px) {
  .technology-text {
    padding: 50px 0;
  }
}
@media only screen and (min-width: 1460px) {
  .technology-text {
    padding: 60px 0 55px 0;
  }
}
.technology-text__content {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.technology-text__title {
  margin: 0 auto 18px auto;
  max-width: 700px;
}
.technology-text__texts p {
  margin: 18px 0;
}
.technology-text__button-container {
  margin: 18px 0 0 0;
}

.section-reference-preview--application {
  background: #2F5091;
}
.section-reference-preview--business {
  background: #0079CA;
}
.section-reference-preview--business .reference-preview-card__title a {
  color: #35E3B8;
}
.section-reference-preview--business .reference-preview-card__title a:hover {
  color: #0099FF;
}
.section-reference-preview--business .reference-preview__button-container .btn-primary {
  background: #fff;
  color: #263238;
}
.section-reference-preview--business .reference-preview__button-container .btn-primary:hover {
  background: #35E3B8;
  color: #263238;
}
.section-reference-preview--house {
  background: #38A6EF;
}
.section-reference-preview--house .reference-preview-card__title a {
  color: #35E3B8;
}
.section-reference-preview--house .reference-preview-card__title a:hover {
  color: #0099FF;
}
.section-reference-preview--house .reference-preview__button-container .btn-primary {
  background: #fff;
  color: #263238;
}
.section-reference-preview--house .reference-preview__button-container .btn-primary:hover {
  background: #0099FF;
  color: #fff;
}

.reference-preview {
  padding: 40px 0;
  text-align: center;
}
@media only screen and (min-width: 991px) {
  .reference-preview {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 1460px) {
  .reference-preview {
    padding: 80px 0;
  }
}
.reference-preview__heading {
  width: 100%;
  max-width: 670px;
  margin: 0 auto 24px auto;
}
.reference-preview__title {
  margin: 0 0 18px 0;
  color: #fff;
}
.reference-preview__text {
  margin: 0;
  color: #fff;
}
.reference-preview__list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  width: calc(100% + 12px);
  margin: 0 -6px;
}
.reference-preview__item {
  width: 100%;
}
@media only screen and (min-width: 991px) {
  .reference-preview__item {
    width: calc(50% - 6px);
  }
}
.reference-preview__button-container {
  margin: 40px 0 0 0;
}
@media only screen and (min-width: 991px) {
  .reference-preview__button-container {
    margin: 55px 0 0 0;
  }
}

.reference-preview-card {
  display: flex;
  flex-direction: column;
  min-height: 360px;
  background: #fff;
}
@media only screen and (min-width: 420px) {
  .reference-preview-card {
    flex-direction: row;
  }
}
.reference-preview-card__img {
  flex: 1;
  min-width: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: 0.3s opacity;
}
@media only screen and (max-width: 419px) {
  .reference-preview-card__img {
    min-height: 180px;
  }
}
.reference-preview-card__img:hover {
  opacity: 0.8;
}
.reference-preview-card__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-width: 0;
  padding: 20px;
  text-align: left;
}
@media (min-width: 768px) {
  .reference-preview-card__content {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .reference-preview-card__content {
    padding: 45px;
  }
}
.reference-preview-card__title {
  margin: 0 0 18px 0;
  line-height: normal;
  color: #0099FF;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 24px;
}
.reference-preview-card__title a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
.reference-preview-card__title a:hover {
  color: #35E3B8;
}
.reference-preview-card__text {
  margin: 0 0 18px 0;
}
.reference-preview-card__icon-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  margin: 6px 0;
  color: #333333;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 18px;
}
.reference-preview-card__icon-info img {
  display: block;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}
.reference-preview-card__icon-info a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
.reference-preview-card__icon-info a:hover {
  color: #0099FF;
}

.section-process-panel {
  background: #ECECEC;
}

.process-panel {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 40px 0 15px 0;
}
@media only screen and (min-width: 991px) {
  .process-panel {
    padding: 80px 0;
    flex-direction: row;
    align-items: center;
    gap: 50px;
  }
}
@media only screen and (min-width: 1460px) {
  .process-panel {
    padding: 110px 0;
    gap: 100px;
  }
}
.process-panel__left {
  flex: 1;
}
.process-panel__right {
  flex: 1;
}
.process-panel__title {
  margin: 0 0 40px 0;
}
.process-panel__button-container {
  margin: 40px 0 0 0;
}
.process-panel__steps {
  display: flex;
  flex-direction: column;
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.process-panel__steps__step-item {
  margin: 0;
  padding: 0;
}

.process-step-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}
.process-step-item__number {
  flex-basis: 40px;
  color: #A8DADC;
  font-family: "Rajdhani", sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: normal;
}
.process-step-item__title {
  margin: 0 0 6px 0;
  line-height: normal;
  color: "Rajdhani", sans-serif;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 24px;
}
.process-step-item__text {
  margin: 0;
}

.process-box {
  position: relative;
  background: #2F5091;
  padding: 30px 25px;
}
@media only screen and (min-width: 991px) {
  .process-box {
    padding: 40px 0 40px 40px;
  }
  .process-box::before {
    z-index: 1;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    background: #2F5091;
  }
}
@media only screen and (min-width: 1460px) {
  .process-box {
    padding: 50px 0 50px 50px;
  }
}
.process-box > * {
  position: relative;
  z-index: 2;
}
.process-box__title {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
  margin: 0 0 20px 0;
  color: #fff;
  font-family: "Rajdhani", sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: normal;
}
@media only screen and (min-width: 768px) {
  .process-box__title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 991px) {
  .process-box__title {
    font-size: 40px;
    gap: 28px;
    margin: 0 0 40px 0;
  }
}
.process-box__title img {
  display: block;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}
@media only screen and (min-width: 991px) {
  .process-box__title img {
    width: 57px;
    height: 57px;
  }
}
.process-box__texts {
  color: #fff;
  margin: 0;
}
.process-box__texts p {
  margin: 24px 0;
}
.process-box__texts a {
  color: inherit;
}
.process-box__button-container {
  margin: 35px 0 0 0;
}

.small-cards {
  padding: 40px 0;
}
@media only screen and (min-width: 991px) {
  .small-cards {
    padding: 50px 0;
  }
}
@media only screen and (min-width: 1460px) {
  .small-cards {
    padding: 70px 0;
  }
}
.small-cards__heading {
  width: 100%;
  max-width: 865px;
  margin: 0 auto 30px auto;
  text-align: center;
}
@media only screen and (min-width: 991px) {
  .small-cards__heading {
    margin: 0 auto 44px auto;
  }
}
@media only screen and (min-width: 1460px) {
  .small-cards__heading {
    margin: 0 auto 68px auto;
  }
}
.small-cards__heading p {
  margin: 24px 0 0 0;
}
.small-cards__heading ul, .small-cards__heading ol {
  text-align: left;
}
.small-cards__title {
  line-height: normal;
  color: #333333;
  font-size: 28px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  margin: 0 0 24px 0;
  text-align: center;
}
@media (min-width: 768px) {
  .small-cards__title {
    font-size: 36px;
  }
}
@media only screen and (min-width: 991px) {
  .small-cards__title {
    font-size: 44px;
  }
}
@media (min-width: 1200px) {
  .small-cards__title {
    font-size: 50px;
  }
}
.small-cards__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  width: calc(100% + 16px);
  margin: 0 -8px;
}
.small-cards__item {
  width: 100%;
}
@media (min-width: 768px) {
  .small-cards__item {
    width: calc(50% - 8px);
  }
}
@media (min-width: 1200px) {
  .small-cards__item {
    width: calc(33.33% - 10.67px);
  }
}

.small-card-item {
  display: block;
  padding: 25px;
  text-decoration: none;
  transition: 0.3s background;
}
@media only screen and (min-width: 991px) {
  .small-card-item {
    padding: 26px 35px;
  }
}
@media only screen and (min-width: 1460px) {
  .small-card-item {
    padding: 26px 44px;
  }
}
.small-card-item:hover {
  background: #35E3B8 !important;
  color: #263238;
}
.small-card-item--application {
  background: #2F5091;
}
.small-card-item--house {
  background: #38A6EF;
}
.small-card-item--business {
  background: #0079CA;
}
.small-card-item__title {
  margin: 0 0 8px 0;
  line-height: normal;
  color: #fff;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 24px;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
.small-card-item__text {
  margin: 0;
  color: #fff;
}

.section-product-slider-panel {
  background: #ECECEC;
}

.base-products-list, .reference-list-panel, .product-list-panel, .product-slider-panel {
  padding: 40px 0;
}
@media only screen and (min-width: 991px) {
  .base-products-list, .reference-list-panel, .product-list-panel, .product-slider-panel {
    padding: 60px 0;
  }
}

.base-products-list-heading, .reference-list-panel__heading, .product-list-panel__heading, .product-slider-panel__heading {
  position: relative;
  margin: 0 0 20px 0;
}
@media (min-width: 768px) {
  .base-products-list-heading, .reference-list-panel__heading, .product-list-panel__heading, .product-slider-panel__heading {
    margin: 0 0 40px 0;
  }
}

.base-products-list-title, .contact-box__title, .reference-list-panel__title, .categories-list__title, .product-list-panel__title, .product-slider-panel__title {
  line-height: normal;
  color: #333333;
  font-size: 28px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  margin: 0 0 12px 0;
  text-align: center;
}
@media (min-width: 768px) {
  .base-products-list-title, .contact-box__title, .reference-list-panel__title, .categories-list__title, .product-list-panel__title, .product-slider-panel__title {
    margin: 0;
    font-size: 36px;
  }
}
@media only screen and (min-width: 991px) {
  .base-products-list-title, .contact-box__title, .reference-list-panel__title, .categories-list__title, .product-list-panel__title, .product-slider-panel__title {
    font-size: 44px;
  }
}
@media (min-width: 1200px) {
  .base-products-list-title, .contact-box__title, .reference-list-panel__title, .categories-list__title, .product-list-panel__title, .product-slider-panel__title {
    font-size: 50px;
  }
}

.base-products-list-list, .product-list-panel__list, .product-slider-panel__slider {
  width: calc(100% + 16px);
  margin: 0 -8px;
}

.base-products-list-button-container, .reference-list-panel__button-container, .product-list-panel__button-container, .product-slider-panel__button-container {
  display: flex;
  justify-content: center;
  margin: 40px 0 0 0;
}
@media only screen and (min-width: 991px) {
  .base-products-list-button-container, .reference-list-panel__button-container, .product-list-panel__button-container, .product-slider-panel__button-container {
    margin: 60px 0 0 0;
  }
}

@media (min-width: 768px) {
  .product-slider-panel__title {
    min-height: 46px;
  }
}
@media only screen and (min-width: 991px) {
  .product-slider-panel__title {
    min-height: 56px;
  }
}
@media (min-width: 1200px) {
  .product-slider-panel__title {
    min-height: 64px;
  }
}
@media (max-width: 767px) {
  .product-slider-panel__slider-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.product-slider-panel__slider-button {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border: 1px solid #35E3B8;
  background: #FFF;
  transition: 0.3s background;
}
@media (min-width: 768px) {
  .product-slider-panel__slider-button {
    position: absolute;
    top: 0;
    width: 50px;
    height: 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .product-slider-panel__slider-button {
    top: 6px;
  }
}
.product-slider-panel__slider-button:hover {
  background: #35E3B8;
}
.product-slider-panel__slider-button:hover img {
  filter: brightness(0) saturate(100%) invert(93%) sepia(0%) saturate(7465%) hue-rotate(108deg) brightness(107%) contrast(110%);
}
@media (min-width: 768px) {
  .product-slider-panel__slider-button--prev {
    left: 0;
  }
}
.product-slider-panel__slider-button--prev img {
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .product-slider-panel__slider-button--next {
    right: 0;
  }
}
.product-slider-panel__slider-button--next img {
  transform: translate(-50%, -50%) rotate(180deg);
}
.product-slider-panel__slider-button img {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .product-slider-panel__slider-button img {
    width: 24px;
    height: 24px;
  }
}
.product-slider-panel__slider .slick-track {
  display: flex !important;
}
.product-slider-panel__slider .slick-slide {
  height: auto !important;
}
.product-slider-panel__slider .slick-slide > div {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.product-slider-panel__slider-item {
  padding: 0 8px;
  height: 100%;
}
.product-slider-panel__slider-item .product-card {
  border-color: #fff;
}
.product-card {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  background: #FFF;
  border: 1px solid #35E3B8;
  padding: 30px 25px;
  transition: 0.3s border-color;
  height: 100%;
}
@media only screen and (min-width: 991px) {
  .product-card {
    padding: 30px 30px;
  }
}
@media only screen and (min-width: 991px) {
  .product-card {
    padding: 40px 40px;
  }
}
@media only screen and (min-width: 1460px) {
  .product-card {
    padding: 50px 60px;
  }
}
.product-card:hover {
  border-color: #0099FF;
}
.product-card:hover .product-card__title {
  color: #0099FF;
}
.product-card__image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 210px;
  margin: 0 0 20px 0;
}
@media only screen and (min-width: 991px) {
  .product-card__image {
    margin: 0 0 25px 0;
  }
}
@media only screen and (min-width: 991px) {
  .product-card__image {
    margin: 0 0 30px 0;
  }
}
@media only screen and (min-width: 1460px) {
  .product-card__image {
    margin: 0 0 50px 0;
  }
}
.product-card__image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.product-card__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
  text-align: center;
}
.product-card__info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.product-card__title {
  margin: 0;
  line-height: normal;
  color: #35E3B8;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 24px;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  transition: 0.3s color;
}
.product-card__text {
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
@media only screen and (min-width: 991px) {
  .product-card__text {
    -webkit-line-clamp: 6;
  }
}
.product-card__price {
  margin: 0;
  line-height: normal;
  color: #263238;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 25px;
}
@media only screen and (min-width: 991px) {
  .product-card__price {
    font-size: 30px;
  }
}
@media only screen and (min-width: 991px) {
  .product-card__price {
    font-size: 40px;
  }
}

.product-list-panel__heading {
  width: 100%;
  max-width: 930px;
  margin: 0 auto 20px auto;
  text-align: center;
}
@media (min-width: 768px) {
  .product-list-panel__heading {
    margin: 0 auto 40px auto;
  }
}
.product-list-panel__text {
  margin: 0;
}
.product-list-panel__text p:last-of-type {
  margin: 0 !important;
}
.product-list-panel__list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 16px;
}
.product-list-panel__item {
  padding: 0 8px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .product-list-panel__item {
    width: 50%;
  }
}
@media only screen and (min-width: 991px) {
  .product-list-panel__item {
    width: 33.33%;
  }
}
.section-categories-list {
  background: #ECECEC;
}

.categories-list {
  padding: 40px 0;
}
@media only screen and (min-width: 991px) {
  .categories-list {
    padding: 45px 0 60px 0;
  }
}
.categories-list__title {
  margin: 0 0 24px 0;
}
.categories-list__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  row-gap: 12px;
  width: calc(100% + 12px);
  margin: 0 -6px;
}
.categories-list__list--light-blue .categories-card {
  border-color: #0099FF;
  background: #0099FF;
  color: #fff;
}
.categories-list__list--light-blue .categories-card.selected, .categories-list__list--light-blue .categories-card:hover {
  background: #35E3B8;
  border-color: #35E3B8;
  color: #fff;
}
.categories-list__list--green .categories-card {
  border-color: #35E3B8;
  color: #35E3B8;
}
.categories-list__list--green .categories-card.selected, .categories-list__list--green .categories-card:hover {
  background: #35E3B8;
  color: #263238;
}
.categories-list__item {
  padding: 0 6px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .categories-list__item {
    width: 50%;
  }
}
@media only screen and (min-width: 991px) {
  .categories-list__item {
    width: 33.33%;
  }
}
@media only screen and (min-width: 1200px) {
  .categories-list__item {
    width: 25%;
  }
}

.categories-card {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 50px;
  padding: 10px;
  font-family: "Rajdhani", sans-serif;
  font-size: 18px;
  font-weight: 700;
  background: #fff;
  border: 1px solid #333333;
  transition: 0.3s;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
@media only screen and (min-width: 768px) {
  .categories-card {
    min-height: 80px;
  }
}
.categories-card:hover, .categories-card.selected {
  text-decoration: none;
}

.reference-list-panel__heading {
  width: 100%;
  max-width: 930px;
  margin: 0 auto 20px auto;
  text-align: center;
}
@media (min-width: 768px) {
  .reference-list-panel__heading {
    margin: 0 auto 40px auto;
  }
}
.reference-list-panel__text {
  margin: 0;
}
.reference-list-panel__list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  width: calc(100% + 12px);
  margin: 0 -6px;
}
.reference-list-panel__item {
  width: 100%;
}
@media only screen and (min-width: 991px) {
  .reference-list-panel__item {
    width: calc(50% - 6px);
  }
}
.reference-list-panel__item.reference-preview-card {
  border: 1px solid #35E3B8;
}
.reference-list-panel__item.reference-preview-card .reference-preview-card__title {
  color: #35E3B8;
}
.reference-list-panel__item.reference-preview-card .reference-preview-card__title a:hover {
  color: #0099FF;
}
.page-common {
  padding: 40px 0;
}
@media only screen and (min-width: 991px) {
  .page-common {
    padding: 70px 0;
  }
}
.page-common__container {
  width: 100%;
  max-width: 87rem;
  margin: 0 auto;
}

.wide-image {
  width: 100%;
}
.wide-image img {
  display: block;
  height: auto;
  width: auto;
  margin: 0 auto;
}

.controls-panel {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
}
.common-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  justify-content: center;
}
.common-gallery__item {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  width: calc(50% - 0.6rem);
  transition: 0.3s;
}
@media (min-width: 768px) {
  .common-gallery__item {
    width: calc(50% - 0.6rem);
  }
}
@media (min-width: 991px) {
  .common-gallery__item {
    width: calc(33.33% - 0.8rem);
  }
}
.common-gallery__item:hover {
  opacity: 0.8;
}
.common-gallery__item img {
  display: block;
  width: 100%;
  height: 100%;
}

.accordion-panel {
  margin: 3rem 0;
}
.accordion-panel__item {
  padding: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.accordion-panel__header {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  line-height: 1.375;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
  width: 100%;
  padding: 1.5rem 0;
  text-align: left;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  color: #000;
}
@media only screen and (min-width: 768px) {
  .accordion-panel__header {
    line-height: 1.75;
  }
}
.accordion-panel__header svg, .accordion-panel__header img {
  flex-shrink: 0;
}
.accordion-panel__header.opened svg, .accordion-panel__header.opened img {
  transform: rotate(180deg);
}
.accordion-panel__texts {
  padding: 0 0 2.4rem 0;
}
.accordion-panel__texts p {
  margin: 0 0 3rem 0;
}
.accordion-panel__texts > *:last-child {
  margin: 0;
}

.contact-page {
  padding: 40px 0;
}
@media only screen and (min-width: 991px) {
  .contact-page {
    padding: 70px 0;
  }
}

.contact-box {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 40px 0;
  padding: 0;
  background: #ECECEC;
}
@media only screen and (min-width: 991px) {
  .contact-box {
    margin: 0 0 60px 0;
  }
}
.contact-box__map {
  position: relative;
  width: 100%;
  min-height: 24rem;
}
@media (min-width: 768px) {
  .contact-box__map {
    width: 40%;
  }
}
@media (min-width: 991px) {
  .contact-box__map {
    width: 50%;
  }
}
.contact-box__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.contact-box__map #contact-map {
  height: 100%;
  width: 100%;
}
.contact-box__content {
  width: 100%;
}
@media (min-width: 768px) {
  .contact-box__content {
    width: 60%;
  }
}
@media (min-width: 991px) {
  .contact-box__content {
    width: 50%;
  }
}
.contact-box__content-inner {
  padding: 3.5rem 1.5rem 2rem 1.5rem;
}
@media (min-width: 550px) {
  .contact-box__content-inner {
    padding: 3.5rem 2rem 2.5rem 2rem;
  }
}
@media (min-width: 768px) {
  .contact-box__content-inner {
    padding: 4.5rem 3.5rem 4rem 3.5rem;
  }
}
@media (min-width: 1200px) {
  .contact-box__content-inner {
    padding: 5rem 3.8rem 5rem 5rem;
  }
}
@media (min-width: 1500px) {
  .contact-box__content-inner {
    padding: 6rem 3.8rem 8rem 8rem;
  }
}
.contact-box__title {
  text-align: left;
}
.contact-box__desc {
  margin: 0 0 3rem 0;
  max-width: 47rem;
}
@media only screen and (min-width: 768px) {
  .contact-box__desc {
    margin: 0 0 4rem 0;
  }
}
.contact-box__desc p {
  margin: 0 0 3rem 0;
}
.contact-box__desc > *:last-child {
  margin: 0;
}

.contact-box-item {
  display: flex;
  align-items: flex-start;
  column-gap: 2rem;
  margin: 0 0 3rem 0;
}
@media only screen and (min-width: 550px) {
  .contact-box-item {
    column-gap: 2.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .contact-box-item {
    column-gap: 3.4rem;
    margin: 0 0 4rem 0;
  }
}
.contact-box-item__icon {
  position: relative;
  z-index: 3;
}
.contact-box-item__icon span {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.8rem;
  height: 4.8rem;
  background: #35E3B8;
}
@media only screen and (min-width: 550px) {
  .contact-box-item__icon span {
    width: 5.4rem;
    height: 5.4rem;
  }
}
.contact-box-item__icon img {
  max-width: 50%;
}
.contact-box-item h2 {
  color: #333333;
  font-weight: 700;
  font-family: "Rajdhani", sans-serif;
  font-size: 2.4rem;
  margin: 0 0 0.4rem 0;
}
.contact-box-item p {
  margin: 0;
}

.contacts-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 40px;
  width: calc(100% + 30px);
  margin: 0 -15px;
}
.contacts-list__item {
  padding: 0 15px;
  width: 100%;
}
@media only screen and (min-width: 500px) {
  .contacts-list__item {
    width: 50%;
  }
}
@media only screen and (min-width: 991px) {
  .contacts-list__item {
    width: 33.33%;
  }
}
@media only screen and (min-width: 1200px) {
  .contacts-list__item {
    width: 25%;
  }
}

.contacts-item h2 {
  color: #333333;
  font-weight: 700;
  font-family: "Rajdhani", sans-serif;
  font-size: 24px;
  margin: 0 0 8px 0;
}
.contacts-item p {
  margin: 0;
}
.contacts-item > p > b {
  font-size: 18px;
}

.section-news-page {
  padding: 40px 0;
}
@media only screen and (min-width: 991px) {
  .section-news-page {
    padding: 70px 0;
  }
}

.main-news-card {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 30px 0;
  padding: 0;
  border: 1px solid #35E3B8;
  transition: 0.3s border-color;
}
.main-news-card:hover {
  border-color: #0099FF;
}
.main-news-card:hover .main-news-card__img {
  opacity: 0.8;
}
.main-news-card:hover .main-news-card__title {
  color: #0099FF;
}
.main-news-card__img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-size: 0;
  display: block;
  width: 100%;
  min-height: 200px;
  transition: 0.3s;
}
@media only screen and (min-width: 768px) {
  .main-news-card__img {
    width: 50%;
  }
}
.main-news-card__content {
  width: 100%;
  padding: 2.5rem;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .main-news-card__content {
    width: 50%;
    padding: 25px;
    text-align: left;
  }
}
@media only screen and (min-width: 991px) {
  .main-news-card__content {
    padding: 35px;
  }
}
@media only screen and (min-width: 1460px) {
  .main-news-card__content {
    padding: 45px;
  }
}
.main-news-card__category {
  padding: 0;
  margin: 0 0 1.2rem 0;
  font-size: 1.6rem;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  color: #333333;
}
.main-news-card__title {
  flex: 1;
  font-size: 2rem;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  color: #35E3B8;
  margin: 0 0 2rem 0;
  padding: 0;
  transition: 0.3s;
}
@media only screen and (min-width: 991px) {
  .main-news-card__title {
    font-size: 2.4rem;
  }
}
.main-news-card__title a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
.main-news-card__text {
  margin: 0 0 3rem 0;
}
.main-news-card__controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
@media only screen and (min-width: 768px) {
  .main-news-card__controls {
    justify-content: flex-start;
  }
}

.bottom-news__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 1rem;
  width: 100%;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .bottom-news__list {
    row-gap: 2rem;
    width: calc(100% + 20px);
    margin: 0 -10px;
  }
}
.bottom-news__item {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .bottom-news__item {
    padding: 0 1rem;
    width: 50%;
  }
}
@media only screen and (min-width: 991px) {
  .bottom-news__item {
    width: 33.33%;
  }
}
.bottom-news__button-container {
  display: flex;
  justify-content: center;
  margin: 40px 0 0 0;
}

.bottom-new-card {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  min-height: 100%;
  text-decoration: none;
  background: #fff;
  border: 1px solid #35E3B8;
  text-align: center;
  transition: 0.3s border-color;
}
.bottom-new-card:hover {
  border-color: #0099FF;
}
.bottom-new-card:hover .bottom-new-card__image img {
  opacity: 0.8;
}
.bottom-new-card:hover .bottom-new-card__title {
  color: #0099FF;
}
.bottom-new-card__top {
  flex: 1;
  padding: 0 0 1.5rem 0;
}
@media only screen and (min-width: 550px) {
  .bottom-new-card__top {
    padding: 0 0 3rem 0;
  }
}
.bottom-new-card__image {
  font-size: 0;
}
.bottom-new-card__image img {
  display: inline-block;
  width: 100%;
  transition: 0.3s opacity;
}
.bottom-new-card__category {
  padding: 2rem 2rem 0 2rem;
  margin: 0 0 1.2rem 0;
  font-size: 1.6rem;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  color: #333333;
}
.bottom-new-card__title {
  flex: 1;
  font-size: 2rem;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  color: #35E3B8;
  margin: 0;
  padding: 0 2rem;
  transition: 0.3s;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
@media only screen and (min-width: 991px) {
  .bottom-new-card__title {
    font-size: 2.4rem;
    padding: 0 3rem;
  }
}

.loader {
  display: none;
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(farthest-side, #0099FF 94%, rgba(0, 0, 0, 0)) top/8px 8px no-repeat, conic-gradient(rgba(0, 0, 0, 0) 30%, #0099FF);
  -webkit-mask: radial-gradient(farthest-side, rgba(0, 0, 0, 0) calc(100% - 8px), #000 0);
  animation: l13 1s infinite linear;
}

@keyframes l13 {
  100% {
    transform: rotate(1turn);
  }
}
.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.section-product-header {
  position: relative;
  height: 80px;
}
@media (min-width: 1200px) {
  .section-product-header {
    height: 105px;
  }
}
@media (min-width: 1460px) {
  .section-product-header {
    height: 144px;
  }
}
.section-product-header__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-product-header__bg::before {
  content: "";
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 121, 202, 0.8);
}
.section-product-header__bg--centered {
  background-size: contain;
}
.section-product-header__bg--centered::before {
  content: none;
}

.product-detail__breadcrumbs {
  margin: 20px 0;
  color: #35E3B8;
}
@media (min-width: 991px) {
  .product-detail__breadcrumbs {
    margin: 40px 0;
  }
}
@media (max-width: 990px) {
  .product-detail__breadcrumbs:empty {
    display: none;
  }
}
.product-detail__breadcrumbs-separator {
  color: #263238;
}
.product-detail__breadcrumbs-link:hover {
  color: #0099FF;
}
.product-detail__breadcrumbs-current-item {
  color: rgba(38, 50, 56, 0.5);
}
.product-detail__top {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding-bottom: 30px;
}
@media (min-width: 991px) {
  .product-detail__top {
    gap: 40px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .product-detail__top {
    padding: 20px 0 70px 0;
  }
}
.product-detail__top .product-detail__button-container {
  padding-bottom: 0 !important;
}
.product-detail__mobile-header-info {
  display: block;
  width: 100%;
}
@media (min-width: 991px) {
  .product-detail__mobile-header-info {
    display: none;
  }
}
.product-detail__gallery {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 991px) {
  .product-detail__gallery {
    width: calc(50% - 20px);
  }
}
.product-detail__gallery img {
  display: block;
  max-width: 100%;
  max-height: 550px;
}
@media (max-width: 990px) {
  .product-detail__gallery img {
    max-height: 280px;
  }
}
.product-detail__gallery--navigation {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 20px 0 0 0;
}
.product-detail__gallery--navigation a {
  font-size: 18px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  color: #35E3B8;
}
.product-detail__gallery--navigation a:hover {
  color: #0099FF;
}
.product-detail__gallery--navigation a a:not(.hidden) {
  width: 80px;
  margin: 0 auto;
}
.product-detail__gallery--navigation img {
  max-width: 80px;
  max-height: 80px;
}
.product-detail__info {
  width: 100%;
}
@media (min-width: 991px) {
  .product-detail__info {
    width: calc(50% - 20px);
  }
}
@media (max-width: 990px) {
  .product-detail__info .product-detail__main-title {
    display: none;
  }
}
.product-detail__main-title {
  margin: 0 0 14px 0;
  line-height: 1;
  color: #333333;
  font-size: 28px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 768px) {
  .product-detail__main-title {
    font-size: 34px;
  }
}
@media (min-width: 991px) {
  .product-detail__main-title {
    font-size: 40px;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .product-detail__main-title {
    font-size: 50px;
  }
}
.product-detail__info-texts p {
  margin: 0 0 30px 0;
}
.product-detail__variants {
  margin: 30px auto 0 auto;
  max-width: 680px;
}
.product-detail__classic {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  flex-direction: row;
}
@media (min-width: 991px) {
  .product-detail__classic {
    justify-content: flex-end;
  }
}
.product-detail__classic--centered {
  justify-content: center;
}
.product-detail__classic--column {
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: center;
  align-items: center;
}
.product-detail__classic--column--smaller {
  gap: 5px;
}
.product-detail__classic .product-detail__button-container {
  padding: 0 !important;
}
.product-detail__classic .product-detail__variants-heading-text {
  line-height: 25px;
}
.product-detail__classic .product-detail__variants-heading-title {
  line-height: 50px;
}
.product-detail__variants-heading {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  row-gap: 2px;
  column-gap: 30px;
  margin: 0 0 12px 0;
}
.product-detail__variants-heading-title {
  margin: 0;
  line-height: normal;
  color: #333333;
  font-size: 24px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
}
.product-detail__variants-heading-stock {
  margin: 0;
  line-height: 25px;
  color: #333333;
  font-size: 20px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 500;
}
.product-detail__variants-heading-text {
  margin: 0;
  line-height: normal;
  color: #263238;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}
.product-detail__variants-list {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
  border-spacing: 0;
  background: #ECECEC;
}
@media (max-width: 767px) {
  .product-detail__variants-list tbody {
    display: block;
  }
}
@media (max-width: 767px) {
  .product-detail__variants-list tr {
    display: block;
    padding: 15px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 767px) {
  .product-detail__variants-list tr td {
    display: block;
    text-align: left !important;
    padding: 2px 0;
  }
}
@media (min-width: 768px) {
  .product-detail__variants-list tr td {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
  .product-detail__variants-list tr td:first-child {
    padding-left: 20px;
  }
}
@media (min-width: 768px) and (min-width: 1460px) {
  .product-detail__variants-list tr td:first-child {
    padding-left: 40px;
  }
}
@media (min-width: 768px) {
  .product-detail__variants-list tr td:last-child {
    padding-right: 20px;
  }
}
@media (min-width: 768px) and (min-width: 1460px) {
  .product-detail__variants-list tr td:last-child {
    padding-right: 35px;
  }
}
.product-detail__variants-list tr:last-child td {
  border-bottom: none;
}
@media (min-width: 768px) {
  .product-detail__variants-item {
    height: 70px;
  }
}
.product-detail__variants-item-name {
  font-family: "Rajdhani", sans-serif;
  font-size: 18px;
}
@media (min-width: 1200px) {
  .product-detail__variants-item-name {
    width: 40%;
  }
}
.product-detail__variants-item-name span {
  display: inline-block;
  margin-right: 4px;
  font-weight: 700;
  color: #A8DADC;
}
@media (min-width: 1460px) {
  .product-detail__variants-item-name span {
    margin-right: 16px;
  }
}
.product-detail__button-container {
  display: flex;
  justify-content: center;
  padding: 30px 0;
}
@media (min-width: 991px) {
  .product-detail__button-container {
    padding: 40px 0 70px 0;
  }
}

.bezne-skladem {
  color: #9EC105;
}

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

.product-detail-tabs__nav {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 991px) {
  .product-detail-tabs__nav {
    flex-direction: row;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
}
.product-detail-tabs__nav-btn {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  min-height: 50px;
  padding: 10px;
  font-family: "Rajdhani", sans-serif;
  font-size: 18px;
  font-weight: 700;
  background: #ECECEC;
  color: rgba(38, 50, 56, 0.5);
  transition: 0.3s;
}
.product-detail-tabs__nav-btn.selected, .product-detail-tabs__nav-btn:hover {
  background: #0099FF;
  color: #fff;
}
@media (max-width: 990px) {
  .product-detail-tabs__nav-btn:first-child {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .product-detail-tabs__nav-btn:last-child {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
}
@media (min-width: 991px) {
  .product-detail-tabs__nav-btn:first-child {
    border-top-left-radius: 40px;
  }
  .product-detail-tabs__nav-btn:last-child {
    border-top-right-radius: 40px;
  }
}
@media (min-width: 991px) {
  .product-detail-tabs__nav-btn {
    min-height: 50px;
    min-width: 255px;
  }
}
.product-detail-tabs__content {
  padding: 30px 0;
}
@media (min-width: 991px) {
  .product-detail-tabs__content {
    padding: 50px 0;
  }
}
.product-detail-tabs__title {
  margin: 0 0 24px 0;
  line-height: 1;
  color: #333333;
  font-size: 28px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 768px) {
  .product-detail-tabs__title {
    font-size: 34px;
  }
}
@media (min-width: 991px) {
  .product-detail-tabs__title {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .product-detail-tabs__title {
    font-size: 50px;
  }
}
.product-detail-tabs__texts {
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
}
@media (min-width: 991px) {
  .product-detail-tabs__texts .wide-image {
    margin: 40px -70px;
    width: calc(100% + 140px);
  }
}
.product-detail-tabs__button-container {
  display: flex;
  justify-content: center;
  margin: 40px 0 0 0;
}
.product-detail-tabs__parameters-table {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  border-collapse: collapse;
  border-spacing: 0;
  background: #ECECEC;
}
@media (max-width: 767px) {
  .product-detail-tabs__parameters-table tbody {
    display: block;
  }
}
@media (max-width: 767px) {
  .product-detail-tabs__parameters-table tr {
    display: block;
    padding: 15px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
}
@media (min-width: 768px) {
  .product-detail-tabs__parameters-table tr {
    height: 50px;
  }
}
.product-detail-tabs__parameters-table tr:nth-child(2n) {
  background: #f8f8f8;
}
.product-detail-tabs__parameters-table tr td:first-child {
  font-weight: 600;
}
@media (max-width: 767px) {
  .product-detail-tabs__parameters-table tr td {
    display: block;
    text-align: left !important;
    padding: 2px 0;
  }
}
@media (min-width: 768px) {
  .product-detail-tabs__parameters-table tr td {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
  .product-detail-tabs__parameters-table tr td:first-child {
    padding-left: 20px;
  }
}
@media (min-width: 768px) and (min-width: 1460px) {
  .product-detail-tabs__parameters-table tr td:first-child {
    padding-left: 30px;
  }
}
@media (min-width: 768px) {
  .product-detail-tabs__parameters-table tr td:last-child {
    padding-right: 20px;
  }
}
@media (min-width: 768px) and (min-width: 1460px) {
  .product-detail-tabs__parameters-table tr td:last-child {
    padding-right: 30px;
  }
}
.product-detail-tabs__parameters-table tr:last-child td {
  border-bottom: none;
}
.product-detail-tabs__downloads {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 680px;
  padding: 15px 0;
  margin: 0 auto;
  gap: 20px;
}

.modal-wrapper {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.modal-wrapper.opened {
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-wrappe-overlay {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.modal-window {
  position: relative;
  z-index: 2;
  width: calc(100% - 40px);
  max-height: calc(100vh - 40px);
}
.modal-window__button-close {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  z-index: 3;
  position: absolute;
  top: 30px;
  right: 30px;
}
.modal-window--form {
  max-width: 800px;
}
.modal-window__form-layout {
  max-height: calc(100vh - 40px);
  padding: 30px;
  background: #ECECEC;
  border-radius: 20px;
  overflow-y: auto;
}
@media only screen and (min-width: 768px) {
  .modal-window__form-layout {
    padding: 45px 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .modal-window__form-layout {
    padding: 85px 100px;
  }
}
.modal-window__form p {
  margin: 0;
}
.modal-window .hidden {
  display: none;
}

.mt-3 {
  margin-top: 3rem;
}

.fancybox-caption__body {
  color: white;
  background: rgba(56, 166, 239, 0.8);
  max-width: 100%;
  width: fit-content;
  margin: auto;
  padding: 1rem 2rem;
}

.mb-auto {
  margin-bottom: auto;
}

.mt-auto {
  margin-top: auto;
}

.footer {
  position: relative;
}
.footer__bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.footer__bg::before {
  content: "";
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 121, 202, 0.8);
}
.footer__top {
  z-index: 3;
  position: relative;
  padding: 40px;
}
@media only screen and (min-width: 768px) {
  .footer__top {
    padding: 50px;
  }
}
@media (min-width: 1200px) {
  .footer__top {
    padding: 77px 0 100px 0;
  }
}
.footer__bottom {
  z-index: 3;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.footer__logo {
  display: flex;
  justify-content: center;
  margin: 0 0 30px 0;
}
@media only screen and (min-width: 768px) {
  .footer__logo {
    margin: 0 0 49px 0;
  }
}
.footer__logo img {
  display: block;
  max-width: 100%;
}
.footer__columns {
  display: flex;
  flex-wrap: wrap;
  row-gap: 40px;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.footer__column {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .footer__column {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .footer__column {
    width: 25%;
  }
}
.footer__title {
  margin: 0 0 18px 0;
  line-height: 1.1;
  color: #fff;
  font-size: 18px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 800;
}
.footer__links {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer__links li {
  margin: 0 0 10px 0;
  padding: 0;
}
.footer__links li a {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  font-size: 16px;
  font-weight: 300;
}
.footer__links li a:hover {
  color: #35E3B8;
}

.footer-contact {
  display: flex;
  align-items: center;
  gap: 17px;
  margin: 0 0 22px 0;
}
.footer-contact__img {
  flex-shrink: 0;
  width: 69px;
}
.footer-contact__img img {
  display: block;
  width: 100%;
  border-radius: 100%;
}
.footer-contact__texts {
  line-height: 1.6;
  color: #fff;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}
.footer-contact__texts b {
  font-size: 18px;
  font-weight: 800;
}
.footer-contact__texts a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
.footer-contact__texts a:hover {
  color: #35E3B8;
}

.copy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  gap: 15px;
  min-height: 50px;
  padding: 15px 0;
  color: #fff;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}
@media only screen and (min-width: 768px) {
  .copy {
    flex-direction: row;
    gap: 20px;
    padding: 0;
  }
}

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