html {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

*,
*::after,
*::before {
  box-sizing: inherit;
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
}

ul,
ol,
button {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
button {
  margin: 0;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
  border: none;
  background-color: transparent;
  outline: transparent;
}

a {
  text-decoration: none;
  color: inherit;
  outline: transparent;
}

button {
  padding: 0;
  cursor: pointer;
}

/* .roboto-<uniquifier> {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
} */

/* .outfit-<uniquifier> {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
} */

body {
  min-height: 100vh;
  font-family: "Roboto", sans-serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 150%;
  color: #333333;
  background-color: #ffffff;
}

.container {
  max-width: 1230px;
  padding: 0 15px;
  width: 100%;
  margin: 0 auto;
}

/* header style */

.header {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  padding-top: 20px;
  padding-bottom: 205px;
  /* height: 100vh; */
}

.container {}

.logo {
  max-width: 348px;
  width: 100%;
  margin-bottom: 55px;
  display: block;
  
}
.logo{
        display:flex;
        align-items:center;
        gap:20px;
        
      }
      .logo__text{
        font-size:24px;
        color:#fff;
        text-transform:uppercase;
      }

.header__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.header__inner h1 {
  color: #ffffff;
  font-family: "Outfit", sans-serif;
  font-size: 80px;
  font-weight: 900;
  line-height: 120%;
  margin-bottom: 40px;
  max-width: 507px;
  width: 100%;
}

.fw {
  display: block;
  font-weight: 400;
}

.bg {
  background-image: url('../images/title-decor.svg');
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  display: block;
}

.header__inner-txt {
  max-width: 728px;
  width: 100%;
}

.header__inner-txt p {
  color: #3366ff;
  font-family: "Outfit", sans-serif;
  font-size: 43px;
  font-weight: 600;
  line-height: 110%;
}

/* form styles */

.registration-form {
  max-width: 387px;
  width: 100%;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 4px 4px 33.2px 0px rgba(51, 102, 255, 0.8), -24px -13px 29.1px 0px rgba(51, 102, 255, 0.25), -1px 4px 23.7px 0px rgba(51, 102, 255, 0.6);
  padding: 32px 20px 32px 20px;
}

.registration-form__title {
  color: #333333;
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
  text-align: center;
  margin-bottom: 32px;
}

.registration-form__inner {
  padding: 10px;
}

.registration-form__wrapper {
  margin: 0;
}

.inputs-form {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  margin-bottom: 32px;
}

.inputs-form__input {
  width: 100%;
}

.inputs-form__input input {
  width: 100%;
  outline: 0;
  padding: 12px 16px 12px 16px;
  transition: .3s all;
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  background-color: #E6F0FFB3;
  border: 1px solid #3366ff1a;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
  color: #333333;
}

.inputs-form__input input::placeholder {
  color: #333333;
  opacity: 1;
}

.inputs-form__input input::-webkit-input-placeholder {
  color: #333333;
  opacity: 1;
}

.inputs-form__input input::-moz-placeholder {
  color: #333333;
  opacity: 1;
}

.inputs-form__input input:-ms-input-placeholder {
  color: #333333;
  opacity: 1;
}

.inputs-form__input input::-ms-input-placeholder {
  color: #333333;
  opacity: 1;
}

.inputs-form__input input:focus {
  box-shadow: #0000003d 0px 3px 8px;
  -webkit-box-shadow: #0000003d 0px 3px 8px;
  -moz-box-shadow: #0000003d 0px 3px 8px;
}

.inputs-form__btn,
.btn {
  border-radius: 52px;
  -webkit-border-radius: 52px;
  -moz-border-radius: 52px;
  box-shadow: -1px 4px 14px 0px #1f3d9430;
  -webkit-box-shadow: -1px 4px 14px 0px #1f3d9430;
  -moz-box-shadow: -1px 4px 14px 0px #1f3d9430;
  background: #3366ff;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 33px;
  display: block;
  width: 100%;
  padding: 16px;
  text-align: center;
}

.btn {
  max-width: 450px;
  width: 100%;
}

.inputs-form__btn:hover {
  background-color: transparent;
  border-color: #eb0000;
  color: #000;
  letter-spacing: 2px;
}

.inputs-form__btn:active {
  transform: scale(0.95);
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  letter-spacing: 0;
}

/* about styles */

.about {
  padding: 60px 0;
  text-align: center;
}

.about__hero {
  margin-top: -120px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}

.card__inner {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  width: 100%;
  margin-bottom: 70px;
}

.about__card {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  max-width: 580px;
  width: 100%;
  min-height: 480px;
}

.about__card-content {
  max-width: 370px;
  width: 100%;
  color: #fff;
  background: #3366ff;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  padding: 20px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
}

.about__card-txt {
  color: #fff;
  font-family: "Roboto", sans-serif;
  text-align: left;
  font-size: 21px;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 32px;
}

.about__card-name {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 120%;

  h3 {
    font-size: 26px;
    margin-bottom: 8px;
  }
}

.about__card-descr {
  font-family: "Roboto", sans-serif;
  color: #fff;
  text-align: right;
  margin-right: 7px;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  margin-left: auto;
}

.card__img-bg {
  max-width: 208px;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  width: 100%;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.about__content {
  max-width: 996px;
  margin: 0 auto;
}

.about__title {
  color: #333333;
  font-family: "Outfit", sans-serif;
  font-size: 46px;
  font-weight: 600;
  line-height: 110%;
  margin-bottom: 24px;
}

.about__content-text {
  color: #949494;
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 110%;
  margin-bottom: 24px;
}

.about__subtitle,
.register__subtitle {
  color: #333333;
  font-family: "Outfit", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 40px;
}

.register__subtitle{
  margin-top: 60px;
  text-align: center;
}

.btn {
  margin: 0 auto;
}

/* slider */

.slider-block {
  padding: 60px 0;
}

.slider-block__inner {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}

.slider {
  max-width: 966px;
  width: 100%;
  margin: 0 auto;
  padding-left: 82px;
}

.slider-block__list {}

.slider__slide {
  min-height: 380px;
  max-width: 695px;
  padding: 40px;
  background-color: #F9F9F9;
  box-shadow: -1px 4px 14px 0px rgba(31, 61, 148, 0.19);
  -webkit-box-shadow: -1px 4px 14px 0px rgba(31, 61, 148, 0.19);
  -moz-box-shadow: -1px 4px 14px 0px rgba(31, 61, 148, 0.19);
  background: rgb(249, 249, 249);
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
}

.reg-slide {}

.review {}

.rating {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  max-width: 144px;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  margin-bottom: 8px;
}

.author .rating__img {
  width: 21px;
  height: 20px;
}

.review__txt {
  font-family: "Roboto", sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 32px;
}

.author {
  margin-top: auto;
  max-width: 280px;
  margin-left: auto;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}

.author__txt {
  max-width: 178px;
  width: 100%;
}

.author__price {
  color: #3366ff;
  font-size: 28px;
  font-weight: 700;
  line-height: 33px;
  padding: 6px 0;
  text-align: center;
  border-radius: 12px;
  background: #e6f0ff;
}

/* features styles */

.features {
  padding: 60px 0;
  background: linear-gradient(180.00deg, rgb(255, 255, 255), rgb(229, 240, 255) 100%);
  background: -webkit-linear-gradient(180.00deg, rgb(255, 255, 255), rgb(229, 240, 255) 100%);
  background: -moz-linear-gradient(180.00deg, rgb(255, 255, 255), rgb(229, 240, 255) 100%);
}

.features__box {
  max-width: 1200px;
  margin: auto;
  padding: 40px 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

article {
  max-width: 328px;
  width: 100%;
  /* min-height: 328px; */
  padding-top: 40px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  /* justify-content: center; */
  text-align: center;
  transition: transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  transition: transform 0.3s;
}

/* article:hover {
  transform: translateY(-5px);
} */
.icon-none{
  display: none;
}

.icon-group {
  position: relative;
  width: 328px;
  height: 328px;
  margin: 0 auto;
}
.feature-icon {
  position: absolute;
  background: #3366ff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  z-index: 2;
}
.feature-icon.icon-1 {
  left: 0;
  top: 80px;
}
.feature-icon.icon-2 {
  right: 0;
  top: 80px
}
.feature-icon.icon-3 {
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.feature-arrow {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
.feature-arrow.arrow-1 {
  left: 110px;
  top: 0;
  width: 120px;
  height: 40px;
  /* transform: rotate(10deg); */
}
.feature-arrow.arrow-2 {
  right: 22px;
  bottom: 60px;
    width: 80px;
    height: 90px;

}
.feature-arrow.arrow-3 {
  left: 22px;
    bottom: 60px;
    width: 86px;
    height: 85px;

}

.features h2 {
  color: #333333;
   
    font-size: 21px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: 0%;
    margin-bottom: 12px;
}

.features p {
  color: #949494;
  font-family: 'Roboto', sans-serif;
    font-size: 21px;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0%;
}

.button {
  display: block;
  width: fit-content;
  margin: 40px auto 0;
  padding: 15px 30px;
  background-color: #2966ff;
  color: white;
  border-radius: 25px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.slider-vertical-controls {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  margin-left: 0;
  margin-right: 32px;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.slider-arrow {
  background: #e4eafa;
  border: none;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  width: 48px;
  height: 48px;
  margin: 8px 0;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  cursor: pointer;
  transition: background 0.2s;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  box-shadow: 0 2px 8px rgba(51, 102, 255, 0.08);
  -webkit-box-shadow: 0 2px 8px rgba(51, 102, 255, 0.08);
  -moz-box-shadow: 0 2px 8px rgba(51, 102, 255, 0.08);
}

.slider-arrow:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.slider-scrollbar {
  width: 6px;
  height: 120px;
  background: #f0f4ff;
  border-radius: 3px;
  margin: 8px 0;
  position: relative;
  display: flex;
  align-items: flex-start;
}

.slider-scrollbar-thumb {
  width: 100%;
  background: #3366ff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  position: absolute;
  left: 0;
  top: 0;
  transition: top 0.2s;
  -webkit-transition: top 0.2s;
  -moz-transition: top 0.2s;
}

.reg-slide__actions {
  margin-top: 16px;
}

.reg-slide__link {
  font-size: 18px;
  color: #2966ff;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  padding-left: 37px;
}

.like {
  margin-right: 30px;
}

.reg-slide__link::before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  left: 0;
  top: 0;
}

.like::before {
  background-image: url('../images/like.svg');
}

.com::before {
  background-image: url('../images/com.svg');
}

.secret {
  padding: 60px 0;
  background-color: #E6F0FF;
}

.secret__inner {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.secret__img {
  max-width: 490px;
  width: 100%;
}

.secret__inner h2 {
  color: #333333;
  font-family: "Outfit", sans-serif;
  font-size: 46px;
  font-weight: 600;
  line-height: 110%;
  margin-bottom: 24px;
  margin-bottom: 40px;
}

.secret__inner p {
  margin-bottom: 40px;
}

.secret__inner-content {
  max-width: 592px;
  width: 100%;
}

.logos__list {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 70px 0 30px;
}

.register {
  padding: 60px 0;
}

.register__inner {}

.register__title {
  text-align: center;
  color: #333333;
    font-family: "Outfit", sans-serif;
    font-size: 46px;
    font-weight: 600;
    line-height: 110%;
    margin-bottom: 24px;
    margin-bottom: 40px;
    span{
      color: #2966ff;
    }
}

.footer {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 120px 0;
  text-align: center;
  color: #fff;
}

.footer__top {
  max-width: 550px;
  width: 100%;
  margin: 0 auto 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  
}

.footer__link {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0%;
}

.footer__logo {
  max-width: 480px;
  display: flex;
  justify-content:center;
  align-items:center;
  gap:15px;
  margin: 0 auto;
  img{
    /*max-width: 480px;*/
    width: 100%;
    margin-bottom: 16px;
  }
}

.footer__txt {
  color: rgb(255, 255, 255);

    font-family: "Outfit", sans-serif;
    font-size: 42px;
    font-weight: 800;
    line-height: 1.4;
    margin-bottom: 80px;
}

.footer__copy {
  color: rgb(255, 255, 255);
  font-family: "Roboto", sans-serif;
    font-size: 21px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0%;
}

@media(max-width:1200px) {
  .card__inner {
    flex-direction: column;
    gap: 20px;
  }

  .about__card {
    max-width: 800px;
    justify-content: center;
  }

  .about__card-content {
    max-width: 500px;
  }

  .secret__inner {
    gap: 20px;
    flex-direction: column;
  }

  .secret__img {
    max-width: 490px;
    width: 100%;
    margin-left: auto;
  }
}

@media(max-width:992px) {
  .header {
    padding-bottom: 150px;
  }

  .header__inner {
    flex-direction: column;
  }

  .header__inner h1 {
    margin-bottom: 40px;
  }

  .header__inner-txt {
    margin-bottom: 50px;
  }

  .registration-form {
    max-width: 768px;
    margin: 0 auto;

  }

  .slider {
    padding-left: 0;
  }

  .slider-vertical-controls {
    margin-right: 0;
  }

  .slider-block__inner {
    gap: 32px;
  }

  .secret__title {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .features__box {
    display: block;
  }

  .icon-group {
    display: none;
  }

  article {
    margin-bottom: 30px;
  }

  h2 {
    font-size: 30px !important;
  }
    article{
      max-width: 100%;
    }
    .icon-none{
      display: block;
      margin: 0 auto 32px;
    }
        .features h2 {
          font-size: 21px !important;
          font-weight: 800;
          line-height: 1.1;
          letter-spacing: 0%;
        }
}

@media (max-width: 576px) {
  .logos__list {
    
      padding: 20px 0 20px; 
    img{
      width: 30px;
    }}
  .header {
    padding-top: 15px;
  }

  .about__content-text {
    font-size: 26px;
  }
 
  .about__subtitle,
    .register__subtitle {
    font-size: 26px;
  }

  .header__inner h1 {
    font-size: 56px;
    font-weight: 900;
    margin-bottom: 20px;

  }

  .header__inner p {
    font-size: 26px;
    font-weight: 600;
    line-height: 110%;

  }

  .logo {
    
    margin-bottom: 24px;
  }
  .logo__text{
    font-size:20px;
  }

  .about__card {
    flex-direction: column;
  }

  .about__card-content {
    max-width: 600px;
  }

  .card__img-bg {
    min-height: 300px;
    max-width: 600px;
  }

  .slider-block__inner {
    flex-direction: column;
    align-items: stretch;
  }

  .slider {
    /* display: flex; */
    /* flex-direction: row; */
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE 10+ */
  }

  .slider::-webkit-scrollbar {
    display: none;
  }

  .slider__slide {
    box-shadow: -1px 4px 14px 0px rgba(31, 61, 148, 0.19);
    max-width: 98vw;
    margin: 0 auto 16px auto;
    min-height: 520px;

  }

  .slider-vertical-controls {
    flex-direction: row;
    margin-bottom: 16px;
    justify-content: center;
  }

  .slider-arrow {
    margin: 0 8px;
    width: 40px;
    height: 40px;
  }

  .slider-block__inner {
    gap: 0;
  }

  .slider-scrollbar {
    width: 200px;
    height: 6px;
    margin: 0 8px;
    flex-direction: row;
    align-items: center;
  }

  .slider-scrollbar-thumb {
    height: 100%;
    width: 20px;
    left: 0;
    top: 0;
    transition: left 0.2s;
  }
  .footer{
    padding: 80px 0;
  }

    .footer__top {
      flex-direction: column;
      align-items: flex-start;
      gap: 20px;
      margin-bottom: 60px;
  
    }
  
    .footer__link {
      color: #ffffff;
      font-family: "Roboto", sans-serif;
      font-size: 26px;
      font-weight: 500;
      line-height: 1.2;
      letter-spacing: 0%;
    }
  
    .footer__logo {
      max-width: 235px;
      
  
      img {
        max-width: 340px;
       margin: 0 auto 16px;
      }
    }
  
    .footer__txt {
     
      font-size: 36px;
      
      margin-bottom: 60px;
    }
  
    .footer__copy {
      color: rgb(255, 255, 255);
      font-family: "Roboto", sans-serif;
      font-size: 21px;
      font-weight: 400;
      line-height: 1.2;
      letter-spacing: 0%; }

article{
  padding-top: 0;
}
.slider-block,
.features,
.about,
.secret,
.register
{
  padding: 30px 0;
}

  .icon-group {
    width: 260px;
    height: 260px;
  }
  .feature-icon {
    width: 60px;
    height: 60px;
  }
  .feature-arrow.arrow-1 {
    left: 50px;
    top: 10px;
    width: 60px;
    height: 20px;
  }
  .feature-arrow.arrow-2 {
    right: 50px;
    top: 110px;
    width: 40px;
    height: 45px;
  }
  .feature-arrow.arrow-3 {
    left: 70px;
    bottom: 40px;
    width: 43px;
    height: 43px;
  }
}

@media(max-width:375px) {
  .slider-scrollbar {
    width: 150px;
  }
}