@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

.table_form td {
  padding-bottom: 10px;
}

input.medium {
  width: 180px;
  display: inline;
}

input.short {
  width: 80px;
  display: inline;
}

.red {
  color: red;
}

.table_info {
  font-size: 90%;
  max-width: 600px;
  text-justify: ju;
  text-align: justify;
}

.menu_icon .logo {
  display: none !important;
}

.rc {
  font-family: "Open Sans", sans-serif;
  max-width: 1298px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 50px;
  box-sizing: border-box;
}

.rc__title {
  color: #183052;
  font-weight: 700 !important;
}

.rc__title--32 {
  font-size: 32px !important;
  line-height: 44px !important;
  margin-bottom: 30px !important;
}

.rc__title--22 {
  font-size: 22px !important;
  line-height: 36px !important;
}

.rc__text {
  font-size: 16px !important;
  line-height: 25px !important;
}

.rc__btn {
  color: #1f2835;
  padding: 21px 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #72b5e4;
  border-radius: 6px;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  text-align: center;
  transition: 0.3s;
}

.rc__btn:hover {
  color: white;
  background-color: #72b5e4;
  text-decoration: none;
}

@media only screen and (min-width: 1800px) {
  .previous-price__text {
    white-space: nowrap !important;
    font-size: 0.75rem;
  }
}
@media only screen and (max-width: 768px) {
  .rc__title--32 {
    font-size: 26px !important;
    line-height: 32px !important;
    margin-bottom: 20px !important;
  }
  .rc__title--22 {
    font-size: 20px !important;
    line-height: 34px !important;
  }
  .rc__btn {
    padding: 16px 26px;
  }
}
.rc-baner__img {
  margin-top: 48px;
  margin-bottom: 106px;
  max-width: 100%;
}

.rc-baner__img--2 {
  margin-bottom: 55px;
}

@media only screen and (max-width: 1024px) {
  .rc-baner__img {
    margin-top: 30px;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .rc-baner__img {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
.rc-sections__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 45px;
  margin-top: 88px;
  align-items: center;
}

.rc-sections__wrapper:nth-child(even) {
  flex-direction: row-reverse;
}

.rc-sections__text-wrapper {
  max-width: 616px;
  width: 50%;
}

.rc-sections__img {
  max-width: 50%;
}

@media only screen and (max-width: 992px) {
  .rc-sections__wrapper {
    flex-direction: column;
    margin-top: 40px;
  }
  .rc-sections__wrapper:nth-child(even) {
    flex-direction: column;
  }
  .rc-sections__text-wrapper {
    width: 100%;
  }
  .rc-sections__img {
    max-width: 100%;
  }
}
.rc-advantages {
  margin-top: 190px;
  margin-bottom: 170px;
}

.rc-advantages__list {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 3vw;
  justify-content: center;
}

.rc-advantages__li {
  position: relative;
  max-width: calc(25% - 48px);
  width: 100%;
}

.rc-advantages__li::before {
  display: none;
}

.rc-advantages__number {
  position: absolute;
  color: #72b5e4;
  font-weight: 700 !important;
  font-size: 60px !important;
  line-height: unset !important;
  opacity: 0.3;
  margin: 0;
  line-height: normal;
}

.rc-advantages__text {
  padding-left: 20px;
  padding-top: 35px;
  font-weight: 600 !important;
  font-size: 16px !important;
  line-height: 25px !important;
  color: #000000;
  max-width: 200px;
  margin: 0;
}

@media only screen and (max-width: 1150px) {
  .rc-advantages {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .rc-advantages__li {
    max-width: calc(33.3333333333% - 20px);
  }
  .rc-advantages__title {
    text-align: center;
  }
  .rc-advantages__list {
    justify-content: center;
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 16px;
  }
}
@media only screen and (max-width: 660px) {
  .rc-advantages__li {
    max-width: calc(50% - 15px);
  }
}
.rc-why {
  margin-bottom: 130px;
  margin-top: 130px;
}

.rc-why__heading {
  margin-bottom: 60px;
  max-width: 768px;
}

.rc-why__title-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 16px;
}

.rc-why__wrapper {
  display: flex;
  gap: 50px;
  margin-top: 60px;
  flex-wrap: wrap;
}

.rc-why__box {
  max-width: calc(33.3333333333% - 34px);
}

.rc-why__img {
  margin-bottom: 30px;
  max-width: 100%;
}

.rc-why__title {
  margin: 0;
}

.rc-why__photos {
  display: flex;
  gap: 30px;
  margin-top: 90px;
  flex-wrap: wrap;
}

.rc-why__photo {
  max-width: calc(33.3333333333% - 20px);
}

@media only screen and (max-width: 1400px) {
  .rc-why {
    margin-bottom: 70px;
    margin-top: 80px;
  }
  .rc-why__icon {
    width: 35px;
  }
  .rc-why__title-wrapper {
    gap: 16px;
  }
  .rc-why__title {
    line-height: 24px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 1150px) {
  .rc-why__heading {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .rc-why__wrapper {
    justify-content: center;
  }
}
@media only screen and (max-width: 860px) {
  .rc-why__icon {
    width: 24px;
  }
  .rc-why__title-wrapper {
    gap: 12px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 820px) {
  .rc-why {
    margin-bottom: 50px;
  }
  .rc-why__box {
    max-width: calc(50% - 30px);
  }
  .rc-why__photos {
    justify-content: center;
  }
  .rc-why__photo {
    max-width: calc(50% - 15px);
  }
}
@media only screen and (max-width: 570px) {
  .rc-why__icon {
    display: none;
  }
  .rc-why__photos {
    gap: 10px;
    margin-top: 30px;
  }
  .rc-why__photo {
    max-width: calc(50% - 5px);
  }
}
@media only screen and (max-width: 470px) {
  .rc-why__box {
    max-width: 100%;
  }
  .rc-why__icon {
    display: block;
  }
  .rc-why__photo {
    max-width: 100%;
  }
}
.rc-video {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 130px;
  margin-bottom: 140px;
  min-height: 180px;
}

@media only screen and (max-width: 1024px) {
  .rc-video {
    margin-top: 90px;
    margin-bottom: 90px;
    height: 400px;
  }
}
@media only screen and (max-width: 768px) {
  .rc-video {
    margin-top: 50px;
    margin-bottom: 50px;
    height: auto;
  }
}
.rc-about__wrapper {
  margin-top: 60px;
  display: flex;
  gap: 46px;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 18px;
}

.rc-about__box {
  max-width: 168px;
}

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

.rc-about__img {
  max-width: 100%;
  display: block;
  margin-bottom: 6px;
}

@media only screen and (max-width: 1400px) {
  .rc-about {
    text-align: center;
  }
}
@media only screen and (max-width: 440px) {
  .rc-about__box {
    width: calc(50% - 23px);
  }
}
@media only screen and (max-width: 330px) {
  .rc-about__box {
    width: 100%;
  }
}
/* landing page */
html {
  scroll-behavior: smooth;
}

.lp-button {
  padding: 20px 40px;
  background-color: #69a4df;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none !important;
  max-width: -moz-fit-content;
  max-width: fit-content;
  border-radius: 8px;
  transition: background 0.3s;
}

.lp-button--center {
  margin: 0px auto;
}

.lp-button:hover {
  cursor: pointer;
  background: #5a9ee2;
  color: #fff;
  text-decoration: none !important;
}

.lp_hide {
  display: none !important;
}

.lp-red-bold {
  color: #e72840 !important;
}

.lp-active-content {
  width: calc(100% - 80px);
  height: calc(100% - 80px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #69a4df !important;
  border-radius: 8px;
  text-align: center;
  color: #fff !important;
}

.lp-active-content p {
  color: #fff !important;
  font-size: 24px !important;
  max-width: 80% !important;
  line-height: 28px !important;
}

.landping-page-heading-2 {
  font-size: 50px;
  line-height: 60px;
  margin: 0px;
  max-width: 950px;
  color: #002c56;
}

.landping-page-heading-2 strong {
  color: #69a4df;
}

.landping-page-container {
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  max-width: 1360px;
  margin: 0px auto;
  margin-bottom: 120px;
}

.landping-page-container p {
  font-size: 16px;
}

.langind-pgae-light-margin {
  margin-bottom: 40px !important;
}

.landping-page-section-1 .lp-button {
  margin-top: 20px;
  background-color: #002c56;
}

.landping-page-section-1__heading {
  max-width: 886px;
  margin: 0px auto;
  text-align: center;
}

.landping-page-section-1__heading span {
  color: #69a4df;
  margin-top: 40px;
  font-size: 20px;
  font-weight: bold;
  display: block;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.landping-page-section-1__heading p {
  color: #999999;
  max-width: 642px;
  font-size: 14px;
  line-height: 24px;
  display: block;
  margin: 0px auto;
  margin-top: 12px;
}

.landping-page-section-1__heading p strong {
  color: #e72840;
}

.landping-page-section-1__img {
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 100%;
  margin-top: 20px;
  width: 100%;
}

.landping-page-section-2__flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.landping-page-section-2__flex-item {
  min-height: 400px;
}

.landping-page-section-2__flex-item--1 {
  max-width: 46%;
  border-radius: 6px;
  width: 100%;
  background-image: url("/img//lp_section_2-1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.landping-page-section-2__flex-item--2 {
  max-width: 52%;
  border-radius: 10px;
  width: 100%;
  background-color: #f0f5fb;
  position: relative;
}

.landping-page-section-2__flex-item-content {
  max-width: 300px;
  padding: 40px;
  padding-bottom: 0px;
}

.landping-page-section-2__flex-item-content span {
  color: #000000;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

.landping-page-section-2__flex-item-content p {
  color: #787b7e;
  font-size: 14px;
  line-height: 22px;
}

.landping-page-section-2__flex-item-img {
  position: absolute;
  top: 0px;
  right: -80px;
}

.landping-page-section-3__grid-container {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 100px 50px;
}

.landping-page-section-3__gir-item {
  display: flex;
  align-items: flex-start;
  max-width: 400px;
  gap: 12px;
}

.landping-page-section-3__gir-item-number {
  font-size: 50px;
  font-weight: 700;
  color: #69a4df;
  line-height: 50px;
}

.landping-page-section-3__gir-item-content span {
  font-size: 24px;
  font-weight: 800;
}

.landping-page-section-3__gir-item-content p {
  font-weight: 500;
  display: block;
  margin-top: 16px;
  color: #999999;
  font-size: 16px;
  line-height: 28px;
}

.landping-page-section-4__heading-description {
  margin-top: 40px;
  max-width: 925px;
  font-weight: 500;
  display: block;
  color: #999999;
  font-size: 18px;
  line-height: 28px;
}

.landping-page-section-4__grid-container {
  position: relative;
  display: grid;
  margin-top: 40px;
  grid-template-columns: repeat(4, 1fr);
  gap: 35px;
}

.landping-page-section-4__show-more {
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.6418942577) 0%, rgb(255, 255, 255) 50%);
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.landping-page-section-4__show-more button {
  border: none;
}

.landping-page-section-4__grid-item {
  border: solid 1px #dee2e6;
  height: -moz-fit-content;
  height: fit-content;
}

.landping-page-section-4__grid-item-content {
  padding: 20px;
}

.landping-page-section-4__grid-item-content img {
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-height: 190px;
  width: 100%;
}

.landping-page-section-4__grid-item-content span {
  color: #002c56;
  display: block;
  margin-top: 24px;
  font-size: 24px;
  font-weight: bold;
  line-height: 28px;
}

.landping-page-section-4__grid-item-content p {
  color: #787b7e;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  display: block;
  margin-top: 12px;
  margin-bottom: 16px;
}

.landping-page-section-4__grid-item-content p span {
  color: #787b7e;
  font-weight: 700;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  display: block;
  margin-bottom: 10px;
}

.landping-page-section-4__grid-item-heart {
  display: flex;
  align-items: center;
  gap: 12px;
}

.landping-page-section-4__grid-item-heart span {
  font-size: 18px;
  color: #69a4df;
  line-height: 18px;
  margin-top: 0px;
  font-weight: 700;
}

.landping-page-section-4__grid-item-heart-wrapper {
  display: flex;
  align-items: center;
  width: 41px;
  height: 41px;
  justify-content: center;
  border: solid #f0f5fb 1px;
}

.landping-page-section-5 {
  background-color: #f0f5fb;
  padding-top: 120px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 8px;
}

.landping-page-section-5__flex-content {
  display: flex;
  flex-direction: row;
  gap: 17px;
  padding-bottom: 60px;
}

.landping-page-section-5__blue-span {
  color: #69a4df;
  font-size: 18px;
  line-height: 28px;
}

.landping-page-section-5__first-half {
  display: flex;
  flex-direction: column;
  max-width: 950px;
}

.landping-page-section-5__second-half {
  max-width: 400px;
}

.landping-page-section-5__second-half img {
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  height: auto;
  margin-bottom: -120px;
}

.landping-page-section-5__grid-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 60px;
  margin-top: 60px;
}

.landping-page-section-5__grid-item {
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 256px;
}

.landping-page-section-5__grid-item span:nth-child(1) {
  color: #69a4df;
  font-size: 28px;
  line-height: 28px;
  font-weight: 600;
}

.landping-page-section-5__grid-item span:nth-child(2) {
  color: #707070;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
}

.landping-page-section-6__flex-section {
  display: flex;
  gap: 30px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.landping-page-section-6__flex-section--two-items {
  justify-content: space-between;
  margin-top: 30px;
}

.landping-page-section-6__half {
  width: 49%;
  min-height: 500px;
  border-radius: 10px;
  box-shadow: 0px 0px 30px 0px rgba(0, 44, 86, 0.1);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.landping-page-section-6__flex-section-half {
  min-height: 800px;
  border-radius: 6px;
}

.landping-page-section-6__flex-section-half--first {
  max-width: 520px;
  box-shadow: 0px 0px 30px 0px rgba(0, 44, 86, 0.1);
  border-radius: 10px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.landping-page-section-6__flex-section-half--second {
  max-width: 810px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.landping-page-section-6__custom-btn {
  position: absolute;
  z-index: 2;
  bottom: 20px;
  right: 20px;
  background-color: #f0f5fb;
  font-size: 42px;
  font-weight: 700;
  transition: all 0.3s;
  color: #002c56;
  line-height: 26px;
  padding: 15px;
  border-radius: 50%;
}

.landping-page-section-6__custom-btn:hover {
  cursor: pointer;
}

.landping-page-section-6__custom-btn--active:hover {
  background-color: #69a4df;
  color: #fff;
  cursor: pointer;
}

.landping-page-section-6__flex-section-quarter {
  box-shadow: 0px 0px 30px 0px rgba(0, 44, 86, 0.1);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 48%;
  border-radius: 10px;
}

.landping-page-section-6__flex-item-content {
  padding: 40px;
  position: relative;
  z-index: 1;
}

.landping-page-section-6__flex-item-content span {
  font-size: 24px;
  line-height: 28px;
  max-width: 300px;
  display: block;
  font-weight: 800;
  position: relative;
  z-index: 2;
}

.landping-page-section-6__flex-item-content p {
  position: relative;
  z-index: 2;
  font-size: 14px;
  max-width: 300px;
  font-weight: 500;
  line-height: 22px;
  color: #787b7e;
}

.landping-page-section-6__width-span {
  max-width: 400px !important;
}

.landping-page-section-6__lp-description-width {
  max-width: unset !important;
}

.landping-page-section-6__flex-item-content-white span,
.landping-page-section-6__flex-item-content-white p {
  z-index: 2;
  position: relative;
  color: #fff;
}

.landping-page-section-7 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 0px 30px 0px rgba(0, 44, 86, 0.1);
  padding: 0px 50px;
  border-radius: 6px;
}

.landping-page-section-7__content {
  display: flex;
  flex-direction: column;
  max-width: 360px;
  padding: 20px 0px;
}

.landping-page-section-7__content img {
  max-width: 100%;
}

.landping-page-section-7 span:nth-child(1) {
  color: #69a4df;
  font-size: 16px;
  line-height: 20px;
}

.landping-page-section-7 span:nth-child(2) {
  display: block;
  margin-top: 12px;
  font-size: 24px;
  line-height: 28px;
  font-weight: 800;
}

.landping-page-section-7 p {
  color: #787b7e;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
}

.landping-page-section-7 img {
  max-width: 100%;
  height: auto;
}

.landping-page-section-9__content {
  padding: 40px;
  background-color: #f0f5fb;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 40px;
}

.landping-page-section-9__grid-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}

.landping-page-section-9__grid-item span {
  font-size: 14px;
  color: #787b7e;
  font-weight: 500;
}
.section-9__pagination-links{
  display: flex;
  gap: 2px;
}
.landping-page-section-10__grid {
  max-width: 850px;
  margin: 0px auto;
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}

.landping-page-section-10__grid a {
  color: #69a4df;
  font-size: 16px;
  font-weight: 500;
}

.container_from_la {
  max-width: calc(100% - 200px);
  margin: 0px auto;
}

@media only screen and (max-width: 1460px) {
  .landping-page-section-7 {
    flex-direction: column;
  }
  .landping-page-section-7__content {
    margin-top: 30px;
    align-items: flex-start;
    max-width: 100%;
  }
  .landping-page-section-2__flex-item-img {
    top: 60px;
    right: 0px;
  }
  .landping-page-section-5 {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 0px;
    padding-top: 30px;
  }
  .landping-page-section-6__heading-2 {
    margin-top: 40px;
  }
  .landping-page-section-6__flex-item-content {
    position: relative;
    z-index: 1;
  }
  .landping-page-section-6__flex-item-content::after {
    z-index: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-color: rgba(255, 255, 255, 0.48);
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
  }
  .landping-page-section-6__flex-item-content-white {
    position: relative;
    z-index: 1;
  }
  .landping-page-section-6__flex-item-content-white::after {
    z-index: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-color: rgba(0, 0, 0, 0.34);
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
  }
}
.lp-mobile-img {
  display: none;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.lp-mobile-banner {
  max-width: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: none;
}

@media only screen and (max-width: 1420px) {
  .landping-page-section-6__lp-description-width {
    font-size: 18px !important;
    margin-top: 20px;
  }
  .landping-page-section-7__content p {
    font-size: 18px !important;
    margin-top: 15px;
  }
  .landping-page-section-6__flex-item-content p {
    font-size: 18px !important;
    margin-top: 20px;
  }
  .landping-page-section-2__flex-item-content p {
    margin-top: 12px !important;
    font-size: 18px !important;
  }
  .landping-page-section-1__heading p {
    margin-top: 20px !important;
    font-size: 18px !important;
  }
  .landping-page-section-4__heading-description {
    font-size: 16px !important;
  }
  .landping-page-section-3__gir-item-content p {
    font-size: 14px !important;
  }
  .landping-page-section-6__half--first {
    background-image: none !important;
    height: -moz-fit-content;
    height: fit-content;
  }
  .landping-page-section-2__flex-item--1 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .landping-page-section-2__flex-item--1 img {
    height: 60% !important;
  }
  .landping-page-section-2__flex-item-img {
    top: unset;
    right: unset;
  }
  .landping-page-section-6__flex-item-content:after {
    display: none;
  }
  .landping-page-section-6__half--second {
    background-image: none !important;
  }
  .landping-page-section-7__desktop-img {
    display: none;
  }
  .landping-page-section-2__flex-item-content {
    padding-top: 40px;
  }
  .landping-page-section-6__flex-section-half--second {
    height: auto;
    gap: 30px;
  }
  .landping-page-section-6__flex-item-content--2 {
    background-color: #f0f5fb;
  }
  .landping-page-section-6__flex-item-content--3 {
    background-color: #dedee0;
  }
  .landping-page-section-6__flex-item-content--4 {
    background-color: #fff;
  }
  .landping-page-section-6__flex-item-content--6 {
    background-color: #744b33;
  }
  .landping-page-section-6__flex-section-quarter {
    background-image: none !important;
    height: auto;
  }
  .landping-page-section-6__flex-item-content--1 {
    background-color: #dfe3ee;
  }
  .landping-page-section-6__flex-section-half--first {
    background-image: none !important;
    height: -moz-fit-content;
    height: fit-content;
  }
  .landping-page-section-2__flex-item--1 {
    background-image: none !important;
    background-color: #e4e4e4;
  }
  .lp-mobile-img {
    display: block;
    margin-top: -2px;
  }
  .landping-page-section-2__flex-item-img {
    position: relative;
  }
  .landping-page-section-6__flex-item-content span,
  p {
    max-width: 100%;
  }
  .landping-page-section-2__flex-item-content {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1360px) {
  .landping-page-mobile-padding {
    padding: 0px 15px;
  }
  .landping-page-section-5__blue-span {
    display: block;
    padding-top: 40px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1290px) {
  .landping-page-section-4__grid-container {
    grid-template-columns: repeat(3, 1fr);
  }
  .landping-page-section-1 .lp-button {
    font-size: 18px;
  }
  .landping-page-section-2__flex-item-img {
    position: relative;
  }
  .landping-page-section-5__flex-content {
    justify-content: space-between;
  }
  .landping-page-section-5__flex-content {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 1100px) {
  .landping-page-section-4__grid-container {
    grid-template-columns: repeat(2, 1fr);
  }
  .landping-page-section-9__content {
    grid-template-columns: repeat(4, 1fr);
  }
  .landping-page-section-3__grid-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 992px) {
  .landping-page-section-6__flex-section {
    flex-direction: column;
  }
  .landping-page-section-6__flex-section-half--first {
    max-width: 100%;
  }
  .landping-page-section-6__flex-item-content p {
    max-width: 100%;
  }
  .landping-page-section-6__half {
    width: 100%;
  }
  .landping-page-section-5__second-half img {
    display: none;
  }
  .landping-page-section-9__content {
    grid-template-columns: repeat(3, 1fr);
  }
  .landping-page-section-5__first-half {
    max-width: 100%;
  }
  .landping-page-section-5__flex-content {
    padding-bottom: 40px;
  }
  .landping-page-section-5__grid-content {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 20px;
  }
  .landping-page-section-5__heading {
    font-size: 32px;
    line-height: 40px;
  }
  .landping-page-section-4__grid-container {
    grid-template-columns: repeat(2, 1fr);
  }
  .landping-page-heading-2 {
    font-size: 42px;
    line-height: 50px;
  }
  .landping-page-section-2__flex {
    flex-direction: column;
    gap: 20px;
  }
  .landping-page-section-2__flex-item--1 {
    max-width: 100%;
  }
  .landping-page-section-2__flex-item--2 {
    max-width: 100%;
  }
  .landping-page-section-2__flex-item-img {
    max-width: 100%;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .landping-page-section-4__grid-container {
    grid-template-columns: repeat(1, 1fr);
  }
  .landping-page-section-4__grid-item-content img {
    min-height: 250px;
    -o-object-position: top;
    object-position: top;
  }
  .landping-page-container {
    margin-bottom: 90px;
  }
  .lp-mobile-banner {
    display: block;
  }
  .landping-page-section-1__img {
    display: none;
  }
  .landping-page-section-10__grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
  .landping-page-section-6__flex-item-content span {
    position: relative;
    z-index: 2;
  }
  .landping-page-section-6__flex-item-content p {
    position: relative;
    z-index: 2;
  }
  .landping-page-section-6__flex-item-content::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    height: 100%;
    width: 100%;
  }
  .landping-page-section-6__flex-section--two-items {
    flex-direction: column;
  }
  .landping-page-section-6__half {
    max-width: 100%;
    width: 100%;
  }
  .landping-page-section-6__flex-section {
    flex-direction: column;
  }
  .landping-page-section-6__flex-section-half--first {
    max-width: 100%;
  }
  .landping-page-section-6__flex-section-half--second {
    gap: 20px;
    height: auto;
  }
  .landping-page-section-5__flex-content {
    flex-direction: column;
  }
  .landping-page-section-5__first-half {
    max-width: 100%;
  }
  .landping-page-section-5__second-half {
    max-width: 100%;
  }
  .landping-page-section-5__blue-span {
    display: block;
    padding-top: 40px;
  }
  .landping-page-heading-2 {
    font-size: 38px;
    line-height: 42px;
  }
  .landping-page-section-2__flex-item--2 {
    max-width: 100%;
    flex-direction: column;
  }
  .landping-page-section-2__flex-item-content {
    max-width: 100%;
    padding: 20px;
  }
  .landping-page-section-2__flex-item-img {
    max-width: 100%;
  }
}
@media only screen and (max-width: 560px) {
  .landping-page-section-5 .landping-page-container {
    margin-bottom: 60px;
  }
  .landping-page-section-3 {
    margin-bottom: 80px;
  }
  .landping-page-section-2 {
    margin-bottom: 34px;
  }
  .landping-page-section-9__content {
    grid-template-columns: repeat(2, 1fr);
  }
  .landping-page-section-4__grid-container {
    grid-template-columns: repeat(1, 1fr);
  }
  .landping-page-section-4__grid-item-content img {
    width: 100%;
  }
  .landping-page-section-3__grid-container {
    grid-template-columns: repeat(1, 1fr);
    gap: 50px 50px;
  }
  .landping-page-heading-2 {
    font-size: 30px;
    line-height: 40px;
  }
  .lp-button {
    max-width: 100%;
  }
}
.show-more-backdrop {
  display: none;
}

.landping-page-section-4--5 .lp-button {
  display: none;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 768px) {
  .landping-page-section-4--5 {
    margin-bottom: 40px;
  }
  .landping-page-section-4--5 .lp-button {
    display: flex;
    margin-left: auto;
    margin-right: auto;
  }
}
/* pay u */
.pay-up {
  font-family: "Open Sans";
  border: 0;
  padding: 0;
  box-sizing: border-box;
  max-width: 1360px;
  width: 100%;
  margin: 0px auto;
}

.pay-up__title {
  font-size: 25px;
  color: #000;
  display: block;
  margin-bottom: 36px;
}

.pay-up__banner {
  max-width: 100%;
}

.pay-up--section-1 {
  margin-bottom: 70px;
}

.pay-up--section-2 {
  margin-bottom: 80px;
}

.pay-up--section-3 {
  margin-bottom: 40px;
}

.pay-up__flex {
  display: flex;
  justify-content: space-between;
}

.pay-up__title-2 {
  color: #002c56;
  font-size: 36px;
  line-height: 36px;
  display: block;
  margin-bottom: 48px;
}

.pay-up__small-text {
  font-size: 14px;
  max-width: 640px;
  line-height: 26px;
  color: #000;
  margin-bottom: 36px;
  margin-top: 0px;
}

.pay-up__small-text--second {
  margin-bottom: 20px;
  max-width: 582px;
}

.pay-up__two-col {
  max-width: 48%;
}

.pay-up__two-col--1 {
  max-width: 655px;
}

.pay-up__two-col img {
  max-width: 100%;
}

.pay-up__list {
  padding-left: 0px;
  list-style: none;
}

.pay-up__list--markers {
  list-style: none;
  padding-left: 30px;
}

.pay-up__list--markers li {
  padding: 0px !important;
  position: relative;
}

.pay-up__list--markers li:before {
  display: none !important;
}

.pay-up__list--markers li:after {
  content: "";
  width: 9px;
  position: absolute;
  height: 9px;
  border-radius: 50%;
  background-color: #69a4df;
  top: 50%;
  transform: translateY(-50%);
  left: -20px;
}

.pay-up__list li {
  display: flex;
  gap: 22px;
  padding: 0px !important;
  margin-bottom: 40px;
}

.pay-up__list li::before {
  padding: 0px !important;
  display: none !important;
}

.pay-up__list li p {
  font-size: 16px;
  line-height: 28px;
  max-width: 540px;
}

.pay-up__number {
  color: #69a4df;
  font-size: 50px;
  line-height: 50px;
  transform: translateY(30px);
  font-weight: bold;
}

.pay-up__title-3 {
  color: #002c56;
  font-size: 24px;
  line-height: 24px;
  display: block;
  margin-bottom: 48px;
  font-weight: bold;
}

.pay-up__banner-2 {
  max-width: 1215px;
  margin: 0px auto;
}

.pay-up__banner-2 img {
  max-width: 100%;
}

@media only screen and (max-width: 1460px) {
  .pay-up {
    padding: 0px 10px;
  }
  .pay-up__flex {
    gap: 40px;
    align-items: center;
  }
  .pay-up__flex--section-2 {
    align-items: flex-start;
  }
}
@media only screen and (max-width: 1200px) {
  .pay-up__flex {
    align-items: center;
  }
  .pay-up__flex--section-2 {
    align-items: flex-start;
  }
  .pay-up__two-col--1 {
    max-width: 49%;
  }
}
@media only screen and (max-width: 992px) {
  .pay-up--section-1 {
    margin-bottom: 30px;
  }
  .pay-up__two-col--section-2 {
    align-items: flex-start;
  }
  .pay-up__flex {
    flex-direction: column;
    align-items: flex-start;
  }
  .pay-up__two-col {
    max-width: 100%;
  }
  .pay-up__two-col--second-col {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 576px) {
  .pay-up__number {
    font-size: 40px;
    line-height: 40px;
  }
  .pay-up__title-2 {
    font-size: 26px;
    line-height: 32px;
  }
  .pay-up__title-3 {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 32px;
  }
}
.custom-blog-video {
  max-height: 560px;
  max-width: 100%;
  background-color: black;
}

.custom-blog-video-wrapper {
  max-width: 1200px;
  margin: 0px auto;
}

.custom-blog-header {
  color: #002c56;
  font-size: 24px;
}

.custom-lght-color {
  color: #5a9ee2;
}

.custom-blog-video-wrapper-2 {
  max-height: 400px !important;
}

@media only screen and (max-width: 1200px) {
  .custom-blog-video-wrapper {
    max-width: 100%;
  }
}
/* Nowy landing + powrot do szkoly */
html {
  scroll-padding-top: 200px;
}

.lp-content-container {
  padding-left: 10rem;
  padding-right: 5.3rem;
}

@media (max-width: 1635px) {
  .lp-content-container {
    padding-left: 8rem;
  }
}
@media (max-width: 1200px) {
  .lp-content-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.lp-new-button {
  padding: 20px 40px;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none !important;
  max-width: -moz-fit-content;
  max-width: fit-content;
  border: none;
  border-radius: 8px;
  transition: background-color 0.3s, color 0.3s;
}

@media screen and (max-width: 600px) {
  .lp-new-button--mobile-padding {
    padding: 20px 30px;
  }
}
.lp-new-button__i {
  font-style: normal;
  color: #000;
}

.lp-new-button--grey-button {
  color: #000;
  background-color: #eef2f8;
  transition: background-color 0.3s, color 0.3s;
}

.lp-new-button--grey-button:hover {
  color: #fff;
  text-decoration: none;
  background-color: #017970;
}

.lp-new-button--transparent-link {
  display: flex;
  align-items: center;
  font-size: 13px;
  font-style: normal;
  color: #183052;
  text-decoration: none;
  font-weight: 700;
  line-height: 19px;
}

.lp-new-button--transparent-link:hover {
  color: #183052;
  text-decoration: none;
}

.lp-new-button--blue-yellow {
  color: #0B1223;
  background-color: #FFD716;
  transition: background-color 0.3s color 0.3s;
}

.lp-new-button--blue-yellow:hover {
  background-color: #0259EF;
  color: #fff;
}

.lp-new-button--green {
  background-color: #017970;
  transition: background-color 0.3s color 0.3s;
}

.lp-new-button--blue-2 {
  background-color: #7EC7FC;
  color: #000;
  transition: background-color 0.3s color 0.3s;
}

.lp-new-button--blue-2:hover {
  background-color: #F5F5F5;
  color: #000;
}

.lp-new-button--blue-3 {
  transition: background-color 0.3s color 0.3s;
  background-color: #7EC7FC;
  color: #fff;
}

.lp-new-button--blue-3 i {
  color: #000;
}

.lp-new-button--blue-3:hover {
  background-color: #49b1fc;
  color: #fff;
}

.lp-new-button--blue-3:hover i {
  color: #000;
}

.lp-new-button--green:hover {
  color: #fff;
  background-color: #8b55c8;
}

.lp-new-button--blue {
  background-color: #69a4df;
  color: #fff;
  transition: background-color 0.3s color 0.3s;
}

.lp-new-button--blue:hover {
  background-color: #ec2338;
  text-decoration: none;
}

.lp-new-button--red {
  background-color: #eef2f8;
  color: #000;
}

.lp-new-button--red:hover {
  background-color: #ec2338;
  text-decoration: none;
  color: #fff;
}

.lp-new-button--red-2 {
  background-color: #EB0038;
  color: #fff;
}

.lp-new-button--red-2 i {
  color: #000;
}

.lp-new-button--red-2:hover {
  background-color: #ca002f;
  color: #fff;
}

.lp-new-button--green-2 {
  background-color: #01C6B8;
  color: #183052;
  text-decoration: none;
  font-weight: 700;
}

.lp-new-button--green-2:hover {
  background-color: #9258D3;
  color: #fff;
}

.section-new-title {
  scroll-padding-top: 120px;
  font-size: 26px;
  font-style: normal;
  font-family: Open Sans;
  font-weight: 700;
  line-height: 40px;
  color: #002c56;
}

.section-new-title--short {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.section-new-title__red {
  color: #ec2338;
}

.section-new-title__purple {
  color: #8b55c8;
}

.landping-page-section-photo {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.landping-page-section-photo img {
  max-width: 100%;
  width: 100%;
}

.landping-page-section-photo-10 {
  gap: 30px;
  margin-bottom: 90px;
}

.landping-page-section-photo-10__back-to-school {
  color: #88c9b3 !important;
}

.landping-page-section-photo-10--2 {
  margin-top: 110px;
  margin-bottom: 35px;
}

.landping-page-section-photo-10__cs-button {
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  background-color: #eef2f8;
  color: #000;
}

.landping-page-section-photo-10__col--wide {
  max-width: 600px !important;
}

.landping-page-section-photo-10__col h2 {
  font-size: 40px;
  margin-bottom: 12px;
  font-weight: 700;
  line-height: 60px;
  color: #002c56;
  margin-top: 0px;
}

.landping-page-section-photo-10__col span {
  color: #ec2338;
  font-size: 24px;
  font-weight: 700;
  display: block;
  line-height: 26px;
  margin-bottom: 18px;
}

.landping-page-section-photo-10__col p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 24px;
}

.landping-page-section-photo-10__col:nth-child(1) {
  max-width: 550px;
}

.landping-page-section-photo-10__col:nth-child(2) {
  max-width: 770px;
}

.landping-page-section-photo-10__btn-wrapper {
  display: flex;
  gap: 30px;
}

@media (max-width: 1400px) {
  .landping-page-section-photo-10 .lp-new-button {
    padding: 20px 20px;
  }
  .landping-page-section-photo-10__col:nth-child(1) {
    max-width: 50%;
  }
}
@media (max-width: 1200px) {
  .landping-page-section-photo-10__col:nth-child(1) {
    max-width: 450px;
  }
}
@media (max-width: 992px) {
  .landping-page-section-photo-10 {
    flex-direction: column;
  }
  .landping-page-section-photo-10 .lp-new-button {
    padding: 20px 40px;
  }
  .landping-page-section-photo-10__col h2 {
    font-size: 28px;
    line-height: 38px;
  }
  .landping-page-section-photo-10__col:nth-child(1) {
    max-width: 100%;
  }
  .landping-page-section-photo-10__col:nth-child(2) {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .landping-page-section-photo-10 .lp-new-button {
    max-width: 100%;
  }
  .landping-page-section-photo-10 .lp-new-button--transparent-link {
    justify-content: center;
    padding: 10px;
  }
  .landping-page-section-photo-10__btn-wrapper {
    gap: 10px;
    flex-direction: column;
  }
}
.landping-page-section-icons {
  margin-top: 100px;
  margin-bottom: 100px;
}

.landping-page-section-icons h3 {
  text-align: center;
  margin-bottom: 50px;
}

.landping-page-section-icons__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 30px;
}

.landping-page-section-icons__grid--7 {
  grid-template-columns: repeat(7, 1fr);
}

.landping-page-section-icons__grid-item {
  border-radius: 10px;
  gap: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 24px;
  background-color: #f0f5fb;
  transition: background-color 0.3s;
}

.landping-page-section-icons__grid-item span {
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  color: #002c56;
  line-height: 20px;
  transition: color 0.3s;
}

.landping-page-section-icons__grid-item:hover {
  background-color: #183052;
}

.landping-page-section-icons__grid-item:hover span {
  color: #eef2f8;
}

@media (max-width: 1400px) {
  .landping-page-section-icons__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .landping-page-section-icons__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .landping-page-section-icons__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.landping-page-section-users {
  padding-top: 70px;
  padding-bottom: 140px;
  background-color: #eef2f8;
  position: relative;
}

.landping-page-section-users__bottom {
  padding-top: 140px;
}

.landping-page-section-users__bottom h3 {
  max-width: 740px;
  margin: 0px auto;
}

.landping-page-section-users__articles {
  display: flex;
  margin-top: 40px;
  justify-content: space-between;
  gap: 30px;
  padding: 0px 20px;
}

.landping-page-section-users__article {
  max-width: 680px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  background-color: #fff;
}

.landping-page-section-users__article img {
  max-width: 100%;
  height: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}

.landping-page-section-users__article-content {
  display: flex;
  flex-direction: column;
  padding: 40px 30px;
}

.landping-page-section-users__article-content h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: left !important;
}

.landping-page-section-users__article-content p {
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 16px;
}

.landping-page-section-users__article-content a {
  color: #72b5e4;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
}

.landping-page-section-users__carousel {
  position: relative;
}

.landping-page-section-users h3 {
  text-align: center;
}

.landping-page-section-users__description {
  margin-bottom: 50px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

@media (max-width: 1500px) {
  .landping-page-section-users__article img {
    max-width: 50%;
  }
}
@media (max-width: 1300px) {
  .landping-page-section-users__articles {
    flex-direction: column;
  }
  .landping-page-section-users__article {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .landping-page-section-users {
    padding-bottom: 70px;
  }
  .landping-page-section-users__articles {
    padding: 0px;
  }
  .landping-page-section-users__article {
    flex-direction: column;
  }
  .landping-page-section-users__article img {
    width: 100%;
    max-width: 100%;
    max-height: 400px;
    border-radius: 10px;
  }
}
.usersSwiper {
  max-width: calc(100% - 160px);
  padding-top: 30px !important;
}

.usersSwiper .swiper-slide-next {
  transform: translateY(-30px) !important;
}

.usersSwiper .users-slide-content {
  min-height: 440px;
  padding: 35px;
  border-radius: 16px;
  background: #f9fcff;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.usersSwiper .users-slide-content__name {
  font-size: 24px;
  color: #183052;
  font-weight: 700;
  line-height: 24px;
  display: block;
  padding-bottom: 8px;
  border-bottom: solid 3px #ec2338;
}

.usersSwiper .users-slide-content__description {
  color: #1f2835;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.usersSwiper .users-slide-content__image {
  border-radius: 50%;
  max-width: 120px;
}

.usersSwiper .swiper-wrapper {
  height: unset;
}

@media (max-width: 1100px) {
  .usersSwiper .swiper-slide-next {
    transform: translateY(0px) !important;
  }
}
@media (max-width: 768px) {
  .usersSwiper {
    width: 100%;
    max-width: 100%;
  }
  .usersSwiper .usersSwiper .user-swiper-navigation {
    display: none;
  }
  .usersSwiper .usersSwiper .users-slide-content {
    min-height: 340px;
  }
  .usersSwiper .swiper-slide-next {
    transform: translateY(0px) !important;
  }
}
.cs-swiper-pagination {
  bottom: unset !important;
  position: relative !important;
  margin-top: 20px !important;
}

.cs-swiper-pagination .swiper-pagination-bullet {
  background-color: #72b5e4;
  width: 15px;
  height: 15px;
}

@media (max-width: 768px) {
  .user-swiper-navigation {
    display: none !important;
  }
}
.user-swiper-navigation {
  display: flex;
  justify-content: space-between;
  position: absolute;
  z-index: 24;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}

.user-button-prev:hover,
.user-button-next:hover {
  cursor: pointer;
}

.swiper-button-disabled {
  opacity: 0.35;
}

.section-new-title {
  text-align: center;
}

.landping-page-container--wide {
  max-width: 1560px;
}

.landping-page-section-6__img {
  max-width: 100%;
}

.landping-page-section-6__flex-item-content--6 {
  border-radius: 10px 10px 0px 0px;
}

.landping-page-section-6__background {
  background-color: #f5ebe0;
}

.landping-page-section-6__flex-item-content--2 span,
.landping-page-section-6__flex-item-content--2 p {
  color: #fff;
}

@media (max-width: 1420px) {
  .landping-page-section-6__flex-item-content--2 {
    background-color: #78726b;
    border-radius: 10px 11px 0px 0px;
  }
}
.landping-page-section-6 .lp-mobile-img {
  border-radius: 0px 0px 10px 10px;
}

.landping-page-section-categories {
  margin-top: 80px;
}

.landping-page-section-categories__grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 32px;
}

.landping-page-section-categories__grid a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-decoration: none;
  color: #707070;
}

.landping-page-section-categories__grid a img {
  max-width: 140px;
  max-height: 140px;
  width: 100%;
}

.landping-page-section-categories__grid a span {
  color: #707070;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
}

@media (max-width: 1200px) {
  .landping-page-section-categories__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 768px) {
  .landping-page-section-categories__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 576px) {
  .landping-page-section-categories__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.landping-page-section-6__flex-section-quarter {
  background-size: unset !important;
}

/*End nowy landing + powrot do szkoly */
.landping-page-section-photo-10__outlet {
  color: #000 !important;
}

.landping-page-section-photo-10__outlet-h2 {
  color: #000 !important;
}

.landping-page-section-photo-10--outlet {
  margin-bottom: 70px;
}

.lp-new-button--yellow {
  background-color: #ffb900;
}

.landping-page-section-outlet-icons {
  margin-bottom: 70px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  max-width: 880px;
}

.landping-page-section-outlet-icons__item {
  display: flex;
  flex-direction: column;
  gap: 25px;
  align-items: center;
}

.landping-page-section-outlet-icons__item:hover {
  text-decoration: none;
}

.landping-page-section-outlet-icons__item img {
  max-width: 100%;
}

@media (max-width: 992px) {
  .landping-page-section-outlet-icons {
    gap: 20px;
  }
}
@media (max-width: 576px) {
  .landping-page-section-outlet-icons {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* blak week */
.black-week-green {
  color: #d6ff00 !important;
}

.lp-new-button--classic {
  background-color: #8dabff;
  color: #fff;
}

.lp-new-button--classic:hover {
  cursor: pointer;
  color: #fff;
}

.lp-new-button--green-back {
  background-color: #d6ff00;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 19px;
  font-family: Open Sans;
}

.landping-page-section-photo-10__btn-wrapper--center {
  align-items: center;
}

.landping-page-section-photo-10__btn-wrapper a {
  text-decoration: none;
}

.landping-page-section-photo-10__black-week-label {
  font-weight: 400 !important;
}

.landping-page-section-icons__grid-item--green {
  background-color: #252528;
}

.landping-page-section-icons__grid-item--green span {
  color: #fff;
}

.landping-page-section-icons__grid-item--green:hover {
  background-color: #d6ff00;
}

.landping-page-section-icons__grid-item--green:hover span {
  color: #183052;
}

.landping-page-section-icons__grid-item--green:hover svg path,
.landping-page-section-icons__grid-item--green:hover svg line,
.landping-page-section-icons__grid-item--green:hover svg circle,
.landping-page-section-icons__grid-item--green:hover svg rect {
  stroke: #183052;
}

.landping-page-section-users--black {
  background-color: black;
  padding-bottom: 50px;
}

.section-new-title--white {
  color: #fff;
}

.section-new-title--uppercase {
  text-transform: uppercase;
}

.landing-three-col {
  padding-bottom: 120px;
}

.landing-three-col .section-new-title {
  margin: 0px;
}

.landping-page-section-users__description--white {
  color: #fff;
  font-size: 16px;
  max-width: 886px;
  margin: 0px auto;
  margin-bottom: 50px;
}

.blackweekswiper {
  max-width: calc(100% - 160px);
  padding-top: 30px !important;
}

.blackweekswiper .swiper-slide-next {
  transform: translateY(-30px) !important;
}

.blackweekswiper .users-slide-content {
  min-height: 320px;
  padding: 35px;
  padding-top: 50px;
  border-radius: 16px;
  background: #27272a;
  border: solid 2px #d6ff00;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.blackweekswiper .users-slide-content__name {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  line-height: 24px;
  display: block;
  padding-bottom: 8px;
  border-bottom: solid 3px #d6ff00;
}

.blackweekswiper .users-slide-content__description {
  color: #eef2f8;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.blackweekswiper .users-slide-content__image {
  border-radius: 50%;
  max-width: 120px;
}

.blackweekswiper .swiper-wrapper {
  height: unset;
}

@media (max-width: 1100px) {
  .blackweekswiper .swiper-slide-next {
    transform: translateY(0px) !important;
  }
}
@media (max-width: 768px) {
  .blackweekswiper .users-slide-content__description {
    margin-top: 20px;
  }
  .blackweekswiper {
    width: 100%;
    max-width: 100%;
  }
  .blackweekswiper .usersSwiper .user-swiper-navigation {
    display: none;
  }
  .blackweekswiper .usersSwiper .users-slide-content {
    min-height: 340px;
  }
  .blackweekswiper .swiper-slide-next {
    transform: translateY(0px) !important;
  }
}
.google-logo-link {
  margin: 0px auto;
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-decoration: none;
}

.google-logo-link span {
  color: #707070;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.section-new-title--white {
  color: #fff;
}

.landping-page-section-icons--black {
  background-color: #000;
  padding-top: 100px;
  padding: 100px;
  width: 100%;
  align-items: center;
  margin-top: 0px;
  margin-bottom: 0px;
  max-width: 100%;
}

.blck-week-banner {
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.landping-page-section-photo-10--black-week {
  background-color: #000;
  padding-top: 50px;
}

.landping-page-section-photo-10__outlet-h2--white {
  color: #fff !important;
}

.landping-page-section-photo-10__blackweeek-description {
  color: #d1d6d8;
}

.landing-three-col {
  background-color: #000;
}

.landing-three-col__grid {
  max-width: 1340px;
  margin: 0px auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-top: 40px;
}

.landing-three-col__grid a {
  display: flex;
  border-radius: 10px;
}

.landing-three-col__grid a:hover {
  box-shadow: 0px 0px 24px 0px rgb(214, 255, 0);
}

.landing-three-col__grid a img {
  max-width: 100%;
}

.black-week-single-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 20px;
  background-color: #000;
  margin-top: 40px;
}

@media (max-width: 1600px) {
  .landing-three-col {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 1400px) {
  .landping-page-section-icons--black {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  .landping-page-section-icons--black {
    padding-left: 20px;
    padding-right: 20px;
  }
  .google-logo-link {
    padding-right: 20px;
    padding-left: 20px;
  }
  .google-logo-link img {
    max-width: 100%;
  }
  .landing-three-col__grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .landing-three-col__grid a {
    margin: 0px auto;
  }
}
.lp-new-button--green-back:hover {
  background-color: #8dabff;
  color: #000;
}

/* #page-content-container:has(.black-week-2023) {
  background-color: black;
} */
/*new*/
.winter-description {
  text-align: center;
  max-width: 800px;
  margin: 0px auto;
  font-family: "Open Sans", sans-serif;
}

.section-new-title--font {
  font-family: "Open Sans", sans-serif;
}

.btn-wrapper--center {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

.lp-lifting-i {
  font-style: normal;
  color: #72b5e4;
}

.lp-lifting-description {
  margin: 0px;
  text-align: center;
  font-family: Open Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #1f2835;
}

.user-slide-text-transform {
  text-decoration: none;
}

.user-swiper-navigation {
  pointer-events: none;
}

.user-button-prev {
  pointer-events: all;
}

.user-button-next {
  pointer-events: all;
}

.lp-user-btn {
  padding: 12px 16px;
  margin-top: 20px;
}

.usersSwiper {
  padding-left: 2px !important;
}

.usersSwiper .users-slide-content__name {
  border-bottom: 0px;
  position: relative;
}

.usersSwiper .users-slide-content__name::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% + 2px);
  width: 90px;
  height: 3px;
  background-color: #ec2338;
}

.users-slide-content {
  padding-bottom: 0px !important;
  min-height: unset !important;
}

.users-slide-content--wrapper {
  min-height: 485px !important;
  padding: 0px !important;
  padding-bottom: 20px !important;
}

.users-slide-content__description {
  margin-top: 16px;
}

@media (max-width: 1600px) {
  .users-slide-content--wrapper {
    min-height: 570px !important;
  }
}
@media (max-width: 1300px) {
  .usersSwiper .swiper-slide-next {
    transform: translateY(0px) !important;
  }
}
@media (max-width: 1100px) {
  .users-slide-content--wrapper {
    min-height: 550px !important;
  }
}
.elzap-blog-section {
  margin-bottom: 60px;
}

@media (max-width: 992px) {
  .elzap-blog-section {
    margin-bottom: 40px;
  }
}
.lp-new-button--grey {
  background-color: #80827a;
  color: #fff;
}

.lp-new-button--grey:hover {
  color: #fff;
}

.landping-page-section-photo-10__cs-button:hover {
  color: #000;
}

.center-button {
  margin: 0px auto;
}

.landping-page-section-icons--1 {
  margin-top: 40px;
}

.fixed-img {
  position: absolute;
}

.fixed-img--1 {
  left: 0px;
  top: -30px;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.new-lpk {
  position: relative;
}

.new-lpk a {
  color: #1f2835;
}

.new-lpk a:active {
  color: #1f2835 !important;
}

.new-lpk--1 {
  margin-bottom: 46px;
}

.new-lpk__relative {
  position: relative;
  z-index: 2;
}

.new-lpk__section-1-col {
  max-width: 525px;
  z-index: 2;
  position: relative;
}

@media screen and (max-width: 992px) {
  .new-lpk__section-1-col {
    max-width: 100%;
  }
}
.new-lpk__h1 {
  font-size: 60px;
  line-height: 80px;
  font-weight: 600;
  color: #1643b1;
  margin-top: 10px;
  margin-bottom: 20px;
}

@media screen and (max-width: 992px) {
  .new-lpk__h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
.new-lpk__span {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  display: block;
  text-transform: uppercase;
}

.new-lpk__p {
  color: #1f2835;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.new-lpk__dark-btn {
  background-color: #1f2835;
  color: #c4f736 !important;
}

.new-lpk__btn-wrapper {
  margin-top: 14px;
}

.bottom-top-margin {
  margin-top: 0px;
  margin-bottom: 0px;
}

.new-lpk {
  position: relative;
}

.new-lpk .landping-page-section-icons__grid-item {
  background-color: #fff;
}

.new-lpk .landping-page-section-icons__grid-item:hover {
  background-color: #1643b1;
}

.new-lpk .landping-page-section-icons__grid-item:hover span {
  color: #c3e960;
}

.new-lpk__section-title {
  font-size: 40px !important;
  font-weight: 700 !important;
  line-height: 40px !important;
  text-align: center !important;
}

@media only screen and (max-width: 992px) {
  .new-lpk__section-title {
    font-size: 28px !important;
    font-weight: 700 !important;
    line-height: 36px !important;
  }
}
@media only screen and (max-width: 768px) {
  .new-lpk__section-title {
    font-size: 30px;
    line-height: 30px;
  }
}
.new-lpk * {
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
}

.new-lpk__br--1 {
  display: none;
}

@media only screen and (max-width: 768px) {
  .new-lpk__br--1 {
    display: block;
  }
}
.new-lpk__br--2 {
  display: block;
}

@media only screen and (max-width: 1100px) {
  .new-lpk__br--2 {
    display: block;
  }
}
.new-lpk__description {
  margin-top: 80px;
  margin-bottom: 80px;
}

.new-lpk__large-description {
  font-size: 32px !important;
  font-weight: 400;
  line-height: 44px;
  letter-spacing: 0em;
  text-align: center;
  max-width: 996px;
  margin: 0px auto;
}

@media only screen and (max-width: 768px) {
  .new-lpk__large-description {
    font-size: 26px !important;
    line-height: 40px;
  }
}
@media only screen and (max-width: 576px) {
  .new-lpk__large-description {
    font-size: 22px !important;
    line-height: 36px;
  }
}
.new-lpk__large-description strong {
  font-weight: 700;
  color: #1643b1;
}

.new-lpk__marker-text {
  position: relative;
  color: #d6ff00;
  font-weight: 700;
  z-index: 1;
  margin: 5px 0px;
  margin-left: 10px;
}

.new-lpk__marker-text i {
  font-style: normal;
  z-index: 2;
  position: relative;
}

.new-lpk__marker-text::before {
  content: "";
  position: absolute;
  z-index: 0;
  background-color: #72b5e4;
  width: calc(100% + 12px);
  left: -6px;
  top: -5px;
  height: calc(100% + 10px);
  border-radius: 8px;
}

.new-lpk__starts {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  .new-lpk__starts {
    flex-direction: column;
  }
}
.new-lpk__medium-text {
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  margin: 0px;
  color: #183052;
}

.new-lpk__starts-right {
  display: flex;
  gap: 16px;
  align-items: center;
}

@media only screen and (max-width: 576px) {
  .new-lpk__starts-right {
    flex-direction: column;
    gap: 0px;
    margin-bottom: 20px;
  }
}
.new-lpk__starts {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.new-lpk__starts-stars {
  display: flex;
}

.new-lpk__blue-link {
  font-size: 14px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0.16em;
  color: #1643b1;
  text-decoration: none;
}

.new-lpk__influ {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
  margin-top: 40px;
  gap: 14px;
}

@media only screen and (max-width: 1400px) {
  .new-lpk__influ {
    flex-direction: column;
    gap: 30px;
  }
}
.new-lpk__influ-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  max-width: 1108px;
  width: 100%;
}

@media only screen and (max-width: 992px) {
  .new-lpk__influ-right {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .new-lpk__influ-right {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}
.new-lpk__influ-tile {
  max-width: 346px;
  width: 100%;
  border-radius: 82.5px;
  gap: 14px;
  display: flex;
  padding: 16px 13px;
}

.new-lpk__influ-tile img {
  -o-object-fit: contain;
  object-fit: contain;
}

@media only screen and (max-width: 992px) {
  .new-lpk__influ-tile {
    max-width: 100%;
    box-sizing: border-box;
  }
}
.new-lpk__influ-tile--1 {
  background-color: #f1e9e1;
  transition: background-color 0.3s;
  text-decoration: none;
}

.new-lpk__influ-tile--1:hover {
  background-color: #72b5e4;
  cursor: pointer;
}

.new-lpk__influ-tile--2 {
  background-color: #eef2f8;
}

.new-lpk__influ-tile--3 {
  background-color: #e9f5ea;
}

.new-lpk__influ-name {
  margin-top: 7px;
  font-size: 11px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  color: #183052;
  opacity: 1;
  transition: opacity 0.4s;
}

.new-lpk__influ-name--desactive {
  opacity: 0;
  transition: opacity 0.4s;
}

.new-lpk__influ-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.new-lpk__source-link {
  opacity: 1;
  transition: opacity 0.4s;
}

.new-lpk__source-link--desactive {
  opacity: 0;
  transition: opacity 0.4s;
}

.new-lpk__influ-images {
  display: flex;
}

@media only screen and (max-width: 1400px) {
  .new-lpk__influ-images {
    margin-left: 40px;
  }
}
.new-lpk__influ-img {
  max-width: 100%;
  transition: opacity 0.4s;
  opacity: 1;
}

.new-lpk__influ-img--desactive {
  opacity: 0;
}

.new-lpk__influ-img--1 {
  position: relative;
  z-index: 1;
}

.new-lpk__influ-img--2 {
  position: relative;
  z-index: 2;
  transform: translateX(-20px);
}

.new-lpk__influ-img--3 {
  position: relative;
  z-index: 3;
  transform: translateX(-40px);
}

.new-lpk__influ-source-img {
  opacity: 1;
  transition: opacity 0.4s;
}

.new-lpk__influ-source-img--desactive {
  opacity: 0;
  transition: opacity 0.4s;
}

.new-lpk__sets {
  position: relative;
  margin-top: 80px;
}

.new-lpk__sets .swiper-navigation {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0px;
}

@media only screen and (max-width: 1460px) {
  .new-lpk__sets .swiper-navigation {
    display: none;
  }
}
.new-lpk__sets .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background-color: #72b5e4;
}

.new-lpk__sets .swiper-pagination {
  position: relative;
  margin-top: 45px;
}

.new-lpk__sets .swiper-pagination-bullet-active {
  background-color: #72b5e4;
}

.new-lpk__sets h2 {
  display: block;
  margin-bottom: 50px;
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 0em;
  text-align: center;
}

@media only screen and (max-width: 992px) {
  .new-lpk__sets h2 {
    font-size: 36px;
    line-height: 40px;
  }
}
.new-lpk__sets h2 i {
  font-style: normal;
  color: #2329d6;
}

@media only screen and (max-width: 576px) {
  .new-lpk__sets h2 {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 30px;
  }
}
.new-lpk__sets-slider {
  position: relative;
  max-width: 1150px;
  width: 100%;
  margin-top: 45px;
  position: relative;
  margin: 0px auto;
}

.new-lpk__sets-img {
  max-width: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.new-lpk__sets-shadow {
  position: absolute;
  top: -320px;
  left: -70px;
  max-width: 100%;
  pointer-events: none;
}

@media only screen and (max-width: 1200px) {
  .new-lpk__sets-shadow {
    left: -150px;
  }
}
@media only screen and (max-width: 576px) {
  .new-lpk__sets-shadow {
    top: -180px;
  }
}
.new-lpk__single-influ {
  max-width: 1166px;
  margin: 0px auto;
  margin-top: 60px;
  margin-bottom: 70px;
  border-radius: 81px;
  width: 100%;
  background-color: #f1e9e1;
  padding: 26px 21px;
  display: flex;
}

@media only screen and (max-width: 1050px) {
  .new-lpk__single-influ {
    flex-direction: column;
    gap: 20px;
  }
}
@media only screen and (max-width: 576px) {
  .new-lpk__single-influ {
    border-radius: 20px;
  }
}
.new-lpk__single-influ-label {
  max-width: 216px;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  color: #c4f736;
  padding: 12px 18px;
  font-family: Open Sans;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.16em;
}

@media only screen and (max-width: 576px) {
  .new-lpk__single-influ-label {
    margin-top: 10px;
  }
}
.new-lpk__single-influ-info-1 {
  margin-left: 30px;
}

.new-lpk__single-influ-info-1 h3 {
  margin-top: 12px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0em;
  margin-bottom: 12px;
  color: #183052;
}

@media only screen and (max-width: 1050px) {
  .new-lpk__single-influ-info-1 h3 {
    font-size: 20px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 576px) {
  .new-lpk__single-influ-info-1 {
    text-align: center;
    margin-left: 0px;
  }
}
.new-lpk__single-influ-left {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 400px;
}

@media only screen and (max-width: 576px) {
  .new-lpk__single-influ-left {
    display: flex;
    flex-direction: column;
    max-width: 100%;
  }
}
.new-lpk__single-influ-info-2 {
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.new-lpk__single-influ-info-2 h3 {
  font-size: 36px;
  font-weight: 400;
  line-height: 40px;
  color: #183052;
  margin-top: 0px;
  margin-bottom: 18px;
}

@media only screen and (max-width: 1050px) {
  .new-lpk__single-influ-info-2 h3 {
    font-size: 26px;
    line-height: 30px;
  }
}
.new-lpk__single-influ-info-2 a {
  font-size: 14px;
  font-weight: 700;
  line-height: 15px;
  text-decoration: underline;
  color: #183052;
}

@media only screen and (max-width: 1400px) {
  .new-lpk__single-influ-info-2 {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 1200px) {
  .new-lpk__single-influ-info-2 {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 1050px) {
  .new-lpk__single-influ-info-2 {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 576px) {
  .new-lpk__single-influ-info-2 {
    text-align: center;
  }
}
.new-lpk__description-2 {
  max-width: 1030px;
  margin: 0px auto;
  margin-bottom: 100px;
  margin-top: 130px;
  letter-spacing: 0em;
  text-align: center;
  color: #1f2835;
}

.new-lpk__description-2 p {
  font-size: 36px !important;
  font-weight: 400;
  line-height: 50px;
  margin: 0px;
}

@media only screen and (max-width: 1400px) {
  .new-lpk__description-2 p {
    margin-bottom: 100px;
    margin-top: 120px;
  }
}
@media only screen and (max-width: 1200px) {
  .new-lpk__description-2 p {
    margin-bottom: 100px;
    margin-top: 100px;
  }
}
@media only screen and (max-width: 1050px) {
  .new-lpk__description-2 p {
    margin-bottom: 80px;
    margin-top: 80px;
  }
}
@media only screen and (max-width: 768px) {
  .new-lpk__description-2 p {
    font-size: 26px !important;
    line-height: 36px;
  }
}
@media only screen and (max-width: 576px) {
  .new-lpk__description-2 p {
    margin-bottom: 60px;
    margin-top: 60px;
  }
}
.new-lpk__description-2 strong {
  color: #d6ff00;
}

.new-lpk__expert-section {
  padding: 60px;
  background-color: #fff8f0;
  border-radius: 20px;
  display: flex;
  gap: 60px;
}

@media only screen and (max-width: 1400px) {
  .new-lpk__expert-section {
    padding: 30px 60px 30px 30px;
  }
}
@media only screen and (max-width: 992px) {
  .new-lpk__expert-section {
    flex-direction: column;
    gap: 140px;
  }
}
@media only screen and (max-width: 768px) {
  .new-lpk__expert-section {
    padding: 20px;
    gap: 40px;
  }
}
.new-lpk__expert-right {
  display: flex;
  flex-direction: column;
  max-width: 492px;
  width: 100%;
}

@media only screen and (max-width: 992px) {
  .new-lpk__expert-right {
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .new-lpk__expert-right .new-lpk__single-influ-label {
    margin-left: auto;
    margin-right: auto;
  }
}
.new-lpk__expert-h3 {
  margin-bottom: 0px;
  margin-top: 20px;
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
  letter-spacing: 0em;
  color: #183052;
}

.new-lpk__expert-p {
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  color: #1f2835;
  margin-bottom: 20px;
  margin-top: 10px;
}

.new-lpk__expert-a {
  font-size: 13px;
  font-weight: 700;
  line-height: 15px;
  color: #183052;
  text-decoration: underline;
}

.new-lpk__expert-influ {
  margin-top: 20px;
}

.new-lpk__expert-left {
  max-width: 680px;
  width: 100%;
  position: relative;
  display: flex;
  gap: 24px;
  justify-content: space-between;
}

@media only screen and (max-width: 992px) {
  .new-lpk__expert-left {
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .new-lpk__expert-left {
    flex-direction: column;
  }
}
.new-lpk__expert-left-background {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 100%;
}

@media only screen and (max-width: 992px) {
  .new-lpk__expert-left-background {
    max-height: 100%;
  }
}
.new-lpk__expertvideo {
  position: relative;
  z-index: 2;
  max-width: 320px;
  max-height: 530px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}

.new-lpk__expertvideo--1 {
  transform: translateY(-100px);
}

.new-lpk__expertvideo--2 {
  transform: translateY(100px);
}

@media only screen and (max-width: 1600px) {
  .new-lpk__expertvideo {
    max-width: 50%;
    max-height: 430px;
  }
  .new-lpk__expertvideo--2 {
    transform: translateY(200px);
  }
}
@media only screen and (max-width: 992px) {
  .new-lpk__expertvideo {
    height: 500px;
    max-height: 600px;
  }
  .new-lpk__expertvideo--1 {
    transform: translateY(-50px);
  }
  .new-lpk__expertvideo--2 {
    transform: translateY(50px);
  }
}
@media only screen and (max-width: 768px) {
  .new-lpk__expertvideo {
    max-width: 100%;
    height: 550px;
  }
  .new-lpk__expertvideo--1 {
    transform: translateY(0px);
  }
  .new-lpk__expertvideo--2 {
    transform: translateY(0px);
  }
}
.new-lpk__opinions {
  display: flex;
  gap: 100px;
}

@media only screen and (max-width: 992px) {
  .new-lpk__opinions {
    flex-direction: column;
    gap: 40px;
  }
}
.new-lpk__opinions-info {
  display: flex;
  flex-direction: column;
  max-width: 350px;
  width: 100%;
}

@media only screen and (max-width: 992px) {
  .new-lpk__opinions-info {
    max-width: 100%;
  }
}
.new-lpk__opinions-info span {
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 40px;
  margin: 0px;
  margin-bottom: 10px;
  color: #72b5e4;
}

.new-lpk__opinions-info h3 {
  margin: 0px;
  font-size: 40px;
  font-weight: 700;
  line-height: 55px;
  margin-bottom: 18px;
  text-align: left;
  color: #1643b1;
}

@media only screen and (max-width: 576px) {
  .new-lpk__opinions-info h3 {
    font-size: 32px;
    line-height: 38px;
  }
}
.new-lpk__opinions-info p {
  margin: 0px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  color: #1f2835;
}

.new-lpk__influ-navigation {
  margin-top: 40px;
  display: flex;
  gap: 36px;
  align-items: center;
}

@media only screen and (max-width: 992px) {
  .new-lpk__influ-navigation {
    justify-content: space-between;
  }
}
.new-lpk__opinions-slider {
  max-width: 910px;
  width: 100%;
}

@media only screen and (max-width: 1600px) {
  .new-lpk__opinions-slider {
    max-width: 60%;
  }
}
@media only screen and (max-width: 992px) {
  .new-lpk__opinions-slider {
    max-width: 100%;
  }
}
.new-lpk__influ-slide {
  display: flex;
  flex-direction: column;
  max-width: 495px;
  width: 100%;
  padding: 40px;
  padding-bottom: 30px;
  border-radius: 15px;
  background-color: #f9fcff;
  border: solid 1px #72b5e4;
}

@media only screen and (max-width: 768px) {
  .new-lpk__influ-slide {
    max-width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .new-lpk__influ-slide {
    padding: 20px;
  }
}
.new-lpk__influ-slide-header {
  display: flex;
  gap: 22px;
  align-items: center;
}

.new-lpk__influ-slide-header img {
  min-width: 130px;
  max-width: 130px;
}

@media only screen and (max-width: 576px) {
  .new-lpk__influ-slide-header {
    flex-direction: column;
  }
}
.new-lpk__influ-slide-info {
  display: flex;
  flex-direction: column;
}

.new-lpk__influ-slide-description {
  font-size: 18px !important;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0em;
  text-align: left;
  margin: 0px;
  margin-top: 35px;
  height: 230px;
}

@media only screen and (max-width: 1920px) {
  .new-lpk__influ-slide-description {
    height: 260px;
  }
}
@media only screen and (max-width: 1600px) {
  .new-lpk__influ-slide-description {
    height: 300px;
  }
}
@media only screen and (max-width: 1400px) {
  .new-lpk__influ-slide-description {
    height: 270px;
  }
}
@media only screen and (max-width: 576px) {
  .new-lpk__influ-slide-description {
    height: auto;
  }
}
.new-lpk__influ-slide-position {
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0.01em;
  text-align: left;
  color: #79acdf;
}

.new-lpk__influ-slide-name {
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
  color: #183052;
}

.new-lpk__influ-slide-sets {
  display: flex;
  flex-direction: column;
  margin-top: 35px;
  margin-bottom: 80px;
}

@media only screen and (max-width: 576px) {
  .new-lpk__influ-slide-sets {
    margin-bottom: 40px;
  }
}
.new-lpk__influ-slide-sets {
  display: flex;
  flex-direction: column;
}

.new-lpk__influ-slide-sets span {
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.01em;
  text-align: left;
}

.new-lpk__influ-slide-sets a {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.01em;
  text-align: left;
  text-decoration: underline;
}

.new-lpk__influ-instagram {
  display: flex;
  align-items: center;
  gap: 8px;
}

.new-lpk__influ-instagram span {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0.01em;
  text-align: left;
}

.new-lpk__opinions-wrapper {
  margin-top: 160px;
  margin-bottom: 80px;
}

@media only screen and (max-width: 1400px) {
  .new-lpk__opinions-wrapper {
    margin-top: 140px;
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 1200px) {
  .new-lpk__opinions-wrapper {
    margin-top: 120px;
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 992px) {
  .new-lpk__opinions-wrapper {
    margin-top: 100px;
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 768px) {
  .new-lpk__opinions-wrapper {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
.new-lpk__influ-link {
  color: #183052;
  line-height: 18px;
  font-weight: 700;
}

.new-lpk__flex-sction {
  display: flex;
  gap: 90px;
  align-items: center;
  justify-content: space-between;
}

.new-lpk__flex-sction--reverse {
  flex-direction: row-reverse;
}

.new-lpk__flex-sction--1 {
  margin-bottom: 160px;
  margin-top: 140px;
}

@media only screen and (max-width: 1400px) {
  .new-lpk__flex-sction--1 {
    margin-bottom: 140px;
    margin-top: 120px;
  }
}
@media only screen and (max-width: 1200px) {
  .new-lpk__flex-sction--1 {
    margin-bottom: 120px;
    margin-top: 100px;
  }
}
@media only screen and (max-width: 992px) {
  .new-lpk__flex-sction--1 {
    margin-bottom: 100px;
    margin-top: 80px;
  }
}
@media only screen and (max-width: 768px) {
  .new-lpk__flex-sction--1 {
    margin-bottom: 80px;
    margin-top: 60px;
  }
}
.new-lpk__flex-sction--2 .new-lpk__flex-sction-content {
  max-width: 530px;
}

@media only screen and (max-width: 992px) {
  .new-lpk__flex-sction--2 .new-lpk__flex-sction-content {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1200px) {
  .new-lpk__flex-sction {
    gap: 40px;
  }
}
@media only screen and (max-width: 992px) {
  .new-lpk__flex-sction {
    flex-direction: column;
  }
}
.new-lpk__flex-sction img {
  max-width: 709px;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media only screen and (max-width: 1600px) {
  .new-lpk__flex-sction img {
    max-width: 50%;
  }
}
@media only screen and (max-width: 992px) {
  .new-lpk__flex-sction img {
    max-width: 100%;
  }
}
.new-lpk__flex-sction-half {
  position: relative;
}

@media only screen and (max-width: 1600px) {
  .new-lpk__flex-sction-half {
    max-width: 50%;
  }
}
@media only screen and (max-width: 992px) {
  .new-lpk__flex-sction-half {
    max-width: 100%;
    width: 100%;
  }
}
@media only screen and (max-width: 1600px) {
  .new-lpk__flex-sction-half img {
    max-width: 100%;
  }
}
.new-lpk__flex-sction-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 453px;
}

@media only screen and (max-width: 992px) {
  .new-lpk__flex-sction-content {
    max-width: 100%;
  }
}
.new-lpk__flex-sction-content h2 {
  font-size: 48px;
  font-weight: 600;
  line-height: 60px;
  letter-spacing: 0em;
  text-align: left;
  margin: 0px;
  margin-bottom: 36px;
  color: #1643b1;
}

@media only screen and (max-width: 992px) {
  .new-lpk__flex-sction-content h2 {
    font-size: 36px;
    font-weight: 600;
    line-height: 42px;
  }
}
.new-lpk__flex-sction-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  margin: 0px;
}

.new-lpk__products-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (max-width: 1200px) {
  .new-lpk__products-title {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
.new-lpk__products-title h3 {
  font-size: 40px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  margin: 0px;
}

@media only screen and (max-width: 1200px) {
  .new-lpk__products-title h3 {
    line-height: 100%;
  }
}
@media only screen and (max-width: 992px) {
  .new-lpk__products-title h3 {
    font-size: 32px;
    line-height: 36px;
  }
}
.new-lpk__products-title h3 strong {
  color: #1643b1;
}

.new-lpk__products-title a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  color: #1643b1;
}

.new-lpk__instagram-section {
  max-width: 1920px;
  margin: 0px auto;
  margin-bottom: 120px;
  margin-top: 70px;
  position: relative;
  padding: 0px 40px;
}

.new-lpk__instagram-section .swiper-navigation {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0px;
}

@media only screen and (max-width: 768px) {
  .new-lpk__instagram-section .swiper-navigation {
    top: 65%;
  }
}
.new-lpk__instagram-video {
  width: 100%;
  max-height: 420px;
  min-height: 420px;
  -o-object-fit: cover;
  object-fit: cover;
}

.new-lpk__instagram-video:hover {
  cursor: pointer;
}

.new-lpk__instagram-content--iframe {
  position: relative;
  padding-bottom: 150%;
}

.new-lpk__instagram-content iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.new-lpk__instagram-heading {
  font-family: "Open Sans", sans-serif;
  font-size: 36px !important;
  font-weight: 700 !important;
  line-height: 55px !important;
  letter-spacing: 0em;
  text-align: center;
  color: #183052;
  margin-top: 0px;
  margin-bottom: 50px;
}

.new-lpk__blog-section {
  margin-top: 120px;
  margin-bottom: 150px;
}

.new-lpk__blog-section-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 50px;
  gap: 32px;
}

@media only screen and (max-width: 768px) {
  .new-lpk__blog-section-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.new-lpk__blog-heading {
  font-size: 40px;
  font-weight: 700;
  line-height: 55px;
  letter-spacing: 0em;
  text-align: center;
  color: #1f2835;
  margin: 0px;
  margin-bottom: 30px;
}

.new-lpk__blog-item-img {
  width: 100%;
}

.new-lpk__blog-item {
  text-decoration: none;
}

.new-lpk__blog-item img {
  max-width: 100%;
}

.new-lpk__blog-item h3 {
  margin: 18px 0px;
  font-size: 24px;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: 0.01em;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.new-lpk__blog-item p {
  margin: 0px;
}

.new-lpk__blog-span {
  display: block;
  margin: 0px auto;
  color: #1f2835;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: center;
}

.new-lpk__blog-btns {
  margin-top: 15px;
  display: flex;
  gap: 18px;
  align-items: flex-start;
}

.new-lpk__all-products {
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0em;
  text-align: center;
  color: #002c56;
  margin-top: 0px;
  margin-bottom: 60px;
}

@media only screen and (max-width: 768px) {
  .new-lpk__all-products {
    font-size: 32px;
    line-height: 40px;
  }
}
.new-lpk__half-sectiion h3 {
  color: #1643b1;
  font-size: 48px;
  font-weight: 600;
  line-height: 60px;
  letter-spacing: 0em;
  text-align: left;
}

@media only screen and (max-width: 768px) {
  .new-lpk__half-sectiion h3 {
    font-size: 36px;
    line-height: 40px;
  }
}
.new-lpk__half-sectiion p {
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
  color: #1f2835;
}

.new-lpk__half-sectiion img {
  max-width: 100%;
}

.new-lpk__heading {
  margin-top: 130px;
  margin-bottom: 70px;
}

.new-lpk__heading h3 {
  font-size: 36px;
  font-weight: 700;
  line-height: 55px;
  letter-spacing: 0em;
  text-align: center;
  color: #183052;
}

.new-lpk__fixed-link {
  display: flex;
  position: absolute;
}

.new-lpk__fixed-link--1 {
  top: 30%;
  left: 60%;
}

.new-lpk__fixed-link--2 {
  top: 40%;
  left: 60%;
}

.new-lpk__opinions-shadow {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100% !important;
  width: 100px;
  z-index: 3;
  pointer-events: none;
}

@media only screen and (max-width: 1400px) {
  .new-lpk__opinions-shadow {
    width: 60px;
  }
}
@media only screen and (max-width: 992px) {
  .new-lpk__opinions-shadow {
    width: 150px;
  }
}
@media only screen and (max-width: 992px) {
  .new-lpk__opinions-shadow {
    display: none;
  }
}
.new-lpk__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 11px 26px;
}

@media only screen and (max-width: 1050px) {
  .new-lpk__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .new-lpk__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.new-lpk__youtube h3 {
  font-size: 36px;
  font-weight: 700;
  line-height: 55px;
  color: #183052;
  margin-bottom: 45px;
  text-align: center;
}

.new-lpk__grid-item {
  padding: 20px;
  max-width: 100%;
  width: 100%;
  display: flex;
  border-radius: 14px;
  background-color: #f9fcff;
  display: flex;
  gap: 20px;
  box-sizing: border-box;
  align-items: center;
}

.new-lpk__grid-item img {
  border-radius: 50%;
  max-width: 90px;
  width: 100%;
}

.new-lpk__grid-item-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.new-lpk__grid-item-content span {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: #183052;
}

.new-lpk__grid-item-content a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0.01em;
  color: #79acdf;
}

.instagram-button-next:hover,
.instagram-button-prev:hover {
  cursor: pointer;
}

.influ-opinions-swiper .swiper-wrapper {
  padding-top: 2px;
  padding-bottom: 2px;
}

.influ-button-next:hover,
.influ-button-prev:hover {
  cursor: pointer;
}

.blue-span {
  color: #1643b1;
}

.blue-color {
  color: #1643b1;
}

.dark-blue-color {
  color: #183052;
}

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

.rc__btn--blue {
  font-size: 19px;
  font-weight: 600;
  line-height: 19px;
  border: solid 1px #1643b1;
  border-radius: 6px;
  color: #1643b1;
}

.rc-baner__img--small-margin {
  margin-bottom: 48px;
  margin-top: 70px;
}

.new-lpk__instagram-heading--large-margin {
  margin-bottom: 70px;
  margin-top: 70px;
}

@media screen and (max-width: 768px) {
  .new-lpk__instagram-heading--large-margin {
    margin-bottom: 35px;
    margin-top: 35px;
  }
}
.rc-sections__title--blue {
  color: #1643b1;
}

.rc-sections__link {
  font-size: 19px;
  font-weight: 400;
  line-height: 19px;
  color: #1f2835;
  text-transform: uppercase;
  text-decoration: underline;
  display: block;
  margin-top: 25px;
}

.rc-sections__cs-margin {
  margin-top: 100px !important;
  margin-bottom: 50px !important;
}

.new-lpk__grid--rck {
  gap: 50px 32px;
}

@media screen and (max-width: 992px) {
  .new-lpk__grid--rck {
    gap: 20px 32px;
  }
}
.new-lpk__grid-item--rck {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  gap: 16px;
}

.new-lpk__grid-item--rck p {
  margin: 0px;
}

.new-lpk__grid-item-content--rck {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}

.new-lpk__grid-item-content--rck span {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  color: #183052;
}

.new-lpk--rck-video {
  margin-top: 90px;
  margin-bottom: 90px;
}

.rc-baner--sets {
  padding: 50px 70px;
  padding-bottom: 60px;
  border: solid 2px #1643b1;
  border-radius: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .rc-baner--sets {
    padding: 30px 20px;
  }
}
.rc__title--24 {
  font-size: 24px;
  font-weight: 400 !important;
  line-height: 33px;
  font-weight: 400;
}

.rc__title--banner-sets {
  margin: 0px;
}

.rc-baner__img--sets {
  margin-bottom: 0px;
}

.new-lpk__product-title {
  margin-bottom: 25px;
  margin-top: 50px;
}

.new-lpk__product-title-2 {
  margin-top: 20px;
}

.rc__btn-light-font {
  font-weight: 600;
}

.new-lpk__instagram-heading--cs-margin {
  margin-top: 80px;
  margin-bottom: 35px;
}

.rc__btn--cs-margin {
  margin-top: 35px;
}

.new-lpk--rck-cs-margin {
  margin-top: 120px;
  margin-bottom: 160px;
}

@media screen and (max-width: 992px) {
  .new-lpk--rck-cs-margin {
    margin-top: 80px;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .new-lpk--rck-cs-margin {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
.rc-baner__img--negative-margin {
  margin-top: -20px;
  margin-bottom: -50px;
}

@media screen and (max-width: 768px) {
  .rc-baner__img--negative-margin {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.rc-baner__img-cs-margin {
  margin-top: 0px;
  margin-bottom: 0px;
}

.rc__btn--small {
  padding: 20px 30px;
}

.rc__btn--transform-text {
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  .rc .new-lpk__instagram-heading {
    font-size: 32px;
    line-height: 42px;
  }
}
@media screen and (max-width: 768px) {
  .rc .new-lpk--rck-video {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.new-lpk__flex-custom-margin {
  margin-top: 100px;
  margin-bottom: 100px;
}

.rc-advantages__list--grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.rc-advantages__list--grid li {
  max-width: 100%;
}

@media screen and (max-width: 992px) {
  .rc-advantages__list--grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .rc-advantages__list--grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 576px) {
  .rc-advantages__list--grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rc-new-btn-wrapper {
  display: flex;
  max-width: 60%;
  margin-left: auto;
  justify-content: space-between;
}

@media screen and (max-width: 992px) {
  .rc-new-btn-wrapper {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .rc-new-btn-wrapper {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
}
.rc-new-btn-wrapper .rc__btn {
  margin: 0px;
}

.rc__btn-small-pading {
  padding-left: 32px;
  padding-right: 32px;
}

@media screen and (max-width: 576px) {
  .rc__btn-small-pading {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.rc-advantages--small-margin {
  margin-bottom: 100px;
}

.rc-new-btn-wrapper--100w {
  max-width: 100%;
}

.rc-new-btn-wrapper-half {
  display: flex;
  gap: 40px;
}

@media screen and (max-width: 992px) {
  .rc-new-btn-wrapper--100w {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .rc-new-btn-wrapper-half {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
}
.rc-iframe-video {
  margin: 100px auto;
}

.rc-iframe-video iframe {
  max-width: 80%;
  height: 555px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.rc-advantages--small-margin-bottom {
  margin-top: 100px;
}

@media screen and (max-width: 1200px) {
  .rc-iframe-video iframe {
    height: 400px;
  }
}
@media screen and (max-width: 992px) {
  .rc-iframe-video iframe {
    height: 350px;
  }
}
@media screen and (max-width: 768px) {
  .rc-iframe-video iframe {
    height: 300px;
  }
}
@media screen and (max-width: 576px) {
  .rc-iframe-video iframe {
    height: 250px;
    max-width: 100%;
  }
}
.category-index__content .product-img-wrapper {
  transition: opacity 1500ms;
  opacity: 0;
}

.category-index__content .product-img-wrapper:has([lazy=loaded]) {
  opacity: 1;
}

/* opinions */
.new-lpk__opinions-info--2 {
  max-width: 100%;
  width: 100%;
}

.new-lpk__opinions-info--2 .new-lpk__opinions-header {
  text-align: center;
}

.new-lpk__opinions-info--2 .new-lpk__opinions-header h3 {
  text-align: center;
}

.new-lpk__opinions-info--2 .new-lpk__span-header {
  text-align: center;
}

.new-lpk__opinions-info--2 .new-lpk__opinions-header {
  margin-bottom: 40px;
}

.new-lpk__opinions-info--2 .new-lpk__opinions-slider {
  max-width: 100%;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1200px;
  margin: 0px auto;
}

@media (max-width: 1200px) {
  .new-lpk__opinions-info--2 .new-lpk__opinions-slider {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .new-lpk__opinions-info--2 .new-lpk__opinions-slider {
    grid-template-columns: repeat(1, 1fr);
  }
}
.new-lpk__opinions-info--2 .new-lpk__influ-slide-description {
  font-size: 14px !important;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  margin: 0px;
  margin-top: 35px;
  margin-top: 16px;
  margin-bottom: auto;
  height: auto !important;
}

.new-lpk__opinions-info--2 .new-lpk__influ-slide-sets {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  margin-bottom: 30px;
}

.new-lpk__opinions-info--2 .influ-opinions-swiper {
  display: flex;
}

.new-lpk__opinions-info--2 .new-lpk__influ-slide-name {
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
  color: #183052;
  line-height: 100%;
  margin-bottom: 0px;
  margin-top: 5px;
}

.new-lpk__opinions-info--2 .new-lpk__influ-slide-stars svg {
  width: 24px;
  height: 24px;
}

.new-lpk__opinions-info--2 .new-lpk__influ-slide-position {
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0.01em;
  text-align: left;
  color: #79acdf;
  line-height: 100%;
  display: block;
  margin-top: 6px;
}

.new-lpk__opinions-info--2 .new-lpk__influ-slide-header img {
  min-width: 105px;
  max-width: 105px;
}

.new-lpk__opinions-info--2 .new-lpk__influ-instagram span {
  margin-bottom: 0px;
}

.new-lpk__opinions-info--2 .new-lpk__influ-slide {
  padding: 24px;
}

.new-lpk__opinions-info--2 .new-lpk__influ-slide-sets a {
  font-size: 12px;
}

.new-lpk__opinions-info--2 .new-lpk__influ-instagram span {
  font-size: 14px;
}

.new-lpk__opinions-info--2 .new-lpk__influ-instagram svg {
  width: 22px;
}

@media only screen and (max-width: 576px) {
  .new-lpk__opinions-info--2 .new-lpk__influ-slide-header {
    flex-direction: row;
  }
}
@media only screen and (max-width: 450px) {
  .new-lpk__opinions-info--2 .new-lpk__influ-slide-header {
    flex-direction: column;
  }
}
.lp-new-button--orange {
  background-color: #DC5F00;
  transition: background-color 0.3s;
}

.lp-new-button--orange:hover {
  background-color: #f77c1e !important;
}

@media only screen and (max-width: 576px) {
  .lp-new-button--orange {
    padding: 20px 20px !important;
  }
}
.new-lpk__flex-sction-content--500 {
  max-width: 514px;
}

.new-lpk__flex-sction-content--poe h2 {
  max-width: 491px;
  color: #373A40;
  font-size: 40px;
  font-weight: 700;
  line-height: 56px;
}

.new-lpk__flex-sction-content--poe p, li {
  color: #373A40;
  line-height: 26px;
}

.new-lpk__poe-links {
  margin-top: 140px;
  margin-bottom: 120px;
}

@media only screen and (max-width: 992px) {
  .new-lpk__poe-links {
    margin-top: 80px;
    margin-bottom: 60px;
  }
}
.new-lpk__poe-links-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

@media only screen and (max-width: 992px) {
  .new-lpk__poe-links-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.new-lpk__poe-links-grid a {
  display: flex;
}

.new-lpk__poe-links-grid a img {
  max-width: 100%;
}

.new-lpk__poe-links-heading {
  text-align: center;
  margin-bottom: 60px;
}

.new-lpk__poe-links-heading p {
  max-width: 550px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

p.new-lpk__poe-links-title {
  font-size: 26px !important;
  font-weight: 700 !important;
  line-height: 40px !important;
  margin-bottom: 10px;
  color: #373A40;
}

p.new-lpk__poe-links-desc {
  font-size: 22px !important;
  font-weight: 400 !important;
  line-height: 32px !important;
  color: #373A40;
}

.new-lpk__fixed-link--3 {
  top: 54%;
  left: 60%;
}

h2.heading-2__black {
  color: #373A40 !important;
}

h2.heading-2__lh50 {
  color: #373A40 !important;
}

#popup {
  display: none;
}

.lp-new-button--new-dark {
  background-color: #183052;
  transition: background-color 0.3s;
}

.lp-new-button--new-dark:hover {
  background-color: #72B5E4;
}

.new-lpk__grey-section {
  padding: 80px 0px;
  background-color: #EEF2F8;
}

.new-lpk .landping-page-section-icons__grid-item--blue {
  background-color: #72B5E4;
  transition: background-color 0.3s;
}

.new-lpk .landping-page-section-icons__grid-item--grey {
  background-color: #F0F5FB;
  transition: background-color 0.3s;
}

.new-lpk .landping-page-section-icons__grid-item--grey:hover {
  background-color: #183052;
  transition: background-color 0.3s;
}

.new-lpk .landping-page-section-icons__grid-item--grey:hover span {
  color: #fff;
}

.landping-page-section-icons__grid-item--blue span {
  color: #fff;
}

.landping-page-section-icons__grid-item--blue svg path {
  stroke: #183052;
  transition: stroke 0.3s;
}

.landping-page-section-icons__grid-item--blue svg line {
  stroke: #183052;
  transition: stroke 0.3s;
}

.landping-page-section-icons__grid-item--blue svg circle {
  stroke: #183052;
  transition: stroke 0.3s;
}

.landping-page-section-icons__grid-item--blue svg rect {
  stroke: #183052;
  transition: stroke 0.3s;
}

.new-lpk .landping-page-section-icons__grid-item--blue:hover {
  background-color: #183052;
}

.landping-page-section-icons__grid-item--blue:hover svg path {
  stroke: #72B5E4;
  transition: stroke 0.3s;
}

.landping-page-section-icons__grid-item--blue:hover svg line {
  stroke: #72B5E4;
}

.landping-page-section-icons__grid-item--blue:hover svg rect {
  stroke: #72B5E4;
}

.landping-page-section-icons__grid-item--blue:hover svg circle {
  stroke: #72B5E4;
}

.new-lpk .landping-page-section-icons__grid-item--blue:hover span {
  color: #f0f5fb;
}

.landping-page-container--heading {
  text-align: center;
  margin-bottom: 60px;
}

.landping-page-container--heading h3 {
  margin-bottom: 16px;
}

@media only screen and (max-width: 1360px) {
  .new-lpk__grey-section {
    padding: 40px 15px;
  }
}
.h-tooltip {
  color: #569acc !important;
  background-color: white !important;
  border: 2px solid #569acc;
  box-shadow: none !important;
}

.tooltip-arrow {
  border-top-color: #569acc !important;
}

.new-lpk__single-influ--mt-100 {
  margin-top: 100px;
}

@media only screen and (max-width: 576px) {
  .new-lpk__single-influ--mt-100 {
    margin-top: 0px;
  }
}
.new-lpk .fs-32 {
  font-size: 32px !important;
  line-height: 40px !important;
}

@media only screen and (max-width: 576px) {
  .new-lpk .fs-32 {
    font-size: 26px !important;
    line-height: 34px !important;
  }
}
/* opinions */
/*black week 2024*/
.bw-2024__title {
  color: #FFFFFF !important;
}

.bw-2024__landping-page-container {
  padding: 58px 64px;
  background-color: #141415;
  border-radius: 30px;
  padding-bottom: 14px;
  padding-bottom: 14px;
  padding-top: 12px;
  padding-right: 12px;
  position: relative;
}

.bw-2024__landping-page-container--mb120 {
  margin-bottom: 120px;
}

.bw-2024__landping-page-container--mb20 {
  margin-bottom: 20px;
}

@media screen and (max-width: 992px) {
  .bw-2024__landping-page-container--mb120 {
    margin-bottom: 60px;
  }
}
.landping-page-container--mb0 {
  margin-bottom: 0px;
}

.landping-page-container--mb70 {
  margin-bottom: 70px;
}

.landping-page-container--mt40 {
  margin-top: 40px;
}

@media screen and (max-width: 1400px) {
  .bw-2024__landping-page-container {
    padding: 40px 46px;
  }
}
@media screen and (max-width: 992px) {
  .bw-2024__landping-page-container {
    padding: 20px 26px;
  }
}
.bw-2024__banner-img {
  border-radius: 40px;
}

.bw-2024__caption {
  font-weight: 700;
  color: #D9D9D9 !important;
}

.bw-2024__caption s {
  font-weight: 400;
}

@media screen and (max-width: 992px) {
  .bw-2024__banner-text br {
    display: none;
  }
}
.bw-2024-section-2 {
  position: relative;
  background-color: #F5F5F5;
  padding: 0px 64px;
  padding-top: 61px;
  padding-bottom: 160px;
  border-radius: 30px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 60px;
  justify-content: space-between;
  margin-bottom: 0px;
}

.bw-2024-section-2__content {
  max-width: 700px;
  width: 100%;
}

.bw-2024-section-2__main-img {
  max-width: 483px;
  width: 100%;
}

@media screen and (max-width: 1400px) {
  .bw-2024-section-2 {
    padding: 0px 40px;
    padding-top: 40px;
    padding-bottom: 160px;
    gap: 40px;
  }
  .bw-2024-section-2__main-img {
    max-width: 50%;
  }
  .bw-2024-section-2__content {
    max-width: 50%;
  }
}
@media screen and (max-width: 992px) {
  .bw-2024-section-2 {
    flex-direction: column;
    padding-bottom: 40px;
  }
  .bw-2024-section-2__main-img {
    max-width: 100%;
  }
  .bw-2024-section-2__content {
    max-width: 100%;
  }
  .bw-2024-section-2__text-2 {
    max-width: 100%;
  }
  .bw-2024-section-2__text-1 {
    line-height: 55px !important;
  }
  .bw-2024-section-2__text-1 br {
    display: none;
  }
}
.bw-2024-section-2__fixed_img {
  max-width: 118px !important;
  position: absolute;
  top: -67px;
  left: 50%;
  transform: translateX(-50%);
}

.bw-2024-section-2__fixed_img--2 {
  bottom: -60px;
  top: unset;
  z-index: 2;
}

.bw-2024-section-2__text-1 {
  font-size: 29.61px !important;
  font-weight: 700 !important;
  line-height: 58px !important;
  margin-bottom: 0px;
}

.bw-2024-section-2__text-2 {
  margin-top: 10px;
  font-size: 14px !important;
  font-weight: 300;
  line-height: 25px;
  text-transform: uppercase;
  max-width: 597px;
}

.bw-2024-section-2__span-2, .bw-2024-section-2__span-1 {
  font-style: normal;
  border-radius: 24.68px;
  white-space: nowrap;
}

.bw-2024-section-2__span-1 {
  background-color: #7EC7FC;
  padding: 6px 12px;
}

.bw-2024-section-2__span-2 {
  background-color: #141415;
  padding: 6px 12px;
  color: #fff;
}

.bw-2024-section-2__cupon {
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 992px) {
  .bw-2024-section-2__cupon {
    position: relative;
    bottom: unset;
    left: unset;
    transform: translateX(0px);
  }
  .bw-2024-section-2__cupon img {
    max-width: 100%;
  }
}
.bw-2024-section-2__copy {
  font-size: 16px;
  font-weight: 300;
  line-height: 52.19px;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%);
  transition: color 0.3s;
}

.bw-2024-section-2__copy--active {
  transition: color 0.3s;
  color: #7EC7FC;
}

.bw-2024-section-2__value {
  font-size: 31.74px;
  font-weight: 800;
  line-height: 39.99px;
  color: #fff;
  position: absolute;
  bottom: 46px;
  left: 50%;
  transform: translate(-50%);
  white-space: nowrap;
}

@media screen and (max-width: 440px) {
  .bw-2024-section-2__value {
    font-size: 27.74px;
    bottom: 28px;
  }
}
.bw-2024-section-2__value:hover {
  text-decoration: underline;
}

.bw-2024-section-2__value:hover {
  cursor: pointer;
}

.bw2024_section-3 {
  text-align: center;
  margin-top: 94px;
  margin-bottom: 32px;
}

.bw2024_section-3 .lp-new-button--blue-2, .bw2024_section-3 .lp-new-button--blue-3 {
  margin-left: auto;
  margin-right: auto;
}

.bw2024_section-3 .lp-new-button--blue-2:hover {
  background-color: #000;
  color: #fff;
}

.bw2024_section-3 h3 {
  font-size: 40px;
  font-weight: 700;
  line-height: 60px;
  margin-top: 32px;
  margin-bottom: 16px;
}

.bw2024_section-3 span {
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  text-transform: uppercase;
}

.bw2024_section-4 {
  margin-bottom: 32px;
}

.bw2024_section-4 .new-lpk__poe-links-grid {
  gap: 20px;
}

.bw2024_section-4 .new-lpk__poe-links-grid img {
  width: 100%;
}

.bw2024_section-4--2 .new-lpk__poe-links-grid a {
  align-items: center;
  justify-content: center;
}

.bw2024_section-4--2 .new-lpk__poe-links-grid a img {
  width: -moz-fit-content;
  width: fit-content;
}

.bw2024_section-4--dark {
  background-color: #000;
  border-radius: 30px;
  padding: 24px;
}

@media screen and (max-width: 992px) {
  .bw2024_section-4 .new-lpk__poe-links-grid {
    display: grid;
  }
}
@media screen and (max-width: 768px) {
  .bw2024_section-4 .new-lpk__poe-links-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.bw2024_section-5 {
  margin-bottom: 50px;
  margin-top: 65px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bw2024_section-5 img {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.bw2024_section-5 h3 {
  font-size: 36px;
  font-weight: 700;
  max-width: 856px;
  line-height: 40px;
  text-align: center;
}

.single-product-bw-banner {
  max-width: 100%;
  display: flex;
  flex-direction: column;
}

.single-product-bw-banner img {
  max-width: 100%;
  position: relative;
}

.single-product-bw-banner__text {
  padding: 0px 13px;
  padding-top: 63px;
  margin-top: -47px;
  border-radius: 0px 0px 26px 26px;
  background-color: #F6F5F6;
  padding-bottom: 14px;
}

.single-product-bw-banner__text p {
  text-align: center;
  font-size: 14px !important;
  text-transform: uppercase !important;
  font-family: "Open Sans", sans-serif;
}

@media screen and (max-width: 768px) {
  .single-product-bw-banner__text p {
    font-size: 12px !important;
  }
}
.base-header .nav-item:has(a[href="https://elzap.pro/blackweek"]) {
  background-color: #000;
}

.base-header a[href="https://elzap.pro/blackweek"] {
  color: #fff !important;
}

.submenu .nav-link[href="https://elzap.pro/blackweek"] {
  color: white !important;
  background-color: black !important;
  display: inline-block !important;
  padding-left: 3px !important;
  padding-right: 3px !important;
}

.submenu .nav-link[href="https://elzap.pro/blackweek"]::before,
.submenu .nav-link[href="https://elzap.pro/blackweek"]::after {
  content: " "; /* Dodaj spacje jako treść pseudo-elementów */
}

.bw_2024__carousel-title {
  font-size: 36px !important;
  font-weight: 700 !important;
  line-height: 45.36px !important;
  text-align: center;
}

@media screen and (max-width: 992px) {
  .bw_2024__carousel-title {
    font-size: 26px !important;
    font-weight: 700 !important;
    line-height: 35.36px !important;
    text-align: center;
  }
}
.bw-2024-section-6 .lp-new-button {
  margin-left: auto;
  margin-right: auto;
}

.bw2024_section-3 .lp-new-button {
  margin-left: auto;
  margin-right: auto;
}

.bw-2024__counter {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.bw-2024__counter-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.bw-2024__counter-value {
  font-size: 32px;
  line-height: 1em;
  padding: 20px;
  background-color: #EB0038;
  border-radius: 4px;
  color: #fff;
  position: relative;
  font-weight: 600;
  display: block;
}

.bw-2024__counter-col {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 4px;
  position: relative;
}

.bw-2024__counter-col::before {
  content: ":";
  position: absolute;
  top: calc(50% - 10px);
  right: -11px;
  font-size: 24px;
  transform: translateY(-50%);
}

.bw-2024__counter-col:last-child::before {
  display: none;
}

.bw-2024__counter-captions {
  font-size: 16px !important;
  font-weight: 600;
  line-height: 30px !important;
  text-transform: uppercase;
  margin-bottom: 0px !important;
}

@media screen and (max-width: 576px) {
  .bw-2024__counter-value {
    font-size: 20px;
    padding: 16px;
  }
}
.ferror {
  background-color: #ffe6e6 !important;
}

.main-nav a[title=Bestsellery] {
  color: #EB0038;
}

.cart-add-product-info__item:nth-child(2) .cart-add-product-info-item__value strong {
  color: red;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.scroll-up-button {
  position: fixed;
  right: 1em;
  bottom: 3em;
  display: inline-block;
  width: 55px;
  height: 55px;
  margin: 0;
  padding: 0;
  border: none;
  cursor: pointer;
  color: #5d9fe1;
  z-index: 99;
  font-size: 40px;
  background: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease, background 0.3s ease;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.scroll-up-button:hover {
  background: #f0f0f0;
  transform: scale(1.1);
}

.callback-container {
  position: fixed;
  bottom: 20px;
  right: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1000;
}

.callback-bubble {
  position: relative;
  background-color: white;
  color: #2a7bb8;
  border-radius: 10px;
  padding: 10px 15px;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 10px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease;
  font-size: 15px;
  height: 250px;
  width: 200px;
}

.callback-bubble::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: white transparent transparent transparent;
}

.callback-icon {
  width: 50px;
  height: 50px;
  background-color: #98c7ea;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: transform 0.3s ease;
}

.callback-icon:hover {
  transform: rotate(15deg);
  transition: transform 0.3s ease;
}

.callback-container:hover .callback-bubble {
  visibility: visible;
  opacity: 1;
}

.button-callback {
  min-width: 100px;
  position: relative;
  left: 13px;
  top: 15px;
  height: 50px;
}

.popup-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 2000;
}

.popup {
  background: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  text-align: center;
  width: 90%;
  max-width: 420px;
}

.popup h2 {
  margin-bottom: 20px;
  font-size: 20px;
  color: #333;
}

.popup input[type=tel] {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
}

.checkbox-container {
  text-align: left;
  margin-bottom: 20px;
  font-size: 14px;
}

.checkbox-container input {
  margin-right: 10px;
}

.popup-buttons {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.popup-buttons .btn {
  padding: 10px 20px;
  font-size: 14px;
  cursor: pointer;
  border: none;
  border-radius: 5px;
}

.popup-buttons .btn-primary {
  background-color: #2a7bb8;
  color: white;
  transition: background-color 0.3s ease;
}

.popup-buttons .btn-primary:hover {
  background-color: #1d5f96;
}

.popup-buttons .btn-secondary {
  background-color: #ccc;
  color: #333;
  transition: background-color 0.3s ease;
}

.popup-buttons .btn-secondary:hover {
  background-color: #999;
}

.callback-bubble {
  position: relative;
  background: white;
  color: #2a7bb8;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: opacity 0.5s ease, visibility 0.5s ease;
  visibility: hidden;
  opacity: 0;
}

.callback-bubble.hidden {
  visibility: hidden;
  opacity: 0;
}

.callback-bubble:not(.hidden) {
  visibility: visible;
  opacity: 1;
}

.close-bubble {
  position: absolute;
  top: 5px;
  right: 10px;
  background: none;
  border: none;
  color: #aaa;
  font-size: 14px;
  cursor: pointer;
}

.close-bubble:hover {
  color: #333;
}

.callback-icon {
  cursor: pointer;
}

@media only screen and (max-width: 1200px) {
  .callback-container {
    bottom: 65px;
    right: 41px;
  }
  .scroll-up-button {
    width: 50px;
    height: 50px;
  }
}
.h3-fz-26 {
  font-size: 26px;
  margin-bottom: 32px;
}

@media only screen and (max-width: 992px) {
  .h3-fz-26 {
    font-size: 22px;
    margin-bottom: 22px;
  }
}
.p-ml-42 {
  margin-left: 42px;
}

.p-ml-80 {
  margin-left: 80px;
}

.p-mb-40 {
  margin-bottom: 40px;
}

.p-mb-60 {
  margin-bottom: 60px;
}

.p-mb-32 {
  margin-bottom: 32px;
}

@media only screen and (max-width: 576px) {
  .p-ml-80 {
    margin-left: 20px;
  }
  .p-ml-42 {
    margin-left: 20px;
  }
  .p-mb-60 {
    margin-bottom: 40px;
  }
}
.cs-blog-section {
  padding: 40px 20px;
  display: flex;
  gap: 50px;
}
.cs-blog-section__col {
  max-width: 50%;
  width: 100%;
}
.cs-blog-section--grey {
  border-radius: 20px;
  background-color: #EEF2F8;
}
.cs-blog-section--gap-26 {
  gap: 26px;
}
.cs-blog-section--padding-0 {
  padding: 0px;
}
@media only screen and (max-width: 992px) {
  .cs-blog-section {
    gap: 25px;
    flex-direction: column;
  }
  .cs-blog-section__col {
    max-width: 100%;
  }
}
@media only screen and (max-width: 992px) {
  .cs-blog-section {
    padding: 20px 20px;
  }
}

.cs-blog-section h3 {
  font-size: 26px;
  font-weight: 700;
  line-height: 40px;
  color: #1F2835;
}

.ol-reset-padding li {
  padding-left: 25px !important;
  padding-bottom: 0px !important;
}

.blog-cs-container {
  max-width: 1400px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

@media only screen and (max-width: 992px) {
  .blog-cs-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

#logo
{
	min-width:100px;
}
/* Architekci */
.architect-font {
  font-family: "Open Sans", sans-serif !important;
}

.architect-font {
  font-family: "Open Sans", sans-serif !important;
}

.architect-hero {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-bottom: 40px;
}
.architect-hero .lp-new-button{
  font-size: 30px !important;
}
@media only screen and (max-width: 3200px){
  .architect-hero .lp-new-button{
    font-size: 24px !important;
  }
}
@media only screen and (max-width: 2500px){
  .architect-hero .lp-new-button{
    font-size: 18px !important;
  }
}
@media only screen and (max-width: 1920px){
  .architect-hero .lp-new-button{
    font-size: 14px !important;
  }
}
/* .architect-hero__content {
  display: flex;
  gap: 70px;
  max-width: 2400px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  position: relative;
  align-items: flex-end;
} */
.architect-hero__background {
  position: absolute;
  z-index: 0;
  height: 580px !important;
  top: -100px;
  left: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.architect-hero__background-mobile {
  display: none;
  max-width: 100%;
  width: 100%;
  margin-top: -40px;
}
.architect-hero__grey-text {
  font-size: 30px !important;
  line-height: 1.4em !important;
  color: #444444;
  margin: 0px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 3200px){
  .architect-hero__grey-text {
    font-size: 24px !important;
    line-height: 1.4em !important;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 2500px){
  .architect-hero__grey-text {
    font-size: 18px !important;
    line-height: 1.4em !important;
  }
}
@media only screen and (max-width: 1920px){
  .architect-hero__grey-text {
    font-size: 14px !important;
    line-height: 1.4em !important;
  }
}
.architect-hero__list {
  list-style: none;
  padding-left: 0px;
  margin: 0px;
  margin-bottom: 30px !important;
}
.architect-hero__list li {
  padding: 0px !important;
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 16px;
}
.architect-hero__list li::before {
  display: none;
}
.architect-hero__list p {
  font-size: 26px !important;
  font-weight: 400;
  line-height: 1.4em !important;
  color: #000000;
  margin: 0px;  
}
@media only screen and (max-width: 3200px){
  .architect-hero__list p{
    font-size: 24px !important;
  }
}
@media only screen and (max-width: 2500px){
  .architect-hero__list p{
    font-size: 18px !important;
  }
}
@media only screen and (max-width: 1920px){
  .architect-hero__list p{
    font-size: 14px !important;
  }
}

.architect-hero__col--1 {
  border-radius: 5px;
  max-width: 1100px;
  width: 100%;
  padding: 130px;
  border: solid 1px #F5F5F5;
  background-color: #FFFFFF;
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.1019607843);
}
@media screen and (max-width: 3200px){
  .architect-hero__col--1{
    padding: 90px;
    max-width: 930px;
  }
}
@media screen and (max-width: 2500px){
  .architect-hero__col--1{
    padding: 70px;
    max-width: 740px;
  }
}
@media screen and (max-width: 1920px){
  .architect-hero__col--1{
    padding: 50px;
    max-width: 592px;
  }
}
.architect-hero__col--1 h1 {
  font-size: 67px;
  font-weight: 700;
  line-height: 1.2em;
  margin-top: 0px;
  margin-bottom: 30px;
}
@media screen and (max-width: 3200px){
  .architect-hero__col--1 h1{
    font-size: 52px;
    line-height: 1.2em;
  }
}
@media screen and (max-width: 2500px){
  .architect-hero__col--1 h1{
    font-size: 40px;
    line-height: 45px;
  }
}
.architect-hero__col--2 {
  max-width: 702px;
  width: 100%;
}
.architect-hero__col--2 p {
  font-size: 30px !important;
  font-weight: 700 !important;
  line-height: 40px !important;
  margin: 0px !important;
  text-align: right;
}
@media screen and (max-width: 2500px){
  .architect-hero__col--2 p {
    font-size: 24px !important;
  }
}
@media screen and (max-width: 2500px){
  .architect-hero__col--2 p {
    font-size: 18px !important;
  }
}
.architect-hero__col--2 a {
  color: #64BEFF !important;
  text-decoration: underline !important;
}
.architect-hero__col--2 span {
  color: #64BEFF;
  text-decoration: underline;
}
@media screen and (max-width: 1920px) {
  .architect-hero__background {
    height: 640px !important;
  }
}
@media screen and (max-width: 1399.98px) {
  /* .architect-hero__content {
    padding-left: 30px;
    padding-right: 30px;
  } */
  .architect-hero__col--1{
    padding: 42px;
  }
  .architect-hero__col--1 h1 {
    font-size: 32px;
    line-height: 38px;
  }
  .architect-hero__col--2 p {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (max-width: 991.98px) {
  .architect-hero__content {
    flex-direction: column;
    align-items: flex-start;
  }
  .architect-hero__col--1 {
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
  }
  .architect-hero__background {
    position: relative;
    top: unset;
    left: unset;
    height: unset !important;
  }
  .architect-hero__content {
    margin-top: -40px;
    padding-left: 34px;
    padding-right: 34px;
    gap: 20px;
  }
}
@media screen and (max-width: 767.98px) {
  .architect-hero__content {
    gap: 30px;
  }
}
@media screen and (max-width: 575.98px) {
  .architect-hero__col--2 p {
    text-align: center;
    font-size: 14px !important;
    line-height: 24px !important;
  }
  .architect-hero__list p {
    font-size: 11px;
    line-height: 15px;
  }
  .architect-hero__grey-text {
    margin-bottom: 20px;
  }
  .architect-hero__col--1 {
    padding: 30px;
    margin-top: -40px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .architect-hero__col--1 h1 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 20px;
  }
  .architect-hero__background {
    display: none;
  }
  .architect-hero .lp-new-button {
    width: 100%;
    max-width: 100%;
    padding: 20px 10px;
  }
  .architect-hero__content {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.lp-new-button--red-blue {
  background-color: #FB0606;
  color: #FFFFFF !important;
}

.lp-new-button--red-blue:hover {
  background-color: #0070C2;
  color: #FFFFFF !important;
  cursor: pointer;
}

.section-3 {
  max-width: 1198px;
  margin-bottom: 110px;
  margin-left: auto;
  margin-right: auto;
}
.section-3 h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  margin-top: 0px !important;
  margin-bottom: 40px;
}
.section-3__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
}
.section-3__item {
  position: relative;
}
.section-3__item::after {
  content: "";
  position: absolute;
  top: 0;
  z-index: 0;
  left: 0;
  border-radius: 3px;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #B4E0FF 19.33%, #0070C2 100%);
}
.section-3__item-content {
  height: calc(100% - 6px);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 3px;
  margin: 3px;
  position: relative;
  z-index: 2;
  background-color: #FFFFFF;
}
.section-3__item-content img {
  margin-bottom: 24px;
}
.section-3__item-title {
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 22px !important;
  text-align: center;
  margin: 0px;
  margin-bottom: 12px;
}
.section-3__item-description {
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
  text-align: center;
  color: #444444;
  margin: 0px;
}
@media screen and (max-width: 1199.98px) {
  .section-3 {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 991.98px) {
  .section-3 {
    margin-bottom: 80px;
  }
  .section-3__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media screen and (max-width: 767.98px) {
  .section-3 {
    margin-bottom: 60px;
  }
  .section-3 h2 {
    font-size: 26px;
    line-height: 36px;
    margin-top: 24px;
  }
}
@media screen and (max-width: 575.98px) {
  .section-3__grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
  .section-3 h2 {
    font-size: 20px;
    line-height: 1.3em;
  }
}

.section-7 {
  margin-bottom: 60px;
}
.section-7__content {
  max-width: 1117px;
  margin-left: auto;
  margin-right: auto;
}
.section-7__heading {
  max-width: 960px;
  margin-bottom: 40px;
}
.section-7__heading h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 20px;
}
.section-7__heading p {
  color: #1F2835;
  font-family: Open Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.section-7__cols {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}
.section-7__col {
  max-width: 576px;
  width: 100%;
  padding: 38px 32px 27px 32px;
  border-radius: 14px;
}
.section-7__col--1 {
  border: solid 1px #0070C2;
}
.section-7__col--1 .section-7__col-desc {
  color: #444444;
}
.section-7__col--1 .section-7__col-ul {
  margin-bottom: 20px;
}
.section-7__col--2 {
  border: solid 1px #EEF2F8;
  background-color: #EEF2F8;
}
.section-7__col--2 .section-7__col-title {
  color: #002C56;
}
.section-7__col--2 .section-7__col-desc {
  color: #002C56;
}
.section-7__col--2 .section-7__col-ul {
  margin-bottom: 26px;
}
.section-7__col-title {
  font-size: 36px;
  font-weight: 300;
  line-height: 50px;
}
.section-7__col-title strong {
  text-transform: uppercase;
}
.section-7__col-desc {
  font-size: 20px !important;
  font-weight: 600 !important;
  line-height: 25px !important;
  margin: 0px;
  margin-bottom: 20px;
}
.section-7__col-desc-2 {
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
  color: #444444;
  margin-bottom: 20px;
}
.section-7__col-ul li {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-left: 0px !important;
  padding-bottom: 0px !important;
  margin: 0px;
  color: #000;
  margin-bottom: 10px;
}
.section-7__col-ul li::before {
  display: none !important;
}
.section-7__col-ul li span {
  font-size: 14px;
  font-weight: 400;
  line-height: 25.6px;
}
.section-7__col-price {
  font-size: 20px !important;
  font-weight: 600 !important;
  line-height: 25px !important;
  color: #002C56;
  margin-bottom: 6px;
}
.section-7__col-price-link {
  color: #002C56 !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 30.16px;
  text-decoration: underline !important;
  letter-spacing: 1.65px;
  transition: color 0.3s;
}
.section-7__col-price-link:hover {
  color: #7EC7FC !important;
}
.section-7__col-price-info {
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 25px !important;
  color: #002C56 !important;
}
.section-7__center-link {
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center;
  transition: color 0.3s;
}
.section-7__center-link:hover {
  color: #7EC7FC !important;
}
@media screen and (max-width: 767.98px) {
  .section-7__cols {
    flex-direction: column;
  }
  .section-7__col {
    max-width: 100%;
    padding: 20px 20px 20px 20px;
  }
  .section-7__col-title {
    font-size: 26px;
    line-height: 32px;
  }
  .section-7__col-desc {
    font-size: 18px !important;
  }
  .section-7__col-price {
    font-size: 18px !important;
  }
}
@media screen and (max-width: 575.98px) {
  .section-7__heading h3 {
    font-size: 20px;
    line-height: 1.2em;
  }
  .section-7__col-title {
    font-size: 20px;
    line-height: 1.25em;
  }
  .section-7__col-desc {
    font-size: 16px !important;
    line-height: 1.25em;
  }
}

.section-9 {
  max-width: 1124px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 120px;
}
.section-9__select-wrapper {
  position: relative;
}
.section-9__select-arrow {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  pointer-events: none;
}
.section-9__heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.section-9__filter {
  display: flex;
  align-items: center;
  gap: 10px;
}
.section-9__filter span {
  font-size: 16px;
  font-weight: 600;
  line-height: 51px;
  color: #444444;
  margin-right: 10px;
}
.section-9__filter-title {
  display: flex;
  align-items: center;
  gap: 10px;
}
.section-9__select {
  font-size: 17.85px;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: 20px;
  font-weight: 400;
  line-height: 1.25empx;
  padding: 10px 20px;
  border: solid 2.5px #72B5E4;
  border-radius: 6.4px;
  padding-right: 80px;
}
.section-9__select::-ms-expand {
  display: none;
}
.section-9__select:hover {
  cursor: pointer;
}
.section-9__heading-link {
  display: flex;
  align-items: center;
  gap: 20px;
}
.section-9__heading-link--mobile {
  display: none;
}
.section-9__heading-link span {
  color: #72B5E4;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
}
.section-9__heading-link img {
  transform: translateX(0px);
  transition: transform 0.3s;
  border-radius: 10px;
}
.section-9__heading-link:hover img {
  transform: translateX(6px);
}
.section-9__title {
  font-size: 32px !important;
  font-weight: 700 !important;
  line-height: 40px !important;
  margin-bottom: 28px;
}
.section-9__tiles {
  display: grid;
  position: relative;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-bottom: 40px;
}
.section-9__tile {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding: 24px;
  border: 1px solid #EEF2F8;
  box-shadow: 0px 4px 10px 0px #E0E0E0;
}
.section-9__tile img {
  max-width: 190px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border-radius: 10px;
}
.section-9__tile:hover {
  cursor: pointer;
}

.section-9__tile-content {
  display: flex;
  flex-direction: column;
}
.section-9__tile-name {
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 8px;
}
.section-9__tile-company {
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  color: #444444;
  margin-bottom: 4px;
}
.section-9__tile-info {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #444444;
  margin: 0px;
}
.section-9__pagination {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: center;
}
.section-9__pagination a:hover {
  cursor: pointer;
}
.section-9__pagination-link {
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  border: solid 1px #72B5E4;
  border-radius: 2px;
  padding: 4px 8px;
  color: #72B5E4;
  transition: color 0.3s, background-color 0.3s;
}
.section-9__pagination-link:hover {
  background-color: #72B5E4;
  color: #fff;
  text-decoration: none;
}
.section-9 .js-pagination-link-active {
  background-color: #72B5E4;
  color: #fff;
}
.section-9__pagination-nav-next {
  display: flex;
  padding: 8px 0px;
}
.section-9__pagination-nav-next img {
  transform: translateX(0px);
  transition: transform 0.3s;
}
.section-9__pagination-nav-next:hover img {
  transform: translateX(4px);
}
.section-9__pagination-nav-prev {
  display: flex;
  padding: 10px 0px;
}
.section-9__pagination-nav-prev img {
  transform: translateX(0px);
  transition: transform 0.3s;
}
.section-9__pagination-nav-prev:hover img {
  transform: translateX(-4px);
}
.section-9__loader {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3921568627);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
.section-9 .js-tiles-loader-active {
  display: flex;
}
@media screen and (max-width: 991.98px) {
  .section-9 {
    margin-bottom: 80px;
  }
  .section-9__tiles {
    grid-template-columns: repeat(1, 1fr);
  }
  .section-9__heading {
    flex-direction: column;
    align-items: flex-start;
  }
  .section-9__title {
    font-size: 26px !important;
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 575.98px) {
  .section-9 {
    margin-bottom: 60px;
  }
  .section-9__select-wrapper {
    width: 100%;
  }
  .section-9__heading {
    margin-bottom: 20px;
  }
  .section-9__heading-link--mobile {
    display: flex;
    margin-top: 20px;
    justify-content: center;
  }
  .section-9__heading-link--mobile span {
    font-size: 12px;
  }
  .section-9__heading-link--desktop {
    display: none;
  }
  .section-9__title {
    font-size: 20px !important;
    line-height: 1.25em !important;
  }
  .section-9__grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
  .section-9__filter {
    flex-direction: column;
    margin-bottom: 12px;
    width: 100%;
    align-items: flex-start;
  }
  .section-9__select {
    width: 100%;
  }
  .section-9__tile-name {
    font-size: 18px;
    line-height: 26px;
  }
  .section-9__tile img {
    max-width: 40%;
  }
}
@media screen and (max-width: 360px) {
  .section-9__tile {
    flex-direction: column;
  }
  .section-9__tile img {
    max-width: 100%;
    width: 100%;
  }
}

.section_2__content .swiper-wrapper {
  transition-timing-function: linear;
}

:root {
  --swiper-wrapper-transition-timing-function: linear !important;
}

.section_2 .swiper img {
  transition: filter 0.3s;
}

.section_2 .swiper img:hover {
  filter: unset;
}
.section_4 {
  max-width: 1220px;
  margin: 0 auto 60px;
}
.section_4 h2 {
  font-size: 32px;
  line-height: 1.25em;
  margin-bottom: 12px;
}
.section_4__mb44 {
  margin-bottom: 44px !important;
}
.section_4__under-heading {
  font-size: 14px !important;
  line-height: 1.71em !important;
  color: #1F2835;
}
.section_4__top {
  margin-bottom: 62px;
}
.section_4__steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.section_4__step {
  position: relative;
  padding-top: 54px;
  padding-right: 40px;
}
.section_4__step h3 {
  font-size: 16px;
  line-height: 1.75em;
  margin-bottom: 12px;
}
.section_4__step p {
  font-size: 13px !important;
  line-height: 1.53em;
  margin-bottom: 12px;
  color: #444444;
}
.section_4__step a {
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 13px;
  text-decoration: underline;
}
.section_4__step:not(:last-child) {
  border-top: 2px solid #7EC7FC;
}
.section_4__number {
  position: absolute;
  left: 0;
  top: -22px;
  width: 43px;
  height: 43px;
  background-color: #7EC7FC;
  color: #FFFFFF;
  border-radius: 50%;
  font-size: 23px;
  line-height: 1em;
  font-weight: 600 !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991.98px) {
  .section_4__mb44 {
    margin-bottom: 20px !important;
  }
  .section_4__steps {
    display: flex;
    flex-direction: column;
  }
  .section_4__step {
    padding-left: 40px;
    padding-top: 7px;
    padding-bottom: 20px;
    padding-right: 0;
  }
  .section_4__step a {
    margin-bottom: 3px;
  }
  .section_4__step:not(:last-child) {
    border-left: 2px solid #72B5E4;
    border-top: unset;
  }
  .section_4__number {
    left: -22px;
    top: 0;
  }
}
@media (max-width: 567px) {
  .section_4 {
    margin-bottom: 30px;
  }
  .section_4__top {
    margin-bottom: 40px;
  }
  .section_4 h2 {
    font-size: 20px;
    line-height: 1.25em;
  }
  .section_4__content {
    padding-left: 10px;
  }
  .section_4__step {
    padding-left: 25px;
    padding-top: 3px;
  }
  .section_4__number {
    width: 32px;
    height: 32px;
    font-size: 18px;
    left: -18px;
  }
}

.section_6 {
  max-width: 1220px;
  margin: 0 auto 120px;
}
.section_6__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  gap: 15px;
}
.section_6__top h2 {
  margin: 0;
}
.section_6__button {
  display: flex;
  align-items: center;
  gap: 17px;
  font-weight: 700;
}
.section_6__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 17px;
}
.section_6__grid-item {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.section_6__grid-item img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: transform 0.3s;
}
.section_6__grid-item:nth-child(1) {
  grid-area: 1/1/3/2;
}
.section_6__grid-item:nth-child(2) {
  grid-area: 1/2/2/4;
}
.section_6__grid-item:nth-child(3) {
  grid-area: 2/2/3/3;
}
.section_6__grid-item:nth-child(4) {
  grid-area: 2/3/3/4;
}
.section_6__grid-item:hover img {
  transform: scale(1.08);
}
.section_6__grid-item:hover .section_6__grid-arrow {
  fill: #FFFFFF;
}
.section_6__grid-item:hover .section_6__grid-arrow .hover-me {
  stroke: #002C56;
}
.section_6__grid-arrow {
  position: absolute;
  right: 5px;
  bottom: 5px;
  transition: fill 0.3s;
}
.section_6__grid-arrow--1 {
  bottom: 17px;
  right: 17px;
}
.section_6__grid-arrow--2 {
  bottom: 13px;
  right: 23px;
}
.section_6__grid-arrow .hover-me {
  transition: stroke 0.3s;
}
.section_6__grid-item-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 20%;
  background: linear-gradient(0deg, #002C56 -5.75%, rgba(0, 44, 86, 0) 56.51%);
  display: flex;
  align-items: flex-end;
  padding-left: 27px;
  padding-bottom: 24px;
  padding-right: 100px;
}
.section_6__grid-item-overlay h3, .section_6__grid-item-overlay p {
  color: #FFFFFF;
}
.section_6__grid-item-overlay h3 {
  margin-bottom: 5px;
  font-size: 22px;
  line-height: 1.1em;
  font-weight: 600;
}
.section_6__grid-item-overlay p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6em;
}
@media (max-width: 991.98px) {
  .section_6__grid-arrow {
    width: 40px;
    height: 40px;
  }
  .section_6__grid-arrow--1, .section_6__grid-arrow--2 {
    width: 60px;
    height: 60px;
    right: 10px;
    bottom: 10px;
  }
}
@media (max-width: 767.98px) {
  .section_6 {
    margin-bottom: 60px;
  }
  .section_6__top {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
  }
  .section_6__grid {
    gap: 10px;
  }
  .section_6__grid-item-overlay h3 {
    font-size: 17px;
  }
  .section_6__grid-item-overlay p {
    font-size: 10px;
  }
}
@media (max-width: 577.98px) {
  .section_6__grid-item-overlay {
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 60px;
  }
  .section_6__grid-item-overlay h3 {
    font-size: 14px;
  }
  .section_6__grid-item-overlay p {
    font-size: 8px;
  }
  .section_6__grid-arrow {
    width: 30px;
    height: 30px;
    right: 5px;
    bottom: 5px;
  }
  .section_6__grid-arrow--1, .section_6__grid-arrow--2 {
    width: 50px;
    height: 50px;
    right: 5px;
    bottom: 5px;
  }
  .section_6__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .section_6__grid-item:nth-child(1) {
    grid-area: 1/1/3/2;
  }
  .section_6__grid-item:nth-child(2) {
    grid-area: 3/1/4/3;
  }
  .section_6__grid-item:nth-child(3) {
    grid-area: 2/2/3/3;
  }
  .section_6__grid-item:nth-child(4) {
    grid-area: 1/2/2/3;
  }
}

.section_8 {
  max-width: 1117px;
  margin: 0 auto 49px;
}
.section_8 h2, .section_8 h3, .section_8 p, .section_8 li, .section_8 label {
  color: #FFFFFF;
}
.section_8__content {
  background: linear-gradient(0deg, #002C56 7.25%, #0060BC 119.41%);
  padding: 50px;
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: 65px;
  border-radius: 10px;
}
.section_8__col p, .section_8__col li {
  font-size: 14px !important;
  line-height: 1.42em;
  color: #E0E0E0;
}
.section_8__col--1 h2 {
  font-size: 36px;
  line-height: 1.21em;
  font-weight: 600;
}
.section_8__col--1 ul > li {
  padding-left: 35px;
}
.section_8__col--1 ul > li::before {
  width: 24px !important;
  height: 24px !important;
  background-color: unset !important;
  background-image: url('data:image/svg+xml,<svg width="25" height="25" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20.9624 7.59717L10.9624 17.5972L5.9624 12.5972" stroke="%2372B5E4" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/></svg>') !important;
}
.section_8__col--2 h3 {
  font-size: 20px;
  line-height: 1.21em;
}
.section_8__form-row {
  margin-bottom: 20px;
}
.section_8__form-row--special {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 20px;
}
.section_8__form-row--checkbox {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.section_8__checkbox-wrapper {
  position: relative;
  min-width: 32px;
  width: 32px;
  height: 32px;
}
.section_8__checkbox-wrapper input {
  opacity: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 100%;
}
.section_8 input:checked + .section_8__custom-checkbox {
  background-image: url('data:image/svg+xml,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="28" y="4" width="24" height="24" rx="4" transform="rotate(90 28 4)" fill="white" stroke="%23CECDCB" stroke-linecap="round" stroke-linejoin="round"/><rect width="21.3333" height="21.3333" transform="translate(5.3335 5.33325)" fill="white"/><path d="M8.88916 16.8888L13.3336 21.3332L23.1114 11.5554" stroke="%232329D6" stroke-linecap="round"/></svg>');
}
.section_8__custom-checkbox {
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  background-image: url('data:image/svg+xml,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="28" y="4" width="24" height="24" rx="4" transform="rotate(90 28 4)" fill="white" stroke="%23CECDCB" stroke-linecap="round" stroke-linejoin="round"/><rect width="21.3333" height="21.3333" transform="translate(5.3335 5.33325)" fill="white"/></svg>');
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section_8__form input[type=text], .section_8__form input[type=email], .section_8__form input[type=tel] {
  background-color: #FFFFFF;
  font-size: 16px;
  line-height: 1em;
  font-weight: 600;
  color: #1C1C1C;
  border: 2px solid #0070C2;
  border-radius: 6px;
  padding: 15px 18px;
  width: 100%;
}
.section_8__form input[type=submit] {
  padding: 21px 92px;
  font-size: 13px;
  line-height: 1em;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  outline: none;
  border: none;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.3s, color 0.3s, box-shadow 0.3s, border 0.3s;
  color: #FFFFFF;
  border-radius: 6px;
  background-color: #FB0606;
}
.section_8__form input[type=submit]:hover {
  background-color: #0070C2;
}
.section_8__form label {
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.01em;
  font-weight: 600;
  color: #E0E0E0;
}
@media (max-width: 1199.98px) {
  .section_8__form-row--special {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767.98px) {
  .section_8__content {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 575.98px) {
  .section_8__content {
    padding: 20px;
    gap: 35px;
  }
  .section_8__col--1 h2 {
    font-size: 20px;
  }
  .section_8__form input[type=submit] {
    width: 100%;
    padding: 21px 30px;
  }
}

.section_10 {
  margin-bottom: 60px;
}
.section_10__content {
  max-width: 1000px;
  margin: 0 auto;
}
.section_10__heading {
  margin-bottom: 40px;
  font-size: 32px;
  line-height: 1.25em;
}
.section_10__question-and-answer {
  overflow: hidden;
  transition: max-height 0.3s, border 0.3s;
}
.section_10__question-and-answer:not(:last-child) {
  margin-bottom: 12px;
}
.section_10__question-and-answer__left h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 600;
}
.section_10__question-and-answer__right {
  display: flex;
  align-items: center;
}
.section_10__question-and-answer__button {
  display: inline-flex;
  align-items: center;
  margin: 0;
  transition: color 0.3s;
}
.section_10__question-and-answer__button .second-line {
  transition: opacity 0.3s, visibility 0.3s;
}
.section_10__question-and-answer__button svg {
  width: 22px;
  transition: transform 0.3s;
}
.section_10__question-and-answer__top {
  padding: 12px 0;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
  position: relative;
}
.section_10__question-and-answer__top:hover h3 {
  text-decoration: underline;
}
.section_10__question-and-answer__top:hover .section_10__question-and-answer__button line {
  stroke: #72B5E4;
}
.section_10__question-and-answer__text-field p {
  font-size: 14px;
  line-height: 1.6em;
}
.section_10__question-and-answer__text-field p:last-child {
  margin: 0;
}
.section_10__question-and-answer.active .section_10__question-and-answer__button .second-line {
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 991.98px) {
  .section_10__question-and-answer__top:hover h3 {
    color: #000000;
    text-decoration: none;
  }
  .section_10__question-and-answer__top:hover .section_10__question-and-answer__button line {
    stroke: #000000;
  }
  .section_10__question-and-answer:hover {
    border-color: inherit;
  }
}
@media (max-width: 575.98px) {
  .section_10__heading {
    font-size: 20px;
    line-height: 1.25em;
    margin-bottom: 20px;
  }
  .section_10 .section_10__question-and-answer__left h3 {
    font-size: 14px;
  }
  .section_10 .section_10__question-and-answer__text-field p {
    font-size: 13px;
  }
}

.section_11 {
  position: relative;
}
.section_11::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: #002C56;
}
.section_11 h2, .section_11 p {
  text-align: center;
  color: #FFFFFF;
}
.section_11 h2 {
  font-size: 36px;
  line-height: 1.36em;
  max-width: 558px;
  margin: 0 auto 20px;
}
.section_11 p {
  font-size: 16px;
  line-height: 1.36em;
  max-width: 718px;
  margin: 0 auto 30px;
}
.section_11__content {
  position: relative;
  background-color: #002C56;
  padding: 80px 0 94px;
  z-index: 1;
}
.section_11__red-button {
  padding: 21px 47px;
  font-size: 13px;
  line-height: 1em;
  position: relative;
  text-align: center;
  outline: none;
  border: none;
  font-weight: 700;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s, box-shadow 0.3s, border 0.3s;
  color: #FFFFFF;
  border-radius: 6px;
  background-color: #FB0606;
}
.section_11__red-button:hover {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #0070C2;
}
.section_11__button-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 567.98px) {
  .section_11__red-button {
    width: 100%;
  }
  .section_11 h2 {
    font-size: 20px;
  }
  .section_11__content {
    padding: 40px 0 40px;
  }
}

.section_2__content {
  margin-bottom: 60px;
}
.section_2 .swiper {
  max-height: 60px;
}
.section_2 .swiper img {
  filter: saturate(0);
}
@media (max-width: 567.98px) {
  .section_2 {
    margin-bottom: 30px;
  }
}

.section_5 {
  position: relative;
  padding: 63px 0 94px;
  max-width: 1600px;
  margin: 0 auto;
}
.section_5 h2 {
  font-size: 32px;
  line-height: 1.1em;
  margin-bottom: 12px;
color: #fff;
}
.section_5 p.section_5__under-heading {
  font-size: 16px;
  line-height: 1.6em;
  margin-bottom: 40px;
color: #fff;
}
.section_5__video-wrapper {
  position: relative;
}
.section_5__video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.section_5::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: #7f7f7f;
}
.section_5__content {
  position: relative;
  z-index: 1;
}
.section_5__cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
.section_5__col--1 {
  margin-right: -63px;
}
.section_5__col--2 {
  position: relative;
  margin-left: -63px;
  z-index: 1;
}
.section_5__white-field {
  padding: 26px 37px;
  background-color: #FFFFFF;
  border-radius: 5px;
}
.section_5 p.section_5__blue-text {
  font-size: 13px;
  line-height: 1.5em;
  color: #7EC7FC;
  margin: 0;
  font-weight: 700;
}
.section_5 p.section_5__grey-text {
  font-size: 13px;
  line-height: 1.5em;
  color: #707070;
  margin: 0;
  margin-bottom: 12px;
}
.section_5 p.section_5__big-text {
  font-size: 20px;
  line-height: 1.45em;
  color: #000000;
  font-weight: 600;
  margin-bottom: 19px;
}
.section_5 p.section_5__paragraph {
  font-size: 13px;
  line-height: 1.5em;
  color: #444444;
  margin-bottom: 13px;
}
.section_5 a {
  text-decoration: underline;
  font-size: 13px;
  line-height: 1.5em;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .section_5__col--1 {
    margin-right: -20px;
  }
  .section_5__col--2 {
    margin-left: -20px;
  }
}
@media (max-width: 767.98px) {
  .section_5 {
    padding: 50px 0 50px;
  }
  .section_5__cols {
    gap: 0px !important;
  }
  .section_5 p.section_5__big-text {
    font-size: 16px;
  }
  .section_5 h2 {
    font-size: 20px;
  }
  .section_5__cols {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .section_5__col--1 {
    margin-right: 0;
  }
  .section_5__col--2 {
    margin-left: 0;
  }
  .section_5__white-field {
    padding: 25px;
    margin-left: 0;
    margin-right: 0;
  }
}

.section_12 {
  max-width: 1195px;
  margin: 0 auto 120px;
}
.section_12__content {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.section_12__item {
  padding: 0 20px;
  position: relative;
  border-left: 3px solid #64BEFF;
}
.section_12 p.section_12__number {
  font-size: 36px;
  line-height: 1.4em;
  color: #000000;
  font-weight: 700;
  margin-bottom: 8px;
}
.section_12 p.section_12__item-text {
  font-size: 14px;
  line-height: 1.5em;
  color: #000000;
}
.section_12__item-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
@media (max-width: 992px) {
  .section_12__content {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}
@media (max-width: 767.98px) {
  .section_12 {
    margin-bottom: 60px;
  }
  .section_12__content {
    grid-template-columns: 1fr 1fr;
    gap: 25px;
  }
}
@media (max-width: 567.98px) {
  .section_12 p.section_12__number {
    font-size: 24px;
    line-height: 32px;
  }
  .section_12__item {
    padding: 0px 16px;
  }
  .section_12__content {
    grid-template-columns: 1fr 1fr;
    row-gap: 30px;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
}
.section_2__content .swiper-wrapper {
  transition-timing-function: linear;
}

:root {
  --swiper-wrapper-transition-timing-function: linear !important;
}

.section_2 .swiper img {
  transition: filter 0.3s;
}

.section_2 .swiper img:hover {
  filter: unset;
}
.architect_hero_continer {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

/* 
.architect_hero_2 .architect-hero__background{
  max-width: unset;
  left: -70px;
  width: calc(100% + 160px);
}


@media (max-width: 1400px){
  .architect_hero_2 .architect-hero__col--1 {
    padding: 30px;
  }
  .architect_hero_2 .architect-hero__background {
    max-height: 500px !important;
}
}

@media (max-width: 1200px){
  .architect_hero_2 .architect-hero__background{
    left: -115px;
    width: calc(100% + 230px);
  }
}
@media (max-width: 991.98px){
  .architect_hero_2 .architect-hero__background{
    max-width: 100%;
    left: 0px;
    width: 100%;
  }
}
.architect_hero_2 {
  padding-left: 0px !important;
  padding-right: 0px !important;
} */

.architect-hero{
  max-width: 3000px;
  margin-bottom: 120px;
  margin-top: -40px;
}
@media (max-width: 3200px){
  .architect-hero{
    max-width: 2500px;
  }
}

@media (max-width: 991.98px){
  .architect-hero{
    margin-bottom: 60px;
  } 
}
@media (max-width: 768px){
  .architect-hero{
    margin-bottom: 40px;
  } 
}
.architect-hero__content{
  display: flex;
  gap: 70px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  align-items: flex-end;
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  justify-content: space-between;
}
.architect-hero__background{
  position: relative;
  z-index: 0;
  height: 1200px !important;
  top: unset;
  left: unset;
  width: 100%;
  object-fit: cover;
  max-width: 100vw;
  width: 100vw;
  transform: translateX(calc(-1*(100% - 3000px) / 2));
  object-position: bottom;
}
@media (max-width: 3200px){
  .architect-hero__background{
    height: 960px !important;
    transform: translateX(calc(-1*(100% - 2500px) / 2));
  }
}
@media (max-width: 2700px){
  .architect-hero__background{
    transform: translateX(-73px);
  }
}
@media (max-width: 2500px){
  .architect-hero__background{
    height: 740px !important;
  }
}
@media screen and (max-width: 2400px){
  .architect-hero__background{
    max-width: 100vw;
    width: 100vw;
    transform: translateX(-79px);
  }
}
@media (max-width: 1920px){
  .architect-hero__background{
    height: 640px !important;
  } 
}
.section_2{
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1600px){
  .architect-hero__background {
    height: 580px !important;
  }
}
@media screen and (max-width: 1400px){
  .architect-hero__content{
    gap: 40px;
  }
}
@media screen and (max-width: 1200px){
  .architect-hero__background{
    transform: translateX(calc(-1*(100% - 960px) / 2));
  }
}
@media (max-width: 992px){
  .architect-hero__content{
    position: relative;
    bottom: unset;
    left: unset;
    transform: unset;
    align-items: flex-start;
  }
  .architect-hero__col--1{
    margin-top: -240px;
  }
  .architect-hero__background-mobile {
    display: flex;
    max-width: 100vw;
    width: 100vw;
    transform: translateX(calc(-1*(100% - 720px) / 2));
  }
  .architect-hero__background {
    display: none;
  }
}
@media screen and (max-width: 768px){
  .architect-hero__col--1{
    margin-top: -160px;
  }
}
@media screen and (max-width: 576px){
  .architect-hero__col--1{
    margin-top: -120px;
  }
}
@media screen and (max-width: 768px){
  .architect-hero__background-mobile {
    transform: translateX(calc(-1*(100% - 540px) / 2));
  }
}
@media screen and (max-width: 576px) {
  .architect-hero__background-mobile {
      max-width: 100%;
      width: 100%;
      transform: translateX(0px);
  }
}
/*remove social icons*/
body:has(.reset-content-and-socials) .footer-top{
  display: none;
}
body:has(.reset-content-and-socials)  .content{
  padding-bottom: 0px !important;
}
.bestsellers-3-col{
  max-width: 1300px;
  margin: 0px auto;
  margin-bottom: 40px;
}
.bestsellers-3-col h2{
  color: #002C56;
  font-size: 40px;
  font-weight: 700;
  line-height: 44px;
  text-align: center;
  margin-bottom: 44px;
}
.bestsellers-3-col__cols{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 24px;
}
.landping-page-mb-70{
  margin-bottom: 70px !important;
}
@media screen and (max-width: 768px){
  .bestsellers-3-col__cols{
    display: grid;
    grid-template-columns: repeat(1,1fr);
    gap: 24px;
  }
  .bestsellers-3-col h2{
    font-size: 28px;
    line-height: 38px;
  }
  .landping-page-mb-70{
    margin-bottom: 40px !important;
  }
}
.top-navbar .nav-item.red-menu-link .nav-link{
  color: #FB0606;
  font-weight: 600;
}
.top-navbar .nav-item.green-menu-link .nav-link{
  color: #28a745;
  font-weight: 600;
}
/*END remove social icons*/
/* END Architekci */

/* ANKIETA KOSZYK */
.survey-popup
{
	position: fixed;
	background: white;
	box-shadow: 0 .2rem .6rem rgba(0,0,0,.1607843137254902);
	z-index: 99;
	padding:20px;
left: 100px;
  top: 100px;
}
@media screen and (max-width: 784px) {
  .survey-popup{
	left: 10px;
	top: 60px;
  }
  .survery-fieldset {
	  max-height: 70vh;
	  overflow: auto;
  }
}
.close-survey
{
position: absolute;
right: 3%;
top: 0px;
margin: 20px;
background: none;
border: none;
font-size: 30px;
}
.survery-fieldset
{
	height: 600px;
	overflow-x: auto;
	
}
.polling-desc {
	padding: 10px;
  font-size: 0.7rem;
  background: #f0f5fb;
  text-align: justify;
}

.polling-text {
  width: 95%;
  font-size: 1.3em;
  line-height: 1.75;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 784px) {
  .polling-text {
    font-size: 1.4em;
    line-height: 1.5;
  }
}
.accent {
  font-weight: bold;
  color: red;
}


.poll-list {
  list-style-type: none;
  margin: 0;
  padding: 0.5em;
}
.poll-item {
  width: 80vw;
  margin-bottom: 2.5em;
}
.poll-item:last-child {
  margin-bottom: 0em;
}
.question,
.question-textarea {
  font-size: 1.05em;
  font-weight: 700;
  margin-bottom: 1.25em;
}
@media screen and (min-width: 784px) {
  .question,
  .question-textarea {
    font-size: 1.25em;
  }
}
.question-textarea {
  margin-left: 0;
}
.answer {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 1.25em;
  margin-left:20px;
}
.answer label
{
	margin-bottom: 0px;
}
.radio-input {
  appearance: none;
  width: 1.75em;
  height: 1.75em;
  -webkit-appearance: none;
  background-color: #fff;
  border: 0.15em solid rgb(5, 78, 146);
  border-radius: 50%;
}
@media screen and (min-width: 784px) {
  .radio-input {
    width: 1.5em;
    height: 1.5em;
  }
}
.radio-input:checked {
  border: none;
  background-color: rgb(5, 78, 146);
}
label {
  font-size: 1.05em;
  margin-left: 0.5em;
}
@media screen and (min-width: 784px) {
  label {
    font-size: 1.25em;
  }
}

.check-input {
  appearance: none;
  width: 1.75em;
  height: 1.75em;
  -webkit-appearance: none;
  background-color: #fff;
  border: 0.15em solid rgb(5, 78, 146);
}
@media screen and (min-width: 784px) {
  .check-input {
    width: 1.5em;
    height: 1.5em;
  }
}
.check-input:checked {
  border: none;
  background-color: rgb(5, 78, 146);
}
/* END ANKIETA KOSZYK */
/*DOPASOWANI*/
.lp-new-button--large-text {
  font-weight: 700;
  font-size: 15px;
  line-height: 15px;
  text-transform: uppercase;
  padding: 20px 40px !important;
}

.lp-new-button--light-green {
  background-color: #D8F501;
  color: #001F37;
}

.lp-new-button--light-green:hover {
  background-color: #1643B1;
  color: #D8F501;
}

h2.landping-page-section-photo-10__heading-2 {
  font-weight: 300;
  font-size: 43.34px;
  line-height: 100%;
  color: #001F37;
  margin-bottom: 24px;
  font-family: "Space Grotesk", sans-serif;
}

h2.landping-page-section-photo-10__heading-2 strong {
  font-weight: 600;
}

.landping-page-section-photo-10__subtitle {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}

.landping-page-section-photo-10__subtitle span {
  color: #001F37;
  margin-bottom: 0px;
}

.landing-page-cs-flex {
  display: flex;
  align-items: center;
  max-width: 1200px;
  gap: 40px;
  margin-bottom: 90px;
}

.landing-page-cs-flex--1 {
  padding: 40px;
  background: linear-gradient(32.15deg, #0070C2 7.19%, #0093FF 40.17%, #72B3E3 74.27%), linear-gradient(0deg, #FFFFFF, #FFFFFF);
  min-height: 450px;
  max-width: 415px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 20px;
}

.landing-page-cs-flex--1 h3 {
  font-weight: 700;
  font-size: 67.9px;
  line-height: 89%;
  color: #ffffff;
  margin-bottom: 0px;
  font-family: "Space Grotesk", sans-serif;
}

.landing-page-cs-flex--1 p {
  font-weight: 700 !important;
  font-size: 47px !important;
  line-height: 100% !important;
  color: #FFFFFF;
  margin-bottom: 0px;
  font-family: "Space Grotesk", sans-serif;
}

.landing-page-cs-flex--2 {
  max-width: 372px;
  width: 100%;
}

.landing-page-cs-flex--2 img {
  transition: transform 0.3s;
  transform: scale(1);
}

.landing-page-cs-flex--2:hover img {
  transform: scale(1.05);
}

.landing-page-title-wrapper {
  margin-bottom: 50px;
}

@media screen and (max-width: 1600px) {
  .landing-page-cs-flex--1 p {
    font-size: 36px !important;
  }
}
@media screen and (max-width: 1400px) {
  .landing-page-cs-flex--1 h3 {
    font-size: 50px;
    line-height: 100%;
  }
  .landing-page-cs-flex--1 p {
    font-size: 32px !important;
  }
  .landing-page-cs-flex--1 {
    min-height: 400px;
  }
}
@media screen and (max-width: 1200px) {
  .landing-page-cs-flex--1 h3 {
    font-size: 42px;
    line-height: 100%;
  }
  .landing-page-cs-flex--1 p {
    font-size: 28px !important;
  }
  .landing-page-cs-flex--1 {
    min-height: 350px;
  }
}
@media screen and (max-width: 992px) {
	.lvl-2
	{
		line-height: 30px;
	}
	.lvl-2 > a
	{
		font-size: 15px !important;
	}
  .landing-page-cs-flex {
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
  }
  .landing-page-cs-flex--1 {
    min-height: unset;
    gap: 24px;
    max-width: 100%;
    width: 100%;
  }
  .landing-page-cs-flex--2 {
    max-width: calc(50% - 20px);
    width: 100%;
  }
  h2.landping-page-section-photo-10__heading-2 {
    font-size: 28px;
    line-height: 38px;
  }
}
@media screen and (max-width: 768px) {
  .landing-page-cs-flex--1 h3 {
    font-size: 32px;
    line-height: 100%;
  }
  .landing-page-cs-flex--1 {
    padding: 24px;
  }
  .landing-page-cs-flex--1 p {
    font-size: 20px !important;
  }
  .landing-page-cs-flex--2 {
    max-width: calc(100% - 100px);
  }
}
@media screen and (max-width: 576px) {
  .landing-page-cs-flex--2 {
    max-width: calc(100% - 60px);
    width: 100%;
  }
  .landing-page-cs-flex--1 h3 {
    font-size: 28px;
    line-height: 100%;
  }
}
/*END DOPASOWANI*/

/* SXO ZMIANY */

.slider-wrapper
{
	padding-bottom: 10px !important;
}
.mt-5, .my-5
{
	margin-top: 1px !important;
}
@media (min-width: 576px) {
  .mb-sm-5, .my-sm-5 {
    margin-bottom: 1px !important;
  }
}
.pt-3, .py-3
{
	margin-top: 1px !important;
}
@media (max-width: 992px) {
  .block-pim-inspiration__title {
    padding-top: 1px !important;
  }
}
.block-pim-inspiration
{
	margin-bottom: 50px !important;
	margin-top:1px !important;
}
.home-page
{
	margin-bottom: 3rem !important
}
.block-pim-active-image-slider .hooper-indicator
{
	width: 20px !important;
  height: 20px !important;
}
@media (min-width: 576px) {
  .pb-sm-5, .py-sm-5 {
    padding-bottom: 10px !important;
  }
}
.block-pim-inspiration__content
{
	margin-top:1px !important;
}
.active-image-box__name
{
	font-size:17px !important;
}

  .btn-main {
    font-size: 1rem !important;
  }
.block-boxcollection
{
	margin-top:20px !important;
}
.front-page-articles__item__subtitle
{
	font-size:1rem !important;
}
.big-box-with-description-and-image p, .boxes-with-description-and-image__item p
{
	font-size:0.9rem !important;
}
.footer-nav .lvl-1 > .nav-link
{
	font-size:0.9rem !important;
}
.footer-nav .nav-link
{
	font-size:0.9rem !important;
}
.footer-top
{
	padding-top:15px !important;
}
.app-bar-nav
{
	flex-direction: row-reverse;
}
.mobile-menu
{
padding-top: 5px !important;	
}
.baner-test {
    position: fixed;
    left: 0;
    bottom: 10px;
    width: 100vw;
    height: 180px;
    z-index: 9999;
	background-size: contain;
	display:none;
}
@media (min-width: 1001px) {
    .baner-test {
        background: url("https://pime.info/resource/ob8KIrg/baner-elzap.png") 
            no-repeat center center;
        background-size: contain;
    }
}

@media (max-width: 1000px) {
    .baner-test {
        background: url("https://pime.info/resource/OTI-3y2/baner-elzap-mobilny.png") 
            no-repeat center center;
        background-size: contain;
		bottom:35px;
    }
	.social-media-icons__item {
	  margin-left: 10px !important;
	  margin-right: 10px !important;
	}
}
@media (max-width: 450px) {
    .baner-test {
        background: url("https://pime.info/resource/OTI-3y2/baner-elzap-mobilny.png") 
            no-repeat center center;
        background-size: contain;
		bottom:0px;
    }
}
@media (MIN-width: 1001px) {
.social-media-icons__item
{
	margin-left: 25px !important;
	margin-right: 8px !important;
}
}
@media (max-width: 768px) {

.view-products-product__discount-icon {
	left: calc(20% + 15px) !important;
}
}
@media (max-width: 520px) {
.view-products-product__discount-icon {
	left: 25px !important;
}
}

.top-navbar .nav-item:has(> .nav-link[href="/blackweek"]) {
    background: #000;
}

.top-navbar .nav-item:has(> .nav-link[href="/blackweek"]) .nav-link {
    color: #fff !important;
	font-weight: 600 !important;
}

/* tymczasowa zmiana żeby naprawić koszyk */

.col-sm-6
{
	margin-bottom: 20px;
}
/*  ogrody  */
#tree-accordion > li:first-child > a.nav-link {
    color: #28a745;
}
/*strona główna */

.main2-container {
  max-width: 1600px;
  margin: 0 auto;
}


.main-menu-sub
{
padding-top: 0px !important;
}
.top-navbar .main-menu-sub__body
{
border-radius: 0px !important;
max-height: calc(100vh - 120px) !important;
  overflow-y: auto !important;
}

.top-navbar::-webkit-scrollbar {
    width: 4px !important;
}

.top-navbar::-webkit-scrollbar-track {
    background: transparent;
}

.top-navbar::-webkit-scrollbar-thumb {
    background: #bfbfbf;
    border-radius: 10px;
}

.top-navbar::-webkit-scrollbar-thumb:hover {
    background: #999;
}
.main-menu-sub__body
{
	padding-bottom:0px !important;
}



