html {
  scroll-behavior: smooth;
  font-family: "Nunito Sans", sans-serif;
  background: white;
}

:root {
  --main-color-orange: #FF7F07;
  --main-color-purp: #AD79F0;
  --main-color-pink: #F8D5FE;
}

.wrapper {
  min-height: 100%;
  width: 100%;
  overflow-x: hidden;
  position: relative;
}

.container {
  max-width: 1320px;
  padding: 0 15px;
  margin: 0 auto;
  height: 100%;
}

header {
  display: flex;
  align-items: center;
  padding: 18px 0;
}

header img {
  max-width: 238px;
  width: 100%;
}

header nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  gap: 40px;
  margin-left: 160px;
}

header nav ul li {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

header nav ul li a:hover {
  color: #FF7F07;
}

main {
  margin-top: 77px;
}


.save-msg{

	padding: 7px;
	border-radius: 7px;
	background-color: #68B700;
	color: white;
	font-size: 12pt;

}

.hero-inner {
  display: flex;
  justify-content: space-between;

}

.hero-leftside h1 {
  font-size: 64px;
  font-weight: 900;
  line-height: 76px;
}

.hero-leftside {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.hero__leftside-txtblock {
  max-width: 581px;
}

.hero__leftside-txtblock p {
  margin-top: 16px;
  font-size: 18px;
  font-weight: 400;
  line-height: 25.2px;
}

.grad-txt {
  max-width: fit-content;
  background-image: linear-gradient(to right, #FF7F07, #E874FA);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

.hero__leftside-plashblock {
  display: flex;
  align-items: center;
  max-width: 624px;
  gap: 16px;
  flex-wrap: wrap;
}

.plash {
  background: var(--main-color-pink);
  border-radius: 50px;
  padding: 8px 20px;
  font-size: 15px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 8px;
  max-width: 225px;
  color: var(--main-color-purp);
}

.plash:last-child {
  padding: 1px 20px;
}

.hero__rightside-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 800px;
}

.hero {
  padding-bottom: 60px;
}

.top5 {
  padding-top: 50px;
  padding-bottom: 80px;
}

.top5-inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.top5-elem {
  overflow: hidden;
  border-radius: 60px;
  box-shadow: 0px 4px 15px 0px #10223D26;
  display: flex;
  justify-content: space-between;
  padding-right: 32px;
}

.top5__elem-circle-cont {
  max-width: 100px;
}

.top5__elem-circle {
  width: 255px;
  height: 225px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  left: -150px;
  background: linear-gradient(180deg, #AD79F0 0%, #9747FF 100%);
  border-radius: 50%;

}

.top5__elem-fplace .top5__elem-circle {
  background: linear-gradient(180deg, #FF9534 0%, #FF7F07 100%);
  height: 255px;
}

.top5__elem-circle span {
  margin-right: 30px;
  font-size: 96px;
  font-weight: 700;
  color: white;


}

.top5__elem-prodimng {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.top5__elem-prodimng img:first-child {
  max-width: 92px;
}

.top5__elem-prodimng img:last-child {
  max-width: 160px;
}

.top5__elem-spisok {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 400px;
  justify-content: center;
}

.top5__elem-spisok li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 19.2px;
  color: #7A7A7A;


}

.top5__elem-score {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.top5__elem-score--user {
  display: flex;
  align-items: last baseline;
  gap: 6px;
  margin-bottom: 7px;
}

.top5__elem-score--user span {

  font-size: 16px;
  font-weight: 300;
  color: #7A7A7A;


}

.top5__elem-score--user h3 {
  font-size: 36px;
  font-weight: 800;
  color: #FFA800;

}

.top5__elem-score--compat {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.top5__elem-score--compat span {
  font-size: 14px;
  font-weight: 300;
  color: #7A7A7A;
}

.top5__elem-score--compat img {
  max-width: 123px;
}

.top5__elem-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 200px;

}

.top5__elem-button span {
  font-size: 14px;
  font-weight: 400;
  color: #7A7A7A;
}

.bitix {
  transition: all .3s;
  width: 100%;
  font-size: 20px;
  font-weight: 800;
  color: white;
  padding: 14px 32px 14px 32px;
  text-align: center;
  border-radius: 100px;
  background: #FF7F07;


}

.bitix:hover {
  background: #db6a00;
}

.txtblock {
  padding-bottom: 80px;
}

.txtblock-inner {
  display: flex;
  flex-direction: column;
  gap: 60px;

}

.txtblock-top {
  display: flex;
  gap: 24px;
  align-items: center;
}

.txtblock__top-left {
  max-width: 300px;
  width: 100%;
}

.txtblock__top-left h1 {
  font-size: 48px;
  font-weight: 900;
  line-height: 57px;
}

.txtblock__top-right span {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #7A7A7A;
}

.txtblock-bot {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

h2 {
  font-size: 32px;
  font-weight: 900;
  line-height: 38.4px;
  margin-bottom: 20px;
  color: #242424;
}

.txtblock__bot-left span {
  color: #7A7A7A;
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;


}

.txtblock__bot-right {
  max-width: 640px;
}

.txtblock__bot-right span {
  color: #7A7A7A;
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
}

.top3 {
  padding-bottom: 80px;
}

.top3-title {
  font-size: 48px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 40px;
}

.top3-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top3-elem {
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 560px;
  max-width: 395px;
  max-height: 560px;
  width: 100%;
  border-radius: 60px;
  box-shadow: 0px 4px 15px 0px #10223D26;
  padding: 0 32px 32px 32px;
  overflow: hidden;
}

.top3__elem-circle {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 395px;
  height: 256px;
  top: -200px;
  position: relative;
  background: linear-gradient(180deg, #AD79F0 0%, #9747FF 100%);
  border-radius: 50%;
}

.top3__elem-circle span {

  font-size: 16px;
  font-weight: 700;
  color: white;
  margin-bottom: 25px;
}

.top3__elem-circle--cont {
  max-height: 20px;
}

.top3__elem-imgbox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.top3__elem-spis {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.top3__elem-spis li {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 16px;
  font-weight: 300;
  line-height: 19.2px;

  color: #7A7A7A;
}

.top3__elem-btn {
  display: flex;
  width: 90%;
}

.top3__elem-fplace {
  min-height: 641px;
}

.top3__elem-fplace .top3__elem-circle {
  background: linear-gradient(180deg, #FF9534 0%, #FF7F07 100%);

}

.top3__elem-thplace {
  min-height: 480px;
  max-height: 480px;
}

.mob {
  display: none;
}

.top5__elem-prodimg-score {
  display: none;
}

.faq-inner {
  display: flex;
  justify-content: space-between;

}

.faq-leftside {
  max-width: 340px;
  display: flex;
  flex-direction: column;
  font-size: 48px;
  font-weight: 900;
  line-height: 57px;
  width: 100%;
}

.faq-rightside {
  display: flex;
  flex-direction: column;
  gap: 25px;

}

.faq__rightside-elem {
  display: flex;

  border-radius: 24px;
  flex-direction: column;
  box-shadow: 0px 4px 15px 0px #10223D26;
}

.faq-question {
  font-size: 24px;
  font-weight: 700;
  line-height: 28.8px;
text-align: left;
  padding: 16px 32px 16px 32px;
color: #242424;
display: flex; justify-content: space-between;
  border-radius: 24px;
  align-items: center;
width: 100%;
max-width: 980px;
}


.active {

color: white;
  background: linear-gradient(90deg, #AD79F0 0%, #9747FF 100%);
}

.faq-answer {
  display: none;
  padding: 16px 32px;
font-size: 16px;
font-weight: 400;
line-height: 22.4px;
color: #7A7A7A;
border-radius: 20px;
}

.activness {
  display: block;
}

.gala1{
transform: rotate(180deg);  
transition: all .3s;
min-width: 18px;
}
.gala2{
transform: rotate(180deg);  
transition: all .3s;
min-width: 18px;
}
.gala3{
transform: rotate(180deg);  
transition: all .3s;
min-width: 18px;
}
.gala4{
transform: rotate(180deg);  
transition: all .3s;
min-width: 18px;
}

.act{
  transform: rotate(0);
}
.about-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about-leftside {
  display: flex;
  flex-direction: column;
  gap: 25px;
  max-width: 662px;
}
.about-leftside h1{
  text-align: left;
  font-size: 48px;
  font-weight: 900;
  line-height: 57.6px;
}
.about-leftside p{

font-size: 16px;
font-weight: 300;
line-height: 22.4px;
color: #7A7A7A;

}
.act path{
stroke: white;
}
.about-rightside img{
  width: 100%;
  max-width: 819px;
}
footer{
  background: #242424;
  padding: 73px 0;
}
.footer-inner{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-navi{
  display: flex;
  font-size: 16px;
  font-weight: 600;
  color: white;
  gap: 40px;
}
.logo-foot{
  max-width: 375px;
}
.popup-cont{
  background: rgba(128, 128, 128, 0.274);
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: none;
}
.popup{

  position: relative;
  width: 800px;
  height: 400px;
padding: 32px 0 50px 40px ;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/pops-desk.png);
}

.popup-ls {
  display: flex;
  flex-direction: column;
justify-content: space-between;
height: 100%;
}
.popup__ls-txt h3{

  font-size: 36px;
  font-weight: 800;
  line-height: 43.2px;
color: #242424;
  
}
.popup__ls-txt h2{

  font-size: 72px;
  font-weight: 900;
  background-image: linear-gradient(to right, #e874fa, #9747ff);
  color: transparent;
  line-height: 86px;
  background-clip: text;
  -webkit-background-clip: text;
  
}
.popup__ls-bot {
  display: flex;
  align-items: center;
  gap: 10px ;
}
.popup__ls-bot span{
 
font-size: 28px;
font-weight: 800;
line-height: 33.6px;
text-align: left;
color: #242424;
}
.popup__ls-btn {

}

.popup-btn {
  transition: all .3s;
background: linear-gradient(95.05deg, #FF7F07 0%, #E874FA 100%);
}
.popup-btn:hover{
  background: linear-gradient(95.05deg, #e06f04 0%, #df43f7 100%);
}
.popup-cross{
  position: absolute;
  top: 0;
  right: 0;
  transition: all .3s;
}
.prod-pops{
  position: absolute;
  top: 60%;
  right: 35%;
}

.popup-cross:hover img{
transform: scale(1.1);
}
@media(max-width:1600px) {
  .hero__rightside-img {
    max-width: 700px;
  }
}

@media(max-width:1300px) {
  .hero__rightside-img {
    max-width: 600px;
  }
}

@media(max-width:600px) {
  .hero-inner {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }

  .hero__rightside-img {
    position: relative;
    top: 0;
    width: 110%;
    left: -5%;
  }

  .hero-leftside {
    margin-top: -50px;
  }

  header {
    display: none;
  }

  .desk {
    display: none;
  }

  .mob {
    display: block;
  }

  main {
    margin-top: 0;
  }

  .hero-leftside h1 {
    font-size: 48px;
    line-height: 57px;
  }

  .plash {
    font-size: 14px;
  }

  .plash img {
    max-width: 30px;
  }

  .top5-elem {
    flex-direction: column;
    padding: 0 16px 32px 16px;
    gap: 25px;
    max-width: 390px;
    align-items: center;
  }

  .top5__elem-circle-cont {
    max-height: 70px;
    max-width: none;
  }

  .top5__elem-circle {
    width: 328px;
    height: 256px;
    top: -186px;
    left: auto;

    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;


    font-weight: 700;


    background: linear-gradient(180deg, #AD79F0 0%, #9747FF 100%);
    border-radius: 50%;
  }

  .top5__elem-circle span {
    margin-right: 0;
    font-size: 48px;
    margin-bottom: 15px;
  }

  .top5__elem-prodimg-score {
    display: flex;
    gap: 10px;
  }

  .top5__elem-spisok {
    width: auto;
  }

  .hero-leftside {
    gap: 24px;
  }

  .txtblock-top {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    flex-direction: column;
  }

  .txtblock__top-left {
    max-width: max-content;
  }

  .txtblock__top-left h1 {
    font-size: 32px;
    line-height: 38px;
    text-align: left;
  }

  .txtblock-bot {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    flex-direction: column;
  }

  .txtblock-inner {
    gap: 25px;
  }

  .hero-rightside {
    width: 100%;
  }

  .top3-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    gap: 25px;
  }

  .top3__elem-fplace {
    order: -1;
  }

  .top3-title {
    font-size: 32px;
    font-weight: 900;
    text-align: center;
    line-height: 37px;
    margin-bottom: 30px;
  }

  .top5-elem img {
    width: 100%;
  }

  .top5__elem-spisok img {
    max-width: 20px;
  }

  .top5-inner {
    justify-content: center;
    align-items: center;
  }
  .faq-inner {
    display: flex;
   flex-direction: column;
}
.faq-question{
  font-size: 20px;
  line-height: 24px;
}
.faq-leftside{
  max-width: max-content;
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 20px;
}
.about{
  padding-bottom: 80px;
}
.about-inner{
  margin-top: 60px;
  flex-direction: column-reverse;
  gap: 24px;
}
footer{
  padding: 60px 0;
}
.footer-inner{
  flex-direction: column;
  align-items: flex-start;
}
.footer-navi{
  flex-direction: column;
}
.logo-foot{
  margin-bottom: 60px;
  width: 100%;
}
.popup{
  width: 328px;
  height: 523px;
  padding: 0 16px 40px 16px;
  background-image: url(../img/pop-mob.png);
}
.popup-ls{
  margin-top: 250px;
}
.popup__ls-txt h3{
  font-size: 24px;
  line-height: 27px;
}
.popup__ls-txt h2{
  font-size: 64px;
  line-height: 72px;
  margin-bottom: 0;
}
.popup-ls{
  justify-content: flex-start;
  gap: 12px ;
  align-items: center;
}
.prod-pops {
  position: absolute;
  top: 25%;
  right: 5%;
}
.popup__ls-bot{
  margin-bottom: 20px;
}
.popup__ls-bot span{
  font-size: 20px;
  line-height: 24px;
}
.popup-btn{
  font-size: 16px;
}



}
