body {
  font-family: 'Jost', sans-serif;
  font-size: 18px;
  overflow-x: hidden;
}

.btn-primary {
  background-color: #3C474D;
  border-color: #3C474D;
}

.btn-primary:hover {
  background-color: #1d2123;
  border-color: #1d2123;
}

.btn-secondary {
  background-color: #0A9CE2;
  border-color: #0A9CE2;
}

.btn-secondary:hover {
  background-color: #0b5ed7;
  border-color: #0b5ed7;
}

.h1 {
  font-size: 3.8rem;
}

.h2 {
  font-size: 3rem;
  width: fit-content;
  border-color: #0A9CE2 !important;
  border-width: 3px !important;
}

@media screen and (max-width: 1200px) {
  .h2 {
    font-size: 32px;
  }
}
  .header-2__inner-navMobileMenu {
    opacity: 0;
  }

.header-2__inner-navMobileMenu.active {
  opacity: 1;
  pointer-events: all;
}

@media screen and (max-width: 576px) {
  .h2 {
    font-size: 28px;
  }
}

a {
  color: #44C8F5;
  transition: all .2s ease-in-out;
}

a:hover {
  color: #0A9CE2;
}

.section {
  padding: 50px 0;
}

.nav-link {
  color: #44C8F5;
}

.nav-link:hover {
  color: #0b5ed7;
}

.red-color {
  color: #D80C18;
}

.orange-color {
  color: #F08300;
}


/* ----- Product Card ----- */
.card-common {
  background-color: #FFFFFF;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 12px;
  display: flex;
  flex-direction: column;
}


/* ----- HEADER ----- */

/* ----- header-1 ----- */
.header-1 {
  height: 130px;
  background-color: #FFFFFF;
}

.header-1 .container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

@media screen and (max-width: 576px) {
  .header-1 {
    padding: 12px 0;
  }
}

.header-1__inner {
  height: 100%;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 576px) {
  .header-1__inner {
    flex-direction: column;
    gap: 8px;
  }
}

.header-1__logo-img {
  cursor: pointer;
  max-width: 100%;
}

.header-1__contacts-socialIcons-item:hover {
  transform: scale(1.02);
}

.header-1__contacts-phones-item {
  font-weight: 600;
  transition: all .2s ease-in-out;
  color: black;
}

@media screen and (max-width: 576px) {
  .header-1__contacts-phones-item {
    font-size: 14px;
  }
}

.header-1__contacts-phones-item:hover {
  color: #44C8F5;
}

/* ----- header-2 ----- */
.header-2 {
  height: 70px;
  display: flex;
  background-color: #000000;
  width: 100%;
  position: relative;
}

.header-2__filler {
  height: 70px;
}

.header-2__fixed {
  position: fixed;
  top: 0;
  z-index: 1000;
}

.header-2__inner {
  height: 100%;
}

.header-2__inner-nav-link {
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 400;
  height: 100%;
  display: inline-block;
  transition: all .2s ease-in-out;
}

@media screen and (max-width: 1200px) {
  .header-2__inner {
    font-size: 14px;
  }
}

/* ----- <= 991px Burger Menu -----*/
@media screen and (max-width: 991px) {
  .header-2__inner-navMobile {
    cursor: pointer;
  }

  .header-2__inner-navMobile-icon {
    width: 30px;
    border-bottom: 2px solid white;
    transition: all .2s ease-in-out;
  }

  .header-2__inner-navMobile-iconTop {
    position: relative;
    top: 0;
  }

  .header-2__inner-navMobile-iconTop.active {
    transform: rotate(-45deg);
    top: 10px;
  }

  .header-2__inner-navMobile-iconCenter.active {
    transform: rotate(45deg);
  }

  .header-2__inner-navMobile-iconBottom.active {
    opacity: 0;
  }

  .header-2__inner-navMobileMenu {
    background-color: #000000;
    color: #FFFFFF;
    position: absolute;
    left: 0;
    top: 100%;
    padding: 24px 0;
    transition: all .2s ease-in-out;
    opacity: 0;
    pointer-events: none;
    z-index: 1000;
  }

  .header-2__inner-navMobileMenu-Active {
    opacity: 1;
    pointer-events: all;
  }

  .header-2__inner-navMobileMenu-list-item {
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 400;
    height: 100%;
    display: inline-block;
    transition: all .2s ease-in-out;
    font-size: 16px;
    text-align: center;
  }

  .header-2__inner-navMobileMenu-list-item:hover {
    color: #44C8F5;
  }
}

.header-2__inner-nav-link:hover {
  color: #44C8F5;
}

.header-2__inner-workHours {
  color: #FFFFFF;
}

/* ----- section intro ----- */
.section--intro {
  height: calc(100vh - 140px);
  background-color: #F5F5F5;
  padding: 0;
}

@media screen and (max-width: 991px) {
  .section--intro {
    height: initial;
  }
}

.section--intro__info-btn {
  padding: 12px 24px;
  text-transform: uppercase;
  font-size: 18px;
}

.section--intro__info-bg-img {
  max-width: 100%;
}

@media screen and (max-width: 1200px) {
  .section--intro__info-title {
    font-size: 42px;
  }
}

@media screen and (max-width: 576px) {
  .section--intro__info-title {
    font-size: 32px;
  }
}

.intro__slider {
  height: 100%;
}

.intro__slider .slick-track {
  display: flex;
}

.intro__slider .slick-slide {
  height: initial;
}

.intro__slider .slick-list,
.intro__slider .slick-track {
  height: 100%;
}

.intro__slider .slick-prev {
  left: 20px;
  z-index: 100;
  transform: scale(2);
}

.intro__slider .slick-prev:before {
  color: black;
}

.intro__slider .slick-next {
  right: 20px;
  transform: scale(2);
}

.intro__slider .slick-next:before {
  color: black;
}

.intro__slider .slick-dots {
  bottom: 25px;
}

.intro__slider-item {
  position: relative;
  padding: 50px 0;
  color: white;
}

.intro__slider-item-title {
  margin-bottom: 0;
  line-height: 1;
}

.intro__slider-item-text {
  margin-bottom: 20px;
  font-size: 18px;
}

.intro__slider-item-btn {
  font-size: 20px;
  padding: 10px 20px;
  width: fit-content;
}

@media screen and (max-width: 576px) {
  .intro__slider-item-btn {
    font-size: 14px;
  }
}

.intro__slider-item--1 {
  background-image: url("new-content/intro-slider/1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.intro__slider-item--2 {
  background-image: url("new-content/intro-slider/2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: black;
  text-align: center;
}

.intro__slider-item--3 {
  color: black;
}


/* ----- Click Here -----*/
.section--click-here {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.click-here__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 24px;
  max-width: 400px;
  width: 100%;
  background-color: #0A9CE2;
  border-color: #0A9CE2;
  transition: all .2s ease-in-out;
}

.click-here__btn:hover {
  background-color: #0b5ed7;
  border-color: #0b5ed7;
}

/* ----- Discount -----*/
.discountSection__link-item {
  font-size: 12px;
}

.discountSection__tags {
  padding-top: 24px;
  border-top: 3px solid #0A9CE2;
}

.bigBlueBoxes__item {
  border-radius: 6px;
  background: linear-gradient(90deg, #1FA0DE 0%, #37B4EB 100%);
  color: white;
  padding: 12px 24px;
}

.bigBlueBoxes__item-title {
  font-weight: 600;
  font-size: 24px;
  color: white;
}

.bigBlueBoxes__item-title:hover {
  color: #e3e3e3;
}

.bigBlueBoxes__item-subtitle {
  color: #eeeeee;
}

.bigBlueBoxes__item-list {
  margin-top: 12px;
  border-top: 1px solid white;
  display: flex;
  font-size: 14px;
  flex-wrap: wrap;
}

.bigBlueBoxes__item-list-item {
  margin: 8px 0;
  width: 50%;
}

.bigBlueBoxes__item-img {
  max-width: 300px;
  width: 100%;
  position: relative;
  display: block;
  margin-left: auto;
  bottom: -40px;
  margin-top: -30px;
}

.invertors-gift {
  background-color: #D80C18;
  color: #FFFFFF;
  border-radius: 4px;
  text-align: center;
  padding: 12px 24px;
  max-width: 300px;
  margin: 12px auto 0 auto;
}

/* ----- PRODUCT CARDS -----*/
@media screen and (max-width: 991px) {
  .section--productCards {
    padding-top: 0;
  }
}

.section__productCards-tabs {
  justify-content: space-evenly;
}

@media screen and (max-width: 576px) {
  .section__productCards-tabs {
    justify-content: center;
    gap: 32px;
  }
}

.section__productCards-tabs-item {
  font-size: 30px;
  border-radius: 0;
}

@media screen and (max-width: 576px) {
  .section__productCards-tabs-item {
    font-size: 22px;
  }
}

.section__productCards-tabs .nav-link {
  color: #757575;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 500;
}

.section__productCards-tabs .nav-link.active {
  background-color: transparent;
  color: black;
  border-bottom: 2px solid black;
}

.section__productCards-tabs-item:hover .nav-link {
  border-bottom: 2px solid #757575;
}

.section__productCards-tabs-item:hover .nav-link.active {
  border-bottom: 2px solid black;
}

.product-card {
  background-color: #FFFFFF;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
}

.product-card__img {
  max-width: 100%;
}

.product-card__discountBoxes-discount {
  position: absolute;
  top: 12px;
  left: 12px;
  border-radius: 40px;
  font-size: 12px;
}

.product-card__discountBoxes-new {
  position: absolute;
  top: 12px;
  right: 12px;
  border-radius: 40px;
  font-size: 12px;
}

.product-card__title {
  font-weight: 500;
  max-width: 300px;
  margin: 0 auto;
  color: black;
}

.product-card__price {
  color: #757575;
}

.product-card__tabsSection-item {
  border: 1px solid #000000;
  border-radius: 6px;
  background-color: transparent;
  transition: all .2s ease-in-out;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.product-card__tabsSection-itemActive {
  background-color: #000000;
  color: #FFFFFF;
}

.product-card__tabsSection-item:hover .product-card__tabsSection-item-img {
  filter: invert(1);
}

.product-card__tabsSection-item-img {
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.product-card__tabsSection-item.product-card__tabsSection-itemActive .product-card__tabsSection-item-img {
  filter: invert(1);
}

/* ----- Main Tabs -----*/
.mainTabs {
  border-bottom: 1px solid #b0b0b0;
}

.mainTabs__button-item {
  padding: 12px 24px;
  background-color: #44C8F5;
}

.mainTabs__item {
  padding: 12px;
}

.mainTabs__Slider .slick-track {
  display: flex;
}

.mainTabs__Slider .slick-slider {
  margin: 0 -15px;
}

.mainTabs__Slider .slick-slide {
  margin: 0 15px;
  height: initial;
}

.mainTabs__Slider .slick-next:before, .mainTabs__Slider .slick-prev:before {
  color: black;
}

.mainTabs__Slider .slick-dots {
  bottom: initial;
}

/* ----- Services Tabs -----*/
.servicesTabs {
  border-bottom: 1px solid #b0b0b0;
}

.servicesTabs__button-item {
  padding: 12px 24px;
  background-color: #44C8F5;
}

.servicesTabs__item {
  padding: 12px;
}

@media screen and (max-width: 576px) {
  .tableCommon {
    font-size: 14px;
  }
}

.tableCommon thead {
  background-color: #44C8F5;
  color: white;
}

.servicesTabs__card {
  transition: all .2s ease-in-out;
}

@media screen and (max-width: 991px) {
  .servicesTabs__card {
    width: 100% !important;
    flex-direction: row;
    justify-content: space-between;
  }
}

@media screen and (max-width: 576px) {
  .servicesTabs__card {
    flex-direction: column;
  }
}

.servicesTabs__card:hover {
  transform: scale(1.01);
}

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

@media screen and (max-width: 991px) {
  .servicesTabs__card-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

@media screen and (max-width: 991px) {
  .servicesTabs__card-img {
    max-width: 240px;
  }
}

@media screen and (max-width: 576px) {
  .servicesTabs__card-img {
    max-width: 100%;
    height: 240px;
    object-fit: contain;
  }
}

.servicesTabs__card-info-title {
  color: black;
  font-size: 24px;
  font-weight: 600;
}

.servicesTabs__card-info-content {
  color: #757575;
  font-size: 16px;
}

.servicesTabs__card-info-price {
  font-size: 20px;
  color: black;
  font-weight: 600;
}


/* ----- Benefits -----  */
.benefits__item {
  width: 20%;
}

@media screen and (max-width: 991px) {
  .benefits__item {
    width: 30%;
  }
}

@media screen and (max-width: 576px) {
  .benefits__item {
    width: 40%;
  }
}

@media screen and (max-width: 400px) {
  .benefits__item {
    width: 100%;
  }
}

.benefits__item:hover .benefits__item-title,
.benefits__item:hover .benefits__item-info {
  color: #44C8F5;
}

.benefits__item-icon {
  max-width: 90px;
}

@media screen and (max-width: 576px) {
  .benefits__item-icon {
    max-width: 60px;
  }
}

.benefits__item-title {
  font-size: 24px;
  font-weight: 600;
  color: black;
  transition: all .2s ease-in-out;
}

.benefits__item-info {
  color: black;
  font-weight: 400;
  font-size: 18px;
  transition: all .2s ease-in-out;
  text-align: center;
}

.benefitsImg {
  max-width: 100%;
}

/* ----- FAQ ----- */
/* ----- Common Accordion Styles -----*/
.accordion-button:not(.collapsed) {
  background-color: #0A9CE2;
  color: #FFFFFF;
}

.accordion-button:focus {
  border-color: #44C8F5;
}

/* ----- FAQ Accordion ----- */
.faqAccordion__item-header-button {
  padding: 24px;
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  .faqAccordion__item-header-button {
    padding: 16px;
    font-size: 20px;
  }
}

/* ----- Experience ----- */
.experienceSection__image {
  max-width: 100%;
}

/* ----- TAGS ----- */

/* ----- Footer ----- */
.footer {
  border-top: 2px solid #BCE3F5;
  background-color: #F5F5F5;
  color: #000000;
}

.footer-inner__info-col-title {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 500;
}

.footer-inner__info-col-body-link {
  color: #000000;
}

.footer-inner__info-col-body-smallText {
  font-size: 12px;
}

/* PRODUCT PAGE */
.product__gallery {
  transition: all .2s ease-in-out;
}

.product__gallery:hover {
  transform: scale(1.01);
}

.bg-blue-text {
  background-color: #62DDFE;
}
