@charset "UTF-8";

/* RESET */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  font-size: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  min-width: 0;
}
html {
  height: 100%;
  font-weight: 400;
  touch-action: manipulation;
  -ms-touch-action: manipulation;
}
body {
  height: 100%;
  line-height: 1;
}
blockquote,
q {
  quotes: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: inherit;
}
b,
strong {
  font-weight: 700;
}
input,
button,
textarea {
  border: 0;
  padding: 0;
  font-weight: inherit;
  background: transparent;
  line-height: 1;
}
hr {
  display: block;
  width: 100%;
  height: 1px;
  background: #ada29c;
  margin: 0;
  padding: 0;
  border: 0;
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder {
  color: inherit;
}
input::placeholder {
  color: inherit;
  opacity: 0.7;
}
input[type="text"]::-ms-clear,
input[type="text"]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
input[type="text"],
input[type="search"],
input[type="password"],
input[type="email"],
input[type="button"],
[type="submit"],
textarea,
select {
  box-sizing: border-box;
  display: block;
  width: 100%;
  font-family: inherit;
  line-height: 1;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
}
input[type="button"],
[type="submit"],
.btn {
  cursor: pointer;
}
a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
select:disabled {
  opacity: 0.6;
}

/*
@media screen and (max-width: 1000px) {}
*/

img {
  display: block;
  max-width: 100%;
}

body {
  height: 100%;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
}

:root {
  --color-violet: #3530d2;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.description {
  font-size: 14px;
  line-height: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin-bottom: 20px;
}

.description:after {
  content: "";
  display: block;
  clear: both;
}

.description h1,
.description h2,
.description h3,
.description h4 {
  line-height: 1;
  margin: 15px 0;
}

.description h1 {
  font-size: 30px;
}

.description h2 {
  font-size: 26px;
}

.description h3 {
  font-size: 22px;
}

.description h4 {
  font-size: 18px;
}

.description ul,
.description ol {
  list-style-position: inside;
  padding-left: 15px;
  margin-bottom: 15px;
}

.description p {
  font-size: 14px;
  line-height: 24px;
  margin: 0px 0px 10px 0px;
}

.description li {
  font-size: 14px;
  margin-bottom: 5px;
  line-height: 18px;
}

.description a {
  color: #f49b0e;
  line-height: 18px;
}

.description a:hover {
  text-decoration: underline;
}

.description blockquote {
  font-style: italic;
  line-height: 24px;
  background: #f4f4f4;
  padding: 10px 15px;
  margin-bottom: 10px;
}

.description blockquote:before {
  content: "\00ab";
}

.description blockquote:after {
  content: "\00bb";
}

.description table {
  border-collapse: collapse;
  font-size: 14px;
  margin-bottom: 15px;
}

.description table td,
.description table th {
  padding: 10px 15px;
  border: 1px solid #d7d7d7;
}

.description table thead td,
.description table th {
  font-weight: 600;
  background: #f4f4f4;
}

.description pre {
  padding: 10px;
  background: #eaeaea;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  overflow: auto;
  margin-bottom: 10px;
}

.description hr {
  display: block;
  border: 0;
  height: 1px;
  background: #000;
  margin: 5px 0 10px;
}

.description img {
  max-width: 100%;
  height: auto;
}

.description .two_columns {
  content: "";
  display: block;
  clear: both;
  width: 49%;
}

.description .text-center {
  text-align: center;
}

.description .text-left {
  text-align: left;
}

.description .text-right {
  text-align: right;
}

.description figure {
  margin: 0;
}

.mobile {
  display: none;
}

.gradient {
  background: #ff7713;
  background: -moz-linear-gradient(left, #ff7713 0%, #fbbc23 100%);
  background: -webkit-linear-gradient(left, #ff7713 0%, #fbbc23 100%);
  background: linear-gradient(to right, #ff7713 0%, #fbbc23 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7713', endColorstr='#fbbc23',GradientType=1 );
}

.fw {
  width: 100%;
  min-width: 100%;
}

.wrapper {
  box-sizing: border-box;
  max-width: 100%;
  width: 1440px;
  padding: 0 110px;
  margin: 0 auto;
}

.title {
  font-weight: 800;
  font-size: 38px;
  margin-bottom: 45px;
}

.btn {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  height: 58px;
  padding: 0 72px;

  border-radius: 999px;
  font-weight: 600;
  font-size: 16px;
  color: #000;

  text-transform: uppercase;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-out;
  overflow: hidden;
}

.btn_white {
  /*border: 2px solid #fff;*/

  background: rgb(255, 119, 19);
  background: -moz-linear-gradient(
    left,
    rgba(255, 119, 19, 1) 0%,
    rgba(251, 188, 35, 1) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(255, 119, 19, 1) 0%,
    rgba(251, 188, 35, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 119, 19, 1) 0%,
    rgba(251, 188, 35, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7713', endColorstr='#fbbc23',GradientType=1 );
}

.btn_white::before,
.btn_white::after {
  content: "";
  display: block;
  width: 60%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: -1%;
  z-index: -1;
  transform: skew(15deg);
  backface-visibility: hidden;

  transition: all 0.3s ease-out;
}

.btn_white::after {
  left: 49%;
}

.btn_white:hover {
  color: #fff;
}

.btn_white:hover::before {
  left: -110%;
}

.btn_white:hover::after {
  left: 110%;
}

.main {
  min-height: 100%;
  position: relative;
}

.main::before,
.main::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}

.main::before {
  top: 0;
  right: 0;
  background: url(../img/bg.png) right top no-repeat;
  background-size: 65% auto;
}

.main::after {
  bottom: 0;
  left: 0;
  background: url(../img/bg_bottom.png) left bottom no-repeat;
  background-size: 35% auto;
}

.header {
  padding: 30px 0;
  position: sticky;
  top: 0;
  z-index: 10;
  box-shadow: 0 5px 10px 0 rgb(0 0 0 / 0%);
  transition: all 0.3s;
}

.header::after {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-violet);

  transition: all 0.3s;
  z-index: -1;
}

.header__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-phone {
  display: flex;
  align-items: center;

  font-weight: 500;
  font-size: 26px;
  color: var(--color-violet);
  white-space: nowrap;
}

.header-phone__icon {
  flex: 0 0 auto;
  width: 58px;
  height: 58px;
  background: url(../img/icon_phone.png) center center no-repeat;
  background-size: 100% 100%;
  background-color: #fff;
  border-radius: 100%;
  margin-right: 20px;

  transform: rotate(0);
  transition: all 0.3s;
}

.header-phone__text {
  transform: translateX(0);
  transition: all 0.3s;
}

.header-phone:hover .header-phone__icon {
  transform: rotate(45deg);
}

.header-phone:hover .header-phone__text {
  transform: translateX(10px);
}

.header-menu {
  display: flex;
  align-items: center;
  color: #fff;
}

.header-menu__link {
  display: block;
  position: relative;
  text-transform: uppercase;
  margin-right: 80px;
}

.header-menu__link::after {
  content: "";
  display: block;
  width: 48px;
  height: 2px;
  background: #fff;
  border-radius: 999px;
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);

  transition: all 0.3s ease-out;
}

.header-menu__link:not(.active)::after {
  width: 0;
}

.header-menu__link:not(.active):hover::after {
  width: 100%;
}

.header.fixed {
  box-shadow: 0 10px 10px 0 rgb(0 0 0 / 35%);
}
.header.fixed::after {
  width: 100%;
}

.header.fixed .header-phone {
  color: #fff;
}

/* header END */

/* hero START */

.hero {
  padding: 0 0 50px 0;
}

.hero__content {
  display: flex;
  align-items: flex-start;
}

.hero__info {
  padding-right: 6%;
  padding-top: 50px;
}

.hero__title {
  margin-bottom: 18px;
}

.hero__label {
  display: block;
  position: relative;
  left: -25px;
}

.hero__subtitle {
  font-size: 24px;
  margin-top: -18px;
}

/* hero END */

/* product START */

.product {
  flex: 0 0 auto;
  width: 56%;
  position: relative;

  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  justify-content: center;

  box-sizing: border-box;
}

.product * {
  box-sizing: border-box;
}

.product__variant {
  width: calc(50% - 2px);

  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0px 14px 30px rgba(128, 119, 156, 0.2);
  backdrop-filter: blur(11.5px);
  border-radius: 20px;

  padding: 16px;
  z-index: 5;
}

.product__image {
  width: 100%;
  height: 220px;

  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;

  margin-bottom: 38px;
  position: relative;
}

.product__image:after {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  background: url(../img/zoom-in.svg?v1) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  opacity: 0;
  transition: opacity 0.25s ease;
}

.product__image:hover {
  cursor: pointer;
}

.product__image:hover::after {
  opacity: 1;
}

.product__text {
  width: 100%;
  height: 220px;
  padding-top: 15px;
  margin-bottom: 38px;
  text-align: center;
}

.product__buttons {
  grid-template-columns: repeat(3, 1fr);
  background-color: #ffffff;
  border: 2px solid #5131d1;
  border-radius: 8px;

  display: none;
  width: 100%;

  position: relative;
  overflow: hidden;
}

.product__buttons:before,
.product__buttons:after {
  content: "";
  width: 2px;
  height: 100%;
  background-color: #5131d1;
  display: block;
  position: absolute;
  top: 0;
}

.product__buttons:before {
  left: calc(33.33% - 1px);
}

.product__buttons:after {
  right: calc(33.33% - 1px);
}

.product__buttons.active,
.product__buttons--show {
  display: grid;
}

.product__radio {
  width: 100%;
  margin: 0;
  display: flex;
}

.product__radio label {
  display: block;
  width: 100%;

  text-align: center;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;

  padding: 7px;
  transition: all 0.25s ease;

  position: relative;
}

.product__radio label:before,
.product__radio label:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #5131d1;
  display: block;
  position: absolute;
  left: 0;
}

.product__radio label:before {
  top: -1px;
}

.product__radio label:after {
  bottom: -1px;
}

.product__radio label:hover,
.product__radio input[type="radio"]:checked + label {
  background-color: #5131d1;
  color: #ffffff;
  cursor: pointer;
  box-shadow: 0px 0px 0px 1px #5131d1;
}

.product__footer {
  display: flex;
  align-items: center;
  margin-top: 13px;
}

.product__button {
  padding: 20px 90px;
  background: linear-gradient(90deg, #ff7713 9.21%, #fbbc23 79.64%);
  box-shadow: 0px 18px 34px rgba(255, 133, 20, 0.33);

  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;

  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
  text-align: center;
  color: #ffffff;

  transform: skewX(-20deg);
  margin-left: 15px;

  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.product__button::before,
.product__button::after {
  content: "";
  display: block;
  width: 130%;
  height: 100%;
  position: absolute;
  left: -15%;
  top: 0;
  z-index: -2;
  opacity: 1;
  transition: all 0.3s;
  transform: skew(45deg);
  background: rgb(255, 119, 19);
  background: -moz-linear-gradient(
    left,
    rgba(255, 119, 19, 1) 0%,
    rgba(251, 188, 35, 1) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(255, 119, 19, 1) 0%,
    rgba(251, 188, 35, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 119, 19, 1) 0%,
    rgba(251, 188, 35, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7713', endColorstr='#fbbc23',GradientType=1 );
}

.product__button::after {
  left: -135%;
  z-index: -1;
  background: rgb(251, 188, 35);
  background: -moz-linear-gradient(
    left,
    rgba(251, 188, 35, 1) 0%,
    rgba(255, 119, 19, 1) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(251, 188, 35, 1) 0%,
    rgba(255, 119, 19, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(251, 188, 35, 1) 0%,
    rgba(255, 119, 19, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbbc23', endColorstr='#ff7713',GradientType=1 );
}

.product__button:hover::before {
  opacity: 0.5;
  left: -115%;
}

.product__button:hover::after {
  left: -15%;
}

.product__button span {
  display: block;
  transform: skewX(20deg);
}

.product__price {
  min-width: 200px;
  margin-right: 15px;
}

.product__total {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
  margin: 8px 0 0 0;
}

.product__ports-price {
  font-size: 20px;
  line-height: 2;
  margin: 0;
}

/* product END */

/* modal START */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 120;

  display: none;
  box-sizing: border-box;
}

.modal * {
  box-sizing: border-box;
}

.modal.opened {
  display: block;
}

.modal.opened .modal__bg {
  animation-name: fadeIn;
  animation-duration: 0.7s;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-timing-function: ease-out;
}

.modal.opened .modal__inner {
  animation-name: fadeInUp;
  animation-duration: 0.35s;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-timing-function: ease-out;
}

.modal__close {
  display: block;
  outline: none;
  border: none;
  padding: 0;

  width: 35px;
  height: 35px;
  background: url(../img/icon-close.svg) center center no-repeat;

  position: absolute;
  bottom: 100%;
  left: 100%;

  transition: all 0.25s ease;
}

.modal__close:hover {
  cursor: pointer;
  transform: rotate(180deg);
}

.modal__bg {
  background: #1f1d31;
  opacity: 0.8;

  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.modal__scrollbox {
  padding: 23px 16px;
  padding-top: 50px;
  overflow-x: hidden;
  overflow-y: auto;

  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  scrollbar-color: #000000 lighten(#1f1d31, 5%);
  scrollbar-width: thin;
}

.modal__scrollbox::-webkit-scrollbar {
  width: 6px;
  margin: 5px;
  border: 1px solid #1f1d31;
  border-radius: 5px;
}

.modal__scrollbox::-webkit-scrollbar-thumb {
  background-color: #000000;
  border-radius: 5px;
  border: 1px solid lighten(#1f1d31, 2%);
}

.modal__scrollbox::-webkit-scrollbar-track {
  background-color: lighten(#1f1d31, 2%);
}

.modal__inner {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
  padding: 50px;

  background-color: #ffffff;
  border-radius: 20px;
}

.modal__content {
  display: flex;
  flex-direction: column;
  align-items: center;

  text-align: center;
}
.modal__label {
  font-size: 16px;
  margin: 0 0 12px 0;
}

.modal__info {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 24px 0;
}

.modal__image {
  width: 125px;
  height: 125px;

  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.modal__socials {
  width: 100%;
  max-width: 540px;

  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid #d5d5d5;

  display: flex;
  flex-direction: column;
  align-items: center;
}

.modal__socials p {
  max-width: 300px;
  font-size: 16px;
  margin: 0;
}

.modal__socials ul {
  margin: 0;
  padding: 0;
  list-style: none;

  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;

  margin-top: 20px;
}

.modal__socials li {
  margin: 0;
  padding: 0;
}

.modal__socials a {
  display: block;
  transition: all 0.25s ease;
}

.modal__socials img {
  display: block;
  user-select: none;
  pointer-events: none;
}

.modal__socials a:hover {
  transform: scale(0.85);
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(16px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* product-dialog END */

/* socials START */
.socials {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 100;

  margin: 0;
  padding: 0;
  list-style: none;
}

.socials__toggle {
  margin: 0;
  padding: 0;
}

.socials__toggle button {
  width: 70px;
  height: 70px;

  outline: none;
  cursor: pointer;

  display: block;
  border-radius: 50%;

  padding: 0;

  background: linear-gradient(0deg, #69c422 0%, #c5e83a 100%);
  box-shadow: 0px 18px 34px rgba(149, 213, 46, 0.35);
  transition: all 0.25s ease;

  position: relative;
}

.socials__toggle button:before {
  content: "";

  width: 50%;
  height: 50%;
  display: block;

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  background-image: url(../img/socials/conversation.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.socials__dropdown {
  margin: 0;
  padding: 0;
  list-style: none;

  height: 0;
  overflow: hidden;

  position: absolute;
  bottom: 100%;
  left: 10px;

  transition: all 0.25s ease-in-out;

  display: flex;
  flex-direction: column;
}

.socials__dropdown a {
  width: 50px;
  height: 50px;

  pointer-events: none;

  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  background-color: #ffffff;
  border-radius: 50%;

  display: block;
}

.socials__dropdown li {
  margin-bottom: 10px;
}

.socials__dropdown img {
  display: block;
  max-width: 100%;
  height: auto;
  pointer-events: none;
  user-select: none;
}

@media (min-width: 768px) {
  .socials__toggle button:hover {
    background: linear-gradient(0deg, #c5e83a 0%, #69c422 100%);
  }

  .socials__toggle:hover .socials__dropdown {
    height: 300px;
  }

  .socials__dropdown a:hover {
    opacity: 0.8;
  }

  .socials__toggle:hover .socials__dropdown a {
    pointer-events: all;
  }
}

.socials.active .socials__toggle button:before {
  width: 30%;
  height: 30%;
  background-image: url(../img/socials/close.svg);
}

.socials.active .socials__toggle .socials__dropdown {
  height: 300px;
}

.socials.active .socials__toggle .socials__dropdown a {
  pointer-events: all;
}

/* socials END */

/* benefits START */

.benefits {
  padding-bottom: 45px;
}

.benefits__list {
  display: flex;
  align-items: normal;
  flex-flow: row wrap;
}

.benefits-item {
  flex: 25%;
  padding: 70px 0;
  text-align: center;
  position: relative;
}

.benefits-item::before,
.benefits-item::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
}

.benefits-item::before {
  width: 140px;
  height: 1px;
  transform: translateX(50%);
}

.benefits-item::after {
  width: 1px;
  height: 140px;
  transform: translateY(50%);
}

.benefits-item:nth-child(-n + 3)::before {
  background: -moz-linear-gradient(
    left,
    rgba(191, 191, 191, 0) 0%,
    rgba(191, 191, 191, 1) 51%,
    rgba(191, 191, 191, 0) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(191, 191, 191, 0) 0%,
    rgba(191, 191, 191, 1) 51%,
    rgba(191, 191, 191, 0) 100%
  );
  background: linear-gradient(
    to right,
    rgba(191, 191, 191, 0) 0%,
    rgba(191, 191, 191, 1) 51%,
    rgba(191, 191, 191, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bfbfbf', endColorstr='#00bfbfbf',GradientType=1 );
}

.benefits-item:nth-child(-n + 3)::after {
  background: -moz-linear-gradient(
    top,
    rgba(191, 191, 191, 0) 0%,
    rgba(191, 191, 191, 1) 51%,
    rgba(191, 191, 191, 0) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(191, 191, 191, 0) 0%,
    rgba(191, 191, 191, 1) 51%,
    rgba(191, 191, 191, 0) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(191, 191, 191, 0) 0%,
    rgba(191, 191, 191, 1) 51%,
    rgba(191, 191, 191, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bfbfbf', endColorstr='#00bfbfbf',GradientType=0 );
}

.benefits-item__image {
  width: 60px;
  height: 60px;
  margin: 0 auto 40px;
}

.benefits-item__image img {
  display: block;
  max-width: 100%;
  height: auto;
}

.benefits-item__text {
  font-size: 16px;
}

/* benefits END */

/* specifications START */

.specifications {
  background: rgb(50, 144, 255);
  background: -moz-radial-gradient(
    center,
    ellipse cover,
    rgba(50, 144, 255, 1) 0%,
    rgba(46, 36, 154, 1) 50%,
    rgba(46, 36, 154, 1) 100%
  );
  background: -webkit-radial-gradient(
    center,
    ellipse cover,
    rgba(50, 144, 255, 1) 0%,
    rgba(46, 36, 154, 1) 50%,
    rgba(46, 36, 154, 1) 100%
  );
  background: radial-gradient(
    ellipse at center,
    rgba(50, 144, 255, 1) 0%,
    rgba(46, 36, 154, 1) 50%,
    rgba(46, 36, 154, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3290ff', endColorstr='#2e249a',GradientType=1 );

  padding: 80px 0 120px;
  color: #fff;
}

.specifications__title {
  margin-bottom: 90px;
}

.specifications-circle {
  box-sizing: border-box;
  width: 520px;
  height: 520px;
  border-radius: 100%;
  padding: 0;
  list-style: none;
  border: 1px solid #fff;
  margin: 0 auto;
  position: relative;
}

.specifications-circle__image {
  display: block;
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
}

.sc-item {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px;

  cursor: pointer;
}

.sc-item__circle {
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  background: #3164d6;
  border-radius: 100%;
  transition: all 0.3s;
}

.sc-item__title {
  width: max-content;
  font-weight: 500;
  padding: 0 60px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.sc-item__hint {
  box-sizing: border-box;
  padding: 0 30px;

  position: absolute;
  left: 0;
  top: -50px;
  z-index: 2;
  backface-visibility: hidden;

  visibility: hidden;
  opacity: 0;

  transition: all 0.3s;
}

.sc-item__hint-wrapper {
  box-sizing: border-box;
  width: 338px;
  padding: 20px 40px 30px;
  background: #fff;
  border-radius: 5px;
  position: relative;
}

.sc-item__hint-wrapper::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50px;
  left: -6px;
}

.sc-item__hint-title {
  font-weight: 500;
  color: var(--color-violet);
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
}

.sc-item__hint-title::after {
  content: "";
  display: block;
  width: 32px;
  height: 1px;
  background: #dbdbdb;
  position: absolute;
  bottom: 0;
  left: 0;
}

.sc-item__hint-text {
  font-size: 14px;
  color: #000;
}

.sc-item:nth-of-type(1) {
  transform: rotate(290deg) translate(260px) rotate(-290deg);
}
.sc-item:nth-of-type(2) {
  transform: rotate(325deg) translate(260px) rotate(-325deg);
}
.sc-item:nth-of-type(3) {
  transform: rotate(0deg) translate(260px) rotate(-0deg);
}
.sc-item:nth-of-type(4) {
  transform: rotate(35deg) translate(260px) rotate(-35deg);
}
.sc-item:nth-of-type(5) {
  transform: rotate(70deg) translate(260px) rotate(-70deg);
}
.sc-item:nth-of-type(6) {
  transform: rotate(110deg) translate(260px) rotate(-110deg);
}

.sc-item:nth-of-type(7) {
  transform: rotate(145deg) translate(260px) rotate(-145deg);
}

.sc-item:nth-of-type(8) {
  transform: rotate(180deg) translate(260px) rotate(-180deg);
}

.sc-item:nth-of-type(9) {
  transform: rotate(215deg) translate(260px) rotate(-215deg);
}

.sc-item:nth-of-type(10) {
  transform: rotate(250deg) translate(260px) rotate(-250deg);
}

.sc-item:nth-of-type(n + 6) .sc-item__title {
  left: unset;
  right: 0;
  max-width: 400px;
  text-align: right;
}

.sc-item:nth-of-type(n + 6) .sc-item__hint {
  text-align: right;
  left: unset;
  right: 0;
}

.sc-item:nth-of-type(n + 6) .sc-item__hint-title::after {
  right: 0;
  left: unset;
}

.sc-item:nth-of-type(n + 6) .sc-item__hint-wrapper::after {
  left: unset;
  right: -6px;
}

.sc-item:hover {
  z-index: 2;
}

.sc-item:hover .sc-item__circle {
  background: #fff;
}

.sc-item:hover .sc-item__hint {
  visibility: visible;
  opacity: 1;
}

/* specifications END */

/* specifications mobile START */

.specifications-mobile {
  padding: 75px 0;
  background: rgb(46, 36, 154, 1);

  color: #fff;
}

.specifications-mobile__title {
  text-align: center;
  margin-bottom: 40px;
}

.specifications-mobile__image-wrap {
  padding-top: 40px;

  background: rgb(50, 144, 255);
  background: -moz-radial-gradient(
    center,
    ellipse cover,
    rgba(50, 144, 255, 1) 0%,
    rgba(46, 36, 154, 1) 70%,
    rgba(46, 36, 154, 1) 100%
  );
  background: -webkit-radial-gradient(
    center,
    ellipse cover,
    rgba(50, 144, 255, 1) 0%,
    rgba(46, 36, 154, 1) 70%,
    rgba(46, 36, 154, 1) 100%
  );
  background: radial-gradient(
    ellipse at center,
    rgba(50, 144, 255, 1) 0%,
    rgba(46, 36, 154, 1) 70%,
    rgba(46, 36, 154, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3290ff', endColorstr='#2e249a',GradientType=1 );
}

.specifications-mobile__image {
  width: max-content;
  margin: 0 auto;
}

.scm-item {
  padding: 10px 0;
  border-bottom: 2px solid #fff;
}

.scm-item:last-child {
  border-bottom: 0;
}

.scm-item__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
}

.scm-item__title-text {
  margin-right: 10px;
}

.scm-item__title-text br {
  display: none;
}

.scm-item__title-icon {
  display: block;

  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  position: relative;
  margin-left: 15px;
  transform: rotate(0);
  transition: all 0.3s;
}

.scm-item__title-icon::before,
.scm-item__title-icon::after {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.scm-item__title-icon::before {
  width: 100%;
  height: 2px;
}

.scm-item__title-icon::after {
  width: 2px;
  height: 100%;
  transition: all 0.3s;
}

.scm-item.active .scm-item__title-icon {
  transform: rotate(180deg);
}

.scm-item.active .scm-item__title-icon::after {
  height: 0;
}

.scm-item__hint {
  font-size: 14px;
  transition: height 0.25s ease-out;
  height: 0;
  overflow: hidden;
}

.scm-item__hint-wrapper {
  padding-bottom: 25px;
}

.scm-item__hint-title {
  font-size: 16px;
  margin-bottom: 10px;
}

/* specifications mobile END */

/* capabilities START */

.capabilities {
  padding: 80px 0;
}

.capabilities__title {
  margin-bottom: 80px;
}

.capabilities__content {
  display: flex;
  align-items: flex-start;
}

.capabilities__video {
  flex: 0 0 auto;
  width: 620px;
  height: 400px;
  max-width: 100%;
  border: 5px solid #000;
  border-radius: 35px;
  box-shadow: 10px 15px 15px rgb(0 0 0 / 35%);
  overflow: hidden;
  position: relative;
  background-color: #000000;
}

.capabilities__video iframe {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  display: block;

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.capabilities__info {
  padding-top: 20px;
  padding-left: 65px;
}

.capabilities__list {
  margin-bottom: 40px;
}

.capabilities__list-item {
  display: flex;
  font-weight: 500;
  list-style: none;
  margin-bottom: 35px;
}

.capabilities__list-item:last-child {
  margin-bottom: 0;
}

.capabilities__list-item::before {
  content: "";
  flex: 0 0 auto;
  box-sizing: border-box;
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid var(--color-violet);
  border-radius: 100%;
  margin-right: 25px;
  margin-top: 6px;
}

.capabilities__btn {
  width: 368px;
  height: 68px;
  color: #fff;
  font-weight: 700;
  font-size: 22px;

  position: relative;
  overflow: hidden;
  margin-left: 35px;

  box-shadow: 0 18px 34px rgb(255 133 20 / 33%);
}

.capabilities__btn::before,
.capabilities__btn::after {
  content: "";
  display: block;
  width: 120%;
  height: 100%;
  position: absolute;
  left: -10%;
  top: 0;
  z-index: -2;
  opacity: 1;

  transition: all 0.3s;
  transform: skew(45deg);

  background: rgb(255, 119, 19);
  background: -moz-linear-gradient(
    left,
    rgba(255, 119, 19, 1) 0%,
    rgba(251, 188, 35, 1) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(255, 119, 19, 1) 0%,
    rgba(251, 188, 35, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 119, 19, 1) 0%,
    rgba(251, 188, 35, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7713', endColorstr='#fbbc23',GradientType=1 );
}

.capabilities__btn::after {
  left: -130%;
  z-index: -1;

  background: rgb(251, 188, 35);
  background: -moz-linear-gradient(
    left,
    rgba(251, 188, 35, 1) 0%,
    rgba(255, 119, 19, 1) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(251, 188, 35, 1) 0%,
    rgba(255, 119, 19, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(251, 188, 35, 1) 0%,
    rgba(255, 119, 19, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbbc23', endColorstr='#ff7713',GradientType=1 );
}

.capabilities__btn:hover::before {
  opacity: 0.5;
}

.capabilities__btn:hover::after {
  left: -10%;
}

/* capabilities END */

.tooltip {
  position: relative;
}

.tooltip__content {
  display: block;
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);

  background: #ffffff;
  box-shadow: 0px 14px 30px rgb(128 119 156 / 40%);
  backdrop-filter: blur(11.5px);
  border-radius: 20px;

  width: 100%;
  z-index: 100;
  font-size: 13px;
  border: 2px solid #5131d1;

  display: none;
}

.tooltip__content p {
  margin: 0;
  padding: 12px;
  background: #ffffff;
  border-radius: 20px;

  position: relative;
  z-index: 3;
}

.tooltip__content:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #ffffff transparent;

  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.tooltip__content:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 14px 12px;
  border-color: transparent transparent #5131d1 transparent;

  position: absolute;
  bottom: calc(100% - 1.5px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

@media (min-width: 768px) {
  .tooltip:hover .tooltip__content {
    display: block;
  }
}

@media (max-width: 768px) {
  .tooltip:focus-within .tooltip__content {
    display: block;
  }

  .tooltip__content {
    top: auto;
    bottom: calc(100% + 10px);
  }

  .tooltip__content:before,
  .tooltip__content:after {
    bottom: auto;
    top: calc(100% - 1.5px);
    transform: translateX(-50%) scaleY(-1);
  }
}
