:root {
  --red-color: #d04941;
  --white-color: #ffffff;
  --text-main-color: #333c41;
  --background-color-grey: #f6f6f6;
}

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

body {
  width: 100%;
  height: 100%;
  font-family: "Barlow", sans-serif;
  text-align: left;

  @media screen and (min-width: 992px) {
    text-align: left;
  }
}

.header {
  min-height: 400px;
  background: transparent;
  /* background-image: url(./../assets/hero.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; */
  /* background-attachment: fixed; */

  position: relative;
}

@media (min-width: 768px) {
  .header {
    height: 500px;
  }
}

@media (min-width: 992px) {
  .header {
    height: 680px;
  }
}

@media (min-width: 1200px) {
  .header {
    height: 900px;
  }
}

.header__logo-wrapper {
  display: flex;
  align-items: center;
  padding: 15px;
}

@media (min-width: 576px) {
  .header__logo-wrapper {
    padding: 20px;
  }
}

/* @media (min-width: 768px) {
  .header__logo-wrapper {
    padding: 20px;
  }
} */

@media (min-width: 992px) {
  .header__logo-wrapper {
    padding: 30px 50px;
  }
}

@media (min-width: 1200px) {
  .header__logo-wrapper {
    padding: 30px 80px;
  }
}

.header__logo {
  height: 42px;
  margin-right: 15px;
}

@media (min-width: 992px) {
  .header__logo {
    height: 100px;
  }
}

.header__logo-text {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}

@media (min-width: 992px) {
  .header__logo-text {
    font-size: 24px;
  }
}

.wrapper-logo-text {
    display: flex;
    flex-direction: column;
}

.promotion-text {
    color: #fff;
}

.header__text-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  width: 100%;
  padding: 20px 40px;
  line-height: 22px;
  background-color: rgba(0, 0, 0, 0.625);
}

@media (min-width: 992px) {
  .header__text-box {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.heading-primary {
  /* margin: 0; */
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  line-height: 28px;
}

@media (min-width: 992px) {
  .heading-primary {
    font-size: 54px;
    line-height: normal;
  }
}

.header__line {
  height: 3px;
  width: 35px;
  background-image: linear-gradient(90deg, #d04941 0%, #9c3b35 100%);
  margin: 15px auto;
}

@media (min-width: 992px) {
  .header__line {
    margin: 30px auto;
    height: 5px;
    width: 75px;
  }
}

@media (min-width: 1200px) {
  .paragraphWrapper {
    width: 1030px;
    margin: 0 auto;
  }
}

.paragraph {
  font-size: 16px;
}

@media (min-width: 992px) {
  .paragraph {
    font-size: 24px;
  }
}

.packages {
  background-image: url(./../assets/pakiety/bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 48px 15px;
}

.heading-tertiary {
  line-height: 36px;
  letter-spacing: 2px;
  font-family: "Barlow";
  text-transform: uppercase;
}

.heading-tertiary--main {
  font-size: 24px;
  color: #fff;
  font-weight: 400;
  display: block;
}

.heading-tertiary--secondary {
  display: block;
  color: #fff200;
  font-size: 48px;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 3px;
}

.promotion-box__image-content {
  position: relative;
  margin-bottom: 60px;
}

.promotion-box__image {
  width: 100%;
}

.promotion-box__text {
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  font-weight: 400;
  font-style: italic;
  text-align: center;
  width: 100%;
}

@media (min-width: 568px) {
  .promotion-box__text {
    font-size: 26px;
  }

  .promotion-box__image {
    width: 80%;
    display: block;
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .promotion-box {
    margin-bottom: 100px;
  }

  .promotion-box__text {
    font-size: 30px;
  }

  .promotion-box__image {
    width: 60%;
    /* display: block;
    margin: 0 auto; */
  }
}

.text-image {
  display: block;
}

.text-image--color {
  color: #d04941;
}

.packets {
  display: none;
}

.package {
  width: 100%;
  min-height: 185px;
  height: auto;
  background-image: linear-gradient(90deg, #9c3b35 0%, #d04941 40%);
  position: relative;
  margin-bottom: 40px;

  /* -webkit-transform: skew(20deg);
  -moz-transform: skew(20deg);
  -o-transform: skew(20deg); */
}

@media (min-width: 486px) {
  .package {
    min-height: 210px;
  }
}

@media (min-width: 568px) {
  .package {
    min-height: 220px;
  }
}

@media (min-width: 576px) {
  .package {
    min-height: 260px;
  }
}

@media (min-width: 768px) {
  .package {
    min-height: 270px;
  }

  .heading-tertiary {
    line-height: 42px;
  }

  .heading-tertiary--main {
    font-size: 34px;
  }

  /* .price-heading-text {
    margin-bottom: 190px;
  } */
}

.package__header {
  display: flex;
  justify-content: space-between;
  align-items: center;

  position: relative;

  /* padding-top: 85px; */
}

.package__header--1 {
  justify-content: center;
}

@media (min-width: 768px) {
  .package__header {
    width: 90%;
    margin: 0 auto;
  }
}

.package__image {
  width: 50%;
  height: auto;
  display: block;
  position: absolute;
}

/* .package__image--6 {
  width: 60%;
  left: -15px;
}

.package__image--3 {
  width: 60%;
  left: -15px;
} */

.package__image--1 {
  width: 40%;
  /* left: -15px; */
}

.package__image--1,
.package__image--3 {
    left: 0;
    top: -85px;
}

.package__image--6 {
  left: 0;
  top: -65px;
}

.package__image--1 {
  left: 50%;
  transform: translateX(-50%);
}

.price-heading-text {
  margin-bottom: 135px;
  text-align: center;
  color: #fff200;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Barlow";
  font-weight: 400;
  margin: 0 auto 135px auto;
  width: 90%;

  -webkit-animation: pulsing 2s infinite;
  /* Safari 4.0 - 8.0 */
  animation: pulsing 2s infinite;
  /* transform-origin: 0; */
}

.price-heading-text span {
  font-weight: 700;
}

.currency {
  font-size: 20px;
}

@media (min-width: 576px) {
  .price-heading-text {
    margin-bottom: 190px;
    font-size: 24px;
  }

  .currency {
    font-size: 22px;
  }
}

@media (min-width: 768px) {
  .currency {
    font-size: 26px;
  }

  .price-heading-text {
    margin-bottom: 250px;
  }
}

/* .percent-content {
  color: #ffffff;
}

.percent-number {
  position: relative;
}

.percent--primary {
  font-size: 98px;
  font-family: 'futura-pt', 'sans-serif';
  font-style: italic;
} */

.percent--image {
  right: 0;
  top: -60px;
}

@media (min-width: 380px) {

  .package__image--1,
  .package__image--3 {
    top: -115px;
  }

  .package__image--6 {
    top: -95px !important;
  }

  .percent--image {
    top: -85px;
  }


}

@media (min-width: 650px) {

  .package__image--1,
  .package__image--3 {
    top: -175px;
  }

  .package__image--6 {
    top: -135px !important;
  }

  .percent--image {
    top: -115px;
  }


}

@media (min-width: 768px) {

  .package__image--1,
  .package__image--3 {
    top: -195px;
  }

  .package__image--6 {
    top: -155px !important;
  }

  .percent--image {
    top: -135px;
  }


}

.package__content {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  padding-bottom: 40px;
}

/* .package__content--3,
package__content--1 {
  padding-bottom: 30px;
} */

.package__text {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  /* margin-bottom: 20px; */
}

.package__text span {
  font-weight: 600;
}

.package__price {
  font-size: 32px;
  color: #fff200;
  font-family: "Barlow";
  font-weight: 700;
  font-style: italic;
  margin-top: 10px;
  text-transform: uppercase;
}

@media (min-width: 576px) {
  .package__text {
    font-size: 24px;
  }
}

.btn {
  display: inline-block;
  background-color: #fff200;
  border-radius: 32px;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 40%;
  text-align: center;
  text-decoration: none;
  transition: transform 0.3s;
  text-transform: uppercase;
}

.btn-package {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);

  font-size: 20px;
  color: #000000;
  font-family: "Barlow";
  font-weight: 700;
}

.btn-package:hover,
.btn-package:focus,
.btn-package:active {
  -webkit-transform: translate(-50%, 50%) scale(1.1);
  transform: translate(-50%, 50%) scale(1.1);
}

@media (min-width: 576px) {
  .btn {
    font-size: 24px;
  }
}

@media (min-width: 992px) {

  .package-box--mobile,
  .mobile {
    display: none;
  }

  .packets {
    display: block;
  }

  .promotion-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 85%;
    margin: 0 auto;
  }

  .heading-tertiary,
  .promotion-box__image-content {
    width: 50%;
  }

  .heading-tertiary {
    /* font-size: 67px; */
    font-family: "Barlow";
    line-height: 70px;
  }

  .heading-tertiary--main {
    font-size: 44px;
  }

  .heading-tertiary--secondary {
    font-size: 100px;
  }

  .promotion-box__image {
    width: 100%;
  }

  .container {
    width: 80%;
    margin: 0 auto;
  }

  .package-desktop {
    display: flex;
    justify-content: space-between;
    width: 100%;
    min-height: 125px;
    height: auto;
    background-image: linear-gradient(90deg, #9c3b35 0%, #d04941 40%);
    position: relative;
  }

  .package-desktop__img {
    width: 30%;
    position: absolute;
    left: -120px;
  }

  .package--img {
    max-width: 100%;
  }

  .package-desktop__content {
    width: 60%;
  }
}

/* header{
    width: 100%;
    height: 46vh;
    color: #ffffff;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 385px;
    background-image: url(./../assets/hero.jpg);
    background-size: 768px 385px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top;
} */
/* .headerImg{
    width: 100%;
    height: inherit; */
/* background-image: url(./../assets/hero.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    display: block; */
/* position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
} */
/* header::after{
    content: '';
    width: 100%;
    height: 385px;
    background-image: url(./../assets/hero.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
} */
.darkBackgroundWrapper {
  background-color: rgba(0, 0, 0, 0.625);
  width: 100%;
  /* margin-top: 51px; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 21px 0;
  margin-top: 25px;
}

.logoWrapper {
  position: absolute;
  top: 15px;
  left: 16px;
  display: flex;
}

.logoContainer {
  margin-right: 7px;
}

.imgLogo {
  width: 42px;
}

.logoText {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.logoBoldText {
  font-size: 16px;
  font-weight: 700;
  display: flex;
  margin-bottom: 4px;
}

/* h1 {
  margin: 0 64px 14px 64px;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
} */

.headerParagraph {
  margin: 14px 25px 0px 25px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  text-align: center;
}

@media screen and (min-width: 768px) {
  /* header {
    height: 84vh;
    background-size: 992px 84vh;
  } */

  /* .logoContainer{
        margin-right: 17px;

    }
    .logoWrapper{
       top: 36px;
       left: 40px;
    }
    .imgLogo{
        width: 59px;
        height: 74px;
    }
    .logoText{
        font-size: 22px;
    }
    .logoBoldText{
        font-size: 29px;
        margin-bottom: 6px;
    }
    h1{
        margin: 0 142px 21px 142px;
        font-size: 48px;
    }
    .headerParagraph{
        margin: 36px 90px 0 90px;
        line-height: 38px;
        font-size: 29px;
    } */
}

@media screen and (min-width: 992px) {
  /* header {
    margin-bottom: unset;
    height: 84vh;
    background-size: 1200px 84vh;
  } */

  /* headerImg{
        height: 84vh;
    } */
  /* header::after{
        height: 84vh;
    } */
  .logoWrapper {
    top: 25px;
    left: 83px;
  }

  .logoContainer {
    margin-right: 24px;
  }

  .logoText {
    font-size: 20px;
  }

  .logoBoldText {
    font-size: 24px;
    margin-bottom: 5px;
  }

  .imgLogo {
    width: 79px;
    height: 100px;
  }

  .darkBackgroundWrapper {
    margin-top: 10px;
  }

  h1 {
    margin: 0 117px 35px 117px;
    font-size: 54px;
  }

  .headerParagraph {
    margin: 19px 142px 0 142px;
    line-height: 29px;
    font-size: 24px;
  }
}

@media screen and (min-width: 1200px) {
  /* header {
    margin-bottom: unset;
    height: 84vh;
    background-size: 1400px 84vh;
  } */
}

@media screen and (min-width: 1400px) {
  /* header {
    margin-bottom: unset;
    height: 84vh;
    background-size: 1600px 84vh;
  } */
}

@media screen and (min-width: 1600px) {
  /* header {
    margin-bottom: unset;
    height: 84vh;
    background-size: 1800px 84vh;
  } */
}

@media screen and (min-width: 1800px) {
  /* header {
    margin-bottom: unset;
    height: 84vh;
    background-size: 1900px 84vh;
  } */
}

/* SECTION TEST */

.test {
  padding: 23px 16px 23px 16px;
  color: #333c41;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
}

h3 {
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 900;
  margin: 0 auto 24px auto;
}

.testText {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 16px;
  font-weight: 400;
  margin: 0 0 25px 0;
}

.testboldText {
  font-weight: 700;
}

.test ul {
  list-style: none;
  font-size: 14px;
  line-height: 23px;
}

.test li {
  margin-left: 1em;
}

.test ul li::before {
  content: "\2022";
  color: var(--red-color);
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.video-responsive {
  overflow: hidden;
  border-radius: 5px;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  margin-top: 20px;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.24);
}

.video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.video-wrap {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  /* .test{
        padding: 59px 39px;
    }
    h3{
        font-size: 38px;
        margin: 0 auto 57px auto;
    }
    .testText{
        font-size: 29px;
        line-height: 34px;
        margin-bottom: 62px;
    } */
}

@media screen and (min-width: 992px) {
  .test {
    padding: 66px 131px 60px 131px;
    display: flex;
    flex-direction: column;
    max-width: 100%;
  }

  h3 {
    font-size: 38px;
    letter-spacing: 2px;
  }

  .test h3 {
    margin-bottom: 40px;
  }

  .testTextAndVideoWrapper {
    display: flex;
    justify-content: space-between;
    max-width: 1300px;
    align-items: center;
    align-self: center;
    width: 100%;
  }

  .testTextWrapper {
    width: 40%;
    margin-right: 45px;
  }

  .testText {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 28px;
    margin: 0;
    font-family: "Barlow", sans-serif;
  }

  .video-responsive {
    margin: 0;
  }

  .video-wrap {
    width: 61%;
    margin: 0;
  }
}

/* SECTION DESCRIPTION */

.description {
  background-color: var(--background-color-grey);
  padding: 23px 16px 23px 16px;
  color: #333c41;
}

.descriptionImgAndTextWrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.descriptionImgWrapper {
  display: flex;
  align-items: center;
  width: 100%;
}

.descriptionImgWrapper .testText {
  margin: 0;
}

.descriptionBoldSpan {
  font-weight: 700;
}

.hiddenText {
  display: block;
}

.hiddenDesktopText {
  display: none;
}

.mobileImgContainer {
  display: flex;
  align-items: center;
}

.descriptionImg {
  width: 38%;
  max-width: 91px;
  display: none;
}

.descriptionImg2 {
  width: 39%;
  max-width: 106px;
  height: 119px;
}

@media screen and (min-width: 768px) {
  /* .description{
        padding: 48px 39px 63px 39px;
    }
    .descriptionImg{
        width: 242px;
    } */
}

@media screen and (min-width: 992px) {
  .description {
    padding: 57px 131px 73px 131px;
    position: relative;
  }

  .hiddenText {
    display: none;
  }

  .hiddenDesktopText {
    display: block;
  }

  .descriptionHeading {
    margin-bottom: 40px;
  }

  .descriptionImgAndTextWrapper {
    display: flex;
    align-items: center;
  }

  .description .testText {
    margin: 0;
    width: 100%;
  }

  .descriptionImg {
    display: flex;
    /* width: 199px; */
    /* max-width: 199px; */
    width: 50%;
    max-width: 50%;
  }

  .descriptionImg2 {
    display: none;
  }

  /* .descriptionBoldSpan {
    font-weight: 400;
  } */

  .description .descriptionBoldSpan {
    padding-left: 0;
  }
}

/* SECTION PROPERTIES */
.myWrapper {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.properties {
  background-color: var(--red-color);
  padding: 23px 16px 23px 16px;
  color: var(--text-main-color);
}

.propertiesHeading {
  color: var(--white-color);
  margin-bottom: 30px;
}

.second-section {
  background-image: linear-gradient(to right top,
      #d04941,
      #bf443d,
      #ad3f39,
      #9d3b35,
      #8c3631);
  padding-bottom: 40px;
}

.second-section-contenct {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.propertiesThreeItemsWrapper {
  width: 100%;
  display: flex;
  justify-content: space-around;
}

.propertiesThreeItemsWrapper:nth-of-type(2) {
  margin-top: 60px;
  margin-bottom: 60px;
}

.second-section-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
  text-align: center;
  color: #ffffff;
  min-height: 144px;
}

.img-wrapper {
  min-height: 55px;
  display: flex;
  align-items: center;
}

.second-section-item__img {
  width: 49px;
  margin-bottom: 10px;
}

.smaller-img {
  /* height: 90px;; */
}

.second-section-item__txt {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 22px;
  min-height: 30px;
  width: 80%;
  padding-top: 20px;
}

.fw--bold {
  display: block;
  font-weight: 700;
}

.line {
  height: 2px;
  background-color: var(--white-color);
  width: 47px;
}

@media screen and (min-width: 640px) {
  .second-section-item {
    width: 44%;
  }

  .propertiesThreeItemsWrapper {
    justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  /* .properties{
        padding: 48px 39px 38px 39px;
    }
    .second-section-item{
        width: 33%;
        min-height: 285px;
    }
    .img-wrapper{
        min-height: 106px;
    }
    .second-section-item__img{
        width: 78px;
    }
    .second-section-item__img{
        width: 48px;
    }
    .second-section-item__txt{
        font-size: 24px;
        line-height: 26px;
    } */
}

@media screen and (min-width: 992px) {
  .second-section-item {
    width: 50%;
  }

  .propertiesThreeItemsWrapper {
    justify-content: space-around;
  }

  .second-section-item__img {
    /* width: 48px; */
    margin-bottom: 0;
  }

  .propertiesThreeItemsWrapper:nth-of-type(2) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .properties {
    padding: 45px 62px 45px 62px;
  }

  .second-section-contenct {
    flex-wrap: unset;
  }

  .second-section-item {
    min-height: 184px;
  }

  .img-wrapper {
    min-height: 100px;
  }

  .second-section-item__txt {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 22px;
    width: 93%;
  }
}

/* SECTION SPECIALIST */

.specialist {
  background-color: var(--white-color);
  padding: 26px 16px 27px 16px;
  color: var(--text-main-color);
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.specialistImgAndTextWrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.specialistImgWrapper {
  width: 100%;
}

.imgSpecialist {
  width: 100%;
}

h4 {
  font-weight: 700;
  margin-top: 8px;
}

.redText {
  color: var(--red-color);
  font-weight: 700;
  display: block;
  margin-top: 33px;
}

.specialistSignText {
  text-align: right;
  margin: 0;
}

@media screen and (min-width: 768px) {
  /* .specialist{
        padding: 63px 39px 66px 39px;
    }
    .imgSpecialist{
        width: 487px;
    }
    h4{
        font-size: 29px;
        margin-top: 18px;
    } */
}

@media screen and (min-width: 576px) {
  .specialistImgWrapper {
    width: 60%;
    align-self: center;
  }
}

@media screen and (min-width: 992px) {
  .specialist {
    padding: 64px 62px 69px 62px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .specialistImgAndTextWrapper {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    max-width: 1300px;
  }

  .specialistTextWrapper {
    width: 50%;
  }

  .specialistImgWrapper {
    width: 45%;
  }

  .imgSpecialist {
    width: 80%;
    height: unset;
    margin-right: 0;
  }

  .specialist .testText {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 27px;
    font-family: "Barlow", sans-serif;
  }

  .specialist h4 {
    font-size: 24px;
  }
}

/* SECTION EFFECT */

.effect {
  background-color: var(--background-color-grey);
  padding: 26px 16px 27px 16px;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  transition-duration: 600ms !important;
  display: flex;
  flex-direction: column;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  width: 76vw;
  height: 100%;
  background-size: 100% 80%;
}

.imgSlide2 {
  height: 100%;
  width: 100%;
}

.swiper-wrapper {
  display: flex;
  align-items: flex-end;
}

.swiper-button-next::after {
  color: var(--white-color);
}

.swiper-button-prev::after {
  color: var(--white-color);
}

@media screen and (min-width: 768px) {
  .effect {
    padding: 63px 39px 66px 39px;
  }
}

@media screen and (min-width: 992px) {
  .effect {
    padding: 65px 62px 79px 62px;
  }
}

/* SECTION OPINIONS */

.opinions {
  background-color: var(--white-color);
  padding: 26px 5px 0 5px;
}

.opinions h3 {
  margin-bottom: 40px;
}

.opinionsWrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.whiteBox {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  /* max-width: 300px; */
  border-radius: 12px;
  background-color: var(--white-color);
  border: 0.9px solid #dadada;
  padding: 33px 13px;
  margin-bottom: 40px;
  font-family: "Open Sans", sans-serif;
}

.chatImg {
  position: absolute;
  top: -20px;
  width: 44px;
  height: 42px;
}

.opinionsTextAndImgWrapper {
  display: flex;
  flex-direction: column;
}

.greyTextBox {
  padding: 9px 29px 12px 12px;
  margin-bottom: 10px;
  width: 100%;
  /* height: 192px; */
  border-radius: 12px;
  background-color: #f0f1f5;
}

.opinionImgContainer {
  display: flex;
  flex-grow: 1;
}

.opinionsImgCar {
  width: 100%;
  border-radius: 12px;
}

.personImg {
  width: 34px;
  margin-right: 7px;
}

.opinionsText {
  margin: 0;
  font-size: 14px;
  /* line-height: 22px; */
  text-align: left;
}

.blueSpan {
  font-size: 14px;
  color: #3b5998;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  /* .opinions{
        padding: 63px 39px 66px 39px;
    }
    .greyTextBox{
        padding: 24px 69px 28px 29px;
        margin-bottom: 25px;
    }
    .personImg{
        width: 79px;
        margin-right: 16px;
    }
    .opinionsText{
        font-size: 29px;
    }
    .blueSpan{
        font-size: 29px;
    }
    .whiteBox{
        max-width: 670px;
        padding: 83px 13px 34px 13px;
        margin-bottom: 90px;
    }
    .chatImg{
        top: -47px;
        width: 102px;
        height: 99px;
    }
    .opinions h3{
        margin-bottom: 90px;
    } */
}

@media screen and (min-width: 992px) {
  .opinions {
    padding: 38px 62px 0 62px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
  }

  .opinions h3 {
    margin-bottom: 51px;
  }

  .opinionsWrapper {
    width: 100%;
    flex-direction: row;
    align-items: unset;
    justify-content: space-evenly;
    max-width: 1300px;
    align-self: center;
    /* max-height: 512px; */
  }

  .greyTextBox {
    padding: 14px 26px 22px 15px;
    margin-bottom: 12px;
  }

  .whiteBox {
    width: 32.5%;
    max-width: 385px;
    /* max-height: 639.2px; */
    height: fit-content;
    padding-top: 65px;
    text-align: left;
    margin-bottom: 36px;
    min-height: 662px;
  }

  .personImg {
    width: 44px;
    margin-right: 7px;
  }

  .opinionsText {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 20px;
  }

  .blueSpan {
    font-size: 16px;
  }

  .firstImgCar {
    height: 238px;
  }

  /* .secondImgCar{
        height: 174px;
    }
    .lastImgCar{
        height: 199px;
    } */
  .chatImg {
    top: -22px;
    width: 48px;
    height: 46px;
  }
}

/* SECTION COMPARE */

.compare {
  background-image: url(./../assets/hero-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--white-color);
  padding: 26px 0;
}

.compareBoxWrapper {
  display: flex;
}

.compareBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  text-align: center;
}

.tableRow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 81px;
  padding: 0 7px;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.tableRow:first-of-type {
  height: 28px;
}

.compareGreyLine {
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg,
      rgba(201, 201, 201, 0) 0%,
      #c9c9c9 50%,
      rgba(201, 201, 201, 0) 100%);
}

.redBackground {
  height: 28px;
  background-image: linear-gradient(90deg, #d04941 0%, #9c3b35 100%);
  padding: 0;
  width: 100%;
  margin-left: unset;
  margin-right: unset;
}

.tableRow p {
  width: 30%;
}

.tableRow span {
  width: 33%;
}

.tableRow p:nth-of-type(2) {
  width: 40%;
}

/* .tableRow span:last-of-type{
    width: 39%;
}  */
.compareHeading {
  color: var(--white-color);
  margin: 0 38px;
  margin-bottom: 18px;
}

.greySpan {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  color: #c9c9c9;
  font-weight: 900;
  /* padding: 0 20px 0 20px; */
}

.compareGreyText {
  font-size: 13px;
  color: #c9c9c9;
  font-weight: 400;
  /* padding: 0 20px 0 20px; */
}

.compareWhiteText {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  color: var(--white-color);
  font-weight: 700;
}

.bold {
  font-weight: 900;
}

.greenColor {
  color: #3fce64;
  font-weight: 700;
}

.white {
  color: var(--white-color);
}

@media screen and (min-width: 480px) {
  .tableRow {
    padding: 0 20px;
  }

  .tableRow p {
    width: 33%;
  }

  .tableRow span {
    width: 33%;
  }

  .tableRow p:nth-of-type(2) {
    width: 33%;
  }

  .greySpan {
    font-size: 14px;
  }

  .compareGreyText {
    font-size: 14px;
  }

  .compareWhiteText {
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  .compare {
    padding: 60px 0;
  }

  .tableRow {
    height: 100px;
  }

  .redBackground {
    height: 66px;
  }

  .tableRow:first-of-type {
    height: 66px;
  }

  .compareHeading {
    margin-bottom: 44px;
  }

  .greySpan {
    font-size: 24px;
  }

  .compareGreyText {
    font-size: 24px;
  }

  .compareWhiteText {
    font-size: 24px;
  }
}

@media screen and (min-width: 992px) {
  .compare {
    padding: 31px 0;
  }

  .tableRow {
    height: 100px;
    justify-content: center;
  }

  .tableRow p {
    width: 33%;
  }

  .tableRow span {
    width: 33% !important;
  }

  .greySpan {
    font-size: 24px;
    letter-spacing: 1px;
  }

  .white {
    font-size: 18px;
  }

  .compareGreyText {
    font-size: 20px;
    letter-spacing: 1px;
    font-family: "Barlow", sans-serif;
  }

  .compareWhiteText {
    font-size: 20px;
  }

  /* .tableRow p:nth-of-type(2){
        margin-left: 95px;
        margin-right: 95px;
    }
    .tableRow span:nth-of-type(2){
        margin-left: 95px;
        margin-right: 95px;
    } */
}

/* ----------------------------------------------------------------------------------------------------------------------- */
/* SECTION CERTIFICATE */

.certificate {
  background-image: url(./../assets/bg-promo.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  padding: 26px 22px 35px 22px;
  background-position: bottom;
  display: flex;
  flex-direction: column;
  background-color: white;
}

.certificateWrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.certificateThreeItemsWrapper {
  justify-content: space-between;
  width: 100%;
  max-width: 366px;
}

.certificateImgWrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.firstCertificateImg {
  width: 63px;
  height: 55.11px;
}

.secondCertificateImg {
  width: 54px;
  height: 55.11px;
}

.thirdCertificateImg {
  width: 39px;
  height: 55.11px;
}

.fifthCertificateImg {
  width: 74px;
  height: 55.26px;
}

.sixthCertificateImg {
  width: 54px;
  height: 55.26px;
}

.certificateTextWrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 380px;
  text-align: center;
}

.certificatePositioner {
  margin: 25px 0 37px 0;
}

.certificateText {
  line-height: 18px;
}

.singleImgWrapper {
  width: 33%;
  display: flex;
  justify-content: center;
}

.certificateRed {
  font-weight: bold !important;
  color: var(--red-color);
  font-size: 16px;
  font-weight: 400;
  margin: 25px 0 0 0;
}

@media screen and (min-width: 768px) {
  .certificateThreeItemsWrapper {
    max-width: 656px;
  }

  .certificateTextWrapper {
    max-width: 830px;
  }

  /* .certificate{
        padding: 33px 39px 108px 39px;
    }

    .firstCertificateImg{
        width: 79px;
        height: 69px;
    }
    .secondCertificateImg{
        width: 80px;
        height: 75px;
    }
    .thirdCertificateImg{
        width: 61px;
        height: 85px;
    }
    .fifthCertificateImg{
        width: 96px;
        height: 71px;
    }
    .sixthCertificateImg{
        width: 80px;
        height: 80px;
    }

    .certificatePositioner{
        margin: 62px 0 92px 0;
    }
    .certificateRed{
        font-size: 31px;
        letter-spacing: 1px;
        line-height: 43px;
        margin: 36px 0 0 0;
    }
    .certificateText{
        margin-bottom: 42px;
        line-height: 28px;
     } */
}

@media screen and (min-width: 992px) {
  .certificate {
    padding: 31px 62px 65px 62px;
    background-size: cover;
  }

  .certificateImgWrapper {
    flex-direction: row;
    justify-content: center;
  }

  .certificatePositioner {
    margin: 0;
  }

  .certificateHeading {
    margin-bottom: 45px;
  }

  .firstCertificateImg {
    width: 104px;
    height: 89px;
  }

  .secondCertificateImg {
    width: 104px;
    height: 98px;
  }

  .thirdCertificateImg {
    width: 79px;
    height: 111px;
  }

  .fifthCertificateImg {
    width: 124px;
    height: 93px;
  }

  .sixthCertificateImg {
    width: 104px;
    height: 104px;
  }

  .certificateText {
    font-size: 20px;
    margin-bottom: 42px;
    line-height: 32px;
    margin-top: 85px;
  }

  .certificateRed {
    font-size: 22px;
    line-height: 34px;
    max-width: 520px;
    margin: 42px 0 0 0;
  }
}

/* ----------------------------------------------------------------------------------------------- */
/* SECTION PACKETS */
@keyframes pulsing {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

.packets {
  background-image: url(./../assets/pakiety/bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 48px 16px 0 16px;
}

.packetsWrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.headerAndPromotionDateWrapper {
  width: 100%;
  max-width: 253px;
  /* position: relative; */
}

.promotionPictureWrapper {
  position: absolute;
  bottom: 0;
}

.promotionPicture {
  width: 270px;
}

h2 {
  text-transform: uppercase;
  font-size: 26px;
  letter-spacing: 2px;
  line-height: 29px;
  color: var(--white-color);
  font-weight: 400;
  text-align: center;
  margin-bottom: 30px;
}

.yellowHeader {
  font-style: italic;
  color: #fff200;
  font-size: 53px;
  line-height: 49px;
  font-weight: 700;
}

.promotionDateBox {
  width: 253px;
  background-image: url(./../assets/dymek.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 191px;
  position: absolute;
  top: -227px;
}

.promotionText {
  font-size: 18px;
  color: #000000;
  font-weight: 400;
  font-style: italic;
  text-align: center;
  position: relative;
  max-width: 193px;
  margin-bottom: 10px;
}

.redDate {
  display: block;
  color: var(--red-color);
  font-weight: 700;
}

.promotionBoxesWrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 215px;
}

.promotionBox {
  position: relative;
  width: 288px;
  height: 178px;
  /* background: linear-gradient(90deg, #9c3b35 0%, #d04941 40%); */
  /* Skew */
  /* clip-path: polygon(5% 0, 100% 0%, 95% 100%, 0 100%); */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}

/* .triangle{
        position: absolute;
        top: 0;
        right: 0;
        width: 0;
        height: 0;
        border-left: 50px solid transparent;
        border-right: 50px solid transparent;
        border-top: 100px solid #d04941;
} */
.promotionBox::after {
  content: "";
  width: 288px;
  height: 178px;
  background: linear-gradient(90deg, #9c3b35 0%, #d04941 40%);
  transform: skew(-5deg);
  position: absolute;
  z-index: 1;
}

.firstBox::after {
  box-shadow: 0px 0px 5px 4px rgba(189, 176, 176, 0.25);
}

.secondBox {
  margin: 125px 0 135px 0;
}

.thirdBox {}

.promotionImgPercentsWrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  z-index: 2;
  margin-right: 22px;
  margin-bottom: 6px;
}

.percentsAndCheapWrapper {
  display: flex;
  align-items: baseline;
  flex-direction: column;
  /* position: absolute; */
  top: -59px;
  right: 16px;
  justify-content: flex-end;
}

.secondBox .percentsAndCheapWrapper {
  top: -52px;
  right: 25px;
}

.bigFont {
  height: 88px;
  font-family: "futura-pt", "sans-serif";
  font-style: italic;
  display: flex;
  align-items: baseline;
  position: relative;
  font-weight: 700;
  font-size: 98px;
  color: black;
  -webkit-text-fill-color: var(--white-color);
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #d04941;
}

.secondBox .bigFont {
  font-size: 88px;
  height: 80px;
}

.percents {
  font-family: "futura-pt", "sans-serif";
  position: absolute;
  bottom: -2px;
  right: -18px;
  font-size: 52px;
  color: black;
  -webkit-text-fill-color: var(--white-color);
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #d04941;
  font-weight: 900;
  font-style: italic;
}

.secondBox .percents {
  bottom: -2px;
  right: -28px;
  font-size: 53px;
}

.cheaper {
  font-family: "futura-pt", "sans-serif";
  font-size: 34px;
  font-weight: 700;
  text-transform: uppercase;
  color: white;
  font-style: italic;
}

.promotionImgContainer {
  z-index: 2;
}

.promotionFirstImg {
  width: 158px;
  /* position: absolute; */
  left: -4px;
  top: -57px;
}

.promotionSecondImg {
  width: 148px;
  /* position: absolute; */
  left: -4px;
  top: -70px;
}

.promotionThirdImg {
  width: 121px;
  height: 134px;
}

.inBoxTextContainer {
  z-index: 2;
}

.inBoxText {
  text-transform: uppercase;
  color: var(--white-color);
}

.inBoxBold {
  font-weight: bold;
}

.inBoxSmallestText {
  font-size: 13px;
  font-weight: lighter;
}

.yellowPrice {
  font-size: 32px;
  color: #fff200;
  font-weight: 700;
  font-style: italic;
  text-align: center;
  display: block;
  margin-top: 14px;
  margin-bottom: 38px;
}

/* .currency {
  font-size: 20px;
  font-weight: 400;
} */

/* @media (min-width: 768px) {
  .currency {
    font-size: 24px;
  }
} */

.buttoAndQuanityWrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  bottom: -38px;
  z-index: 2;
}

.thirdBox .buttoAndQuanityWrapper {
  bottom: -19px;
}

.myButton {
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff200;
  border-radius: 19px;
  display: inline-block;
  cursor: pointer;
  color: black;
  font-size: 20px;
  padding: 9px 47px;
  text-decoration: none;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.myButton:hover,
.myButton:focus,
.myButton:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.yellowQuanity {
  -webkit-animation: pulsing 2s infinite;
  /* Safari 4.0 - 8.0 */
  animation: pulsing 2s infinite;
  font-size: 14px;
  line-height: 11px;
  color: #fff200;
  margin-top: 11px;
  text-transform: uppercase;
}

/* --------------------------------------------------------------------768----------------------------------------------------------- */

@media screen and (min-width: 768px) {
  .packets {
    padding: 63px 39px 0 39px;
  }

  .packetsWrapper {}

  .headerAndPromotionDateWrapper {
    width: 100%;
    max-width: 513px;
  }

  h2 {
    font-size: 58px;
    letter-spacing: 6px;
    line-height: 64px;
    color: var(--white-color);
  }

  .yellowHeader {
    font-size: 124px;
    line-height: 107px;
  }

  .promotionDateBox {
    width: 605px;
    height: 457px;
    top: -546px;
  }

  .promotionText {
    font-size: 38px;
    max-width: 423px;
    margin-bottom: 14px;
  }

  .redDate {}

  .promotionBoxesWrapper {
    margin-top: 546px;
  }

  .promotionBox {
    width: 692px;
    height: 428px;
  }

  /* .triangle{

            width: 0;
            height: 0;
            border-top: 50px solid transparent;
            border-left: 100px solid red;
            border-bottom: 50px solid transparent;

    } */
  .promotionBox::after {
    width: 692px;
    height: 428px;
  }

  .percentsAndCheapWrapper {
    top: -141px;
    right: 36px;
  }

  .secondBox .percentsAndCheapWrapper {
    top: -121px;
    right: 49px;
  }

  .percents {
    bottom: 9px;
    right: -40px;
    font-size: 118px;
  }

  .secondBox .percents {
    bottom: 10px;
    right: -65px;

    font-size: 117px;
  }

  .bigFont {
    height: 207px;
    font-size: 216px;
  }

  .secondBox .bigFont {
    font-size: 196px;
    height: 192px;
  }

  .cheaper {
    font-size: 76px;
  }

  .secondBox .cheaper {
    margin-left: 9px;
  }

  .firstBox {}

  .secondBox {
    margin-top: 300px;
    margin-bottom: 323px;
  }

  .thirdBox {}

  .promotionImgContainer {}

  .promotionFirstImg {
    width: 358px;
    top: -132px;
  }

  .promotionSecondImg {
    width: 342px;
    left: -5px;
    top: -160px;
  }

  .promotionThirdImg {
    width: 294px;
    height: unset;
    margin-bottom: 14px;
  }

  .inBoxTextContainer {}

  .inBoxText {
    font-size: 38px;
  }

  /* .currency {
    font-size: 49px;
  } */

  .inBoxSmallestText {
    font-size: 30px;
  }

  .yellowPrice {
    font-size: 77px;
    margin-bottom: 78px;
    margin-top: 55px;
  }

  .buttoAndQuanityWrapper {
    bottom: -82px;
  }

  .thirdBox .buttoAndQuanityWrapper {
    bottom: -43px;
  }

  .myButton {
    font-size: 48px;
    letter-spacing: 5px;
    border-radius: 45px;
    padding: 21px 110px;
  }

  .yellowQuanity {
    font-size: 29px;
    margin-top: 28px;
  }
}

/* ------------------------------------------------------------992------------------------------------------------- */

@media screen and (min-width: 992px) {
  .packets {
    padding: 175px 62px 0 62px;
  }

  .packetsWrapper {
    max-width: 1300px;
  }

  .headerAndPromotionDateWrapper {
    max-width: 581px;
    align-self: flex-start;
    margin-left: -41px;
  }

  .promotionImgPercentsWrapper {
    margin-right: 0;
  }

  h2 {
    font-size: 67px;
    letter-spacing: 7px;
  }

  .yellowHeader {
    font-size: 120px;
    line-height: 129px;
  }

  .promotionDateBox {
    width: 425px;
    height: 414px;
    top: -457px;
    right: -38px;
  }

  .promotionText {
    font-size: 34px;
    max-width: 373px;
    margin-bottom: 19px;
    line-height: 42px;
  }

  .redDate {}

  .promotionBoxesWrapper {
    margin-top: 123px;
    width: 100%;
  }

  .promotionBox {
    justify-content: center;
    width: 730px;
    height: 211px;
  }

  .promotionBox::after {
    width: 730px;
    height: 211px;
    transform: skew(-15deg);
  }

  .firstBox {
    align-self: center;
    margin-left: 182px;
  }

  .secondBox {
    width: 715px;

    margin-top: 183px;
    margin-bottom: 179px;
    align-self: center;
    margin-left: 17px;
  }

  .secondBox::after {
    width: 715px;
    height: 211px;
  }

  .thirdBox {
    flex-direction: row;
    justify-content: left;
    width: 650px;
    height: 167px;
    margin-left: -88px;
  }

  .thirdBox::after {
    width: 650px;
    height: 167px;
  }

  .promotionImgContainer {}

  .promotionFirstImg {
    position: absolute;
    width: 350px;
    top: -38px;
    left: -252px;
  }

  .promotionSecondImg {
    position: absolute;
    width: 352px;
    left: -190px;
    top: -94px;
  }

  .promotionThirdImg {
    position: absolute;
    top: -114px;
    left: -135px;
    width: 277px;
  }

  .inBoxTextContainer {
    align-self: flex-start;
  }

  .inBoxText {
    font-size: 32px;
    letter-spacing: 4px;
    line-height: 42px;
    max-width: 375px;
    margin-left: 64px;
    margin-top: 0;
  }

  .secondBox .inBoxText {
    margin-left: 96px;
    max-width: 360px;
  }

  .thirdBox .inBoxText {
    margin-left: 58px;
    max-width: unset;
  }

  .thirdBox .inBoxTextContainer {
    align-self: center;
    margin-top: 0;
    margin-left: 27px;
  }

  .inBoxSmallestText {}

  .yellowPrice {
    font-size: 52px;
    margin-bottom: 16px;
    margin-top: 12px;
    text-align: left;
  }

  .percentsAndCheapWrapper {
    position: absolute;
    top: -102px;
    right: 24px;
  }

  .secondBox .percentsAndCheapWrapper {
    top: -86px;

    right: 16px;
  }

  .bigFont {
    height: 186px;
    font-size: 208px;
  }

  .secondBox .bigFont {
    font-size: 188px;
    height: 171px;
  }

  .cheaper {
    font-size: 83px;
  }

  .percents {
    bottom: -5px;
    right: -39px;
    font-size: 117px;
  }

  .secondBox .percents {
    bottom: -5px;
    right: -63px;
    font-size: 115px;
  }

  .buttoAndQuanityWrapper {
    bottom: -55px;
  }

  .secondBox .buttoAndQuanityWrapper {
    left: 284px;
    bottom: -55px;
  }

  .thirdBox .buttoAndQuanityWrapper {
    right: 45px;
    bottom: -32px;
  }

  .myButton {
    font-size: 36px;
    letter-spacing: 4px;
    padding: 15px 78px;
  }

  .yellowQuanity {
    font-size: 24px;
    margin-top: 14px;
  }
}

@media screen and (min-width: 1060px) {
  .headerAndPromotionDateWrapper {
    margin-left: unset;
  }
}

/* -------------------------------------------------------------------1200------------------------------------------------------ */
@media screen and (min-width: 1296px) {
  .promotionDateBox {
    width: 511px;
    height: 386px;
    top: -449px;
    right: 42px;
  }

  .percentsAndCheapWrapper {
    position: absolute;
    top: -84px;
    right: 44px;
  }

  .inBoxText {
    font-size: 42px;
    letter-spacing: 4px;
    line-height: 42px;
    max-width: 463px;
    margin-left: 112px;
    margin-top: 16px;
  }

  .promotionFirstImg {
    position: absolute;
    width: 350px;
    top: -38px;
    left: -234px;
  }

  .promotionSecondImg {
    position: absolute;
    width: 352px;
    left: -168px;
    top: -94px;
  }

  .promotionThirdImg {
    position: absolute;
    top: -114px;
    left: -135px;
    width: 277px;
  }

  .headerAndPromotionDateWrapper {
    max-width: 581px;
    align-self: flex-start;
    margin-left: 76px;
  }

  .promotionBoxesWrapper {
    margin-top: 123px;
    width: 100%;
  }

  .promotionBox {
    justify-content: center;
    width: 1051px;
    height: 211px;
  }

  .promotionBox::after {
    width: 1051px;
    height: 211px;
    transform: skew(-15deg);
  }

  .firstBox {
    align-self: center;
    margin-left: 182px;
  }

  .secondBox {
    width: 1019px;
    margin-top: 183px;
    margin-bottom: 179px;
    align-self: center;
    margin-left: 17px;
  }

  .secondBox::after {
    width: 1019px;
    height: 211px;
  }

  .thirdBox {
    flex-direction: row;
    justify-content: left;
    width: 992px;
    height: 167px;
    margin-left: 0;
  }

  .thirdBox::after {
    width: 928px;
    height: 167px;
  }

  .secondBox .inBoxText {
    margin-left: 148px;
    max-width: 418px;
  }

  .thirdBox .inBoxText {
    margin-left: 58px;
    max-width: unset;
  }

  .thirdBox .inBoxTextContainer {
    align-self: center;
    margin-top: 0;
    margin-left: 27px;
  }

  .inBoxSmallestText {}

  .yellowPrice {
    font-size: 52px;
    margin-bottom: 16px;
    margin-top: 12px;
    text-align: left;
  }

  .percentsAndCheapWrapper {
    position: absolute;
    top: -84px;
    right: 24px;
  }

  .secondBox .percentsAndCheapWrapper {
    top: -70px;
    right: 35px;
  }

  .bigFont {
    height: 186px;
    font-size: 208px;
  }

  .secondBox .bigFont {
    font-size: 188px;
    height: 171px;
  }

  .cheaper {
    font-size: 83px;
  }

  .percents {
    bottom: -5px;
    right: -39px;
    font-size: 117px;
  }

  .secondBox .percents {
    bottom: -5px;
    right: -63px;
    font-size: 115px;
  }

  .buttoAndQuanityWrapper {
    bottom: -55px;
  }

  .secondBox .buttoAndQuanityWrapper {
    left: 441px;
    bottom: -55px;
  }

  .thirdBox .buttoAndQuanityWrapper {
    right: 256px;
    bottom: -32px;
  }

  .myButton {
    font-size: 36px;
    letter-spacing: 4px;
    padding: 15px 78px;
  }

  .yellowQuanity {
    font-size: 24px;
    margin-top: 14px;
  }
}

/* -----------------------------------------------------FOOTER------------------------------------------------ */

.footer {
  /* background-color: #000; */
  /* width: 100%; */
  max-width: 336.57px;
  height: 184px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: flex;
  justify-content: center;
  padding: 13px 0 12px 0;
  color: var(--white-color);
  /* padding: 15px; */
  margin-top: 82px;
}

.footerWrapper {
  width: 100%;
  max-width: 1300px;
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.footerLine {
  display: none;
}

.administartorBox {
  width: 45%;
}

.footerNewLine {
  display: block;
}

.footerText {
  text-align: left;
  font-size: 10px;
  line-height: 16px;
  color: var(--white-color);
}

.administratorLink {
  cursor: pointer;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  color: var(--white-color);
}

.threeLinksContainer {
  display: flex;
  flex-direction: column;
}

.contactBoxLink {
  line-height: 18px;
  cursor: pointer;
}

.copyrightBox {
  position: absolute;
  align-self: flex-end;
  text-align: center;
  max-width: 242px;
}

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

.footerSmallText {
  font-size: 8px;
  /* color: #333c41; */
}

.contactBox {
  text-align: right;
  width: 55%;
}

.contactBox .footerText {
  text-align: right;
  padding-left: 10px;
}

/* --------------------------------------------------768-------------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .footer {
    height: 399px;
    max-width: 729.45px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 33px 0 30px 0;
    /* margin-top: 134px; */
  }

  .administartorBox {}

  .footerText {
    font-size: 19px;
    letter-spacing: 1px;
    line-height: 39px;
  }

  .administratorLink {}

  .contactBox {}

  .contactBoxLink {}

  .copyrightBox {
    max-width: 490px;
  }

  .footerSmallText {
    font-size: 14px;
    letter-spacing: 1px;
  }
}

/* -------------------------------------------------992------------------------------------------------------------------------ */

@media screen and (min-width: 992px) {
  .footer {
    max-width: 1300px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 33px 0 30px 0;
    justify-content: flex-end;
    /* margin-top: 78px; */
    max-width: unset;
  }

  .footerWrapper {
    justify-content: flex-end;
  }

  .footerLine {
    display: contents;
  }

  .footerNewLine {
    display: contents;
  }

  .footerText {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 18px;
  }

  .administartorBox p:first-of-type {
    max-width: 32vw;
  }

  .administratorLink {}

  .contactBox {
    width: 66%;
  }

  .threeLinksContainer {
    flex-direction: row;
    justify-content: flex-end;
    /* justify-content: space-between; */
    max-width: 462px;
    margin-left: auto;
  }

  .contactBoxLink {}

  .copyrightBox {
    text-align: right;
    max-width: 100%;
  }

  .footerSmallText {
    font-size: 10px;
    letter-spacing: 0px;
    line-height: 18px;
  }

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

@media (min-width: 992px) {
    .package6--percent-des,
    .package3--percent-des {
    width: 50% !important;
    }
}

@media (min-width: 1295px) {
    .package6--percent-des,
    .package3--percent-des {
    width: 30% !important;
    }
}


.package6--percent-des img, .package3--percent-des img {
    width: 100%;

}

/* POPUP */

.overlay {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
}

.overlay:target {
    visibility: visible;
    opacity: 1;
}

.popup {
    overflow-y: scroll;
    margin: 70px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 70%;
    position: relative;
    transition: all .5s ease-in-out;
}

.popup h2 {
    font-size: 2.4rem;
    margin-top: 0;
    color: #333;
    font-family: Tahoma, Arial, sans-serif;
}

.popup__h3 {
    color: #337ab7;
    font-size: 2rem;
    margin-top: 25px;
    margin-bottom: 10px;
}

.popup .close {
    position: fixed;
    top: 25px;
    right: 120px;
    transition: all 200ms;
    font-size: 50px;
    font-weight: bold;
    text-decoration: none;
    color: #06D85F;
}

.popup .close:hover {
    color: rgb(18, 161, 78);
}

.popup .content {
    max-height: 30%;
}

.popup-wrap {
    position: relative;
}

.popup__p {
    /* font-size: 1.6rem; */
}

/* .popup__list {
	font-size: 1.6rem;
	padding-left: 1rem;
  }   */

/* POPUP END*/