* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat";
  scroll-behavior: smooth;
}

body {
  background: #000;
}


 .background {
  background: url("assets/bg.png") center/cover no-repeat;
} 
.wrapper {
  width: 80%;
  height: 100%;
  margin: 0 auto;
  padding-top: 50px;
}
.header {
  border-radius: 10px;
  margin: 0 auto;
  background-color: rgba(31, 31, 31, 0.6);
  padding: 10px 50px;
  margin-bottom: 50px;
}
.header__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__icon {
  width: 48px;
  height: 48px;
  margin-right: 10px;
}
.header__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  text-decoration: none;
  transition: 0.4s ease;
}
.header__link:hover {
  color: #cacaca;
}

.title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 61px;
  /* identical to box height */

  letter-spacing: 0.01em;

  color: #ffffff;
  text-align: center;
}

.news {
  margin-top: 100px;
}

.news__wrapper {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 20px;
}



 .news__new {
  width: 100%;
 flex: 1;
  border-radius: 10px;
  background-color: rgba(31, 31, 31, 0.6);
  margin: 10px 0;
  padding: 20px;
  border: 1px solid lightslategray;
}

.news__name {
  color: #fff;
  font-size: 22px;
  margin-bottom: 20px;
}

.news__descr {
  color: #fff;
  margin-bottom: 10px;
}

 .news__date {
  margin-top: 15px;
  color: #bfbfbf;
}

.news__button {
  height: 35px;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #c3c3c3;
  background-color: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  margin-top: 20px;
  transition: 0.3s;
}

.scripts {
  margin-top: 75px;
}
.scripts__container {
  width: 100%;
  max-height: max-content;
  /* background-color: red; */
  row-gap: 80px;
  column-gap: 10px;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  padding: 10px;
}
.script {
  padding: 10px;
  height: 100%;
  position: relative;
}
.scriptpps {
  padding: 10px;
  height: 100%;
  position: relative;
}
.scriptfib {
  padding: 10px;
  height: 100%;
  position: relative;
  margin-bottom: 100px;
}
.script__title {
  color: #fff;
  text-align: center;
  font-size: 28px;
  margin-bottom: 10px;
}
.script__descr {
  color: #fff;
  text-align: center;
}
.script__button {
  position: absolute;
  transform: translateX(-50%);
  width: 50%;
  left: 50%;
  bottom: 0;
  height: 35px;
  border-radius: 10px;
  border: 1px solid #c3c3c3;
  background-color: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  margin-bottom: 20px;
  margin-top: 20px;
  transition: 0.3s;
}
.script__button1 {
  position: absolute;
  transform: translateX(-50%);
  width: 50%;
  left: 50%;
  height: 35px;
  border-radius: 10px;
  border: 1px solid #c3c3c3;
  background-color: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  margin-bottom: 20px;
  margin-top: 20px;
  transition: 0.3s;
}
.script__button:hover,
.news__button:hover {
  background-color: rgba(129, 129, 129, 1);
}
.script__aboutscript {
  color: gray;
  margin-bottom: 30px;
}
.script img {
  height: 400px;
  margin-bottom: 70px;
}
.scriptfib img {
  height: 500px;
}
.scriptpps img {
  height: 500px;
}
.pluses {
  margin-top: 70px;
  padding: 10px;
}

.pluses__wrapper {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0 auto;
  width: 75%;
  max-height: max-content;
  justify-content: center;
}

.pluses__left {
  flex-basis: 33.33%;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.pluses__right {
  flex-basis: 33.33%;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.pluses__plus {
  width: 400px;
  height: 240px;
  border-radius: 15px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px;
}

.pluses__icon {
  width: 60px;
  height: 60px;
}

.pluses__name {
  font-size: 22px;
  font-weight: 700;
  margin: 15px 0;
}

.pluses__descr {
  text-align: center;
}

.price {
  padding-top: 120px;
}

.price__descr {
  color: #fff;
  text-align: center;
  margin-bottom:120px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 37px;
}

.footer {
  padding: 15px 30px;
  width: 100%;
  margin-top: 70px;
  background-color: rgba(40, 40, 40, 0.6);
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.footer__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
}
.footer__name {
  color: #ffffff;
  margin-left: 10px;
}
.footer__name:hover {
  text-decoration: underline;
}
.video-margin{
    margin-bottom: 20px; /* или любое другое значение отступа, которое вам нужно */
}
.script__buy {

  width: 50%;
  left: 50%;
  bottom: 0;
  height: 35px;
  border-radius: 10px;
  border: 1px solid #c3c3c3;
  background-color: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  margin: 0 auto;
  display: block;
  transition: 0.3s;
}

.subfooter {
  margin-top: 40px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.subfooterinfo{
  font-size: 10px;
  color: #fff;
}

.subfooter a {
  margin: 5px 0; 
  color: #fff; 
}
.script__buy1 {
  width: 25%; /* Установите одинаковую ширину для всех полей */
  left: 50%;
  bottom: 0;
  height: 35px;
  border-radius: 10px;
  border: 1px solid #c3c3c3;
  background-color: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  margin: 5px;
  display: block;
  transition: 0.3s;
}

.tooltip {
  position: absolute;
  top: 50%;
  right: -30px; /* Расстояние от поля ввода */
  transform: translateY(-50%);
  font-weight: bold;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.tooltip-text {
  visibility: hidden;
  width: 200px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 5px;
  position: absolute;
  bottom: 150%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip-text::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.script__buy5 {
  
  width: 100%;
  left: 50%;
  bottom: 0;
  height: 35px;
  border-radius: 10px;
  border: 1px solid #c3c3c3;
  background-color: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  margin: 0 auto;
  display: block;
  transition: 0.3s;
  text-align: center;
}
.tooltip:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}

.script__buy2 {
  
  width: 25%;
  left: 50%;
  bottom: 0;
  height: 35px;
  border-radius: 10px;
  border: 1px solid #c3c3c3;
  background-color: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  margin: 0 auto;
  display: block;
  transition: 0.3s;
  text-align: center;
}

.script__buy3 {

  width: 25%;
  left: 50%;
  bottom: 0;
  height: 35px;
  border-radius: 10px;
  border: 1px solid #c3c3c3;
  background-color: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  color: #fff;
  font-size: 15px;
  margin: 5;
  display: block;
  transition: 0.3s;
}
.tooltip {
  position: relative;
  top: 30px;
  left: 200px;
font-size: 20px;
  display: inline-block;
  border-bottom: 1px dotted black; /* ���� �� ������ ����� ��� ������� ��� ��������� ���� */
}

/* ����� ��������� */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 275px;
  background-color: black;
  color: #fff;
  text-align: center;
border: 1px solid #c3c3c3;
background-color: rgba(255, 255, 255, 0.3);

  padding: 5px 0;
  border-radius: 15px;
  font-size: 15px;
 
  /* ���������� ����� ����������� ��������� - ��. ������� ����! */
  position: absolute;
  z-index: 1;
}

/* ���������� ����� ����������� ��������� ��� ��������� ��������� ���� �� ��������� ����������� ��������� */
.tooltip:hover .tooltiptext {
  visibility: visible;
}
.far {
margin-right: 5px;
color: #c3c3c3;
}

