@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@900&display=swap");
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-SemiBold.woff2") format("woff2"), url("../fonts/Inter-SemiBold.woff") format("woff"), url("../fonts/Inter-SemiBold.svg#Inter-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-ExtraBold.woff2") format("woff2"), url("../fonts/Inter-ExtraBold.woff") format("woff"), url("../fonts/Inter-ExtraBold.svg#Inter-ExtraBold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Black.woff2") format("woff2"), url("../fonts/Inter-Black.woff") format("woff"), url("../fonts/Inter-Black.svg#Inter-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff"), url("../fonts/Inter-Regular.svg#Inter-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Medium.woff2") format("woff2"), url("../fonts/Inter-Medium.woff") format("woff"), url("../fonts/Inter-Medium.svg#Inter-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Thin.woff2") format("woff2"), url("../fonts/Inter-Thin.woff") format("woff"), url("../fonts/Inter-Thin.svg#Inter-Thin") format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-ExtraLight.woff2") format("woff2"), url("../fonts/Inter-ExtraLight.woff") format("woff"), url("../fonts/Inter-ExtraLight.svg#Inter-ExtraLight") format("svg");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Bold.woff2") format("woff2"), url("../fonts/Inter-Bold.woff") format("woff"), url("../fonts/Inter-Bold.svg#Inter-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Light.woff2") format("woff2"), url("../fonts/Inter-Light.woff") format("woff"), url("../fonts/Inter-Light.svg#Inter-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  outline: none;
  list-style: none;
}

html,
body {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

h2 {
  font-weight: 700;
  font-size: 45px;
  line-height: 54px;
  color: #2b163a;
  text-align: center;
  margin-bottom: 25px;
  position: relative;
  z-index: 100;
}

h3 {
  font-weight: 700;
  line-height: 29px;
  font-size: 24px;
  color: #19152b;
  text-align: center;
}

h4 {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #232323;
  text-align: center;
}

p {
  font-size: 18px;
  color: #8d8d8d;
  line-height: 27px;
  text-align: center;
}

a {
  font-size: 18px;
  line-height: 22px;
  color: #04001a;
  text-decoration: none;
}

.divider {
  border: none;
  height: 1px;
  /* Set the hr color */
  color: #dddddd; /* old IE */
  background-color: #dddddd; /* Modern Browsers */
}

.color-white {
  color: #ffffff;
}

.blur-item {
  background: #bf8be4;
  opacity: 0.7;
  border-radius: 50%;
  position: absolute;
  filter: blur(55px);
  z-index: 1;
}

.blur-item-1 {
  width: 220px;
  height: 220px;
  left: 5%;
  bottom: 20%;
}

.blur-item-2 {
  width: 250px;
  height: 250px;
  right: 20%;
  bottom: 15%;
}

.blur-item-3 {
  width: 150px;
  height: 150px;
  right: 40%;
  top: 10%;
}

.container {
  max-width: 1420px;
  margin: 0 auto;
  padding: 0 40px;
}

.overflow-hidden {
  overflow: hidden;
}

/* Main screen  */
.main-screen {
  position: relative;
  padding: 140px 0 140px 0;
  width: 100vw;
  overflow: hidden;
  background: #f5f5f5;
}

.header {
  padding: 20px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 8888;
  transition: background-color 0.3s, padding-top 0.5s, padding-bottom 0.5s;
}

.header--is-fixed {
  background: #fff !important;
  box-shadow: 0 0 32px -3px rgba(0, 0, 0, 0.1);
  padding: 5px 0;
}

.navbar {
  align-items: center;
  justify-content: space-between;
}

.mr {
  margin-right: 55px;
}

.logo {
  width: 100px;
  height: 38px;
}
.logo img {
  width: 100%;
  height: 100%;
}

.main-nav li {
  margin-right: 42px;
}
.main-nav li:last-child {
  margin-right: 0;
}

.header-bar {
  align-items: center;
}

.header__mobile-enter {
  display: none;
}

.trial-btn {
  margin: 0 0 0 25px;
  padding: 23px 30px;
  display: block;
  background: linear-gradient(90deg, #5d0b99 -8.14%, #871bd7 90.12%);
  box-shadow: 0px 0px 21px rgba(139, 11, 228, 0.65);
  border-radius: 51px;
  font-weight: 700;
  font-size: 18px;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s ease;
}
.trial-btn:hover {
  box-shadow: none;
  transition: all 0.3s ease;
}

.lang-nav {
  margin-right: 25px;
  border: none;
  background: none;
  font-size: 18px;
}

.auth-button {
  text-decoration: none;
  font-weight: 600;
  color: #19152b;
  cursor: pointer;
}

.modal-auth {
  position: absolute;
  z-index: -10;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
}

.modal-auth.is-visible {
  visibility: visible;
  z-index: 9999;
}

.modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(0deg, 0%, 0%, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.modal-auth.is-visible .modal-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.modal-wrapper {
  position: fixed;
  z-index: 9999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 59px 44px;
  background: #fafdff;
  box-shadow: 0px 0px 19px rgba(110, 98, 146, 0.29);
  border-radius: 45px;
  max-width: 540px;
  width: 100%;
}
.modal-wrapper .modal-title {
  font-weight: 700;
  font-size: 27px;
  line-height: 103%;
  color: #4b0082;
}
.modal-wrapper .divider {
  margin: 40px 0;
}
.modal-wrapper .input-wrapper {
  width: 100%;
  margin-bottom: 15px;
}
.modal-wrapper .input-wrapper p {
  color: #4e4e4e;
  margin-bottom: 5px;
  text-align: left;
}
.modal-wrapper .input-wrapper input {
  border-radius: 10px;
  border: 1px solid #d3d3d3;
  height: 44px;
  padding: 0 9px;
  width: calc(100% - 20px);
  font-size: 18px;
}
.modal-wrapper .input-wrapper input:focus {
  border: 1px solid #5a3cb6;
}
.modal-wrapper .input-wrapper:last-child {
  margin-bottom: 0;
}
.modal-wrapper .checkbox-wrapper input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.modal-wrapper .checkbox-wrapper input ~ label {
  display: inline-flex;
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 150.02%;
  color: #d3d3d3;
  transition: all 0.3s ease;
  cursor: pointer;
}
.modal-wrapper .checkbox-wrapper input ~ label::before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 21px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #d3d3d3;
  border-radius: 7px;
  margin-right: 9px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  transition: all 0.3s ease;
}
.modal-wrapper .checkbox-wrapper input:checked ~ label::before {
  border-color: #5a3cb6;
  background-color: #5a3cb6;
}
.modal-wrapper .checkbox-wrapper input:checked ~ label {
  color: #5a3cb6;
}
.modal-wrapper .trial-btn {
  margin: 40px auto 15px auto;
  width: 100%;
  border: none;
  cursor: pointer;
}
.modal-wrapper .modal-link {
  font-size: 16px;
  line-height: 150.02%;
  color: #d3d3d3;
  display: flex;
}
.modal-wrapper .modal-link p {
  font-size: 16px;
  line-height: 150.02%;
  color: #d3d3d3;
  margin-right: 10px;
}
.modal-wrapper .modal-link span {
  color: #1f1f1f;
  cursor: pointer;
}
.modal-wrapper .auth {
  display: none;
  visibility: hidden;
}
.modal-wrapper .reg {
  display: none;
  visibility: hidden;
}
.modal-wrapper .is-shown {
  display: block;
  visibility: visible;
}

.modal-transition {
  transition: all 0.3s 0.12s;
  opacity: 0;
}

.modal-auth.is-visible .modal-transition {
  opacity: 1;
}

/*main-intro*/
.main-inner {
  margin: 100px auto 100px auto;
  justify-content: space-between;
  position: relative;
  z-index: 1000;
}

.intro {
  width: 48%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.intro h1 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 900;
  font-size: 142px;
  line-height: 173px;
  letter-spacing: 0.075em;
  background: linear-gradient(90deg, #5d0b99 -8.14%, #871bd7 90.12%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.intro h2 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  font-size: 75px;
  line-height: 91px;
  letter-spacing: 0.075em;
  text-align: left;
  color: #4b0082;
  margin-bottom: 1px;
}
.intro .intro-text {
  font-weight: 500;
  font-size: 28px;
  line-height: 34px;
  text-align: left;
  margin-bottom: 35px;
  /* Violet */
  color: #232323;
}
.intro .intro-text span {
  color: #4b0082;
}
.intro .intro-buttons {
  align-items: center;
  flex-wrap: wrap;
}
.intro .wind-btn {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  padding: 23px 30px;
  background: linear-gradient(90deg, #5d0b99 -8.14%, #871bd7 90.12%);
  box-shadow: 0px 0px 21px rgba(139, 11, 228, 0.65);
  border-radius: 51px;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
  margin-right: 40px;
  margin-bottom: 15px;
}
.intro .wind-btn:hover {
  transition: all 0.3s ease;
  box-shadow: none;
}
.intro .wind-btn img {
  margin-right: 15px;
}
.intro .other-btns {
  color: #848484;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
}
.intro .play-btns {
  align-items: center;
  align-content: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #19152b;
  text-decoration: none;
  margin-bottom: 15px;
}
.intro .play-btns img {
  margin-left: 15px;
}

.monitor {
  width: 48%;
  position: relative;
  transition: all 1s ease-in;
}
.monitor img {
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
  -webkit-animation: bounce 5s infinite;
          animation: bounce 5s infinite;
}

@-webkit-keyframes bounce {
  0%, 100% {
    transform: translate(0px, 10px);
  }
  50% {
    transform: translate(10px, -30px);
  }
}

@keyframes bounce {
  0%, 100% {
    transform: translate(0px, 10px);
  }
  50% {
    transform: translate(10px, -30px);
  }
}
.monitor.open {
  position: fixed;
  top: 15vw;
  width: 50vw;
  height: 60vh;
  left: 50%;
  margin-left: -25vw;
  transition: all 1s ease-in;
}
.monitor.open img {
  -webkit-animation: none;
          animation: none;
}

.info-inner {
  justify-content: space-between;
  align-items: flex-end;
}

.info-box {
  background: linear-gradient(106.67deg, rgba(225, 181, 255, 0.13) 1.29%, rgba(255, 255, 255, 0) 98.64%);
  box-shadow: inset -2px -2px 4px rgba(255, 255, 255, 0.1), inset 3px 3px 5px rgba(255, 255, 255, 0.1);
  filter: drop-shadow(10px 30px 100px rgba(0, 0, 0, 0.05));
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
  /* Note: backdrop-filter has minimal browser support */
  padding: 15px;
  border-radius: 30px;
}

.info-box-item {
  min-width: 180px;
}
.info-box-item .divider {
  color: rgba(119, 0, 202, 0.2);
  background-color: rgba(119, 0, 202, 0.2);
  margin: 15px 0;
}
.info-box-item:nth-child(2) {
  margin: 0 15px;
  padding: 0 15px;
  border-left: 1px solid #4b0082;
  border-right: 1px solid #4b0082;
}
.info-box-item .info-box-item-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #4b0082;
}
.info-box-item .info-box-item-description {
  font-size: 16px;
  line-height: 19px;
  color: #19152b;
  text-align: center;
}

.made_withlove {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.made_withlove p {
  color: #19152b;
  font-weight: 500;
  margin-right: 5px;
}
.made_withlove p span {
  color: linear-gradient(90deg, #5d0b99 -8.14%, #871bd7 90.12%);
}

/* advantages */
.bg-text {
  display: block;
  width: 921px;
  height: 171px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0.3;
}

.advantages {
  background: #f5f5f5;
  position: relative;
  width: 100%;
}
.advantages h2 {
  width: 500px;
  margin: 0 auto 155px auto;
}
.advantages h2:after {
  content: "";
  position: absolute;
  width: 160px;
  height: 160px;
  left: -80px;
  top: -55px;
  border-radius: 50%;
  background: linear-gradient(90deg, #bf8be4 0%, rgba(245, 245, 245, 0) 100%);
  transform: matrix(1, 0, 0, -1, 0, 0);
}
.advantages .bg-color {
  position: relative;
  background: linear-gradient(90deg, rgba(75, 0, 130, 0.82) -8.14%, rgba(135, 25, 216, 0.82) 90.12%);
  height: 426px;
}

.fix {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.advantages-inner {
  position: relative;
  z-index: 1000;
  height: inherit;
}

.slider-item .slide-text {
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  text-align: left;
  width: 50%;
  color: #f5f5f5;
  padding-top: 60px;
}

.slider-phone {
  position: absolute;
  bottom: -5px;
  right: 0;
  padding-right: 40px;
}

.advantages-slider {
  width: 100%;
  height: 426px;
  z-index: 9999;
}
.advantages-slider .advantages-pagination {
  display: grid;
  justify-items: center;
  gap: 45px;
  left: 50px !important;
}
.advantages-slider .advantages-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 50%;
  margin: 0 !important;
}
.advantages-slider .advantages-pagination .swiper-pagination-bullet-active {
  background: #fff;
  width: 14px;
  height: 14px;
}

/* also */
.also .also-title {
  margin: 70px 0;
}
.also h2 span, .also h4 span {
  color: #6b07b4;
}

.also-wrap {
  grid-template-columns: repeat(3, 30%);
  gap: 40px 20px;
  justify-content: space-between;
  margin-bottom: 70px;
}
.also-wrap .also-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
}
.also-wrap .also-item .also-item-title {
  margin: 25px 0;
  text-align: center;
}
.also-wrap .also-item .also-item-description {
  text-align: center;
}
.also-wrap .also-item .also-item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 97px;
  height: 97px;
  border-radius: 50%;
  background: linear-gradient(0deg, #f8f8f8 0%, #e4beff 100%);
}

.browser-wrap {
  margin: 65px auto;
  justify-content: space-between;
}

.browser-item {
  width: 42%;
  box-shadow: 0px 0px 15px rgba(124, 60, 169, 0.22);
  border-radius: 39px;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  padding: 30px 43px;
  height: 100%;
}
.browser-item .browser-title {
  margin: 20px 0;
}
.browser-item .browser-info {
  display: none;
  text-align: center;
  color: #8d8d8d;
  transition: all 0.4s ease-in-out;
}
.browser-item.browser-description {
  display: block;
}
.browser-item .browser-link {
  display: block;
  padding: 23px 30px;
  border: 1px solid #4b0082;
  border-radius: 51px;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  color: #8d8d8d;
  text-decoration: none;
  background: #ffffff;
  transition: all 0.3s ease;
  margin-top: 20px;
}
.browser-item .browser-link:hover {
  color: #ffffff;
  background: linear-gradient(90deg, #5d0b99 -8.14%, #871bd7 90.12%);
}
.browser-item .browser-i {
  width: 150px;
  height: 150px;
}

.browser-item:first-child {
  margin-right: 30px;
}

.open {
  height: initial;
}
.open .browser-description {
  display: none;
}

.open .browser-info {
  display: block;
}

/*      tariffs    */
#tariffs {
  padding: 130px 0 110px 0;
  background: #f5f5f5;
}
#tariffs h2 {
  width: 350px;
  margin: 0 auto 25px auto;
}
#tariffs h2:after {
  content: "";
  position: absolute;
  background: linear-gradient(90deg, #e5c2fe 0%, rgba(245, 245, 245, 0) 100%);
  transform: rotate(90deg);
  width: 160px;
  height: 160px;
  border-radius: 50%;
  left: 50%;
  margin-left: -80px;
  top: -65px;
  z-index: -1;
}

.discount {
  justify-content: center;
}
.discount .discount-text {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  margin-top: 30px;
  color: #8d8d8d;
  margin-right: 30px;
}
.discount .discount-text span {
  color: #4b0082;
  font-weight: 700;
}

.tariffs-wrap {
  margin: 100px auto 70px auto;
  justify-content: space-between;
  grid-template-columns: repeat(4, 335px);
  gap: 20px;
}

.tariff-item {
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  padding: 35px 25px 50px 25px;
  border-radius: 33px;
  box-shadow: 0px 4px 11px rgba(93, 47, 126, 0.28);
  transition: all 0.3s ease;
  z-index: 1000;
}
.tariff-item .tariff-divider {
  margin: 30px 41px;
}
.tariff-item::before {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(75, 0, 130, 0.82) -8.14%, rgba(135, 25, 216, 0.82) 90.12%);
  transition: opacity 0.3s ease-in-out;
  z-index: -1000;
  border-radius: 33px;
}
.tariff-item:hover::before {
  opacity: 1;
}
.tariff-item:hover .tariff-order-btn {
  background: #f5f5f5;
  box-shadow: 0px 7px 20px rgba(117, 13, 189, 0.35);
  color: rgba(75, 0, 130, 0.82);
}
.tariff-item:hover .tariff-title, .tariff-item:hover .tariff-price, .tariff-item:hover .tariff-period, .tariff-item:hover .tariff-options li p, .tariff-item:hover .tariff-options li span, .tariff-item:hover .tariff-options li:first-child, .tariff-item:hover .custom-text {
  color: #ffffff;
}
.tariff-item:hover svg path {
  stroke: #fff;
}
.tariff-item .tariff-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #4b0082;
  margin-bottom: 30px;
  transition: all 0.3s ease;
}
.tariff-item .tariff-price {
  font-weight: 700;
  font-size: 45px;
  line-height: 54px;
  color: #19152b;
  text-align: center;
  transition: all 0.3s ease;
}
.tariff-item .tariff-period {
  font-size: 16px;
  line-height: 19px;
  color: #8d8d8d;
  position: relative;
  text-align: center;
  transition: all 0.3s ease;
}
.tariff-item .tariff-options li p {
  text-align: left;
}
.tariff-item .tariff-options li:first-child span:before {
  margin-top: -5px;
}
.tariff-item .tariff-options li {
  font-size: 18px;
  line-height: 149%;
  color: #8d8d8d;
  margin-bottom: 20px;
  position: relative;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}
.tariff-item .tariff-options li span {
  color: #4b0082;
  font-weight: 600;
}
.tariff-item .tariff-options li svg {
  margin-right: 20px;
  width: 100%;
  height: 100%;
  max-width: 14px;
  max-height: 11px;
}
.tariff-item .tariff-order-btn {
  display: block;
  margin: 0 auto;
  padding: 23px 30px;
  background: linear-gradient(90deg, #5d0b99 -8.14%, #871bd7 90.12%);
  box-shadow: 0px 7px 20px rgba(117, 13, 189, 0.35);
  border-radius: 51px;
  font-weight: 700;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
}

.popular {
  position: relative;
  border-radius: 0 0 33px 33px;
}
.popular::before {
  border-radius: 0 0 33px 33px;
}

.popular-header {
  position: absolute;
  height: 45px;
  top: -43px;
  left: 0;
  right: 0;
  background: linear-gradient(90deg, #721db0 -8.14%, #c36dff 45.59%, #721db0 90.12%);
  box-shadow: 0px -4px 9px rgba(160, 26, 255, 0.23);
  border-radius: 23px 23px 0px 0px;
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
  line-height: 45px;
  text-align: center;
}

.custom {
  background: linear-gradient(180deg, #f1deff 0%, rgba(255, 255, 255, 0.723958) 99.99%, rgba(205, 136, 255, 0) 100%);
}
.custom .tariff-period {
  margin-top: 30px;
  padding: 17.5px 0;
}
.custom .tariff-period:after {
  top: 80px;
}
.custom .tariff-order-btn {
  border: 1px solid #4b0082;
  filter: drop-shadow(0px 7px 20px rgba(117, 13, 189, 0.35));
  background: transparent;
  color: #4b0082;
}
.custom .custom-text {
  font-weight: 600;
  line-height: 22px;
  text-align: center;
  margin-bottom: 30px;
  color: #4b0082;
  padding: 0 15px;
}

.tariff-includes {
  color: #19152b;
  margin-bottom: 70px;
  text-align: center;
  font-size: 28px;
}

.tariff-includes-wrap {
  justify-content: space-between;
  grid-template-columns: repeat(4, 310px);
  gap: 65px 0;
}

.tariff-includes-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tariff-includes-item .tariff-includes-item-i {
  text-align: center;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 97px;
  height: 97px;
  border-radius: 50%;
  background: linear-gradient(0deg, #f8f8f8 0%, #e4beff 100%);
}
.tariff-includes-item .tariff-includes-item-description {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  /* Grey */
  color: #8d8d8d;
}

.transform180deg {
  transform: rotate(180deg);
}

/*     register-now   */
#register-now {
  height: 426px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  background: linear-gradient(90deg, rgba(75, 0, 130, 0.82) -8.14%, rgba(135, 25, 216, 0.82) 90.12%);
}
#register-now .register-subtitle {
  font-weight: 500;
  max-width: 600px;
  margin: 0 auto;
}

.register-btn {
  display: block;
  margin: 40px auto 0 auto;
  font-weight: 700;
  font-size: 26px;
  padding: 23px 30px;
  background: #f5f5f5;
  box-shadow: 0px 7px 20px rgba(117, 13, 189, 0.35);
  border-radius: 51px;
  color: #4b0082;
  text-decoration: none;
  text-align: center;
  position: relative;
  z-index: 10;
}

.register-text-bg-1 {
  display: block;
  width: 921px;
  height: 171px;
  left: 50%;
  margin-left: -460.5px;
  position: absolute;
  top: -75px;
  bottom: 0;
  z-index: 1;
}

.register-text-bg-2 {
  display: block;
  width: 921px;
  height: 171px;
  left: 50%;
  margin-left: -460.5px;
  position: absolute;
  top: 100px;
  opacity: 0.5;
  z-index: 1;
}

.register-text-bg-3 {
  display: block;
  width: 921px;
  height: 171px;
  left: 50%;
  margin-left: -460.5px;
  position: absolute;
  bottom: -25px;
  opacity: 0.3;
  z-index: 1;
}

.register-img-bg {
  display: block;
  width: 354px;
  height: 426px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.register-img-bg img {
  width: initial;
  height: 100%;
  max-width: none;
}

/*  reviews */
#reviews {
  min-height: 400px;
  position: relative;
  padding: 100px 0;
  overflow: hidden;
}
#reviews h2 {
  width: 200px;
  margin: 0 auto 25px auto;
}
#reviews h2:after {
  content: "";
  position: absolute;
  background: linear-gradient(90deg, #e5c2fe 0%, rgba(245, 245, 245, 0) 100%);
  transform: rotate(90deg);
  width: 160px;
  height: 160px;
  border-radius: 50%;
  left: 50%;
  margin-left: -80px;
  top: -40px;
  z-index: -1;
}
#reviews .reviews-bg {
  position: absolute;
  width: 369px;
  height: 369px;
  left: -300px;
  background: #8547d6;
  filter: blur(321px);
  z-index: -1;
}

.reviews-slider-container {
  padding: 100px 0;
  overflow: hidden;
}

.reviews-slider {
  width: 877px;
  height: 453px;
  overflow: visible !important;
}
.reviews-slider .reviews-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 45px;
  bottom: 35px !important;
}
.reviews-slider .reviews-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: transparent;
  border: 1px solid rgb(75, 0, 130);
  border-radius: 50%;
}
.reviews-slider .reviews-pagination .swiper-pagination-bullet-active {
  background: linear-gradient(90deg, #5d0b99 -8.14%, #871bd7 90.12%);
  width: 14px;
  height: 14px;
}
.reviews-slider .reviews-button {
  width: 38px;
  height: 38px;
  background: #f5f5f5;
  border: 0.826087px solid #d5d5d5;
  border-radius: 50%;
}
.reviews-slider .reviews-button::after {
  content: url("../img-svg/arrowIcon.svg");
  width: 24px;
  position: absolute;
}
.reviews-slider .reviews-button-prev::after {
  transform: rotate(90deg);
  left: 16px;
  top: -1px;
}
.reviews-slider .reviews-button-next::after {
  transform: rotate(-90deg);
  top: -6px;
  right: 15px;
}

.reviews-item {
  background: #ffffff;
  box-shadow: 0px 4px 11px rgba(93, 47, 126, 0.28);
  border-radius: 35px;
}
.reviews-item .slide-logo {
  width: 115px;
  margin: 0 auto 20px auto;
  position: relative;
  margin-top: -57.5px;
}
.reviews-item .slide-url {
  font-weight: 600;
  margin-bottom: 20px;
  color: #4b0082;
}
.reviews-item .divider {
  margin: 20px auto;
  width: 271px;
}
.reviews-item .slide-rating {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: 150px;
}
.reviews-item .slide-rating .star {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}
.reviews-item .slide-rating .star img {
  width: 100%;
  display: block;
}
.reviews-item .slide-rating .star:last-child {
  margin-right: 0;
}
.reviews-item .text {
  text-align: center;
  max-width: 650px;
  margin: 0 auto;
  position: relative;
  color: #8d8d8d;
}
.reviews-item .slide-hashtag {
  font-weight: 600;
  color: #8d8d8d;
  text-align: center;
}

/* FAQ */
#faq {
  background: #f5f5f5;
  padding: 100px 0;
}
#faq h2 {
  font-weight: 700;
  font-size: 45px;
  line-height: 54px;
  text-align: center;
  color: #2b163a;
  position: relative;
  width: 80px;
  margin: 0 auto;
  z-index: 50;
}
#faq h2:after {
  display: block;
  position: absolute;
  right: -77px;
  top: -53px;
  content: "";
  width: 160px;
  height: 160px;
  border-radius: 50%;
  text-align: center;
  background: linear-gradient(90deg, #e5c2fe 0%, rgba(245, 245, 245, 0) 100%);
  transform: rotate(109.19deg);
  z-index: -1;
}
#faq h3 {
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #232323;
  margin-top: 25px;
}

.faq-wrap {
  margin: 75px auto 0 auto;
  max-width: 1159px;
  position: relative;
}
.faq-wrap .faq-bg-text {
  position: absolute;
  left: -330px;
  top: 200px;
  width: 380px;
  font-weight: 900;
  font-size: 168.8px;
  line-height: 206px;
  /* identical to box height */
  font-family: "Montserrat";
  letter-spacing: 0.075em;
  text-shadow: -1px 0 rgba(198, 148, 233, 0.5), 0 1px rgba(198, 148, 233, 0.5), 1px 0 rgba(198, 148, 233, 0.5), 0 -1px rgba(198, 148, 233, 0.5);
  transform: rotate(-90deg);
}
.faq-wrap .faq-bg-text:after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  font-weight: 900;
  font-size: 168.8px;
  line-height: 206px;
  /* identical to box height */
  content: "FAQ";
  letter-spacing: 0.075em;
  color: #f5f5f5;
  z-index: 10;
}

.faq-item {
  position: relative;
  margin-bottom: 50px;
}
.faq-item .faq-item-title {
  align-items: center;
  justify-content: space-between;
  flex-grow: 1;
  cursor: pointer;
}
.faq-item .item-name {
  flex-grow: 1;
  align-items: center;
}
.faq-item .i-before {
  display: inline-block;
  max-width: 38px;
  width: 100%;
  height: 38px;
  background: #f5f5f5;
  box-shadow: 0px 4px 11px rgba(93, 47, 126, 0.28);
  text-align: center;
  line-height: 38px;
  font-weight: 600;
  font-size: 24px;
  color: #8d8d8d;
  border-radius: 50%;
}
.faq-item .i-after {
  max-width: 38px;
  height: 38px;
  width: 100%;
  background: #f5f5f5;
  border: 1px solid #d5d5d5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq-item .i-after svg {
  transition: all ease 0.3s;
  width: 20px;
  height: 20px;
}
.faq-item .text {
  font-weight: 700;
  color: #8d8d8d;
  margin-left: 25px;
  text-align: left;
}

.active .i-before {
  background: linear-gradient(90deg, #5d0b99 -8.14%, #871bd7 90.12%);
  /* Тень тарифа */
  color: #f5f5f5;
  box-shadow: 0px 4px 11px rgba(93, 47, 126, 0.28);
}
.active .i-after {
  border: 1px solid #4b0082;
}
.active .i-after svg {
  transform: rotate(-180deg);
}
.active .i-after svg path {
  stroke: #4b0082;
}
.active .faq-item-title .text {
  color: #4b0082;
}

.faq-item-content {
  color: #8d8d8d;
  margin-top: 50px;
  display: none;
  text-align: left;
}

.active .faq-item-content {
  display: block;
}

/* support*/
#support {
  padding: 100px 20px 80px;
  background: linear-gradient(90deg, rgba(75, 0, 130, 0.82) -8.14%, rgba(135, 25, 216, 0.82) 90.12%);
  position: relative;
  overflow: hidden;
}
#support .support-text-bg-1 {
  display: block;
  width: 921px;
  height: 171px;
  left: 50%;
  margin-left: -460.5px;
  position: absolute;
  top: -25px;
  z-index: 1;
}
#support .support-text-bg-2 {
  display: block;
  width: 921px;
  height: 171px;
  left: 50%;
  margin-left: -460.5px;
  position: absolute;
  top: 150px;
  opacity: 0.4;
  z-index: 1;
}
#support .support-text-bg-3 {
  display: block;
  width: 921px;
  height: 171px;
  left: 50%;
  margin-left: -460.5px;
  position: absolute;
  bottom: -25px;
  opacity: 0.3;
  z-index: 1;
}

.support-wrap {
  grid-auto-flow: column;
  gap: 20px;
  margin: 40px auto 0 auto;
}

.support-wrap-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 20;
  cursor: pointer;
}
.support-wrap-item .icon {
  width: 97px;
  height: 97px;
  background: #f5f5f5;
  box-shadow: 0px 4px 32px #9940da;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}
.support-wrap-item .item-link {
  display: block;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
  /* identical to box height */
  text-align: center;
  /* Light Grey */
  color: #f5f5f5;
}

/*downloads*/
#downloads {
  padding: 40px 0 0 0;
  position: relative;
}
#downloads h2 {
  text-align: center;
  color: #19152b;
  font-size: 45px;
  margin-bottom: 65px;
}
#downloads h2 span {
  color: #4b0082;
}

.downloads-wrap {
  justify-content: center;
  margin-bottom: 20px;
}

.downloads-wrap-item {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: 294px;
  height: 70px;
  background: linear-gradient(90deg, #5d0b99 -8.14%, #871bd7 90.12%);
  box-shadow: 0px 0px 21px rgba(139, 11, 228, 0.65);
  border-radius: 51px;
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
}
.downloads-wrap-item span {
  margin-left: 15px;
}

.downloads-bg {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 168.8px;
  line-height: 123px;
  /* identical to box height */
  position: relative;
  letter-spacing: 0.075em;
  text-align: center;
  overflow: hidden;
  text-shadow: -1px 0 rgba(198, 148, 233, 0.5), 0 1px rgba(198, 148, 233, 0.5), 1px 0 rgba(198, 148, 233, 0.5), 0 -1px rgba(198, 148, 233, 0.5);
}
.downloads-bg:after {
  text-align: center;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  content: "DOWNLOAD";
  width: 100%;
  height: 100%;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 168.8px;
  line-height: 123px;
  z-index: 1;
  pointer-events: none;
}

.downloads-wrap-item:nth-child(2) {
  margin: 0 75px;
}

/* footer */
.footer {
  padding: 60px 0 45px 0;
  background: #0b0d17;
  color: #d9dbe1;
}
.footer .footer-nav {
  margin: 25px 0;
}
.footer .footer-nav li {
  margin-right: 40px;
}
.footer .footer-nav li a {
  font-size: 18px;
  line-height: 22px;
  color: #f5f5f5;
  text-decoration: none;
  transition: all 0.3s ease;
}
.footer .footer-nav li:hover a {
  font-weight: 700;
  color: linear-gradient(360deg, #f8f8f8 0%, #e4beff 100%);
}
.footer .footer-nav li:first-child {
  width: 135px;
}
.footer .footer-nav li:nth-child(2) {
  width: 68px;
}
.footer .footer-nav li:nth-child(3) {
  width: 70px;
}
.footer .footer-nav li:nth-child(4) {
  width: 35px;
}
.footer .footer-nav li:nth-child(5) {
  width: 103px;
}
.footer .social-nav .flex {
  align-items: center;
}
.footer .social-nav li {
  margin-right: 70px;
}
.footer .social-nav li svg path {
  transition: all 0.3s ease;
}
.footer .social-nav li:hover svg path {
  fill: #e5c2fe;
}
.footer .copyright {
  font-size: 14px;
  margin-top: 25px;
}

@media (max-width: 1500px) {
  .mr {
    margin-right: 30px;
  }
  .main-nav li {
    margin-right: 21px;
  }
  .main-nav li:last-child {
    margin-right: 0;
  }
  .main-inner {
    margin: 75px auto;
  }
  .intro h2 {
    font-size: 60px;
    line-height: 75px;
  }
  .intro h1 {
    font-size: 114px;
    line-height: 134px;
  }
  .intro .intro-text {
    font-size: 22px;
    line-height: 27px;
  }
  .intro .wind-btn {
    margin-right: 20px;
  }
  .info-box-item {
    min-width: 160px;
  }
  .info-box-item .info-box-item-title {
    font-size: 15px;
  }
  .info-box-item .info-box-item-description {
    font-size: 15px;
  }
  .tariffs-wrap {
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
  }
  .tariffs-wrap .tariff-item {
    padding: 15px;
  }
  .tariffs-wrap .tariff-item .tariff-title {
    margin-bottom: 15px;
  }
  .tariffs-wrap .tariff-item .tariff-divider {
    margin: 20px 41px;
  }
  .tariffs-wrap .tariff-item .tariff-options li {
    margin-bottom: 10px;
  }
  .tariffs-wrap .tariff-item p {
    font-size: 16px;
  }
  .tariffs-wrap .custom .tariff-period {
    margin-top: 15px;
  }
  .tariff-includes-wrap {
    grid-template-columns: repeat(4, 280px);
  }
  .register-img-bg {
    width: 300px;
  }
}
@media (max-width: 1300px) {
  .modal-wrapper {
    padding: 40px 30px;
    max-width: 450px;
  }
  .modal-wrapper .modal-title {
    font-size: 24px;
  }
  .modal-wrapper .divider {
    margin: 25px 0;
  }
  .modal-wrapper .input-wrapper p {
    font-size: 16px;
  }
  .modal-wrapper .input-wrapper input {
    font-size: 16px;
    height: 40px;
  }
  .modal-wrapper .trial-btn {
    margin: 25px auto 10px auto;
  }
  .modal-wrapper .modal-link {
    font-size: 14px;
  }
  .modal-wrapper .modal-link p {
    font-size: 14px;
  }
  .mr {
    margin-right: 20px;
  }
  .main-nav li:last-child {
    margin-right: 0;
  }
  a {
    font-size: 16px;
  }
  .lang-nav {
    font-size: 16px;
  }
  .trial-btn {
    padding: 11.5px 15px;
    font-size: 16px;
  }
  .main-inner {
    margin: 40px auto;
  }
  .intro h2 {
    font-size: 48px;
    line-height: 60px;
  }
  .intro h1 {
    font-size: 92px;
    line-height: 100px;
  }
  .intro .intro-text {
    font-size: 20px;
    line-height: 24px;
  }
  .intro .wind-btn {
    padding: 11.5px 15px;
    font-size: 16px;
    margin-right: 10px;
  }
  .intro .play-btns {
    font-size: 16px;
  }
  .intro .play-btns img {
    width: 30px;
    margin-left: 7px;
  }
  .intro {
    width: 52%;
  }
  .info-box-item {
    min-width: 120px;
  }
  .info-box-item .info-box-item-title {
    font-size: 14px;
  }
  .info-box-item .info-box-item-description {
    font-size: 14px;
  }
  .info-box-item:nth-child(2) {
    margin: 0 10px;
    padding: 0 10px;
  }
  /* advantages */
  .advantages {
    padding-top: 75px;
  }
  .advantages .bg-color {
    height: 355px;
  }
  .advantages-slider {
    height: 355px;
  }
  .advantages-slider .advantages-pagination {
    right: 400px !important;
  }
  .slider-item .slide-text {
    font-size: 30px;
  }
  .slider-phone {
    width: 515px;
  }
  .tariff-includes-wrap {
    grid-template-columns: repeat(4, 228px);
  }
  .register-img-bg {
    display: none;
  }
  .register-btn {
    font-size: 20px;
  }
}
@media (max-width: 1200px) {
  .tariffs-wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
  }
}
@media (max-width: 1000px) {
  .modal-wrapper {
    max-width: 300px;
    padding: 40px 15px;
  }
  .blur-item {
    display: none;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 20px;
  }
  p {
    font-size: 16px;
  }
  .main-screen {
    padding: 90px 0 0 0;
  }
  .header--is-fixed {
    padding: 10px 0;
  }
  .main-nav {
    display: none;
  }
  .header-bar {
    display: none;
  }
  .navbar {
    justify-content: center;
  }
  .logo {
    width: 80px;
    height: 31px;
  }
  .mr {
    margin-right: 0;
  }
  .main-inner {
    flex-direction: column;
  }
  .intro {
    width: 100%;
  }
  .monitor {
    display: none;
  }
  .info-inner {
    display: none;
  }
  /* advantages */
  .advantages {
    padding-top: 20px;
  }
  .advantages h2 {
    margin: 70px auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .advantages h2::after {
    width: 79px;
    height: 79px;
    left: -50px;
    top: -12px;
  }
  .advantages .bg-color {
    height: 500px;
  }
  .advantages-slider {
    height: 425px;
  }
  .advantages-slider .advantages-pagination {
    right: 400px !important;
    grid-template-columns: repeat(3, 16px);
    align-items: center;
    height: 16px;
    top: 165px;
    left: 50% !important;
    right: initial !important;
    transform: translate(-50%, -50%);
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
  .slider-phone {
    width: 330px;
    height: 372px;
    padding-right: 75px;
    left: 50%;
    transform: translate(-50%);
    bottom: -14px;
  }
  .slider-item .slide-content {
    align-items: center;
    flex-grow: 1;
  }
  .slider-item .slide-text {
    width: 100%;
    font-size: 25px;
    padding-top: 25px;
  }
  .bg-text {
    display: none;
  }
  .also .also-title {
    margin: 40px 0;
  }
  .also-wrap {
    grid-template-columns: repeat(2, 47%);
  }
  .also-wrap .also-item .also-item-img {
    width: 65px;
    height: 65px;
  }
  .also-wrap .also-item .also-item-img img {
    transform: scale(0.65);
  }
  .also-wrap .also-item .also-item-title {
    margin: 10px 0;
  }
  .browser-item {
    width: inherit;
    max-width: 680px;
  }
  .browser-item:first-child {
    margin-right: 0;
  }
  .browser-wrap {
    flex-direction: column;
    align-items: center;
  }
  .browser-wrap .browser-item:first-child {
    margin-bottom: 50px;
  }
  .browser-wrap .browser-link {
    padding: 11.5px 15px;
    font-size: 16px;
  }
  .tariffs-wrap {
    gap: 25px;
  }
  .tariffs-wrap .tariff-item {
    padding: 15px;
  }
  .tariffs-wrap .tariff-item .tariff-divider {
    margin: 20px 40px;
  }
  .tariffs-wrap .tariff-item .tariff-options li {
    margin-bottom: 20px;
  }
  .tariffs-wrap .tariff-item .tariff-title {
    margin-bottom: 20px;
  }
  .tariff-includes {
    font-size: 20px;
  }
  .tariff-includes-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
  .support-wrap {
    gap: 20px;
  }
  #faq h2::after {
    width: 79px;
    height: 79px;
    right: 0;
    top: -35px;
  }
  .faq-item {
    margin-bottom: 32px;
  }
  .faq-item .faq-item-content {
    margin-top: 20px;
  }
  .reviews-slider-container {
    padding: 100px 24px;
  }
  .reviews-slider {
    width: 100%;
  }
  .reviews-slider .reviews-pagination {
    gap: 30px;
  }
  .reviews-slider .reviews-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
  .reviews-slider .reviews-pagination .swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
  }
  .reviews-slider .reviews-button {
    display: none;
  }
  .reviews-item .text {
    padding: 0 20px;
  }
  .reviews-item .slide-logo {
    margin: -30px auto 10px auto;
  }
  .register-text-bg-1 {
    transform: scale(0.4);
    top: -50px;
  }
  .register-text-bg-2 {
    display: none;
  }
  .register-text-bg-3 {
    transform: scale(0.4);
    opacity: 1;
    bottom: -50px;
  }
  #downloads {
    display: none;
  }
  .header__mobile-enter {
    display: block;
    position: absolute;
    right: 25px;
    background: none;
    border: none;
  }
}
@media (max-width: 700px) {
  .container {
    padding: 0 20px;
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 18px;
  }
  .main-inner {
    margin: 10px auto;
  }
  .intro {
    align-items: center;
  }
  .intro h2 {
    font-size: 40px;
    line-height: 49px;
  }
  .intro h1 {
    font-size: 77px;
    line-height: 94px;
  }
  .intro .intro-text {
    font-size: 16px;
    line-height: 19px;
  }
  .intro .wind-btn {
    display: none;
  }
  .intro .other-btns {
    display: none;
  }
  /* advantages */
  .advantages h2 {
    margin: 20px auto 65px;
  }
  .advantages h2::after {
    left: -45px;
  }
  .advantages .bg-color {
    height: 650px;
  }
  .advantages-slider .advantages-pagination {
    top: 300px;
  }
  .also h4 {
    font-size: 16px;
  }
  .also-wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 25px;
    margin-bottom: 35px;
  }
  .browser-item {
    padding: 22px 18px;
  }
  .browser-item .browser-i {
    width: 75px;
    height: 75px;
  }
  .browser-item .browser-title {
    font-size: 20px;
    margin: 10px 0;
  }
  .browser-item .browser-link {
    margin-top: 20px;
  }
  .browser-wrap {
    margin: 25px 0;
  }
  .browser-wrap .browser-item:first-child {
    margin-bottom: 25px;
  }
  #tariffs {
    padding: 60px 0;
  }
  #tariffs h2::after {
    width: 79px;
    height: 79px;
    top: -15px;
    left: 45%;
    transform: rotate(15deg);
  }
  #tariffs .discount {
    display: none;
  }
  .tariffs-wrap {
    margin: 25px auto 40px auto;
    grid-template-columns: 1fr;
  }
  .tariffs-wrap .tariff-item {
    padding: 25px;
  }
  .tariffs-wrap .tariff-item:first-child {
    margin-bottom: 45px;
  }
  .tariff-includes {
    margin-bottom: 25px;
  }
  .tariff-includes-wrap {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .tariff-includes-item {
    align-items: flex-start;
  }
  .tariff-includes-item .tariff-includes-item-i {
    display: none;
  }
  .tariff-includes-item .tariff-includes-item-description {
    display: flex;
    align-items: center;
    text-align: left;
    font-size: 16px;
    line-height: 20px;
  }
  .tariff-includes-item .tariff-includes-item-description::before {
    content: url("../img-svg/arrowList.svg");
    margin-right: 20px;
  }
  #reviews {
    padding: 50px 0;
  }
  #reviews h2::after {
    width: 79px;
    height: 79px;
    left: 70%;
    top: -30%;
  }
  .reviews-slider-container {
    padding: 50px 24px;
  }
  .reviews-item .slide-logo {
    width: 60px;
    height: 60px;
  }
  .reviews-item .slide-url {
    margin-bottom: 10px;
  }
  .reviews-item .slide-rating .star {
    width: 11px;
    height: 11px;
  }
  .reviews-item .divider {
    margin: 10px auto;
    width: 105px;
  }
  #support .support-text-bg-1 {
    transform: rotate(270deg) scale(0.7);
    top: 238px;
    left: auto;
    margin-left: 0;
  }
  #support .support-text-bg-2 {
    display: none;
  }
  #support .support-text-bg-3 {
    display: none;
  }
  #support .container {
    padding: 0;
  }
  .support-wrap {
    grid-template-columns: 1fr;
    gap: 40px;
    grid-auto-flow: row;
  }
  .support-wrap-item {
    flex-direction: row;
  }
  .support-wrap-item .item-link {
    text-align: left;
  }
  .support-wrap-item .icon {
    margin-bottom: 0;
    margin-right: 20px;
    width: 70px;
    height: 70px;
  }
  .support-wrap-item .icon img {
    transform: scale(0.7);
  }
  .footer {
    padding: 35px 0;
  }
  .footer-nav {
    display: none;
  }
  .social-nav ul {
    margin-top: 25px;
    justify-content: center;
  }
  .social-nav ul li {
    margin-right: 30px !important;
  }
  .social-nav ul li:last-child {
    margin-right: 0 !important;
  }
}
@media (max-width: 360px) {
  .tariffs-wrap .tariff-item {
    padding: 15px;
  }
}/*# sourceMappingURL=main.css.map */