@charset "UTF-8";
@font-face {
  font-family: 'Jost-medium';
  src: url("../fonts/Jost-Medium.eot");
  src: local("☺"), url("../fonts/Jost-Medium.woff") format("woff"), url("../fonts/Jost-Medium.ttf") format("truetype"), url("../fonts/Jost-Medium.svg") format("svg");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Jost-regular';
  src: url("../fonts/Jost-Regular.eot");
  src: local("☺"), url("../fonts/Jost-Regular.woff") format("woff"), url("../fonts/Jost-Regular.ttf") format("truetype"), url("../fonts/Jost-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'Jost-medium';
  font-weight: 500;
  color: #001049;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.header, section {
  margin: 0 0 50px 0;
}

.container {
  max-width: 2000px !important;
}

section, .header, footer {
  padding: 100px 0;
}

.slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slider .slick-track {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}

.slider .slick-list {
  overflow: hidden;
  height: 800px !important;
  width: 100%;
  border-radius: 40px !important;
}

.slider .slick-slide {
  width: 340px !important;
  height: 720px !important;
  margin: auto;
  -webkit-box-shadow: 0 10px 50px rgba(86, 133, 255, 0.15);
          box-shadow: 0 10px 50px rgba(86, 133, 255, 0.15);
}

.content .slick-prev {
  display: none !important;
}

.content .slick-next {
  background: url(../icons/arrow.svg) 0 0 no-repeat;
  font-size: 0;
  border: 0;
  width: 90px;
  height: 20px;
}

.content .slick-next:hover {
  -webkit-transform: translate(15px);
          transform: translate(15px);
}

.content .slick-next:active {
  -webkit-transform: translate(25px);
          transform: translate(25px);
}

.No {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  left: 1px;
  width: 25px;
  height: 25px;
  background-color: #FF5A5A;
  border-radius: 50%;
}

.Yes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 25px;
  height: 25px;
  background-color: #00CC45;
  border-radius: 50%;
}

.visible {
  top: 150px !important;
}

button {
  font-family: 'Jost-medium';
  font-weight: 500;
  height: 60px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

button:hover {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

button:active {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.getStarted {
  width: 190px;
  background-color: #5685FF;
  color: white;
  border-radius: 10px;
  border: 0;
  height: 60px;
}

.getStarted:hover {
  background-color: #fff;
  border: 2px solid #5685FF;
  color: black;
}

.Diskount {
  width: 160px;
  border-radius: 10px;
  border: 2px solid #5685FF;
  background-color: white;
}

.Diskount:hover {
  background-color: #5685FF;
  border: 0;
  color: white;
}

.nav__signUp {
  background-color: #fff;
  border: 1px solid #001049;
  height: 60px;
}

.nav__signUp:hover {
  background-color: #001049;
  color: #fff !important;
}

p {
  font-family: 'Jost-regular';
  font-weight: normal;
  color: #001049;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 15px;
  cursor: pointer;
}

a:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

a:active {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.overflowHidden {
  z-index: 5;
  overflow: hidden;
}

.nav {
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9;
  padding: 0 20px 0 20px;
}

.nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #001049;
  height: 35px;
  width: 80px;
  border-radius: 15px;
  text-align: center;
  text-decoration: none;
}

.nav a:hover {
  background-color: #001049;
  color: #fff !important;
}

.nav__container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav__hamb-menu {
  position: absolute;
  top: -450px;
  width: 100%;
  height: 450px;
  left: 0 !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: white;
  -webkit-box-shadow: 0 10px 50px rgba(86, 133, 255, 0.15);
          box-shadow: 0 10px 50px rgba(86, 133, 255, 0.15);
}

.nav__hamb-menu ul {
  width: 100%;
  height: 100%;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav__hamb {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.nav__hamb span {
  width: 30px;
  height: 4px;
  border-radius: 50px;
  background-color: black;
}

.nav__hamb:hover {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.nav__hamb:active {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.nav__signUp {
  font-family: 'Jost-medium';
  font-weight: 500;
  height: 45px;
  width: 125px;
  border-radius: 10px;
  color: #001049;
}

.nav__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

.header {
  height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header__container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 400px;
  margin: 0 0 0 30px;
}

.header__main .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 15px;
}

.header__blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  max-width: 500px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}

.header__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 200px;
  border-radius: 40px;
}

.header__block img {
  max-width: 180px;
  min-width: 100px;
}

.header__block-1 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FF9292;
}

.header__block-2 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFDA92;
}

.header__block-3 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  background-color: #C292FF;
}

.header__block-4 {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  background-color: #92EBFF;
}

.header__block-4 img {
  position: relative;
  left: 40px;
  top: 45px;
}

.features {
  height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.features__container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
}

.overflowHidden__text {
  width: 20%;
}

.overflowHidden__facts {
  width: 80%;
}

.features__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin: 0 0 0 30px;
}

.features__facts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}

.features__fact-1 {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.features__fact-2 {
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
}

.features__fact-3 {
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
}

.features__fact {
  width: 505px;
  height: 190px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 20px;
  -webkit-box-shadow: 0 10px 50px rgba(86, 133, 255, 0.15);
          box-shadow: 0 10px 50px rgba(86, 133, 255, 0.15);
}

.features__fact h3 {
  position: relative;
  left: 20px;
  bottom: 30px;
}

.benefit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(86, 133, 255, 0.05);
}

.benefit__container {
  z-index: 2;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 0;
}

.benefit__args {
  max-width: 500px;
  min-width: 300px;
  margin: 0 0 0 30px;
}

.benefit__args button {
  position: relative;
  left: 100px;
}

.benefit__arg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin: 0 0 50px 0;
}

.benefit__text {
  max-width: 300px;
}

.benefit__text h2 {
  margin-top: 0;
  color: #5685FF;
}

.benefit__text h2:first-line {
  color: #001049;
}

.benefit__num {
  min-width: 85px;
  height: 85px;
  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;
  border-radius: 10px;
}

.benefit__num .opacity {
  width: 100%;
  height: 100%;
  opacity: 30%;
  background-color: #5685FF;
  border-radius: 10px;
}

.benefit__num p {
  color: #001049;
  font-size: 3em;
  position: absolute;
}

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

.pricing__container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.pricing__main {
  text-align: center;
  mix-width: 300px;
  max-width: 600px;
}

.pricing__text {
  text-align: center;
}

.pricing__tarif {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}

.pricing__checkbox-group {
  position: relative;
  width: 40px;
  height: 20px;
  border: 1px solid rgba(86, 133, 255, 0.15);
  border-radius: 20px;
}

.pricing__checkbox-group .checkbox {
  visibility: hidden;
}

.pricing__checkbox-group .checkbox-label {
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #5685FF;
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.pricing__checkbox-group .checkbox:checked + .checkbox-label {
  left: 22px;
  background-color: #001049;
}

.pricing__packets, .overflowHiddenSlider {
  width: 100%;
  max-width: 1440px;
  height: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 3;
}

.pricing__packet {
  width: 340px;
  height: 720px;
  position: relative;
  border-radius: 40px;
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.pricing__packet:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.pricing__packet:hover .Diskount {
  border: 2px solid #001049;
}

.pricing__packet:hover .Diskount:hover {
  background-color: #001049;
}

.pricing__packet:hover .price h4 {
  color: #001049;
}

.pricing__name {
  font-size: 32px;
  margin-bottom: 20px;
}

.pricing__subtext {
  max-width: 270px;
  margin: auto;
}

.price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 5px;
  margin: 30px;
}

.price h4 {
  font-size: 80px;
  margin: 0;
  color: #5685FF;
}

.pricing__included {
  position: relative;
  left: 20px;
  margin-bottom: 50px;
}

.pricing__included li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin: 20px 0 0 0;
}

.discount {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.discount__container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  text-align: end;
  position: relative;
}

.discount__main p {
  max-width: 400px;
  margin: 20px 0 50px 50%;
}

.discount__main h2 {
  font-size: 40px;
  max-width: 800px;
}

.discount__img {
  position: absolute;
  left: 0;
}

.footer {
  background-color: #DFE8FF;
  min-height: 300px;
  max-height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer__container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px;
}

.footer__main {
  min-width: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer__main img {
  width: 85px;
}

.footer__main p {
  width: 400px;
}

.footer__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__form input {
  width: 300px;
  height: 51px;
  border-radius: 10px 0 0 10px;
  border: 1px solid #001049;
  opacity: 30%;
  font-size: 1.5em;
  padding: 0 20px 0 20px;
}

.footer__form input:hover {
  opacity: 60%;
}

.footer__form button {
  position: relative;
  right: 15px;
  width: 150px;
  font-size: 1.2em;
}

.footer__other {
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-contant: center;
}

.footer__other-ul {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  margin-right: 80px;
}

.footer__other-ul h3 {
  margin-bottom: 20px;
  margin-top: 0;
}

.footer__other-ul li {
  list-style: none;
}

.footer__other-ul a {
  color: #001049;
}

.footer__other-li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}

.footer__other-li li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.footer__ul {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: 20px;
}

.footer__ul .footer__li {
  margin-left: 30px;
}

@media screen and (max-width: 700px) {
  .nav__navigation {
    display: none;
  }
  .nav__signUp {
    display: none;
  }
  .nav__hamb-signUp {
    display: block;
  }
  .nav__hamb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .nav__logo {
    width: 32px;
    height: 28px;
  }
  .header__blocks {
    display: none;
  }
  .header__main {
    text-align: center;
  }
  .header__main .buttons {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .header__container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 1025px) {
  .header__blocks {
    max-width: 400px;
  }
  .header__block {
    width: 150px;
    height: 150px;
  }
  .header__block-1 img {
    width: 120px;
  }
  .benefit img {
    width: 500px;
    position: relative;
    top: 120px;
  }
  .discount__img {
    -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
    top: 170px;
  }
  .discount__img img {
    width: 250px;
  }
  .footer__other-ul {
    margin: 0;
    gap: 20px;
  }
}

@media screen and (max-width: 769px) {
  .footer {
    max-height: 1000px;
  }
  .footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer__main {
    min-width: 200px;
    max-width: 400px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .footer__main img {
    display: none;
  }
  .footer__main p {
    width: 300px;
  }
  .footer__main input {
    width: 200px;
  }
  .footer__main button {
    width: 100px;
    font-size: 0.8em;
  }
  .footer__other-li:hover .footer__ul {
    position: static;
  }
  .footer__ul {
    width: 150px;
    height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer__ul .footer__li {
    margin-left: 5px;
  }
  .footer__other-li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20px;
  }
  .footer__other-li h3 {
    margin-bottom: 10px;
  }
  .footer__other-ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    margin: 0;
  }
  .features {
    height: 1000px;
  }
  .features__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .features__container .overflowHidden {
    width: 100%;
  }
  .features__facts {
    width: 100%;
  }
  .features__fact {
    width: 405px;
    height: 150px;
    -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
  }
  .features__fact-3 img {
    position: relative;
    bottom: 10px;
    height: 170px;
  }
  .features__text {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    width: 70%;
    margin: 50px;
  }
  .benefit img {
    display: none;
  }
  .benefit__container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .discount__main p {
    max-width: 800px;
  }
  .discount__main h2 {
    font-size: 30px;
  }
}

@media screen and (max-width: 426px) {
  body p {
    font-size: 0.8em;
  }
  body h1 {
    font-size: 2em;
  }
  body h2 {
    font-size: 1.2em;
  }
  body h3 {
    font-size: 1em;
  }
  .benefit__num p {
    font-size: 1.5em;
  }
  .discount__img {
    top: 200px;
  }
  .discount__img img {
    width: 150px;
  }
  .footer__container {
    padding: 50px 0;
  }
  .benefit__args {
    margin: 0;
  }
  .footer__main {
    min-width: 100px;
    max-width: 300px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    margin: auto;
  }
  .footer__main img {
    display: none;
  }
  .footer__main input {
    width: 150px;
    height: 50px;
    font-size: 1em;
  }
  .footer__main button {
    height: 52px;
  }
  .footer__other-li {
    font-size: 0.8em;
  }
  .footer__other-li .footer__ul {
    height: 200px;
    width: 130px;
  }
  .benefit {
    height: 650px;
  }
  .benefit button {
    position: static;
    width: 100%;
  }
  .benefit__opacity-bgc {
    width: 100%;
    opacity: 5%;
    height: 650px;
    background-color: #5685FF;
  }
  .benefit__num {
    height: 55px;
    min-width: 55px;
    max-width: 55px;
    font-size: 1.5em;
  }
  .benefit__arg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .features {
    height: 820px;
  }
  .features__text {
    margin: 20px;
  }
  .features__facts {
    width: 300px;
    -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
  }
  .features__facts .features__fact {
    width: 305px;
    height: 150px;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .features__facts .features__fact-1 img {
    width: 200px;
  }
  .features__facts .features__fact-3 img {
    position: relative;
    bottom: 0px;
    height: 150px;
  }
}
/*# sourceMappingURL=style.css.map */