body {
  font-family: "SF UI Display";
  margin: 0;
  padding: 0;
  background-color: #f3f3f3;
  position: relative;
  min-height: 100vh;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: black;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.container {
  max-width: 1180px;
  position: relative;
}

@media (min-width: 575.98px) {
  .container {
    max-width: 540px;
    margin: auto;
    padding: 0;
  }
}

@media (min-width: 767.98px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 991.98px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1199.98px) {
  .container {
    max-width: 1180px;
  }
}

.nav {
  padding: 10px 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;

  z-index: 1001;
  background-color: #f3f3f3;
  width: 100%;

}

.nav__contblock {
  height: 100px;
  display: none;
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  animation-duration: 1s;
  background-color: rgb(228, 228, 228);
  animation-name: fixed-nav;
}

.fixed .nav__logo img {
  width: 100px;
}

.fixed .nav__links .nav__link-orange, .fixed .nav__links .nav__link-viol {
  height: 30px;
}

@keyframes fixed-nav {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}

.nav__link {
  font-size: 16px;
  text-transform: uppercase;
  position: relative;
  height: 30px;
  margin-left: 80px;
}

.nav__link:before {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%) scaleX(0);
  content: "";
  background-image: linear-gradient(
    0deg,
    rgb(157, 89, 241) 0%,
    rgb(105, 64, 200) 100%
  );
  width: 45px;
  height: 1px;
  transition: 0.3s;
}

.nav__link:hover:before {
  transform: translateX(-50%) scaleX(1);
}

.nav__link-orange {
  width: 175px;
  height: 67px;
  font-weight: 600;
  background: rgb(143,53,252);
background: linear-gradient(132deg, rgba(143,53,252,1) 74%, rgba(177,114,254,1) 100%);
  border-radius: 10px;
  transition: 0.3s;
  margin-left: 60px;
 -webkit-box-shadow: 3px 3px 12px 3px rgba(125, 22, 249, 0.37);
-moz-box-shadow: 3px 3px 12px 3px rgba(125, 22, 249, 0.37);
box-shadow: 3px 3px 12px 3px rgba(125, 22, 249, 0.37);
    color:#fff;
}

.nav__link-orange:hover {
  -webkit-box-shadow: 0px 5px 12px 3px rgba(125, 22, 249, 0.37);
-moz-box-shadow: 0px 5px 12px 3px rgba(125, 22, 249, 0.37);
box-shadow: 0px 5px 12px 3px rgba(125, 22, 249, 0.37);
  transform: scaleX(1.03) !important;
}

.nav__link-viol {
  width: 175px;
  height: 67px;
  font-weight: 600;   
    background: rgb(255,53,53);
background: linear-gradient(132deg, rgba(255,53,53,1) 74%, rgba(255,136,136,1) 100%);
    
    
    
    
    
    
  -webkit-box-shadow: 3px 3px 12px 3px rgba(244, 102, 75, 0.37);
-moz-box-shadow: 3px 3px 12px 3px rgba(244, 102, 75, 0.37);
box-shadow: 3px 3px 12px 3px rgba(244, 102, 75, 0.37);
  border-radius: 10px;
  transition: 0.3s;
  margin-left: 30px;
  color: white;
}

.nav__link-viol:hover {
  box-shadow: 0px 12px 18px 0px 0px 8px 18px 0px rgba(84, 0, 255, 0.18);;
  transform: scaleX(1.03) !important;
}



.header {
  padding: 200px 0;
}

.header__title h1 {
  font-size: 70px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.header__title h2 {
  font-size: 50px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.header__title h2 span {
  background: rgb(143,53,252);
background: linear-gradient(132deg, rgba(143,53,252,1) 74%, rgba(177,114,254,1) 100%);
  box-shadow: 0px 8px 18px 0px rgba(255, 132, 0, 0.2);
}
.header__title h1 span {
  background-image: linear-gradient(
    0deg,
    rgb(253, 240, 33) 0%,
    rgb(255, 180, 0) 100%
  );
  box-shadow: 0px 8px 18px 0px rgba(255, 132, 0, 0.2);
}

.header__title h3 {
  font-size: 24px;
}

.header__title p {
  width: 555px;
  font-size: 22px;
  line-height: 35px;
  margin-bottom: 50px;
}

.header__btn a {
  margin: 0;
  margin-right: 25px;
}

.header-skin {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-25%);
}

.advantages {
  margin-bottom: 60px;
  margin-top: 60px;
}

.advantages__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.advantages__block {
  width: 370px;
  padding: 35px;
  border-radius: 15px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.06);
  position: relative;
  margin-bottom: 25px;
  height: 380px;

  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;

  transition: 0.4s;
}

.advantages__block:hover {
    transform: scale(1.1) !important;
    z-index: 1;
}

.advantages__block:before {
  content: "";
  width: 99.5%;
  height: 100%;
  border-radius: 15px;
  background-color: #ff3535;
  position: absolute;
  top: -10px;
  left: 1px;
  z-index: -2;
}

.advantages__block:after {
    content: "";
    width: 99.5%;
    height: 100%;
    border-radius: 15px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 1px;
    z-index: -1;
}

.advantages__block h2 {
  font-size: 27px;
  font-weight: bold;
  position: relative;
  height: 50px;
  display: inline-block;
}
.advantages__block h3 {
  font-size: 29px;
  font-weight: bold;
  position: relative;
  height: 50px;
  display: inline-block;
}

.advantages__block h3:before {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  content: "";
  background-color: #e3e3e3;
  width: 80px;
  height: 2px;
}

.advantages__block h2:before {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  content: "";
  background-color: #e3e3e3;
  width: 80px;
  height: 2px;
}

.advantages__block a {
  height: 60px;
  width: 100%;
  margin-left: 0;
}

.advantages__block p {
  font-size: 20px;
  line-height: 25px;
}

.advantages__mac {
  position: absolute;
  top: -15%;
  left: -13%;
  z-index: -2;
}

.advantages__speedometr {
  position: absolute;
  top: -28%;
  right: -14%;
  z-index: -2;
}

.main-title {
  font-size: 55px;
  font-weight: bold;
  text-align: center;
  position: relative;    
    color:#9d00ff;
}

.main-title img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.price {
    margin-bottom: 50px;
}

.price__list {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-top: 130px;
}

.price__block {
  width: 370px;
  padding: 35px;
  border-radius: 15px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.06);
  position: relative;
  margin-bottom: 25px;

  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  padding-top: 25px;

  transition: 0.4s;
}

.price__block:hover {
    transform: scale(1.1) !important;
}

.price__block:before {
  content: "";
  width: 99.5%;
  height: 100%;
  border-radius: 15px;
  background-image: linear-gradient(
    0deg,
    rgb(157, 89, 241) 0%,
    rgb(105, 64, 200) 100%
  );
  position: absolute;
  top: -10px;
  left: 1px;
  z-index: -2;
}

.price__block:after {
    content: "";
    width: 99.5%;
    height: 100%;
    border-radius: 15px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 1px;
    z-index: -1;
  }

.price__block img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.price__block h3 {
  font-size: 30px;
  font-weight: bold;

  position: relative;
  height: 50px;
  text-align: center;
  margin-bottom: 20px;
}

.price__block h3:before {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  content: "";
  background-color: #e3e3e3;
  width: 80px;
  height: 2px;
}

.price__block p {
    font-size: 20px;
    font-weight: 400;
    position: relative;
    padding-left: 10px;
    margin-left: 10px;
}

.price__block p:before {
    content: "";
    width: 23px;
    height: 12px;
    position: absolute;
    top: 6px;
    left: -29px;
    background-image: url(../img/tick.png);
}

.price__block a {
    height: 60px;
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
}

.setup__list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 100px;
}

.setup__block {
    width: 340px;
    height: 215px;
    background-image: url(../img/s1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 15px;
    box-shadow: 1px 15px 32px 0px rgba(0, 0, 0, 0.3);

    position: relative;

    transition: 0.4s;
}

.setup__block:hover {
    transform: scale(1.1) !important;
    cursor: pointer;
}


.setup__block:before {
    background-image: linear-gradient(
        0deg,
        rgba(157, 89, 241, 0) 0%,
        rgb(124, 79, 230) 100%
      );
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      border-radius: 15px;
      width: 100%;
      height: 100%;
}

.setup__block:after {
  content: "Установить";
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: 0.4s;
}

.setup__block:hover:after {
  transform: translate(-50%, -50%) scale(1);
}

.setup__block h3 {
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    font-size: 20px;
    width: 100%;
    text-align: center;
}

.setup {
    height: 600px;
    position: relative;
}

.setup__skin1 {
    position: absolute;
    bottom: -5px;
    left: 0;
    z-index: -1;
}

.setup__skin2 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.setup__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 100px;
    margin-bottom: 20px;
}

.setup__more {
    font-size: 17px;
    height: 20px;
    position: relative;
}

.setup__more:before {
  content: "";
  width: 90%;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) scale(0);
  transition: 0.2s;
}

.setup__more:hover:before {
  transform: translateX(-50%) scale(1);
}


.footer {
    height: 270px;
    background-image: url(../img/footer-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;

    position: relative;
    overflow: hidden;
    z-index: 0;
}

.footer:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient( 90deg, #8232e5 0%, #6940c8 100%);
    opacity: 0.95;
    z-index: -1;
}

.footer-left {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.footer-right {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 150px;
}

.footer h3 {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;

    display: flex;
    flex-direction: column;

    color: white;
}

.footer h3 span {
    font-size: 24px;
}

.footer a {
    color: white;
    font-size: 12px;
    text-decoration: underline;
    cursor: pointer;
}

.nav__links-burger {
    display: none;
}

.burger-menu {
    display: flex;
    align-items: center;
    justify-content: center;

    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;

    display: none;
}

.burger-menu img {
    width: 20px;
    margin-right: 15px;
}

.registration {
  margin: 0 auto;
  width: 500px;
}

.registration .main-title {
  margin-bottom: 75px;
  padding-top: 50px;
  font-size: 40px;
}

.registration .main-title img {
  top: 80px;
}

.reg__form {
  margin-bottom: 25px;
}

.reg__form input {
  width: 100%;
  border: 1px solid #9d59f1;
  border-radius: 45px;
  height: 55px;
  margin-bottom: 15px;
  background: transparent;
  outline: none;
  font-size: 20px;
  position: relative;
  padding-left: 77px;
  font-weight: 500;
  color: black;
}

input::placeholder {
  font-family: inherit;
}

.reg__form input::placeholder {
  font-size: 20px;
  color: black;
  transition: 0.2s;
}

.reg__form input:focus::placeholder {
  opacity: 0;
}

.reg__form div {
  position: relative;
}

.reg__form-invite:before {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(../img/invite-icon.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 15px;
  left: 27px;
}

.reg__form-name:before {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(../img/fuser-icon.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 15px;
  left: 27px;
}

.reg__form-mail:before {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(../img/main-icon.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 19px;
  left: 27px;
}

.reg__form-pass:before {
  content: "";
  width: 30px;
  height: 32px;
  background-image: url(../img/pass-icon.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 14px;
  left: 27px;
}

.reg__form input:last-child {
  margin-bottom: 25px;
}

.reg__form button {
  width: 100%;
  height: 55px;
  border: none;
  background: none;
  background-image: linear-gradient( 90deg, #8232e5 0%, #6940c8 100%);
  box-shadow: 0px 8px 18px 0px rgba(84, 0, 255, 0.18);
  border-radius: 45px;

  font-size: 25px;
  color: white;
  font-weight: 500;
  margin-top: 25px;
  cursor: pointer;

  transition: 0.4s;
}

.reg__form button:hover {
  transform: scale(1.05);
}

.registration a {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #bdbdbd;
  margin-top: 30px;
}

.registration img {
  margin-right: 10px;
}

.regp1 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  transform: translateY(56%);
}

.regp2 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.regp3 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.regp4 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  transform: translateY(50%);
}

.auth {
  width: 500px;
  margin: 0 auto;
}

.auth-logo {
  margin-bottom: 30px;
  margin-left: 50%;
  transform: translateX(-50%);
  margin-bottom: 120px;
  margin-top: 30px;
}

.auth .main-title {
  margin-bottom: 75px;
  padding-top: 50px;
  font-size: 40px;
}

.auth .main-title img {
  top: 80px;
}

.auth__form {
  margin-bottom: 25px;
}

.auth__form input {
  width: 100%;
  border: 1px solid #9d59f1;
  border-radius: 45px;
  height: 55px;
  margin-bottom: 15px;
  background: transparent;
  outline: none;
  font-size: 20px;
  position: relative;
  padding-left: 77px;
  font-weight: 500;
  color: black;
  background-color: #f3f3f3;
}



input::placeholder {
  font-family: inherit;
}

.auth__form input::placeholder {
  font-size: 20px;
  color: black;
  transition: 0.2s;
}

.auth__form input:focus::placeholder {
  opacity: 0;
}

.auth__form div {
  position: relative;
}

.auth__form-mail:before {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(../img/main-icon.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 18px;
  left: 27px;
  z-index: 1;
}

.auth__form-mail:after {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(../img/authp2.png);
  background-repeat: no-repeat;
  position: absolute;
  top: -98px;
  right: -72px;
  z-index: -1;
  width: 197px;
  height: 213px;
}

.auth__form-pass:before {
  content: "";
  width: 30px;
  height: 32px;
  background-image: url(../img/pass-icon.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 14px;
  left: 27px;
  z-index: 1;
}

.auth__ref {
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.auth__ref a {
  color: #6e6e6e;
  font-size: 17px;
  text-decoration: underline;
}

.auth__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 25px;
  margin-bottom: 25px;
}

.auth__btn button {
  width: 49%;
  height: 55px;
  border-radius: 45px;

  display: flex;
  align-items: center;
  justify-content: center;

  border: none;
  background: none;
  background-image: linear-gradient( 90deg, #8232e5 0%, #6940c8 100%);
  box-shadow: 0px 8px 18px 0px rgba(84, 0, 255, 0.18);

  font-size: 22px;
  color: white;
  font-weight: 400;
  cursor: pointer;
  transition: 0.3s;
}

.auth__btn button:hover {
  transform: scale(1.05);
}

.auth__btn button:last-child {
  background-image: linear-gradient( 90deg, #000000 0%, #272727 100%);
}

.auth__btn button img {
  margin-left: 15px;
}

.auth__create {
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.auth__create a {
  color: #6e6e6e;
  font-size: 17px;
  text-decoration: underline;
}

.auth__create span {
  color: #a5a5a5;
  font-size: 17px;
}

.auth > a {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #bdbdbd;
  margin-top: 30px;
}

.auth a img {
  margin-right: 15px;
}

.authp1 {
  position: absolute;
  top: 70px;
  right: 70px;
  z-index: -1;
}

.forgot {
  width: 500px;
  margin-left: 20%;
}

.forgot .main-title {
  margin-bottom: 75px;
  padding-top: 50px;
  font-size: 40px;
}

.forgot .main-title img {
  top: 80px;
}

.forgot__form {
  margin-bottom: 25px;
}

.forgot__form input {
  width: 100%;
  border: 1px solid #9d59f1;
  border-radius: 45px;
  height: 55px;
  margin-bottom: 15px;
  background: transparent;
  outline: none;
  font-size: 20px;
  position: relative;
  padding-left: 77px;
  font-weight: 500;
  color: black;
  background-color: #f3f3f3;
}



input::placeholder {
  font-family: inherit;
}

.forgot__form input::placeholder {
  font-size: 20px;
  color: black;
  transition: 0.2s;
}

.forgot__form input:focus::placeholder {
  opacity: 0;
}

.forgot__form div {
  position: relative;
}

.forgot__form-mail:before {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(../img/main-icon.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 18px;
  left: 27px;
  z-index: 1;
}

.forgot__form-mail:after {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(../img/authp2.png);
  background-repeat: no-repeat;
  position: absolute;
  top: -48px;
  right: -72px;
  z-index: -1;
  width: 197px;
  height: 213px;
}

.forgot > a {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #bdbdbd;
  margin-top: 30px;
}

.forgot a img {
  margin-right: 15px;
}

.forgot__form button {
  width: 100%;
  height: 55px;
  border: none;
  background: none;
  background-image: linear-gradient( 90deg, #8232e5 0%, #6940c8 100%);
  box-shadow: 0px 8px 18px 0px rgba(84, 0, 255, 0.18);
  border-radius: 45px;

  font-size: 25px;
  color: white;
  font-weight: 500;
  margin-top: 25px;
  cursor: pointer;

  transition: 0.4s;
}

.forgot__form button:hover {
  transform: scale(1.05);
}

.forgot-skin {
  position: absolute;
  top: 10%;
  right: 10%;
  width: 600px;
  z-index: -1;
}

.ovha {
  
}



.product-main{
    display: flex;
    
    
}
.products {
	list-style: none;
	margin: 0 -20px 0 0;
	padding: 0;
}
.myproduct-wrapper {
	display: block;
	width: 100%;
	float: left;
	transition: width .2s;
}
.myproduct {
	display: block;
	border: 1px solid #b5e9a7;
	border-radius: 3px;
	position: relative;
	background: #fff;
	margin: 0 20px 20px 0;
	text-decoration: none;
	color: #474747;
	z-index: 0;
	height: 460px;
  border-radius: 5px;
}
.product-photo {
	position: relative;

	overflow: hidden;
}
.product-photo img {
	position: relative;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	transition: transform .4s ease-out;
}
.product:hover .product-photo img {
	transform: scale(1.05);
}
.product p {
	position: relative;
	margin: 0;
	font-size:1em;
	line-height: 1.4em;
	height: 5.6em;
	overflow: hidden;
}
.product p:after {
	content: '';
	display: inline-block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 4.2em;
	height: 1.6em;
	background: linear-gradient(to left top, #fff, rgba(255, 255, 255, 0));
}

.product-price-old small {
	color: #888;
  font-size: 14px;
  font-weight: normal;
  display: flex;
  flex-direction: row;

}
.product-names{
  font-size: 17px;
  color:#8f35fc;
  font-weight: 600;
height: 40px;


display: flex;
align-items: center;
justify-content: center;
position: relative;
    z-index: 3;
 
    
    
}

.product-name{
  font-size: 17px;
  color:#8f35fc;
  font-weight: 600;
height: 40px;
background-color: #8f35fc;
color:#fff;

display: flex;
align-items: center;
justify-content: center;
position: relative;
    z-index: 3;
 
    
    
}


.my_text{
    position: relative;
    top:7px;
    font-size: 20px;
    font-weight: 500;
   
    margin-left: 10px;
    
}
.product-info{

display: block;
    product-info
  width: 100%; 
  padding: 10px;

}
.product-infoitem{
  margin-top: 10px;
  margin-bottom: 10px;
}
.product-price{
  display: flex;
  justify-content:space-around;
  
}
.product-price-active{
  color: #8f35fc;
  font-weight: 600;
}
.product-button{
  display: flex;
  width: 100%;
  height: 50px;
background: rgb(143,53,252);
background: linear-gradient(137deg, rgba(143,53,252,1) 0%, rgba(250,68,35,1) 100%);
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  color:#fff;
  font-weight: 500;
  margin-top: 10px;
  -webkit-box-shadow: 0px 0px 80px 0px rgb(77 84 124 / 9%);
    box-shadow: 0px 0px 80px 0px rgb(77 84 124 / 9%);
}



