/* Custom SCSS for Szkolenia Copilot */
.container-wide {
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 2rem;
}

.title {
  text-align: center;
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .title {
    text-align: left;
  }
}

.main {
  padding-bottom: 0;
}

@media (min-width: 992px) {
  .header__menu {
    max-width: 635px;
    margin-left: auto;
  }
}

.header__inner {
  display: flex;
  align-self: center;
  justify-content: space-between;
}

.webinar2 {
  padding: 0;
}
.webinar2__cont {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .webinar2__cont {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }
}
.webinar2__cont__left {
  background-color: rgba(45, 166, 226, 0.3);
  width: 100%;
}
@media (min-width: 768px) {
  .webinar2__cont__left {
    width: 58%;
  }
}
.webinar2__cont__left__title {
  font-size: 45px;
  line-height: 1.2;
}
.webinar2__cont__left__text {
  font-size: 21px;
  margin-top: 0 !important;
  padding-bottom: 10px;
}
.webinar2__cont__left__logos img {
  height: 78px;
  -o-object-fit: contain;
     object-fit: contain;
}
.webinar2__cont__right {
  width: 100%;
}
@media (min-width: 768px) {
  .webinar2__cont__right {
    width: 40%;
  }
}

.benefits {
  margin-top: 40px;
  padding: 0;
}
.benefits .item-top_text {
  font-size: 20px;
  line-height: 1.2;
  margin-top: 10px;
}
.benefits .item-top_text span {
  font-weight: 600;
}
.benefits .benefits-top-items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  margin-top: 50px;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .benefits .benefits-top-items {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
}
.benefits .benefits-top-items .benefits-top-item {
  text-align: center;
}
.benefits .benefits-top-items .benefits-top-item__icon {
  height: 150px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.benefits .benefits-top-items .benefits-top-item__icon img {
  max-height: 100%;
  width: auto;
}
.benefits .benefits-top-items .benefits-top-item__text {
  font-size: 16px;
  line-height: 1.4;
  color: inherit;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .benefits .benefits-top-items .benefits-top-item__text {
    max-width: 300px;
  }
}
.benefits-disclaimer__wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-direction: column;
  margin: 0 auto;
  justify-items: center;
  text-align: center;
  font-size: 16px;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .benefits-disclaimer__wrapper {
    flex-direction: row;
    width: 90%;
    text-align: left;
  }
}
.benefits .item_text {
  font-size: 18px;
  line-height: 1.4;
}
@media (min-width: 992px) {
  .benefits .item_text {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .benefits .item_text {
    font-size: 17px;
  }
}
@media (min-width: 1400px) {
  .benefits .item_text {
    font-size: 18px;
  }
}
.benefits .home-tabs {
  margin-top: 20px;
}
.benefits .home-tabs__buttons {
  flex-direction: column;
}
@media (min-width: 992px) {
  .benefits .home-tabs__buttons {
    flex-direction: row;
  }
}
.benefits .home-tabs__buttons__item span {
  min-width: 5rem;
  min-height: 5rem;
}
.benefits .home-tabs__buttons__item::after {
  display: none;
}
@media (min-width: 1300px) {
  .benefits .home-tabs__buttons__item::after {
    content: "";
    display: block;
    position: absolute;
    right: -40px;
    top: 50%;
    transform: translateY(-50%);
    width: 65px;
    height: 78px;
    background: url("../assets/img/tab-right.svg") no-repeat center;
    background-size: contain;
    z-index: 1;
    pointer-events: none;
  }
}
.benefits .home-tabs__buttons__item {
  height: 74px;
  position: relative;
  flex-direction: column;
  gap: 15px;
  width: 100%;
  padding: 20px 10px;
  text-align: center;
  cursor: auto;
}
@media (min-width: 992px) {
  .benefits .home-tabs__buttons__item {
    flex-direction: row;
    padding: 0;
    text-align: left;
    gap: 0;
  }
  .benefits .home-tabs__buttons__item:not(:first-child) {
    padding-left: 3.6rem;
  }
}

.effects {
  margin: 50px 0;
}
@media (min-width: 768px) {
  .effects {
    margin: 100px 0;
  }
}

.home3__icons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 820px) {
  .home3__icons {
    grid-template-columns: 1fr;
  }
}
.home3__icons__item {
  width: 100%;
  background-color: #3e3f51;
  border-radius: 2.4rem;
  padding: 36px;
  color: #8b8c97;
  font-size: 2rem;
}
@media (max-width: 768px) {
  .home3__icons__item {
    flex-shrink: 0;
    margin-right: 0;
  }
}
.home3__icons__item__img {
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home3__icons__item__img svg {
  width: 5rem;
  height: 5rem;
}
.home3__icons__item__title {
  font-weight: 600;
  font-size: 3.6rem;
  line-height: 110%;
  padding: 3.6rem 0 2.2rem;
  background: linear-gradient(90deg, #d4b7f2, #f0a883);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.home3__icons__item__txt {
  color: #e3e4ef;
  font-size: 2.1rem;
  line-height: 135%;
}

.about .title span {
  color: #f0a883;
}
.about .text {
  margin: 20px 0;
}

/* Section hero */
.hero {
  padding: 20px 0 50px;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .hero {
    padding: 60px 0 100px;
  }
}
.hero__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
}
@media (min-width: 992px) {
  .hero__grid {
    grid-template-columns: 1.15fr 0.85fr;
    gap: 40px;
  }
}
.hero__title {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.1;
  color: #3E3F51;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .hero__title {
    font-size: 62px;
  }
}
@media (min-width: 1200px) {
  .hero__title {
    font-size: 70px;
  }
}
@media (min-width: 1400px) {
  .hero__title {
    font-size: 98px;
  }
}
.hero__title span {
  background: linear-gradient(90deg, #2DA6E2 0%, #45B8A3 16%, #B5C651 31%, #F0B26D 49%, #E56F62 61%, #E463A1 73%, #B44ED8 88%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.hero__text {
  font-size: 20px;
  line-height: 1.35;
  color: #656574;
  margin-bottom: 20px;
  max-width: 90%;
}
.hero__text p {
  margin-bottom: 20px;
}
.hero__image {
  position: relative;
  z-index: 2;
}
.hero__image img {
  width: 100%;
  height: auto;
}
.hero__wave {
  display: none;
}
@media (min-width: 768px) {
  .hero__wave {
    position: absolute;
    display: block;
    left: 0;
    bottom: 45%;
    width: 100%;
    z-index: -1;
    opacity: 0.6;
    pointer-events: none;
  }
}
@media (min-width: 992px) {
  .hero__wave {
    bottom: -10%;
  }
}
@media (min-width: 1200px) {
  .hero__wave {
    bottom: -20%;
  }
}
@media (min-width: 1600px) {
  .hero__wave {
    bottom: -41%;
  }
}
.hero__wave img {
  width: 100%;
  height: auto;
}

.contactbox {
  position: relative;
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .contactbox {
    padding-bottom: 100px;
  }
}
@media (min-width: 1200px) {
  .contactbox {
    padding-bottom: 120px;
  }
}
.contactbox .contact__wave {
  display: none;
}
@media (min-width: 1200px) {
  .contactbox .contact__wave {
    display: block;
    position: absolute;
    bottom: -22%;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 16%;
    width: 100%;
    max-width: 1200px;
    z-index: 0;
  }
}
@media (min-width: 1400px) {
  .contactbox .contact__wave {
    bottom: -23%;
    max-width: 1650px;
    margin-left: 12%;
  }
}
@media (min-width: 1500px) {
  .contactbox .contact__wave {
    bottom: -25%;
    max-width: 1600px;
    margin-left: 11.5%;
  }
}
@media (min-width: 1600px) {
  .contactbox .contact__wave {
    bottom: -24.5%;
    margin-left: 10.6%;
    max-width: 1550px;
  }
}
@media (min-width: 1920px) {
  .contactbox .contact__wave {
    margin-left: 8.8%;
  }
}
.contactbox .contact__wave img {
  width: 100%;
  height: auto;
}
.contactbox__cont {
  position: relative;
  z-index: 10;
  background: rgba(212, 183, 242, 0.3);
}
@media (min-width: 1600px) {
  .contactbox__title {
    font-size: 7.5rem;
  }
}
.contactbox__title > div {
  max-width: 75%;
}
@media (min-width: 1200px) {
  .contactbox__title > div {
    font-size: 3.2rem;
  }
}

.footer {
  position: relative;
}/*# sourceMappingURL=custom.css.map */