@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700;800&display=swap");
html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  margin: 0;
  font-family: 'Manrope', sans-serif;
  background-color: #E8EFF9;
}

body img.circle-top {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

body.active {
  overflow: hidden;
}

body .container-xxl {
  width: auto;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.title {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  margin-bottom: 30px;
  color: #363D4E;
  font-style: normal;
  font-weight: 800;
  font-size: 55px;
  line-height: 64px;
  letter-spacing: -0.02em;
}

.title::after {
  content: "";
  display: block;
  width: 100%;
  max-width: 100%;
  height: 28px;
  background-image: url(../img/title-figure.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.title span {
  color: #1761C5;
}

.paragraph {
  margin: 0;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #363D4E;
  opacity: 0.8;
}

.blue-btn {
  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;
  padding: 10px 20px;
  color: #fff;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  background: #1761C5;
  border-radius: 8px;
  text-decoration: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.blue-btn:hover {
  background-color: #A2AABE;
}

.marketplace-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 15px;
  background: #C9DAF1;
  border-radius: 12px;
  text-decoration: none;
}

.marketplace-btn span {
  display: block;
  width: 85px;
  margin: 0 auto;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  letter-spacing: -0.03em;
}

.marketplace-btn span small {
  display: block;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: -0.03em;
  color: #1761C5;
  opacity: 0.6;
}

.header-logo__center {
  display: none;
}

.steps-slider.slick-slider .hidden-mob {
  display: none;
}

audio::-webkit-media-controls-timeline,
video::-webkit-media-controls-timeline {
  display: none;
}

audio::-webkit-media-controls,
video::-webkit-media-controls {
  display: none;
}

.header {
  position: relative;
  padding: 30px 0;
  z-index: 4;
}

.header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.header-menu {
  height: 100%;
}

.header-menu ul {
  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;
  height: 100%;
}

.header-menu ul li {
  margin-right: 80px;
}

.header-menu ul li:last-child {
  margin-right: 0;
}

.header-menu ul li a {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  color: #363D4E;
  text-decoration: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.header-menu ul li a:hover {
  color: #1761C5;
}

.header-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.main {
  margin-bottom: 120px;
}

.main-text {
  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;
  height: 100%;
}

.main-text p {
  margin-bottom: 15px;
}

.main-text a {
  width: 150px;
}

.main-slide {
  position: relative;
  width: 330px;
}

.main-slide .big-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 450px;
  height: 450px;
  background: -webkit-gradient(linear, left top, right top, from(#4776E6), to(#8E54E9));
  background: linear-gradient(90deg, #4776E6 0%, #8E54E9 100%);
  border-radius: 50%;
  z-index: -1;
}

.main-slide .medium-circle {
  position: absolute;
  top: 80%;
  left: 115%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: #1761C5;
  border-radius: 50%;
  z-index: -1;
}

.main-slide .small-circle {
  position: absolute;
  top: 20%;
  left: -10%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: #FBC335;
  border-radius: 50%;
  z-index: -1;
}

.main-slide .decor-line {
  position: absolute;
  top: 20%;
  left: 101%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  z-index: 1;
}

.main-slide .dots {
  position: absolute;
  top: 75%;
  left: -23%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 140px;
  height: 140px;
  z-index: -2;
}

.main-slide .iphone-contour {
  position: relative;
  width: 300px;
  height: 550px;
  background: #FFFFFF;
  -webkit-box-shadow: inset 0px 0px 5px #D3E1F4, inset 0px 0px 40px #D3E1F4;
          box-shadow: inset 0px 0px 5px #D3E1F4, inset 0px 0px 40px #D3E1F4;
  border-radius: 40px;
  overflow: hidden;
  border: 15px solid #F3F7FC;
}

.main-slide .iphone-contour .bangs {
  position: absolute;
  width: 150px;
  height: 20px;
  background-color: #F3F7FC;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  z-index: 2;
}

.main-slide .iphone-contour__slider {
  height: 550px;
  z-index: 1;
}

.main-slide .iphone-contour__slider .slick-slide {
  overflow: hidden;
}

.main-slide .iphone-contour__slider .slick-prev {
  left: 10px;
}

.main-slide .iphone-contour__slider .slick-prev::before {
  content: "";
  display: block;
  width: 7px;
  height: 12px;
  background-image: url(../img/arrow-prev.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
}

.main-slide .iphone-contour__slider .slick-next {
  right: 10px;
}

.main-slide .iphone-contour__slider .slick-next::before {
  content: "";
  display: block;
  width: 7px;
  height: 12px;
  background-image: url(../img/arrow-next.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
}

.main-slide .iphone-contour__slider .slick-prev,
.main-slide .iphone-contour__slider .slick-next {
  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;
  width: 25px;
  height: 25px;
  background-color: #fff;
  border-radius: 50px;
  z-index: 1;
}

.main-slide .iphone-contour video {
  -webkit-transform: scale(1.35);
          transform: scale(1.35);
  width: 100%;
  height: 550px;
  border-radius: 30px;
  z-index: 1;
}

.main-slide .iphone-contour__battery {
  position: absolute;
  left: 50%;
  bottom: 85px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}

.main-slide .iphone-contour__btn {
  position: absolute;
  left: 50%;
  bottom: 25px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  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: 250px;
  height: 40px;
  border-radius: 8px;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  color: #363D4E;
  background: #FFFFFF;
  z-index: 1;
  text-decoration: none;
}

.main-slide .iphone-contour__btn i {
  margin-right: 10px;
}

.main-slide .iphone-contour__btn i svg {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

.phone {
  padding-bottom: 60px;
  margin-bottom: 60px;
  overflow: hidden;
}

.phone-gallery {
  position: relative;
}

.phone-gallery .iphone-contour {
  position: relative;
  width: 300px;
  height: 600px;
  margin: 0 auto;
  background: #FFFFFF;
  -webkit-box-shadow: inset 0px 0px 5px #D3E1F4, inset 0px 0px 40px #D3E1F4;
          box-shadow: inset 0px 0px 5px #D3E1F4, inset 0px 0px 40px #D3E1F4;
  border-radius: 40px;
  border: 15px solid #F3F7FC;
}

.phone-gallery .iphone-contour .bangs {
  position: absolute;
  width: 150px;
  height: 20px;
  background-color: #F3F7FC;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  z-index: 2;
}

.phone-gallery .iphone-contour .swipe-line {
  position: absolute;
  width: 100px;
  height: 5px;
  background-color: #000;
  left: 50%;
  bottom: 5px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 50px;
  z-index: 3;
}

.phone-gallery .iphone-contour .iphone-nav {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 56px;
  padding-bottom: 10px;
  background: #fff;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  z-index: 1;
}

.phone-gallery .iphone-contour .iphone-nav .row {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.phone-gallery .iphone-contour .iphone-nav__item {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.phone-gallery .iphone-contour .iphone-nav__item i img {
  width: 15px;
}

.phone-gallery .iphone-contour .iphone-nav__item .strong {
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  color: #363D4E;
  text-align: center;
}

.phone-gallery .iphone-contour .iphone-nav__item .strong.active {
  color: #1761C5;
}

.phone-gallery .iphone-contour .grid {
  height: 550px !important;
  overflow: scroll;
}

.phone-gallery .iphone-contour .grid .gutter-sizer {
  width: 15px;
}

.phone-gallery .iphone-contour .grid-item {
  width: calc(157px - 15px);
  margin-bottom: 10px;
}

.phone-gallery .iphone-contour .grid-item img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}

.phone-gallery .big-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 500px;
  height: 500px;
  background: -webkit-gradient(linear, left top, right top, from(#4776E6), to(#8E54E9));
  background: linear-gradient(90deg, #4776E6 0%, #8E54E9 100%);
  border-radius: 50%;
  z-index: -1;
}

.phone-gallery .medium-circle {
  position: absolute;
  top: 80%;
  left: 10%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: #1761C5;
  border-radius: 50%;
  z-index: -1;
}

.phone-gallery .small-circle {
  position: absolute;
  top: 10%;
  left: 85%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: #C51717;
  border-radius: 50%;
  z-index: -1;
}

.phone-gallery .decor-line {
  position: absolute;
  top: 20%;
  left: 15%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 160px;
  height: 90px;
  z-index: -1;
}

.phone-gallery .dots {
  position: absolute;
  top: 100%;
  left: 80%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 200px;
  height: 200px;
  z-index: -2;
}

.phone-text {
  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;
  height: 100%;
}

.advantages {
  margin-bottom: 250px;
}

.advantages-wrapper {
  padding: 60px;
  background: #FFFFFF;
  border-radius: 30px;
}

.advantages h2 {
  margin: 0;
  margin-bottom: 65px;
  color: #363D4E;
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 150%;
  text-align: center;
}

.advantages-card i.icon {
  width: 140px;
  height: 140px;
  margin: 0 auto 50px;
  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;
  background-color: #E8EFF9;
  border-radius: 50%;
}

.advantages-card .strong {
  display: block;
  margin-bottom: 15px;
  color: #363D4E;
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
}

.advantages-card p.paragraph {
  font-size: 14px;
  text-align: center;
}

.screens {
  position: relative;
  margin-bottom: 150px;
  overflow: hidden;
}

.screens .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.screens-charging {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 225px;
  height: 225px;
  background-color: #fff;
  border-radius: 50%;
}

.screens-charging .strong {
  display: block;
  margin-bottom: 5px;
  color: #1761C5;
  font-style: normal;
  font-weight: 800;
  font-size: 44px;
  line-height: 50px;
}

.screens-charging p {
  margin: 0;
  text-align: center;
}

.screens-top {
  margin-bottom: 30px;
}

.screens-top__item {
  margin: 0 20px;
}

.screens-top__item img {
  width: 100%;
}

.screens-bottom__item {
  margin: 0 20px;
}

.screens-bottom__item img {
  width: 100%;
}

.wallpaper {
  margin-bottom: 120px;
}

.wallpaper-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.wallpaper-text h2 {
  width: 610px;
  max-width: 100%;
  font-size: 44px;
  line-height: 55px;
}

.wallpaper-text h2::after {
  display: none;
}

.wallpaper-image img {
  width: 100%;
}

.install {
  padding-bottom: 100px;
  margin-bottom: 100px;
  overflow: hidden;
}

.install-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 720px;
  max-width: 100%;
  margin: 0 auto;
  padding: 80px;
  background-color: #363D4E;
  border-radius: 40px;
}

.install-wrapper .decor-line {
  position: absolute;
  top: 20%;
  left: 103%;
  -webkit-transform: translate(-50%, -50%) scale(1.5);
          transform: translate(-50%, -50%) scale(1.5);
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  z-index: 1;
}

.install-wrapper .medium-circle {
  position: absolute;
  top: 90%;
  left: 110%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: #1761C5;
  border-radius: 50%;
  z-index: 1;
}

.install-wrapper .dots {
  position: absolute;
  top: 105%;
  left: 0%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 200px;
  height: 200px;
  z-index: -2;
}

.install-wrapper__text {
  width: 100%;
}

.install-wrapper__text .steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.install-wrapper__text .steps .left {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.install-wrapper__text a {
  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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 50px;
  padding: 5px 10px;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
  background-color: #1761C5;
  border-radius: 100px;
  text-decoration: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.install-wrapper__text a:hover {
  background-color: #A2AABE;
}

.install-wrapper__text small {
  display: block;
  margin-bottom: 10px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  color: #A2AABE;
  opacity: 0.8;
}

.install-wrapper__text h4 {
  width: 410px;
  margin: 0;
  margin-bottom: 25px;
  color: #E8EFF9;
  font-style: normal;
  font-weight: 800;
  font-size: 26px;
  line-height: 130%;
}

.install-wrapper__text p {
  margin-bottom: 75px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #A2AABE;
  opacity: 0.8;
}

.install-wrapper__text .steps-nav__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.install-wrapper__text a.prev-btn {
  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;
  padding: 10px 20px;
  margin: 0;
  margin-right: 10px;
  color: #fff;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  background: #4A5060;
  border-radius: 8px;
  text-decoration: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.install-wrapper__text a.prev-btn.slick-arrow {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.install-wrapper__text a.prev-btn.slick-disabled {
  display: none !important;
}

.install-wrapper__text a.prev-btn:hover {
  color: #fff;
  background-color: #1761C5;
}

.install-wrapper__text a.next-btn {
  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;
  padding: 10px 20px;
  margin: 0;
  color: #1761C5;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  background: #FFFFFF;
  border-radius: 8px;
  text-decoration: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.install-wrapper__text a.next-btn:hover {
  color: #fff;
  background-color: #1761C5;
}

.install-wrapper .install-wrapper__image img {
  width: 260px;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer {
  position: relative;
  padding: 35px 0;
  border-top: 1px solid #e0e6ef;
}

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

.footer-left .footer-logo {
  margin-right: 75px;
}

.footer-left nav {
  height: 100%;
}

.footer-left nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-left nav ul li {
  margin-right: 40px;
}

.footer-left nav ul li:last-child {
  margin-right: 0;
}

.footer-left nav ul li a {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  color: #363D4E;
  text-decoration: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.footer-left nav ul li a:hover {
  color: #1761C5;
}

.footer-right {
  text-align: right;
}

.footer-right a {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 17px;
  color: #A2AABE;
  text-decoration: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.footer-right a:hover {
  color: #1761C5;
}

.policy-wrapper h1 {
  margin-bottom: 60px;
  font-style: normal;
  font-weight: 800;
  font-size: 55px;
  line-height: 64px;
  letter-spacing: -0.02em;
  color: #363D4E;
}

.policy-wrapper h2 {
  margin-bottom: 25px;
  font-style: normal;
  font-weight: 800;
  font-size: 30px;
  line-height: 41px;
  letter-spacing: -0.02em;
  color: #363D4E;
}

.policy-wrapper p {
  margin: 0;
  margin-bottom: 30px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #363D4E;
  opacity: 0.8;
}

.policy-wrapper .tags ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 0;
}

.policy-wrapper .tags ul li {
  margin: 0;
  padding: 0;
  margin-right: 10px;
}

.policy-wrapper .tags ul li::before {
  display: none;
}

.policy-wrapper .tags ul li:last-child {
  margin-right: 0;
}

.policy-wrapper .tags ul li a {
  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;
  padding: 10px 20px;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  color: #FFFFFF;
  background: #A2AABE;
  border-radius: 8px;
  text-decoration: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.policy-wrapper .tags ul li a:hover {
  background-color: #1761C5;
}

.policy-wrapper ul {
  margin-bottom: 25px;
}

.policy-wrapper ul li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 40px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #363D4E;
  opacity: 0.8;
}

.policy-wrapper ul li::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  display: inline-block;
  width: 30px;
  height: 1px;
  background: #363D4E;
  opacity: 0.8;
  vertical-align: middle;
}

.policy-wrapper ul li:last-child {
  margin-bottom: 0;
}

.select {
  position: relative;
  min-width: 50px;
  margin-right: 10px;
}

.select select {
  -webkit-appearance: none;
  width: 100%;
  height: 40px;
  border: 0;
  border-radius: 5px;
  background: rgba(23, 97, 197, 0.1);
  border-radius: 8px;
  cursor: pointer;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  color: #1761C5;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  text-align: center;
}

.select select:focus {
  outline: none;
}

.overlay {
  display: none;
}

.select select:required:invalid {
  color: #5a667f;
}

.select select option {
  color: #223254;
}

.select select option[value=""][disabled] {
  display: none;
}

@media only screen and (max-width: 1200px) {
  .title {
    font-size: 45px;
  }
  body img.circle-top {
    width: 769px;
    max-width: 100%;
  }
  .phone-gallery .small-circle {
    left: 95%;
  }
  .phone-gallery .medium-circle {
    left: 5%;
  }
  .install-wrapper .medium-circle {
    left: 100%;
  }
}

@media only screen and (max-width: 992px) {
  .title {
    font-size: 34px;
    line-height: 40px;
  }
  .blue-btn {
    font-size: 13px;
    padding: 10px 10px;
  }
  .header-menu ul li {
    margin-right: 50px;
  }
  .main {
    overflow: hidden;
  }
  .main-slide {
    width: 100%;
  }
  .main-slide .iphone-contour {
    width: auto;
  }
  .advantages {
    margin-bottom: 200px;
  }
  .advantages-wrapper {
    padding: 40px;
  }
  .advantages-card .strong {
    font-size: 17px;
    line-height: 1;
  }
  .wallpaper-text h2 {
    font-size: 34px;
    line-height: 45px;
  }
  .install {
    margin-bottom: 150px;
  }
  .install-wrapper {
    width: auto;
    padding: 50px;
  }
  .install-wrapper__text .steps .left {
    width: calc(100% - 300px);
  }
  .install-wrapper__text h4 {
    width: 100%;
    font-size: 24px;
  }
  .install-wrapper__image img {
    width: 220px;
  }
}

@media only screen and (max-width: 768px) {
  .header-logo {
    text-align: center;
  }
  .header-menu ul li {
    margin-right: 30px;
  }
  .header-info .blue-btn {
    display: none;
  }
  .main .container-xxl .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .main-slide .iphone-contour {
    width: 330px;
    margin: 0 auto 50px;
  }
  .main-slide .medium-circle {
    left: 80%;
  }
  .main-slide .small-circle {
    left: 15%;
  }
  .main-slide .decor-line {
    left: 80%;
  }
  .phone {
    margin-bottom: 100px;
  }
  .phone-gallery .iphone-contour {
    margin: 0 auto 50px;
  }
  .phone-gallery .small-circle {
    left: 85%;
  }
  .advantages {
    margin-bottom: 100px;
  }
  .advantages .container-xxl {
    padding-left: 0;
    padding-right: 0;
  }
  .advantages-wrapper {
    border-radius: 0;
  }
  .advantages-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 40px;
  }
  .advantages h2 {
    text-align: left;
  }
  .advantages-card i.icon {
    margin: 0;
    margin-bottom: 20px;
  }
  .advantages-card .strong {
    text-align: left;
  }
  .advantages-card .strong br {
    display: none;
  }
  .advantages-card p.paragraph {
    text-align: left;
  }
  .screens {
    margin-bottom: 100px;
  }
  .wallpaper .container-xxl .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .wallpaper-text {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .wallpaper-text h2 {
    text-align: center;
  }
  .wallpaper-image img {
    display: block;
    width: 550px;
    max-width: 100%;
    margin: 0 auto;
  }
  .install {
    padding-bottom: 50px;
    margin-bottom: 50px;
    overflow: hidden;
  }
  .install .container-xxl {
    padding-left: 0;
    padding-right: 0;
  }
  .install-wrapper {
    padding: 40px;
    border-radius: 0;
  }
  .install-wrapper__text {
    padding-right: 50px;
  }
  .install-wrapper__text h4 {
    font-size: 23px;
  }
  .install-wrapper__text p {
    margin-bottom: 30px;
  }
  .install-wrapper__text .steps .left {
    width: calc(100% - 230px);
  }
  .install-wrapper .install-wrapper__image img {
    width: 200px;
  }
  .footer-left {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-left .footer-logo {
    margin: 0;
    margin-bottom: 30px;
  }
  .footer-left nav ul {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-left nav ul li {
    margin: 0;
    margin-bottom: 15px;
  }
  .footer-right {
    text-align: left;
  }
}

@media only screen and (max-width: 576px) {
  .title {
    font-size: 28px;
    line-height: 37px;
  }
  .button_container {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 18px;
    width: 25px;
    cursor: pointer;
    z-index: 100;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
  }
  .button_container:hover {
    opacity: .7;
  }
  .button_container.active .top {
    -webkit-transform: translateY(7px) translateX(0) rotate(45deg);
            transform: translateY(7px) translateX(0) rotate(45deg);
    background: #363D4E;
  }
  .button_container.active .middle {
    opacity: 0;
    background: #363D4E;
  }
  .button_container.active .bottom {
    -webkit-transform: translateY(-7px) translateX(0) rotate(-45deg);
            transform: translateY(-7px) translateX(0) rotate(-45deg);
    background: #363D4E;
  }
  .button_container span {
    background: #363D4E;
    border: none;
    height: 3px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    cursor: pointer;
    border-radius: 50px;
  }
  .button_container span:nth-of-type(2) {
    top: 7px;
  }
  .button_container span:nth-of-type(3) {
    top: 14px;
  }
  .overlay {
    position: fixed;
    background: #E8EFF9;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .35s, visibility .35s, height .35s;
    transition: opacity .35s, visibility .35s, height .35s;
    overflow: hidden;
    z-index: 3;
  }
  .overlay.open {
    opacity: 1;
    visibility: visible;
    height: 100%;
  }
  .overlay nav.overlay-menu {
    position: relative;
    height: calc(100% - 200px);
    bottom: -140px;
    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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 30px 15px;
  }
  .overlay nav.overlay-menu .marketplace-btn {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .overlay ul {
    list-style: none;
    padding: 0;
  }
  .overlay ul li {
    display: block;
    margin-bottom: 25px;
    position: relative;
    opacity: 1;
  }
  .overlay ul li:last-child {
    margin-bottom: 0;
  }
  .overlay ul li a {
    display: block;
    position: relative;
    color: #363D4E;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    text-decoration: none;
    overflow: hidden;
  }
  .overlay ul li a:hover:after,
  .overlay ul li a:focus:after,
  .overlay ul li a:active:after {
    width: 100%;
  }
  .overlay ul li a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    height: 3px;
    background: #FFF;
    -webkit-transition: .35s;
    transition: .35s;
  }
  .header-logo {
    display: none;
  }
  .header-logo__center {
    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;
    height: 100%;
  }
  .header-menu {
    display: none;
  }
  .main {
    margin-bottom: 50px;
  }
  .main-text a {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .phone {
    margin-bottom: 50px;
  }
  .advantages {
    margin-bottom: 50px;
  }
  .advantages h2 {
    margin-bottom: 40px;
    font-size: 28px;
  }
  .advantages-card i.icon {
    width: 80px;
    height: 80px;
  }
  .advantages-card i.icon img {
    width: 30px;
    height: 30px;
  }
  .screens {
    margin-bottom: 50px;
  }
  .wallpaper {
    margin-bottom: 50px;
  }
  .wallpaper-text h2 {
    font-size: 28px;
    line-height: 38px;
  }
  .install {
    margin-bottom: 50px;
  }
  .install-wrapper__text .steps .left {
    width: 100%;
  }
  .install-wrapper__text .steps .left .content {
    height: 710px;
  }
  .install-wrapper__text .steps .right {
    display: none;
  }
  .install-wrapper__text {
    width: 100%;
    padding: 0;
  }
  .install-wrapper__text a.next-btn,
  .install-wrapper__text a.prev-btn {
    width: 100%;
  }
  .install-wrapper__text img.hidden-mob {
    display: block;
    margin-bottom: 30px;
    width: 100%;
    height: 400px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .install-wrapper__image {
    display: none;
  }
  .steps-slider.slick-slider .hidden-mob {
    display: block;
  }
  .install-wrapper .medium-circle {
    top: 60%;
    left: 10%;
  }
  .install-wrapper .decor-line {
    left: 77%;
  }
  .install-wrapper .dots {
    display: none;
  }
}

@media only screen and (max-width: 420px) {
  .main-slide .iphone-contour {
    width: 270px;
  }
  .main-slide .iphone-contour__btn {
    width: 200px;
  }
  .main-slide .medium-circle {
    top: 85%;
    left: 95%;
  }
  .main-slide .small-circle {
    left: 5%;
  }
  .main-slide .decor-line {
    left: 90%;
  }
  .phone-gallery .iphone-contour {
    width: 270px;
  }
  .phone-gallery .iphone-contour .grid-item {
    width: calc(142px - 15px);
  }
  .screens-top__item {
    margin: 0 10px;
  }
  .screens-charging {
    width: 170px;
    height: 170px;
  }
  .screens-charging .strong {
    font-size: 36px;
  }
  .screens-charging p {
    font-size: 14px;
    line-height: 20px;
  }
  .install {
    padding-bottom: 0;
    margin-bottom: 50px;
  }
  .install-wrapper {
    padding: 50px 15px 30px 15px;
  }
  .install-wrapper .decor-line {
    left: 86%;
  }
}
/*# sourceMappingURL=main.css.map */