@font-face {
	font-family: 'Actay-Regular';
	src: url('https://storage-asset.msi.com/ru/gift2024/Actay-Regular.woff') format('woff');
}
@font-face {
	font-family: 'Actay-Bold';
	src: url('https://storage-asset.msi.com/ru/gift2024/ActayWide-Bold.woff') format('woff');
}

html {
  scroll-behavior: smooth;
}

.main {
  position: relative;
  margin: 0;
  padding: 0;
  font-family: "Actay-Regular", sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
          background-color: #000;
}


.kv {
  position: relative;
  max-width: 1920px;
  width: 95%;
  margin: 0 auto;
  flex-direction: column;
  display: flex;
}

.kv__logo {
  margin: 50px 0 0;
  z-index: 1; 
}

.kv__logoimg {
  max-width: 95px;  
}

.kv__imgbox{
  width: 100%;
  display: flex;
  flex-wrap: wrap-reverse;
}

.kv__slogan{
  width: 50%;
  align-self: center;
  min-width: 300px;
}


.kv__text { 
color: #ffffff;
font-size: 2rem;
text-decoration: underline;
margin: 0 0 50px;
}

.rules {
  position: relative;
  background-image: url(./fon2.jpg);
  padding-top: 50px;
  padding-bottom: 50px;
}

.title__h2 {
  text-align: center;
  max-width: 1920px;
  color: #ffffff;
  font-size: 50px;
  margin: 0 auto 50px;
}

.rules__points {
  display: flex;
  max-width: 1920px;
  margin: 0 auto 50px;
  justify-content: space-evenly;
  flex-wrap: wrap;

}

.rules__point {
  width: 22%;
  /* min-width: 250px; */
  background: url(./fon.jpg) top left no-repeat;
  border-radius: 10px;
  background-size: cover;
  padding: 30px 10px 50px;
  margin-bottom: 10px;
  box-shadow: 0px 10px #6509c1;
}

.rules__pointtext {
  font-size: 2em;
  color:#000;
  font-family: 'Actay-Bold';
   font-weight: 600;
   margin: 0 0 50px;
}

.rules__pointtextstep {
  font-size: 1.1em;
  /* line-height: 1.5; */
  font-weight: 600;
}

.main__section {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}

.main__sectionitems {
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.main__sectionitem {
  background: #ffffff;
  border-radius: 10px;
  width: 22%;
  margin: 10px auto  ;
  /* min-width: 250px; */
  padding: 50px 10px 10px 10px;
  box-shadow: 0px 10px #6509c1;
}

.main__sectionitem__laptoppic {
	width: 100% ;
	/* transform: translate(1em, -5em); */
}

.main__sectionitem__textprod {
  font-size: 1.5em;
  font-weight: 600;
  margin-bottom: 1em;
  margin-left: -10px;

  /* transform: translate(0em, -9.6em); */
  background: #0000e6;
  color: #ffffff;
  border-radius: 0em 1em 1em 0em;
  width: 90%;
}

.main__sectionitem__text {
  font-size: 0.97em;
  font-weight: 600;
  min-height: 150px;
/* transform: translate(0em, -8em); */

}


.main__sectionitem__parentinner {
	display: flex;
	justify-content: space-between;
	border-bottom: 3px solid #9e2ad6;
  margin: 0 auto 50px;
}



.main__section_link {
  color: #fff;
  width: 100%;
  margin: 0 auto 50px;
  text-decoration: underline;
  text-align: center;
  cursor: pointer;
  display: inline-block;
}


.link__section {
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}


.polosa__box{
  position: relative;
  width: 100%;
  top: 20px;
  z-index: 4;
}

.polosa2_my {
	background: #85f610;
    color: #091fef;
   overflow: hidden;
    text-align: center;
    font-size: 2em;
    transform: scale(1);
    /* padding: 0.1em; */
    font-weight: 600;
    transform: rotate(3deg);
    /* margin-left: -2%; */
    padding-top: 14px;
}

.polosa1_my {
	background: #091fef;
    color: #85f610;
   overflow: hidden;
    text-align: center;
    font-size: 2em; 
    transform: scale(1);
    font-weight: 600;
    transform: rotate(358deg);
    padding-top: 14px;
    position: relative;
    top: -50px

}


.ruBts2021__etailer--links {
  width: 100%;
  max-width: 1920px; 
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
  justify-content: space-around;
}

.ruBts2021__etailer--links a {
  margin: 3px;
  transition: transform 2s ;
}

.ruBts2021__etailer--links a:hover {
  margin: 3px;
  transform: scale(1.5);
}

.bottomtexts {
  color: #fff; 
  text-align: center; 
  font-weight:600;
}

.popup{
  box-sizing: border-box;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000;
  z-index: 2222;
  padding: 50px;
  width: 100%;
  height: 100vh;
  overflow: scroll;
}

.popup-btn {
  color: #fff;
  text-decoration: underline;
}





/* @media screen and (max-width: 600px) {
} */



@media (min-width: 769px) and (max-width: 1024px) {
  .kv__slogan{
    width: 100%;
  }

  .rules__point {
    width: calc(100% / 3 - 40px) ;
  }

  .main__sectionitem {
    width: calc(100% / 3 - 40px) ;
  }

}

@media (min-width: 426px) and (max-width: 768px) {
  .kv__slogan{
    width: 100%;
  }

  .rules__point {
    width: calc(100% / 2 - 30px) ;
  }

  .main__sectionitem {
    width: calc(100% / 2 - 30px) ;
  }
}

@media screen and (max-width: 425px) {
  .kv__slogan{
    width: 100%;
  }

  .rules__point {
    width: 100% ;
  }

  .main__sectionitem {
    width: 100% ;
  }
}

