/*COVER*/

.cover_lab {
  width: 100%;
  background-image: url("../img/cover_lab-8ec01003f5394c74c9fc3d93d62bf20e.webp");
  padding: 70px 40px;
  text-align: left;
  background-position: top center;
  background-size: 1444px auto;

  .content {
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    background-color: rgba(0, 0, 0, 0.4);
    width: 435px;
    padding: 45px 30px 55px;
    color: white;
    font-size: 40px;
    line-height: 50px;

    h1 {
      font-size: 65px;
      color: white;
      line-height: 70px;
    }

    p {
      padding: 0;
    }
  }

  @media (max-width: 1290px) {
    background-size: auto 115%;
    padding: 60px 40px;
    .content {
      font-size: 35px;
      line-height: 45px;
      width: 400px;
      padding: 35px 30px 40px;
      h1 {
        font-size: 58px;
        line-height: 60px;
      }
    }
  }
  @media (max-width: 1190px) {
    .content {
      font-size: 30px;
      line-height: 40px;
      width: 335px;
      padding: 25px 30px 30px;
      h1 {
        font-size: 50px;
        line-height: 52px;
      }
    }
  }
  @media (max-width: 935px) {
    background-position: top right -140px;
    padding: 30px;
    height: 300px;
    .content {
      font-size: 25px;
      line-height: 32px;
      width: 285px;
      h1 {
        font-size: 35px;
        line-height: 37px;
      }
    }
  }
  @media (max-width: 580px) {
    background-position: top right -205px;
    background-size: auto 100%;
    position: relative;
    padding: 20px;
    .content {
      font-size: 19px;
      line-height: 25px;
      width: 220px;
      padding: 15px 20px;
      position: absolute;
      bottom: 20px;
      h1 {
        font-size: 30px;
        line-height: 35px;
      }
    }
  }
}

/*BLOCK LAB*/

.page {
  width: 1225px;
  margin: 0 auto;
  max-width: 100%;

  .breadcrumb {
    padding-left: 0;
  }

  .block_lab {
    padding: 20px 0 50px;
    .content {
      width: 565px;
      display: inline-block;
      vertical-align: top;
      text-align: left;
      color: var(--blue-500);

      .img {
        display: none;
      }

      h3 {
        font-size: 35px;
        line-height: 40px;
        padding: 0 0 20px;
      }

      p {
        padding: 0 50px 20px 0;
      }

      .conclusion {
        color: #f86464;
        font-size: 18px;
        line-height: 26px;
        font-family: Lato-Black;
        border-left: solid 5px #f86464;
        padding: 15px 0 15px 40px;
      }
    }

    .img {
      width: 560px;
      height: 493px;
      display: inline-block;
      vertical-align: top;
      margin: 0 0 0 90px;
    }
  }

  .block_lab_1 {
    .img {
      background-image: url("../img/img_lab_1-babff4db9b05aa5021cab0cb9e73e18a.webp");
    }
  }

  .block_lab_2 {
    .img {
      background-image: url("../img/img_lab_2-1018bbef0c0a96935864cff63d88fde3.webp");
      margin: 0 90px 0 0;
    }
  }

  @media (max-width: 1440px) {
    .breadcrumb {
      padding-left: 30px;
      padding-bottom: 0;
    }
    .block_lab {
      .content {
        width: 44%;
      }

      .img {
        width: 44%;
        margin: 0 0 0 5%;
      }
    }

    .block_lab_2 {
      .img {
        margin: 0 3.5% 0 0;
      }
    }
  }

  @media (max-width: 1290px) {
    .block_lab {
      .content {
        h3 {
          font-size: 30px;
          line-height: 36px;
        }

        p {
          padding: 0 0 20px 0;
        }

        .conclusion {
          font-size: 16px;
          line-height: 24px;
          padding: 15px 0 15px 30px;
        }
      }
      .img {
        height: 444px;
        background-position: center;
      }
    }
  }

  @media (max-width: 1190px) {
    .block_lab {
      .content {
        h3 {
          font-size: 25px;
          line-height: 31px;
        }
      }
    }
  }

  @media (max-width: 935px) {
    .block_lab {
      padding: 0 0 30px;
      .content {
        width: 42%;
        h3 {
          font-size: 20px;
          line-height: 25px;
        }

        .conclusion {
          font-size: 14px;
          line-height: 21px;
          padding: 0 0 0 20px;
        }
      }
    }
  }

  @media (max-width: 700px) {
    padding: 0 30px;

    .breadcrumb {
      padding-left: 0;
    }

    .part_push {
      padding: 20px 0 10px;

      h2 {
        br {
          display: none;
        }
      }
    }

    .block_lab {
      padding: 0 0 40px;
      .img {
        display: none;
      }

      .content {
        width: auto;

        .img {
          display: block;
          margin: 0 0 20px;
          width: 100%;
          background-size: 100% auto;
          height: 250px;
          background-position: top -60px center;
        }

        h3 {
          br {
            display: none;
          }
        }
      }
    }
  }

  @media (max-width: 580px) {
    padding: 0 25px;
    .part_push {
      h2 {
        width: 100%;
      }

      .presentation {
        padding: 0 0 20px;

        br {
          display: none;
        }
      }
    }

    .block_lab {
      .content {
        .img {
          background-position: top 0 center;
          height: 220px;
        }
      }
    }
  }
}

/*STICKY*/

.sticky_lab {
  position: fixed;
  width: 320px;
  padding: 40px 20px 40px 60px;
  bottom: 50px;
  right: 0;
  background: linear-gradient(90deg, #ffe1cc 0.83%, #fff4cc 100.69%);
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.25);
  color: var(--blue-500);
  text-align: left;
  z-index: 100000;
  line-height: 125%;
  display: none;
}

.sticky_lab_reduct {
  display: block;
  padding: 25px 25px 25px 50px !important;
  width: 285px;
  cursor: pointer;
}

.show_sticky {
  display: none;
}

.sticky_lab_reduct .show_sticky {
  display: block;
}

.sticky_lab_reduct .hide_sticky {
  display: none;
}

.arrow_sticky {
  width: 26px;
  position: absolute;
  right: 20px;
  top: 25px;
  cursor: pointer;
}

.sticky_lab strong {
  font-size: 19px;
  font-family: Lato-Black;
  display: block;
  margin-bottom: 2px;
}

.sticky_lab .cta {
  margin-top: 15px;
}

.btn_close_sticky {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}

.img_sticky {
  position: absolute;
  top: 0;
  left: 0;
}

.sticky_lab_reduct .img_sticky {
  width: 42px;
}

.sticky_lab b {
  color: #f86464;
  font-family: Lato-Bold;
  font-weight: normal;
}

.gift_mob {
  display: none;
}

.sticky_mob {
  position: fixed;
  background-color: #f86464;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  bottom: 10px;
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1000;
}

.gift_ico {
  width: 35px;
  position: relative;
  top: -2px;
}

@media (max-width: 1100px) {
  .sticky_lab {
    display: none !important;
  }

  .sticky_mob {
    position: fixed;
    background-color: #f86464;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    bottom: 10px;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }

  .gift_ico {
    width: 35px;
    position: relative;
    top: -2px;
  }

  .gift_mob {
    position: fixed;
    background: linear-gradient(90deg, #ffe1cc 0.83%, #fff4cc 100.69%);
    width: 100%;
    top: 0px;
    left: 0px;
    height: 430px;
    text-align: center;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    z-index: 100000;
  }

  .text_gift {
    padding-top: 170px;
  }

  .gift_mob .gift {
    display: block;
    position: relative;
    margin: 0 auto;
    right: 0;
  }

  .gift_mob .cta {
    position: relative;
    top: -140px;
  }

  .info_gift {
    position: absolute;
    bottom: 55px;
  }

  .btn_close {
    position: absolute;
    top: 10px;
    right: 10px;
  }
}

@media (max-width: 640px) {
  .gift_mob {
    height: 340px;
  }

  .gift_mob .gift {
    height: 320px;
    width: 320px;
    top: -100px;
  }

  .info_gift {
    font-size: 13px;
    bottom: 40px;
    right: 55px;
    text-align: left;
  }

  .btn_close {
    top: 5px;
    right: 5px;
  }

  .tickets {
    width: 180px;
    bottom: -45px !important;
    left: -30px !important;
  }

  .text_gift {
    padding-top: 90px;
  }

  .gift_mob h4 {
    font-size: 20px;
  }

  .gift h4 span,
  .gift_mob h4 span {
    font-size: 18px;
  }

  .gift_mob .cta {
    position: relative;
    top: -60px;
  }
}

/*PART FORM*/

.part_form {
  background: linear-gradient(90deg, #ffe1cc 0.83%, #fff4cc 100.69%);
  overflow: hidden;
  text-align: left;
  color: var(--blue-500);
  margin: 30px 0 90px;
}

.part_form .content {
  padding: 50px;
  position: relative;
  max-width: 1195px;
  margin: 0 auto;
}

.part_form h3 {
  font-size: 25px;
  font-weight: 900;
  padding-bottom: 30px;
      line-height: 130%;
}

.part_form iframe {
  width: 100%;
  height: 465px;
  border: none;
  position: relative;
  left: -10px;
  overflow-x: hidden;
}

.gift {
  background-color: #f86464;
  width: 485px;
  height: 485px;
  border-radius: 100%;
  color: white;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 140%;
  position: absolute;
  top: -175px;
  right: -20px;
  z-index: 1000;
}

.text_gift {
  position: relative;
  top: 25px;
}

.gift h4,
.gift_mob h4 {
  font-size: 30px;
  text-align: center;
  color: white;
  line-height: 130%;
  margin: 0px;
}

.gift h4 span,
.gift_mob h4 span {
  font-family: Lato-Regular;
  font-size: 25px;
}

.tickets {
  position: absolute;
  bottom: -60px;
  left: -100px;
}

.info_gift {
  position: absolute;
  bottom: 40px;
  right: 130px;
  font-size: 18px;
  line-height: 120%;
}

.info_gift a {
  color: white;
  display: block;
  padding-top: 10px;
}

.ml_gift {
  font-size: 14px;
  line-height: 140%;
  position: absolute;
  top: 430px;
  width: 500px;
  right: 0;
}

.ml_gift a {
  color: #003da5;
}

.link_ml_gift {
  color: #003da5;
  font-size: 14px;
  max-width: 460px;
  text-align: center;
  display: block;
  position: relative;
  top: -10px;
}

.advert {
  font-style: italic;
  position: relative;
  top: -30px;
  text-align: left;
  max-width: 460px;
}

.advert_gift {
  display: none;
}

@media (max-width: 1300px) {
  .ml_gift {
    margin-right: 40px;
    width: 40%;
  }
}

@media (max-width: 1200px) {
  .part_form iframe {
    height: 485px;
    left: -20px;
  }
}

@media (max-width: 1103px) {
  .gift {
    display: none;
  }

  .part_form .content {
    padding: 40px;
  }

  .part_form iframe {
    height: 600px;
    max-width: 690px;
    margin: 0 auto;
    display: block;
    top: -20px;
    left: 0;
  }

  .ml_gift {
    position: static;
    margin: 10px 0 0;
  }

  .part_form h3 {
    text-align: center;
  }

  .advert,
  .link_ml_gift,
  .ml_gift {
    width: auto;
    max-width: 100%;
    left: 0;
    text-align: center;
  }

  .advert {
    top: -40px;
  }

  .advert_gift {
    color: #f86464;
    font-weight: bold;
    padding: 0;
    display: flex;
    font-size: 15px;
    gap: 10px;
    align-items: center;
    position: relative;
    max-width: 300px;
    margin: 0 auto 10px;
  }

  .link {
    text-decoration: underline;
  }

  .ico_gift {
    background-color: #f86464;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    bottom: 10px;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 870px) {
  .part_form h3 {
    font-size: 22px;
    padding: 0 0 20px;
    line-height: 26px;
  }

  .ml_gift {
    font-size: 12px;
  }
}

@media (max-width: 640px) {
  .part_form {
    margin: 10px 0 20px;
  }

  .part_form .content {
    padding: 30px 0 10px;
  }

  .part_form h3 {
    padding: 0 25px 20px;
  }

  .part_form h3 br {
    display: none;
  }

  .ml_gift {
    padding-left: 25px;
    padding-right: 25px;
    margin: 0;
    position: relative;
    top: -20px;
  }

  .part_form iframe {
    height: 590px;
  }

  .gift_mob h4 {
    font-size: 22px;
  }

  .info_gift {
    font-size: 13px;
    bottom: 40px;
    right: 55px;
    text-align: left;
  }

  .gift h4 span,
  .gift_mob h4 span {
    font-size: 18px;
  }
}
