* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


@font-face {
  font-family: 'Light';
  src: url('../fonts/Light.eot');
  src: url('../fonts/Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Light.woff') format('woff'),
    url('../fonts/Light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Semibold';
  src: url('../fonts/SemiBold.eot');
  src: url('../fonts/SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SemiBold.woff') format('woff'),
    url('../fonts/SemiBold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Bold';
  src: url('../fonts/ExtraBold.eot');
  src: url('../fonts/ExtraBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ExtraBold.woff') format('woff'),
    url('../fonts/ExtraBold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}






body {
  font-family: 'Light';
  font-size: 16px;
  color: #000;
  background: #f3f3f3;
}

.clear {clear: both;}
.modal {display: none;}
.modal-privacy {display: none;}


.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.relative {
  position: relative;
}





h2 {
  font-family: 'Bold';
  font-size: 42px;
  margin-bottom: 50px;
}

h3 {
  font-family: 'Semibold';
  font-size: 36px;
  margin-bottom: 50px;
}



#block-1 {
  background: rgb(60 63 221);
  background: radial-gradient(circle, rgb(60 63 221) 0%, rgb(104 119 255) 100%);
  color: #fff;
padding-bottom: 170px;
}


.top  {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0px;
}

.top-logo {
background: url(../img/heart.png) no-repeat left center;
background-size: 32px;
padding-left: 48px;
font-family: 'Bold';
}

.top-logo span {
  font-family: 'Light';
  font-size: 14px; 
}

.top-phone {
  color: #fff;
  text-decoration: none;
  font-family: 'Semibold';
  background: url(../img/icons8-phone-48.png) no-repeat left center;
    background-size: 20px;
    padding-left: 26px;
    font-size: 20px;
}




.top-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.img-top-mess {
  width: 32px;
  margin-left: 20px;
  opacity: 0.9;
}

.img-top-mess:hover {
opacity: 1;
}

.content-1 {
text-align: center;
}


h1 {
  font-family: 'Bold';
  font-size: 52px;
  margin-top: 60px;
  text-align: center;
  position: relative;
  z-index: 2;
}


.img-puls {
  width: 500px;
  position: relative;
  z-index: 1;
  margin-top: -30px;
}










#block-2 {
  padding: 70px 0px;
}


.products {
  position: relative;
  z-index: 3;
  margin-top: -200px;
  padding: 0px 20px;
  padding-top: 20px;

  border-radius: 20px 20px 0px 0px;
  background: #f3f3f3;
  display: flex;
  justify-content: space-between;
}

.product {
  width: 32%;
  background: #fff;
  padding: 6px;
  border-radius: 12px;
  text-align: center;
}

.product-box {
  border: 1px solid #dfdfdf;
  padding: 16px 8px;
  border-radius: 12px;
}

.product img {
  width: 100%;
  border-radius: 12px;
  margin-bottom: 15px;
}

.product h3 {
  font-family: 'SemiBold';
  font-size: 22px;
  margin-bottom: 15px;
}

.product a {
  display: block;
  text-align: center;
  background: #62605f;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  padding: 12px;
  border-radius: 6px;
  background-image: linear-gradient(0.58turn, rgba(48, 46, 185, 1) 0%, rgba(79, 76, 255, 1) 100%);
  border-color: transparent;
  border-style: solid;
}

.product a:hover {
  background: #302EB9;
}





#block-3 {
  padding: 70px 0px;
  background: #fff;
}



.bulits {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.bulit {
  width: 32%;
  margin-bottom: 2%;
  display: flex;
  justify-content: start;
  align-items: center;

/* -webkit-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
-moz-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
padding: 20px;
border-radius: 12px; */

font-size: 20px;
font-family: 'Semibold';
}

.bulit small {
  font-family: 'Light';
}



.bulit img {
  /* background-image: linear-gradient(0.58turn, rgba(48, 46, 185, 1) 0%, rgba(79, 76, 255, 1) 100%);
   */
   background: rgb(60 63 221);
   background: radial-gradient(circle, rgb(60 63 221) 0%, rgb(59 77 241) 100%);
   
  border-color: transparent;
  border-style: solid;
  padding: 6px;
  border-radius: 12px;
  margin-right: 20px;
}


#block-4 {
  padding-bottom: 70px;
  background: #fff;
}


.reiting {
position: absolute;
right: 0px;
top: 22px;
background: #f3f3f3 url(../img/ozon-logo.png) no-repeat left 12px center;
background-size: 44px;

padding: 5px 9px;
padding-left: 70px;
border-radius: 16px;
border: 1px solid #dfdfdf;
}

.reiting p {
font-size: 22px;
color: #ffba00;
}









.otziv-user {
  display: flex;
  align-items: center;
}

.otziv-user img {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  margin-right: 15px;
}

.div-otziv {
  padding: 15px;
  position: relative;
}

.kovichki {
  position: absolute;
  right: 30px;
  top: 4px;
  width: 30px;
}

.div-otziv__box {
  background: #fff;
  border: 1px solid #302EB9;
  border-radius: 16px;
  padding: 20px 30px;
}



.otziv-user p {
  color: #777;
  line-height: 22px;
}

.otziv-user p b {
  color: #000;
}

.otziv-user p span {
  background: url(../img/icons8-ozon-48.png) no-repeat left -6px center;
  background-size: 48px;
  padding-left: 42px;
}


.otziv-text {
  padding-top: 20px;
}

.foto-otziv {
  display: flex;
  justify-content: start;
  padding-top: 15px;
}

.foto-otziv img {
  height: 110px;
  border-radius: 5px;
  margin-right: 18px;
}


.otz-stars {
  position: absolute;
  right: 30px;
  top: 28px;
  font-size: 22px;
  color: #ffba00;
}



.slick-prev {
  display: block;
  width: 50px;
  height: 50px;
  border: 0px;
  background: url(../img/left.png) no-repeat center center;
  background-size: 50px;
  font-size: 0px;
  position: absolute;
  left: -45px;
  top: 50%;
  margin-top: -25px;
  cursor: pointer;
  z-index: 10;
  opacity: 0.9;
}

.slick-prev:hover {opacity: 1;}

.slick-next {
  display: block;
  width: 50px;
  height: 50px;
  border: 0px;
  background: url(../img/right.png) no-repeat center center;
  background-size: 50px;
  font-size: 0px;
  position: absolute;
  right: -45px;
  top: 50%;
  margin-top: -25px;
  cursor: pointer;
  z-index: 10;
  opacity: 0.9;
}

.slick-next:hover {opacity: 1;}









#block-5 {
  padding-bottom: 70px;
  background: #fff;
}








.content-5 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.div-5 {
  width: 48%;
  margin-bottom: 2%;
  display: flex;
  justify-content: start;
  align-items: center;
font-size: 22px;
}

.div-5 img {
  /* background-image: linear-gradient(0.58turn, rgba(48, 46, 185, 1) 0%, rgba(79, 76, 255, 1) 100%);
   */
   background: rgb(60 63 221);
   background: radial-gradient(circle, rgb(60 63 221) 0%, rgb(59 77 241) 100%);border-color: transparent;
  border-style: solid;
  padding: 6px;
  border-radius: 12px;
  margin-right: 20px;
}





#block-6 {
padding-top: 50px;
}



.content-6 {
  display: flex;
  justify-content: space-between;
  position: relative;
  flex-wrap: wrap;
  padding-right: 350px;
}



.foot-logo {
  background: url(../img/heart.png) no-repeat left center;
  background-size: 32px;
  padding-left: 48px;
  font-family: 'Bold';
  margin-bottom: 30px;
  font-size: 18px;
  }
  
.foot-logo span {
    font-family: 'Light';
    font-size: 16px; 
  }

  .foot-ip {
    background: #fff;
    font-size: 14px; 
    padding: 20px;
    border-radius: 16px;
margin-bottom: 50px;
  }






.iphone {
  width: 340px;
  position: absolute;
  right: 0px;
  bottom: 0px;
}





.content-6 h3 {
  margin-bottom: 30px;
  width: 100%;
}


.cont-phone {
  width: 50%;
  margin-bottom: 30px;
  background: url(../img/icons-phone-cont.png) no-repeat left center;
  background-size: 32px;
  padding-left: 40px;
  font-size: 22px;
  line-height: 36px;
}

.cont-phone a {
  color: #333;
  text-decoration: none;
  font-size: 22px;
  margin-left: 6px;
  font-family: 'SemiBold';
}

.cont-phone a:hover {color: #3B4DF1;}


.cont-wa {
  width: 50%;
  margin-bottom: 30px;
  background: url(../img/icons8-whatsapp-50.png) no-repeat left center;
  background-size: 32px;
  padding-left: 40px;
  line-height: 36px;
}

.cont-wa a {
  color: #333;
  text-decoration: none;
  font-size: 22px;
}
.cont-wa a:hover {color: #3B4DF1;}



.cont-ozon {
  width: 100%;
  background: url(../img/icons8-online-shopping-50.png) no-repeat left center;
  background-size: 32px;
  padding-left: 40px;
  line-height: 36px;
  margin-bottom: 30px;
}

.cont-ozon a {
  color: #333;
  text-decoration: none;
  font-size: 22px;
}
.cont-ozon a:hover {color: #3B4DF1;}











.mob-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  left: 0px;
  bottom: 0px;
  width: 100%;
  opacity: 0.97;
  z-index: 9999;
}


.a-mob-btn-1 {
  display: block;
  width: 50%;
  background: #3b47e9 url(../img/icons8-phone-24.png) no-repeat left 20px center;

  color: #fff;
  text-decoration: none;
  padding: 8px 10px;
  padding-left: 55px;
}

.a-mob-btn-1 span {
  font-family: 'Bold';
}

.a-mob-btn-2 {
  display: block;
  width: 50%;
  background: #26b95d url(../img/WhatsApp.svg) no-repeat left 20px center;
background-size: 24px;
  color: #fff;
  text-decoration: none;
  padding: 8px 10px;
  padding-left: 55px;
}

.a-mob-btn-2 span {
  font-family: 'Bold';
}