.header{
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #FFF;
  padding: 20px 10px;
}

.header__logo{
  width: 45%;
}

.header__num{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.header__num__text{
  display: none;
}

.header__num__img{
  width: 70%;
}

.header__num__img img{
  display: block;
  width: 100%;
}

.tet{
  position: relative;
  display: flex;
  flex-direction: column;
}

.tet__left{
  position: relative;
  padding: 30px 5.6% 40px 5.6%;
  background-image: url("../img/tet.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.tet__title{
  color: #FFFFFF;
  font-family: "Work Sans", sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.04em;
  text-align: center;
  margin-bottom: 30px;
}

.tet__title span{
  text-decoration: underline;
}
.tet__reviews__global{
background: #4E4E4E;
opacity: 0.85;
border-radius: 30px;
max-width: 324px;
padding: 14px 33px;    
margin: 0 12% 55px 13.5%;
}
.tet__reviews{
  padding-left: 20px;
  border-left: 2px solid #FFF;
}

.tet__reviews__stars{
  display: flex;
  flex-wrap: nowrap;
}

.tet__reviews__stars img{
  display: block;
  width: 20px;
  margin-right: 2px;
}

.tet__reviews__text{
  margin-top: 8px;
  color: #FFF;
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0em;
  text-align: left;
}

.tet__scrollBottom{
  position: absolute; 
  bottom: 2%;
  right: 42%;
}

.tet__scrollBottom #scrollBottom{
background: transparent;
border: 0;
cursor: pointer;
}

.tet__right{
  display: block;
  background-color: #E6007E;
  padding: 30px 5.6% 30px;
}

.right__title{
  margin-bottom: 20px;
  color: #FFF;
  font-family: "Work Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.04em;
  text-align: left;
}

.contact-form{
  accent-color: #E6007E;
}

.contact-form__flex{
  display: flex;
  justify-content: space-between;
}

.contact-form__elem{
  width: 100%;
}

.contact-form__elem input{
  display: block;
  width: calc(100% - 48px);
  margin-bottom: 10px;
  background-color: #FFF;
  border: none;
  border-radius: 5px;
  padding: 15px 24px;
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0em;
  text-align: left;
}

.contact-form__elem-half{
  width: calc(50% - 6px);
}

.contact-form__infos{
  margin-top: 20px;
  color: #FFF;
  font-family: "Work Sans", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0em;
  text-align: left;
}

.contact-form__rgpd{
  display: flex;
  margin-bottom: 30px;
}

.contact-form__rgpd input{
  margin-right: 13px;
}

.contact-form__rgpd label{
  color: #FFF;
  font-family: "Work Sans", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: 0em;
  text-align: left;
}

.contact-form__submit button{
  display: block;
  width: 100%;
  padding: 20px 0;
  color: #FFF;
  border: none;
  border-radius: 5px;
  background-color: #4E4E4E;
  text-transform: uppercase;
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0em;
  text-align: center;
}

.contact-form__submit button:hover{
  cursor: pointer;
}

.block1__container{
  padding: 70px 5.6% 80px;
  background-color: #F5F5F5;
}

.block1{
  padding: 30px 20px 30px;
  background-color: #FFF;
}

.block1__title{
  color: #E6007E;
  font-family: "Work Sans", sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.04em;
  text-align: center;
  margin-bottom: 20px;
}

.block1__title span{
  font-weight: 600;
}

.block1__flex{
  display: flex;
  flex-direction: column;
}

.block1__flex__elem{
  margin-bottom: 20px;
}

.block1__flex__elem__img{
  margin-left: auto; margin-right: auto;
  display: block;
  width: 45px;
  margin-bottom: 13px;
  height: 63px;
}

.block1__flex__elem__title{
  margin-bottom: 10px;
  color: #4E4E4E;
  font-family: "Work Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0em;
  text-align: center;
}

.block1__flex__elem__subtitle,
.block1__flex__elem__text{
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.375;
  letter-spacing: 0em;
  text-align: center;
}

.block1__flex__elem__subtitle{
  color: #E6007E;
  text-transform: uppercase;
}

.block1__flex__elem__text{
  color: #4E4E4E;
}

.block1__flex__elem__text strong{
  font-weight: 600;
}

.footer{
  display: flex;
  flex-direction: column;
  background-color: #FFF;
  padding: 20px 10px 20px;
  align-items: center;
}

.footer__logo{
  display: block;
  width: 45%;
  margin-bottom: 20px;
}

.footer__copyright{
  color: #4E4E4E;
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0em;
  text-align: center;
}

@media (min-width: 930px){
  .header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #FFF;
    padding: 17px 13.5%;
  }

  .header__logo{
    width: 158px;
  }

  .header__num{
    flex-direction: row;
    align-items: center;
  }

  .header__num__text{
    display: block;
    color: #4E4E4E;
    font-family: "Work Sans", sans-serif;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0em;
    text-align: right;
    margin-right: 13px;
  }

  .header__num__img{
    width: 117px;
  }

  .tet{
    flex-direction: row;
  }

  .tet__left{
    width: 71.875%;
    padding: 113px 0 97px 0;
    /* padding: 73px 28% 33px 13.5%; */
  }

  .tet__title{
    margin: 0 13% 80px 13.5%;
    font-size: 45px;
    text-align: left;
    margin-bottom: 80px;
  }

  .tet__reviews{
    /* margin: 0 13% 0 13.5%; */
    padding-left: 13px;
  }

  .tet__reviews__stars img{
    width: 13px;
    margin-right: 2px;
  }

  .tet__reviews__text{
    margin-top: 5px;
    font-size: 11px;
  }

  .tet__scrollBottom{
    position: absolute; 
    bottom: 3%;
    right: 32%;
  }

  .tet__right{
    width: 28.125%;
    background-color: #E6007E;
    padding: 0 0 0;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* padding: 50px 3.125vw 0; */
  }

  .right__title{
    margin-bottom: 23px;
    font-size: 25px;
    text-align: left;
    padding: 0 3.125vw;
  }

  .right__title br{
    display: none;
  }

  .tet_reviews__global{
    margin: 0 32% 20px 13.5%;
  }

  .contact-form{
    padding: 0 3.125vw;
  }

  .contact-form__flex{
    display: flex;
    justify-content: space-between;
  }

  .contact-form__elem input{
    width: calc(100% - 32px);
    margin-bottom: 7px;
    padding: 10px 16px;
    font-size: 11px;
    text-align: left;
  }

  .contact-form__elem-half{
    width: calc(50% - 4px);
  }

  .contact-form__infos{
    margin-top: 0;
    font-size: 9px;
    position: absolute;
    bottom: 13px;
    left: 3.125vw;
  }

  .contact-form__rgpd{
    margin-bottom: 33px;
  }

  .contact-form__rgpd input{
    margin-right: 9px;
  }

  .contact-form__rgpd label{
    font-size: 9px;
  }

  .contact-form__submit button{
    padding: 13px 0;
    font-size: 11px;
  }

  .block1__container{
    padding: 47px 13.54% 53px;
  }

  .block1{
    padding: 27px 7% 40px;
  }

  .block1__title{
    font-size: 25px;
    margin-bottom: 33px;
  }

  .block1__flex{
    flex-direction: row;
    gap: 6.5%;
  }

  .block1__flex__elem{
    flex: 1 1 0px;
    margin-bottom: 0;
  }

  .block1__flex__elem__img{
    /* margin-left: 0; */
    width: 30px;
    margin-bottom: 8px;
  }

  .block1__flex__elem__title{
    margin-bottom: 20px;
    font-size: 15px;
    /* text-align: left; */
  }

  .block1__flex__elem__subtitle,
  .block1__flex__elem__text{
    font-size: 11px;
    /* text-align: left; */
  }

  .footer{
    padding: 27px 12.2% 27px;
    justify-content: space-between;
    flex-direction: row;
  }

  .footer__logo{
    width: 158px;
    margin-bottom: 0;
  }

  .footer__copyright{
    font-size: 11px;
  }
}

@media (min-width: 1441px){
  .header{
    padding: 25px 13.5%;
  }

  .header__logo{
    width: 237px;
  }

  .header__num__text{
    font-size: 16px;
    margin-right: 20px;
  }

  .header__num__img{
    width: 175px;
  }

  .tet__left{
    padding: 170px 0 145px 0;
    /* padding: 110px 28% 50px 13.5%; */
  }

  .tet__title{
    margin: 0 32% 120px 13.5%;
    font-size: 68px;
    margin-bottom: 120px;
  }

  .tet__reviews{
    padding-left: 20px;
  }

  .tet__reviews__stars img{
    width: 20px;
    margin-right: 2px;
  }

  .tet__reviews__text{
    margin-top: 8px;
    font-size: 16px;
  }

  .tet__right{
    /* padding: 50px 3.125vw 0; */
  }

  .right__title{
    margin-bottom: 34px;
    font-size: 38px;
  }

  .contact-form__elem input{
    width: calc(100% - 48px);
    margin-bottom: 10px;
    padding: 15px 24px;
    font-size: 16px;
  }

  .contact-form__elem-half{
    width: calc(50% - 6px);
  }

  .contact-form__infos{
    margin-top: 0;
    font-size: 14px;
    bottom: 20px;
  }

  .contact-form__rgpd{
    margin-bottom: 50px;
  }

  .contact-form__rgpd input{
    margin-right: 13px;
  }

  .contact-form__rgpd label{
    font-size: 13px;
  }

  .contact-form__submit button{
    padding: 20px 0;
    font-size: 16px;
  }

  .block1__container{
    padding: 70px 13.54% 80px;
  }

  .block1{
    padding: 40px 7% 60px;
  }

  .block1__title{
    font-size: 38px;
    margin-bottom: 50px;
  }

  .block1__flex__elem__img{
    width: 45px;
    margin-bottom: 13px;
  }

  .block1__flex__elem__title{
    margin-bottom: 30px;
    font-size: 22px;
  }

  .block1__flex__elem__subtitle,
  .block1__flex__elem__text{
    font-size: 16px;
  }

  .footer{
    padding: 40px 12.2% 40px;
  }

  .footer__logo{
    width: 237px;
  }

  .footer__copyright{
    font-size: 16px;
  }
}
