@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap");
#app {
  font-family: "Roboto";
  width: initial;
  height: auto;
  /* background: red; */
}
.wrapp_content {
  height: fit-content;
}


/* hero */
.hero {
  min-height: 770px;
  background-image: url("./assets/backToSchool2022/images/backgroundImage.png"); /* The image used */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
  /* filter: blur(8px);
  -webkit-filter: blur(8px); */

  padding-left: 105px;
  display: flex;
}
.hero2{
  background-image: url("./assets/backToSchool2022/images/imgbackgroundBaner.png");
  align-items: center;
  margin-bottom: 77px;

}
.hero2>.smallInfo{
  display: none;
}

.wrapp_heding {
  height: fit-content;
}
.wrapp_heding .firm_txt {
  font-style: normal;
  font-weight: 700;
  font-size: 70px;
  line-height: 50px;
  /* or 85px */

  color: #ff6900;

  padding-top: 59px;
}
.wrapp_heding h1 {
  margin: 0;
  font-style: normal;
  font-weight: 800;
  font-size: 127px;
  line-height: 120px;
  /* identical to box height, or 155px */
  text-transform: uppercase;
  color: #000000;
}
.wrapp_heding h1 span {
  color: #ff6900;
}
.wrapp_heding .action {
  font-style: normal;
  font-weight: 400;
  font-size: 23px;
  line-height: 121.69%;
  /* identical to box height, or 28px */

  color: #000000;
}
.wrapp_heding .action span {
  font-style: normal;
  font-weight: 700;
  font-size: 61px;
  line-height: 121.69%;
  /* or 74px */

  color: #ff6900;
}
/*baners */
.wrapp_heding .bigDate{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 37px;
  line-height: 121.69%;
  /* identical to box height, or 45px */


  color: #000000;
  display: flex; 
  /*justify-content: space-between;*/
  align-items: flex-end;

}
.wrapp_heding .bigDate span{
  margin-left:140px;
 line-height: 40px !important;

  
}
.wrapp_heding .linksWrap{
  margin:27px 0 86px 0;

  display: inline-block;
  width:fit-content;
  padding:10px 35px ;
  background: #FF6900;
  border-radius: 23px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-size: 23px;
  /*line-height: 131.69%;*/
  /* identical to box height, or 28px */

  color: #FFFFFF;
  text-decoration: none;

}
.wrapp_heding .smallInfo{
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 121.69%;
  /* or 24px */


  color: #000000;
}
.wrapp_heding .txt {
  margin-top: 24px;
  font-style: normal;
  font-weight: 700;
  font-size: 94px;
  line-height: 121.69%;
  /* or 114px */

  letter-spacing: 0.015em;

  color: #000000;
}
.wrapp_heding .txt span {
  color: #ff6900;
}

/* images */
.wrapp_images {
  width: 50%;
  height: calc(100% -31px);
  margin-bottom: 31px;
  margin-left: 5%;
  display: flex;
}
.hero2 .wrapp_images {
  width: 45%;
  height: calc(100% -31px);
 
  margin-left: 5%;
  display: flex;
}

.hero2 .wrapp_images img{

  width:100%;
  height: auto;
  max-width: 900px;
  
  /*  background-image: url("./assets/backToSchool2022/images/proizvodfgghi.svg"); The image used */
  

}
.hero2 .wrapp_images2{
 
  
  /*  background-image: url("./assets/backToSchool2022/images/proizvodfgghi.svg"); The image used */
  

}
.hero2 .wrapp_images3{
 
  /*  background-image: url("./assets/backToSchool2022/images/proizvodi.svg");  The image used */
 

}

.wrapp_images .wrapp_sm_img {
  width: calc(50% - 13px);
}

.logo {
  justify-self: end !important;
  align-self: flex-start !important;
  margin: 25px 30px;
  margin-left: auto;
}
.logo img {
  display: inline-block;
  margin-left: 20px;
}

/* end hero*/

/*upright*/
.upright {
  box-sizing: border-box;
  width: calc(50% - 13px);
  height: calc(100% - 25px);
  border-radius: 20px;
  margin: 25px 31px 0 0;
  padding: 30px 0 0 34px;
  background-image: url("./assets/backToSchool2022/images/upright.svg"); /* The image used */
  background-color: #ff6900;
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
  display: flex;
  flex-direction: column;
}
.upright div {
  width: fit-content;
}

.upright .mobile_name {
  font-style: normal;
  font-weight: 400;
  font-size: 46px;
  line-height: 121.69%;
  /* identical to box height, or 56px */

  letter-spacing: -0.025em;

  color: #ffffff;
}
.upright .memo {
  margin: 12px 0;
  border: 1px solid #ffffff;
  border-radius: 9px;
  padding: 3px 14px;

  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 121.69%;
  /* or 18px */

  color: #ffffff;
}
.upright .price {
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 121.69%;
  /* or 64px */

  letter-spacing: -0.01em;
  color: #ffffff;
}
.upright .old_price {
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 121.69%;
  /* or 30px */

  letter-spacing: 0.015em;
  text-decoration-line: line-through;

  color: #ffffff;
}

/* end upright*/

/* laidown */
.laidown {
  width: 100%;
  height: calc(50% - 25px);
  margin-top: 25px;
  border-radius: 20px;
  padding: 21px 0 0 22px;
  box-sizing: border-box;
  border: 2px solid #ff6900;

  background-image: url("./assets/backToSchool2022/images/laidownWhite.svg"); /* The image used */
  background-color: #fff;
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
}
.laidown div {
  width: fit-content;
}

.laidown .mobile_name {
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 121.69%;
  /* identical to box height, or 39px */

  letter-spacing: -0.06em;

  color: #000000;
}
.laidown .memo {
  margin: 6px 0;
  border: 1px solid #000;
  border-radius: 9px;
  padding: 3px 14px;

  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 121.69%;
  /* identical to box height, or 15px */

  color: #000000;
}
.laidown .price {
  font-style: normal;
  font-weight: 700;
  font-size: 45px;
  line-height: 121.69%;
  /* identical to box height, or 55px */

  letter-spacing: -0.02em;

  color: #000000;
}
.laidown .old_price {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 4px;
  /* or 24px */

  letter-spacing: 0.015em;
  text-decoration-line: line-through;

  color: #000000;
}

/* end laidown */


 /* laidown ORANGE */
 .laidownOrange {
  width: 100%;
  height: calc(50% - 25px);
  margin-top: 25px;
  border-radius: 20px;
  padding: 21px 0 0 22px;
  box-sizing: border-box;

  background-image: url("./assets/backToSchool2022/images/laidownOrange.svg"); /* The image used */
  background-color: #fff;
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
}
.laidownOrange div {
  width: fit-content;
}

.laidownOrange .mobile_name {
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 121.69%;
  /* identical to box height, or 39px */

  letter-spacing: -0.06em;

  color: #fff;
}
.laidownOrange .memo {
  margin: 6px 0;
  border: 1px solid #fff;
  border-radius: 9px;
  padding: 3px 14px;

  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 121.69%;
  /* identical to box height, or 15px */

  color: #fff;
}
.laidownOrange .price {
  font-style: normal;
  font-weight: 700;
  font-size: 45px;
  line-height: 121.69%;
  /* identical to box height, or 55px */

  letter-spacing: -0.02em;

  color: #fff;
}
.laidownOrange .old_price {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 4px;
  /* or 24px */

  letter-spacing: 0.015em;
  text-decoration-line: line-through;

  color: #fff;
}
/* end laidown ORANGE*/


.wrapp_button {
    margin-bottom: 100px;
  width: 100%;
  min-height: 200px;
  color: rgb(26, 26, 26);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wrapp_button .txt {
  margin: 77px 0;
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 59px;
  /* identical to box height */

  text-align: center;

  color: #030003;
}
.wrapp_button .buttons {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}


.button {
  width: 31.33%;
  margin: 0.5% 1%;
  height: fit-content;
  display: inline-block;
}
.button .partnerLogo {
  width: 100%;
}




@media screen and (max-width: 1500px) {
    /* hero*/

  .hero {
    padding-left: 40px;
    min-height: 700px;
  }
  .wrapp_heding .firm_txt {
    font-size: 50px;
    line-height: 40px;
    padding-top: 59px;
  }
  .wrapp_heding h1 {
    font-size: 97px;
    line-height: 90px;
  }

  .wrapp_heding .action {
    font-size: 20px;
    line-height: 101.69%;
    /* identical to box height, or 28px */
  }
  .wrapp_heding .action span {
    font-size: 46px;
    line-height: 121.69%;
  }
  .wrapp_heding .txt {
    margin-top: 24px;

    font-style: normal;
    font-weight: 700;
    font-size: 54px;
    line-height: 121.69%;
    /* or 114px */

    letter-spacing: 0.015em;

    color: #000000;
  }
  /* end hero*/

  /*upright*/
  .upright {
    margin: 25px 31px 0 0;
    padding: 30px 0 0 24px;
  }
  .upright .mobile_name {
    font-size: 40px;
    line-height: 121.69%;
  }
  .upright .memo {
    margin: 6px 0;
    padding: 3px 10px;
    font-size: 13px;
    line-height: 13px;
  }
  .upright .price {
    font-size: 43px;
    line-height: 121.69%;
  }
  .upright .old_price {
    font-size: 19px;
    line-height: 19px;
  }

  /* end upright*/


  /* laidown */
    .laidown .mobile_name {
        font-size: 30px;
        line-height: 111.69%;
    }
    .laidown .memo {
        margin: 2px 0;

        padding: 3px 10px;

        font-size: 12px;
        line-height: 12px;
    }
    .laidown .price {
        font-size: 40px;
        line-height: 121.69%;
    }
    .laidown .old_price {
        font-size: 18px;
        line-height: 4px;
        /* or 24px */
    }

    /* end laidown */


     /* laidown ORANGE */
     .laidownOrange .mobile_name {
        font-size: 30px;
        line-height: 111.69%;
    }
    .laidownOrange .memo {
        margin: 2px 0;

        padding: 3px 10px;

        font-size: 12px;
        line-height: 12px;
    }
    .laidownOrange .price {
        font-size: 40px;
        line-height: 121.69%;
    }
    .laidownOrange .old_price {
        font-size: 18px;
        line-height: 4px;
        /* or 24px */
    }
 
/* end laidown ORANGE*/

}

@media screen and (max-width: 1240px) {
    /* hero*/
  .hero {
    display: flex;
    flex-direction: column;
    padding-left: 50px;
    padding-right: 50px;
    background-image: url("./assets/backToSchool2022/images/mobBackground.png");
  }
  .hero2{
    background-image: url("./assets/backToSchool2022/images/mobBackground.png");

  }
  .hero2>.smallInfo{
    margin-bottom: 35px;
  display: initial;
  order:4;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 121.69%

}
.wrapp_heding .smallInfo{
  display: none;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 121.69%;
  /* or 24px */


  color: #000000;
}



  .wrapp_heding {
    order: 2;
    width: 100%;
    /* text-align: center; */
  }
  .wrapp_heding h1 > br,
  .wrapp_heding .txt > br {
    display: none;
  }

  .wrapp_heding .firm_txt {
    padding-top: 0px;
  }
  .wrapp_heding .bigDate{
   
   

  }
  .wrapp_heding .bigDate span{
      margin-left:40px;
     line-height: 40px !important;
     

      
    }
    .hero2 .wrapp_images {
      width: 100%;
      height: fit-content;
    
      margin-left: 0%;
      display: flex;
    }

    .hero2 .wrapp_images img{

      width:100%;
      height: auto;
      max-width: 900px;
      
      /*  background-image: url("./assets/backToSchool2022/images/proizvodfgghi.svg"); The image used */
      

    }
  .wrapp_images {
    order: 3;
    width: 100%;
    margin-left: 0;
    height: 739px;
    box-sizing: border-box;
  }
  .logo {
    order: 1;
    margin-right: 0;
    margin-top: 45px;
  }
  /* end hero*/


  /*upright*/
  /* end upright*/


  /* laidown */
/* end laidown */

 /* laidown ORANGE */
/* end laidown ORANGE*/




 .wrapp_button {
    width: 100%;
    min-height: 200px;
    color: rgb(26, 26, 26);
    display: flex;
    flex-direction: column;
    align-items: center;
    }
 .wrapp_button .txt {
    margin: 57px 0;
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 39px;
    /* identical to box height */

    }
.wrapp_button .buttons {
    width: 95%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    }


.button {
    width: 31.33%;
    margin: 0.5% 1%;
    height: fit-content;
    display: inline-block;
    }
.button .partnerLogo {
    width: 100%;
    }



}

@media screen and (max-width: 660px) {
    /* hero*/
  .hero {
    display: flex;
    flex-direction: column;
    padding-left: 35px;
    padding-right: 35px;
    min-height: fit-content;
  }
  .wrapp_heding .firm_txt {
    font-size: 20px;
    line-height: 121.69%;
  }
  .wrapp_heding h1 {
    font-size: 28px;
    line-height: 121.69%;
  }

  .wrapp_heding .action {
    font-size: 12px;
    line-height: 121.69%;
    /* identical to box height, or 28px */
  }
  .wrapp_heding .action span {
    font-weight: 700;
    font-size: 15px;
    line-height: 121.69%;
  }
  .wrapp_heding .txt {
    margin-top: 6px;

    font-size: 29px;
    line-height: 121.69%;
    /* or 35px */

    letter-spacing: 0.015em;
  }
.wrapp_heding .bigDate{
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 121.69%;

}
.wrapp_heding .bigDate span{
 font-weight: 700;
font-size: 21px;
line-height: 121.69% !important;

  
}
.wrapp_heding .linksWrap{
  margin:13px 0 16px 0;

  display: inline-block;
  width:fit-content;
  padding:6px 18px 5px 18px;
  background: #FF6900;
  border-radius: 23px;
  font-weight: 600;
  font-size: 12px;

  line-height: 10px;

}

  
  .logo {
    order: 1;
    margin-right: 0;
    margin-top: 26px;
    margin-bottom: 0px;
  }
  .logo img {
    width: 40px;
  }

  .wrapp_images {
    height: 342px;
  }
  .wrapp_images .wrapp_sm_img {
    width: calc(50% - 5px);
  }
  /* end hero*/

  /*upright*/
  .upright {
    margin: 25px 10px 0 0;
    padding: 10px 0 0 11px;
    width: calc(50% - 5px);
    height: calc(100% - 25px);
    border-radius: 10px;
  }
  .upright .mobile_name {
    font-weight: 400;
    font-size: 15px;
    line-height: 121.69%;
    letter-spacing: -0.025em;
  }
  .upright .memo {
    margin: 3px 0;
    padding: 1px 4px;
    font-weight: 400;
    font-size: 8px;
    line-height: 121.69%;
  }
  .upright .price {
    font-weight: 700;
    font-size: 18px;
    line-height: 121.69%;
    /* identical to box height, or 22px */

    letter-spacing: -0.01em;
  }
  .upright .old_price {
    font-weight: 400;
    font-size: 9px;
    line-height: 121.69%;
    /* identical to box height, or 11px */

    letter-spacing: 0.015em;
  }

  /* end upright*/

  /* laidown */
  .laidown {
    padding: 8px 0 0 8px;
    border-radius: 10px;
    height: calc(50% - 16px);
  }
  .laidown .mobile_name {
    font-size: 12px;
    line-height: 121.69%;
    letter-spacing: -0.06em;
  }
  .laidown .memo {
    margin: 3px 0;
    padding: 1px 4px;
    font-weight: 400;
    font-size: 8px;
    line-height: 121.69%;
  }
  .laidown .price {
    font-weight: 700;
    font-size: 18px;
    line-height: 121.69%;
    /* identical to box height, or 22px */

    letter-spacing: -0.01em;
  }
  .laidown .old_price {
    font-weight: 400;
    font-size: 9px;
    line-height: 121.69%;
    /* identical to box height, or 11px */

    letter-spacing: 0.015em;
  }

/* end laidown */

 /* laidown ORANGE */
 .laidownOrange {
    box-sizing: border-box;
    margin-top: 8px;
    height: calc(50% - 16px);
    padding: 8px 0 0 8px;
    border-radius: 10px;
  }
  .laidownOrange .mobile_name {
    font-size: 12px;
    line-height: 121.69%;
    letter-spacing: -0.06em;
  }
  .laidownOrange .memo {
    margin: 3px 0;
    padding: 1px 4px;
    font-weight: 400;
    font-size: 8px;
    line-height: 121.69%;
  }
  .laidownOrange .price {
    font-weight: 700;
    font-size: 18px;
    line-height: 121.69%;
    /* identical to box height, or 22px */

    letter-spacing: -0.01em;
  }
  .laidownOrange .old_price {
    font-weight: 400;
    font-size: 9px;
    line-height: 121.69%;
    /* identical to box height, or 11px */

    letter-spacing: 0.015em;
  }
 
/* end laidown ORANGE*/





.wrapp_button {
    width: 100%;
    box-sizing: border-box;
    padding: 0 35px;
    min-height: 200px;
    color: rgb(26, 26, 26);
    display: flex;
    flex-direction: column;
    align-items: center;
    }
.wrapp_button .txt {
    margin: 37px 0;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 29px;
    }
.wrapp_button .buttons {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    }


.button {
    width:100% !important;
    margin:0 0;
    height: auto;
    display: flex;
    justify-content: center;
    }
.button .partnerLogo {
    width: 100% !important;
    }


}




