@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  display: inline-block;
  outline: none;
}

body {
  font-family: "Roboto", sans-serif;
  font-display: swap;
  height: 100%;
  min-width: 320px;
  overflow-x: hidden;
  margin: 0px;
  /*user-select: none;*/
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.container {
  max-width: 1250px;
  padding: 0 15px;
  margin: 0 auto;
}

.container-docs {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}

.header-first {
  background-color: #232731;
  font-size: 14px;
  padding: 10px 0px;
}

.ssil-first-header {
  text-decoration: none;
  color: #FFA800;
  padding-left: 15px;
}

.ssil-first-header:hover {
  text-decoration: none;
  color: #ffffff;
  padding-left: 15px;
}

.header-first-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.header-first-number {
  color: #B7B7B7;
  padding-top: 5px;
  font-size: 16px;
  display: flex;
  gap: 20px;
}

.header-first-number h3 {
  font-family: "Montserrat", serif;
  font-size: 17px;
  margin: 0;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #B7B7B7;
}

.header-first-number-second-container h4 {
  font-size: 15px;
  margin: 0;
  font-weight: 400;
  color: #B7B7B7;
  font-style: normal;
}

.header-first-number-second-container h5 {
  font-size: 15px;
  margin: 10px 0 0 0;
  font-weight: 400;
  color: #B7B7B7;
  font-style: normal;
}

.header-first-number img {
  max-width: 65px;
}

.header-first-number-item {
  color: #FFA800;
}

.header-first-mail {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.telegram-header {
  padding: 5px 8px;
  border-radius: 100px;
  border: 2px solid #ffffff;
}

.telegram-header:hover {
  background: #3C4457;
}

.telegram-header img {
  width: 16px;
}

.header-first-mail-button-mail {
  padding: 5px 17px;
  border: 2px solid #ffffff;
  color: #ffffff;
  border-radius: 40px;
  max-height: 34px;
}

.header-first-mail-button-mail:hover {
  padding: 5px 17px;
  border: 2px solid #ffffff;
  background: #ffffff;
  color: #000000;
  border-radius: 40px;
}

.header-first-mail-button-phone {
  padding: 6px 19px 5px 19px;
  background-color: #FFA800;
  color: #000000;
  border-radius: 40px;
  border: none;
  cursor: pointer;
  max-height: 34px;
}

.header-first-mail-button-phone:hover {
  padding: 6px 19px 5px 19px;
  background-color: #ffffff;
  color: #000000;
  border-radius: 40px;
  border: none;
  cursor: pointer;
}

@media (max-width: 480px) {
  .header-first-number img {
    display: block;
  }

  .telegram-header {
    display: none;
  }

  .ssil-first-header {
    display: none;
  }

  .header-first {
    padding: 10px 0px !important;
    font-size: 12px !important;
  }

  .header-first .container {
    padding: 5px;
    margin: 0;
  }

  .header-first-flex {
    padding: 0 5px !important;
    flex-direction: column;
    align-items: center;
  }

  .header-first-number {
    font-size: 14px;
    text-align: center;
  }

  .header-first-number h3 {
    display: none;
  }

  .header-first-number img {
    max-width: 45px;
  }

  .header-first-number-second-container {
    display: none;
  }

  .header-first-number-item {
    display: block;
    font-size: 14px;
    margin-bottom: 14px;
  }

  .header-first-mail {
    justify-content: end;
  }

  .header-first-mail-button-mail,
  .header-first-mail-button-phone {
    padding: 5px 8px !important;
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .header-first {
    padding: 15px;
    font-size: 14px;
  }

  .header-first-flex {
    flex-direction: row;
    justify-content: space-between;
  }

  .header-first-number {
    font-size: 15px;
    text-align: center;
  }

  .header-first-number-item {
    display: block;
    font-size: 15px;
    margin-bottom: 15px;
  }

  .header-first-mail-button-mail,
  .header-first-mail-button-phone {
    padding: 6px 15px;
    font-size: 14px;
  }
}

.modal {
  display: none;
  position: fixed;
  z-index: 1100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
}

.modal-content {
  background-color: #ffffff;
  margin: 4% auto;
  padding: 20px;
  border-radius: 40px;
  width: 90%;
  max-width: 575px;
  position: relative;
}

.close-button {
  position: absolute;
  top: 25px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
}

.modal-title {
  font-weight: bold;
  text-align: center;
  margin: 0px 0px 20px;
}

.modal-title-final {
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  margin: 0px 0px 20px;
}

.modal-opis-final {
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  margin: 0px 0px 20px;
}

.modal-contact-form-final {
  display: flex;
  flex-direction: column;
  max-width: 400px;
  margin: 0 auto;
}

.modal-form-group-final {
  margin-bottom: 15px;
}

label-final {
  font-size: 16px;
  color: black;
}

.modal-form-group-final textarea {
  height: 50px;
  resize: none;
}

.modal-contact-type-final {
  display: flex;
  gap: 28px;
}

.modal-radio-container-final {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.modal-radio-container-final h6 {
  padding-top: 9px;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
}

.modal-radio-check-final {
  width: 20px;
  height: 20px;
  border: 0px solid rgba(33, 36, 44, 1);
  border-radius: 50%;
  margin-right: 5px;
  background-color: rgba(241, 241, 241, 1);
}

input[type="radio"] {
  display: none;
}

input[type="radio"]:checked+.modal-radio-check-final {
  background-color: rgba(255, 178, 30, 1);
}

.modal-submit-button-final {
  background: linear-gradient(to right, rgba(244, 163, 6, 1), rgba(255, 168, 0, 1), rgba(255, 183, 44, 1));
  color: rgba(0, 0, 0, 1);
  border: none;
  font-size: 20px;
  font-weight: 400;
  padding: 12px;
  border-radius: 30px;
  font-size: 16px;
}

.modal-text-com-final {
  font-size: 10px;
  font-weight: 300;
  color: rgba(107, 107, 107, 1);
  margin: 3px 0 6px 0;
}

.modal-contact-form {
  display: flex;
  flex-direction: column;
  max-width: 400px;
  margin: 0 auto;
}

.modal-form-group {
  margin-bottom: 15px;
}

label {
  font-size: 16px;
  color: black;
}

.modal-form-group textarea {
  height: 50px;
  resize: none;
}

.modal-contact-type {
  display: flex;
  gap: 28px;
}

.modal-radio-container {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.modal-radio-container h6 {
  padding-top: 9px;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
}

.modal-radio-check {
  width: 20px;
  height: 20px;
  border: 0px solid rgba(33, 36, 44, 1);
  border-radius: 50%;
  margin-right: 5px;
  background-color: rgba(241, 241, 241, 1);
}

input[type="radio"] {
  display: none;
}

input[type="radio"]:checked+.modal-radio-check {
  background-color: rgba(255, 178, 30, 1);
}

.modal-submit-button {
  background: linear-gradient(to right, rgba(244, 163, 6, 1), rgba(255, 168, 0, 1), rgba(255, 183, 44, 1));
  color: rgba(0, 0, 0, 1);
  border: none;
  font-size: 20px;
  font-weight: 400;
  padding: 12px;
  border-radius: 30px;
  font-size: 16px;
}

.modal-text-com {
  font-size: 10px;
  font-weight: 300;
  color: rgba(107, 107, 107, 1);
  margin: 3px 0 6px 0;
}

@media (max-width: 768px) {
  .modal {
    width: 97%;
  }

  .modal-content {
    margin: 10% 3px; 
    padding: 15px;
    width: 100%; 
  }

  .close-button {
    top: 15px;
    right: 10px;
    font-size: 20px;
  }

  .modal-title,
  .modal-title-final {
    font-size: 20px;
  }

  .modal-opis-final {
    font-size: 14px;
  }

  .modal-contact-form-final,
  .modal-contact-form {
    max-width: 100%; 
    padding: 0 10px;
  }

  .modal-contact-type-final,
  .modal-contact-type {
    flex-direction: column; 
    gap: 10px;
  }

  .modal-radio-container-final h6,
  .modal-radio-container h6 {
    font-size: 14px;
  }

  .modal-submit-button-final,
  .modal-submit-button {
    font-size: 15px;
    padding: 10px;
  }

  .modal-text-com-final,
  .modal-text-com {
    font-size: 9px;
  }
}

@media (max-width: 480px) {

  .close-button {
    top: 10px;
    right: 5px;
    font-size: 18px;
  }

  .modal-title,
  .modal-title-final {
    font-size: 18px;
  }

  .modal-opis-final {
    font-size: 13px;
  }

  .modal-radio-container-final h6,
  .modal-radio-container h6 {
    font-size: 13px;
  }

  .modal-submit-button-final,
  .modal-submit-button {
    font-size: 14px;
    padding: 8px;
  }

  .modal-text-com-final,
  .modal-text-com {
    font-size: 8px;
  }
}

.header-second-flex {
  display: flex;
  justify-content: center;
  gap: 80px;
  font-size: 16px;
  align-items: center;
  position: relative;
}

.header-second-flex-ul {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  position: relative;
}

.header-second-flex-li {
  font-size: 16px;
  color: #000000;
  position: relative;
}

.header-second-flex-li:hover {
  color: #FFA800;
}

.menu-container {
  display: flex;
  align-items: center;
  gap: 40px;
}

.dropdown-menu {
  position: absolute;
  top: 171%;
  left: 0;
  right: 0;
  width: 100vw;
  margin-left: calc(-50vw + 136%);
  background-color: white;
  border-radius: 0 0 25px 25px;
  z-index: 1000;
  padding: 10px 0;
}

.dropdown-menu ul {
  list-style: none;
  padding: 0 35px;
  margin: 0;
}

.dropdown-item-titl {
  display: block;
  padding: 10px 20px;
  color: #000000;
  text-decoration: none;
  background-color: transparent;
  outline: none;
  max-width: 298px;
  position: relative;
}

.dropdown-item-titl:hover {
  background-color: rgba(235, 235, 235, 1);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
}

.dropdown-item {
  display: block;
  padding: 10px 20px;
  color: #000000;
  text-decoration: none;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  max-width: 298px;
  position: relative;
  z-index: 1100;
}

.dropdown-item::after {
  content: ">";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}

.dropdown-item:hover {
  background-color: rgba(235, 235, 235, 1);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
}

.dropdown-item-column {
  display: block;
  padding: 10px 40px;
  color: #000000;
  text-decoration: none;
  width: 100%;
  white-space: nowrap;
}

.dropdown-item-column:hover {
  background-color: rgba(235, 235, 235, 1);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
}

.submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 15%;
  z-index: 1001;
  padding: 10px 150px;
  height: 332px;
}

.dropdown-columns {
  display: flex;
}

.dropdown-column {
  flex: 1;
}

.header-logo {
  padding: 10px 0px;
}

.burger-menu-button {
  display: none;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  z-index: 1001;
}

.burger-menu-button span {
  display: block;
  width: 25px;
  height: 3px;
  background-color: #000;
  margin: 5px 0;
  transition: all 0.3s ease-in-out;
}

.burger-menu-button.active span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.burger-menu-button.active span:nth-child(2) {
  opacity: 0;
}

.burger-menu-button.active span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

@media (min-width: 769px) and (max-width: 1024px) {
  .header-second-flex {
    justify-content: space-between;
    flex-direction: column;
  }

  .header-second-flex-ul,
  #menu2 {
    display: none;
  }

  .burger-menu-button {
    display: block;
  }

  .header-second-flex.menu-open .header-second-flex-ul,
  .header-second-flex.menu-open #menu2 {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: -20px;
    width: 105%;
    background-color: white;
    padding: 20px;
    z-index: 1000;
  }

  .header-second-flex.menu-open .header-second-flex-ul {
    display: flex;
    flex-direction: column;
  }

  .header-second-flex.menu-open #menu2 {
    display: flex;
    flex-direction: column;
    top: calc(100% + 255px);
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    z-index: 100;
  }

  .dropdown-columns {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    margin-top: -21px;
  }

  .menu-item-has-children .dropdown-menu {
    top: 60px;
    left: auto;
    width: 100%;
    margin-left: 0;
    position: static;
    background-color: #f9f9f9;
    border-radius: 0;
    padding: 0;
    display: none;
  }

  .menu-item-has-children.open .dropdown-menu {
    display: block;
  }

  .menu-item-has-children .dropdown-menu ul {
    padding-left: 20px;
  }

  .dropdown-item+.submenu {
    display: none;
    padding-left: 0px;
    margin-top: 10px;
    width: 100%;
    box-sizing: border-box;
    position: static;
    height: fit-content;
  }

  .dropdown-item.open+.submenu {
    display: block;
    position: static;
    height: fit-content;
  }

  .dropdown-item:hover {
    background-color: transparent !important;
    box-shadow: none !important;
    border-radius: 0 !important;
  }

  .info-block-dropdown {
    display: none;
  }
}

@media (max-width: 768px) {
  .header-second-flex {
    justify-content: space-between;
    flex-direction: column;
  }

  .header-second-flex-ul,
  #menu2 {
    display: none;
  }

  .burger-menu-button {
    display: block;
  }

  .header-second-flex.menu-open .header-second-flex-ul,
  .header-second-flex.menu-open #menu2 {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: -20px;
    width: 111%;
    background-color: white;
    padding: 20px;
    z-index: 1000;
  }

  .header-second-flex.menu-open .header-second-flex-ul {
    display: flex;
    flex-direction: column;
  }

  .header-second-flex.menu-open #menu2 {
    display: flex;
    flex-direction: column;
    top: calc(100% + 255px);
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    z-index: 100;
  }

  .dropdown-columns {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    margin-top: -21px;
  }

  .menu-item-has-children .dropdown-menu {
    top: 60px;
    left: auto;
    width: 100%;
    margin-left: 0;
    position: static;
    background-color: #f9f9f9;
    border-radius: 0;
    padding: 0;
    display: none;
  }

  .menu-item-has-children.open .dropdown-menu {
    display: block;
  }

  .menu-item-has-children .dropdown-menu ul {
    padding-left: 20px;
  }

  .dropdown-item+.submenu {
    display: none;
    padding-left: 0px;
    margin-top: 10px;
    width: 100%;
    box-sizing: border-box;
    position: static;
    height: fit-content;
  }

  .dropdown-item.open+.submenu {
    display: block;
    position: static;
    height: fit-content;
  }

  .dropdown-item:hover {
    background-color: transparent !important;
    box-shadow: none !important;
    border-radius: 0 !important;
  }

  .info-block-dropdown {
    display: none;
  }
}

@media (max-width: 480px) {
  .header-second-flex {
    justify-content: space-between;
    flex-direction: column;
  }

  .header-second-flex-ul,
  #menu2 {
    display: none;
  }

  .burger-menu-button {
    display: block;
  }

  .header-second-flex.menu-open .header-second-flex-ul,
  .header-second-flex.menu-open #menu2 {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: -20px;
    width: 111%;
    background-color: white;
    padding: 20px;
    z-index: 1000;
  }

  .header-second-flex.menu-open .header-second-flex-ul {
    display: flex;
    flex-direction: column;
  }

  .header-second-flex.menu-open #menu2 {
    display: flex;
    flex-direction: column;
    top: calc(100% + 255px);
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    z-index: 100;
  }

  .dropdown-columns {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    margin-top: -21px;
  }

  .menu-item-has-children .dropdown-menu {
    top: 60px;
    left: auto;
    width: 100%;
    margin-left: 0;
    position: static;
    background-color: #f9f9f9;
    border-radius: 0;
    padding: 0;
    display: none;
  }

  .menu-item-has-children.open .dropdown-menu {
    display: block;
  }

  .menu-item-has-children .dropdown-menu ul {
    padding-left: 20px;
  }

  .dropdown-item+.submenu {
    display: none;
    padding-left: 0px;
    margin-top: 10px;
    width: 100%;
    box-sizing: border-box;
    position: static;
    height: fit-content;
  }

  .dropdown-item.open+.submenu {
    display: block;
    position: static;
    height: fit-content;
  }

  .dropdown-item:hover {
    background-color: transparent !important;
    box-shadow: none !important;
    border-radius: 0 !important;
  }

  .info-block-dropdown {
    display: none;
  }
}

.first {
  background: linear-gradient(to right, rgba(33, 36, 44, 1), rgba(35, 39, 49, 1), rgba(40, 49, 73, 1));
  padding: 55px 0px;
  border-bottom-left-radius: 60px;
  border-bottom-right-radius: 60px;
}

.first-flex {
  display: flex;
  align-items: flex-start;
}

.first-flex-item {
  min-width: 770px;
}

.slider-wrapper {
  display: flex;
  transition: transform 0.5s ease;
}

.slider-wrapper ul {
  margin: 0;
  padding: 0;
}

.slider-wrapper li {
  margin: 0;
  height: 380px;
  background-position: 50% 0;
  background-size: cover;
}

.bx-pager {
  position: relative;
  left: 0;
  right: 0;
  top: 15px;
  z-index: 500;
  text-align: left;
}

.bx-pager-item {
  display: inline-block;
  margin: 0 5px;
}

.bx-pager-item a {
  display: inline-block;
  width: 12px;
  height: 12px;
  overflow: hidden;
  text-indent: -999px;
  background: #b0b0b0;
  border-radius: 50%;
}

.bx-pager a {
  display: inline-block;
  margin: 0 5px;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid #FFFFFF;
  padding: 5px 5px;
  border-radius: 50%;
}

.bx-pager-item a.active {
  background: #fff;
}

.first-flex-item .bx-pager-item a.active {
  background: rgba(255, 255, 255, 1) !important;
}

.right-content {
  min-width: 600px;
  text-align: left;
  color: white;
  font-size: 26px;
  margin-right: 20px;
  margin: 50px auto;
  padding-top: 30px;
}

.right-content h1 {
  font-size: 40px;
  font-weight: 600;
}

.rigth-content-container {
  max-width: 650px;
  padding: 10px 0 0 42px;
}

.rigth-content-text {
  position: relative;
  padding: 20px 0 0 0;
  font-size: 23px;
  font-weight: 300;
}

.rigth-content-text::before {
  content: "";
  position: absolute;
  left: -38px;
  top: 35px;
  border-radius: 20px;
  padding: 3px 12px;
  background: rgba(255, 168, 0, 1);
}

.button-container {
  margin-top: 30px;
}

.consultation-button {
  width: 310px;
  height: 60px;
  background: linear-gradient(to right, rgba(211, 139, 0, 1), rgba(255, 168, 0, 1), rgba(255, 183, 44, 1));
  color: #000000;
  border: none;
  border-radius: 40px;
  margin-right: 10px;
  font-size: 18px;
  transition: background 0.3s;
}

.consultation-button:hover {
  background: #ffffff;
  color: #000000;
}

.bx-viewport {
  overflow: visible !important;
}

.first-flex-item .bx-viewport {
  height: 375px;
}

.details-button {
  width: 310px;
  height: 60px;
  border: 2px solid #ffffff;
  color: #ffffff;
  background: transparent;
  border-radius: 40px;
  cursor: pointer;
  font-size: 18px;
  transition: background 0.3s;
}

.details-button:hover {
  background: #ffffff;
  color: #000000;
}

@media (max-width: 1200px) {
  .header-first-flex {
    padding: 0 30px;
  }

  .header-first-number h3 {
    display: none;
  }

  .header-first-number-second-container {
    display: none;
  }

  .first {
    padding: 0px 0;
  }

  .first-flex-item .bx-viewport {
    height: 330px !important;
  }

  .first-flex {
    flex-direction: column;
    align-items: center;
  }

  .right-image {
    display: none;
  }

  .first-flex-item {
    min-width: 100% !important;
    padding: 0 20px;
  }

  .right-content h1 {
    font-size: 28px;
    line-height: 35px;
    margin: 0;
  }

  .rigth-content-text {
    font-size: 22px;
    padding: 15px 0 0 0;
  }

  .bx-wrapper {
    font-size: 20px;
  }

  .bx-viewport {
    padding: 10px;
  }

  .right-content {
    min-width: 600px;
  }

  .button-container {
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }

  .consultation-button,
  .details-button {
    width: 48%;
    margin-bottom: 15px;
  }
}

@media (max-width: 768px) {
  .first {
    padding: 0px 0;
  }

  .first-flex {
    flex-direction: column;
    align-items: center;
  }

  .first-flex-item {
    min-width: 100% !important;
    padding: 0 20px;
  }

  .right-content {
    min-width: 100%;
    font-size: 22px;
    margin: 30px 0;
    padding-top: 25px;
  }

  .first-flex-item .bx-viewport {
    height: 270px !important;
  }

  .right-content h1 {
    font-size: 25px;
    line-height: 35px;
  }

  .rigth-content-text {
    font-size: 18px;
    padding: 15px 0 0 0;
  }

  .bx-wrapper {
    font-size: 20px;
  }

  .bx-viewport {
    padding: 10px;
  }

  .button-container {
    flex-direction: column;
    align-items: center;
  }

  .consultation-button,
  .details-button {
    width: 100%;
    margin-bottom: 15px;
  }

  .consultation-button {
    height: 50px;
    font-size: 17px;
  }

  .details-button {
    height: 50px;
    font-size: 17px;
  }

  .right-image {
    display: none;
  }

  .rigth-content-container {
    max-width: 650px;
    padding: 0px 0 0 42px;
  }
}

@media (max-width: 480px) {
  .container {
    max-width: 480px;
    padding: 0 15px;
    margin: 0 auto;
  }

  .first {
    padding: 0px 0 10px !important;
  }

  .first-flex {
    flex-direction: column;
    align-items: center;
  }

  .first-flex-item {
    width: 375px;
    padding: 0 10px;
  }

  .consultation-button,
  .details-button {
    max-width: none;
  }

  .first ul li {
    min-width: 0;
    font-size: 20px;
    margin: 0px 0;
    width: 320px !important;
    padding-top: 20px;
  }

  .right-content h1 {
    font-size: 25px;
    line-height: 32px;
  }

  .rigth-content-text {
    font-size: 18px;
    padding: 15px 0 0 0;
  }

  .slider-wrapper {
    left: 0px;
  }

  .bx-wrapper {
    font-size: 18px;
  }

  .first-flex-item .bx-viewport {
    height: 410px !important;
  }

  .first-flex-item .bx-pager {
    text-align: center;
  }

  .customers-slider-container .bx-viewport {
    height: 130px !important;
    overflow: hidden !important;
    padding: 0px !important;
  }

  .button-container {
    flex-direction: column;
    align-items: center;
  }

  .consultation-button {
    height: 50px;
    font-size: 17px;
  }

  .details-button {
    height: 50px;
    font-size: 17px;
  }

  .consultation-button,
  .details-button {
    width: 100%;
    margin-bottom: 15px;
  }

  .rigth-content-text::before {
    top: 26px;
  }

  .right-image {
    display: none;
  }

  .rigth-content-container {
    max-width: 650px;
    padding: 0px 0 0 42px;
  }
}





.uslugi {
  margin-top: 30px;
  padding: 30px 0;
  background-color: rgba(255, 255, 255, 1);
}

.uslugi-title {
  font-family: "Montserrat", serif;
  font-display: swap;
  text-align: center;
  margin-bottom: 30px;
}

.uslugi-title h2 {
  font-size: 40px;
  font-weight: bold;
  color: #000;
}

.uslugi-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.uslugi-flex-item {
  background-color: rgba(235, 235, 235, 1);
  border-radius: 45px;
  margin: 10px;
  padding: 14px 25px 7px;
  width: 385px;
  box-shadow: none;
  position: relative;
  transition: box-shadow 0.3s ease;
}

.uslugi-flex-item:hover {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.507);
}

.uslugi-flex-item-img {
  float: left;
  margin-right: 15px;
}

.uslugi-flex-item-img img {
  max-width: 90%;
  height: auto;
  margin-top: 12px;
}

.uslugi-flex-item-title h3 {
  text-align: left;
  font-size: 21px;
  font-weight: 600;
  margin: 10px 0;
}

.uslugi-flex-item-text p {
  font-size: 17px;
  font-weight: 400;
  color: #333;
}

@media (max-width: 480px) {
  .uslugi {
    margin-top: 20px;
    padding: 20px 0;
  }

  .uslugi-title {
    margin-bottom: 20px;
  }

  .uslugi-title h2 {
    font-size: 30px;
    font-weight: 700;
    color: #000;
  }

  .uslugi-flex-item {
    background-color: rgba(235, 235, 235, 1);
    border-radius: 45px;
    margin: 8px;
    padding: 10px 33px 5px;
    width: 385px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    position: relative;
  }

  .uslugi-flex-item-img {
    float: left;
    margin-right: 0px;
  }

  .uslugi-flex-item-img img {
    max-width: 68%;
    height: auto;
    margin-top: 12px;
  }

  .uslugi-flex-item-title h3 {
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    margin: 6px 0;
  }

  .uslugi-flex-item-text p {
    font-size: 13px;
    font-weight: 300;
    color: #333;
  }
}

@media (max-width: 768px) {
  .uslugi {
    margin-top: 20px;
    padding: 20px 0;
  }

  .uslugi-title {
    margin-bottom: 20px;
  }

  .uslugi-title h2 {
    font-size: 30px;
    font-weight: 700;
    color: #000;
  }

  .uslugi-flex-item {
    background-color: rgba(235, 235, 235, 1);
    border-radius: 45px;
    margin: 8px;
    padding: 10px 33px 5px;
    width: 385px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    position: relative;
  }

  .uslugi-flex-item-img {
    float: left;
    margin-right: 0px;
  }

  .uslugi-flex-item-img img {
    max-width: 68%;
    height: auto;
    margin-top: 12px;
  }

  .uslugi-flex-item-title h3 {
    text-align: left;
    font-size: 17px;
    font-weight: 600;
    margin: 6px 0;
  }

  .uslugi-flex-item-text p {
    font-size: 12px;
    font-weight: 300;
    color: #333;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .uslugi {
    margin-top: 20px;
    padding: 20px 0;
  }

  .uslugi-title {
    margin-bottom: 20px;
  }

  .uslugi-title h2 {
    font-size: 30px;
    font-weight: 700;
    color: #000;
  }

  .uslugi-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .uslugi-flex-item {
    background-color: rgba(235, 235, 235, 1);
    border-radius: 45px;
    margin: 8px;
    padding: 10px 33px 5px;
    width: calc(50% - 16px);
    box-sizing: border-box;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    position: relative;
  }

  .uslugi-flex-item-img {
    float: left;
    margin-right: 0px;
  }

  .uslugi-flex-item-img img {
    max-width: 68%;
    height: auto;
    margin-top: 12px;
  }

  .uslugi-flex-item-title h3 {
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    margin: 6px 0;
  }

  .uslugi-flex-item-text p {
    font-size: 13px;
    font-weight: 300;
    color: #333;
  }
}

.optimization-section {
  background: linear-gradient(to right, rgba(33, 36, 44, 1), rgba(35, 39, 49, 1), rgba(40, 49, 73, 1));
  padding: 20px;
  border-radius: 50px;
  margin-top: 65px;
}

.optimization-title {
  color: white;
  font-size: 36px;
  font-weight: bold;
  margin: 47px 0;
}

.optimization-content {
  display: flex;
  align-items: stretch;
}

.optimization-list {
  color: white;
  font-size: 20px;
  margin-left: 20px;
  font-weight: 300;
  background-image: linear-gradient(120deg, white 10%, #ffba33 30%, white 50%, #ffba33 80%, white 90%);
  background-clip: border-box;
  background-size: 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradient 5s linear infinite;
}

@keyframes gradient {
  to {
    background-position: 200% center;
  }
}

.animated-text {
  display: inline-block;
  font-size: 24px;
  color: white;
}

@keyframes changeColor {
  0% {
    color: white;
  }

  50% {
    color: yellow;
  }

  100% {
    color: white;
  }
}

.color-animation {
  animation: changeColor 2s linear infinite;
}

.optimization-list ul {
  list-style-type: disc;
  padding-left: 20px;
}

.divider {
  width: 2px;
  background-color: white;
  height: auto;
  margin: 0 20px;
}

.button-container-optimization {
  display: flex;
  flex-direction: column;
  width: 52%;
}

.button-row {
  display: flex;
  justify-content: space-between;
}

.action-button {
  background-color: white;
  color: black;
  border: none;
  border-radius: 55px;
  padding: 15px 20px;
  margin: 5px;
  transition: background-color 0.3s;
  min-width: 120px;
  font-size: 16px;
}

.action-button-1 {
  background-color: white;
  color: black;
  border: none;
  border-radius: 55px;
  padding: 15px 20px;
  margin: 5px;
  transition: background-color 0.3s;
  min-width: 120px;
  font-size: 16px;
}

.strel-img {
  width: 30px;
  margin-left: 10px;
}

.strel-img-stat {
  margin-top: 10px;
  width: 30px;
  height: 6px;
  margin-left: 5px;
}

.action-button:hover {
  background: linear-gradient(to right, rgba(211, 139, 0, 1), rgba(255, 168, 0, 1), rgba(255, 183, 44, 1));
}

.action-button-1:hover {
  background: linear-gradient(to right, rgba(211, 139, 0, 1), rgba(255, 168, 0, 1), rgba(255, 183, 44, 1));
}

.more-link {
  font-family: "Montserrat", serif;
  font-display: swap;
  color: white;
  text-decoration: none;
  margin-left: 10px;
  align-self: center;
  font-size: 17px;
  font-weight: 400;
}

.automation-section {
  margin-top: 50px;
}

.automation-title {
  color: white;
  font-size: 36px;
  font-weight: bold;
  margin: 50px 0;
}

.button-container-automation {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.automation-button {
  text-align: center;
  background-color: transparent;
  color: white;
  border: 1px solid white;
  border-radius: 30px;
  padding: 15px 20px;
  margin: 5px;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
  flex: 1;
  min-width: 120px;
  font-size: 16px;
}

.automation-button-1 {
  text-align: center;
  background-color: transparent;
  color: white;
  border: 1px solid white;
  border-radius: 30px;
  padding: 15px 20px;
  margin: 5px;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
  flex: 1;
  min-width: 120px;
  font-size: 16px;
}

.automation-button:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
}

.automation-button-1:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
}

.more-link-automation {
  padding-right: 42px;
  font-family: "Montserrat", serif;
  font-display: swap;
  color: white;
  text-decoration: none;
  margin-left: 10px;
  align-self: end;
  font-size: 17px;
  font-weight: 400;
}

.horizontal-divider {
  width: 100%;
  height: 2px;
  background-color: white;
  margin: 50px 0;
}

@media (max-width: 768px) {
  .automation-title {
    margin: 10px 0 20px;
  }

  .automation-section {
    margin-top: 35px;
  }

  .optimization-title {
    font-size: 32px;
  }

  .optimization-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .optimization-list {
    font-size: 18px;
    text-align: left;
    margin-bottom: 35px;
  }

  .button-container-optimization,
  .button-container-automation {
    width: 100%;
  }

  .button-row {
    flex-direction: column;
  }

  .more-link {
    margin-top: 25px;
  }

  .more-link-automation {
    margin-top: 25px;
    padding-right: 70px;
  }

  .action-button-1 {
    display: none;
  }

  .automation-button-1 {
    display: none;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .automation-title {
    margin: 15px 0 25px;
  }

  .automation-section {
    margin-top: 20px;
  }

  .optimization-title {
    font-size: 36px;
  }

  .optimization-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .optimization-list {
    font-size: 19px;
    text-align: left;
    margin-bottom: 40px;
  }

  .button-container-optimization {
    width: 100%;
  }

  .button-container-automation {
    width: 100%;
  }

  .button-row {
    flex-direction: column;
    justify-content: space-around;
  }

  .more-link {
    margin-top: 30px;
  }

  .more-link-automation {
    margin-top: 30px;
    padding-right: 80px;
  }

  .action-button-1 {
    display: none;
  }

  .automation-button-1 {
    display: none;
  }
}

.consultation-section {
  padding: 20px;
  color: rgb(0, 0, 0);
  text-align: left;
  margin-top: 40px;
}

/*
.consultation-title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 10px;
}

.consultation-description {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 35px;
  max-width: 750px;
  font-weight: 400;
}

.consultation-description-top {
  padding-top: 20px;
}*/
.consultation-button-two-container {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.consultation-button-two {
  background: linear-gradient(to right, rgba(33, 36, 44, 1), rgba(35, 39, 49, 1), rgba(40, 49, 73, 1));
  color: white;
  border-radius: 30px;
  padding: 15px 20px;
  font-size: 20px;
  transition: background 0.3s;
  border: 1px solid rgb(0, 0, 0);
}

.consultation-button-two:hover {
  background: linear-gradient(90deg, rgba(211, 139, 0, 1), rgba(255, 168, 0, 1), rgba(255, 183, 44, 1));
  border: 1px solid rgba(211, 139, 0, 1);
  color: rgb(0, 0, 0);
}

/*
.blocks-container {
  margin-top: -335px;
}
.row {
  display: flex;
  justify-content: flex-end;
}

.info-block {
  background-color: rgb(226, 226, 226);
  border-radius: 30px;
  padding: 15px;
  margin: 10px;
  width: 200px;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 150px;
  transition: box-shadow 0.3s ease; 
}

.info-block:hover {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.507);
}

.block-title {
  color: black;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

.block-description {
  color: black;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
}*/
.blocks-container-1 {
  margin-top: -50px;
  display: flex;
  justify-content: center;
}

.row-1 {
  display: flex;
  justify-content: center;
}

.info-block-1-1 {
  background-color: #FFBA33;
  border-radius: 30px;
  padding: 15px;
  margin: 60px 10px 0 10px;
  width: 200px;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 150px;
  transition: box-shadow 0.3s ease;
}

.info-block-1-2 {
  background-color: #FFBA33;
  border-radius: 30px;
  padding: 15px;
  margin: 60px 10px 0 10px;
  width: 200px;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 150px;
  transition: box-shadow 0.3s ease;
}

.info-block-2-1 {
  background: linear-gradient(112.35deg, #21242C 2.53%, #232731 27.21%, #283149 97.31%);
  border-radius: 30px;
  padding: 15px;
  color: #fff;
  margin: 60px 10px 0 10px;
  width: 200px;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 150px;
  transition: box-shadow 0.3s ease;
}

.info-block-2-2 {
  background: linear-gradient(112.35deg, #21242C 2.53%, #232731 27.21%, #283149 97.31%);
  border-radius: 30px;
  padding: 15px;
  color: #fff;
  margin: 60px 10px 0 10px;
  width: 200px;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 150px;
  transition: box-shadow 0.3s ease;
}

.info-block-3 {
  background-color: rgb(226, 226, 226);
  border-radius: 30px;
  padding: 15px;
  margin: 60px 10px 0 10px;
  width: 200px;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 150px;
  transition: box-shadow 0.3s ease;
}

.info-block-4 {
  background-color: rgb(226, 226, 226);
  border-radius: 30px;
  padding: 15px;
  margin: 60px 10px 0 10px;
  width: 200px;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 150px;
  transition: box-shadow 0.3s ease;
}

.info-block-1:hover {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.507);
}

.info-block-2:hover {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.507);
}

.info-block-3:hover {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.507);
}

.info-block-4:hover {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.507);
}

.block-title-1 {
  color: black;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

.block-description-1 {
  color: black;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
}

.block-title-2 {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

.block-description-2 {
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
}


@media (min-width: 769px) and (max-width: 1024px) {
  .consultation-title {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .consultation-description {
    font-size: 16px;
    width: 50%;
  }

  .blocks-container {
    margin-top: -315px;
  }

  .consultation-button-two {
    padding: 12px 34px;
    font-size: 18px;
  }

  .row {
    flex-wrap: wrap;
  }

  .info-block {
    height: initial;
    width: 144px;
  }

  .block-title {
    font-size: 25px;
    margin-bottom: 2px;
  }

  .block-description {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .consultation-title {
    font-size: 29px;
    margin-bottom: 20px;
  }

  .consultation-description {
    font-size: 15px;
  }

  .blocks-container {
    margin-top: 40px;
  }

  .consultation-button-two {
    padding: 12px 34px;
    font-size: 18px;
  }

  .row {
    flex-wrap: nowrap;
    justify-content: center;
  }

  .info-block {
    height: initial;
    width: 50%;
  }

  .block-title {
    font-size: 25px;
    margin-bottom: 2px;
  }

  .block-description {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .consultation-button-two-container {
    display: flex;
    justify-content: center;
  }

  .consultation-title {
    font-size: 30px;
    margin-bottom: 20px;
    text-align: center;
  }

  .consultation-description {
    font-size: 16px;
    text-align: center;
  }

  .blocks-container-1 {
  }
  .info-block-2-1{
    width: 180px;
    margin: 30px 10px 0 10px;
  }
  .info-block-1-1{
    width: 180px;
    margin: 30px 10px 0 10px;
  }
    .info-block-2-2{
    width: 180px;
    margin: 30px 10px 0 10px;
  }
  .info-block-1-2{
    width: 180px;
    margin: 30px 10px 0 10px;
  }
  .com-block-title-team-2{
    font-size: 30px !important;
  }
  .com-block-title-team-1{
    font-size: 30px !important;
  }
  .consultation-button-two {
    padding: 12px 34px;
    font-size: 18px;
  }

  .row-1 {
    margin: -9px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .block-title {
    font-size: 25px;
    margin-bottom: 2px;
  }

  .block-description {
    font-size: 16px;
  }
}

@media (max-width: 400px) {
  .consultation-title {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .consultation-description {
    font-size: 16px;
  }
}

.business {
  background: linear-gradient(to right, rgba(33, 36, 44, 1), rgba(35, 39, 49, 1), rgba(40, 49, 73, 1));
  border-radius: 30px;
  text-align: left;
  margin: 95px auto;
  width: 70%;
  position: relative;
  padding: 30px 30px 40px 30px;
}

.business-container {
  margin-right: 20px;
  position: relative;
  z-index: 1;
}

.title-business {
  font-size: 32px;
  font-weight: bold;
  padding: 10px 0 20px 0;
  margin: 0;
  color: #FFFFFF;
}

.description {
  font-size: 17px;
  line-height: 25px;
  font-weight: 400;
  margin: 25px 0 35px 0;
  color: #FFFFFF;
  max-width: 570px;
}

.button-container-business {
  display: flex;
  gap: 10px;
}

.calculate-button {
  background: linear-gradient(90deg, rgba(211, 139, 0, 1), rgba(255, 168, 0, 1), rgba(255, 183, 44, 1));
  color: black;
  border: none;
  padding: 10px 45px;
  border-radius: 30px;
  z-index: 2;
  position: relative;
  transition: background 0.3s;
}

.consult-button {
  background: transparent;
  color: white;
  border: 1px solid white;
  padding: 10px 45px;
  border-radius: 30px;
  z-index: 2;
  position: relative;
  transition: background 0.3s;
}

.calculate-button:hover {
  background: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
}

.consult-button:hover {
  background: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  border: 1px solid rgb(255, 255, 255);
}

@media (min-width: 768px) and (max-width: 1200px) {
  .button-container-business {
    display: flex;
    gap: 10px;
    align-items: center;
  }

  .calculate-button {
    background: linear-gradient(90deg, rgba(211, 139, 0, 1), rgba(255, 168, 0, 1), rgba(255, 183, 44, 1));
    color: black;
    border: none;
    padding: 10px 45px;
    border-radius: 30px;
    width: 65%;
    z-index: 2;
    position: relative;
    transition: background 0.3s;
  }

  .consult-button {
    background: transparent;
    color: white;
    border: 1px solid white;
    padding: 10px 45px;
    border-radius: 30px;
    width: 65%;
    z-index: 2;
    position: relative;
    transition: background 0.3s;
  }

  .calculate-button:hover {
    background: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
  }

  .consult-button:hover {
    background: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    border: 1px solid rgb(255, 255, 255);
  }

  .image-container {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 110% !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 0 !important;
  }

  .left-line {
    max-width: 50% !important;
    height: auto !important;
  }

  .right-line {
    margin-top: -12px !important;
    max-width: 50% !important;
    height: auto !important;
  }
}

@media (max-width: 480px) {
  .business {
    margin-top: 30px;
    margin-bottom: 30px;
    width: 90%;
    padding: 20px 0px 40px 15px;
  }

  .title-business {
    font-size: 27px;
  }

  .description {
    margin: 10px 0 30px 0;
    font-size: 16px;
  }

  .button-container-business {
    flex-direction: column;
  }

  .calculate-button {
    font-size: 15px;
  }

  .consult-button {
    font-size: 15px;
    padding: 10px 10px;
  }
}

.image-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.left-line {
  max-width: 50%;
  height: auto;
}

.right-line {
  margin-top: -12px;
  max-width: 50%;
  height: auto;
}

.Try-free {
  background: linear-gradient(to right, rgba(33, 36, 44, 1), rgba(35, 39, 49, 1), rgba(40, 49, 73, 1));
  padding: 50px 20px;
  border-radius: 50px;
  margin-top: 90px;
}

.section-title-free {
  color: white;
  font-size: 36px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 35px;
  margin-left: 25px;
}

.blocks-container-free {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.info-block-free {
  font-family: "Montserrat", serif;
  font-display: swap;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 50px;
  padding: 25px;
  margin: 10px;
  width: 270px;
  height: 270px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: transform 0.3s, background-color 0.3s;
  text-decoration: none;
  color: inherit;
}

.info-block-free:hover {
  transform: scale(1.05);
  background: linear-gradient(to right, rgba(211, 139, 0, 1), rgba(255, 168, 0, 1), rgba(255, 183, 44, 1));
}

.info-block-free:hover .block-description-free {
  color: rgba(77, 77, 77, 1);
}

.block-title-free {
  color: black;
  font-size: 21px;
  font-weight: 600;
  line-height: 32px;
  text-align: left;
  margin-bottom: 10px;
}

.block-description-free {
  color: rgba(148, 147, 147, 1);
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 10px;
}

.vector-line-1 {
  margin: -37px 0;
  width: 123%;
  margin-left: -24px;
}

.vector-line-2 {
  margin: -97px 0;
  width: 122%;
  margin-left: -25px;
}

.vector-line-3 {
  margin: -97px 0;
  width: 122%;
  margin-left: -25px;
}

.vector-line-4 {
  margin: -55px 0;
  width: 122%;
  margin-left: -25px;
}

.more-info {
  color: rgba(33, 36, 44, 1);
  font-size: 16px;
  font-weight: 400;
  text-align: right;
  margin-top: auto;
  margin-left: 78px;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .info-block-free {
    width: auto;
    flex-basis: calc(40% - 75px);
    margin: 5px;
    overflow: hidden;
  }

  .vector-line-1,
  .vector-line-2,
  .vector-line-3,
  .vector-line-4 {
    position: relative;
    width: 120%;
    left: 0%;
    top: -20px;
  }

  .more-info {
    font-size: 14px;
    margin-left: auto;
    margin-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .Try-free {
    padding: 40px 15px;
    border-radius: 40px;
    margin-top: 70px;
  }

  .section-title-free {
    font-size: 30px;
    margin-bottom: 25px;
    margin-left: 15px;
  }

  .blocks-container-free {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .info-block-free {
    width: auto;
    flex-basis: calc(40% - 10px);
    margin: 5px;
    overflow: hidden;
  }

  .block-title-free {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 5px;
  }

  .block-description-free {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .more-info {
    font-size: 14px;
    margin-left: auto;
    margin-right: 0;
  }

  .vector-line-1,
  .vector-line-2,
  .vector-line-3,
  .vector-line-4 {
    position: relative;
    width: 123%;
    left: -1%;
    top: 5px;
  }
}

@media (max-width: 480px) {
  .Try-free {
    padding: 50px 20px;
    margin-top: 75px;
  }

  .info-block-free {
    margin: 5px;
  }

  .more-info {
    font-size: 14px;
    margin-left: 60px;
  }

  .block-title-free {
    font-size: 18px;
  }

  .block-description-free {
    font-size: 15px;
  }

  .section-title-free {
    margin-left: 0;
    text-align: center;
    font-size: 28px;
  }

}

.customers {
  margin-top: 80px;
}

.customers-komp {
  margin-top: 80px;
  background: linear-gradient(to right, rgba(33, 36, 44, 1), rgba(35, 39, 49, 1), rgba(40, 49, 73, 1));
  border-radius: 65px;
}

.customers-title {
  color: #000000;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
}

.customers-text-container {
  margin-bottom: 70px;
  display: flex;
  justify-content: center;
}

.customers-text {
  font-size: 23px;
  font-weight: 300;
  text-align: center;
  max-width: 1015px;
}

.customers-slider {
  margin-top: 50px;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  overflow: hidden;
  height: 80px;
  transition: transform 0.5s ease-in-out;
}

.customers-slider-item {
  padding: 18px 30px;
  margin-left: 20px;
  background-color: #EDEDED;
  width: 330px;
  border-radius: 40px;
  transition: transform 0.5s ease;
  width: 250px;
  border-radius: 40px;
  transition: transform 0.5s ease;
  display: flex;
  align-items: center;
}

.customers-slider img {
  height: 50px;
  display: block;
  max-width: 100%;
  height: auto;
  display: block;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@media (max-width: 480px) {
  .customers {
    margin-top: 60px !important;
  }

  .customers-title {
    font-size: 33px !important;
  }

  .customers-text-container {
    margin-bottom: 1px !important;
  }

  .customers-text {
    font-size: 20px !important;
  }

  .customers-slider-item {
    width: 200px !important;
  }
}

.bx-viewport {
  width: 100%;
  overflow: visible;
  position: relative;
}

.about {
  margin-top: 100px;
}

.reasons-block {
  background: linear-gradient(to right, rgba(33, 36, 44, 1), rgba(35, 39, 49, 1), rgba(40, 49, 73, 1));
  border-radius: 55px;
  padding: 35px 244px;
  text-align: center;
  width: 80%;
  margin: 75px auto;
}

.reasons-title {
  color: white;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 20px;
}

.highlight {
  color: rgba(255, 186, 51, 1);
}

.reasons-description {
  color: white;
  font-size: 17px;
  font-weight: 300;
  font-family: "Montserrat", serif;
  font-display: swap;
  line-height: 25px;
  color: rgba(225, 225, 225, 1);
  margin-bottom: 0px;
  max-width: 450px;
  margin-left: 20px;
}

.reasons-list {
  display: flex;
  flex-direction: column;
  margin-left: 35px;
}

.reason-item {
  display: flex;
  align-items: center;
  gap: 30px;
  position: relative;
}

.reason-item-1 {
  top: 3px;
  display: flex;
  align-items: center;
  gap: 30px;
  position: relative;
}

.reason-item-2 {
  top: 9px;
  display: flex;
  align-items: center;
  gap: 30px;
  position: relative;
}

.reason-item-komp {
  display: flex;
  align-items: center;
  gap: 30px;
  position: relative;
}

.reason-item-1-komp {
  top: -22px;
  display: flex;
  align-items: center;
  gap: 30px;
  position: relative;
}

.reason-item-2-komp {
  top: -44px;
  display: flex;
  align-items: center;
  gap: 30px;
  position: relative;
}

.reason-item-komp:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 28px;
  top: 80px;
  width: 2px;
  height: 130px;
  background: white;
}

.reason-item-1-komp:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 28px;
  top: 80px;
  width: 2px;
  height: 70px;
  background: white;
}

.list-container {
  display: flex;
  justify-content: center;
}

.reason-number {
  background-color: rgba(255, 255, 255, 1);
  color: rgba(255, 168, 0, 1);
  width: 55px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 37px;
  font-weight: 600;
  margin-right: 15px;
  margin-top: -25px;
  font-family: "Montserrat", serif;
  font-display: swap;
}

.reason-number-2 {
  background-color: rgba(255, 255, 255, 1);
  color: rgba(255, 168, 0, 1);
  width: 55px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 37px;
  font-weight: 600;
  margin-right: 15px;
  margin-top: 21px;
  font-family: "Montserrat", serif;
  font-display: swap;
}

.reason-number-3 {
  background-color: rgba(255, 255, 255, 1);
  color: rgba(255, 168, 0, 1);
  width: 55px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 37px;
  font-weight: 600;
  margin-right: 15px;
  margin-top: 0px;
  font-family: "Montserrat", serif;
  font-display: swap;
}

.reason-item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 28px;
  top: 93px;
  width: 2px;
  height: 145px;
  background: white;
}

.reason-item-1:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 28px;
  top: 90px;
  width: 2px;
  height: 93px;
  background: white;
}

.reason-text {
  position: relative;
  top: 40px;
  flex-grow: 1;
  text-align: left;
}

.reason-text-1 {
  position: relative;
  padding-top: 40px;
  flex-grow: 1;
  text-align: left;
}

.reason-heading {
  color: white;
  font-weight: 600;
  font-size: 22px;
  margin: 0 0 5px 0;
}

.reason-detail {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-weight: 400;
  max-width: 340px;
  margin-bottom: 5px;
}

.reason-detail-top {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-weight: 400;
  max-width: 340px;
  margin-bottom: 5px;
}

.consultation-button-three {
  margin-top: 20px;
  background: linear-gradient(to right, rgba(211, 139, 0, 1), rgba(255, 168, 0, 1), rgba(255, 183, 44, 1));
  color: rgb(0, 0, 0);
  font-size: 18px;
  font-weight: 400;
  padding: 12px 72px;
  border-radius: 25px;
  border: 1px solid rgba(211, 139, 0, 1);
  transition: background 0.3s;
}

.consultation-button-three:hover {
  background: linear-gradient(to right, rgba(33, 36, 44, 1), rgba(35, 39, 49, 1), rgba(40, 49, 73, 1));
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.8);
}

@media (min-width: 768px) and (max-width: 1024px) {
  .reason-number {
    margin-top: -52px;
  }

  .reasons-list {
    margin-left: 20px;
  }

  .reasons-block {
    padding: 50px 0;
    margin: 100px auto 60px auto;
    width: 102%;
    max-width: 1200px;
    box-sizing: border-box;
    margin-left: -8px;
  }

  .reasons-title {
    font-size: 29px;
  }

  .reasons-description {
    font-size: 15px;
    margin-left: 0;
  }

  .reason-detail-top,
  .reason-detail {
    max-width: 270px;
    font-size: 16px;
  }

  .reason-text {
    top: 38px;
  }

  .reason-heading {
    font-size: 20px;
  }

  .reason-item-2 {
    top: 5px;
  }

  .reason-item:not(:last-child)::after {
    left: 26px;
    top: 84px;
    height: 138px;
  }

  .reason-item-1:not(:last-child)::after {
    left: 23px;
    top: 95px;
    height: 105px;
  }

  .reason-item-komp:not(:last-child)::after {
    left: 27px;
    top: 900px;
    height: 123px;
  }

  .reason-item-1-komp:not(:last-child)::after {
    left: 23px;
    top: 100px;
    height: 123px;
  }

  .consultation-button-three {
    font-size: 16px;
    padding: 11px 40px;
  }
}

@media (max-width: 768px) {
  .reason-number {
    margin-top: -52px;
  }

  .reasons-list {
    margin-left: 20px;
  }

  .reasons-block {
    padding: 50px 0;
    margin: 100px auto 60px auto;
    width: 104%;
    max-width: 1200px;
    box-sizing: border-box;
    margin-left: -8px;
  }

  .reasons-title {
    font-size: 29px;
  }

  .reasons-description {
    font-size: 15px;
    margin-left: 0;
  }

  .reason-detail-top,
  .reason-detail {
    max-width: 270px;
    font-size: 16px;
  }

  .reason-text {
    top: 38px;
  }

  .reason-heading {
    font-size: 20px;
  }

  .reason-item-2 {
    top: 5px;
  }

  .reason-item:not(:last-child)::after {
    left: 26px;
    top: 84px;
    height: 138px;
  }

  .reason-item-1:not(:last-child)::after {
    left: 23px;
    top: 95px;
    height: 105px;
  }

  .reason-item-komp:not(:last-child)::after {
    left: 23px;
    top: 100px;
    height: 123px;
  }

  .reason-item-1-komp:not(:last-child)::after {
    left: 23px;
    top: 100px;
    height: 123px;
  }

  .consultation-button-three {
    font-size: 16px;
    padding: 11px 40px;
  }
}

@media (max-width: 400px) {
  .reason-item:not(:last-child)::after {
    left: 23px !important;
    top: 90px !important;
    height: 165px !important;
  }

  .consult-button {
    font-size: 15px;
    padding: 10px 10px;
  }
}

@media (max-width: 480px) {
  .reason-number {
    margin-top: -52px;
  }

  .reasons-list {
    margin-left: 20px;
  }

  .reasons-block {
    padding: 50px 0;
    margin: 100px auto 60px auto;
    width: 104%;
    max-width: 1200px;
    box-sizing: border-box;
    margin-left: -8px;
  }

  .reasons-title {
    font-size: 29px;
  }

  .reasons-description {
    font-size: 15px;
    margin-left: 0;
  }

  .reason-detail-top,
  .reason-detail {
    max-width: 270px;
    font-size: 16px;
  }

  .reason-text {
    top: 38px;
  }

  .reason-heading {
    font-size: 20px;
  }

  .reason-item-2 {
    top: 5px;
  }

  .reason-item:not(:last-child)::after {
    left: 26px;
    top: 84px;
    height: 138px;
  }

  .reason-item-1:not(:last-child)::after {
    left: 23px;
    top: 95px;
    height: 105px;
  }

  .reason-item-komp:not(:last-child)::after {
    left: 23px;
    top: 100px;
    height: 123px;
  }

  .reason-item-1-komp:not(:last-child)::after {
    left: 23px;
    top: 100px;
    height: 123px;
  }

  .consultation-button-three {
    font-size: 16px;
    padding: 11px 40px;
  }
}

@media (max-width: 400px) {
  .reason-item:not(:last-child)::after {
    left: 23px !important;
    top: 96px !important;
    height: 148px !important;
  }
}

.stat {
  margin-top: 70px;
}
.stat-head-flex{
  display: flex;
  align-items: center;
  gap: 80px;
}
.stat-title-flex {
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
}

.stat-title h2 {
  font-size: 34px;
  font-weight: 500;
}

.stat-title-ssil {
  font-family: "Montserrat", serif;
  font-display: swap;
  display: flex;
  justify-content: center;
  gap: 20px;
  color: #000;
  z-index: 1000;
}

.stat-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 80px;
  margin-top: 80px;
}

.stat-block-item {
  position: relative;
  max-width: 300px;
  border: 1px solid #ccc;
  border-radius: 12px;
  overflow: hidden;
}

.stat-block-img-container {
  position: relative;
}

.stat-block-head {
  position: absolute;
  top: 33px;
  left: 20px;
  z-index: 3;
  background-color: rgba(255, 255, 255);
  padding: 4px 15px;
  border-radius: 10px;
  transition: opacity 0.3s ease;
}

.stat-block-head h6 {
  font-family: "Montserrat", serif;
  font-size: 15px;
  font-weight: 500;
}

.stat-block-item:hover .stat-block-head {
  opacity: 0;
}

.stat-block-img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}

.stat-block-item:hover .overlay {
  opacity: 1;
}

.arrow-icon {
  margin-left: 10px;
  width: 30px;
}

.stat-block-text {
  margin: 30px 10px 30px 20px;
}

.stat-block-text h7 {
  font-weight: 300;
  font-size: 17px;
  line-height: 22px;
}

.word-content {
  font-family: Arial, sans-serif;
  font-size: 16px; 
  line-height: 1.6;
  color: #000000;
  margin-bottom: 20px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
}

.word-content p {
  margin-bottom: 1em;
}

.word-content h1,
.word-content h2,
.word-content h3 {
  font-weight: bold; 
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  color: #000000;
}

.word-content h1 {
  font-size: 2em;
}

.word-content h2 {
  font-size: 1.6em;
}

.word-content h3 {
  font-size: 1.3em; 
}

.word-content ul,
.word-content ol {
  margin-left: 20px;
  margin-bottom: 1em;
}

.word-content li {
  margin-bottom: 0.5em; 
}

.word-content a {
  color: #000000;
  text-decoration: none; 
}

.word-content a:hover {
  text-decoration: underline;
}

.word-content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: 1em;
}

@media (min-width: 769px) and (max-width: 1024px) {
  .stat {
    margin-top: 50px;
  }

  .stat-title-flex {
    padding: 0 20px;
    flex-direction: row;
    align-items: center;
  }

  .stat-title h2 {
    font-size: 28px;
    text-align: center;
    margin-bottom: 20px;
  }

  .stat-title-ssil {
    flex-direction: row;
    gap: 10px;
  }

  .stat-block {
    gap: 25px;
    margin-top: 50px;
  }

  .stat-block-item {
    max-width: 225px;
  }

  .stat-block-head {
    top: 20px;
    left: 10px;
    padding: 2px 10px;
  }

  .stat-block-head h6 {
    font-size: 13px;
  }

  .stat-block-text {
    margin: 20px 5px 20px 10px;
  }

  .stat-block-text h7 {
    font-size: 15px;
    line-height: 20px;
  }

  .arrow-icon {
    width: 25px;
    margin-left: 5px;
  }

  .stat-otcl img {
    max-width: 100% !important;
  }
}

@media (max-width: 768px) {
  .stat {
    margin-top: 50px;
  }

  .stat-title-flex {
    padding: 0 20px;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .stat-title h2 {
    font-size: 26px;
    margin-bottom: 15px;
  }

  .stat-title-ssil {
    flex-direction: column;
    gap: 15px;
    margin-top: 10px;
  }

  .stat-block {
    gap: 25px;
    margin-top: 40px; 
    justify-content: center;
  }

  .stat-block-item {
    max-width: 280px; 
  }

  .stat-block-head {
    top: 15px;
    left: 10px;
    padding: 2px 8px;
  }

  .stat-block-head h6 {
    font-size: 12px;
  }

  .stat-block-text {
    margin: 15px 5px 15px 10px;
  }

  .stat-block-text h7 {
    font-size: 14px;
    line-height: 18px;
  }

  .arrow-icon {
    width: 22px;
    margin-left: 5px;
  }

  .word-content { 
    font-size: 15px;
  }

  .stat-otcl img {
    max-width: 100% !important;
  }
}

@media (max-width: 480px) {
  .stat {
    margin-top: 60px;
  }

  .stat-block {
    gap: 20px;
    margin-top: 30px;
  }

  .word-content {
    font-size: 14px;
  }

  .word-content h1 {
    font-size: 1.8em;
  }

  .stat-otcl img {
    max-width: 100% !important;
  }
}

.link-text {
  color: white;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  font-family: "Montserrat", serif;
}

.link-text:hover {
  text-decoration: underline;
}

.implemented {
  background: linear-gradient(to right, rgba(33, 36, 44, 1), rgba(35, 39, 49, 1), rgba(40, 49, 73, 1));
  padding: 30px;
  border-radius: 65px;
}

.implemented-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
  padding: 0 30px;
}

.implemented-title {
  color: white;
  font-size: 34px;
  font-weight: 600;
}

.project-blocks .bx-pager-item a.active {
  background: rgba(255, 255, 255, 1) !important;
}

.all-projects {
  color: #FFA800;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
}

.project-blocks {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  width: 250%;
  margin-left: -50%;
  transition: transform 0.5s ease;
  overflow: hidden;
  align-items: stretch; /* Добавляем это */
}

.project-blocks .bx-wrapper {
  max-width: 1335px !important;
}

.project-blocks .bx-controls {
  margin-top: 50px;
}

.project-blocks .bx-pager {
  top: 0px !important;
  margin: 0 auto !important;
  text-align: center;
  width: 100%;
  left: 43%;
}
.content-block-project h3{
  font-size: 30px;
  padding: 40px 0px 20px 0px;
}
.content-block-project h4{
  font-size: 20px;
  font-weight: 500;
}
.content-block-project p{
  margin-bottom: 8px;
}
.project-item {
  background-color: white;
  padding: 22px;
  border-radius: 35px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  flex: 1;
  max-width: 33%;
  min-width: 250px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  min-height: 600px;
}

.project-content-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.project-title,
.project-subtitle,
.project-mini-title {
  margin: 0;
  text-align: left;
}

.project-title {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 13px;
}

.project-subtitle {
  font-size: 17px;
  font-weight: bold;
  color: rgba(0, 0, 0);
}

.project-mini-title {
  font-size: 17px;
  font-weight: bold;
  color: rgba(0, 0, 0);
}

.project-mini-description {
  font-size: 14px;
  line-height: 19px;
  color: rgba(0, 0, 0);
  margin-top: 5px;
}

.project-description {
  font-size: 14px;
  line-height: 19px;
  color: rgba(0, 0, 0);
  margin-top: 5px;
  margin-bottom: 5px;
}

.additional-info {
  margin-top: 10px;
}

.info-item {
  margin-bottom: 4px;
  display: flex;
  justify-content: flex-start;
  font-size: 16px;
  color: rgba(33, 36, 44, 0.8);
}

.info-label {
  font-weight: normal;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.5);
  margin-right: 10px;
}

.info-value {
  font-weight: normal;
  font-size: 13px;
  color: rgba(0, 0, 0);
}

.more-info-button {
  background: linear-gradient(to right, rgba(211, 139, 0, 1), rgba(255, 168, 0, 1), rgba(255, 183, 44, 1));
  color: rgb(0, 0, 0);
  font-size: 15px;
  font-weight: normal;
  padding: 6px 50px;
  border: 1px solid rgba(211, 139, 0, 1);
  border-radius: 25px;
  text-align: left;
  align-self: flex-start;
  flex-shrink: 0;
  margin-top: auto;
}

.more-info-button:hover {
  background: transparent;
  color: rgb(0, 0, 0);
  border: none;
  border: 1px solid rgb(0, 0, 0);
}

.connection {
  background-color: rgba(255, 186, 51, 1);
  border-top-left-radius: 55px;
  border-top-right-radius: 55px;
  padding: 50px 20px 60px 20px;
  text-align: left;
  margin-top: 120px;
}

.title-connection {
  font-weight: bold;
  color: black;
  font-size: 32px;
  margin: 0 0 20px 0;
  text-align: center;
}

.highlight-con {
  color: red;
  white-space: nowrap;
  font-size: 32px;
}

.connection-container {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  gap: 100px;
}

.item-info-container-1 {
  display: flex;
  gap: 15px;
}

.info-container {
  text-align: left;
  max-width: 426px;
  margin-top: 30px;
}

.info-item-con {
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  color: black;
  margin-bottom: 32px;
}

.contact-form {
  display: flex;
  flex-direction: column;
  max-width: 630px;
}

.contact-form-flex-container {
  display: flex;
  gap: 30px;
}

.contact-form-container {
  min-width: 300px;
}

.form-button-conteiner-connect {
  display: flex;
  justify-content: center;
}

.form-button-conteiner-connect-item {
  max-width: 300px;
  margin-left: 345px;
  margin-top: -70px;
}

.form-group {
  margin-bottom: 15px;
}

.form-group-1 {
  margin-bottom: 15px;
  min-width: 100px;
}

label {
  font-size: 16px;
  color: black;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 50px;
  margin-top: 5px;
  background-color: rgba(241, 241, 241, 1);
  resize: none;
}

textarea {
  min-height: 50px;
  overflow: hidden;
}

.contact-type {
  display: flex;
  gap: 28px;
}

.radio-container {
  display: flex;
  align-items: center;
  gap: 10px;
}

.radio-container h6 {
  padding-top: 1px;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  font-style: normal;
  color: #000000;
}

.radio-check {
  width: 20px;
  height: 20px;
  border: 0px solid rgba(33, 36, 44, 1);
  border-radius: 50%;
  margin-right: 5px;
  background-color: white;
}

input[type="radio"] {
  display: none;
}

input[type="radio"]:checked+.radio-check {
  background-color: rgba(33, 36, 44, 1);
}

.submit-button {
  background: linear-gradient(to right, rgba(33, 36, 44, 1), rgba(35, 39, 49, 1), rgba(40, 49, 73, 1));
  color: white;
  border: 1px solid rgba(33, 36, 44, 1);
  font-size: 20px;
  width: 100%;
  font-weight: 400;
  padding: 12px;
  border-radius: 30px;
  font-size: 16px;
  margin-top: 10px;
}

.submit-button:hover {
  background: white;
  color: #000000;
}

.text-com {
  font-size: 12px;
  font-weight: 400;
  color: rgba(107, 107, 107, 1);
  margin: -5px 0 -15px 0;
}

@media (max-width: 1200px) {
  .implemented {
    overflow: hidden;
  }

  .project-blocks .bx-controls {
    max-width: 500px;
  }

  .project-blocks .bx-pager {
    top: -34px !important;
    margin: 0 auto !important;
    text-align: center;
    width: 100%;
    left: 100%;
  }

  .reasons-description {
    margin-left: 5%;
    text-align: center;
    max-width: 90%;
  }

  .customers-reason {
    background: none;
  }
}

@media (max-width: 1200px) {
  .connection-container {
    gap: 0px;
    margin-top: 0;
    flex-direction: column;
    margin-left: 5%;
  }

  .info-container {
    max-width: 500px;
  }

  .contact-form {
    max-width: 630px;
  }
}

@media (max-width: 768px) {
  .connection {
    padding: 40px 15px;
    margin-top: 40px;
  }

  .title-connection {
    font-size: 28px;
  }

  .connection-container {
    flex-direction: column;
    gap: 0px;
    margin-top: 0;
  }

  .info-item-con {
    font-size: 17px;
  }

  .contact-form {
    max-width: 100%;
  }

  .contact-form-flex-container {
    flex-direction: column;
    gap: 0px;
  }

  .implemented {
    padding: 30px 30px 0 30px;
  }

  .project-blocks {
    width: 118%;
    margin-left: -8%;
  }

  .implemented-header {
    display: block;
    margin-bottom: 20px;
    padding: 0 15px;
  }

  .project-blocks .bx-pager {
    top: -34px !important;
    margin: 0 auto !important;
    text-align: center;
    width: 100%;
    left: 2%;
  }

  .form-button-conteiner-connect-item {
    margin-left: 0;
    margin-top: 0;
  }

  .submit-button {
    font-size: 18px;
  }

  .text-com {
    font-size: 11px;
  }
}

@media (max-width: 480px) {
  .customers-reason {
    background: linear-gradient(to right, rgba(33, 36, 44, 1), rgba(35, 39, 49, 1), rgba(40, 49, 73, 1)) !important;
    border-radius: 55px;
  }

  .stat-title-flex {
    padding: 0 15px;
    flex-direction: column;
  }

  .stat-title h2 {
    font-size: 32px;
    text-align: center;
    margin-bottom: 10px;
  }

  .stat-title-ssil {
    gap: 10px;
  }

  .strel-img-stat {
    width: 21px;
  }

  .implemented {
    padding: 30px 30px 0 30px;
  }

  .project-blocks {
    width: 118%;
    margin-left: -8%;
  }

  .project-blocks .bx-pager {
    top: -34px !important;
    margin: 0 auto !important;
    text-align: center;
    width: 100%;
    left: 2%;
  }

  .implemented-header {
    display: block;
    margin-bottom: 20px;
    padding: 0 15px;
  }

  .implemented-title {
    font-size: 32px;
  }

  .all-projects {
    margin-top: 5px;
  }

  .connection {
    padding: 30px 10px;
    margin-top: 40px;
  }

  .title-connection {
    font-size: 24px;
  }

  .connection-container {
    flex-direction: column;
    gap: 0px;
    margin-top: 0;
  }

  .info-container {
    max-width: 100%;
  }

  .info-item-con {
    font-size: 16px;
  }

  .contact-form {
    max-width: 100%;
  }

  .contact-form-flex-container {
    flex-direction: column;
    gap: 0px;
  }

  .form-button-conteiner-connect-item {
    margin-left: 0;
    margin-top: 0;
  }

  .submit-button {
    font-size: 16px;
  }

  .text-com {
    font-size: 10px;
  }
}

footer {
  background: linear-gradient(112.35deg, #21242C 2.53%, #232731 27.21%, #283149 97.31%);
  padding: 60px 0px 30px 0px;
}

.footer-logo {
  height: 60px;
}

.footer-first {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer-first-item {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.footer-first-item-text {
  font-weight: 400;
  color: rgba(191, 191, 191, 1);
  font-size: 17px;
  max-width: 400px;
}

.consultation-button-footer {
  width: 308px;
  height: 50px;
  background: linear-gradient(to right, rgba(211, 139, 0, 1), rgba(255, 168, 0, 1), rgba(255, 183, 44, 1));
  color: #000000;
  border: 1px solid rgba(211, 139, 0, 1);
  border-radius: 40px;
  cursor: pointer;
  margin-right: 10px;
  font-size: 18px;
}

.consultation-button-footer:hover {
  background: transparent;
  color: white;
  border: 1px solid white;
}

.footer-second {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}

.footer-second-item-1 {
  max-width: 300px;
}

.footer-second-item-1 h3 {
  text-align: center;
  margin-bottom: 16px;
  font-size: 25px;
  color: #ffffff;
}

input[type="footer-name"],
input[type="footer-mail"],
input[type="footer-tel"] {
  width: 100%;
  padding: 8px 25px 7px 25px;
  border: 1px solid #ccc;
  border-radius: 50px;
  margin-bottom: 18px;
}

.footer-form {
  display: flex;
  flex-direction: column;
}

.footer-form h5 {
  font-size: 11px;
  color: rgba(123, 130, 148, 1);
}

.footer-second-item-1-btn {
  width: 100%;
  height: 38px;
  background: linear-gradient(to right, rgba(211, 139, 0, 1), rgba(255, 168, 0, 1), rgba(255, 183, 44, 1));
  color: #000000;
  border: 1px solid rgba(211, 139, 0, 1);
  border-radius: 40px;
  cursor: pointer;
  margin-right: 10px;
  font-size: 16px;
}

.footer-second-item-1-btn:hover {
  background: transparent;
  color: white;
  border: 1px solid white;
}

.footer-label {
  display: flex;
  gap: 25px;
  margin-bottom: 20px;
}

.footer-label-flex {
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #FFFFFF;
}

.footer-label-flex input[type="radio"] {
  display: none;
}

.footer-label-flex input[type="radio"]:checked+.radio-check {
  background: linear-gradient(90deg, rgba(211, 139, 0, 1), rgba(255, 168, 0, 1), rgba(255, 183, 44, 1));
}

.footer-second-item-2 {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}

.footer--second-item-2-column {
  display: flex;
  flex-direction: column;
}

.footer--second-item-2-column a {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 15px;
  color: rgba(191, 191, 191, 1);
}

.footer--second-item-2-column-1 {
  display: flex;
  flex-direction: column;
}

.footer--second-item-2-column-inner {
  display: flex;
  flex-direction: column;
}

.footer--second-item-2-column-1 a {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 15px;
  color: rgba(191, 191, 191, 1);
}

.footer-second-item-3 {
  font-family: "Montserrat", serif;
  max-width: 290px;
  color: rgba(191, 191, 191, 1);
}

.footer-second-item-3-phone,
.footer-second-item-3-mail,
.footer-second-item-3-map {
  font-size: 16px;
  margin-bottom: 18px;
  display: flex;
  gap: 19px;
  color: rgba(191, 191, 191, 1);
}

.footer-fird {
  margin-top: 50px;
}

.footer-fird-flex {
  display: flex;
  justify-content: space-between;
  font-family: "Montserrat", serif;
}

.footer-fird-item h5 {
  font-weight: 400;
  font-size: 14px;
  color: rgba(191, 191, 191, 1);
}

.footer-fird-con {
  text-align: center;
  margin-top: 27px;
}

.footer-fird-con h5 {
  font-weight: 300;
  font-size: 14px;
  color: rgba(191, 191, 191, 1);
}

.footer-first::after {
  content: "";
  position: absolute;
  top: 90px;
  width: 100%;
  height: 1px;
  background: rgba(90, 90, 90, 1)
}

.footer-second::after {
  content: "";
  position: absolute;
  top: 360px;
  width: 100%;
  height: 1px;
  background: rgba(90, 90, 90, 1)
}

@media (min-width: 769px) and (max-width: 1024px) {
  footer {
    padding: 40px 0px 30px 0px;
  }

  .footer-first::after {
    content: "";
    position: absolute;
    top: 124px;
    width: 100%;
    height: 1px;
    background: rgba(90, 90, 90, 1)
  }

  .footer-first-item {
    display: block;
  }

  .footer-first-item-text {
    margin-bottom: 15px;
  }

  .footer-second-item-1 {
    max-width: none;
  }

  .footer-second-item-1-container {
    max-width: 100%;
  }

  .consultation-button-footer {
    text-align: center;
    margin-left: 15px;
    width: 75%;
    height: 75%;
  }

  .footer-second {
    flex-direction: column;
    justify-content: center;
  }

  .footer-second-item-1 {
    display: flex;
    justify-content: center;
  }

  .footer-form {
    margin-left: 25px;
  }

  .footer-second-item-1 h3 {
    text-align: center;
  }

  .footer-second-item-2 {
    flex-wrap: nowrap;
    justify-content: center;
    gap: 80px;
    margin-top: 25px;
  }

  .footer-second-item-1-btn {
    width: 100%;
    height: 45px;
    background: linear-gradient(to right, rgba(211, 139, 0, 1), rgba(255, 168, 0, 1), rgba(255, 183, 44, 1));
    color: #000000;
    border: 1px solid rgba(211, 139, 0, 1);
    border-radius: 40px;
    cursor: pointer;
    margin-right: 10px;
    font-size: 18px;
  }

  .footer-second-item-1-btn:hover {
    background: transparent;
    color: white;
    border: 1px solid white;
  }

  .footer-second-item-3 {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    max-width: none;
  }

  .footer-second::after {
    top: 786px;
  }

  .footer-fird-flex {
    display: block;
  }

  .footer-fird-item {
    text-align: center;
  }
}

@media (max-width: 768px) {
  footer {
    padding: 40px 0px 30px 0px;
  }

  .footer-first {
    justify-content: center;
  }

  .footer-first-item {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    margin-top: 20px;
  }

  .consultation-button-footer-container {
    display: flex;
    justify-content: center;
  }

  .footer-first-item-text {
    margin-bottom: 15px !important;
    min-width: 320px;
    text-align: center;
  }

  .consultation-button-footer {
    text-align: center;
    margin-left: 15px;
    width: 75%;
    height: 75%;
  }

  .footer-second {
    flex-direction: column;
    justify-content: center;
  }

  .footer-second-item-1 {
    max-width: 316px;
  }

  .footer-form {
    margin-left: 25px;
  }

  .footer-second-item-1 h3 {
    text-align: center;
  }

  .footer-second-item-2 {
    display: none;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 25px;
  }

  .footer--second-item-2-column-1 {
    display: none !important;
    display: flex;
    gap: 74px;
  }

  .footer-second-item-1-btn {
    width: 100%;
    height: 45px;
    background: linear-gradient(to right, rgba(211, 139, 0, 1), rgba(255, 168, 0, 1), rgba(255, 183, 44, 1));
    color: #000000;
    border: 1px solid rgba(211, 139, 0, 1);
    border-radius: 40px;
    cursor: pointer;
    margin-right: 10px;
    font-size: 18px;
  }

  .footer-second-item-1-btn:hover {
    background: transparent;
    color: white;
    border: 1px solid white;
  }

  .footer-second-item-3 {
    margin-top: 10px;
  }

  .footer-first::after {
    top: 230px !important;
  }

  .footer-second::after {
    top: 845px;
  }

  .footer-fird-flex {
    display: block;
  }

  .footer-fird-item {
    text-align: center;
  }
}

@media (max-width: 480px) {
  footer {
    padding: 40px 0px 30px 0px;
  }

  .footer-first {
    justify-content: center;
  }

  .footer-first-item {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    margin-top: 20px;
  }

  .consultation-button-footer-container {
    display: flex;
    justify-content: center;
  }

  .footer-first-item-text {
    margin-bottom: 15px !important;
    min-width: 320px;
    text-align: center;
  }

  .consultation-button-footer {
    text-align: center;
    margin-left: 15px;
  }

  .footer-first::after {
    top: 230px !important;
  }

  /*.footer-second {
    flex-direction: column;
    justify-content: center;
  }*/

  .footer-second-item-1 {
    max-width: 316px;
    margin-left: 26px;
  }

  .footer-second-item-1-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .footer-form {
    margin-left: 25px;
  }

  .footer-second-item-1 h3 {
    text-align: center;
  }

  .footer-second-item-2 {
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 25px;
  }

  .footer--second-item-2-column-1 {
    display: none !important;
    display: flex;
    gap: 74px;
  }

  .footer-second-item-3 {
    margin-top: 27px;
    margin-left: 10%;
    max-width: 100%;
  }

  .footer-second::after {
    top: 536px;
  }

  .footer-fird-flex {
    display: block;
  }

  .footer-fird-item {
    text-align: center;
  }
}

@media (max-width: 400px) and (orientation: portrait) {
  .footer-second-item-1 {
    max-width: 316px;
    margin-left: 0 !important;
  }

  .footer-second-item-2 {
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px !important;
    margin-top: 25px;
  }

  .footer-second-item-3 {
    margin-left: 0px !important;
  }
}

.head-docs {
  background: rgba(241, 241, 241, 1);
  padding: 30px 0px;
  border-top: 1px solid #000;
}

.head-docs-title {
  display: flex;
  align-items: center;
  gap: 80px;
}

.head-docs-title-1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.head-docs-title-1 h1,
.head-docs-title h1 {
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #000;
}

head-docs-title-1 .head-project-title {
  display: flex;
  gap: 50px;
  align-items: center;
  justify-content: space-between;
}

.head-project-title h1 {
  font-size: 45px;
  font-weight: 500;
  margin-bottom: 20px;
}

.head-docs-text h5 {
  font-size: 16px;
  font-weight: 300;
  color: rgba(105, 105, 105, 1);
}

.head-docs-text a {
  color: rgba(105, 105, 105, 1);
}

.soglasie {
  padding-top: 60px;
}

.soglasie-title {
  margin-bottom: 50px;
}

.soglasie-text h4 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 30px;
}

.kontact {
  margin-bottom: 20px;
}

.contact-flex {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 30px;
}

.contact-flex-item-map {
  width: 100%;
  margin-bottom: 20px;
}

.contact-flex-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.contact-flex-item-1 {
  max-width: 340px;
  padding: 25px 33px 30px 33px;
  border-radius: 20px;
  border: 1px solid rgba(172, 172, 172, 1);
  transition: background 0.3s;
  margin-bottom: 30px;
}

.contact-flex-item-1:hover {
  background: rgba(241, 241, 241, 1);
}

.contact-flex-item-title h4 {
  font-style: 26px;
  font-weight: 500;
  line-height: 35px;
  margin-bottom: 18px;
}

.contact-flex-item-title h6 {
  font-size: 17px;
  font-weight: 300;
  line-height: 23px;
}

.contact-flex-item-title h5 {
  margin-top: 5px;
  font-size: 17px;
  font-weight: 300;
  line-height: 23px;
  margin-bottom: 15px;
}

.contact-flex-item-sv h5 {
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
  color: rgba(150, 150, 150, 1);
  margin-bottom: 5px;
}

.contact-flex-item-sv h3 {
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
}

.contact-flex-item-sv-tel {
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  color: #000;
}

.contact-flex-item-bl {
  width: 320px;
  padding: 25px 33px 30px 33px;
  border-radius: 20px;
  border: 1px solid rgba(172, 172, 172, 1);
  margin-bottom: 25px;
  transition: background 0.3s;
}

.contact-flex-item-bl:hover {
  background: rgba(241, 241, 241, 1);
}

.contact-flex-item-bl h3 {
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 12px;
}

.contact-flex-item-bl h5 {
  color: rgba(150, 150, 150, 1);
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.contact-flex-item-bs {
  width: 320px;
  padding: 15px 33px 8px 33px;
  border-radius: 20px;
  border: 1px solid rgba(172, 172, 172, 1);
  transition: background 0.3s;
}

.contact-flex-item-bs:hover {
  background: rgba(241, 241, 241, 1);
}

.contact-flex-item-3-flex {
  display: flex;
  justify-content: space-between;
  gap: 13px;
}

.contact-flex-item-3-flex h3 {
  color: rgba(130, 124, 124, 1);
  font-size: 22px !important;
  font-weight: 400;
  line-height: 33px;
}

.img-clock {
  width: 32px;
  height: 32px;
}

.contact-flex-item-3 h3 {
  padding: 25px 30px 27px 30px;
  border-radius: 20px;
  border: 1px solid rgba(172, 172, 172, 1);
  color: rgba(32, 32, 32, 1);
  font-size: 18px !important;
  font-weight: 400;
  transition: background 0.3s;
}

.contact-flex-item-3 h3:hover {
  background: rgba(241, 241, 241, 1);
}

.team {
  padding: 40px 20px 0 20px;
}

.teams {
  display: flex;
  justify-content: space-between;
  margin: 0px 0px 10px;
}

.team-title {
  font-size: 45px;
  font-weight: 500;
  text-align: left;
  margin: 0;
}

.team-description {
  font-family: "Montserrat", serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 450;
  text-align: left;
  color: rgba(0, 0, 0, 1);
  margin-left: auto;
  max-width: 600px;
}

.blocks-container-team {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.row-team {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
}

.info-block-team {
  background-color: rgb(226, 226, 226);
  border-radius: 40px;
  padding: 15px;
  width: 212px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 150px;
}

.block-title-team {
  color: black;
  font-size: 38px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
}

.block-description-team {
  color: black;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  margin: -14px;
}

.sales {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}

.sale-title {
  font-size: 45px;
  font-weight: 500;
  text-align: right;
  margin-right: 25px;
}

.sale-description {
  font-size: 18px;
  font-weight: 450;
  font-family: "Montserrat", serif;
  text-align: left;
  color: rgba(0, 0, 0, 1);
  max-width: 600px;
}

.button-team {
  background: linear-gradient(to right, rgba(33, 36, 44, 1), rgba(35, 39, 49, 1), rgba(40, 49, 73, 1));
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-weight: 400;
  padding: 17px 0px;
  width: 100%;
  border: none;
  border-radius: 50px;
  margin-top: 10px;
}

.button-team:hover {
  background: linear-gradient(90deg, rgba(211, 139, 0, 1), rgba(255, 168, 0, 1), rgba(255, 183, 44, 1));
  color: rgb(255, 255, 255);
  border: none;
}

@media (max-width: 480px) {
  .team {
    padding: 20px 10px !important;
  }

  .teams {
    display: flex;
    flex-wrap: wrap;
    margin: 0px 0px 10px;
  }

  .sales {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap-reverse;
  }

  .row-team {
    display: flex;
    flex-wrap: wrap;
  }

  .team-title {
    font-size: 28px !important;
  }

  .team-description {
    font-size: 18px !important;
  }

  .blocks-container-team {
    flex-direction: column !important;
    align-items: center !important;
  }

  .info-block-team {
    width: 90% !important;
    margin: 10px 0 !important;
    min-height: auto !important;
  }

  .block-title-team {
    font-size: 20px !important;
  }

  .block-description-team {
    font-size: 12px !important;
  }

  .sale-title {
    font-size: 32px !important;
  }

  .sale-description {
    font-size: 16px !important;
  }

  .button-team {
    padding: 12px 40px !important;
    font-size: 16px !important;
  }
}

@media (max-width: 768px) {
  .teams {
    padding: 20px 10px !important;
  }

  .team-title {
    font-size: 36px !important;
    margin-bottom: 20px;
  }

  .row-team {
    display: flex;
    flex-wrap: wrap;
  }

  .sales {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap-reverse;
  }

  .blocks-container-team {
    flex-direction: row !important;
    justify-content: space-around !important;
  }

  .info-block-team {
    width: calc(45% - 20px) !important;
    margin: 10px !important;
  }

  .block-title-team {
    font-size: 23px !important;
    font-weight: bold;
    margin-bottom: 33px;
  }

  .block-description-team {
    font-size: 16px !important;
  }

  .sale-title {
    font-size: 30px !important;
    text-align: left;
    margin-bottom: 20px;
  }

  .sale-description {
    font-size: 18px !important;
  }

  .button-team {
    padding: 0px 80px !important;
    font-size: 20px !important;
  }
}

@media (max-width: 1200px) {
  .info-block-team {
    width: calc(33.33% - 30px) !important;
    min-height: 150px !important;
  }
}

.com-title-first {
  margin-top: 80px;
}

.com-title-first-flex {
  display: flex;
  justify-content: center;
  gap: 40px;
}

.com-title-first-flex-inner-1 {
  max-width: 644px;
}

.com-title-first-flex-inner-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  text-align: left;
  width: auto;
}

.com-title-first-row-inner {
  margin-bottom: 0;
}

.com-title-first-row-inner h3 {
  font-size: 34px;
}

.com-title-first-row-inner h4 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
}

.com-button-team {
  background: linear-gradient(to right, rgba(33, 36, 44, 1), rgba(35, 39, 49, 1), rgba(40, 49, 73, 1));
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-weight: 400;
  padding: 17px 0px;
  width: 100%;
  border: none;
  border-radius: 50px;
  margin-top: 10px;
  transition: background 0.3s;
}

.com-button-team:hover {
  background: linear-gradient(90deg, rgba(211, 139, 0, 1), rgba(255, 168, 0, 1), rgba(255, 183, 44, 1));
  color: rgb(255, 255, 255);
  border: none;
}

.com-title-first-flex-inner-col h5 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
}

.com-blocks-container-team-mobile {
  display: none;
}

.com-blocks-container-team {
  display: flex;
  padding: 0;
}

.com-row-team {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-left: 15px;
}

.com-info-block-team-1 {
  background: linear-gradient(112.35deg, #21242C 2.53%, #232731 27.21%, #283149 97.31%);
  border-radius: 20px;
  padding: 10px;
  width: 45%;
  max-width: 250px;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: auto;
  min-height: 120px;
  transition: box-shadow 0.3s ease;
}

.com-info-block-team-1:hover {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.507);
}

.com-info-block-team-2 {
  background-color: #FFBA33;
  border-radius: 20px;
  padding: 10px;
  width: 45%;
  max-width: 250px;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: auto;
  min-height: 120px;
  transition: box-shadow 0.3s ease;
}

.com-info-block-team-2:hover {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.507);
}

.com-block-title-team-1 {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #fff;
}

.com-block-description-team-1 {
  font-size: 18px;
  margin: -14px;
  text-align: center;
    color: #fff;
}
.com-block-title-team-2 {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 10px;
}

.com-block-description-team-2 {
  font-size: 18px;
  margin: -14px;
  text-align: center;
}

.com-blocks-container-team {
  display: block;
}

.com-blocks-container-team-mobile {
  display: none;
}

@media (max-width: 768px) {
  .com-blocks-container-team-mobile {
    display: block;
    margin-bottom: 40px;
    width: 100%;
  }

  .com-blocks-container-team {
    display: none;
  }

  .com-info-block-team {
    background-color: rgb(226, 226, 226);
    border-radius: 20px;
    padding: 10px;
    width: 90%;
    max-width: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
    min-height: 120px;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .com-block-title-team {
    color: black;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 5px;
  }

  .com-block-description-team {
    color: black;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    margin-top: 0;
    padding: 0 5px;
  }

  .com-title-first-flex-inner-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
  }

  .com-title-first-row-inner {
    margin-bottom: 20px;
  }

  .com-title-first-row-inner h3 {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
  }

  .com-title-first-row-inner h4 {
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 300;
  }

  .com-button-team {
    background: linear-gradient(to right, rgba(33, 36, 44, 1), rgba(35, 39, 49, 1), rgba(40, 49, 73, 1));
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: 400;
    padding: 17px 0px;
    width: 100%;
    border: none;
    border-radius: 50px;
    margin-top: 10px;
  }

  .com-button-team:hover {
    background: linear-gradient(90deg, rgba(211, 139, 0, 1), rgba(255, 168, 0, 1), rgba(255, 183, 44, 1));
    color: rgb(255, 255, 255);
    border: none;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .com-blocks-container-team-mobile {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 40px;
    width: 100%;
  }

  .com-blocks-container-team {
    display: none;
  }

  .com-info-block-team {
    background-color: rgb(226, 226, 226);
    border-radius: 20px;
    padding: 10px;
    width: calc(45% - 10px);
    max-width: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
    min-height: 120px;
    margin-bottom: 20px;
  }

  .com-block-title-team {
    color: black;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 5px;
  }

  .com-block-description-team {
    color: black;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    margin-top: 0;
    padding: 0 5px;
  }

  .com-title-first-flex-inner-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
  }

  .com-title-first-row-inner {
    margin-bottom: 20px;
  }

  .com-title-first-row-inner h3 {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
  }

  .com-title-first-row-inner h4 {
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 300;
  }

  .com-button-team {
    background: linear-gradient(to right, rgba(33, 36, 44, 1), rgba(35, 39, 49, 1), rgba(40, 49, 73, 1));
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: 400;
    padding: 17px 0px;
    width: 100%;
    border: none;
    border-radius: 50px;
    margin-top: 10px;
  }

  .com-button-team:hover {
    background: linear-gradient(90deg, rgba(211, 139, 0, 1), rgba(255, 168, 0, 1), rgba(255, 183, 44, 1));
    color: rgb(255, 255, 255);
    border: none;
  }
}

@media (max-width: 480px) {
  .com-title-first-flex {
    gap: 0px;
  }

  .com-info-block-team {
    background-color: rgb(226, 226, 226);
    border-radius: 20px;
    padding: 10px;
    width: calc(45% - 10px);
    max-width: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
    min-height: 120px;
    margin-bottom: 20px;
  }
}

.company-automat {
  margin-top: 80px;
}

.company-automat h2 {
  font-size: 38px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 45px;
}

.company-automat-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

.company-automat-inner,
.company-automat-inner-1 {
  min-width: 370px;
  text-align: center;
  color: black;
  background-color: #EBEBEB;
  border-radius: 40px;
  padding: 13px 20px;
  transition: background-color 0.3s, color 0.3s;
}

.company-automat-inner h4,
.company-automat-inner-1 h4 {
  font-size: 20px;
  font-weight: 400;
  margin: 0;
}

.company-automat-inner-1 {
  min-width: 770px;
}

.company-automat-inner:hover,
.company-automat-inner-1:hover {
  background-color: #FFA800;
}

.comp-pok-section {
  margin-top: 50px;
  font-size: 18px;
  background-image: linear-gradient(120deg,
      rgb(0, 0, 0) 10%,
      #ffba33 30%,
      rgb(0, 0, 0) 50%,
      #ffba33 80%,
      rgb(0, 0, 0) 90%);
  background-clip: border-box;
  background-size: 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradient 5s linear infinite;
}

@keyframes gradient {
  to {
    background-position: 200% center;
  }
}

.comp-pok-section-p-1 {
  margin: 0;
}

.comp-pok-section-p-3 {
  font-weight: 400;
}

.comp-pok-section-p-5 {
  margin-top: 15px;
}

@media (max-width: 768px) {
  .company-automat {
    margin-top: 40px;
  }

  .company-automat h2 {
    font-size: 28px;
    text-align: center;
    margin-bottom: 20px;
  }

  .company-automat-flex {
    justify-content: center;
    gap: 15px;
  }

  .company-automat-inner,
  .company-automat-inner-1 {
    min-width: 90%;
    padding: 10px 15px;
  }

  .company-automat-inner h4,
  .company-automat-inner-1 h4 {
    font-size: 16px;
  }

  .company-automat-inner-1 {
    min-width: 90%;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .company-automat {
    margin-top: 60px;
  }

  .company-automat h2 {
    font-size: 32px;
    text-align: center;
    margin-bottom: 30px;
  }

  .company-automat-flex {
    justify-content: space-around;
    gap: 20px;
  }

  .company-automat-inner {
    min-width: calc(50% - 20px);
    padding: 12px 18px;
  }

  .company-automat-inner-1 {
    min-width: 45%;
  }

  .company-automat-inner h4,
  .company-automat-inner-1 h4 {
    font-size: 18px;
  }

  .company-automat-inner,
  .company-automat-inner-1 {
    max-width: calc(50% - 20px);
    box-sizing: border-box;
  }
}

.complex-comp {
  margin-top: 80px;
}

.complex-comp-block h2 {
  font-size: 38px;
  font-weight: 600;
  line-height: 50px;
  text-align: left;
  margin-bottom: 45px;
  max-width: 680px;
}

.complex-comp-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.complex-compl-inner {
  background: #FFBA33;
  max-width: 570px;
  border-radius: 40px;
  padding: 30px 35px 20px;
  color: black;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transform: scale(1);
}

.complex-compl-image-container {
  display: flex;
  align-items: center;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.complex-compl-left-line-1 {
  max-width: 40%;
  padding-left: 20px;
  height: auto;
  position: absolute;
  top: 0;
  right: 80%;
}

.complex-compl-right-line-1 {
  max-width: 40%;
  padding-right: 20px;
  height: auto;
  position: absolute;
  top: 0;
  left: 64%;
}

.complex-compl-left-line-2 {
  width: 50%;
  padding-left: 20px;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}

.complex-compl-right-line-2 {
  max-width: 40%;
  padding-right: 20px;
  height: auto;
  position: absolute;
  top: 0;
  left: 75%;
}

.complex-compl-left-line-3 {
  width: 21%;
  padding-left: 20px;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}

.complex-compl-right-line-3 {
  max-width: 40%;
  padding-right: 20px;
  height: auto;
  position: absolute;
  top: 0;
  left: 75%;
}

.complex-compl-inner:hover {
  box-shadow: 0 0 35px rgba(255, 186, 51, 0.7);
  transform: scale(1.01);
}

.complex-compl-inner h5::before {
  left: -22px;
  top: 4px;
  position: absolute;
  content: "";
  padding: 5px;
  background: #272F44;
  border-radius: 50%;
}

.complex-compl-inner h3 {
  font-size: 27px;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 35px;
}

.complex-compl-inner h5 {
  position: relative;
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 400;
  margin-left: 25px;
  line-height: 23px;
}

.complex-compl-inner h4 {
  position: relative;
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 400;
  margin-left: 25px;
  max-width: 400px;
  line-height: 23px;
}

.complex-compl-inner h4::before {
  left: -22px;
  top: 4px;
  position: absolute;
  content: "";
  padding: 5px;
  background: #272F44;
  border-radius: 50%;
}

.complex-compl-inner-1 {
  background: #272F44;
  max-width: 570px;
  border-radius: 40px;
  padding: 30px 35px 20px;
  color: #ffffff;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transform: scale(1);
}

.complex-compl-inner-1:hover {
  box-shadow: 0 0 35px rgba(0, 60, 100, 0.7);
  transform: scale(1.01);
}

.complex-compl-inner-1 h5::before {
  left: -22px;
  top: 4px;
  position: absolute;
  content: "";
  padding: 5px;
  background: #FFBA33;
  border-radius: 50%;
}

.complex-compl-inner-1 h3 {
  font-size: 27px;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 35px;
}

.complex-compl-inner-1 h5 {
  position: relative;
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 400;
  margin-left: 25px;
  line-height: 23px;
}

.complex-compl-inner-1 h4 {
  position: relative;
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 400;
  margin-left: 25px;
  max-width: 400px;
  line-height: 23px;
}

.complex-comp-flex-second {
  margin-top: 30px;
  background: #272F44;
  border-radius: 40px;
  color: #ffffff;
  padding: 30px 35px 20px;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transform: scale(1);
}

.complex-comp-flex-second:hover {
  box-shadow: 0 0 35px rgba(0, 60, 100, 0.7);
  transform: scale(1.01);
}

.complex-comp-flex-second-flex {
  display: flex;
  gap: 100px;
}

.complex-comp-flex-second h3 {
  font-size: 27px;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 35px;
}

.complex-comp-flex-second-flex-inner h5 {
  position: relative;
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 400;
  margin-left: 25px;
  line-height: 23px;
}

.complex-comp-flex-second-flex-inner h5::before {
  left: -22px;
  top: 4px;
  position: absolute;
  content: "";
  padding: 5px;
  background: #FFBA33;
  border-radius: 50%;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .complex-comp-flex-second {
    margin-top: 40px;
    padding: 25px;
  }

  .complex-comp-flex-second h3 {
    font-size: 30px;
    line-height: 38px;
  }

  .complex-comp-flex-second-flex {
    flex-direction: row;
    justify-content: space-around;
    gap: 25px;
  }

  .complex-comp-flex-second-flex-inner {
    text-align: left;
  }

  .complex-comp-flex-second-flex-inner h5 {
    font-size: 19px;
    margin-bottom: 18px;
    line-height: 24px;
  }

  .complex-comp-flex-second-flex-inner h5::before {
    left: -20px;
    top: 5px;
    padding: 6px;
  }

  .complex-compl-inner {
    background: #FFBA33;
    max-width: 100%;
    border-radius: 40px;
    padding: 30px 35px 20px;
    color: black;
  }

  .complex-compl-inner-1 {
    padding: 35px 40px 25px;
    margin-top: 35px;
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .complex-comp-flex-second {
    width: 87%;
    margin-top: 35px;
    background: #272F44;
    border-radius: 20px;
    color: #ffffff;
    box-sizing: border-box;
    padding: 20px;
  }

  .complex-comp-flex-second-flex {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .complex-comp-flex-second h3 {
    font-size: 27px;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 35px;
  }

  .complex-comp-flex-second-flex-inner {
    text-align: left;
  }

  .complex-comp-flex-second-flex-inner h5 {
    position: relative;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 400;
    margin-left: 25px;
    line-height: 23px;
  }

  .complex-comp-flex-second-flex-inner h5::before {
    left: -22px;
    top: 4px;
    position: absolute;
    content: "";
    padding: 5px;
    background: #FFBA33;
    border-radius: 50%;
  }

  .complex-compl-inner {
    background: #FFBA33;
    max-width: 100%;
    border-radius: 40px;
    padding: 30px 35px 20px;
    margin-top: 20px;
    color: black;
  }

  .complex-compl-inner-1 {
    background: #272F44;
    max-width: 100%;
    border-radius: 40px;
    margin-top: 35px;
    padding: 30px 35px 20px;
    color: #ffffff;
  }
}

.statuses .bx-pager {
  left: 52%;
  top: 20px;
}

.bx-pager-item a.active {
  background: linear-gradient(112.35deg, #21242C 2.53%, #232731 27.21%, #283149 97.31%) !important;
}

.statuses .bx-pager-item {
  margin: 0;
}

.statuses .bx-pager a {
  background: rgba(217, 217, 217, 1);
  padding: 7px 7px;
}

.statuses .bx-controls-direction {
  position: relative;
  top: 10px;
}

.statuses .bx-prev img,
.statuses .bx-next img {
  display: none;
}

.statuses .bx-prev {
  position: absolute;
  content: url(../img/ArrowLeft.png);
  top: 13px;
  left: 50%;
  z-index: 600;
}

.statuses .bx-next {
  position: absolute;
  content: url(../img/ArrowRight.png);
  top: 13px;
  left: 58%;
  z-index: 600;
}

.statuses-title {
  font-size: 40px;
  font-weight: bold;
  text-align: left;
  margin: 70px 0px;
}

.stususes-flex-item {
  padding: 30px;
  border: 1px solid rgba(172, 172, 172, 1);
  border-radius: 20px;
  min-height: 310px;
}

.statuses-item-img {
  display: flex;
  gap: 40px;
}

.statuses-item-img img {
  max-width: 151px;
  max-height: 60px;
}

.statuses-item-img-kaban {
  display: flex;
  gap: 9px;
}

.statuses-item-img-kaban img {
  width: 39%;
  height: auto;
  object-fit: contain;
}

.statuses-item-img h4 {
  font-size: 26px;
  font-weight: 500;
  margin-top: 10px;
}

.stususes-flex-item h6 {
  margin-top: 20px;
  font-size: 17px;
  font-weight: 300;
}

.provide {
  margin-top: 25px;
  padding: 30px 0;
  background-color: rgba(255, 255, 255, 1);
}

.provide-title {
  text-align: center;
  margin-bottom: 30px;
}

.provide-title h2 {
  font-size: 45px;
  font-family: "Montserrat", serif;
  font-weight: 500;
  color: #000;
}

.provide-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.provide-flex-item {
  background-color: rgba(235, 235, 235, 1);
  border-radius: 45px;
  margin: 15px;
  padding: 20px 25px 4px;
  width: calc(33.33% - 50px);
  box-shadow: none;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: box-shadow 0.3s ease;
}

.provide-flex-item:hover {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.507);
}

.provide-flex-item-img {
  margin-bottom: 10px;
}

.provide-flex-item-img img {
  max-width: 80%;
  height: auto;
}

.provide-flex-item-title h3 {
  font-size: 24px;
  font-weight: 600;
  margin: 10px 0;
}

.provide-flex-item-text p {
  font-size: 18px;
  font-weight: 400;
  color: #333;
  margin-top: auto;
}

@media (max-width: 480px) {
  .provide-title h2 {
    font-size: 28px;
  }

  .provide-flex {
    flex-direction: column;
    align-items: center;
  }

  .provide-flex-item {
    width: 90%;
    margin: 10px 0;
  }

  .provide-flex-item-title h3 {
    font-size: 20px;
  }

  .provide-flex-item-text p {
    font-size: 16px;
  }

  .statuses-title {
    font-size: 35px;
    text-align: center;
    margin: 55px 0px 26px;
  }

  .statuses .bx-viewport {
    overflow: hidden !important;
  }

  .statuses-item-img {
    gap: 20px;
  }

  .statuses-item-img img {
    max-width: 60px;
  }

  .statuses-item-img h4 {
    font-size: 22px;
  }

  .statuses .bx-pager {
    left: 0;
    text-align: center;
  }

  .statuses .bx-prev {
    top: 16px;
    left: 28%;
  }

  .statuses .bx-next {
    top: 16px;
    left: 70%;
  }

  .stususes-flex-item {
    padding: 30px;
    border: 1px solid rgba(172, 172, 172, 1);
    border-radius: 20px;
    min-height: 440px;
  }
}

@media (max-width: 768px) {
  .provide-title h2 {
    font-size: 36px;
  }

  .provide-flex-item {
    width: calc(100% - 30px);
  }

  .provide-flex-item-title h3 {
    font-size: 22px;
  }

  .provide-flex-item-text p {
    font-size: 17px;
  }

  .statuses-title {
    font-size: 35px;
    text-align: center;
    margin: 55px 0px 26px;
  }

  .statuses .bx-viewport {
    overflow: hidden !important;
  }

  .statuses-item-img {
    gap: 20px;
  }

  .statuses-item-img img {
    max-width: 60px;
  }

  .statuses-item-img h4 {
    font-size: 22px;
  }

  .statuses .bx-pager {
    left: 0;
    text-align: center;
  }

  .statuses .bx-prev {
    top: 16px;
    left: 34%;
  }

  .statuses .bx-next {
    top: 16px;
    left: 64%;
  }
}

@media (min-width: 1200px) {
  .provide-flex-item {
    width: calc(33.33% - 50px);
  }
}

.prise-list {
  padding: 20px;
  margin-top: 35px;
}

.text-container {
  flex: 1;
}

.section-title {
  font-weight: bold;
  font-size: 46px;
  margin: 0;
}

.section-descrittion-container {
  max-width: 530px;
  margin-top: 30px;
  background-image: linear-gradient(120deg, rgb(0, 0, 0) 10%, #ffba33 30%, rgb(0, 0, 0) 50%, #ffba33 80%, rgb(0, 0, 0) 90%);
  background-clip: border-box;
  background-size: 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradient 5s linear infinite;
}

@keyframes gradient {
  to {
    background-position: 200% center;
  }
}

.section-description-1 {
  font-size: 18px;
  font-weight: 400;
}

.section-description {
  font-size: 18px;
  margin: 10px 0;
}

.section-image {
  width: 100%;
  max-width: 315px;
  height: auto;
  margin-left: 70%;
  margin-top: -25%;
}

@media (max-width: 1200px) {
  .section-title {
    font-size: 40px;
  }

  .section-descrittion-container {
    max-width: 90%;
  }

  .section-image {
    display: none;
  }
}

@media (max-width: 768px) {
  .section-title {
    font-size: 36px;
  }

  .section-descrittion-container {
    max-width: 100%;
  }
}

.price-tag {
  padding: 20px;
}

.price-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  padding: 10px;
  border-radius: 20px;
  background-color: #fff;
  position: relative;
  transition: background-color 0.3s ease;
}

.price-item:hover {
  background-color: rgba(241, 241, 241, 1);
}

.price-item::after {
  content: "";
  position: absolute;
  left: 20px;
  top: 140px;
  right: -40px;
  bottom: 0;
  height: 1px;
  background-color: rgba(168, 168, 168, 1);
  margin: 0 50px;
}

.price-item:first-child::before {
  content: "";
  position: absolute;
  left: 20px;
  right: -40px;
  top: -10px;
  height: 1px;
  background-color: rgba(168, 168, 168, 1);
  margin: 0 50px;
}

.price-image {
  width: 50px;
  height: auto;
  margin-right: 15px;
}

.price-info {
  flex: 1;
}

.price-title {
  font-weight: 500;
  font-size: 25px;
  margin: 0;
}

.price-description {
  font-size: 14px;
  margin: 5px 0;
}

.price-button {
  background: linear-gradient(180deg, rgba(255, 168, 0, 1) 0%, rgba(255, 183, 44, 1) 100%);
  color: black;
  border: none;
  border-radius: 77px;
  padding: 10px 15px;
  width: 180px;
  font-weight: 500;
  font-size: 20px;
}

.price-button-sec {
  font-size: 17px;
  font-weight: 400;
  text-decoration: line-through;
  color: #000000;
}

.price-dop {
  margin-top: 50px;
}

.price-dop-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.price-dop-flex-item {
  background-color: #273045;
  border-radius: 40px;
  width: 500px;
  transition: background-color 0.3s ease;
}

.price-dop-flex-item:hover {
  background-color: rgba(255, 168, 0, 1);
}

.price-dop-flex-item h4 {
  font-size: 19px;
  font-weight: 400;
  color: #ffffff;
  padding: 15px 38px;
  text-align: center;
}

@media (max-width: 1200px) {
  .price-title {
    font-size: 22px;
    font-weight: bold;
  }

  .price-item::after {
    content: "";
    position: absolute;
    left: -40px;
    right: -40px;
    top: 120px;
    bottom: 0;
    height: 1px;
    background-color: rgba(168, 168, 168, 1);
    margin: 0 50px;
  }

  .price-item:first-child::before {
    content: "";
    position: absolute;
    left: -40px;
    right: -40px;
    top: 0;
    height: 1px;
    background-color: rgba(168, 168, 168, 1);
    margin: 0 50px;
  }

  .price-description {
    font-size: 12px;
  }

  .price-button {
    width: 140px;
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .price-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .price-item::after {
    content: "";
    position: absolute;
    left: -40px;
    right: -40px;
    top: 185px;
    bottom: 0;
    height: 1px;
    background-color: rgba(168, 168, 168, 1);
    margin: 0 50px;
  }

  .price-item:first-child::before {
    content: "";
    position: absolute;
    left: -40px;
    right: -40px;
    top: 0;
    height: 1px;
    background-color: rgba(168, 168, 168, 1);
    margin: 0 50px;
  }

  .price-image {
    display: none;
  }

  .price-title {
    font-size: 20px;
    font-weight: bold;
  }

  .price-description {
    font-size: 12px;
  }

  .price-button {
    width: 100%;
    font-size: 15px;
    padding: 0px 10px;
  }

  .price-info {
    flex: 1;
    margin-bottom: 15px;
  }
}

@media (max-width: 480px) {
  .price-button-sec {
    font-size: 14px;
    font-weight: 400;
    text-decoration: line-through;
    color: #000000;
  }

  .price-title {
    font-size: 18px;
    font-weight: bold;
  }

  .price-item::after {
    content: "";
    position: absolute;
    left: -40px;
    right: -40px;
    top: 208px;
    bottom: 0;
    height: 1px;
    background-color: rgba(168, 168, 168, 1);
    margin: 0 50px;
  }

  .price-item:first-child::before {
    content: "";
    position: absolute;
    left: -40px;
    right: -40px;
    top: 0;
    height: 1px;
    background-color: rgba(168, 168, 168, 1);
    margin: 0 50px;
  }

  .price-description {
    font-size: 12px;
  }

  .price-button {
    padding: 8px 10px;
    font-size: 16px;
  }

  .price-info {
    flex: 1;
    margin-bottom: 15px;
  }

  .section-image {
    display: block;
    margin-top: 17px;
    margin-left: 0px;
    padding: 25px 45px;
  }

  .price-dop-flex-item {
    background-color: #273045;
    border-radius: 40px;
    width: 83%;
    transition: background-color 0.3s ease;
  }
}

.filter-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 20px;
}

.filter-toggle {
  display: none;
  background: rgba(255, 168, 0, 1);
  color: rgb(0, 0, 0);
  border: none;
  border-radius: 30px;
  padding: 10px 15px;
  font-size: 15px;
  font-weight: 500;
}

.filter-buttons {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.filter-button {
  background: transparent;
  border: 1px solid rgba(168, 168, 168, 1);
  border-radius: 30px;
  padding: 10px 15px;
  font-size: 15px;
  font-weight: 500;
  transition: background 0.3s;
  text-align: left;
  color: #000;
}

.filter-button.active {
  background: rgba(255, 168, 0, 1);
  color: white;
}

.filter-button:hover {
  background: rgba(255, 168, 0, 1);
  color: white;
}

.service-cards {
  padding: 40px 0;
}

.service-card-container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 80px;
  justify-content: start;
}

.service-card {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(168, 168, 168, 1);
  border-radius: 10px;
  width: calc(33.33% - 20px);
  margin: 10px;
  transition: background 0.3s;
  cursor: pointer;
  display: flex;
  flex-direction: column;
}

.service-card:hover {
  background: rgba(243, 243, 243, 1);
}

.service-info {
  display: flex;
  align-items: center;
  padding: 15px;
}

.service-image {
  height: 53px;
  width: 53px;
  margin-right: 10px;
  border-radius: 10px;
}

.service-title {
  font-size: 21px;
  font-weight: 500;
  margin: 0;
  color: #000000;
}

.service-description {
  font-size: 14px;
  color: rgba(105, 105, 105, 1);
  margin-top: 5px;
  padding: 0 15px;
}

.service-list {
  padding: 20px 0;
}

@media (max-width: 1200px) {
  .service-card {
    width: calc(50% - 20px);
  }

  .service-title {
    font-size: 22px;
  }

  .service-description {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .service-cards {
    margin-top: -40px;
  }

  .filter-buttons {
    display: none;
  }

  .filter-toggle {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }

  .filter-buttons.active {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
    padding: 10px;
  }

  .filter-buttons.active a {
    flex: 1 1 calc(50% - 5px);
    text-align: center;
    box-sizing: border-box;
  }


  .service-title {
    font-size: 20px;
  }

  .service-description {
    font-size: 12px;
  }
}




@media (max-width: 480px) {
  .service-card {
    width: calc(100% - 20px) !important;
  }

  .service-title {
    font-size: 18px;
  }

  .service-description {
    font-size: 12px;
  }
}

.content-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.left-column {
  flex: 1;
  margin-right: 20px;
}

.page-title {
  font-weight: 600;
  font-size: 40px;
  margin-bottom: 20px;
}

.description-container {
  margin-bottom: 20px;
}

.description-services {
  font-size: 15px;
  margin-bottom: 10px;
  color: rgba(77, 77, 77, 1);
}

.info-block-services {
  background: linear-gradient(to right, rgba(33, 36, 44, 1), rgba(35, 39, 49, 1), rgba(40, 49, 73, 1));
  border-radius: 30px;
  text-align: left;
  margin: 0 auto;
  width: 32%;
  position: relative;
  padding: 30px;
  overflow: hidden;
}

.info-title {
  font-size: 26px;
  margin: 0 0 10px;
  color: #FFFFFF;
}

.info-content {
  font-size: 15px;
  font-weight: 400;
  color: #FFFFFF;
  margin: 25px 0;
}

.button-container-services {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
}

.calculate-button-services {
  background: linear-gradient(to right, rgba(211, 139, 0, 1), rgba(255, 168, 0, 1), rgba(255, 183, 44, 1));
  color: black;
  border: 2px solid rgba(211, 139, 0, 1);
  border-radius: 35px;
  padding: 14px 20px;
  font-size: 16px;
  margin-bottom: 10px;
  width: 100%;
}

.calculate-button-services:hover {
  background: transparent;
  color: #ffffff;
  border: 2px solid #FFFFFF;
}

.consultation-button-services {
  background: transparent;
  color: white;
  border: 2px solid white;
  border-radius: 35px;
  padding: 14px 20px;
  font-size: 16px;
  width: 100%;
}

.consultation-button-services:hover {
  background: linear-gradient(to right, rgba(211, 139, 0, 1), rgba(255, 168, 0, 1), rgba(255, 183, 44, 1));
  border: 2px solid rgba(211, 139, 0, 1);
  color: black;
}

.image-container-services {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.left-line-services {
  max-width: 23%;
  height: auto;
}

.right-line-services {
  margin-top: -12px;
  max-width: 50%;
  height: auto;
}

@media (max-width: 1200px) {
  .left-column {
    margin-right: 15px;
  }

  .page-title {
    font-size: 36px;
  }

  .info-block-services {
    width: 45%;
  }
}

@media (max-width: 768px) {
  .content-wrapper {
    flex-direction: column;
  }

  .left-column {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .info-block-services {
    width: 100%;
  }

  .page-title {
    font-size: 30px;
  }

  .info-title {
    font-size: 24px;
  }

  .info-content {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .page-title {
    font-size: 24px;
  }

  .info-title {
    font-size: 22px;
  }

  .info-content {
    font-size: 13px;
  }

  .calculate-button-services,
  .consultation-button-services {
    font-size: 14px;
    padding: 12px 15px;
  }
}

.large-description {
  font-size: 15px;
  margin-bottom: 20px;
  color: rgba(77, 77, 77, 1);
}

.back-link {
  font-size: 15px;
  color: rgba(0, 0, 0, 1);
  text-decoration: none;
}

.other-services {
  margin: 70px 0 0;
}

.other-services .bx-wrapper {
  overflow: hidden;
}

.other-services .bx-pager {
  top: 5px;
  left: 47%;
}

.other-services .bx-pager a {
  background: rgba(217, 217, 217, 1);
}

.other-service-card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.other-uslugi-card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.other-service-card {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  margin: 10px;
  transition: background 0.3s;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  width: calc(33.33% - 20px);
}

.other-service-info {
  display: flex;
  align-items: center;
  padding: 15px;
}

.other-service-image {
  height: 53px;
  width: 53px;
  margin-right: 10px;
}

.other-service-title {
  font-size: 25px;
  font-weight: 500;
  margin: 0;
  color: #000000;
}

.other-uslugi-title {
  margin-top: 15px !important;
  font-size: 25px;
  font-weight: 500;
  margin: 0;
  color: #000000;
}

.other-service-description {
  font-size: 14px;
  color: rgba(105, 105, 105, 1);
  margin-top: 5px;
  padding: 0 15px;
}

.services-list-for {
  margin-top: 50px;
}

.serveces-list-for-flex {
  display: flex;
  gap: 50px;
}

.servicec-list-for-inner h5 {
  font-size: 17px;
  font-weight: 400;
}

.docs-title-programs {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 20px;
}

.docs-title-programs-fiters {
  display: flex;
  gap: 20px;
}

.docs-title-programs-container-filters {
  width: 45%;
}

.docs-title-programs-container-filters-2 {
  width: 45%;
}

.docs-title-programs-wrapper {
  display: none;
}

.project-title-programs {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 20px;
}

.project-title-programs-wrapper {
  display: none;
  flex-direction: column;
  align-items: flex-start;
}

.project-filters {
  display: flex;
  gap: 20px;
}

.dropdown-label-programs {
  font-size: 16px;
  margin-bottom: 5px;
  color: rgba(105, 105, 105, 1);
}

.dropdown-programs {
  background: rgba(241, 241, 241, 1);
  border: 1px solid rgba(168, 168, 168, 1);
  border-radius: 10px;
  padding: 8px;
  font-size: 14px;
  margin-bottom: 15px;
  width: 100%;
  cursor: pointer;
}

.button-container-programs {
  display: flex;
  gap: 10px;
  width: 50%;
}

.project-card-container {
  margin-top: 20px;
}

.head-docs-filters-wrapper {
  display: none;
}
  
.project-container-filters {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .head-docs-text-programs {
    margin-top: 35px;
  }

  .project-title-programs {
    display: none;
  }

  .project-title-programs-wrapper {
    display: flex;
  }

  .project-title-programs-wrapper h1 {
    display: none;
  }

  .head-docs-filters-wrapper {
    display: block;
  }

  .project-filters {
    flex-direction: column;
    gap: 5px;
  }

  .project-container-filters {
    margin-bottom: 15px;
  }

  .dropdown-programs,
  .button-container-programs {
    width: 100%;
  }

  .button-container-programs {
    flex-direction: column;
    align-items: flex-start;
    padding: 5px 0;
    font-size: 17px;
  }

  .button-container-programs button {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .head-docs-text-programs {
    margin-top: 35px;
  }

  .project-title-programs {
    display: none;
  }

  .project-title-programs-wrapper {
    display: flex;
  }

  .project-title-programs-wrapper h1 {
    display: none;
  }

  .head-docs-filters-wrapper {
    display: block;
  }

  .project-filters {
    flex-direction: column;
    gap: 5px;
    width: 100%;
  }

  .project-container-filters {
    margin-bottom: 15px;
  }

  .dropdown-programs,
  .button-container-programs {
    width: 100%;
  }

  .button-container-programs {
    flex-direction: column;
    align-items: flex-start;
    padding: 5px 0;
    font-size: 17px;
  }

  .button-container-programs button {
    width: 100%;
  }
}

.dropdown-project {
  background: rgba(241, 241, 241, 1);
  border: 1px solid rgba(168, 168, 168, 1);
  border-radius: 10px;
  padding: 8px;
  font-size: 14px;
  margin-bottom: 15px;
  width: 270px;
  cursor: pointer;
}

.button-container-project {
  display: flex;
  gap: 10px;
  width: 51%;
}

.show-button-programs,
.reset-button-programs {
  width: 155px;
  background: rgba(255, 168, 0, 1);
  color: black;
  border: 1px solid rgba(255, 168, 0, 1);
  border-radius: 10px;
  padding: 10px 0;
  font-size: 15px;
}

.show-button-programs:hover {
  background: white;
  border: 1px solid #000000;
}

.reset-button-programs {
  background: transparent;
  border: 1px solid rgba(168, 168, 168, 1);
}

.reset-button-programs:hover {
  background: rgba(255, 168, 0, 1);
}

.head-docs-text-programs h5 {
  font-size: 16px;
  font-weight: 300;
  color: rgba(105, 105, 105, 1);
  margin-top: -30px;
}

.head-docs-text-programs a {
  color: rgba(105, 105, 105, 1);
}

.head-docs-text-stat h5 {
  font-size: 16px;
  font-weight: 300;
  color: rgba(105, 105, 105, 1);
  margin-top: 20px;
}

.head-docs-text-stat a {
  color: rgba(105, 105, 105, 1);
}

@media (min-width: 769px) and (max-width: 1024px) {
  .docs-title-programs-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .docs-title-programs {
    display: none;
  }
}

@media (max-width: 768px) {
  .docs-title-programs-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .docs-title-programs {
    display: none;
  }
}

.programs-lists {
  padding: 50px;
}

.programs-lists-container {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 30px;
}

.program-block {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  padding: 20px;
  max-width: 32%;
  min-height: 375px;
  flex: 1 1 calc(50% - 20px);
  transition: background 0.3s;
  border: 1px solid rgba(225, 225, 225, 1);
  position: relative;
}

.program-block img {
  padding: 5px;
  margin-right: 10px;
  background: rgba(255, 168, 0, 1);
  border-radius: 15px;
  max-height: 45px;
}

.program-block-first {
  display: flex;
  gap: 10px;
}

.program-block:hover {
  background: rgba(243, 243, 243, 1);
}

.program-block-1 {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  padding: 20px;
  max-width: 32%;
  min-height: 410px;
  flex: 1 1 calc(50% - 20px);
  transition: background 0.3s;
  border: 1px solid rgba(225, 225, 225, 1);
  position: relative;
}

.program-block-1 img {
  float: left;
  padding: 5px;
  margin-right: 10px;
  width: 50px;
  position: absolute;
  top: 16px;
}

.program-block-1:hover {
  background: rgba(243, 243, 243, 1);
}

.program-title {
  display: flex;
  align-items: center;
  font-size: 20px;
  margin: 0;
}

.program-block-1 .program-title {
  font-size: 28px;
  margin: 0;
  margin-left: 60px;
}

.program-block-link {
  display: block;     
  height: 100%;     
  text-decoration: none;
  color: inherit;
}

.program-description {
  margin: 0px 0;
  font-size: 14px;
  color: rgba(77, 77, 77, 1);
}

.program-description-1 {
  position: absolute;
  top: 84px;
  margin: 0px 0;
  font-size: 14px;
  color: rgba(77, 77, 77, 1);
}

.program-price {
  position: absolute;
  left: 1px;
  bottom: 119px;
  display: flex;
  justify-content: center;
  width: 100%;
}

.program-price h3 {
  margin: 0;
  font-size: 20px;
}

.program-price h5 {
  margin: 0;
  font-size: 18px;
  color: rgba(255, 168, 0, 1);
  transform: translate(16%, 20%);
}

.program-price h4 {
  margin: 0;
  font-size: 18px;
  color: rgba(255, 168, 0, 1);
}

.span-program-price,
.span-program-arend {
  font-weight: 600;
}

.button-container-programs-lists {
  position: absolute;
  font-family: "Montserrat", serif;
  display: flex;
  flex-direction: column;
  gap: 10px;
  /*margin-top: 30px;*/
  bottom: 10px;
  width: 89%;
}

.price-button-programs-lists {
  background: rgba(255, 168, 0, 1);
  color: black;
  border: 1px solid rgba(255, 168, 0, 1);
  border-radius: 30px;
  padding: 10px 15px;
  font-size: 15px;
  width: 100%;
  text-align: center;
}

.price-button-programs-lists:hover {
  background: transparent;
  border: 1px solid #000000;
}

.details-button-programs-lists {
  background: transparent;
  color: rgba(77, 77, 77, 1);
  border: 1px solid rgba(168, 168, 168, 1);
  border-radius: 30px;
  padding: 10px 15px;
  font-size: 15px;
  width: 100%;
  text-align: center;
}

.details-button-programs-lists:hover {
  background: rgba(255, 168, 0, 1);
  border: 1px solid rgba(255, 168, 0, 1);
}

@media (min-width: 769px) and (max-width: 1024px) {
  .program-block,
  .program-block-1 {
    flex: 1 1 calc(50% - 20px);
    max-width: 100%;
  }
  
  .programs-lists {
    padding: 30px;
  }

  .program-description,
  .program-description-1 {
    font-size: 13px;
  }
}

@media (max-width: 768px) {
  .programs-lists {
    padding: 20px;
  }

  .programs-lists-container {
    flex-direction: column;
  }

  .program-block,
  .program-block-1 {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .program-block:hover,
  .program-block-1:hover{
    background: rgba(255, 255, 255, 0.8);
  }

  .program-title {
    font-size: 20px;
  }

  .program-block-1 .program-title {
    font-size: 20px; 
    margin-left: 60px;
  }

  .program-description,
  .program-description-1 {
    font-size: 14px;
    position: static;
  }

  .program-block-1 img {
    float: none;
    position: static;
    margin-bottom: 10px;
  }

  .program-price {
  }
}

@media (max-width: 480px) {
  .program-title,
  .program-block-1 .program-title {
    font-size: 18px;
  }

  .program-description,
  .program-description-1 {
    font-size: 13px;
  }

  .button-container-programs-lists {
    width: 85%;
  }

  .price-button-programs-lists,
  .details-button-programs-lists {
    font-size: 14px;
  }
}

.programs-detail {
  padding: 50px;
}

.product-versions {
  padding: 50px !important;
}

.product-versions-title {
  font-size: 36px !important;
  font-weight: bold !important;
  text-align: left !important;
  margin-bottom: 30px !important;
}

.versions-container {
  display: flex !important;
  justify-content: space-between !important;
  flex-wrap: wrap !important;
}

.version-block {
  background-color: rgba(235, 235, 235, 1) !important;
  padding: 20px !important;
  width: calc(30% - 20px) !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1) !important;
  border-radius: 35px !important;
  text-align: center !important;
  margin: 10px !important;
}

.version-title {
  font-size: 25px !important;
  font-weight: 600 !important;
  margin-bottom: 25px !important;
}

.version-description {
  text-align: left !important;
  margin-bottom: 15px !important;
  font-size: 13px !important;
  color: rgba(109, 109, 109, 1) !important;
}

.description-item {
  display: flex !important;
  align-items: flex-start !important;
}

.version-icon {
  width: 20px !important;
  height: 20px !important;
  margin-right: 10px !important;
}

.version-button {
  background-color: rgba(244, 163, 6, 1) !important;
  color: black !important;
  border: 1px solid rgba(244, 163, 6, 1) !important;
  padding: 10px 20px !important;
  border-radius: 30px !important;
  width: 85% !important;
}

.version-button:hover {
  background-color: #fff !important;
  border: 1px solid #000000 !important;
}

@media (max-width: 480px) {
  .product-versions {
    padding: 20px !important;
  }

  .product-versions-title {
    font-size: 28px !important;
  }

  .versions-container {
    flex-direction: column !important;
    align-items: center !important;
  }

  .version-block {
    width: 90% !important;
    margin: 10px 0 !important;
  }

  .version-title {
    font-size: 22px !important;
  }

  .version-description {
    font-size: 12px !important;
  }

  .version-button {
    padding: 8px 15px !important;
  }
}

@media (max-width: 768px) {
  .product-versions-title {
    font-size: 32px !important;
  }

  .version-block {
    width: calc(105% - 20px) !important;
  }

  .version-title {
    font-size: 24px !important;
  }

  .version-description {
    font-size: 13px !important;
  }

  .version-button {
    padding: 10px 20px !important;
  }
}

@media (min-width: 1200px) {
  .version-block {
    width: calc(30% - 20px) !important;
  }
}

.table-version {
  padding: 50px !important;
}

.table-version-title {
  font-size: 36px !important;
  font-weight: bold !important;
  text-align: left !important;
  margin-bottom: 30px !important;
}

.comparison-table {
  width: 100% !important;
  border-collapse: collapse !important;
  margin-bottom: 35px !important;
}

.comparison-table th,
.comparison-table td {
  border: none !important;
  padding: 15px !important;
  text-align: center !important;
}

.function-header {
  width: 50% !important;
  font-size: 23px !important;
  font-weight: 500 !important;
  display: flex !important;
}

.version-header {
  width: 16.67% !important;
  font-size: 23px !important;
  font-weight: 500 !important;
}

.table-version-icon {
  width: 20px !important;
  height: 20px !important;
}

.table-divider {
  height: 2px !important;
  background-color: rgba(200, 200, 200, 1) !important;
  border: none !important;
  margin: 0 !important;
  width: 190% !important;
  display: block !important;
}

.comparison-table td:first-child {
  text-align: left !important;
  padding-left: 0 !important;
  color: rgba(77, 77, 77, 1) !important;
  font-size: 18px !important;
}

.table-large-description {
  font-size: 17px !important;
  margin-bottom: 35px !important;
  color: rgba(77, 77, 77, 1) !important;
}

.table-back-link {
  font-size: 15px !important;
  color: rgba(0, 0, 0, 1) !important;
  text-decoration: none !important;
}

@media (max-width: 768px) {
  .table-version-title {
    font-size: 32px !important;
  }

  .comparison-table th,
  .comparison-table td {
    font-size: 16px !important;
    padding: 12px !important;
  }

  .function-header {
    font-size: 20px !important;
  }

  .version-header {
    font-size: 20px !important;
  }

  .table-large-description {
    font-size: 16px !important;
  }

  .table-back-link {
    font-size: 14px !important;
  }
}

@media (max-width: 480px) {
  .table-version {
    padding: 20px !important;
  }

  .table-version-title {
    font-size: 28px !important;
  }

  .comparison-table {
    display: block !important;
    overflow-x: auto !important;
    white-space: nowrap !important;
  }

  .comparison-table th,
  .comparison-table td {
    font-size: 14px !important;
    padding: 10px !important;
  }

  .function-header {
    font-size: 18px !important;
  }

  .version-header {
    font-size: 18px !important;
  }

  .table-large-description {
    font-size: 15px !important;
  }

  .table-back-link {
    font-size: 13px !important;
  }
}

.other-programs {
  padding: 50px;
}

.other-programs-title {
  font-size: 36px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 30px;
}

.container-other-programs {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden !important;
}

.container-other-programs a {
  text-decoration: none;
}

.other-program-block {
  padding: 10px;
  text-align: left;
  border-radius: 5px;
}

.program-image {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}

.other-program-title {
  color: #000;
  font-size: 24px;
  margin-bottom: 10px;
}

.other-program-description {
  font-size: 16px;
  color: #555;
}

.project-card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 50px;
}

.project-card {
  width: 30%;
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid rgba(172, 172, 172, 1);
}

.projet-card-img-container {
  position: relative;
}

.project-card-img {
  width: 100%;
  height: 205px;
}

.overlay-project {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;

}

.overlay-project:hover {
  opacity: 1;
}

.project-card-block-text h6 {
  font-family: "Montserrat", serif;
  font-size: 16px;
  font-weight: 400;
  padding: 20px 15px 25px 15px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .project-card-container {
    justify-content: space-around;
    gap: 30px;
  }

  .project-card {
    max-width: calc(50% - 30px);
  }

  .project-card-block-text h6 {
    font-size: 15px;
    padding: 15px 10px 20px 10px;
  }
}

@media (max-width: 767px) {
  .project-card-container {
    justify-content: center;
    gap: 20px;
  }

  .project-card {
    width: 100% !important;
    max-width: 100%;
  }

  .project-card-block-text h6 {
    font-size: 14px;
    padding: 10px 8px 15px 8px;
  }
}

.soglasie-good {
  padding: 20px 0;
}

.soglasie-good-title h2 {
  font-size: 32px;
  font-weight: 500;
  text-align: center;
}

.soglasie-good-flex {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}

.soglasie-flex-good-inner {
  display: flex;
  flex-direction: column;
}

.soglasie-flex-good-inner a {
  text-decoration: none;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 15px;
  padding: 5px 20px 5px 10px;
  border-radius: 15px;
}

.soglasie-flex-good-inner a:hover {
  background: rgba(241, 241, 241, 1);
  border-radius: 25px;
}

@media (max-width: 768px) {
  .soglasie-good-title h2 {
    font-size: 24px;
  }

  .soglasie-good-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 30px;
  }

  .soglasie-flex-good-inner {
    margin-bottom: 20px;
  }

  .soglasie-flex-good-inner a {
    font-size: 16px;
    margin-bottom: 10px;
    padding: 2px 5px;
  }
}

.other-programs .bx-pager a {
  background-color: rgba(217, 217, 217, 1) !important;
}

.other-programs .bx-pager {
  left: 46%;
}

.container-other-programs {
  overflow: hidden;
}

.other-programs .bx-viewport {
  overflow: hidden !important;
}

.project-card-project {
  padding: 20px;
}

.photo-text-block {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.image-description {
    font-style: italic;
    color: #777;
    margin-bottom: 35px;
    display: -webkit-box;          /* Устанавливаем контейнер как flexbox */
    -webkit-box-orient: vertical;  /* Вертикальная ориентация */
    -webkit-line-clamp: 2;         /* Ограничиваем до 2 строк */
    overflow: hidden;               /* Скрыть переполнение */
    text-overflow: ellipsis;       /* Добавить троеточие */
    max-height: 4.5em;             /* Ограничиваем высоту */
    white-space: normal;           /* Позволяем перенос строк */
}

@media (min-width: 769px) and (max-width: 1024px) {
  .photo-text-block {
    display: block;
    align-items: center;
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .photo-text-block {
    display: block;
    align-items: center;
    margin-bottom: 50px;
  }
}

.project-image {
  width: 350px;
  height: auto;
  margin-right: 20px;
}

.text-content {
  flex: 1;
}

.project-title-project {
  font-size: 40px;
  margin: 0px 0px 15px;
  color: #000000;
}

.project-description-project {
  font-size: 16px;
  color: #666;
}

.info-block-project {
  margin-top: 20px;/
}

.info-title-project {
  font-size: 40px;
  margin-bottom: 10px;
  color: #000000;
}

.rectangle-blocks {
  width: 100%;    
  display: inline-grid;
  gap: 10px;
  margin-bottom: 35px;
}

.rectangle {
  background-color: rgba(241, 241, 241, 1);
  padding: 5px;
  text-align: left;
  border-radius: 5px;
  font-weight: 500;
}

.info-description {
  margin-top: 10px;
  font-size: 16px;
  color: #666;
}

.photo-text-block-right {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.project-image-right {
  width: 350px;
  height: auto;
  margin-right: 20px;
}

.text-content-right {
  flex: 1;
}

.project-title-project-right {
  font-size: 40px;
  margin: 0px 0px 15px;
}

.project-description-project-right {
  font-size: 16px;
  color: #666;
}

.project-back-link {
  font-size: 15px;
  color: rgba(0, 0, 0, 1);
  text-decoration: none;
  margin-top: 35px;
}

.project-business {
  background: linear-gradient(to right, rgba(33, 36, 44, 1), rgba(35, 39, 49, 1), rgba(40, 49, 73, 1));
  border-radius: 30px;
  text-align: left;
  margin: 95px auto;
  width: 65%;
  position: relative;
  padding: 30px 30px 40px 30px;
}

.project-business-container {
  margin-right: 20px;
  position: relative;
  z-index: 1;
}

.project-title-business {
  font-size: 32px;
  font-weight: bold;
  padding: 10px 0 20px 0;
  margin: 0;
  color: #FFFFFF;
}

.project-description-right {
  font-size: 17px;
  line-height: 25px;
  font-weight: 400;
  margin: 25px 0 35px 0;
  color: #FFFFFF;
}

.project-button-container-business {
  display: flex;
  gap: 10px;
}

.project-calculate-button {
  background: linear-gradient(90deg, rgba(211, 139, 0, 1), rgba(255, 168, 0, 1), rgba(255, 183, 44, 1));
  color: black;
  border: none;
  padding: 10px 45px;
  border-radius: 30px;
  z-index: 2;
  position: relative;
  transition: background 0.3s;
}

.project-consult-button {
  background: transparent;
  color: white;
  border: 1px solid white;
  padding: 10px 45px;
  border-radius: 30px;
  z-index: 2;
  position: relative;
  transition: background 0.3s;
}

.project-calculate-button:hover {
  background: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
}

.project-consult-button:hover {
  background: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  border: 1px solid rgb(255, 255, 255);
}

.project-image-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.project-left-line {
  max-width: 50%;
  height: auto;
}

.project-right-line {
  margin-top: -12px;
  max-width: 50%;
  height: auto;
}

.stat-otcl {
  margin-top: 40px;
}

.stat-otcl h1 {
  font-size: 33px;
  font-weight: 500;
  margin-bottom: 40px;
}

.stat-otcl-p-p {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 20px;
}

.stat-otcl p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.stat-otcl ol {
  margin-left: -15px;
  margin-bottom: 40px;
}

.stat-otcl li {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 5px;
}

.stat-otcl img {
  max-width: 70%;
  height: auto;
  margin-bottom: 20px;
  margin-top: 20px;
  border: 1px solid #ccc;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}

.underline-link {
  text-decoration: underline;
  color: #000000;
}

.underline-link:hover {
  color: darkblue;
}

.stat-podcl {
  margin-top: 30px;
}

.stat-podcl h2 {
  font-size: 33px;
  font-weight: 500;
  margin-bottom: 30px;
}

.stat-podcl p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.stat-podcl img {
  max-width: 70%;
  height: auto;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}

.stat-otcl-zapisi {
  margin-top: 30px;
}

.stat-otcl-zapisi h1 {
  font-size: 33px;
  font-weight: 500;
  margin-bottom: 40px;
}

.stat-otcl-zapisi p {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 10px;
  color: rgba(255, 186, 51, 1);
}

.stat-otcl-zapisi ol {
  margin-left: -20px;
  margin-bottom: 30px;
}

.stat-otcl-zapisi li {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 5px;
}

.stat-otcl-zapisi img {
  max-width: 60%;
  height: auto;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}

.stat-otcl-underline-link {
  text-decoration: underline;
  color: #000000;
}

.stat-otcl-underline-link:hover {
  color: darkblue;
}

.stat-vostanov {
  margin-top: 30px;
}

.stat-vostanov h2 {
  font-size: 33px;
  font-weight: 500;
  margin-bottom: 40px;
}

.stat-vostanov p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.stat-vostanov ol {
  margin-left: -15px;
  margin-bottom: 20px;
}

.stat-vostanov li {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 5px;
}

.stat-vostanov-img-img {
  max-width: 37% !important;
  height: auto !important;
  margin-bottom: 20px !important;
  border: 1px solid #ccc !important;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1) !important;
}

.stat-vostanov img {
  max-width: 57%;
  height: auto;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}

.stat-vostanov-underline-link {
  text-decoration: underline;
  color: #000000;
}

.stat-vostanov-underline-link:hover {
  color: darkblue;
}

.stat-vostanov b {
  font-weight: bold;
  color: rgba(255, 183, 44, 1);
}

.stat-vostanov strong {
  font-weight: bold;
}

.quiz-modal {
  display: none;
  position: fixed;
  z-index: 1100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
}

.quiz-modal-final {
  display: none;
  position: fixed;
  z-index: 1100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
}

.quiz-modal-content {
  background-color: #ffffff;
  margin: 8% auto;
  padding: 20px;
  border: 1px solid #888;
  border-radius: 40px;
  width: 575px;
  position: relative;

  display: flex;
  flex-direction: column;
  min-height: 715px;
}

.quiz-close-button {
  display: flex;
  justify-content: flex-end;
}

.quiz-close-button img {
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
}

.quiz-close-button:hover,
.quiz-close-button:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.quiz-title {
  font-size: 36px;
  margin-bottom: 10px;
}

.quiz-description {
  font-size: 16px;
  margin-bottom: 20px;
}

.quiz-question {
  margin-bottom: 20px;
  flex-grow: 1;
}

.quiz-modal-content.expanded-height {
  min-height: 800px;
}

.answer-option {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  cursor: pointer;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid transparent;
}

.answer-option:hover {
  background-color: rgba(240, 240, 240, 1);
}

.answer-circle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: rgba(240, 240, 240, 1);
  margin-right: 10px;
  transition: background-color 0.3s, border 0.3s;
}

.answer-option.selected .answer-circle {
  background-color: rgba(255, 178, 30, 1);
  border: 2px solid rgba(255, 176, 24, 1);
}

.quiz-input-label {
  display: block;
  margin-bottom: 0px;
  font-size: 16px;
}

.quiz-input {
  width: 100%;
  min-height: 50px;
  padding: 10px;
  border: 1px solid rgba(240, 240, 240, 1);
  border-radius: 50px;
  margin-bottom: 60%;
  background-color: rgba(240, 240, 240, 1);
  resize: none;
  overflow: hidden;
  flex-shrink: 0;
}

.progress-container {
  width: 100%;
  height: 5px;
  background-color: rgba(159, 159, 159, 1);
  border-radius: 5px;
  margin-bottom: 10px;
}

.progress-bar {
  height: 100%;
  background-color: rgba(255, 168, 0, 1);
  border-radius: 5px;
  transition: width 0.3s;
}

.progress-percentage {
  text-align: left;
  font-size: 14px;
  color: rgba(159, 159, 159, 1);
}

.quiz-navigation {
  display: flex;
  justify-content: space-between;
}

.nav-button {
  padding: 10px 20px;
  border-radius: 35px;
}

#prevButton {
  background-color: transparent;
  border: 1px solid rgba(159, 159, 159, 1);
  color: rgba(159, 159, 159, 1);
  width: 100%;
}

#nextButton {
  background: linear-gradient(90deg, rgba(244, 163, 6, 1), rgba(255, 168, 0, 1), rgba(255, 183, 44, 1));
  color: rgb(0, 0, 0);
  margin-left: 10px;
  width: 100%;
}

#backToQuizButton {
  background-color: transparent;
  border: 1px solid rgba(159, 159, 159, 1);
  color: rgba(159, 159, 159, 1);
  padding: 10px 0px;
  border-radius: 35px;
  cursor: pointer;
  width: 25%;
}

.dropdown-answer-circle {
  display: none;
}

.dropdown-answer-option {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  cursor: pointer;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid transparent;
}

.dropdown-answer-option:hover {
  background-color: rgba(240, 240, 240, 1);
}

.dropdown-toggle {
  cursor: pointer;
}

.dropdown-options {
  margin-top: 5px;
  display: none;
}

@media (max-width: 768px) {
  .quiz-modal-content {
    padding: 5%;
    max-width: 90%;
  }

  .quiz-title {
    font-size: 6vw;
  }

  .quiz-description {
    font-size: 4vw;
  }

  .quiz-input-label {
    font-size: 4vw;
  }

  .quiz-input {
    font-size: 4vw;
  }

  .progress-percentage {
    font-size: 4vw;
  }

  .nav-button {
    font-size: 4vw;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .quiz-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 86%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.7);
  }

  .quiz-modal-content {
    padding: 5%;
    width: 75%;
    margin-right: 15%;
  }

  .quiz-title {
    font-size: 6vw;
  }

  .quiz-description {
    font-size: 4vw;
  }

  .quiz-input-label {
    font-size: 4vw;
  }

  .quiz-input {
    font-size: 4vw;
  }

  .progress-percentage {
    font-size: 2vw;
  }

  .nav-button {
    font-size: 2vw;
  }
}

#scrollTopButton {
  background-color: rgba(244, 163, 6, 1);
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  z-index: 1000;
}

.unique-slider-container {
  overflow: hidden;
}

.unique-slider {
  display: flex;
  width: auto;
}

.unique-slider-item {
  padding: 0px 20px;
  margin-left: 20px;
  background-color: #EDEDED;
  width: 250px;

  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  flex-shrink: 0;
}

.unique-slider img {
  height: 85px;
  width: 85%;
  object-fit: contain;
  z-index: -1;
}

.unique-slider .slick-slide {
  height: 250px;
}

.unique-slider-item h3 {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

.unique-slider-item h4 {
  font-size: 17px;
  font-weight: 300;
  text-align: center;
}

.unique-slider-item .slick-slide {
  min-height: 250px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .unique-slider-container {
    margin-top: 45px;
  }

  .unique-slider-item {
    padding: 5px 5px;
    margin-left: 10px;
    max-width: 300px;
  }

  .unique-slider img {
    height: 75px;
  }
}

@media (max-width: 768px) {
  .unique-slider-container {
    margin-top: 45px;
  }

  .unique-slider-item {
    padding: 5px 45px;
    margin-left: 10px;
    max-width: 300px;
  }

  .unique-slider img {
    height: 75px;
  }
}

.info-block-dropdown {
  background: linear-gradient(to right, rgba(33, 36, 44, 1), rgba(35, 39, 49, 1), rgba(40, 49, 73, 1));
  border-radius: 30px;
  text-align: left;
  width: 32%;
  height: 89%;
  position: absolute;
  top: 15px;
  right: 70px;
  padding: 30px;
  overflow: hidden;
  z-index: 10;
}

.info-title-dropdown {
  font-size: 26px;
  margin: 0 0 10px;
  color: #FFFFFF;
}

.info-content-dropdown {
  font-size: 15px;
  font-weight: 400;
  color: #FFFFFF;
  margin: 22px 0;
}

.button-container-dropdown {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  gap: 10px;
}

.calculate-button-dropdown {
  background: linear-gradient(to right, rgba(211, 139, 0, 1), rgba(255, 168, 0, 1), rgba(255, 183, 44, 1));
  color: black;
  border: 2px solid rgba(211, 139, 0, 1);
  border-radius: 35px;
  padding: 14px 20px;
  font-size: 16px;
  width: 100%;
}

.calculate-button-dropdown:hover {
  background: transparent;
  color: #ffffff;
  border: 2px solid #FFFFFF;
}

.consultation-button-dropdown {
  background: transparent;
  color: white;
  border: 2px solid white;
  border-radius: 35px;
  padding: 14px 20px;
  font-size: 16px;
  width: 100%;
}

.consultation-button-dropdown:hover {
  background: linear-gradient(to right, rgba(211, 139, 0, 1), rgba(255, 168, 0, 1), rgba(255, 183, 44, 1));
  border: 2px solid rgba(211, 139, 0, 1);
  color: black;
}

.image-container-dropdown {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.left-line-dropdown {
  max-width: 23%;
  height: auto;
}

.right-line-dropdown {
  margin-top: -12px;
  max-width: 50%;
  height: auto;
}

@media (max-width: 1440px) {
    .button-container-dropdown {
      display: flex;
      align-items: center;
      position: relative;
      z-index: 1;
      gap: 10px;
    }
    
    .calculate-button-dropdown {
      background: linear-gradient(to right, rgba(211, 139, 0, 1), rgba(255, 168, 0, 1), rgba(255, 183, 44, 1));
      color: black;
      border: 2px solid rgba(211, 139, 0, 1);
      border-radius: 35px;
      padding: 0px 20px;
      font-size: 16px;
      width: 100%;
      margin-top: -24px;
    }
    
    .consultation-button-dropdown {
      background: transparent;
      color: white;
      border: 2px solid white;
      border-radius: 35px;
      padding: 0px 20px;
      font-size: 16px;
      width: 100%;
      margin-top: -24px;
    }
}

@media (max-width: 1280px) {
    .button-container-dropdown {
      display: flex;
      align-items: center;
      position: relative;
      z-index: 1;
      gap: 10px;
    }
    
    .calculate-button-dropdown {
      background: linear-gradient(to right, rgba(211, 139, 0, 1), rgba(255, 168, 0, 1), rgba(255, 183, 44, 1));
      color: black;
      border: 2px solid rgba(211, 139, 0, 1);
      border-radius: 35px;
      padding: 2px 20px;
      font-size: 16px;
      width: 100%;
    }
    
    .consultation-button-dropdown {
      background: transparent;
      color: white;
      border: 2px solid white;
      border-radius: 35px;
      padding: 2px 20px;
      font-size: 16px;
      width: 100%;
    }
}

@media (max-width: 1150px) {
    .button-container-dropdown {
      display: flex;
      align-items: center;
      position: relative;
      z-index: 1;
      gap: 10px;
    }
    
    .calculate-button-dropdown {
      background: linear-gradient(to right, rgba(211, 139, 0, 1), rgba(255, 168, 0, 1), rgba(255, 183, 44, 1));
      color: black;
      border: 2px solid rgba(211, 139, 0, 1);
      border-radius: 35px;
      padding: 14px 20px;
      font-size: 16px;
      width: 100%;
    }
    
    .consultation-button-dropdown {
      background: transparent;
      color: white;
      border: 2px solid white;
      border-radius: 35px;
      padding: 14px 20px;
      font-size: 16px;
      width: 100%;
    }
}

.contact-br {
  margin-top: 10px;
}

.uslugi-span {
  padding-bottom: 7px;
  display: inline-block;
}

.obslug-poluz {
  margin-top: 90px;
}

.obslug-poluz h5 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 35px;
}

.obslug-poluz-flex {
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.obslug-poluz-flex-inner {
  background: #272F44;
  box-shadow: 0px 4px 4px 0px #00000040;
  position: relative;
  border-radius: 15px;
  padding: 40px 20px 20px;
  color: #fff;
  width: 360px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-bottom: 20px;
  box-sizing: border-box;
}

.obslug-poluz-flex-inner:hover {
  transform: scale(1.03);
  box-shadow: 0px 6px 8px 0px #00000040;
}

.obslug-poluz-flex-inner h2 {
  position: absolute;
  border-radius: 15px;
  font-weight: 300;
  font-size: 36px;
  left: 145px;
  top: -33px;
  background: #272F44;
  box-shadow: 0px 4px 4px 0px #00000040;
  padding: 10px;
}

.obslug-poluz-flex-inner h3 {
  font-size: 22px;
  font-weight: 400;
  text-align: center;
}

.obslug-poluz-flex-inner h4 {
  font-size: 18px;
  font-weight: 300;
  margin-left: 37px;
  margin-bottom: 10px;
  line-height: 25px;
  position: relative;
}

.obslug-poluz-flex-inner h4::before {
  position: absolute;
  content: '';
  top: 7px;
  left: -20px;
  padding: 4px;
  background: #FFFFFF;
  border-radius: 50%;
}

.obslug-poluz-flex-inner-h4 {
  margin-top: 20px;
}

.obslug-compl-image-container {
  display: flex;
  align-items: center;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.obslug-compl-left-line-1 {
  max-width: 65%;
  padding-left: 20px;
  height: auto;
  position: absolute;
  top: 0;
  right: 55%;
}

.obslug-compl-right-line-2 {
  width: 82%;
  padding-right: 20px;
  height: auto;
  position: absolute;
  left: 63%;
  transform: rotate(222deg);
  top: -181px;
}

.obslug-compl-left-line-3 {
  width: 57%;
  padding-left: 15px;
  height: auto;
  position: absolute;
  top: -188px;
  right: 34%;
  transform: rotate(197deg);
}

@media (min-width: 768px) and (max-width: 1024px) {
  .obslug-poluz-flex-inner {
    width: calc(50% - 10px);
  }

  .obslug-poluz-flex-inner:nth-child(even) {
    margin-left: 20px;
  }
}

@media (max-width: 768px) {
  .obslug-poluz h5 {
    font-size: 26px;
  }

  .obslug-poluz-flex-inner {
    width: calc(50% - 10px);
  }

  .obslug-poluz-flex-inner h2 {
    font-size: 30px;
  }
}

@media (max-width: 480px) {
  .obslug-poluz {
    margin-top: 40px;
  }

  .obslug-poluz h5 {
    font-size: 24px;
    line-height: 30px;
  }

  .obslug-poluz-flex-inner {
    width: 100%;
    padding: 30px 15px 15px;
  }

  .obslug-poluz-flex-inner h2 {
    font-size: 28px;
    left: 50%;
    transform: translateX(-50%);
  }

  .obslug-poluz-flex-inner h3 {
    font-size: 18px;
  }

  .obslug-poluz-flex-inner h4 {
    font-size: 16px;
  }

  .obslug-compl-left-line-1,
  .obslug-compl-right-line-2,
  .obslug-compl-left-line-3 {
    display: none;
  }
}

.obslug-poch {
  margin-top: 80px;
}

.obslug-vid-container h2,
.obslug-poch h2 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 35px;
}

.obslug-poch-flex {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  padding: 0 0 0 40px;
}

.obslug-poch-flex-inner {
  position: relative;
  padding: 10px 30px;
  background-color: #FFBA33;
  border-radius: 15px;
  box-shadow: 0px 4px 4px 0px #00000040;
  transition: transform 0.3s ease;
}

.obslug-poch-flex-inner:hover {
  transform: scale(1.05) rotate(2deg);
}

.obslug-poch-flex-inner h3 {
  position: absolute;
  color: #fff;
  font-size: 36px;
  background-color: #FFBA33;
  top: 16px;
  left: -37px;
  padding: 10px;
  border-radius: 15px;
  box-shadow: 0px 4px 4px 0px #00000040;
}

.obslug-poch-flex-inner h4 {
  max-width: 241px;
  font-size: 20px;
  font-weight: 350;
  text-align: center;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .obslug-poch h2 {
    font-size: 28px;
    line-height: 32px;
  }

  .obslug-poch-flex-inner h3 {
    font-size: 32px;
    left: -32px;
  }

  .obslug-poch-flex-inner h4 {
    font-size: 18px;
    max-width: 220px;
  }
}

@media (max-width: 768px) {
  .obslug-poch {
    margin-top: 50px; 
  }

  .obslug-vid-container h2,
  .obslug-poch h2 {
    font-size: 24px;
    line-height: 28px;
    text-align: center; 
  }

  .obslug-poch-flex {
    flex-direction: column; 
    align-items: center;  
    padding: 0;         
  }

  .obslug-poch-flex-inner {
    width: 80%;          
    margin-bottom: 20px; 
    padding: 15px;
  }

  .obslug-poch-flex-inner:hover {
    transform: none; 
  }

  .obslug-poch-flex-inner h3 {
    position: static; 
    font-size: 28px;
    display: block;  
    text-align: center; 
    margin-bottom: 10px;
    box-shadow: none; 
    padding: 5px;
  }

  .obslug-poch-flex-inner h4 {
    font-size: 16px;
    max-width: 100%;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .obslug-vid-container h2,
  .obslug-poch h2 {
    font-size: 22px;
    line-height: 26px;
  }

  .obslug-poch-flex-inner {
    width: 95%; 
    padding: 10px;
  }

  .obslug-poch-flex-inner h3 {
    font-size: 24px;
  }

  .obslug-poch-flex-inner h4 {
    font-size: 15px;
  }
}

.obslug-otclad {
  margin-top: 100px;
  background-color: #272F44;
  padding: 50px 0 25px;
  color: #fff;
}

.obslug-otclad-container h2 {
  margin: 0;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 500;
}

.obslug-otclad-container h3 {
  font-size: 21px;
  font-weight: 400;
  margin-bottom: 20px;
}

.obslug-otclad-container h4 {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 10px;
  margin-left: 25px;
  position: relative;
}

.obslug-otclad-container h4:before {
  position: absolute;
  content: '';
  top: 7px;
  left: -20px;
  padding: 3px;
  background: #FFFFFF;
  border-radius: 50%;
}

.obslug-otclad-container-inner {
  margin-top: 50px;
  text-align: center;
}

.obslug-otclad-container-inner a {
  padding: 10px 70px;
  font-size: 23px;
  color: #FFB423 !important;
  border: 1px solid #B3B3B3;
  border-radius: 40px;
  transition: background-color 0.3s ease;
  cursor: pointer;
}

.obslug-otclad-container-inner a:hover {
  background-color: #FFB423;
  color: #272F44 !important;
}

.obslug-otclad-container-inner h5 {
  font-size: 18px;
  font-weight: 300;
  margin-top: 10px;
}

.obslug-vid {
  margin-top: 80px;
}

.obslug-vid-container-flex {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}

.obslug-vid-container-inner {
  border: 1px solid #232731;
  border-radius: 10px;
  width: 370px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.obslug-vid-container-inner:hover {
  transform: scale(1.02);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.obslug-vid-container-inner h3 {
  text-align: center;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  font-size: 20px;
  font-weight: 500;
  background-color: #232731;
  color: #fff;
  padding: 10px 20px;
}

.obslug-vid-container-inner-4 {
  padding: 15px 0;
}

.obslug-vid-container-inner h4 {
  font-size: 17px;
  font-weight: 300;
  margin-left: 30px;
  line-height: 25px;
  position: relative;
}

.obslug-vid-container-inner h4:before {
  position: absolute;
  content: '';
  top: 8px;
  left: -20px;
  padding: 3px;
  background: #000000;
  border-radius: 50%;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .obslug-vid-container-inner {
    width: 48%; 
  }

  .obslug-vid-container-inner h3 {
    font-size: 18px; 
  }

  .obslug-vid-container-inner h4 {
    font-size: 16px;
    margin-left: 20px; 
    line-height: 22px;
  }

  .obslug-vid-container-inner h4::before {
    left: -15px; 
  }
}

@media (max-width: 768px) {
  .obslug-vid {
    margin-top: 50px;
  }

  .obslug-vid-container-flex {
    flex-direction: column; 
    align-items: center;  
  }

  .obslug-vid-container-inner {
    width: 90%; 
    margin-bottom: 20px;
  }

  .obslug-vid-container-inner:hover {
    transform: none; 
    box-shadow: none;
  }

  .obslug-vid-container-inner h3 {
    font-size: 18px;
  }

  .obslug-vid-container-inner h4 {
    font-size: 16px;
    margin-left: 20px;
    line-height: 22px;
  }

  .obslug-vid-container-inner h4::before {
    left: -15px;
  }
}

@media (max-width: 480px) {
  .obslug-vid-container-inner {
    width: 95%; 
  }

  .obslug-vid-container-inner h3 {
    font-size: 17px;
    padding: 8px 15px;
  }

  .obslug-vid-container-inner h4 {
    font-size: 15px;
    margin-left: 15px;
    line-height: 20px;
  }

  .obslug-vid-container-inner h4::before {
    left: -12px;
  }
}

.obs-preim {
  margin-top: 80px;
}

.obs-preim-container h2 {
  margin: 0;
  margin-bottom: 60px;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
}

.obs-preim-card {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}

.obs-preim-card-inner {
  width: 240px;
  background: #FFBA33;
  border-radius: 15px;
  box-shadow: 0px 4px 4px 0px #00000040;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transform-style: preserve-3d;
}

.obs-preim-card-inner {
  background: #FFBA33;
}

.obs-preim-card-inner:hover {
  transform: translateZ(20px);
  box-shadow: 0px 8px 12px 0px #00000040;
}

.obs-preim-card-inner-1 {
  width: 240px;
  background: #272F44;
  border-radius: 15px;
  box-shadow: 0px 4px 4px 0px #00000040;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transform-style: preserve-3d;
}

.obs-preim-card-inner-1 {
  background: #272F44;
  color: #ffffff;
}

.obs-preim-card-inner-1:hover {
  transform: rotateY(20deg);
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
}

.obs-preim-card-inner h3 {
  font-size: 20px;
  font-weight: 300;
  text-align: center;
}

.obs-preim-card-inner-1 h3 {
  font-size: 20px;
  font-weight: 300;
  text-align: center;
}

.obs-preim-card-inner-item {
  position: absolute;
  top: -17px;
  padding: 17px;
  border-radius: 50%;
  background: #FFBA33;
}

.obs-preim-card-inner-item-1 {
  position: absolute;
  top: -17px;
  padding: 17px;
  border-radius: 50%;
  background: #272F44;
}

.obs-preim-card-inner-item:before {
  content: '';
  position: absolute;
  top: 7px;
  left: 9px;
  padding: 8px;
  border-radius: 50%;
  background: #FFF;
}

.obs-preim-card-inner-item:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 30px;
  top: -35px;
  left: 16px;
  background: #000;
}

.obs-preim-card-inner-item-1:before {
  content: '';
  position: absolute;
  top: 7px;
  left: 9px;
  padding: 8px;
  border-radius: 50%;
  background: #FFF;
}

.obs-preim-card-inner-item-1:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 30px;
  top: -35px;
  left: 16px;
  background: #000;
}

.obs-preim-img {
  display: flex;
  justify-content: space-between;
  padding: 0 75px;
}

.obs-preim-img-container,
.obs-preim-img-container-1,
.obs-preim-img-container-2,
.obs-preim-img-container-3,
.obs-preim-img-container-4 {
  position: relative;
}

.obs-preim-img-container:after {
  position: absolute;
  content: '';
  top: 74px;
  left: 30px;
  padding: 11px;
  border-radius: 50%;
  background: #FFBA33;
}

.obs-preim-img-container-1:after {
  position: absolute;
  content: '';
  top: 74px;
  left: 22px;
  padding: 11px;
  border-radius: 50%;
  background: #272F44;
}

.obs-preim-img-container-2:after {
  position: absolute;
  content: '';
  top: 74px;
  left: 19px;
  padding: 11px;
  border-radius: 50%;
  background: #FFBA33;
}

.obs-preim-img-container-3:after {
  position: absolute;
  content: '';
  top: 74px;
  left: 18px;
  padding: 11px;
  border-radius: 50%;
  background: #272F44;
}

.obs-preim-img-container-4:after {
  position: absolute;
  content: '';
  top: 74px;
  left: 13px;
  padding: 11px;
  border-radius: 50%;
  background: #FFBA33;
}

.obs-preim-line-container {
  position: relative;
}

.obs-preim-line {
  position: absolute;
  top: 180px;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right, black 50%, transparent 50%);
  background-size: 50px 1px;
  background-repeat: repeat-x;
}

@media (max-width: 768px) {
  .obs-preim-container h2 {
    font-size: 24px;
  }

  .obs-preim-card {
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
  }

  .obs-preim-card-inner:first-child .obs-preim-card-inner-item:after {
    display: none; 
  }

  .obs-preim-card-inner,
  .obs-preim-card-inner-1 {
    width: 100%;
    transform: none;
    box-shadow: none;
    margin-bottom: 45px;
  }

  .obs-preim-card-inner:hover,
  .obs-preim-card-inner-1:hover {
    transform: none;
    box-shadow: none;
  }

  .obs-preim-img {
    display: none;
  }

  .obs-preim-line-container{
    display: none;
  }

  .obs-preim-card-inner-item-1:after {
    position: absolute;
    top: -29px;
    left: 16px;
  }

  .obs-preim-card-inner-item:after {
    position: absolute;
    top: -29px;
    left: 16px;
  }
}

@media (max-width: 480px) {
  .obs-preim-card-inner h3,
  .obs-preim-card-inner-1 h3{
    font-size: 16px;
  }
}

.obslug-tabl {
  margin-top: 90px;
}

.obnovl-tabl {
  margin-top: 20px;
}

.price-table {
  width: 100%;
  min-width: 800px;
}

.obslu-page-table {
  font-weight: 600;
  font-size: 27px;
  margin-bottom: 45px;
}

.price-table__header,
.price-table__body {
  display: block;
}

.price-table__row_header {
  display: flex;
  width: 100%;
  background-color: white;
  background-image: linear-gradient(to right, rgba(242, 242, 242, 0.2) 0%, #d0d0d0 50%, rgba(242, 242, 242, 0.2) 100%);
}

.price-table__row {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #000000;
  background-color: white;
}

.price-table__row:nth-child(even) {
  background-image: linear-gradient(to right, rgba(242, 242, 242, 0.2) 0%, #d0d0d0 50%, rgba(242, 242, 242, 0.2) 100%);
}

.price-table__row_header:last-child {
  border-bottom: none;
}

.price-table__row:last-child {
  border-bottom: none;
}

.price-table__header-cell-bl,
.price-table__header-cell,
.price-table__header-cell-1,
.price-table__cell {
  flex: 1;
  font-size: 17px;
  padding: 8px;
  text-align: center;
  border-left: 1px solid #000000;
  flex-shrink: 0;
}

.price-table__row_header>div:first-child {
  border-left: none;
}

.price-table__row>div:first-child {
  border-left: none;
}

.price-table__header-cell,
.price-table__header-cell-1,
.price-table__header-cell-bl {
  background-color: transparent;
  padding: 20px 0;
  text-align: center;
  font-weight: bold;
  font-size: 21px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.price-table__row_header>div:nth-child(3).price-table__header-cell {
  background-color: transparent;
  color: #ffbb33;
}

.price-table__row>div:nth-child(3).price-table__header-cell {
  background-color: transparent;
  color: #ffbb33;
}

.price-table__button {
  background-color: #ffbb33;
  color: black;
  padding: 5px 20px;
  border: 1px solid black;
  border-radius: 30px;
  cursor: pointer;
  font-size: 16px;
  width: 100%;
  box-sizing: border-box;
  transition: background-color 0.3s ease;
}

.price-table__button:hover {
  background-color: white;
}

.price-table__deleted-price {
  display: block;
  color: black;
  text-decoration: none;
  position: relative;
  margin-top: 10px;
}

.price-table__deleted-price::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 80px;
  width: 40%;
  height: 2px;
  background-color: red;
}

.price-table__cell>ul {
  text-align: left;
  padding-left: 20px;
  list-style-type: disc;
}

.price-table__cell>ul {
  margin: 0;
}

.price-table__cell>ul>li {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .obslu-page-table {
    font-size: 24px;
  }

  .price-table__header-cell,
  .price-table__header-cell-1,
  .price-table__header-cell-bl {
    font-size: 18px;
    padding: 15px 0;
  }

  .price-table__cell {
    font-size: 15px;
    padding: 6px;
  }

  .price-table__button {
    font-size: 14px;
    padding: 4px 16px;
  }

  .price-table__cell-price-hov::after {
    position: absolute !important;
    content: " " !important;
    top: 11px !important;
    left: 80px !important;
    width: 95px !important;
    height: 2px !important; 
    background-color: #D50B07 !important;
  }
}

@media (max-width: 480px) {
  .obslu-page-table {
    font-size: 20px;
  }

  .price-table__header-cell,
  .price-table__header-cell-1,
  .price-table__header-cell-bl {
    font-size: 16px;
    padding: 10px 0;
  }

  .price-table__cell {
    font-size: 14px;
    padding: 4px;
  }

  .price-table__button {
    font-size: 12px;
    padding: 3px 12px;
  }

  .price-table__cell-price-hov::after {
    position: absolute !important;
    content: " " !important;
    top: 11px !important;
    left: 80px !important;
    width: 95px !important;
    height: 2px !important;
    background-color: #D50B07 !important; 
  }
}

.obslu-content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}

.obslu-image-block {
  width: 100%;
  margin-bottom: 20px;
}

.obslu-image-services {
  width: 80%;
  height: auto;
  display: block;
}

.obslu-left-column {
  flex: 1;
  margin-right: 20px;
}

.obslu-page-title {
  font-weight: 600;
  font-size: 36px;
  margin-bottom: 45px;
}

.obslu-description-container {
  margin-bottom: 20px;
}

.obslu-description-services {
  font-size: 15px;
  margin-bottom: 10px;
  color: rgba(77, 77, 77, 1);
}

.obslu-description-services--yellow {
  color: #ffbb33;
  font-style: italic;
  font-size: 18px;
  font-weight: 500;
}

.obslu-description-services--list {
  padding-left: 20px;
  list-style-type: disc;
  margin-bottom: 10px;
  font-size: 18px;
}

.obslu-info-block-services {
  background: linear-gradient(to right, rgba(33, 36, 44, 1), rgba(35, 39, 49, 1), rgba(40, 49, 73, 1));
  border-radius: 30px;
  text-align: left;
  margin: 0 auto;
  width: 32%;
  position: relative;
  padding: 30px;
  overflow: hidden;
}

.obslu-info-title {
  font-size: 26px;
  margin: 0 0 10px;
  color: #FFFFFF;
}

.obslu-info-content {
  font-size: 15px;
  font-weight: 400;
  color: #FFFFFF;
  margin: 25px 0;
}

.obslu-button-container-services {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
}

.obslu-calculate-button-services,
.obslu-consultation-button-services {
  width: 100%;
  padding: 14px 20px;
  font-size: 16px;
  border-radius: 35px;
}

.obslu-calculate-button-services {
  background: linear-gradient(to right, rgba(211, 139, 0, 1), rgba(255, 168, 0, 1), rgba(255, 183, 44, 1));
  color: black;
  border: 2px solid rgba(211, 139, 0, 1);
  margin-bottom: 10px;
}

.obslu-calculate-button-services:hover {
  background: transparent;
  color: #ffffff;
  border: 2px solid #FFFFFF;
}

.obslu-consultation-button-services {
  background: transparent;
  color: white;
  border: 2px solid white;
}

.obslu-consultation-button-services:hover {
  background: linear-gradient(to right, rgba(211, 139, 0, 1), rgba(255, 168, 0, 1), rgba(255, 183, 44, 1));
  border: 2px solid rgba(211, 139, 0, 1);
  color: black;
}

.obslu-image-container-services {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.obslu-left-line-services {
  max-width: 23%;
  height: auto;
}

.obslu-right-line-services {
  margin-top: -12px;
  max-width: 50%;
  height: auto;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .obslu-info-block-services {
    width: 48%;
    margin-bottom: 20px;
  }

  .obslu-content-wrapper {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media (max-width: 768px) {
  .obslu-page-title {
    font-size: 28px;
    text-align: center;
  }

  .obslu-info-block-services {
    width: 50%;
    margin-bottom: 20px;
  }

  .obslu-content-wrapper {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .obslu-left-line-services {
    max-width: 29%;
    height: auto;
  }
}

@media (max-width: 480px) {
  .obslu-content-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .obslu-image-services {
    width: 100%;
  }

  .obslu-left-column {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .obslu-page-title {
    font-size: 24px;
  }

  .obslu-info-block-services {
    width: 100%;
  }

  .obslu-description-services {
    font-size: 14px;
  }

  .obslu-left-line-services {
    max-width: 29%;
    height: auto;
  }
}

.obslug-perspective {
  margin-top: 90px;
}

.obslug-perspective-title-container {
  width: 60%;
  max-width: 600px;
  margin: 0 auto 30px;
  padding: 15px;
  border: 1px solid #000000;
  border-radius: 20px;
  text-align: center;
  box-sizing: border-box;
}

.obslug-perspective-title {
  font-size: 25px;
  font-weight: bold;
  color: #333;
}

.obslug-perspective-diagram {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin-bottom: 20px;
}

.obslug-perspective-connections {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 100%;
  margin-bottom: -30px;
}

.obslug-perspective-circles {
  display: flex;
  justify-content: center;
  position: absolute;
  top: -39px;
  width: 100%;
  z-index: 1;
}

.obslug-perspective-circle {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin: 0 1px;
  position: relative;
  z-index: 2;
}

.obslug-perspective-circle--yellow {
  background-color: #ffbb33;
}

.obslug-perspective-circle--dark {
  background-color: #222;
}

.obslug-perspective-blocks {
  display: flex;
  justify-content: space-around;
  width: 100%;
  position: relative;
  z-index: 1;
  margin-top: 20px;
  flex-wrap: wrap;
}

.obslug-perspective-block {
  width: 255px;
  height: 100px;
  padding: 20px;
  border-radius: 15px;
  text-align: center;
  color: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  font-size: 16px;
  position: relative;
  z-index: 2;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transform-style: preserve-3d;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.obslug-perspective-block:hover {
  transform: rotateX(10deg) rotateY(10deg);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.obslug-perspective-block--yellow {
  background-color: #ffbb33;
}

.obslug-perspective-block--dark {
  background-color: #272F44;
}

.obslug-perspective-image-container {
  text-align: center;
  margin-bottom: -30px;
}

.obslug-perspective-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .obslug-perspective-title-container {
    width: 80%;
  }

  .obslug-perspective-circles {
    display: none;
  }

  .obslug-perspective-image-container {
    display: none;
  }

  .obslug-perspective-blocks {
    justify-content: space-around;
  }

  .obslug-perspective-block {
    width: calc(50% - 20px);
  }
}

@media (max-width: 768px) {
  .obslug-perspective {
    margin-top: 60px;
  }

  .obslug-perspective-title-container {
    width: 90%;
    max-width: none;
    margin-bottom: 20px;
  }

  .obslug-perspective-circles {
    display: none;
  }

  .obslug-perspective-title {
    font-size: 22px;
  }

  .obslug-perspective-blocks {
    flex-direction: column;
    align-items: center;
  }

  .obslug-perspective-block {
    width: 80%;
    margin-bottom: 20px;
  }

  .obslug-perspective-image-container {
    display: none;
  }
}

@media (max-width: 480px) {
  .obslug-perspective {
    margin-top: 40px;
  }

  .obslug-perspective-title {
    font-size: 20px;
  }

  .obslug-perspective-block {
    width: 90%;
    font-size: 14px;
    padding: 15px;
  }

  .obslug-perspective-circles {
    display: none;
  }

  .obslug-perspective-circle {
    width: 12px;
    height: 12px;
  }

  .obslug-perspective-image-container {
    display: none;
  }
}

.final-obslug {
  margin-top: 90px;
  text-align: center;
}

.final-obslug-content {
  max-width: 800px;
  margin: 0 auto;
}

.final-obslug-title {
  font-size: 32px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
}

.final-obslug-subtitle {
  font-size: 20px;
  color: #333;
}

.ustanov-content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}

.ustanov-page-title {
  font-weight: 500;
  font-size: 30px;
  margin-bottom: 27px;
}

.ustanov-left-column {
  flex: 1;
  margin-right: 20px;
}

.ustanov-description-container {
  margin-bottom: 20px;
}

.ustanov-description-services {
  font-size: 15px;
  margin-bottom: 10px;
  color: rgba(77, 77, 77, 1);
}

.ustanov-description-services--yellow {
  color: #ffbb33;
  font-style: italic;
  font-size: 18px;
  font-weight: 500;
}

.ustanov-description-services--list {
  list-style-type: none;
  padding-left: 0;
}

.ustanov-info-block-services {
  background: linear-gradient(to right, rgba(33, 36, 44, 1), rgba(35, 39, 49, 1), rgba(40, 49, 73, 1));
  border-radius: 30px;
  text-align: left;
  margin: 0 auto;
  width: 32%;
  position: relative;
  padding: 30px;
  overflow: hidden;
}

.ustanov-info-title {
  font-size: 26px;
  margin: 0 0 10px;
  color: #FFFFFF;
}

.ustanov-info-content {
  font-size: 15px;
  font-weight: 400;
  color: #FFFFFF;
  margin: 25px 0;
}

.ustanov-description-text {
  font-size: 16px;
  color: #000;
  line-height: 1.5;
  margin-bottom: 10px;
}

.ustanov-bold-text {
  font-weight: bold;
}

.ustanov-button {
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  padding: 10px 20px;
  font-size: 16px;
  color: #333;
  border-radius: 20px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

.ustanov-button:hover {
  background-color: #e0e0e0;
}

.ustanov-button-container-services {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
}

.ustanov-calculate-button-services {
  background: linear-gradient(to right, rgba(211, 139, 0, 1), rgba(255, 168, 0, 1), rgba(255, 183, 44, 1));
  color: black;
  border: 2px solid rgba(211, 139, 0, 1);
  border-radius: 35px;
  padding: 14px 20px;
  font-size: 16px;
  margin-bottom: 10px;
  width: 100%;
}

.ustanov-calculate-button-services:hover {
  background: transparent;
  color: #ffffff;
  border: 2px solid #FFFFFF;
}

.ustanov-consultation-button-services {
  background: transparent;
  color: white;
  border: 2px solid white;
  border-radius: 35px;
  padding: 14px 20px;
  font-size: 16px;
  width: 100%;
}

.ustanov-consultation-button-services:hover {
  background: linear-gradient(to right, rgba(211, 139, 0, 1), rgba(255, 168, 0, 1), rgba(255, 183, 44, 1));
  border: 2px solid rgba(211, 139, 0, 1);
  color: black;
}

.ustanov-image-container-services {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.ustanov-left-line-services {
  max-width: 23%;
  height: auto;
}

.ustanov-right-line-services {
  margin-top: -12px;
  max-width: 50%;
  height: auto;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .ustanov-page-title {
    font-size: 28px;
  }

  .ustanov-description-services {
    font-size: 14px;
  }

  .ustanov-description-services--yellow {
    font-size: 17px;
  }

  .ustanov-description-text {
    font-size: 15px;
  }

  .ustanov-info-block-services {
    width: 45%;
    padding: 20px;
  }

  .ustanov-info-title {
    font-size: 24px;
  }

  .ustanov-info-content {
    font-size: 14px;
  }

  .ustanov-calculate-button-services,
  .ustanov-consultation-button-services {
    font-size: 15px;
    padding: 12px 15px;
  }
}

@media (max-width: 768px) {
  .ustanov-page-title {
    font-size: 28px;
  }

  .ustanov-info-block-services {
    width: 50%;
    margin-bottom: 20px;
  }

  .ustanov-content-wrapper {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .ustanov-image-container-services {
  }

  .ustanov-left-line-services {
    max-width: 29%;
    height: auto;
  }
}

@media (max-width: 480px) {
  .ustanov-content-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .ustanov-left-column {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .ustanov-page-title {
    font-size: 24px;
  }

  .ustanov-info-block-services {
    width: 100%;
  }

  .ustanov-description-services {
    font-size: 14px;
  }

  .ustanov-left-line-services {
    max-width: 29%;
    height: auto;
  }
}

.ustanov-price-table {
  width: 100%;
  min-width: 800px;
}

.ustanov-ustanov-tabl {
  margin-top: 10px;
}

.ustanov-obslu-page-table {
  font-weight: 600;
  font-size: 27px;
  margin-bottom: 45px;
}

.ustanov-price-table__header,
.ustanov-price-table__body {
  display: block;
}

.ustanov-price-table__row_header {
  display: flex;
  width: 100%;
  background-color: white;
  background-image: linear-gradient(to right, rgba(242, 242, 242, 0.2) 0%, #d0d0d0 50%, rgba(242, 242, 242, 0.2) 100%);
}

.ustanov-price-table__row {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #000000;
  background-color: white;
}

.ustanov-price-table__row:nth-child(even) {
  background-image: linear-gradient(to right, rgba(242, 242, 242, 0.2) 0%, #d0d0d0 50%, rgba(242, 242, 242, 0.2) 100%);
}

.ustanov-price-table__row_header:last-child {
  border-bottom: none;
}

.ustanov-price-table__row:last-child {
  border-bottom: none;
}

.ustanov-price-table__header-cell,
.ustanov-price-table__cell {
  flex: 1;
  font-size: 17px;
  padding: 8px;
  text-align: center;
  border-left: 1px solid #000000;
  flex-shrink: 0;
}

.ustanov-price-table__row_header>div:first-child {
  border-left: none;
}

.ustanov-price-table__row>div:first-child {
  border-left: none;
}

.ustanov-price-table__header-cell {
  background-color: transparent;
  text-align: center;
  font-weight: bold;
  font-size: 21px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.ustanov-ustanov-table-footnote {
  font-size: 23px;
  font-weight: 500;
  margin-top: 10px;
  color: #ff9900;
}

.ustanov-ustanov-table-footnote span {
  color: #000;
}

@media (max-width: 768px) {
  .ustanov-obslu-page-table {
    font-size: 24px;
  }

  .ustanov-price-table__header-cell {
    font-size: 18px;
    padding: 15px 0;
  }

  .ustanov-price-table__cell {
    font-size: 15px;
    padding: 6px;
  }

  .ustanov-ustanov-table-footnote {
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .ustanov-obslu-page-table {
    font-size: 20px;
  }

  .ustanov-price-table__header-cell {
    font-size: 16px;
    padding: 10px 0;
  }

  .ustanov-price-table__cell {
    font-size: 14px;
    padding: 4px;
  }

  .ustanov-ustanov-table-footnote {
    font-size: 18px;
  }
}

.ustanov-bonus {
  margin-top: 60px;
}

.ustanov-bonus-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.ustanov-bonus-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.ustanov-bonus-item {
  background-color: #272F44;
  color: #fff;
  border-radius: 30px;
  padding: 15px 20px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 480px;
  text-align: center;
  transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
}

.ustanov-bonus-item:hover {
  transform: perspective(500px) rotateY(5deg) scale(1.05);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.ustanov-bonus-item:last-child {
  margin-bottom: 0;
}

.ustanov-bonus-icon {
  width: 50px;
  height: 50px;
  margin-right: 15px;
}

.ustanov-bonus-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.ustanov-bonus-icon-2 {
  width: 100px;
  height: 50px;
  margin-right: 15px;
}

.ustanov-bonus-icon-2 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.ustanov-bonus-item p {
  font-size: 16px;
  margin: 0;
  text-align: left;
  flex-grow: 1;
}

.ustanov-poluz {
  margin-top: 40px;
}

.ustanov-poluz-h5 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 35px;
}

.ustanov-poluz-flex {
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
}

.ustanov-poluz-flex-inner {
  background: #FFBA33;
  box-shadow: 0px 4px 4px 0px #00000040;
  position: relative;
  border-radius: 15px;
  padding: 40px 20px 20px;
  color: #fff;
  width: 360px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ustanov-poluz-flex-inner:hover {
  transform: scale(1.03);
  box-shadow: 0px 6px 8px 0px #00000040;
}

.ustanov-poluz-flex-inner-h2 {
  position: absolute;
  border-radius: 15px;
  font-weight: 300;
  font-size: 36px;
  left: 145px;
  top: -33px;
  background: #FFBA33;
  box-shadow: 0px 4px 4px 0px #00000040;
  padding: 10px;
}

.ustanov-poluz-flex-inner-h3 {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  color: black;
}

.ustanov-poluz-flex-inner-h4-element {
  font-size: 16px;
  font-weight: 300;
  margin-left: 37px;
  margin-bottom: 10px;
  line-height: 25px;
  position: relative;
  color: black;
}

.ustanov-poluz-flex-inner-h4-element::before {
  position: absolute;
  content: '';
  top: 7px;
  left: -20px;
  padding: 4px;
  background: black;
  border-radius: 50%;
}

.ustanov-poluz-flex-inner-h4 {
  margin-top: 20px;
}

.ustanov-compl-image-container {
  display: flex;
  align-items: center;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.ustanov-compl-left-line-1 {
  max-width: 65%;
  padding-left: 20px;
  height: auto;
  position: absolute;
  top: 0;
  right: 55%;
}

.ustanov-compl-right-line-2 {
  width: 82%;
  padding-right: 20px;
  height: auto;
  position: absolute;
  left: 63%;
  transform: rotate(204deg);
}

.ustanov-compl-left-line-3 {
  width: 57%;
  padding-left: 15px;
  height: auto;
  position: absolute;
  top: -188px;
  right: 34%;
  transform: rotate(197deg);
}

@media (min-width: 768px) and (max-width: 1024px) {
  .ustanov-poluz-h5 {
    font-size: 28px;
    line-height: 32px;
  }

  .ustanov-poluz-flex-inner {
    width: 300px;
    padding: 30px 15px 15px;
  }

  .ustanov-poluz-flex-inner-h2 {
    font-size: 32px;
    left: 120px;
    top: -28px;
  }

  .ustanov-poluz-flex-inner-h3 {
    font-size: 17px;
  }

  .ustanov-poluz-flex-inner-h4-element {
    font-size: 15px;
    margin-left: 30px;
    line-height: 22px;
  }
}

@media (max-width: 768px) {
  .ustanov-poluz {
    margin-top: 30px; 
  }

  .ustanov-poluz-h5 {
    font-size: 24px;
    text-align: center;
  }

  .ustanov-poluz-flex {
    flex-direction: column; 
    align-items: center;   
    margin-top: 30px;
  }

  .ustanov-poluz-flex-inner {
    width: 90%; 
    margin-bottom: 30px; 
    padding: 20px 10px 10px;
    position: relative; 
  }

  .ustanov-poluz-flex-inner:hover {
    transform: none; 
    box-shadow: none;
  }

  .ustanov-poluz-flex-inner-h2 {
    position: relative; 
    display: block;    
    left: auto;      
    top: auto;       
    font-size: 28px;   
    text-align: center; 
    margin: 0 auto 10px; 
  }

  .ustanov-poluz-flex-inner-h3 {
    font-size: 16px;  
  }

  .ustanov-poluz-flex-inner-h4-element {
    font-size: 15px; 
    margin-left: 25px; 
    line-height: 22px;
  }

  .ustanov-compl-image-container {
    display: none;
  }
}

@media (max-width: 480px) {
  .ustanov-poluz-h5 {
    font-size: 22px;
    line-height: 26px;
  }

  .ustanov-poluz-flex-inner {
    padding: 15px 8px 8px;
  }

  .ustanov-poluz-flex-inner-h2 {
    font-size: 24px;
  }

  .ustanov-poluz-flex-inner-h3 {
    font-size: 15px;
  }

  .ustanov-poluz-flex-inner-h4-element {
    font-size: 14px;
    margin-left: 20px;
  }
}

.ustanov-poch {
  margin-top: 30px;
}

.ustanov-container-poch {
  margin-top: 80px;
}

.ustanov-vid-container h2,
.ustanov-poch h2 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 35px;
}

.ustanov-poch-flex {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  padding: 0 0 0 40px;
}

.ustanov-poch-flex-2 {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  padding: 0px 220px;
}

.ustanov-poch-flex-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 10px 30px;
  background-color: #272F44;
  border-radius: 15px;
  box-shadow: 0px 4px 4px 0px #00000040;
  transition: transform 0.3s ease;
}

.ustanov-poch-flex-inner:hover {
  transform: scale(1.05) rotate(2deg);
}

.ustanov-poch-flex-inner h3 {
  position: absolute;
  color: #fff;
  font-size: 36px;
  background-color: #272F44;
  top: 16px;
  left: -37px;
  padding: 10px;
  border-radius: 15px;
  box-shadow: 0px 4px 4px 0px #00000040;
}

.ustanov-poch-flex-inner h4 {
  max-width: 241px;
  font-size: 18px;
  font-weight: 350;
  text-align: center;
  color: white;
}

.ustanov-poch-flex-inner-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 10px 30px;
  background-color: #272F44;
  border-radius: 15px;
  box-shadow: 0px 4px 4px 0px #00000040;
  transition: transform 0.3s ease;
}

.ustanov-poch-flex-inner-2:hover {
  transform: scale(1.05) rotate(2deg);
}

.ustanov-poch-flex-inner-2 h3 {
  position: absolute;
  color: #fff;
  font-size: 36px;
  background-color: #272F44;
  top: 36px;
  left: -37px;
  padding: 10px;
  border-radius: 15px;
  box-shadow: 0px 4px 4px 0px #00000040;
}

.ustanov-poch-flex-inner-2 h4 {
  max-width: 241px;
  font-size: 18px;
  font-weight: 350;
  text-align: center;
  color: white;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .ustanov-vid-container h2,
  .ustanov-poch h2 {
    font-size: 28px;
    line-height: 32px;
  }

  .ustanov-poch-flex-inner h3,
  .ustanov-poch-flex-inner-2 h3 {
    font-size: 32px;
    left: -32px;
    top: 14px;
  }

  .ustanov-poch-flex-inner h4,
  .ustanov-poch-flex-inner-2 h4 {
    font-size: 17px;
    max-width: 220px;
  }

  .ustanov-poch-flex-2 {
    padding: 0 100px; 
  }
}

@media (max-width: 768px) {
  .ustanov-poch {
    margin-top: 20px; 
  }

  .ustanov-container-poch {
    margin-top: 50px; 
  }

  .ustanov-vid-container h2,
  .ustanov-poch h2 {
    font-size: 22px;
    line-height: 26px;
    text-align: center; 
  }

  .ustanov-poch-flex,
  .ustanov-poch-flex-2 {
    flex-direction: column; 
    align-items: center; 
    padding: 0;        
  }

  .ustanov-poch-flex-inner,
  .ustanov-poch-flex-inner-2 {
    width: 90%;     
    margin-bottom: 20px; 
    padding: 10px 15px; 
  }

  .ustanov-poch-flex-inner:hover,
  .ustanov-poch-flex-inner-2:hover {
    transform: none;
  }

  .ustanov-poch-flex-inner h3,
  .ustanov-poch-flex-inner-2 h3 {
    position: static; 
    font-size: 26px;
    text-align: center;
    margin-bottom: 10px;
    padding: 5px;     
    box-shadow: none;  
  }

  .ustanov-poch-flex-inner h4,
  .ustanov-poch-flex-inner-2 h4 {
    font-size: 16px;  
    max-width: 100%; 
    text-align: center; 
  }

  .ustanov-poch-flex-2 {
    padding: 0;
    margin-top: 5px;
  }
}

@media (max-width: 480px) {
  .ustanov-vid-container h2,
  .ustanov-poch h2 {
    font-size: 20px;
  }

  .ustanov-poch-flex-inner h3,
  .ustanov-poch-flex-inner-2 h3 {
    font-size: 24px;
  }

  .ustanov-poch-flex-inner h4,
  .ustanov-poch-flex-inner-2 h4 {
    font-size: 15px;
  }
}

.ustanov-proches {
  margin-top: 90px;
}

.ustanov-proches-title {
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
}

.ustanov-proches-timeline {
  position: relative;
  padding-bottom: 30px;
}

.ustanov-proches-line {
  width: 100%;
  height: 2px;
  background-color: black;
  position: relative;
  display: flex;
  justify-content: space-around;
}

.ustanov-proches-dot {
  width: 12px;
  height: 12px;
  background-color: black;
  border-radius: 50%;
  position: absolute;
  top: -5px;
  cursor: pointer;
}

.ustanov-proches-steps {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.ustanov-proches-step {
  width: 24%;
  border-radius: 10px;
  padding: 15px;
  text-align: center;
  box-sizing: border-box;
  transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
}

.ustanov-proches-step--dark {
  background-color: rgba(35, 39, 49, 1);
  color: black;
}

.ustanov-proches-step--yellow {
  background-color: rgba(255, 180, 35, 1);
  color: black;
}

.ustanov-proches-step:hover {
  transform: perspective(500px) translateZ(-20px) scale(0.95);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.ustanov-proches-step-inner {
  background-color: white;
  border-radius: 8px;
  padding: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.ustanov-proches-step-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}

.ustanov-proches-step-description {
  font-size: 14px;
  padding-left: 20px;
  margin-bottom: 35px;
  text-align: left;
}

.ustanov-proches-step-description li {
  margin-bottom: 10px;
}

.ustanov-proches-step-number {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 768px) {
  .ustanov-proches-title {
    font-size: 20px;
  }

  .ustanov-proches-steps {
    flex-direction: column;
  }

  .ustanov-proches-step {
    width: auto;
  }

  .ustanov-proches-step {
    width: 100%;
    margin-bottom: 20px;
    transform: none;
    box-shadow: none;
  }

  .ustanov-proches-step:hover {
    transform: none;
    box-shadow: none;
  }

  .ustanov-proches-line,
  .ustanov-proches-dot{
    display: none;
  }

  .ustanov-proches-step-description {
    font-size: 16px;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .ustanov-proches-step-description {
    font-size: 15px;
  }
}

.ustanov-text {
  margin-top: 60px;
}

.ustanov-text-title {
  font-size: 29px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: left;
}

.ustanov-text-description {
  font-size: 19px;
  line-height: 1.5;
  margin-bottom: 30px;
  text-align: left;
}

.ustanov-text-subtitle {
  font-size: 29px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

.ustanov-text-footer {
  font-size: 17px;
  color: #000000;
  text-align: center;
}

.nastro-content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}

.nastro-image-block {
  width: 100%;
  margin-bottom: 20px;
}

.nastro-image-services {
  width: 80%;
  height: auto;
  display: block;
}

.nastro-left-column {
  flex: 1;
  margin-right: 20px;
  margin-top: 50px;
}

.nastro-page-title {
  font-weight: 600;
  font-size: 36px;
  margin-bottom: 25px;
}

.nastro-description-container {
  margin-bottom: 20px;
}

.nastro-description-services {
  font-size: 15px;
  margin-bottom: 10px;
  color: rgba(77, 77, 77, 1);
}

.nastro-description-services--yellow {
  color: #ffbb33;
  font-style: italic;
  font-size: 18px;
  font-weight: 500;
}

.nastro-description-services--black {
  color: black;
  font-size: 18px;
  font-weight: 300;
}

.nastro-description-services--list {
  padding-left: 20px;
  list-style-type: disc;
  margin-bottom: 10px;
  font-size: 18px;
}

.nastro-info-block-services {
  background: linear-gradient(to right, rgba(33, 36, 44, 1), rgba(35, 39, 49, 1), rgba(40, 49, 73, 1));
  border-radius: 30px;
  text-align: left;
  margin: 0 auto;
  width: 32%;
  position: relative;
  padding: 30px;
  overflow: hidden;
}

.nastro-info-title {
  font-size: 26px;
  margin: 0 0 10px;
  color: #FFFFFF;
}

.nastro-info-content {
  font-size: 15px;
  font-weight: 400;
  color: #FFFFFF;
  margin: 25px 0;
}

.nastro-button-container-services {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
}

.nastro-calculate-button-services {
  background: linear-gradient(to right, rgba(211, 139, 0, 1), rgba(255, 168, 0, 1), rgba(255, 183, 44, 1));
  color: black;
  border: 2px solid rgba(211, 139, 0, 1);
  border-radius: 35px;
  padding: 14px 20px;
  font-size: 16px;
  margin-bottom: 10px;
  width: 100%;
}

.nastro-calculate-button-services:hover {
  background: transparent;
  color: #ffffff;
  border: 2px solid #FFFFFF;
}

.nastro-consultation-button-services {
  background: transparent;
  color: white;
  border: 2px solid white;
  border-radius: 35px;
  padding: 14px 20px;
  font-size: 16px;
  width: 100%;
}

.nastro-consultation-button-services:hover {
  background: linear-gradient(to right, rgba(211, 139, 0, 1), rgba(255, 168, 0, 1), rgba(255, 183, 44, 1));
  border: 2px solid rgba(211, 139, 0, 1);
  color: black;
}

.nastro-image-container-services {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.nastro-left-line-services {
  max-width: 23%;
  height: auto;
}

.nastro-right-line-services {
  margin-top: -12px;
  max-width: 50%;
  height: auto;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .nastro-page-title {
    font-size: 28px;
  }

  .nastro-description-services--list {
    font-size: 16px;
  }

  .nastro-info-block-services {
    width: 45%;
  }

  .nastro-info-title {
    font-size: 24px;
  }

  .nastro-info-content {
    font-size: 14px;
  }

  .nastro-calculate-button-services,
  .nastro-consultation-button-services {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .nastro-page-title {
    font-size: 28px; 
  }

  .nastro-info-block-services {
    width: 50%; 
    margin-bottom: 20px; 
  }

  .nastro-content-wrapper {
    flex-wrap: wrap; 
    justify-content: space-between;  
    flex-direction: column; 
  }

  .nastro-image-block {
    margin-bottom: 20px;
  }

  .nastro-image-services {
    width: 100%; 
    margin-bottom: 20px;
  }

  .nastro-left-column {
    margin-top: 20px;
    margin-right: 0;
  }

  .nastro-description-services {
    font-size: 15px; 
  }

  .nastro-description-services--list {
    font-size: 15px;
  }

  .nastro-left-line-services {
    max-width: 29%;
    height: auto;
  }

}

@media (max-width: 480px) {
  .nastro-content-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .nastro-left-column {
    margin-right: 0; 
    margin-bottom: 20px;
  }

  .nastro-page-title {
    font-size: 24px; 
  }

  .nastro-info-block-services {
    width: 100%; 
  }

  .nastro-description-services {
    font-size: 15px;
  }

  .nastro-description-services--list {
    font-size: 14px;
  }

  .nastro-left-line-services {
    max-width: 29%;
    height: auto;
  }
}

.nastro-sbor-treb {
  margin-top: -80px;
}

.nastro-poch {
  margin-top: 80px;
}

.nastro-vid-container h2,
.nastro-poch h2 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 35px;
}

.nastro-poch-flex {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  padding: 0 0 0 40px;
}

.nastro-poch-flex-inner {
  position: relative;
  padding: 10px 30px;
  background-color: #FFBA33;
  border-radius: 15px;
  box-shadow: 0px 4px 4px 0px #00000040;
  transition: transform 0.3s ease;
}

.nastro-poch-flex-inner:hover {
  transform: scale(1.05) rotate(2deg);
}

.nastro-poch-flex-inner h3 {
  position: absolute;
  color: #fff;
  font-size: 36px;
  background-color: #FFBA33;
  top: 16px;
  left: -37px;
  padding: 10px;
  border-radius: 15px;
  box-shadow: 0px 4px 4px 0px #00000040;
}

.nastro-poch-flex-inner h4 {
  max-width: 241px;
  font-size: 20px;
  font-weight: 350;
  text-align: center;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .nastro-poch h2 {
    font-size: 32px;
    line-height: 30px;
  }

  .nastro-poch-flex-inner h3 {
    font-size: 32px;
    left: -32px;
  }

  .nastro-poch-flex-inner h4 {
    font-size: 18px;
    max-width: 220px;
  }

  .nastro-poch-flex {
    padding: 0 20px;
  }
}

@media (max-width: 768px) {
  .nastro-sbor-treb {
    margin-top: 0; 
  }

  .nastro-poch h2 {
    font-size: 36px;
    line-height: 30px;
  }

  .nastro-poch-flex {
    flex-direction: column; 
    align-items: center;  
    padding: 0;        
    margin-top: 30px;   
  }

  .nastro-poch-flex-inner {
    width: 90%;
    margin-bottom: 20px; 
    padding: 15px;  
  }

  .nastro-poch-flex-inner:hover {
    transform: none; 
    box-shadow: none;
  }

  .nastro-poch-flex-inner h3 {
    position: static; 
    font-size: 28px;
    text-align: center; 
    margin-bottom: 10px;
    padding: 5px;
    box-shadow: none;
  }

  .nastro-poch-flex-inner h4 {
    font-size: 16px;
    max-width: 100%; 
    text-align: center;
  }
}

@media (max-width: 480px) {
  .nastro-poch h2 {
    font-size: 36px;
    line-height: 26px;
  }

  .nastro-poch-flex-inner h3 {
    font-size: 24px;
  }

  .nastro-poch-flex-inner h4 {
    font-size: 15px;
  }
}

.nastro-priot-zadath {
  margin-top: 10px;
}

.nastro-modeliro {
  margin-top: 10px;
}

.nastro-modeliro-poch {
  margin-top: 80px;
}

.nastro-modeliro-vid-container h2,
.nastro-modeliro-poch h2 {
  font-size: 33px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 35px;
}

.nastro-modeliro-poch-flex {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 65px;
  padding-left: 40px;
}

.nastro-modeliro-poch-flex-inner {
  position: relative;
  background-color: #2d3e50;
  border-radius: 15px;
  box-shadow: 0px 4px 4px 0px #00000040;
  transition: transform 0.3s ease;
  width: calc(29.333% - 0px);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  color: #fff;
  font-family: 'Roboto', sans-serif;
}

.nastro-modeliro-poch-flex-inner:hover {
  transform: scale(1.05) rotate(2deg);
}

.nastro-modeliro-poch-flex-inner h3 {
  position: absolute;
  color: #fff;
  font-size: 36px;
  background-color: #2d3e50;
  top: 16px;
  left: -37px;
  padding: 10px;
  border-radius: 15px;
  box-shadow: 0px 4px 4px 0px #00000040;
}

.nastro-modeliro-poch-flex-inner h4 {
  max-width: 241px;
  margin-left: 30px;
  font-size: 20px;
  font-weight: 350;
  text-align: center;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .nastro-modeliro-poch h2 {
    font-size: 30px;
  }

  .nastro-modeliro-poch-flex {
    gap: 40px; 
    padding-left: 20px; 
  }

  .nastro-modeliro-poch-flex-inner {
    width: calc(48% - 0px);
  }

  .nastro-modeliro-poch-flex-inner h3 {
    font-size: 32px;
    left: -32px;
  }

  .nastro-modeliro-poch-flex-inner h4 {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .nastro-modeliro-poch h2 {
    font-size: 36px;
    margin-bottom: 5px;
  }

  .nastro-modeliro-poch-flex {
    flex-direction: column;
    align-items: center;  
    padding: 0; 
    margin-top: 30px;
    gap: 30px;   
  }

  .nastro-modeliro-poch-flex-inner {
    width: 90%;       
    margin-bottom: 0;   
    padding: 15px;   
  }

  .nastro-modeliro-poch-flex-inner:hover {
    transform: none; 
    box-shadow: none;
  }

  .nastro-modeliro-poch-flex-inner h3 {
    position: static;
    font-size: 28px;
    text-align: center;
    margin-bottom: 10px; 
    left: auto;
    top: auto;
    padding: 5px;
    box-shadow: none;  
  }

  .nastro-modeliro-poch-flex-inner h4 {
    font-size: 16px;
    text-align: left; 
    margin-left: 0;
  }
}

@media (max-width: 480px) {
  .nastro-modeliro-poch h2 {
    font-size: 36px;
  }

  .nastro-modeliro-poch-flex-inner {
    width: 95%;
    padding: 10px;
  }

  .nastro-modeliro-poch-flex-inner h3 {
    font-size: 24px;
  }

  .nastro-modeliro-poch-flex-inner h4 {
    font-size: 15px;
  }
}

.obnovl-image-block {
  margin-top: 31px;
}

.obnovl-image-block h3 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
}

.nastro-perspective {
  margin-top: 125px;
  margin-bottom: 125px;
}

.nastro-perspective-container {
  margin-top: 80px;
}

.nastro-perspective-container-h2 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 35px;
}

.nastro-perspective-title-container {
  width: 60%;
  max-width: 440px;
  margin: 0 auto 30px;
  padding: 15px;
  border: 1px solid #000000;
  border-radius: 20px;
  text-align: center;
  margin-top: 60px;
}

.nastro-perspective-title {
  font-size: 25px;
  font-weight: 400;
  color: #333;
}

.nastro-perspective-diagram {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin-bottom: 20px;
}

.nastro-perspective-connections {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 100%;
  margin-bottom: -30px;
}

.nastro-perspective-circles {
  display: flex;
  justify-content: center;
  position: absolute;
  top: -39px;
  width: 100%;
  z-index: 1;
}

.nastro-perspective-circle {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin: 0 1px;
  position: relative;
  z-index: 2;
}

.nastro-perspective-circle--yellow {
  background-color: #ffbb33;
}

.nastro-perspective-circle--dark {
  background-color: #222;
}

.nastro-perspective-blocks {
  display: flex;
  justify-content: space-around;
  width: 100%;
  position: relative;
  z-index: 1;
  margin-top: 20px;
}

.nastro-perspective-block {
  width: 325px;
  height: 60px;
  padding: 20px;
  border-radius: 15px;
  text-align: center;
  color: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  font-size: 16px;
  position: relative;
  z-index: 2;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transform-style: preserve-3d;
}

.nastro-perspective-block:hover {
  transform: rotateX(10deg) rotateY(10deg);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.nastro-perspective-block--yellow {
  background-color: #ffbb33;
}

.nastro-perspective-block--dark {
  background-color: #272F44;
}

.nastro-perspective-image-container {
  text-align: center;
  margin-bottom: -30px;
}

.nastro-perspective-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .nastro-perspective-container-h2 {
    font-size: 32px;
  }

  .nastro-perspective-title-container {
    width: 80%;
    margin-top: 40px;
  }

  .nastro-perspective-block {
    width: 30%; 
  }

  .nastro-perspective-image {
    width: 80%; 
  }
}

@media (max-width: 768px) {
  .nastro-perspective {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .nastro-perspective-container-h2 {
    font-size: 36px;
    margin-bottom: 10px;
  }

  .nastro-perspective-title-container {
    width: 90%; 
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .nastro-perspective-blocks {
    flex-direction: column; 
    align-items: center;
  }

  .nastro-perspective-block {
    width: 90%; 
    margin-bottom: 20px; 
    padding: 15px;  
    box-shadow: none;  
    transform: none;  
  }

  .nastro-perspective-image {
    display: none;
  }

  .nastro-perspective-connections {
    display: none; 
  }
}

@media (max-width: 480px) {
  .nastro-perspective-container-h2 {
    font-size: 36px;
  }

  .nastro-perspective-title-container {
    width: 95%;
  }

  .nastro-perspective-block {
    font-size: 15px; 
  }
}

.nastro-okhenka-vlian {
  margin-top: 125px;
}

.hex-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hexagon {
  width: 380px;
  height: 160px;
  position: relative;
  display: flex;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
  overflow: hidden;
  background-color: #f0f0f0;
  clip-path: polygon(15% 0%, 88% 0%, 100% 50%, 88% 100%, 15% 100%, 0% 50%);
  border-radius: 75px;
}

.hexagon:hover {
  transform: scale(1.05);
}

.hexagon-white {
  width: 157px;
  height: 125px;
  background-color: white;
  display: flex;
  position: absolute;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
  z-index: 3;
  clip-path: polygon(23% 0%, 78% 0%, 100% 50%, 78% 100%, 23% 100%, 0% 50%);
  top: 35px;
  left: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 16px 27px 26.1px 0px #00000040;
  border-radius: 50px;
}

.hexagon-white-title {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  margin-bottom: 5px;
}

.hexagon-white-icon img {
  width: 50px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.hexagon-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding: 55px;
  text-align: left;
  z-index: 1;
}

.hexagon-title {
  font-size: 14px;
  font-weight: bold;
  color: white;
  margin-bottom: 10px;
}

.hexagon-list {
  list-style: none;
  padding: 0;
  margin: 0px 5px;
}

.hexagon-list li::before {
  content: "• ";
}

.hexagon-list li {
  font-size: 12px;
  color: white;
  margin-bottom: 5px;
}

.hexagon-left {
  background-color: #2c3e50;
}

.hexagon-center {
  background-color: #ffbb33;
  margin-top: 16%;
}

.hexagon-center .hexagon-title,
.hexagon-center .hexagon-list li {
  color: #333;
}

.hexagon-right {
  background-color: #2c3e50;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .hexagon {
    width: 320px;
    height: 140px;
  }

  .hexagon-white {
    width: 140px;
    height: 110px;
    top: 25px;
    left: 8px;
  }

  .hexagon-content {
    padding: 40px; 
  }

  .hexagon-title {
    font-size: 13px;
  }

  .hexagon-list li {
    font-size: 11px;
  }
}

@media (max-width: 768px) {
  .nastro-okhenka-vlian {
    margin-top: 50px;
  }

  .hex-container {
    flex-direction: column;
    align-items: center;
    margin-top: 35px;
  }

  .hexagon {
    width: 90%;       
    max-width: 400px;       
    margin-bottom: 20px; 
    aspect-ratio: 2.25 / 1; 
  }

  .hexagon-white {
    position: absolute;
    top: 19%;
    left: 6%;
    width: 35%;      
    height: 100px;
    aspect-ratio: 1 / 1;  
  }

  .hexagon-white-title {
    font-size: 14px;
    text-align: center;
  }

  .hexagon-content {
    position: absolute;
    top: 0;
    left: -20px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;   
    padding: 5%;     
    text-align: left;
    z-index: 1;
  }

  .hexagon-title {
    font-size: 13px;
    font-weight: bold;
    color: white;
    margin-bottom: 5px;
  }

  .hexagon-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .hexagon-list li::before {
    content: "• ";
  }

  .hexagon-list li {
    font-size: 11px;
    color: white;
    margin-bottom: 2px;
  }

  .hexagon-center {
    margin-top: 0;
  }
  .hexagon:hover {
      transform: none;
  }
}

@media (max-width: 480px) {
  .hexagon-white-title {
    font-size: 12px;
    text-align: center;
  }

  .hexagon-title {
    font-size: 12px;
  }

  .hexagon-list li {
    font-size: 10px;
  }
}

.nastro-price-table {
  width: 100%;
  min-width: 800px;
}

.nastro-obslug-tabl {
  margin-top: 125px;
  padding: 0px 215px;
}

.nastro-obslu-page-table {
  font-weight: 600;
  font-size: 27px;
  margin-bottom: 45px;
}

.nastro-price-table__header,
.nastro-price-table__body {
  display: block;
}

.nastro-price-table__row_header {
  display: flex;
  width: 100%;
  background-color: white;
  background-image: linear-gradient(to right, rgba(242, 242, 242, 0.2) 0%, #d0d0d0 50%, rgba(242, 242, 242, 0.2) 100%);
}

.nastro-price-table__row {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #000000;
  background-color: white;
}

.nastro-price-table__row:nth-child(even) {
  background-image: linear-gradient(to right, rgba(242, 242, 242, 0.2) 0%, #d0d0d0 50%, rgba(242, 242, 242, 0.2) 100%);
}

.nastro-price-table__row_header:last-child {
  border-bottom: none;
}

.nastro-price-table__row:last-child {
  border-bottom: none;
}

.nastro-price-table__header-cell,
.nastro-price-table__cell {
  flex: 1;
  font-size: 17px;
  padding: 8px;
  text-align: center;
  border-left: 1px solid #000000;
  flex-shrink: 0;
}

.nastro-price-table__row_header>div:first-child {
  border-left: none;
}

.nastro-price-table__row>div:first-child {
  border-left: none;
}

.nastro-price-table__header-cell {
  background-color: transparent;
  text-align: center;
  font-weight: bold;
  font-size: 23px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.nastro-price-table__button {
  background-color: #ffbb33;
  color: black;
  padding: 5px 20px;
  border: 1px solid black;
  border-radius: 30px;
  cursor: pointer;
  font-size: 16px;
  width: 60%;
  box-sizing: border-box;
  transition: background-color 0.3s ease;
}

.nastro-price-table__button:hover {
  background-color: white;
}

.nastro-price-table__deleted-price {
  display: block;
  color: black;
  text-decoration: none;
  position: relative;
  margin-top: 10px;
  font-size: 17px;
}

.nastro-price-table__deleted-price::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 139px;
  width: 25%;
  height: 2px;
  background-color: red;
}

.nastro-price-table__cell>ul {
  text-align: left;
  padding-left: 20px;
  list-style-type: disc;
}

.nastro-price-table__cell>ul {
  margin: 0;
}

.nastro-price-table__cell>ul>li {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .nastro-obslug-tabl {
    padding: 0px 20px;
  }

  .nastro-obslu-page-table {
    font-size: 24px;
  }

  .nastro-price-table__header-cell {
    font-size: 20px;
    padding: 15px 0;
  }

  .nastro-price-table__cell {
    font-size: 15px;
    padding: 6px;
  }

  .nastro-price-table__button {
    font-size: 14px;
    padding: 4px 16px;
    width: 70%;
  }

  .nastro-price-table__deleted-price {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .nastro-obslug-tabl {
    padding: 0px 10px;
  }

  .nastro-obslu-page-table {
    font-size: 20px;
  }

  .nastro-price-table__header-cell {
    font-size: 18px;
    padding: 10px 0;
  }

  .nastro-price-table__cell {
    font-size: 14px;
    padding: 4px;
  }

  .nastro-price-table__button {
    font-size: 12px;
    padding: 3px 12px;
    width: 80%;
  }

  .nastro-price-table__deleted-price {
    font-size: 14px;
  }
}

.nastro-obs-preim {
  margin-top: 125px;
}

.deleted-line {
    width: 25%; 
    height: 2px;
    background-color: red;
    margin: 5px auto; 
}

.nastro-obs-preim-container h2 {
  margin: 0;
  margin-bottom: 60px;
  font-size: 30px;
  font-weight: 700;
}

.nastro-obs-preim-card {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}

.nastro-obs-preim-card-inner {
  width: 270px;
  background: #FFBA33;
  border-radius: 15px;
  box-shadow: 0px 4px 4px 0px #00000040;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transform-style: preserve-3d;
}

.nastro-obs-preim-card-inner {
  background: #FFBA33;
}

.nastro-obs-preim-card-inner:hover {
  transform: translateZ(20px);
  box-shadow: 0px 8px 12px 0px #00000040;
}

.nastro-obs-preim-card-inner-1 {
  width: 270px;
  background: #272F44;
  border-radius: 15px;
  box-shadow: 0px 4px 4px 0px #00000040;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transform-style: preserve-3d;
}

.nastro-obs-preim-card-inner-1 {
  background: #272F44;
  color: #ffffff;
}

.nastro-obs-preim-card-inner-1:hover {
  transform: rotateY(20deg);
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
}

.nastro-obs-preim-card-inner h3 {
  font-size: 20px;
  font-weight: 300;
  text-align: center;
}

.nastro-obs-preim-card-inner-1 h3 {
  font-size: 20px;
  font-weight: 300;
  text-align: center;
}

.nastro-obs-preim-card-inner-item {
  position: absolute;
  top: -17px;
  padding: 17px;
  border-radius: 50%;
  background: #FFBA33;
}

.nastro-obs-preim-card-inner-item-1 {
  position: absolute;
  top: -17px;
  padding: 17px;
  border-radius: 50%;
  background: #272F44;
}

.nastro-obs-preim-card-inner-item:before {
  content: '';
  position: absolute;
  top: 7px;
  left: 9px;
  padding: 8px;
  border-radius: 50%;
  background: #FFF;
}

.nastro-obs-preim-card-inner-item-1:before {
  content: '';
  position: absolute;
  top: 7px;
  left: 9px;
  padding: 8px;
  border-radius: 50%;
  background: #FFF;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .nastro-obs-preim-card {
    justify-content: space-around;
  }
  .nastro-obs-preim-card-inner,
  .nastro-obs-preim-card-inner-1 {
    width: 30%; 
  }
}

@media (max-width: 768px) {
  .nastro-obs-preim {
    margin-top: 50px; 
  }

  .nastro-obs-preim-container h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .nastro-obs-preim-card {
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
  }

  .nastro-obs-preim-card-inner,
  .nastro-obs-preim-card-inner-1 {
    width: 90%; 
    margin-bottom: 20px;
  }
  .nastro-obs-preim-card-inner:hover,
  .nastro-obs-preim-card-inner-1:hover {
    transform: none;
    box-shadow: none;
  }
  .nastro-obs-preim-card-inner h3,
  .nastro-obs-preim-card-inner-1 h3 {
    font-size: 18px;
  }
  
}

@media (max-width: 480px) {
  .nastro-obs-preim-container h2 {
    font-size: 22px;
  }
  .nastro-obs-preim-card-inner h3,
  .nastro-obs-preim-card-inner-1 h3 {
    font-size: 17px;
  }
}

.nastro-obs-preim-img {
  display: flex;
  justify-content: space-between;
  padding: 0 75px;
}

.nastro-obs-preim-img-container,
.nastro-obs-preim-img-container-1,
.nastro-obs-preim-img-container-2,
.nastro-obs-preim-img-container-3,
.nastro-obs-preim-img-container-4 {
  position: relative;
}

.nastro-obs-preim-img-container:after {
  position: absolute;
  content: '';
  top: 74px;
  left: 30px;
  padding: 11px;
  border-radius: 50%;
  background: #FFBA33;
}

.nastro-obs-preim-img-container-1:after {
  position: absolute;
  content: '';
  top: 74px;
  left: 22px;
  padding: 11px;
  border-radius: 50%;
  background: #272F44;
}

.nastro-obs-preim-img-container-2:after {
  position: absolute;
  content: '';
  top: 74px;
  left: 19px;
  padding: 11px;
  border-radius: 50%;
  background: #FFBA33;
}

.nastro-obs-preim-img-container-3:after {
  position: absolute;
  content: '';
  top: 74px;
  left: 18px;
  padding: 11px;
  border-radius: 50%;
  background: #272F44;
}

.nastro-obs-preim-img-container-4:after {
  position: absolute;
  content: '';
  top: 74px;
  left: 13px;
  padding: 11px;
  border-radius: 50%;
  background: #FFBA33;
}

.nastro-obs-preim-line-container {
  position: relative;
}

.nastro-obs-preim-line {
  position: absolute;
  top: 180px;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right, black 50%, transparent 50%);
  background-size: 50px 1px;
  background-repeat: repeat-x;
}

.nastro-final-obslug {
  margin-top: 125px;
  text-align: center;
}

.nastro-final-obslug-content {
  max-width: 800px;
  margin: 0 auto;
}

.nastro-final-obslug-title {
  font-size: 32px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
}

.nastro-final-obslug-subtitle {
  font-size: 20px;
  color: #333;
}

.price-table__cell-price-hov {
  position: relative;
}

.price-table__cell-price-hov::after {
  position: absolute;
  content: " ";
  top: 11px;
  left: 137px;
  width: 95px;
  height: 2px;
  background-color: #D50B07;
}

.price-table__button-obnovl {
  font-family: "Montserrat", serif;
  margin-top: 15px;
  background-color: #ffbb33;
  color: black;
  padding: 3px 35px;
  border: 1px solid black;
  border-radius: 30px;
  cursor: pointer;
  font-size: 16px;
  box-sizing: border-box;
  transition: background-color 0.3s ease;
}

.price-table__button-obnovl:hover {
  background-color: white;
}

.obnovl-priot-zadath h2 {
  margin-top: 60px;
  font-weight: 500;
  font-size: 23px;
  margin-bottom: 45px;
  color: #FFB423;
}

.obnovl-modeliro-poch {
  margin-top: 30px;
}

.obnovl-modeliro-poch h2 {
  font-weight: 600;
  font-size: 27px;
  margin-bottom: 45px;
}

.obnovl-modeliro-poch-flex {
  display: flex;
  justify-content: center;
  gap: 50px;
  flex-wrap: wrap;
}

.obnovl-modeliro-poch-flex-inner {
  position: relative;
  background-color: #232731;
  border-radius: 15px;
  box-shadow: 0px 4px 4px 0px #00000040;
  transition: transform 0.3s ease;
  width: calc(29.333% - 0px);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding: 25px 10px;
  color: #fff;
  font-family: 'Roboto', sans-serif;
}

.obnovl-modeliro-poch-flex-inner:hover {
  transform: scale(1.05) rotate(2deg);
}

.obnovl-modeliro-poch-flex-inner h3 {
  position: absolute;
  color: #fff;
  font-size: 36px;
  background-color: #232731;
  top: 16px;
  left: -37px;
  padding: 10px;
  border-radius: 15px;
  box-shadow: 0px 4px 4px 0px #00000040;
}

.obnovl-modeliro-poch-flex-inner h4 {
  max-width: 241px;
  margin-left: 30px;
  font-size: 17px;
  font-weight: 300;
  text-align: center;
}

@media (max-width: 768px) {
  .obnovl-modeliro-poch h2 {
    font-size: 24px; 
  }

  .obnovl-modeliro-poch-flex {
    flex-direction: column;  
    align-items: center;   
    gap: 20px;  
  }

  .obnovl-modeliro-poch-flex-inner {
    width: 90%; 
    padding: 15px; 
  }

  .obnovl-modeliro-poch-flex-inner:hover {
    transform: none;
    box-shadow: none;
  }

  .obnovl-modeliro-poch-flex-inner h3 {
    position: static; 
    font-size: 28px;
    text-align: center;
    margin-bottom: 10px;
    left: auto; 
    top: auto; 
    padding: 5px;  
    box-shadow: none;   
  }

  .obnovl-modeliro-poch-flex-inner h4 {
    font-size: 16px;
    max-width: 100%; 
    margin-left: 0;  
  }
}

@media (max-width: 480px) {
  .obnovl-modeliro-poch h2 {
    font-size: 24px;
  }

  .obnovl-modeliro-poch-flex-inner h3 {
    font-size: 24px;
  }

  .obnovl-modeliro-poch-flex-inner h4 {
    font-size: 15px;
  }
}

.obnovl-result {
  margin-top: 60px;
}

.obnovl-result h2 {
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 25px;
}

.obnovl-result-container {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

.obnovl-result-inner-1,
.obnovl-result-inner-2 {
  width: 250px;
  text-align: center;
  padding: 10px;
  border-radius: 15px;
  box-shadow: 0px 4px 4px 0px #00000040;
  transition: transform 0.3s ease-out;
}

.obnovl-result-inner-1 {
  background-color: #FFBA33;
}

.obnovl-result-inner-2 {
  background-color: #272F44;
  color: white;
}

.obnovl-result-inner-1:hover,
.obnovl-result-inner-2:hover {
  transform: perspective(500px) rotateX(10deg) rotateY(10deg) scale(1.1);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.obnovl-result-inner-1 h4 {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 300;
  color: #000000;
  min-height: 110px;
}

.obnovl-result-inner-2 h4 {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  min-height: 100px;
}

.obnovl-result-inner-2 img,
.obnovl-result-inner-1 img {
  max-width: 60px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .obnovl-result-container {
    justify-content: space-around;
  }

  .obnovl-result-inner-1, .obnovl-result-inner-2 {
    width: 40%;
  }
}

@media (max-width: 768px) {
  .obnovl-result h2 {
    font-size: 24px; 
  }

  .obnovl-result-inner-1,
  .obnovl-result-inner-2 {
    width: 80%; 
    margin: 10px auto;
  }

  .obnovl-result-container {
    margin-top: 30px;
    display: block;
  }
}

@media (max-width: 480px) {
  .obnovl-result h2 {
    font-size: 24px;
  }

  .obnovl-result-inner-1 h4,
  .obnovl-result-inner-2 h4 {
    font-size: 16px;  
    min-height: 80px; 
  }

  .obnovl-result-inner-1,
  .obnovl-result-inner-2 {
    width: 95%;
  }

  .obnovl-result-container {
    margin-top: 30px;
    display: block;
  }
}

.obnovl-strax {
  margin-top: 70px;
}

.obnovl-strax-flex {
  margin-top: 50px;
  gap: 50px;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  padding: 0 0 0 40px;
}

.obnovl-strax-flex-2 {
  margin-top: 50px;
  gap: 80px;
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 0 0 0 40px;
}

.obnovl-strax-poch-flex-inner {
  position: relative;
  padding: 10px 30px;
  background-color: #FFBA33;
  border-radius: 15px;
  box-shadow: 0px 4px 4px 0px #00000040;
  transition: transform 0.3s ease;
  display: flex;
  align-items: center;
}

.obnovl-strax-poch-flex-inner:hover {
  transform: scale(1.05) rotate(2deg);
}

.obnovl-strax-poch-flex-inner h3 {
  position: absolute;
  color: #fff;
  font-size: 36px;
  background-color: #FFBA33;
  top: 16px;
  left: -37px;
  padding: 10px;
  border-radius: 15px;
  box-shadow: 0px 4px 4px 0px #00000040;
}

.obnovl-strax-poch-flex-inner h4 {
  max-width: 280px;
  font-size: 20px;
  font-weight: 350;
  text-align: center;
}

@media (max-width: 768px) {
  .obnovl-strax-flex {
    flex-direction: column;  
    align-items: center; 
    padding: 0;        
    gap: 25px;  
  }

  .obnovl-strax-flex-2 {
    flex-direction: column; 
    align-items: center;  
    padding: 0;        
    gap: 25px;
    margin-top: 25px;
  }

  .obnovl-strax-poch-flex-inner {
    width: 90%;     
    padding: 15px;
  }

  .obnovl-strax-poch-flex-inner:hover {
    transform: none;
    box-shadow: none;
  }

  .obnovl-strax-poch-flex-inner h3 {
    position: static;  
    font-size: 28px;
    text-align: center; 
    margin-bottom: 10px;
    left: auto;  
    top: auto;   
    padding: 5px;  
    box-shadow: none;
  }

  .obnovl-strax-poch-flex-inner h4 {
    font-size: 16px;   
    max-width: 100%; 
  }
}

@media (max-width: 480px) {
  .obnovl-strax-poch-flex-inner h3 {
    font-size: 24px;
  }

  .obnovl-strax-poch-flex-inner h4 {
    font-size: 15px;
  }
}

.obnovl-strax-blu {
  margin-top: 90px;
  padding: 30px;
  background-color: #272F44;
}

.obnovl-strax-blu-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.obnovl-strax-blu h2 {
  font-size: 28px;
  color: #ffffff;
  max-width: 750px;
  text-align: center;
}

.obnovl-strax-blu-container-h2 {
  display: flex;
  justify-content: center;
}

.obnovl-strax-blu h4 {
  margin-top: 30px;
  text-align: center;
  font-size: 20px;
  color: #FFBA33;
}

.obnovl-pom {
  margin-top: 80px;
}

.obnovl-pom-inner {
  margin-bottom: 30px;
}

.obnovl-pom-inner h2 {
  font-size: 30px;
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
}

.obnovl-pom-inner h3 {
  font-size: 20px;
  color: #FFBA33;
  margin-bottom: 20px;
}

.obnovl-pom-inner ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.obnovl-pom-inner ul li {
  font-size: 20px;
  color: #000000;
  margin-bottom: 10px;
  font-weight: 300;
}

.obnovl-pom-inner ul li::before {
  content: "• ";
  color: #000000;
  display: inline-block;
  width: 1em;
}

.obnovl-pom-fot {
  text-align: center;
  margin-top: 110px;
}

.obnovl-pom-fot h3 {
  font-size: 30px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 10px;
}

.obnovl-pom-fot h4 {
  font-size: 20px;
  color: #000000;
  font-weight: 300;
}

@media (max-width: 768px) {
  .obnovl-pom-inner h2 {
    font-size: 28px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
  }

  .obnovl-pom-inner h3 {
    font-size: 18px;
    color: #FFBA33;
    margin-bottom: 20px;
  }

  .obnovl-pom-inner ul li {
    font-size: 17px;
    color: #000000;
    margin-bottom: 10px;
    font-weight: 300;
  }
}

@media (max-width: 480px) {
  .obnovl-pom-inner h2 {
    font-size: 28px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
  }

  .obnovl-pom-inner h3 {
    font-size: 18px;
    color: #FFBA33;
    margin-bottom: 20px;
  }

  .obnovl-pom-inner ul li {
    font-size: 17px;
    color: #000000;
    margin-bottom: 10px;
    font-weight: 300;
  }
}

.vnedr-service-list {
  margin-top: 10px;
}

.vnedr-left-column h3 {
  font-weight: 300;
  font-size: 20px;
  max-width: 630px;
}

.vnedr-first {
  max-width: 600px;
  margin-top: 30px;
}

.vnedr-first-yel {
  display: flex;
  justify-content: space-between;

}

.vnedr-first-yel-inner {
  background-color: #FFBA33;
  padding: 15px;
  box-shadow: 0px 4px 4px 0px #00000040;
  border-radius: 10px;
  max-width: 280px;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.vnedr-first-yel-inner:hover {
  transform: perspective(500px) rotateX(10deg) rotateY(10deg) scale(1.1);
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.4);
}

.vnedr-first-yel-inner h3 {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}

.vnedr-first-yel-inner h4 {
  font-size: 18px;
  font-weight: 300;
  text-align: center;
}

.vnedr-first-black {
  background-color: #232731;
  color: #FFFFFF;
  padding: 20px 30px;
  margin-top: 20px;
  border-radius: 10px;
  box-shadow: 0px 4px 4px 0px #00000040;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.vnedr-first-black:hover {
  transform: perspective(600px) rotateX(-8deg) rotateY(-8deg) scale(1.05);
  box-shadow: -5px -5px 15px rgba(0, 0, 0, 0.5);
}

.vnedr-first-black h3 {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
}

.vnedr-first-black h4 {
  text-align: left;
  font-size: 18px;
  font-weight: 300;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .vnedr-left-column h3 {
    font-size: 18px;
    max-width: 90%;
  }

  .vnedr-first {
    max-width: 90%;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .vnedr-first-yel {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .vnedr-first-yel-inner {
    max-width: 100%;
  }

  .vnedr-first-black {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .vnedr-left-column h3 {
    font-size: 16px;
  }

  .vnedr-first {
    margin-top: 15px;
    margin-bottom: 20px;
  }

  .vnedr-first-yel {
    display: flex;
    justify-content: space-between;
    gap: 5px;
  }

  .vnedr-first-yel-inner h3 {
    font-size: 20px;
  }

  .vnedr-first-yel-inner h4 {
    font-size: 16px;
  }

  .vnedr-first-black h3 {
    font-size: 20px;
  }

  .vnedr-first-black h4 {
    font-size: 16px;
  }

  .vnedr-first-black {
    padding: 15px 20px;
  }

  .vnedr-first-yel-inner {
    padding: 12px;
  }
}

@media (max-width: 480px) {
  .vnedr-left-column h3 {
    font-size: 14px;
  }

  .vnedr-first-yel {
    display: flex;
    justify-content: space-between;
    gap: 5px;
  }

  .vnedr-first {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .vnedr-first-yel-inner h3 {
    font-size: 18px;
  }

  .vnedr-first-yel-inner h4 {
    font-size: 14px;
  }

  .vnedr-first-black h3 {
    font-size: 18px;
  }

  .vnedr-first-black h4 {
    font-size: 14px;
  }

  .vnedr-first-black {
    padding: 12px 15px;
    margin-top: 15px;
  }

  .vnedr-first-yel-inner {
    padding: 10px;
  }
}

.vnedr-poch {
  margin-top: 80px;
}

.vnedr-poch h2 {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 35px;
}

.vnedr-poch-flex {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  padding: 0 0 0 40px;
  flex-wrap: wrap;
  gap: 40px;
  max-width: 950px;
}

.vnedr-poch-flex-inner {
  position: relative;
  padding: 15px 30px;
  width: 267px;
  background-color: #FFBA33;
  border-radius: 15px;
  box-shadow: 0px 4px 4px 0px #00000040;
  transition: transform 0.3s ease;
}

.vnedr-poch-flex-inner:hover {
  transform: scale(1.05) rotate(2deg);
}

.vnedr-poch-flex-inner-1 {
  position: relative;
  padding: 10px 30px;
  height: 64px;
  width: 267px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #252B3B;
  border-radius: 15px;
  box-shadow: 0px 4px 4px 0px #00000040;
  transition: transform 0.3s ease;
}

.vnedr-poch-flex-inner-1:hover {
  transform: scale(1.05) rotate(2deg);
}

.vnedr-poch-flex-inner-1 h3 {
  position: absolute;
  color: #fff;
  font-size: 28px;
  background-color: #252B3B;
  font-weight: 300;
  top: 7px;
  left: -32px;
  padding: 7px 13px;
  border-radius: 15px;
  box-shadow: 0px 4px 4px 0px #00000040;
}

.vnedr-poch-flex-inner-1 h4 {
  max-width: 241px;
  font-size: 18px;
  font-weight: 350;
  color: #fff;
  text-align: center;
}

.vnedr-poch-flex-inner h3 {
  position: absolute;
  color: #fff;
  font-size: 28px;
  background-color: #FFBA33;
  font-weight: 300;
  top: 7px;
  left: -32px;
  padding: 7px 13px;
  border-radius: 15px;
  box-shadow: 0px 4px 4px 0px #00000040;
}

.vnedr-poch-flex-inner h4 {
  max-width: 241px;
  font-size: 18px;
  font-weight: 350;
  text-align: center;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .vnedr-poch {
    margin-top: 50px;
  }

  .vnedr-poch h2 {
    font-size: 28px;
    margin-bottom: 20px;
    line-height: 32px;
  }

  .vnedr-poch-flex {
    margin-top: 40px;
    padding: 0;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 30px;
    max-width: 900px;
  }

  .vnedr-poch-flex-inner,
  .vnedr-poch-flex-inner-1 {
    width: 45%;
    padding: 12px 25px;
  }

  .vnedr-poch-flex-inner h3,
  .vnedr-poch-flex-inner-1 h3 {
    font-size: 24px;
    top: 6px;
    left: 6px;
    padding: 6px 12px;
  }

  .vnedr-poch-flex-inner h4,
  .vnedr-poch-flex-inner-1 h4 {
    font-size: 17px;
    max-width: 100%;
  }

  .vnedr-poch-flex-inner-1 {
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 30px;
  }

  .vnedr-poch-flex-inner-1 h3 {
    position: absolute;
    top: 7px;
    left: -32px;
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .vnedr-poch {
    margin-top: 40px;
  }

  .vnedr-poch h2 {
    font-size: 26px;
    margin-bottom: 15px;
    line-height: 30px;
  }

  .vnedr-poch-flex {
    margin-top: 30px;
    gap: 25px;
  }

  .vnedr-poch-flex-inner,
  .vnedr-poch-flex-inner-1 {
    width: 48%;
    padding: 10px 20px;
  }

  .vnedr-poch-flex-inner h3,
  .vnedr-poch-flex-inner-1 h3 {
    font-size: 23px;
    top: 5px;
    left: 5px;
    padding: 5px 10px;
  }

  .vnedr-poch-flex-inner h4,
  .vnedr-poch-flex-inner-1 h4 {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .vnedr-poch {
    margin-top: 30px;
  }

  .vnedr-poch h2 {
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 26px;
  }

  .vnedr-poch-flex {
    margin-top: 20px;
    gap: 15px;
  }

  .vnedr-poch-flex-inner,
  .vnedr-poch-flex-inner-1 {
    width: 90%;
    padding: 10px 15px;
  }

  .vnedr-poch-flex-inner h3,
  .vnedr-poch-flex-inner-1 h3 {
    font-size: 20px;
    top: 6px;
    left: 4px;
    padding: 4px 8px;
  }

  .vnedr-poch-flex-inner h4,
  .vnedr-poch-flex-inner-1 h4 {
    font-size: 13px;
  }
}

.vnedr-vid-container h2 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 35px;
}

.vnedr-vid {
  margin-top: 80px;
}

.vnedr-vid-header {
  text-align: left;
  margin-bottom: 30px;
}

.vnedr-vid-header h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
}

.vnedr-vid-header__subtitle {
  color: #FFBA33 !important;
  font-style: italic !important;
}

.vnedr-vid-header p {
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
}

.vnedr-vid-container-flex {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.vnedr-vid-container-inner {
  border: 1px solid #232731;
  border-radius: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.vnedr-vid-container-inner:hover {
  transform: scale(1.02);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.vnedr-vid-container-inner h3 {
  text-align: left;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  font-size: 22px;
  font-weight: 500;
  background-color: #232731;
  color: #fff;
  padding: 15px 20px;
}

.vnedr-vid-container-inner-4 {
  padding: 15px;
}

.vnedr-vid-container-inner-4 h5 {
  font-size: 17px;
  font-weight: 450;
}

.vnedr-vid-container-inner h4 {
  font-size: 16px;
  font-weight: 300;
  margin-left: 30px;
  line-height: 25px;
  position: relative;
}

.vnedr-vid-container-inner-sec {
  margin-top: 30px;
}

.vnedr-vid-container-inner h4:before {
  position: absolute;
  content: '';
  top: 8px;
  left: -20px;
  padding: 3px;
  background: #000000;
  border-radius: 50%;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .vnedr-vid {
    margin-top: 60px;
  }

  .vnedr-vid-header {
    margin-bottom: 25px;
    text-align: left;
  }

  .vnedr-vid-header h2 {
    font-size: 26px;
    margin-bottom: 8px;
  }

  .vnedr-vid-header p {
    font-size: 16px;
  }

  .vnedr-vid-container-flex {
    margin-top: 40px;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    gap: 25px;
  }

  .vnedr-vid-container-inner {
    width: 48%;
  }

  .vnedr-vid-container-inner h3 {
    font-size: 21px;
    padding: 12px 18px;
    text-align: left;
  }

  .vnedr-vid-container-inner h4 {
    font-size: 16px;
    margin-left: 25px;
    line-height: 24px;
  }

  .vnedr-vid-container-inner h4:before {
    top: 7px;
    left: -15px;
    padding: 2.5px;
  }
}

@media (max-width: 768px) {
  .vnedr-vid {
    margin-top: 50px;
  }

  .vnedr-vid-header h2 {
    font-size: 25px;
    margin-bottom: 7px;
  }

  .vnedr-vid-container-flex {
    margin-top: 35px;
    gap: 20px;
  }

  .vnedr-vid-container-inner {
    width: 49%;
  }

  .vnedr-vid-container-inner h3 {
    font-size: 20px;
    padding: 11px 17px;
  }

  .vnedr-vid-container-inner h4 {
    font-size: 15px;
    margin-left: 23px;
    line-height: 23px;
  }

  .vnedr-vid-container-inner h4:before {
    top: 7px;
    left: -14px;
  }
}

@media (max-width: 480px) {
  .vnedr-vid {
    margin-top: 40px;
  }

  .vnedr-vid-header {
    text-align: left;
  }

  .vnedr-vid-header h2 {
    font-size: 22px;
    margin-bottom: 5px;
  }

  .vnedr-vid-header p {
    font-size: 14px;
  }

  .vnedr-vid-container-flex {
    margin-top: 25px;
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }

  .vnedr-vid-container-inner {
    width: 95%;
  }

  .vnedr-vid-container-inner h3 {
    font-size: 19px;
    padding: 10px 15px;
    text-align: center;
  }

  .vnedr-vid-container-inner h4 {
    font-size: 14px;
    margin-left: 20px;
    line-height: 22px;
  }

  .vnedr-vid-container-inner h4:before {
    top: 6px;
    left: -12px;
  }
}

.vnedr-proect-vnedr {
  margin-top: 80px;
}

.vnedr-proect-vnedr h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
}

.vnedr-proect-vnedr p {
  font-size: 16px;
  color: #000000;
  margin-bottom: 20px;
}

.vnedr-proect-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.vnedr-proect-steps {
  width: 40%;
  transition: transform 0.3s ease-in-out;
}

.vnedr-proect-step {
  padding: 10px 15px;
  border-radius: 20px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #333;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 105%;
  overflow: hidden;
  white-space: nowrap;
}

.vnedr-proect-step::before {
  content: attr(data-number);
  font-weight: bold;
  margin-right: 5px;
  font-size: 18px;
}

.vnedr-proect-step .step-text {
  text-align: left;
  flex-grow: 1;
  font-size: 15px;
  font-weight: 300;
}

.vnedr-proect-step.active {
  background-color: rgba(237, 237, 237, 1);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}

.vnedr-proect-step .arrow {
  font-size: 16px;
}

.vnedr-proect-description-wrapper {
  position: relative;
  height: auto;
  overflow: hidden;
}

.vnedr-proect-description {
  width: 90%;
  border: 1px solid #000000;
  border-radius: 15px;
  padding: 20px;
  position: absolute;
  top: 0;
  left: 10%;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.vnedr-proect-description.active {
  opacity: 1;
  position: relative;
}

.vnedr-proect-description h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

.vnedr-proect-description h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.vnedr-proect-description p {
  font-size: 15px;
  color: #000000;
  margin-bottom: 15px;
}

.vnedr-proect-description-p {
  font-size: 15px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 15px;
}

.vnedr-proect-description ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.vnedr-proect-description ul li {
  font-size: 15px;
  margin-bottom: 8px;
  position: relative;
  padding-left: 1.5em;
}

.vnedr-proect-description ul li::before {
  content: "";
  width: 10px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 11px;
  background-color: black;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .vnedr-proect-vnedr h2 {
    font-size: 26px;
  }

  .vnedr-proect-vnedr p {
    font-size: 15px;
  }

  .vnedr-proect-step {
    font-size: 13px;
  }

  .vnedr-proect-description h3 {
    font-size: 22px;
  }

  .vnedr-proect-description h4 {
    font-size: 18px;
  }

  .vnedr-proect-description p,
  .vnedr-proect-description-p {
    font-size: 14px;
  }

  .vnedr-proect-description ul li {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .vnedr-proect-vnedr {
    margin-top: 50px;
  }

  .vnedr-proect-vnedr h2 {
    font-size: 24px;
    margin-bottom: 5px;
  }

  .vnedr-proect-vnedr p {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .vnedr-proect-content {
    flex-direction: column;
  }

  .vnedr-proect-steps {
    width: 100%;
    margin-bottom: 20px; 
  }

  .vnedr-proect-step {
    font-size: 13px;
    padding: 8px 12px;
    width: 100%; 
  }

  .vnedr-proect-step[data-number*="№6"] { 
    word-break: break-word; 
    overflow-wrap: break-word; 
    white-space: normal; 
  }

  .vnedr-proect-step::before {
    font-size: 16px;
    word-break: normal;
  }

  .vnedr-proect-description-wrapper {
    height: auto; 
    overflow: visible;
  }

  .vnedr-proect-description {
    width: 1-0%;
    border: 1px solid #000000;
    border-radius: 15px;
    padding: 20px;
    position: absolute;
    top: 0;
    left: 0%;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
  }

  .vnedr-proect-description.active {
    opacity: 1;
    position: relative;
  }

  .vnedr-proect-description h3 {
    font-size: 20px; 
  }

  .vnedr-proect-description h4 {
    font-size: 17px; 
  }

  .vnedr-proect-description p,
  .vnedr-proect-description-p {
    font-size: 14px;
  }

  .vnedr-proect-description ul li {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .vnedr-proect-vnedr h2 {
    font-size: 22px;
  }

  .vnedr-proect-step {
    font-size: 12px;
    padding: 6px 10px;
  }

  .vnedr-proect-step[data-number*="№6"] { 
    word-break: break-word; 
    overflow-wrap: break-word; 
    white-space: normal; 
  }

  .vnedr-proect-step::before {
    font-size: 15px;
    word-break: normal;
  }

  .vnedr-proect-description {
    width: 100%;
    border: 1px solid #000000;
    border-radius: 15px;
    padding: 20px;
    position: absolute;
    top: 0;
    left: 0%;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
  }

  .vnedr-proect-description.active {
    opacity: 1;
    position: relative;
  }

  .vnedr-proect-description h3 {
    font-size: 18px;
  }

  .vnedr-proect-description h4 {
    font-size: 16px;
  }

  .vnedr-proect-description p,
  .vnedr-proect-description-p {
    font-size: 13px;
  }

  .vnedr-proect-description ul li {
    font-size: 13px;
  }
}

.vnedr-obnovl-tabl {
  margin-top: 20px;
}

.vnedr-obslug-tabl {
  margin-top: 90px;
}

.table-container {
  width: 100%;
  overflow-x: auto;
}

.vnedr-price-table {
  width: 100%;
  min-width: 800px; 
}

.vnedr-price-table__header,
.vnedr-price-table__body {
  display: block;
}

.vnedr-price-table__row_header {
  display: flex;
  width: 100%;
  background-color: white;
  background-image: linear-gradient(to right, rgba(242, 242, 242, 0.2) 0%, #d0d0d0 50%, rgba(242, 242, 242, 0.2) 100%);
}

.vnedr-price-table__row {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #000000;
}

.vnedr-price-table__main-price {
  display: block;
  font-size: 27px;
  font-weight: bold;
  color: black;
  text-align: center;
  font-weight: 500;
}

.vnedr-price-table__additional-info {
  display: block;
  font-size: 27px;
  color: #000000;
  text-align: center;
  margin-top: 10px;
  font-weight: 500;
}

.vnedr-price-table__row:nth-child(even) {
  background-image: linear-gradient(to right, rgba(242, 242, 242, 0.2) 0%, #d0d0d0 50%, rgba(242, 242, 242, 0.2) 100%);
}

.vnedr-price-table__row_header:last-child {
  border-bottom: 1px solid #000000;
}

.vnedr-price-table__row>div:first-child {
  border-left: none;
}

.vnedr-price-table__row:last-child {
  border-bottom: none;
}

.vnedr-price-table__header-cell-bl,
.vnedr-price-table__header-cell,
.vnedr-price-table__header-cell-1,
.vnedr-price-table__cell {
  flex: 1;
  font-size: 17px;
  padding: 8px;
  text-align: center;
  border-left: 1px solid #000000;
  flex-shrink: 0; 
}

.vnedr-price-table__row_header>div:first-child {
  border-left: none;
}

.vnedr-price-table__header-cell,
.vnedr-price-table__header-cell-1,
.vnedr-price-table__header-cell-bl {
  background-color: transparent;
  padding: 20px 0;
  text-align: center;
  font-weight: bold;
  font-size: 21px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.vnedr-price-table__row_header>div:nth-child(3).vnedr-price-table__header-cell {
  background-color: transparent;
  color: #ffbb33;
}

.vnedr-price-table__row>div:nth-child(3).vnedr-price-table__header-cell {
  background-color: transparent;
  color: #ffbb33;
}

.vnedr-price-table__button {
  background-color: #ffbb33;
  color: black;
  padding: 10px 20px;
  border: 0px solid black;
  border-radius: 30px;
  cursor: pointer;
  font-size: 16px;
  width: 75%;
  box-sizing: border-box;
  transition: background-color 0.3s ease;
}

.vnedr-price-table__button:hover {
  background-color: #ffd889;
}

.vnedr-price-table__deleted-price {
  display: block;
  color: black;
  text-decoration: none;
  position: relative;
  margin-top: 10px;
}

.vnedr-price-table__deleted-price::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 80px;
  width: 40%;
  height: 2px;
  background-color: red;
}

.vnedr-price-table__cell>ul {
  text-align: left;
  padding-left: 20px;
  list-style-type: disc;
}

.vnedr-price-table__cell>ul {
  margin: 0;
}

.vnedr-price-table__cell>ul>li {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .vnedr-obslu-page-table {
    font-size: 28px;
  }

  .vnedr-price-table__header-cell,
  .vnedr-price-table__header-cell-1,
  .vnedr-price-table__header-cell-bl {
    font-size: 18px;
    padding: 15px 0;
  }

  .vnedr-price-table__cell {
    font-size: 15px;
    padding: 6px;
  }

  .vnedr-price-table__main-price {
    font-size: 24px;
  }

  .vnedr-price-table__additional-info {
    font-size: 24px;
  }
}

@media (max-width: 480px) {
  .vnedr-obslu-page-table {
    font-size: 24px;
  }

  .vnedr-price-table__header-cell,
  .vnedr-price-table__header-cell-1,
  .vnedr-price-table__header-cell-bl {
    font-size: 16px;
    padding: 10px 0;
  }

  .vnedr-price-table__cell {
    font-size: 14px;
    padding: 4px;
  }

  .vnedr-price-table__main-price {
    font-size: 20px;
  }

  .vnedr-price-table__additional-info {
    font-size: 20px;
  }

  .vnedr-price-table__button {
    font-size: 14px;
    padding: 8px 16px;
  }
}

.vnedr-perspective {
  margin-bottom: 125px;
}

.vnedr-perspective-container {
  margin-top: 80px;
}

.vnedr-perspective-container-h2 {
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 35px;
}

.vnedr-perspective-p {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 10px;
}

.vnedr-perspective-p-color {
  color: #FFBA33;
  font-style: italic;
}

.vnedr-perspective-title-container {
  width: 60%;
  max-width: 440px;
  margin: 0 auto 30px;
  padding: 15px;
  border: 1px solid #000000;
  border-radius: 20px;
  text-align: center;
  margin-top: 60px;
}

.vnedr-perspective-title {
  font-size: 25px;
  font-weight: 400;
  color: #333;
}

.vnedr-perspective-diagram {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin-bottom: 20px;
}

.vnedr-perspective-connections {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 100%;
  margin-bottom: -30px;
}

.vnedr-perspective-circles {
  display: flex;
  justify-content: center;
  position: absolute;
  top: -39px;
  width: 100%;
  z-index: 1;
}

.vnedr-perspective-circle {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin: 0 1px;
  position: relative;
  z-index: 2;
}

.vnedr-perspective-circle--yellow {
  background-color: #ffbb33;
}

.vnedr-perspective-circle--dark {
  background-color: #222;
}

.vnedr-perspective-blocks {
  display: flex;
  justify-content: space-around;
  width: 60%;
  position: relative;
  z-index: 1;
  margin-top: 20px;
}

.vnedr-perspective-block {
  width: 270px;
  height: 110px;
  padding: 20px;
  border-radius: 15px;
  text-align: center;
  color: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  font-size: 16px;
  font-weight: 500;
  position: relative;
  z-index: 2;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transform-style: preserve-3d;
}

.vnedr-perspective-block:hover {
  transform: rotateX(10deg) rotateY(10deg);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.vnedr-perspective-block--yellow {
  background-color: #ffbb33;
  color: #000000;
}

.vnedr-perspective-block--dark {
  background-color: #272F44;
}

.vnedr-perspective-image-container {
  text-align: center;
  margin-bottom: -30px;
}

.vnedr-perspective-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .vnedr-perspective {
    margin-bottom: 90px;
  }

  .vnedr-perspective-container {
    margin-top: 50px;
  }

  .vnedr-perspective-container-h2 {
    font-size: 30px;
    line-height: 32px;
  }

  .vnedr-perspective-p {
    font-size: 16px;
  }

  .vnedr-perspective-title-container {
    width: 70%;
    max-width: none;
    margin: 40px auto;
    padding: 12px;
  }

  .vnedr-perspective-title {
    font-size: 23px;
  }

  .vnedr-perspective-blocks {
    width: 90%;
    gap: 18px;
    margin-top: 15px;
  }

  .vnedr-perspective-block {
    width: 95%;
    padding: 18px;
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .vnedr-perspective {
    margin-bottom: 60px;
  }

  .vnedr-perspective-container {
    margin-top: 30px;
  }

  .vnedr-perspective-container-h2 {
    font-size: 26px;
    line-height: 28px;
  }

  .vnedr-perspective-p {
    font-size: 15px;
  }

  .vnedr-perspective-title-container {
    width: 75%;
    margin: 30px auto;
    padding: 10px;
  }

  .vnedr-perspective-title {
    font-size: 21px;
  }

  .vnedr-perspective-blocks {
    width: 92%;
    gap: 15px;
    margin-top: 12px;
  }

  .vnedr-perspective-block {
    width: 98%;
    padding: 15px;
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .vnedr-perspective {
    margin-bottom: 45px;
  }

  .vnedr-perspective-container {
    margin-top: 20px;
  }

  .vnedr-perspective-container-h2 {
    font-size: 22px;
    line-height: 24px;
  }

  .vnedr-perspective-p {
    font-size: 14px;
  }

  .vnedr-perspective-title-container {
    width: 90%;
    margin: 20px auto;
    padding: 8px;
  }

  .vnedr-perspective-title {
    font-size: 19px;
  }

  .vnedr-perspective-blocks {
    width: 105%;
    gap: 12px;
    margin-top: 10px;
  }

  .vnedr-perspective-block {
    width: 100%;
    padding: 12px;
    font-size: 14px;
  }
}

.vnedr-trebovan {
  margin-top: 20px;
}

.vnedr-trebovan h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 70px;
}

.vnedr-trebovan-list {
  display: flex;
  flex-direction: column;
  width: 65%;
  perspective: 800px;
}

.vnedr-trebovan-item {
  display: flex;
  padding: 3px 20px;
  align-items: center;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.vnedr-trebovan-item:hover {
  transform: translateZ(30px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.vnedr-trebovan-item:not(:hover) {
  transform: translateZ(0);
}

.vnedr-trebovan-item.dark {
  background-color: rgba(39, 47, 68, 1);
  color: #fff;
}

.vnedr-trebovan-item.yellow {
  background-color: #FFBB33;
  color: #fff;
  border-radius: 10px 10px 0px 0px;
}

.vnedr-trebovan-item.yelloww {
  background-color: #FFBB33;
  color: #fff;
  border-radius: 0px 0px 10px 10px;
}

.vnedr-trebovan-item__number {
  font-size: 60px;
  font-weight: bold;
  color: black;
  position: relative;
  z-index: 1;
  margin-right: 50px;
}

.vnedr-trebovan-item__number-black {
  font-size: 60px;
  font-weight: bold;
  color: white;
  position: relative;
  z-index: 1;
  margin-right: 50px;
}

.vnedr-trebovan-item__number-text {
  position: relative;
  font-size: 70px;
}

.vnedr-trebovan-item__number-line {
  position: absolute;
  top: 50%;
  left: 0;
  width: 110%;
  height: auto;
  transform: translateY(-50%);
  z-index: 0;
  pointer-events: none;
}

.vnedr-trebovan-item__number-line-black {
  position: absolute;
  top: 70%;
  left: -10px;
  width: 120%;
  height: auto;
  transform: translateY(-50%);
  z-index: 0;
  pointer-events: none;
}

.vnedr-trebovan-item__icon {
  width: 50px;
  height: auto;
  margin-right: 15px;
  flex-shrink: 0;
}

.vnedr-trebovan-item__content-yellow p {
  font-size: 18px;
  line-height: 1.4;
  margin: 0;
}

.vnedr-trebovan-item.yellow .vnedr-trebovan-item__content p,
.vnedr-trebovan-item.yelloww .vnedr-trebovan-item__content p {
  color: black;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .vnedr-trebovan {
    margin-top: 15px;
  }

  .vnedr-trebovan h2 {
    font-size: 30px;
    margin-bottom: 45px;
  }

  .vnedr-trebovan-list {
    width: 80%;
    perspective: 700px;
  }

  .vnedr-trebovan-item {
    padding: 8px 15px;
  }

  .vnedr-trebovan-item__number,
  .vnedr-trebovan-item__number-black {
    font-size: 50px;
    margin-right: 25px;
  }

  .vnedr-trebovan-item__number-text {
    font-size: 60px;
  }

  .vnedr-trebovan-item__icon {
    width: 40px;
    margin-right: 12px;
  }

  .vnedr-trebovan-item__content-yellow p {
    font-size: 17px;
  }
}

@media (max-width: 768px) {
  .vnedr-trebovan {
    margin-top: 10px;
  }

  .vnedr-trebovan h2 {
    font-size: 26px;
    margin-bottom: 30px;
  }

  .vnedr-trebovan-list {
    width: 90%;
    perspective: 600px;
  }

  .vnedr-trebovan-item {
    padding: 6px 12px;
  }

  .vnedr-trebovan-item__number,
  .vnedr-trebovan-item__number-black {
    font-size: 45px;
    margin-right: 20px;
  }

  .vnedr-trebovan-item__number-text {
    font-size: 55px;
  }

  .vnedr-trebovan-item__icon {
    width: 35px;
    margin-right: 10px;
  }

  .vnedr-trebovan-item__content-yellow p {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .vnedr-trebovan {
    margin-top: 5px;
  }

  .vnedr-trebovan h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .vnedr-trebovan-list {
    width: 100%;
    perspective: 500px;
  }

  .vnedr-trebovan-item {
    padding: 4px 8px;
  }

  .vnedr-trebovan-item__number,
  .vnedr-trebovan-item__number-black {
    font-size: 40px;
    margin-right: 15px;
  }

  .vnedr-trebovan-item__number-text {
    font-size: 50px;
  }

  .vnedr-trebovan-item__icon {
    width: 30px;
    margin-right: 8px;
  }

  .vnedr-trebovan-item__content-yellow p {
    font-size: 15px;
  }
}

.vnedr-chena {
  margin-top: 90px;
}

.vnedr-chena h2 {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 60px;
}

.vnedr-chena-content {
  display: block;
}

.vnedr-chena-diagram {
  position: relative;
  width: 50%;
  text-align: center;
}

.vnedr-chena-diagram__image {
  max-width: 193%;
  height: auto;
  display: inline-block;
}

.vnedr-chena-descriptions {
  position: relative;
  width: 100%;
  margin-top: 50px;
}

.vnedr-chena-description {
  font-size: 20px;
  line-height: 1.4;
  position: absolute;
}

.vnedr-chena-description[data-number="01"] {
  top: -676px;
  left: 75%;
}

.vnedr-chena-description[data-number="02"] {
  top: -500px;
  left: 2%;
}

.vnedr-chena-description[data-number="03"] {
  top: -325px;
  left: 75%;
}

.vnedr-chena-description[data-number="04"] {
  top: -155px;
  left: 4%;
}

.vnedr-chena-list {
  margin-bottom: 30px;
  clear: both;
}

.vnedr-chena-list h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.vnedr-chena-list ul {
  list-style-type: disc;
  padding-left: 20px;
}

.vnedr-chena-list li {
  margin-bottom: 5px;
}

.vnedr-chena-bottom-text {
  font-style: italic;
  font-size: 17px;
  font-weight: 500;
  color: rgba(255, 168, 0, 1);
}

@media (max-width: 768px) {
  .vnedr-chena h2 {
    font-size: 28px; 
    text-align: center;
  }

  .vnedr-chena-content {
    display: block;
  }

  .vnedr-chena-diagram {
    width: 100%;
  }

  .vnedr-chena-diagram__image {
    max-width: 100%; 
  }

  .vnedr-chena-descriptions {
    position: static;
    margin-top: 20px;
    margin-bottom: 60px;
    border: 1px solid #ccc; 
    padding: 20px;  
  }

  .vnedr-chena-description {
    position: static;
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 20px;
  }

  .vnedr-chena-description:last-child{
    border-bottom: none;
    padding-bottom: 0;
  }

  .vnedr-chena-description[data-number="01"],
  .vnedr-chena-description[data-number="02"],
  .vnedr-chena-description[data-number="03"],
  .vnedr-chena-description[data-number="04"] {
    top: auto;
    left: auto;
  }

  .vnedr-chena-list h3 {
    text-align: center;
  }
}

@media (max-width: 480px) {
  .vnedr-chena h2 {
    font-size: 24px;
  }
  .vnedr-chena-list h3 {
    font-size: 18px;
  }
}

.dorabot-content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}

.dorabot-page-title {
  font-weight: 500;
  font-size: 36px;
  margin-bottom: 27px;
}

.dorabot-left-column {
  flex: 1;
  margin-right: 20px;
}

.dorabot-description-container {
  margin-bottom: 20px;
  margin-top: 20px;
}

.dorabot-description-services {
  font-size: 15px;
  margin-bottom: 10px;
  color: rgba(77, 77, 77, 1);
}

.dorabot-description-services--yellow {
  color: #ffbb33;
  font-style: italic;
  font-size: 18px;
  font-weight: 500;
}

.dorabot-description-services--list {
  list-style-type: none;
  padding-left: 0;
}

.dorabot-info-block-services {
  background: linear-gradient(to right, rgba(33, 36, 44, 1), rgba(35, 39, 49, 1), rgba(40, 49, 73, 1));
  border-radius: 30px;
  text-align: left;
  margin: 0 auto;
  width: 32%;
  position: relative;
  padding: 30px;
  overflow: hidden;
}

.dorabot-info-title {
  font-size: 26px;
  margin: 0 0 10px;
  color: #FFFFFF;
}

.dorabot-info-content {
  font-size: 15px;
  font-weight: 400;
  color: #FFFFFF;
  margin: 25px 0;
}

.dorabot-description-text {
  font-size: 16px;
  color: #000;
  line-height: 1.5;
  margin-bottom: 10px;
}

.dorabot-bold-text {
  font-weight: bold;
  font-size: 20px;
}

.dorabot-description-list {
  list-style-type: disc;
  padding-left: 20px;
  margin-top: 20px;
  font-size: 17px;
}

.dorabot-button {
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  padding: 10px 20px;
  font-size: 16px;
  color: #333;
  border-radius: 20px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

.dorabot-button:hover {
  background-color: #e0e0e0;
}

.dorabot-button-container-services {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
}

.dorabot-calculate-button-services {
  background: linear-gradient(to right, rgba(211, 139, 0, 1), rgba(255, 168, 0, 1), rgba(255, 183, 44, 1));
  color: black;
  border: 2px solid rgba(211, 139, 0, 1);
  border-radius: 35px;
  padding: 14px 20px;
  font-size: 16px;
  margin-bottom: 10px;
  width: 100%;
}

.dorabot-calculate-button-services:hover {
  background: transparent;
  color: #ffffff;
  border: 2px solid #FFFFFF;
}

.dorabot-consultation-button-services {
  background: transparent;
  color: white;
  border: 2px solid white;
  border-radius: 35px;
  padding: 14px 20px;
  font-size: 16px;
  width: 100%;
}

.dorabot-consultation-button-services:hover {
  background: linear-gradient(to right, rgba(211, 139, 0, 1), rgba(255, 168, 0, 1), rgba(255, 183, 44, 1));
  border: 2px solid rgba(211, 139, 0, 1);
  color: black;
}

.dorabot-image-container-services {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.dorabot-left-line-services {
  max-width: 23%;
  height: auto;
}

.dorabot-right-line-services {
  margin-top: -12px;
  max-width: 50%;
  height: auto;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .dorabot-page-title {
    font-size: 28px;
  }

  .dorabot-description-services--list {
    font-size: 16px;
  }

  .dorabot-info-block-services {
    width: 45%;
  }

  .dorabot-info-title {
    font-size: 24px;
  }

  .dorabot-info-content {
    font-size: 14px;
  }

  .dorabot-calculate-button-services,
  .dorabot-consultation-button-services {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .dorabot-page-title {
    font-size: 28px;
  }

  .dorabot-info-block-services {
    width: 50%;
    margin-bottom: 20px;
  }

  .dorabot-content-wrapper {
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
  }

  .dorabot-image-container-services {
  }

  .dorabot-left-column {
    margin-right: 0;
    margin-top: 20px;
  }

  .dorabot-description-services {
    font-size: 15px;
  }

  .dorabot-description-services--list {
    font-size: 15px;
  }

  .dorabot-left-line-services {
    max-width: 29%;
    height: auto;
  }

}

@media (max-width: 480px) {
  .dorabot-content-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .dorabot-left-column {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .dorabot-page-title {
    font-size: 24px;
  }

  .dorabot-info-block-services {
    width: 100%;
  }

  .dorabot-description-services {
    font-size: 15px;
  }

  .dorabot-description-services--list {
    font-size: 14px;
  }

  .dorabot-left-line-services {
    max-width: 29%;
    height: auto;
  }
}

.atSectionHoneyComb {
  margin-top: 20px;
}

.atSectionHoneyCombTitle {
  font-size: 36px;
  text-align: left;
  font-weight: 500;
  margin-bottom: 10px;
}

.atHoneyCombGrid {
  width: 100%;
  max-width: 1200px;
  margin: 20px auto;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}

.atHoneyCombItem {
  width: 200px;
  height: 115.47px;
  margin: 10px;
  text-align: center;
  color: #fff;
  margin-bottom: 160px;
}

.atHoneyComb-1 {
  position: relative;
  width: 120%;
  height: 143%;
  background-color: rgba(35, 39, 49, 1);
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease;
  margin-top: 52%;
  margin-left: 27px;
}

.atHoneyComb-1:hover {
  transform: scale(1.1);
}

.atHoneyComb-1 img {
  width: 50px;
  height: auto;
  margin-bottom: 10px;
}

.atHoneyComb-1 p {
  font-size: 14px;
  font-weight: 400;
}

.atHoneyComb-2 {
  position: relative;
  width: 120%;
  height: 143%;
  background-color: rgba(35, 39, 49, 1);
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease;
}

.atHoneyComb-2:hover {
  transform: scale(1.1);
}

.atHoneyComb-2 img {
  width: 50px;
  height: auto;
  margin-bottom: 10px;
}

.atHoneyComb-2 p {
  font-size: 14px;
  font-weight: 400;
}

.atHoneyComb-3 {
  position: relative;
  width: 120%;
  height: 143%;
  background-color: rgba(35, 39, 49, 1);
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease;
  margin-top: 52%;
  margin-left: -27px;
}

.atHoneyComb-3:hover {
  transform: scale(1.1);
}

.atHoneyComb-3 img {
  width: 50px;
  height: auto;
  margin-bottom: 10px;
}

.atHoneyComb-3 p {
  font-size: 14px;
  font-weight: 400;
}

.atHoneyComb-4 {
  position: relative;
  width: 120%;
  height: 143%;
  background-color: rgba(35, 39, 49, 1);
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease;
  margin-left: -55px;
}

.atHoneyComb-4:hover {
  transform: scale(1.1);
}

.atHoneyComb-4 img {
  width: 50px;
  height: auto;
  margin-bottom: 10px;
}

.atHoneyComb-4 p {
  font-size: 14px;
  font-weight: 400;
}

.atHoneyComb-5 {
  position: relative;
  width: 120%;
  height: 143%;
  background-color: rgba(35, 39, 49, 1);
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease;
  margin-top: 52%;
  margin-left: -82px;
}

.atHoneyComb-5:hover {
  transform: scale(1.1);
}

.atHoneyComb-5 img {
  width: 50px;
  height: auto;
  margin-bottom: 10px;
}

.atHoneyComb-5 p {
  font-size: 14px;
  font-weight: 400;
}

.atHoneyComb-6 {
  position: relative;
  width: 120%;
  height: 143%;
  background-color: rgba(35, 39, 49, 1);
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease;
  margin-left: -107px;
}

.atHoneyComb-6:hover {
  transform: scale(1.1);
}

.atHoneyComb-6 img {
  width: 50px;
  height: auto;
  margin-bottom: 10px;
}

.atHoneyComb-6 p {
  font-size: 14px;
  font-weight: 400;
}

.atHoneyComb-ye {
  background-color: rgba(255, 186, 51, 1);
  color: #000000;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .atSectionHoneyCombTitle {
    font-size: 32px;
  }
}

@media (max-width: 768px) {
  .atSectionHoneyCombTitle {
    font-size: 28px;
  }

  .atHoneyCombGrid {
    flex-wrap: wrap; 
    justify-content: center;
  }

  .atHoneyCombItem {
    width: 45%; 
    margin: 5px;
    margin-bottom: 20px;
  }

  .atHoneyComb-1,
  .atHoneyComb-2,
  .atHoneyComb-3,
  .atHoneyComb-4,
  .atHoneyComb-5,
  .atHoneyComb-6 {
    width: 100%;
    margin: 0; 
    margin-bottom: 20px;
    aspect-ratio: auto; 
  }

  .atHoneyComb-1:hover,
  .atHoneyComb-2:hover,
  .atHoneyComb-3:hover,
  .atHoneyComb-4:hover,
  .atHoneyComb-5:hover,
  .atHoneyComb-6:hover {
    transform: none;
  }
}

@media (max-width: 480px) {
  .atSectionHoneyCombTitle {
    font-size: 24px;
  }

  .atHoneyCombItem {
    width: 90%; 
  }
}

.vapoln-dorabot-1 {
  text-align: left;
}

.vapoln-dorabot-title {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 10px;
}

.vapoln-dorabot-subtitle {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.vapoln-dorabot-list {
  list-style-type: disc;
  padding-left: 20px;
}

.vapoln-dorabot-list li {
  margin-bottom: 5px;
}

@media (max-width: 768px) {
  .vapoln-dorabot-1 {
    text-align: left;
    margin-top: 50px;
  }

  .vapoln-dorabot-title {
    font-size: 28px; 
  }

  .vapoln-dorabot-subtitle {
    font-size: 16px;
  }

  .vapoln-dorabot-list {
    padding-left: 15px;  
  }

  .vapoln-dorabot-list li {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .vapoln-dorabot-1 {
    text-align: left;
    margin-top: 50px;
  }

  .vapoln-dorabot-title {
    font-size: 24px;
  }

  .vapoln-dorabot-subtitle {
    font-size: 15px;
  }

  .vapoln-dorabot-list li {
    font-size: 14px;
  }
}

.vapoln-dorabot {
  margin-top: 60px;
}

.vapoln-poch h2 {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 35px;
}

.vapoln-poch-flex {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  padding: 0 0 0 40px;
  flex-wrap: wrap;
  gap: 25px;
  max-width: 1055px;
}

.vapoln-poch-flex-inner {
  position: relative;
  padding: 15px 30px;
  width: 267px;
  background-color: #252B3B;
  color: white;
  border-radius: 15px;
  box-shadow: 0px 4px 4px 0px #00000040;
  transition: transform 0.3s ease;
}

.vapoln-poch-flex-inner:hover {
  transform: scale(1.05) rotate(2deg);
}

.vapoln-poch-flex-inner-1 {
  position: relative;
  padding: 10px 30px;
  height: 90px;
  width: 267px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #252B3B;
  border-radius: 15px;
  box-shadow: 0px 4px 4px 0px #00000040;
  transition: transform 0.3s ease;
}

.vapoln-poch-flex-inner-1:hover {
  transform: scale(1.05) rotate(2deg);
}

.vapoln-poch-flex-inner-1 h3 {
  position: absolute;
  color: #fff;
  font-size: 28px;
  background-color: #252B3B;
  font-weight: 300;
  top: 20px;
  left: -32px;
  padding: 7px 13px;
  border-radius: 15px;
  box-shadow: 0px 4px 4px 0px #00000040;
}

.vapoln-poch-flex-inner-1 h4 {
  max-width: 241px;
  font-size: 18px;
  font-weight: 350;
  color: #fff;
  text-align: center;
}

.vapoln-poch-flex-inner h3 {
  position: absolute;
  color: #fff;
  font-size: 28px;
  background-color: #252B3B;
  font-weight: 300;
  top: 7px;
  left: -32px;
  padding: 7px 13px;
  border-radius: 15px;
  box-shadow: 0px 4px 4px 0px #00000040;
}

.vapoln-poch-flex-inner h4 {
  max-width: 241px;
  font-size: 18px;
  font-weight: 350;
  text-align: center;
}

@media (max-width: 768px) {
  .vapoln-poch h2 {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 35px;
  }

  .vapoln-poch-flex-inner h4 {
    max-width: 241px;
    font-size: 16px;
    font-weight: 350;
    text-align: center;
  }

  .vapoln-poch-flex-inner h3 {
    position: absolute;
    color: #fff;
    font-size: 24px;
    background-color: #252B3B;
    font-weight: 300;
    top: 13px;
    left: -32px;
    padding: 7px 13px;
    border-radius: 15px;
    box-shadow: 0px 4px 4px 0px #00000040;
  }

  .vapoln-poch-flex-inner-1 h4 {
    max-width: 241px;
    font-size: 16px;
    font-weight: 350;
    text-align: center;
  }

  .vapoln-poch-flex-inner-1 h3 {
    position: absolute;
    color: #fff;
    font-size: 24px;
    background-color: #252B3B;
    font-weight: 300;
    top: 22px;
    left: -32px;
    padding: 7px 13px;
    border-radius: 15px;
    box-shadow: 0px 4px 4px 0px #00000040;
  }
}

@media (max-width: 480px) {
  .vapoln-poch h2 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 35px;
  }

  .vapoln-poch-flex-inner h4 {
    max-width: 241px;
    font-size: 16px;
    font-weight: 350;
    text-align: center;
  }

  .vapoln-poch-flex-inner h3 {
    position: absolute;
    color: #fff;
    font-size: 24px;
    background-color: #252B3B;
    font-weight: 300;
    top: 13px;
    left: -32px;
    padding: 7px 13px;
    border-radius: 15px;
    box-shadow: 0px 4px 4px 0px #00000040;
  }

  .vapoln-poch-flex-inner-1 h4 {
    max-width: 241px;
    font-size: 16px;
    font-weight: 350;
    text-align: center;
  }

  .vapoln-poch-flex-inner-1 h3 {
    position: absolute;
    color: #fff;
    font-size: 24px;
    background-color: #252B3B;
    font-weight: 300;
    top: 22px;
    left: -32px;
    padding: 7px 13px;
    border-radius: 15px;
    box-shadow: 0px 4px 4px 0px #00000040;
  }
}

.dorabot-price-table {
  width: 100%;
  min-width: 800px;
}

.dorabot-tarif {
  margin-top: 60px;
}

.dorabot-obslu-page-table {
  font-weight: 600;
  font-size: 36px;
  margin-bottom: 45px;
}

.dorabot-price-table__header,
.dorabot-price-table__body {
  display: block;
}

.dorabot-price-table__row_header {
  display: flex;
  width: 100%;
  background-color: white;
  background-image: linear-gradient(to right, rgba(242, 242, 242, 0.2) 0%, #d0d0d0 50%, rgba(242, 242, 242, 0.2) 100%);
}

.dorabot-price-table__row {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #000000;
  background-color: white;
}

.dorabot-price-table__row:nth-child(odd) {
  background-image: linear-gradient(to right, rgba(242, 242, 242, 0.2) 0%, #d0d0d0 50%, rgba(242, 242, 242, 0.2) 100%);
}

.dorabot-price-table__row_header:last-child {
  border-bottom: 1px solid #000000;
}

.dorabot-price-table__header-cell,
.dorabot-price-table__cell {
  flex: 1;
  font-size: 20px;
  padding: 8px;
  text-align: center;
  border-left: 1px solid #000000;
  white-space: nowrap;
  overflow: hidden;
  flex-shrink: 0;
}

.dorabot-price-table__row_header>div:first-child {
  border-left: none;
}

.dorabot-price-table__row>div:first-child {
  border-left: none;
  text-align: left;
  padding-right: 450px;
}

.dorabot-price-table__header-cell {
  background-color: transparent;
  text-align: center;
  font-weight: bold;
  font-size: 23px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.dorabot-price-table__button {
  background-color: #FFBB33;
  color: black;
  padding: 5px 20px;
  border: 1px solid black;
  border-radius: 30px;
  cursor: pointer;
  font-size: 16px;
  width: 35%;
  box-sizing: border-box;
  transition: background-color 0.3s ease;
}

.dorabot-price-table__button:hover {
  background-color: white;
}

.dorabot-price-table__deleted-price {
  display: block;
  color: black;
  text-decoration: none;
  position: relative;
  margin-top: 10px;
  font-size: 17px;
}

.dorabot-price-table__deleted-price::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 140px;
  width: 25%;
  height: 2px;
  background-color: red;
}

.dorabot-price-table__cell>ul {
  text-align: left;
  padding-left: 20px;
  list-style-type: disc;
}

.dorabot-price-table__cell>ul {
  margin: 0;
}

.dorabot-price-table__cell>ul>li {
  margin-bottom: 20px;
}

.vapoln-tarif-subtitle {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 35px;
}

.vapoln-tarif-list {
  list-style-type: disc;
  padding-left: 20px;
}

.vapoln-tarif-list li {
  margin-bottom: 5px;
}

@media (max-width: 768px) {
  .dorabot-obslu-page-table {
    font-size: 30px;
  }

  .dorabot-price-table__header-cell {
    font-size: 20px;
    padding: 12px 0;
  }

  .dorabot-price-table__cell {
    font-size: 16px;
    padding: 6px;
  }

  .dorabot-price-table__row>div:first-child {
    padding-right: 20px;
  }

  .dorabot-price-table__button {
    font-size: 14px;
    padding: 4px 16px;
    width: 50%;
  }

  .dorabot-price-table__deleted-price {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .dorabot-obslu-page-table {
    font-size: 24px;
  }

  .dorabot-price-table__header-cell {
    font-size: 18px;
    padding: 10px 0;
  }

  .dorabot-price-table__cell {
    font-size: 14px;
    padding: 4px;
  }

  .dorabot-price-table__row>div:first-child {
    padding-right: 10px;
  }

  .dorabot-price-table__button {
    font-size: 12px;
    padding: 3px 12px;
    width: 40%;
  }

  .dorabot-price-table__deleted-price {
    font-size: 14px;
  }
}

.dorabot-ochenka {
  margin-top: 60px;
}

.dorabot-ochenka-title {
  font-size: 18px;
  margin-bottom: 15px;
  border-top: 1px solid #000000;
  padding-top: 15px;
}

.dorabot-ochenka-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.dorabot-ochenka-th,
.dorabot-ochenka-td {
  border: none;
  padding: 8px 10px;
  text-align: left;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
}

.dorabot-ochenka-td-itogo {
  border: none;
  padding: 8px 10px;
  text-align: end;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
}

.dorabot-ochenka-td-chislo {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  border-bottom: 1px solid #000000;
}

.dorabot-ochenka-th {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  border-bottom: 1px solid #000000;
  border-top: 1px solid #000000;
  background-image: linear-gradient(to right, rgba(242, 242, 242, 0.2) 0%, #d0d0d0 50%, rgba(242, 242, 242, 0.2) 100%);
}

.dorabot-ochenka-tr:nth-child(even) {
  background-image: linear-gradient(to right, rgba(242, 242, 242, 0.2) 0%, #d0d0d0 50%, rgba(242, 242, 242, 0.2) 100%);
}


.dorabot-ochenka-table-total td {
  font-weight: bold;
  background-image: none;
}

.dorabot-ochenka-description {
  font-size: 16px;
  font-style: italic;
  font-weight: bold;
  color: #ffbb33;
}

.dorabot-ochenka-th:first-child,
.dorabot-ochenka-td:first-child {
  border-left: none;
}

.dorabot-ochenka-th:last-child,
.dorabot-ochenka-td:last-child {
  border-right: none;
  text-align: center;
  font-size: 18px;
}

.integracia-content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}

.integracia-page-title {
  font-weight: 500;
  font-size: 36px;
  margin-bottom: 27px;
}

.integracia-left-column {
  flex: 1;
  margin-right: 20px;
}

.integracia-description-container {
  margin-bottom: 20px;
  margin-top: 20px;
}

.integracia-description-services {
  font-size: 15px;
  margin-bottom: 10px;
  color: rgba(77, 77, 77, 1);
}

.integracia-description-services--yellow {
  color: #ffbb33;
  font-style: italic;
  font-size: 18px;
  font-weight: 500;
}

.integracia-description-services--list {
  list-style-type: none;
  padding-left: 0;
}

.integracia-info-block-services {
  background: linear-gradient(to right, rgba(33, 36, 44, 1), rgba(35, 39, 49, 1), rgba(40, 49, 73, 1));
  border-radius: 30px;
  text-align: left;
  margin: 0 auto;
  width: 32%;
  position: relative;
  padding: 30px;
  overflow: hidden;
}

.integracia-info-title {
  font-size: 26px;
  margin: 0 0 10px;
  color: #FFFFFF;
}

.integracia-info-content {
  font-size: 15px;
  font-weight: 400;
  color: #FFFFFF;
  margin: 25px 0;
}

.integracia-description-text {
  font-size: 16px;
  color: #000;
  line-height: 1.5;
  margin-bottom: 25px;
}

.integracia-bold-text {
  font-weight: bold;
  font-size: 20px;
}

.integracia-description-list {
  list-style-type: disc;
  padding-left: 20px;
  margin-top: 20px;
  font-size: 17px;
}

.integracia-button {
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  padding: 10px 20px;
  font-size: 16px;
  color: #333;
  border-radius: 20px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

.integracia-button:hover {
  background-color: #e0e0e0;
}

.integracia-button-container-services {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
}

.integracia-calculate-button-services {
  background: linear-gradient(to right, rgba(211, 139, 0, 1), rgba(255, 168, 0, 1), rgba(255, 183, 44, 1));
  color: black;
  border: 2px solid rgba(211, 139, 0, 1);
  border-radius: 35px;
  padding: 14px 20px;
  font-size: 16px;
  margin-bottom: 10px;
  width: 100%;
}

.integracia-calculate-button-services:hover {
  background: transparent;
  color: #ffffff;
  border: 2px solid #FFFFFF;
}

.integracia-consultation-button-services {
  background: transparent;
  color: white;
  border: 2px solid white;
  border-radius: 35px;
  padding: 14px 20px;
  font-size: 16px;
  width: 100%;
}

.integracia-consultation-button-services:hover {
  background: linear-gradient(to right, rgba(211, 139, 0, 1), rgba(255, 168, 0, 1), rgba(255, 183, 44, 1));
  border: 2px solid rgba(211, 139, 0, 1);
  color: black;
}

.integracia-image-container-services {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.integracia-left-line-services {
  max-width: 23%;
  height: auto;
}

.integracia-right-line-services {
  margin-top: -12px;
  max-width: 50%;
  height: auto;
}

@media (min-width: 769px) and (max-width: 1024px) {
  .integracia-page-title {
    font-size: 28px;
  }

  .integracia-description-services--list {
    font-size: 16px;
  }

  .integracia-info-block-services {
    width: 45%;
  }

  .integracia-info-title {
    font-size: 24px;
  }

  .integracia-info-content {
    font-size: 14px;
  }

  .integracia-calculate-button-services,
  .integracia-consultation-button-services {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .integracia-page-title {
    font-size: 28px;
    text-align: center;
  }

  .integracia-left-column {
    margin-right: 0;
  }

  .integracia-content-wrapper {
    flex-direction: column; 
  }

  .integracia-image-container-services {
  }

  .integracia-info-block-services {
    width: 100%; 
    margin-bottom: 20px;
  }

  .integracia-left-line-services {
    max-width: 29%;
    height: auto;
  }
}

@media (max-width: 480px) {
  .integracia-page-title {
    font-size: 24px; 
  }

  .integracia-description-text,
  .integracia-description-services,
  .integracia-description-services--yellow {
    font-size: 14px;
  }

  .integracia-info-title {
    font-size: 24px;
  }

  .integracia-left-line-services {
    max-width: 29%;
    height: auto;
  }
}

.integracia-vapoln {
  margin-top: 60px;
}

.integracia-vapoln-poch {
  margin-bottom: 50px;
}

.integracia-vapoln-poch h2 {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 35px;
}

.integracia-vapoln-poch-flex {
  margin-top: 50px;
  display: flex;
  justify-content: space-around;
  padding: 0 0 0 40px;
  flex-wrap: wrap;
  gap: 25px;
  max-width: 1055px;
}

.integracia-vapoln-poch-flex-inner {
  position: relative;
  padding: 15px 30px;
  width: 295px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 186, 51, 1);
  color: black;
  border-radius: 15px;
  box-shadow: 0px 4px 4px 0px #00000040;
  transition: transform 0.3s ease;
}

.integracia-vapoln-poch-flex-inner:hover {
  transform: scale(1.05) rotate(2deg);
}

.integracia-vapoln-poch-flex-inner-1 {
  position: relative;
  padding: 5px 30px;
  width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 186, 51, 1);
  border-radius: 15px;
  box-shadow: 0px 4px 4px 0px #00000040;
  transition: transform 0.3s ease;
}

.integracia-vapoln-poch-flex-inner-1:hover {
  transform: scale(1.05) rotate(2deg);
}

.integracia-vapoln-poch-flex-inner-1 h3 {
  position: absolute;
  color: #fff;
  font-size: 28px;
  background-color: rgba(255, 186, 51, 1);
  font-weight: 300;
  top: 30px;
  left: -32px;
  padding: 7px 13px;
  border-radius: 15px;
  box-shadow: 0px 4px 4px 0px #00000040;
}

.integracia-vapoln-poch-flex-inner-1 h4 {
  max-width: 241px;
  font-size: 18px;
  font-weight: 350;
  color: black;
  text-align: center;
}

.integracia-vapoln-poch-flex-inner h3 {
  position: absolute;
  color: #fff;
  font-size: 28px;
  background-color: rgba(255, 186, 51, 1);
  font-weight: 300;
  top: 15px;
  left: -32px;
  padding: 7px 13px;
  border-radius: 15px;
  box-shadow: 0px 4px 4px 0px #00000040;
}

.integracia-vapoln-poch-flex-inner h4 {
  max-width: 241px;
  font-size: 18px;
  font-weight: 350;
  text-align: center;
}

.integracia-vapoln-dorabot-subtitle {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.integracia-vapoln-dorabot-list {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 50px;
}

.integracia-vapoln-dorabot-list li {
  margin-bottom: 5px;
}

.integracia-vapoln-dorabot-subtitle-1 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.integracia-vapoln-dorabot-list-1 {
  list-style-type: disc;
  padding-left: 20px;
}

.integracia-vapoln-dorabot-list-1 li {
  margin-bottom: 5px;
}

@media (max-width: 768px) {
  .integracia-vapoln-poch h2 {
    font-size: 28px; 
    text-align: center;
  }

  .integracia-vapoln-poch-flex {
    flex-direction: column;  
    align-items: center;   
    padding: 0;
  }

  .integracia-vapoln-poch-flex-inner,
  .integracia-vapoln-poch-flex-inner-1 {
    width: 80%;   
    margin-bottom: 20px;   
    box-sizing: border-box;
  }

  .integracia-vapoln-poch-flex-inner:hover,
  .integracia-vapoln-poch-flex-inner-1:hover {
    transform: none;
    box-shadow: none;
  }

  .integracia-vapoln-poch-flex-inner h3,
  .integracia-vapoln-poch-flex-inner-1 h3 {
    position: static; 
    text-align: center;
    box-shadow: none;
  }

  .integracia-vapoln-poch-flex-inner h4,
  .integracia-vapoln-poch-flex-inner-1 h4 {
    font-size: 16px;   
    max-width: 100%;
  }

  .integracia-vapoln-dorabot-list {
    margin-bottom: 25px;
  }
}

@media (max-width: 480px) {
  .integracia-vapoln-poch h2 {
    font-size: 24px; 
  }

  .integracia-vapoln-poch-flex-inner h4,
  .integracia-vapoln-poch-flex-inner-1 h4 {
    font-size: 15px;
  }
}

.integracia-process {
  margin-top: 60px;
}

.integracia-process-poch h2 {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 35px;
}

.integracia-process-poch-flex {
  margin-top: 50px;
  display: flex;
  justify-content: space-around;
  padding: 0 0 0 40px;
  flex-wrap: wrap;
  gap: 25px;
  max-width: 1055px;
}

.integracia-process-poch-flex-inner {
  position: relative;
  padding: 15px 30px;
  width: 267px;
  background-color: #252B3B;
  color: white;
  border-radius: 15px;
  box-shadow: 0px 4px 4px 0px #00000040;
  transition: transform 0.3s ease;
}

.integracia-process-poch-flex-inner:hover {
  transform: scale(1.05) rotate(2deg);
}

.integracia-process-poch-flex-inner-1 {
  position: relative;
  padding: 10px 30px;
  height: 90px;
  width: 267px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #252B3B;
  border-radius: 15px;
  box-shadow: 0px 4px 4px 0px #00000040;
  transition: transform 0.3s ease;
}

.integracia-process-poch-flex-inner-1:hover {
  transform: scale(1.05) rotate(2deg);
}

.integracia-process-poch-flex-inner-1 h3 {
  position: absolute;
  color: #fff;
  font-size: 28px;
  background-color: #252B3B;
  font-weight: 300;
  top: 20px;
  left: -32px;
  padding: 7px 13px;
  border-radius: 15px;
  box-shadow: 0px 4px 4px 0px #00000040;
}

.integracia-process-poch-flex-inner-1 h4 {
  max-width: 241px;
  font-size: 18px;
  font-weight: 350;
  color: #fff;
  text-align: center;
}

.integracia-process-poch-flex-inner h3 {
  position: absolute;
  color: #fff;
  font-size: 28px;
  background-color: #252B3B;
  font-weight: 300;
  top: 15px;
  left: -32px;
  padding: 7px 13px;
  border-radius: 15px;
  box-shadow: 0px 4px 4px 0px #00000040;
}

.integracia-process-poch-flex-inner h4 {
  max-width: 241px;
  font-size: 18px;
  font-weight: 350;
  text-align: center;
}

@media (max-width: 768px) {
  .integracia-process-poch h2 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 35px;
  }
}

@media (max-width: 480px) {
 .integracia-process-poch h2 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 35px;
  }
}

.integracia-price-table {
  width: 100%;
  min-width: 800px;
}

.integracia-tarif {
  margin-top: 90px;
}

.integracia-obslu-page-table {
  font-weight: 600;
  font-size: 36px;
  margin-bottom: 45px;
}

.integracia-price-table__header,
.integracia-price-table__body {
  display: block;
}

.integracia-price-table__row_header {
  display: flex;
  width: 100%;
  background-color: white;
  background-image: linear-gradient(to right, rgba(242, 242, 242, 0.2) 0%, #d0d0d0 50%, rgba(242, 242, 242, 0.2) 100%);
}

.integracia-price-table__row {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #000000;
  background-color: white;
}

.integracia-price-table__row:nth-child(odd) {
  background-image: linear-gradient(to right, rgba(242, 242, 242, 0.2) 0%, #d0d0d0 50%, rgba(242, 242, 242, 0.2) 100%);
}

.integracia-price-table__row_header:last-child {
  border-bottom: 1px solid #000000;
}

.integracia-price-table__header-cell,
.integracia-price-table__cell {
  flex: 1;
  font-size: 20px;
  padding: 8px;
  text-align: center;
  border-left: 1px solid #000000;
  white-space: nowrap;
  overflow: hidden;
  flex-shrink: 0;
}

.integracia-price-table__row_header>div:first-child {
  border-left: none;
}

.integracia-price-table__row>div:first-child {
  border-left: none;
  text-align: left;
  padding-right: 450px;
}

.integracia-price-table__header-cell {
  background-color: transparent;
  text-align: center;
  font-weight: bold;
  font-size: 23px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.integracia-price-table__button {
  background-color: #FFBB33;
  color: black;
  padding: 3px 20px;
  border: 0px solid black;
  border-radius: 30px;
  cursor: pointer;
  font-size: 16px;
  width: 40%;
  box-sizing: border-box;
  transition: background-color 0.3s ease;
}

.integracia-price-table__button:hover {
  background-color: white;
}

.integracia-price-table__deleted-price {
  display: block;
  color: black;
  text-decoration: none;
  position: relative;
  margin-top: 10px;
  font-size: 17px;
}

.integracia-price-table__deleted-price::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 140px;
  width: 25%;
  height: 2px;
  background-color: red;
}

.integracia-price-table__cell>ul {
  text-align: left;
  padding-left: 20px;
  list-style-type: disc;
}

.integracia-price-table__cell>ul {
  margin: 0;
}

.integracia-price-table__cell>ul>li {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .integracia-obslu-page-table {
    font-size: 30px;
  }

  .integracia-price-table__header-cell {
    font-size: 20px;
    padding: 12px 0;
  }

  .integracia-price-table__cell {
    font-size: 16px;
    padding: 6px;
  }

  .integracia-price-table__row>div:first-child {
    padding-right: 20px; 
  }

  .integracia-price-table__button {
    font-size: 14px;
    padding: 4px 16px;
    width: 50%;
  }

  .integracia-price-table__deleted-price {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .integracia-obslu-page-table {
    font-size: 24px;
  }

  .integracia-price-table__header-cell {
    font-size: 18px;
    padding: 10px 0;
  }

  .integracia-price-table__cell {
    font-size: 14px;
    padding: 4px;
  }

  .integracia-price-table__row>div:first-child {
    padding-right: 10px;
  }

  .integracia-price-table__button {
    font-size: 12px;
    padding: 3px 12px;
    width: 40%;
  }

  .integracia-price-table__deleted-price {
    font-size: 14px;
  }
}

.integracia-zhadach {
  margin-top: 60px;
}

.integracia-zhadach-title {
  font-size: 36px;
  text-align: left;
  font-weight: 500;
  margin-bottom: 10px;
}

.integracia-atHoneyCombGrid {
  width: 100%;
  max-width: 1200px;
  margin: 20px auto;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}

.integracia-atHoneyCombItem {
  width: 200px;
  height: 115.47px;
  margin: 10px;
  text-align: center;
  color: #fff;
  margin-bottom: 160px;
}

.integracia-atHoneyComb-1, .integracia-atHoneyComb-2,
.integracia-atHoneyComb-3, .integracia-atHoneyComb-4,
.integracia-atHoneyComb-5, .integracia-atHoneyComb-6 {
    position: relative;
    width: 120%;
    height: 143%;
    background-color: rgba(35, 39, 49, 1);
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    transition: transform 0.3s ease;
    text-align: center;
}

.integracia-atHoneyComb-1 {
    margin-top: 52%;
    margin-left: 27px;
}

.integracia-atHoneyComb-3 {
    margin-top: 52%;
    margin-left: -27px;
}

.integracia-atHoneyComb-4 {
    margin-left: -55px;
}

.integracia-atHoneyComb-5 {
    margin-top: 52%;
    margin-left: -82px;
}

.integracia-atHoneyComb-6 {
    margin-left: -107px;
}

.integracia-atHoneyComb-1 h3,
.integracia-atHoneyComb-2 h3,
.integracia-atHoneyComb-3 h3,
.integracia-atHoneyComb-4 h3,
.integracia-atHoneyComb-5 h3,
.integracia-atHoneyComb-6 h3 {
    font-size: 35px;
    font-weight: 600;
    position: absolute;
    top: 0;          
    left: 50%;          
    transform: translateX(-50%); 
    margin: 0;           
    width: 100%;
    color: white;     
}

.integracia-atHoneyComb-1 p,
.integracia-atHoneyComb-2 p,
.integracia-atHoneyComb-4 p,
.integracia-atHoneyComb-5 p,
.integracia-atHoneyComb-6 p {
    font-size: 14px;
    font-weight: 400;
    position: absolute;
    top: 50%;              
    left: 50%;            
    transform: translate(-50%, -50%); 
    margin: 0;           
    width: 100%;
}

.integracia-atHoneyComb-3 p {
    position: absolute;
    bottom: 0;             
    left: 50%;           
    transform: translateX(-50%);
    margin: 0;            
    width: 100%;
    top: auto;             
    font-size: 15px;      
}

.integracia-atHoneyComb-1:hover,
.integracia-atHoneyComb-2:hover,
.integracia-atHoneyComb-3:hover,
.integracia-atHoneyComb-4:hover,
.integracia-atHoneyComb-5:hover,
.integracia-atHoneyComb-6:hover {
    transform: scale(1.1);
}

.integracia-atHoneyComb-ye {
  background-color: rgba(255, 186, 51, 1);
  color: #000000;
}

.integracia-zhadach-dorabot-subtitle {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

.integracia-zhadach-dorabot-list {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 50px;
}

.integracia-zhadach-dorabot-list li {
  margin-bottom: 5px;
}

@media (max-width: 768px) {
  .integracia-zhadach-title {
    font-size: 28px;
    text-align: center;
    margin-bottom: -35px;
  }

  .integracia-atHoneyCombGrid {
    flex-direction: column;
    align-items: center;
    margin-bottom: 70px;
  }

  .integracia-atHoneyCombItem {
    width: 80%;
    margin: 40px 0;
    margin-bottom: 0;
  }

  .integracia-atHoneyComb-1,
  .integracia-atHoneyComb-2,
  .integracia-atHoneyComb-3,
  .integracia-atHoneyComb-4,
  .integracia-atHoneyComb-5,
  .integracia-atHoneyComb-6 {
    margin-top: 0;
    margin-left: 0;
    width: 100%;
    height: 150%;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    aspect-ratio: 1 / 0.57735;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
  }
  .integracia-atHoneyComb-1:hover,
  .integracia-atHoneyComb-2:hover,
  .integracia-atHoneyComb-3:hover,
  .integracia-atHoneyComb-4:hover,
  .integracia-atHoneyComb-5:hover,
  .integracia-atHoneyComb-6:hover {
    transform: none;
  }

  .integracia-atHoneyComb-1 h3,
  .integracia-atHoneyComb-2 h3,
  .integracia-atHoneyComb-3 h3,
  .integracia-atHoneyComb-4 h3,
  .integracia-atHoneyComb-5 h3,
  .integracia-atHoneyComb-6 h3 {
    position: static;
    font-size: 24px;
    transform: none;
    top: auto;
    left: auto;
  }

  .integracia-atHoneyComb-1 p,
  .integracia-atHoneyComb-2 p,
  .integracia-atHoneyComb-3 p,
  .integracia-atHoneyComb-4 p,
  .integracia-atHoneyComb-5 p,
  .integracia-atHoneyComb-6 p {
    position: static;
    transform: none;
    top: auto;
    left: auto;
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .integracia-zhadach-title {
    font-size: 24px;
  }

  .integracia-atHoneyCombItem {
    width: 95%;
  }

  .integracia-atHoneyComb-1 h3,
  .integracia-atHoneyComb-2 h3,
  .integracia-atHoneyComb-3 h3,
  .integracia-atHoneyComb-4 h3,
  .integracia-atHoneyComb-5 h3,
  .integracia-atHoneyComb-6 h3 {
    font-size: 22px;
  }

  .integracia-atHoneyComb-1 p,
  .integracia-atHoneyComb-2 p,
  .integracia-atHoneyComb-3 p,
  .integracia-atHoneyComb-4 p,
  .integracia-atHoneyComb-5 p,
  .integracia-atHoneyComb-6 p {
    font-size: 15px;
  }
}

.perenos-content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}

.perenos-page-title {
  font-weight: 500;
  font-size: 36px;
  margin-bottom: 3px;
}

.perenos-page-title-2 {
  font-weight: 300;
  font-size: 20px;
  margin-bottom: 25px;
}

.perenos-left-column {
  flex: 1;
  margin-right: 20px;
}

.perenos-description-container {
  margin-bottom: 20px;
  margin-top: 20px;
}

.perenos-description-services {
  font-size: 15px;
  margin-bottom: 10px;
  color: rgba(77, 77, 77, 1);
}

.perenos-description-services--yellow {
  color: #ffbb33;
  font-style: italic;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 40px;
}

.perenos-description-services--list {
  list-style-type: none;
  padding-left: 0;
}

.perenos-info-block-services {
  background: linear-gradient(to right, rgba(33, 36, 44, 1), rgba(35, 39, 49, 1), rgba(40, 49, 73, 1));
  border-radius: 30px;
  text-align: left;
  margin: 0 auto;
  width: 32%;
  position: relative;
  padding: 30px;
  overflow: hidden;
}

.perenos-info-title {
  font-size: 26px;
  margin: 0 0 10px;
  color: #FFFFFF;
}

.perenos-info-content {
  font-size: 15px;
  font-weight: 400;
  color: #FFFFFF;
  margin: 25px 0;
}

.perenos-description-text {
  font-size: 16px;
  color: #000;
  line-height: 1.5;
  margin-bottom: 25px;
}

.perenos-bold-text {
  font-weight: bold;
  font-size: 20px;
}

.perenos-description-list {
  list-style-type: disc;
  padding-left: 20px;
  margin-top: 20px;
  font-size: 17px;
}

.perenos-button {
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  padding: 10px 20px;
  font-size: 16px;
  color: #333;
  border-radius: 20px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

.perenos-button:hover {
  background-color: #e0e0e0;
}

.perenos-button-container-services {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
}

.perenos-calculate-button-services {
  background: linear-gradient(to right, rgba(211, 139, 0, 1), rgba(255, 168, 0, 1), rgba(255, 183, 44, 1));
  color: black;
  border: 2px solid rgba(211, 139, 0, 1);
  border-radius: 35px;
  padding: 14px 20px;
  font-size: 16px;
  margin-bottom: 10px;
  width: 100%;
}

.perenos-calculate-button-services:hover {
  background: transparent;
  color: #ffffff;
  border: 2px solid #FFFFFF;
}

.perenos-consultation-button-services {
  background: transparent;
  color: white;
  border: 2px solid white;
  border-radius: 35px;
  padding: 14px 20px;
  font-size: 16px;
  width: 100%;
}

.perenos-consultation-button-services:hover {
  background: linear-gradient(to right, rgba(211, 139, 0, 1), rgba(255, 168, 0, 1), rgba(255, 183, 44, 1));
  border: 2px solid rgba(211, 139, 0, 1);
  color: black;
}

.perenos-image-container-services {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.perenos-left-line-services {
  max-width: 23%;
  height: auto;
}

.perenos-right-line-services {
  margin-top: -12px;
  max-width: 50%;
  height: auto;
}

@media (min-width: 769px) and (max-width: 1024px) {
  .perenos-page-title {
    font-size: 28px;
  }
  .perenos-page-title-2 {
    font-size: 18px;
  }
  .perenos-description-services--list {
    font-size: 16px;
  }

  .perenos-info-block-services {
    width: 45%;
  }

  .perenos-info-title {
    font-size: 24px;
  }

  .perenos-info-content {
    font-size: 14px;
  }

  .perenos-calculate-button-services,
  .perenos-consultation-button-services {
    font-size: 15px;
  }

  .perenos-left-line-services {
    max-width: 29%;
    height: auto;
  }
}

@media (max-width: 768px) {
  .perenos-content-wrapper {
    flex-direction: column;
  }

  .perenos-image-container-services {
  }

  .perenos-left-column {
    margin-right: 0;
  }

  .perenos-page-title {
    font-size: 28px; 
  }

  .perenos-page-title-2 {
    font-size: 18px; 
    text-align: center; 
  }

  .perenos-info-block-services {
    width: 100%; 
  }

  .perenos-left-line-services {
    max-width: 29%;
    height: auto;
  }
}

@media (max-width: 480px) {
  .perenos-page-title {
    font-size: 24px; 
  }

  .perenos-page-title-2 {
    font-size: 16px; 
  }

  .perenos-info-title {
    font-size: 24px;
  }
}

.perenos-process {
  margin-top: 60px;
}

.perenos-process-poch h2 {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 35px;
}

.perenos-process-poch-flex {
  margin-top: 50px;
  display: flex;
  justify-content: space-around;
  padding: 0 0 0 40px;
  flex-wrap: wrap;
  gap: 25px;
  max-width: 1055px;
}

.perenos-process-poch-flex-inner {
  position: relative;
  padding: 10px 25px;
  width: 295px;
  background-color: #252B3B;
  color: white;
  border-radius: 15px;
  box-shadow: 0px 4px 4px 0px #00000040;
  transition: transform 0.3s ease;
}

.perenos-process-poch-flex-inner:hover {
  transform: scale(1.05) rotate(2deg);
}

.perenos-process-poch-flex-inner-1 {
  position: relative;
  padding: 10px 30px;
  width: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #252B3B;
  border-radius: 15px;
  box-shadow: 0px 4px 4px 0px #00000040;
  transition: transform 0.3s ease;
}

.perenos-process-poch-flex-inner-1:hover {
  transform: scale(1.05) rotate(2deg);
}

.perenos-process-poch-flex-inner-1 h3 {
  position: absolute;
  color: #fff;
  font-size: 28px;
  background-color: #252B3B;
  font-weight: 300;
  top: 20px;
  left: -32px;
  padding: 7px 13px;
  border-radius: 15px;
  box-shadow: 0px 4px 4px 0px #00000040;
}

.perenos-process-poch-flex-inner-1 h4 {
  max-width: 241px;
  font-size: 18px;
  font-weight: 350;
  color: #fff;
  text-align: center;
}

.perenos-process-poch-flex-inner h3 {
  position: absolute;
  color: #fff;
  font-size: 28px;
  background-color: #252B3B;
  font-weight: 300;
  top: 22px;
  left: -32px;
  padding: 7px 13px;
  border-radius: 15px;
  box-shadow: 0px 4px 4px 0px #00000040;
}

.perenos-process-poch-flex-inner h4 {
  max-width: 241px;
  font-size: 18px;
  font-weight: 350;
  text-align: center;
}

@media (max-width: 768px) {
  .perenos-process-poch h2 {
    font-size: 28px; 
    text-align: center;
  }

  .perenos-process-poch-flex {
    flex-direction: column;
    align-items: center;
    padding: 0; 
  }

  .perenos-process-poch-flex-inner,
  .perenos-process-poch-flex-inner-1 {
    width: 80%;
    display: block;
  }

  .perenos-process-poch-flex-inner:hover,
  .perenos-process-poch-flex-inner-1:hover {
    transform: none;
    box-shadow: none;
  }

  .perenos-process-poch-flex-inner h3,
  .perenos-process-poch-flex-inner-1 h3 {
    position: static;
    text-align: center;
    box-shadow: none;
  }

  .perenos-process-poch-flex-inner h4,
  .perenos-process-poch-flex-inner-1 h4 {
    font-size: 16px; 
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .perenos-process-poch h2 {
    font-size: 24px;  
  }

  .perenos-process-poch-flex-inner h4,
  .perenos-process-poch-flex-inner-1 h4 {
    font-size: 15px;
  }
}

.perenos-price-table {
  width: 100%;
  min-width: 800px;
}

.perenos-tarif {
  margin-top: 90px;
}

.perenos-obslu-page-table {
  font-weight: 500;
  font-size: 36px;
  margin-bottom: 45px;
}

.perenos-price-table__header,
.perenos-price-table__body {
  display: block;
}

.perenos-price-table__row_header {
  display: flex;
  width: 100%;
  background-color: white;
  background-image: linear-gradient(to right, rgba(242, 242, 242, 0.2) 0%, #d0d0d0 50%, rgba(242, 242, 242, 0.2) 100%);
}

.perenos-price-table__row {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #000000;
  background-color: white;
}

.perenos-price-table__row:nth-child(odd) {
  background-image: linear-gradient(to right, rgba(242, 242, 242, 0.2) 0%, #d0d0d0 50%, rgba(242, 242, 242, 0.2) 100%);
}

.perenos-price-table__row_header:last-child {
  border-bottom: 1px solid #000000;
}

.perenos-price-table__header-cell,
.perenos-price-table__cell {
  flex: 1;
  font-size: 20px;
  padding: 8px;
  text-align: center;
  border-left: 1px solid #000000;
  white-space: nowrap;
  overflow: hidden;
  flex-shrink: 0;
}

.perenos-price-table__row_header>div:first-child {
  border-left: none;
}

.perenos-price-table__row>div:first-child {
  border-left: none;
  text-align: left;
  padding-right: 450px;
}

.perenos-price-table__header-cell {
  background-color: transparent;
  text-align: center;
  font-weight: bold;
  font-size: 23px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.perenos-price-table__button {
  background-color: #FFBB33;
  color: black;
  padding: 3px 20px;
  border: 0px solid black;
  border-radius: 30px;
  cursor: pointer;
  font-size: 16px;
  width: 40%;
  box-sizing: border-box;
  transition: background-color 0.3s ease;
}

.perenos-price-table__button:hover {
  background-color: white;
}

.perenos-price-table__deleted-price {
  display: block;
  color: black;
  text-decoration: none;
  position: relative;
  margin-top: 10px;
  font-size: 17px;
}

.perenos-price-table__deleted-price::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 140px;
  width: 25%;
  height: 2px;
  background-color: red;
}

.perenos-price-table__cell>ul {
  text-align: left;
  padding-left: 20px;
  list-style-type: disc;
}

.perenos-price-table__cell>ul {
  margin: 0;
}

.perenos-price-table__cell>ul>li {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .perenos-obslu-page-table {
    font-size: 30px;
  }

  .perenos-price-table__header-cell {
    font-size: 20px;
    padding: 12px 0;
  }

  .perenos-price-table__cell {
    font-size: 16px;
    padding: 6px;
  }

  .perenos-price-table__row>div:first-child {
    padding-right: 20px;
  }

  .perenos-price-table__button {
    font-size: 14px;
    padding: 4px 16px;
    width: 50%;
  }

  .perenos-price-table__deleted-price {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .perenos-obslu-page-table {
    font-size: 24px;
  }

  .perenos-price-table__header-cell {
    font-size: 18px;
    padding: 10px 0;
  }

  .perenos-price-table__cell {
    font-size: 14px;
    padding: 4px;
  }

  .perenos-price-table__row>div:first-child {
    padding-right: 10px;
  }

  .perenos-price-table__button {
    font-size: 12px;
    padding: 3px 12px;
    width: 40%;
  }

  .perenos-price-table__deleted-price {
    font-size: 14px;
  }
}

.perenos-dorabot {
  margin-top: 60px;
}

.perenos-poch {
  margin-bottom: 55px;
}

.perenos-poch h2 {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 35px;
}

.perenos-poch-flex {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  padding: 0 0 0 40px;
  flex-wrap: wrap;
  gap: 25px;
  max-width: 1055px;
}

.perenos-poch-flex-inner {
  position: relative;
  padding: 10px 40px;
  width: 300px;
  background-color: rgba(255, 186, 51, 1);
  color: black;
  border-radius: 15px;
  box-shadow: 0px 4px 4px 0px #00000040;
  transition: transform 0.3s ease;
}

.perenos-poch-flex-inner:hover {
  transform: scale(1.05) rotate(2deg);
}

.perenos-poch-flex-inner-1 {
  position: relative;
  padding: 10px 40px;
  width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 186, 51, 1);
  border-radius: 15px;
  box-shadow: 0px 4px 4px 0px #00000040;
  transition: transform 0.3s ease;
}

.perenos-poch-flex-inner-1:hover {
  transform: scale(1.05) rotate(2deg);
}

.perenos-poch-flex-inner-1 h3 {
  position: absolute;
  color: #fff;
  font-size: 28px;
  background-color: rgba(255, 186, 51, 1);
  font-weight: 300;
  top: 20px;
  left: -32px;
  padding: 7px 13px;
  border-radius: 15px;
  box-shadow: 0px 4px 4px 0px #00000040;
}

.perenos-poch-flex-inner-1 h4 {
  max-width: 241px;
  font-size: 18px;
  font-weight: 350;
  color: black;
  text-align: center;
}

.perenos-poch-flex-inner h3 {
  position: absolute;
  color: #fff;
  font-size: 28px;
  background-color: rgba(255, 186, 51, 1);
  font-weight: 300;
  top: 20px;
  left: -32px;
  padding: 7px 13px;
  border-radius: 15px;
  box-shadow: 0px 4px 4px 0px #00000040;
}

.perenos-poch-flex-inner h4 {
  max-width: 241px;
  font-size: 18px;
  font-weight: 350;
  text-align: center;
}

.perenos-zhadach-dorabot-subtitle {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

.perenos-zhadach-dorabot-list {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 50px;
}

.perenos-zhadach-dorabot-list li {
  margin-bottom: 5px;
}

@media (max-width: 768px) {
  .perenos-poch h2 {
    font-size: 28px; 
    text-align: center;
  }

  .perenos-poch-flex {
    flex-direction: column; 
    align-items: center;
    padding: 0;
  }

  .perenos-poch-flex-inner,
  .perenos-poch-flex-inner-1 {
    width: 90%;
    box-sizing: border-box;
    display: block;
    height: 130px;
  }

  .perenos-poch-flex-inner:hover,
  .perenos-poch-flex-inner-1:hover {
    transform: none;
    box-shadow: none;
  }

  .perenos-poch-flex-inner h3,
  .perenos-poch-flex-inner-1 h3 {
    position: static;
    text-align: center;
    box-shadow: none;
  }
  
  .perenos-poch-flex-inner h4,
  .perenos-poch-flex-inner-1 h4 {
    font-size: 16px; 
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .perenos-poch h2 {
    font-size: 24px;
  }

  .perenos-poch-flex-inner h4,
  .perenos-poch-flex-inner-1 h4 {
    font-size: 15px;
  }
}

.perenos-perenosa {
  margin-top: 40px;
}

.perenos-perenosa-title {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 120px;
  line-height: 35px;
}

.perenos-process {
  position: relative;
  width: 100%;
  height: 300px;
}

.perenos-hexagon {
  position: absolute;
  width: 200px;
  height: 180px;
  background-color: #222;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  font-size: 12px;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.perenos-hexagon:hover {
  background-color: rgba(255, 186, 51, 1);
  color: black;
  transform: rotate(15deg);
}

.perenos-hexagon-2,
.perenos-hexagon-3,
.perenos-hexagon-6,
.perenos-hexagon-7 {
  background-color: rgba(255, 186, 51, 1);
  color: #000;
}

.perenos-hexagon-2:hover,
.perenos-hexagon-3:hover,
.perenos-hexagon-6:hover,
.perenos-hexagon-7:hover {
  background-color: #222;
  color: white;
}

.perenos-number {
  font-size: 30px;
  font-weight: bold;
}

.perenos-text {
  font-size: 16px;
  padding: 2px 30px 0px 30px;
}

.perenos-line {
  position: absolute;
  top: 50%;
  left: -35%;
  width: 170%;
  height: 2px;
  background-color: #000;
  transform: translateY(-50%);
  z-index: -1;
}

.perenos-circle {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #222;
  border-radius: 50%;
  z-index: 1;
  top: calc(49% - 7px);
}

.perenos-hexagon-1 {
  top: -18%;
  left: -32px;
}

.perenos-hexagon-2 {
  top: 57%;
  left: 12%;
}

.perenos-hexagon-3 {
  top: -18%;
  left: 319px;
}

.perenos-hexagon-4 {
  top: 57%;
  left: 42%;
}

.perenos-hexagon-5 {
  top: -18%;
  left: 669px;
}

.perenos-hexagon-6 {
  top: 57%;
  left: 72%;
}

.perenos-hexagon-7 {
  top: -18%;
  left: 87%;
}

.perenos-circle-1 {
  left: 5%;
}

.perenos-circle-2 {
  left: 20%;
  background-color: #ffbb33;
}

.perenos-circle-3 {
  left: 35%;
  background-color: #ffbb33;
}

.perenos-circle-4 {
  left: 50%;
}

.perenos-circle-5 {
  left: 65%;
}

.perenos-circle-6 {
  left: 80%;
  background-color: #ffbb33;
}

.perenos-circle-7 {
  left: 95%;
  background-color: #ffbb33;
}

@media (max-width: 768px) {
  .perenos-perenosa-title {
    font-size: 28px; 
    margin-bottom: 40px;
    text-align: center; 
  }

  .perenos-process {
    height: auto; 
    position: relative; 
  }

  .perenos-hexagon {
    position: relative;
    width: 80%;
    height: auto;
    margin: 10px auto;
    clip-path: none; 
    display: flex; 
    flex-direction: column; 
    justify-content: space-between;
    top: auto;
    left: auto;
    transform: none;  
    padding: 15px; 
    box-sizing: border-box; 
  }

  .perenos-hexagon:hover {
    transform: none;
    box-shadow: none;
  }

  .perenos-number {
    font-size: 24px; 
    align-self: flex-start; 
  }

  .perenos-text {
    font-size: 15px;
  }

  .perenos-line {
    display: none;
  }

  .perenos-circle {
    display: none; 
  }
}

@media (max-width: 480px) {
  .perenos-perenosa-title {
    font-size: 24px;
  }

 .perenos-hexagon {
    width: 90%;
  }
}

.ado-content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}

.ado-page-title {
  font-weight: 500;
  font-size: 36px;
  margin-bottom: 25px;
}

.ado-left-column {
  flex: 1;
  margin-right: 20px;
}

.ado-description-container {
  margin-bottom: 20px;
  margin-top: 20px;
}

.ado-description-services {
  font-size: 15px;
  margin-bottom: 10px;
  color: rgba(77, 77, 77, 1);
}

.ado-description-services--yellow {
  color: #ffbb33;
  font-style: italic;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 40px;
}

.ado-description-services--list {
  list-style-type: none;
  padding-left: 0;
}

.ado-info-block-services {
  background: linear-gradient(to right, rgba(33, 36, 44, 1), rgba(35, 39, 49, 1), rgba(40, 49, 73, 1));
  border-radius: 30px;
  text-align: left;
  margin: 0 auto;
  width: 32%;
  position: relative;
  padding: 30px;
  overflow: hidden;
}

.ado-info-title {
  font-size: 26px;
  margin: 0 0 10px;
  color: #FFFFFF;
}

.ado-info-content {
  font-size: 15px;
  font-weight: 400;
  color: #FFFFFF;
  margin: 25px 0;
}

.ado-description-text {
  font-size: 16px;
  color: #000;
  line-height: 1.5;
  margin-bottom: 25px;
}

.ado-bold-text {
  font-weight: bold;
  font-size: 20px;
}

.ado-description-list {
  list-style-type: disc;
  padding-left: 20px;
  margin-top: 20px;
  font-size: 17px;
}

.ado-button {
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  padding: 10px 20px;
  font-size: 16px;
  color: #333;
  border-radius: 20px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

.ado-button:hover {
  background-color: #e0e0e0;
}

.ado-button-container-services {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
}

.ado-calculate-button-services {
  background: linear-gradient(to right, rgba(211, 139, 0, 1), rgba(255, 168, 0, 1), rgba(255, 183, 44, 1));
  color: black;
  border: 2px solid rgba(211, 139, 0, 1);
  border-radius: 35px;
  padding: 14px 20px;
  font-size: 16px;
  margin-bottom: 10px;
  width: 100%;
}

.ado-calculate-button-services:hover {
  background: transparent;
  color: #ffffff;
  border: 2px solid #FFFFFF;
}

.ado-consultation-button-services {
  background: transparent;
  color: white;
  border: 2px solid white;
  border-radius: 35px;
  padding: 14px 20px;
  font-size: 16px;
  width: 100%;
}

.ado-consultation-button-services:hover {
  background: linear-gradient(to right, rgba(211, 139, 0, 1), rgba(255, 168, 0, 1), rgba(255, 183, 44, 1));
  border: 2px solid rgba(211, 139, 0, 1);
  color: black;
}

.ado-image-container-services {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.ado-left-line-services {
  max-width: 23%;
  height: auto;
}

.ado-right-line-services {
  margin-top: -12px;
  max-width: 50%;
  height: auto;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .ado-page-title {
    font-size: 28px;
  }

  .ado-description-services--list {
    font-size: 16px;
  }

  .ado-info-block-services {
    width: 45%;
  }

  .ado-info-title {
    font-size: 24px;
  }

  .ado-info-content {
    font-size: 14px;
  }

  .ado-calculate-button-services,
  .ado-consultation-button-services {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .ado-page-title {
    font-size: 28px;
    text-align: left;
  }

  .ado-left-column {
    margin-right: 0;
  }

  .ado-content-wrapper {
    flex-direction: column;
  }

  .ado-description-container {
    margin-top: 0;
  }

  .ado-info-block-services {
    width: 80%;
    margin-bottom: 20px;
  }

  .ado-image-container-services {
  }

  .ado-left-line-services {
    max-width: 29%;
    height: auto;
  }
}

@media (max-width: 480px) {
  .ado-page-title {
    font-size: 24px;
  }

  .ado-description-services {
    font-size: 14px;
  }

  .ado-info-block-services {
    width: 100%;
  }
  .ado-description-list {
    font-size: 15px;
  }

  .ado-left-line-services {
    max-width: 29%;
    height: auto;
  }
}

.ado-vapoln {
  margin-top: 60px;
}

.ado-vapoln-poch {
  margin-bottom: 50px;
}

.ado-vapoln-poch h2 {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 35px;
}

.ado-vapoln-poch-flex {
  margin-top: 50px;
  display: flex;
  justify-content: space-around;
  padding: 0 0 0 40px;
  flex-wrap: wrap;
  gap: 25px;
  max-width: 1055px;
}

.ado-vapoln-poch-flex-inner {
  position: relative;
  padding: 15px 25px;
  width: 295px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #252B3B;
  color: white;
  border-radius: 15px;
  box-shadow: 0px 4px 4px 0px #00000040;
  transition: transform 0.3s ease;
}

.ado-vapoln-poch-flex-inner:hover {
  transform: scale(1.05) rotate(2deg);
}

.ado-vapoln-poch-flex-inner-1 {
  position: relative;
  padding: 5px 30px;
  width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #252B3B;
  border-radius: 15px;
  box-shadow: 0px 4px 4px 0px #00000040;
  transition: transform 0.3s ease;
}

.ado-vapoln-poch-flex-inner-1:hover {
  transform: scale(1.05) rotate(2deg);
}

.ado-vapoln-poch-flex-inner-1 h3 {
  position: absolute;
  color: #fff;
  font-size: 28px;
  background-color: #252B3B;
  font-weight: 300;
  top: 15px;
  left: -32px;
  padding: 7px 13px;
  border-radius: 15px;
  box-shadow: 0px 4px 4px 0px #00000040;
}

.ado-vapoln-poch-flex-inner-1 h4 {
  max-width: 241px;
  font-size: 18px;
  font-weight: 350;
  color: white;
  text-align: center;
}

.ado-vapoln-poch-flex-inner h3 {
  position: absolute;
  color: #fff;
  font-size: 28px;
  background-color: #252B3B;
  font-weight: 300;
  top: 15px;
  left: -32px;
  padding: 7px 13px;
  border-radius: 15px;
  box-shadow: 0px 4px 4px 0px #00000040;
}

.ado-vapoln-poch-flex-inner h4 {
  max-width: 241px;
  font-size: 18px;
  font-weight: 350;
  text-align: center;
}

@media (max-width: 768px) {
  .ado-vapoln-poch h2 {
    font-size: 28px;
  }

  .ado-vapoln-poch-flex {
    flex-direction: column; 
    align-items: center;   
    padding: 0;
    gap: initial;   
  }

  .ado-vapoln-poch-flex-inner,
  .ado-vapoln-poch-flex-inner-1 {
    width: 80%; 
    height: 110px;
    margin-bottom: 20px;
    box-sizing: border-box;
  }
  .ado-vapoln-poch-flex-inner:hover,
  .ado-vapoln-poch-flex-inner-1:hover {
    transform: none;
    box-shadow: none;
  }

  .ado-vapoln-poch-flex-inner h3,
  .ado-vapoln-poch-flex-inner-1 h3 {
    position: static;  
    text-align: center; 
    margin-bottom: 10px;
    font-size: 24px;
    box-shadow: none;
  }

  .ado-vapoln-poch-flex-inner h4,
  .ado-vapoln-poch-flex-inner-1 h4 {
    font-size: 16px;  
    max-width: 100%;  
  }
}

@media (max-width: 480px) {
  .ado-vapoln-poch h2 {
    font-size: 24px;
  }
}

.ado-atapach {
  margin-top: 90px;
}

.ado-steps-container {
  display: flex;
  justify-content: space-between;
}

.ado-steps-block {
  width: 48%;
}

.ado-steps-title {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 35px;
}

.ado-steps-list {
  list-style: none;
  padding: 0;
}

.ado-steps-item {
  padding: 15px;
  margin-bottom: 10px;
  border-radius: 23px;
  display: flex;
  align-items: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ado-steps-item:hover {
  transform: translateY(-5px) scale(1.03);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.ado-steps-item-orange {
  background-color: #ffbb33;
  color: #000;
  margin: 0px 0px 30px 0px;
}

.ado-steps-item-dark {
  background-color: #252B3B;
  color: #fff;
  margin: 0px 0px 30px 0px;
}

.ado-steps-number {
  font-size: 27px;
  font-weight: 300;
  margin-right: 15px;
  min-width: 30px;
  text-align: center;
}

.ado-steps-text {
  font-size: 18px;
  font-weight: 300;
}

@media (max-width: 768px) {
  .ado-steps-container {
    flex-direction: column; 
  }

  .ado-steps-block {
    width: 100%; 
    margin-bottom: 20px;
  }

  .ado-steps-item:hover {
    transform: none;
    box-shadow: none;
  }

  .ado-steps-title {
    font-size: 28px; 
    text-align: center; 
  }

  .ado-steps-text {
    font-size: 16px; 
  }
}

@media (max-width: 480px) {
  .ado-steps-title {
    font-size: 24px;
  }

  .ado-steps-text {
    font-size: 15px; 
  }
}

.ado-result {
  margin-top: 60px;
}

.ado-result h2 {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 60px;
  line-height: 35px;
}

.ado-result-container {
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
}

.ado-result-inner-1,
.ado-result-inner-2 {
  width: 250px;
  text-align: center;
  padding: 10px;
  border-radius: 15px;
  box-shadow: 0px 4px 4px 0px #00000040;
  transition: transform 0.3s ease-out;
}

.ado-result-inner-1 {
  background-color: #FFBA33;
}

.ado-result-inner-2 {
  background-color: #272F44;
  color: white;
}

.ado-result-inner-1:hover,
.ado-result-inner-2:hover {
  transform: perspective(500px) rotateX(10deg) rotateY(10deg) scale(1.1);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.ado-result-inner-1 h4 {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 300;
  color: #000000;
  min-height: 110px;
  padding: 0px 33px;
}

.ado-result-inner-2 h4 {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  min-height: 100px;
}

.ado-result-inner-2 img,
.ado-result-inner-1 img {
  max-width: 60px;
}

.ado-result-description-text {
  font-size: 16px;
  color: #000;
  line-height: 1.5;
  margin-bottom: 25px;
}

.ado-result-bold-text {
  font-weight: bold;
  font-size: 20px;
}

.ado-result-description-list {
  list-style-type: disc;
  padding-left: 20px;
  margin-top: 20px;
  font-size: 17px;
}

@media (max-width: 768px) {
  .ado-result h2 {
    font-size: 28px;
  }

  .ado-result-container {
    flex-direction: column; 
    align-items: center; 
  }

  .ado-result-inner-1,
  .ado-result-inner-2 {
    width: 80%;
    margin-bottom: 20px; 
  }

  .ado-result-inner-1:hover,
  .ado-result-inner-2:hover {
    transform: none;
    box-shadow: none;
  }
  
  .ado-result-bold-text {
    font-size: 18px;
  }

  .ado-result-description-list {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .ado-result h2 {
    font-size: 24px; 
  }

  .ado-result-bold-text {
    font-size: 17px;
  }

  .ado-result-description-list {
    font-size: 15px;
  }
}

.soprovoghenie-content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}

.soprovoghenie-page-title {
  font-weight: 500;
  font-size: 36px;
  margin-bottom: 27px;
}

.soprovoghenie-left-column {
  flex: 1;
  margin-right: 20px;
}

.soprovoghenie-description-container {
  margin-bottom: 20px;
  margin-top: 20px;
}

.soprovoghenie-description-services {
  font-size: 15px;
  margin-bottom: 10px;
  color: rgba(77, 77, 77, 1);
}

.soprovoghenie-description-services--yellow {
  color: #ffbb33;
  font-style: italic;
  font-size: 18px;
  font-weight: 500;
}

.soprovoghenie-advantages {
  margin-top: 30px;
}

.soprovoghenie-advantages-title {
  font-size: 20px;
  margin-bottom: 20px;
}

.soprovoghenie-advantages-list {
  list-style: none;
  padding: 0;
  width: 74%;
}

.soprovoghenie-advantages-item {
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 40px;
  font-size: 16px;
  line-height: 1.4;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.soprovoghenie-advantages-item:hover {
  transform: translateY(-5px) scale(1.03);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.soprovoghenie-advantages-item-orange {
  background-color: #ffbb33;
  color: #000;
}

.soprovoghenie-advantages-item-dark {
  background-color: #252B3B;
  color: #fff;
}

.soprovoghenie-description-services--list {
  list-style-type: none;
  padding-left: 0;
}

.soprovoghenie-info-block-services {
  background: linear-gradient(to right, rgba(33, 36, 44, 1), rgba(35, 39, 49, 1), rgba(40, 49, 73, 1));
  border-radius: 30px;
  text-align: left;
  margin: 0 auto;
  width: 43%;
  position: relative;
  padding: 30px;
  overflow: hidden;
}

.soprovoghenie-info-title {
  font-size: 26px;
  margin: 0 0 10px;
  color: #FFFFFF;
}

.soprovoghenie-info-content {
  font-size: 15px;
  font-weight: 400;
  color: #FFFFFF;
  margin: 25px 0;
}

.soprovoghenie-description-text {
  font-size: 16px;
  color: #000;
  line-height: 1.5;
  margin-bottom: 20px;
}

.soprovoghenie-bold-text {
  font-weight: bold;
  font-size: 20px;
}

.soprovoghenie-description-list {
  list-style-type: disc;
  padding-left: 20px;
  margin-top: 20px;
  font-size: 17px;
}

.soprovoghenie-button {
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  padding: 10px 20px;
  font-size: 16px;
  color: #333;
  border-radius: 20px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

.soprovoghenie-button:hover {
  background-color: #e0e0e0;
}

.soprovoghenie-button-container-services {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
}

.soprovoghenie-calculate-button-services {
  background: linear-gradient(to right, rgba(211, 139, 0, 1), rgba(255, 168, 0, 1), rgba(255, 183, 44, 1));
  color: black;
  border: 2px solid rgba(211, 139, 0, 1);
  border-radius: 35px;
  padding: 14px 20px;
  font-size: 16px;
  margin-bottom: 10px;
  width: 100%;
}

.soprovoghenie-calculate-button-services:hover {
  background: transparent;
  color: #ffffff;
  border: 2px solid #FFFFFF;
}

.soprovoghenie-consultation-button-services {
  background: transparent;
  color: white;
  border: 2px solid white;
  border-radius: 35px;
  padding: 14px 20px;
  font-size: 16px;
  width: 100%;
}

.soprovoghenie-consultation-button-services:hover {
  background: linear-gradient(to right, rgba(211, 139, 0, 1), rgba(255, 168, 0, 1), rgba(255, 183, 44, 1));
  border: 2px solid rgba(211, 139, 0, 1);
  color: black;
}

.soprovoghenie-image-container-services {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.soprovoghenie-left-line-services {
  max-width: 23%;
  height: auto;
}

.soprovoghenie-right-line-services {
  margin-top: -12px;
  max-width: 50%;
  height: auto;
}

@media (max-width: 768px) {
  .soprovoghenie-content-wrapper {
    flex-direction: column;
  }

  .soprovoghenie-left-column {
    margin-right: 0;
  }

  .soprovoghenie-page-title {
    font-size: 28px;  
    text-align: center;
  }

  .soprovoghenie-image-container-services {
  }

  .soprovoghenie-left-line-services {
    max-width: 29%;
    height: auto;
  }
  
  .soprovoghenie-description-text,
  .soprovoghenie-description-services,
  .soprovoghenie-description-services--yellow {
    text-align: center;
  }

  .soprovoghenie-advantages {
    margin-top: 20px;
  }

  .soprovoghenie-advantages-title {
    font-size: 18px;
    text-align: center;
  }

  .soprovoghenie-advantages-list {
    width: 100%;
  }

  .soprovoghenie-advantages-item {
    padding: 15px;
    font-size: 15px;
  }

  .soprovoghenie-advantages-item:hover {
    transform: none;
    box-shadow: none;
  }

  .soprovoghenie-info-block-services {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .soprovoghenie-page-title {
    font-size: 24px;
  }

  .soprovoghenie-info-title {
    font-size: 24px;
  }

  .soprovoghenie-left-line-services {
    max-width: 29%;
    height: auto;
  }
}

.soprovoghenie-atSectionHoneyComb {
  margin-top: 20px;
}

.soprovoghenie-atSectionHoneyCombTitle {
  font-size: 36px;
  text-align: left;
  font-weight: 500;
  margin-bottom: 10px;
}

.soprovoghenie-atHoneyCombGrid {
  width: 100%;
  max-width: 1200px;
  margin: 20px auto;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}

.soprovoghenie-atHoneyCombItem {
  width: 200px;
  height: 115.47px;
  margin: 10px;
  text-align: center;
  color: #fff;
  margin-bottom: 160px;
}

.soprovoghenie-atHoneyComb-1 {
  position: relative;
  width: 120%;
  height: 143%;
  background-color: rgba(35, 39, 49, 1);
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease;
  margin-top: 52%;
  margin-left: 27px;
}

.soprovoghenie-atHoneyComb-1:hover {
  transform: scale(1.1);
}

.soprovoghenie-atHoneyComb-1 img {
  width: 50px;
  height: auto;
  margin-bottom: 10px;
}

.soprovoghenie-atHoneyComb-1 p {
  font-size: 14px;
  font-weight: 400;
}

.soprovoghenie-atHoneyComb-2 {
  position: relative;
  width: 120%;
  height: 143%;
  background-color: rgba(35, 39, 49, 1);
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease;
}

.soprovoghenie-atHoneyComb-2:hover {
  transform: scale(1.1);
}

.soprovoghenie-atHoneyComb-2 img {
  width: 50px;
  height: auto;
  margin-bottom: 10px;
}

.soprovoghenie-atHoneyComb-2 p {
  font-size: 14px;
  font-weight: 400;
}

.soprovoghenie-atHoneyComb-3 {
  position: relative;
  width: 120%;
  height: 143%;
  background-color: rgba(35, 39, 49, 1);
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease;
  margin-top: 52%;
  margin-left: -27px;
}

.soprovoghenie-atHoneyComb-3:hover {
  transform: scale(1.1);
}

.soprovoghenie-atHoneyComb-3 img {
  width: 50px;
  height: auto;
  margin-bottom: 10px;
}

.soprovoghenie-atHoneyComb-3 p {
  font-size: 14px;
  font-weight: 400;
}

.soprovoghenie-atHoneyComb-4 {
  position: relative;
  width: 120%;
  height: 143%;
  background-color: rgba(35, 39, 49, 1);
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease;
  margin-left: -55px;
}

.soprovoghenie-atHoneyComb-4:hover {
  transform: scale(1.1);
}

.soprovoghenie-atHoneyComb-4 img {
  width: 50px;
  height: auto;
  margin-bottom: 10px;
}

.soprovoghenie-atHoneyComb-4 p {
  font-size: 14px;
  font-weight: 400;
}

.soprovoghenie-atHoneyComb-5 {
  position: relative;
  width: 120%;
  height: 143%;
  background-color: rgba(35, 39, 49, 1);
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease;
  margin-top: 52%;
  margin-left: -82px;
}

.soprovoghenie-atHoneyComb-5:hover {
  transform: scale(1.1);
}

.soprovoghenie-atHoneyComb-5 img {
  width: 50px;
  height: auto;
  margin-bottom: 10px;
}

.soprovoghenie-atHoneyComb-5 p {
  font-size: 14px;
  font-weight: 400;
}

.soprovoghenie-atHoneyComb-6 {
  position: relative;
  width: 120%;
  height: 143%;
  background-color: rgba(35, 39, 49, 1);
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease;
  margin-left: -107px;
}

.soprovoghenie-atHoneyComb-6:hover {
  transform: scale(1.1);
}

.soprovoghenie-atHoneyComb-6 img {
  width: 50px;
  height: auto;
  margin-bottom: 10px;
}

.soprovoghenie-atHoneyComb-6 p {
  font-size: 14px;
  font-weight: 400;
}

.soprovoghenie-atHoneyComb-ye {
  background-color: rgba(255, 186, 51, 1);
  color: #000000;
}

.soprovoghenie-vapoln-dorabot-subtitle {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.soprovoghenie-vapoln-dorabot-list {
  list-style-type: disc;
  padding-left: 20px;
}

.soprovoghenie-vapoln-dorabot-list li {
  margin-bottom: 5px;
}

@media (max-width: 768px) {
  .soprovoghenie-atSectionHoneyCombTitle {
    font-size: 28px; 
    text-align: center;
  }

  .soprovoghenie-atHoneyCombGrid {
    flex-direction: column; 
    align-items: center;  
    margin-left: -25px;
    margin-bottom: 60px;
  }

  .soprovoghenie-atHoneyCombItem {
    width: 70%; 
    margin: 35px 0;
    margin-bottom: 0; 
  }

  .soprovoghenie-atHoneyComb-1:hover,
  .soprovoghenie-atHoneyComb-2:hover,
  .soprovoghenie-atHoneyComb-3:hover,
  .soprovoghenie-atHoneyComb-4:hover,
  .soprovoghenie-atHoneyComb-5:hover,
  .soprovoghenie-atHoneyComb-6:hover {
    transform: none; 
  }

  .soprovoghenie-atHoneyComb-1,
  .soprovoghenie-atHoneyComb-2,
  .soprovoghenie-atHoneyComb-3,
  .soprovoghenie-atHoneyComb-4,
  .soprovoghenie-atHoneyComb-5,
  .soprovoghenie-atHoneyComb-6 {
    margin-top: 0;  
    margin-left: 0; 
  }
}

@media (max-width: 480px) {
  .soprovoghenie-atSectionHoneyCombTitle {
    font-size: 24px;
  }

  .soprovoghenie-atHoneyCombItem {
    width: 100%;
  }
}

.soprovoghenie-process {
  margin-top: 60px;
}

.soprovoghenie-process-poch h2 {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 35px;
}

.soprovoghenie-process-poch-flex {
  margin-top: 50px;
  display: flex;
  justify-content: space-around;
  padding: 0 0 0 40px;
  flex-wrap: wrap;
  gap: 25px;
  max-width: 1055px;
}

.soprovoghenie-process-poch-flex-inner {
  position: relative;
  padding: 15px 30px;
  width: 300px;
  background-color: #252B3B;
  color: white;
  border-radius: 15px;
  box-shadow: 0px 4px 4px 0px #00000040;
  transition: transform 0.3s ease;
}

.soprovoghenie-process-poch-flex-inner:hover {
  transform: scale(1.05) rotate(2deg);
}

.soprovoghenie-process-poch-flex-inner-1 {
  position: relative;
  padding: 10px 30px;
  height: 125px;
  width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #252B3B;
  border-radius: 15px;
  box-shadow: 0px 4px 4px 0px #00000040;
  transition: transform 0.3s ease;
}

.soprovoghenie-process-poch-flex-inner-1:hover {
  transform: scale(1.05) rotate(2deg);
}

.soprovoghenie-process-poch-flex-inner-1 h3 {
  position: absolute;
  color: #fff;
  font-size: 28px;
  background-color: #252B3B;
  font-weight: 300;
  top: 37px;
  left: -32px;
  padding: 7px 13px;
  border-radius: 15px;
  box-shadow: 0px 4px 4px 0px #00000040;
}

.soprovoghenie-process-poch-flex-inner-1 h4 {
  max-width: 241px;
  font-size: 18px;
  font-weight: 350;
  color: #fff;
  text-align: center;
}

.soprovoghenie-process-poch-flex-inner h3 {
  position: absolute;
  color: #fff;
  font-size: 28px;
  background-color: #252B3B;
  font-weight: 300;
  top: 37px;
  left: -32px;
  padding: 7px 13px;
  border-radius: 15px;
  box-shadow: 0px 4px 4px 0px #00000040;
}

.soprovoghenie-process-poch-flex-inner h4 {
  max-width: 241px;
  font-size: 18px;
  font-weight: 350;
  text-align: center;
}

@media (min-width: 769px) and (max-width: 1024px) {
  .soprovoghenie-process-poch-flex {
    justify-content: space-around;
  }
}

@media (max-width: 768px) {
  .soprovoghenie-process-poch h2 {
    font-size: 28px;
    text-align: center;
  }

  .soprovoghenie-process-poch-flex {
    flex-direction: column; 
    align-items: center;  
    padding: 0;       
  }

  .soprovoghenie-process-poch-flex-inner,
  .soprovoghenie-process-poch-flex-inner-1 {
    width: 80%; 
    display: block;
    height: 160px;
  }

  .soprovoghenie-process-poch-flex-inner:hover,
  .soprovoghenie-process-poch-flex-inner-1:hover {
    transform: none;
    box-shadow: none;
  }

  .soprovoghenie-process-poch-flex-inner h3,
  .soprovoghenie-process-poch-flex-inner-1 h3 {
    position: static; 
    font-size: 24px;
    text-align: center; 
    box-shadow: none;
  }

  .soprovoghenie-process-poch-flex-inner h4,
  .soprovoghenie-process-poch-flex-inner-1 h4 {
    font-size: 16px; 
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .soprovoghenie-process-poch h2 {
    font-size: 24px;
  }
}

.soprovoghenie-abonent {
  margin-top: 40px;
}

.soprovoghenie-abonent-title {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 30px;
  text-align: left;
}

.soprovoghenie-abonent-table-container {
  overflow-x: auto;
}

.soprovoghenie-abonent-table {
  width: 100%;
  border-collapse: collapse;
}

.soprovoghenie-abonent-table th,
.soprovoghenie-abonent-table td {
  padding: 10px;
  text-align: center;
  border-bottom: 2px solid #000000;
  border-left: 2px solid #000000;
  border-right: 2px solid #000000;
}

.soprovoghenie-abonent-table thead th {
  background-color: #f2f2f2;
  font-weight: 400;
  border-top: none;
  background-image: linear-gradient(to right, rgba(242, 242, 242, 0.2) 0%, #d0d0d0 50%, rgba(242, 242, 242, 0.2) 100%);
}

.soprovoghenie-abonent-table th:first-child,
.soprovoghenie-abonent-table td:first-child {
  border-left: none;
}

.soprovoghenie-abonent-table th:last-child,
.soprovoghenie-abonent-table td:last-child {
  border-right: none;
}

.soprovoghenie-abonent-table tbody tr:nth-child(even) {
  background-image: linear-gradient(to right, rgba(242, 242, 242, 0.2) 0%, #d0d0d0 50%, rgba(242, 242, 242, 0.2) 100%);
}

@media (max-width: 768px) {
  .soprovoghenie-abonent-title {
    font-size: 28px;
    text-align: center;
  }

  .soprovoghenie-abonent-table-container {
    overflow-x: scroll; 
  }

  .soprovoghenie-abonent-table {
    width: auto; 
    min-width: 100%;
  }

  .soprovoghenie-abonent-table th,
  .soprovoghenie-abonent-table td {
    white-space: nowrap;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .soprovoghenie-abonent-title {
    font-size: 24px;
  }

  .soprovoghenie-abonent-table th,
  .soprovoghenie-abonent-table td {
    white-space: nowrap;
    font-size: 13px;
    padding: 8px;
  }
}

.soprovoghenie-proches {
  margin-top: 90px;
}

.perechod-proches-title {
  font-size: 36px !important;
  font-weight: 500 !important;
  margin-bottom: 55px !important;
  line-height: 35px !important;
}

.soprovoghenie-proches-timeline {
  position: relative;
  padding-bottom: 30px;
  margin-top: 40px;
}

.soprovoghenie-proches-line {
  width: 100%;
  height: 2px;
  background-color: black;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.soprovoghenie-proches-dot {
  width: 12px;
  height: 12px;
  background-color: black;
  border-radius: 50%;
  position: absolute;
  top: -5px;
  cursor: pointer;
}

.soprovoghenie-proches-steps {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.soprovoghenie-proches-step {
  width: calc(25% - 40px);
  margin: 0 10px;
  border-radius: 10px;
  padding: 15px;
  text-align: center;
  box-sizing: border-box;
  transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 205px;
}

.soprovoghenie-proches-step--dark {
  background-color: rgba(35, 39, 49, 1);
  color: black;
}

.soprovoghenie-proches-step--yellow {
  background-color: rgba(255, 180, 35, 1);
  color: black;
}

.soprovoghenie-proches-step:hover {
  transform: perspective(500px) translateZ(-20px) scale(0.95);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.soprovoghenie-proches-step-inner {
  background-color: white;
  border-radius: 8px;
  padding: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.soprovoghenie-proches-step-title {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
}

.soprovoghenie-proches-step-description {
  font-size: 14px;
  padding-left: 20px;
  text-align: left;
}

.soprovoghenie-proches-step-number {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  margin-top: auto;
}

@media (min-width: 769px) and (max-width: 1024px) {
  .perechod-proches-title {
    text-align: center !important;
  }

  .soprovoghenie-proches-step {
    width: calc(50% - 20px);
  }
}

@media (max-width: 768px) {
  .soprovoghenie-proches {
    margin-top: 50px;
  }

  .perechod-proches-title {
    font-size: 28px !important; 
    text-align: center !important;
    margin-bottom: 30px !important;
  }

  .soprovoghenie-proches-steps {
    flex-direction: column;  
  }

  .soprovoghenie-proches-step {
    width: 90%;     
    margin: 10px auto;
    height: auto;   
  }

  .soprovoghenie-proches-step:hover {
    transform: none;
    box-shadow: none;
  }

  .soprovoghenie-proches-timeline {
    display: none;
  }
}

@media (max-width: 480px) {
  .perechod-proches-title {
    font-size: 24px !important;
  }

  .soprovoghenie-proches-step-title {
    font-size: 15px;
  }

  .soprovoghenie-proches-step-description {
    font-size: 13px;
    padding-left: 10px;
  }

  .soprovoghenie-proches-step {
    width: 95%; 
  }

  .soprovoghenie-proches-timeline {
    display: none;
  }
}

.arenda-content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}

.arenda-page-title {
  font-weight: 500;
  font-size: 36px;
  margin-bottom: 27px;
}

.arenda-left-column {
  flex: 1;
  margin-right: 20px;
}

.arenda-description-container {
  margin-bottom: 20px;
  margin-top: 20px;
}

.arenda-description-services {
  font-size: 15px;
  margin-bottom: 10px;
  color: rgba(77, 77, 77, 1);
}

.arenda-description-services--yellow {
  color: #ffbb33;
  font-style: italic;
  font-size: 18px;
  font-weight: 500;
}

.arenda-description-services--list {
  list-style-type: none;
  padding-left: 0;
}

.arenda-info-block-services {
  background: linear-gradient(to right, rgba(33, 36, 44, 1), rgba(35, 39, 49, 1), rgba(40, 49, 73, 1));
  border-radius: 30px;
  text-align: left;
  margin: 0 auto;
  width: 32%;
  position: relative;
  padding: 30px;
  overflow: hidden;
}

.arenda-info-title {
  font-size: 26px;
  margin: 0 0 10px;
  color: #FFFFFF;
}

.arenda-info-content {
  font-size: 15px;
  font-weight: 400;
  color: #FFFFFF;
  margin: 25px 0;
}

.arenda-description-text {
  font-size: 16px;
  color: #000;
  line-height: 1.5;
  margin-bottom: 10px;
}

.arenda-bold-text {
  font-weight: bold;
  font-size: 28px;
}

.arenda-description-text-1 {
  font-size: 15px;
  color: #000;
  line-height: 1.5;
  margin-bottom: 30px;
}

.arenda-bold-text-1 {
  font-weight: 500;
  font-size: 18px;
}

.arenda-description-list-container {
  margin-bottom: 30px;
  margin-top: 15px;
}

.arenda-bold-text-list {
  font-weight: bold;
  font-size: 20px;
}

.arenda-description-list {
  list-style-type: disc;
  padding-left: 20px;
  margin-top: 20px;
  font-size: 17px;
  font-weight: 300;
}

.arenda-button {
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  padding: 10px 20px;
  font-size: 16px;
  color: #333;
  border-radius: 20px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

.arenda-button:hover {
  background-color: #e0e0e0;
}

.arenda-button-container-services {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
}

.arenda-calculate-button-services {
  background: linear-gradient(to right, rgba(211, 139, 0, 1), rgba(255, 168, 0, 1), rgba(255, 183, 44, 1));
  color: black;
  border: 2px solid rgba(211, 139, 0, 1);
  border-radius: 35px;
  padding: 14px 20px;
  font-size: 16px;
  margin-bottom: 10px;
  width: 100%;
}

.arenda-calculate-button-services:hover {
  background: transparent;
  color: #ffffff;
  border: 2px solid #FFFFFF;
}

.arenda-consultation-button-services {
  background: transparent;
  color: white;
  border: 2px solid white;
  border-radius: 35px;
  padding: 14px 20px;
  font-size: 16px;
  width: 100%;
}

.arenda-consultation-button-services:hover {
  background: linear-gradient(to right, rgba(211, 139, 0, 1), rgba(255, 168, 0, 1), rgba(255, 183, 44, 1));
  border: 2px solid rgba(211, 139, 0, 1);
  color: black;
}

.arenda-image-container-services {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.arenda-left-line-services {
  max-width: 23%;
  height: auto;
}

.arenda-right-line-services {
  margin-top: -12px;
  max-width: 50%;
  height: auto;
}

@media (min-width: 769px) and (max-width: 1024px) {
  .arenda-page-title {
    font-size: 30px;
  }

  .arenda-bold-text {
    font-size: 22px;
  }

  .arenda-info-block-services {
    width: 45%;
  }
}

@media (max-width: 768px) {
  .arenda-content-wrapper {
    flex-direction: column; 
  }

  .arenda-image-container-services {
  }

  .arenda-left-column {
    margin-right: 0;
  }

  .arenda-page-title {
    font-size: 28px; 
    text-align: center;
  }

  .arenda-description-services--yellow {
    text-align: center;
  }

  .arenda-info-block-services {
    width: 100%;
    margin: 20px auto;
  }

  .arenda-bold-text {
    text-align: center;
  }

  .arenda-description-list {
    font-size: 16px;
  }

  .arenda-left-line-services {
    max-width: 29%;
    height: auto;
  }
}

@media (max-width: 480px) {
  .arenda-page-title {
    font-size: 24px; 
  }

  .arenda-info-title {
    font-size: 24px; 
  }

  .arenda-left-line-services {
    max-width: 29%;
    height: auto;
  }
}

.arenda-poluz {
  margin-top: 40px;
}

.arenda-poluz-h5 {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 35px;
}

.arenda-poluz-flex {
  margin-top: 70px;
  display: flex;
  gap: 10%
}

.arenda-poluz-flex-inner {
  background: #FFBA33;
  box-shadow: 0px 4px 4px 0px #00000040;
  position: relative;
  border-radius: 15px;
  padding: 40px 20px 20px;
  color: #fff;
  width: 385px;
  height: 325px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.arenda-poluz-flex-inner:hover {
  transform: scale(1.03);
  box-shadow: 0px 6px 8px 0px #00000040;
}

.arenda-poluz-flex-inner-h3 {
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  color: black;
}

.arenda-poluz-flex-inner-h4-element {
  font-size: 16px;
  font-weight: 300;
  margin-left: 37px;
  margin-bottom: 10px;
  line-height: 25px;
  position: relative;
  color: black;
}

.arenda-poluz-flex-inner-h4-element::before {
  position: absolute;
  content: '';
  top: 7px;
  left: -20px;
  padding: 3px;
  background: black;
  border-radius: 50%;
}

.arenda-poluz-flex-inner-h4 {
  margin-top: 20px;
}

.arenda-compl-image-container {
  display: flex;
  align-items: center;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.arenda-compl-left-line-1 {
  max-width: 65%;
  padding-left: 20px;
  height: auto;
  position: absolute;
  top: 0;
  right: 55%;
}

.arenda-compl-right-line-2 {
  width: 82%;
  padding-right: 20px;
  height: auto;
  position: absolute;
  left: 63%;
  transform: rotate(204deg);
}

@media (max-width: 768px) {
  .arenda-poluz-h5 {
    font-size: 28px;
    text-align: center;
  }

  .arenda-poluz-flex {
    flex-direction: column; 
    align-items: center;
  }

  .arenda-poluz-flex-inner {
    width: 90%;
    margin-bottom: 20px;
  }

  .arenda-poluz-flex-inner:hover {
    transform: none;
    box-shadow: none;
  }

  .arenda-compl-image-container {
    display: none;
  }

  .arenda-poluz-flex-inner-h3 {
    text-align: center;
  }

  .arenda-poluz-flex-inner-h4-element{
    text-align: left;
  }
}

@media (max-width: 480px) {
  .arenda-poluz-h5 {
    font-size: 24px;
  }

  .arenda-poluz-flex-inner-h4-element {
    font-size: 14px; 
  }
}

.arenda-pol {
  margin-top: 90px;
}

.arenda-pol h5 {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 35px;
}

.arenda-pol-flex {
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.arenda-pol-flex-inner {
  background: #272F44;
  box-shadow: 0px 4px 4px 0px #00000040;
  position: relative;
  border-radius: 15px;
  padding: 40px 20px 20px;
  color: #fff;
  width: 360px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-bottom: 20px;
  box-sizing: border-box;
}

.arenda-pol-flex-inner:hover {
  transform: scale(1.03);
  box-shadow: 0px 6px 8px 0px #00000040;
}

.arenda-pol-flex-inner h2 {
  position: absolute;
  border-radius: 15px;
  font-weight: 300;
  font-size: 36px;
  left: 145px;
  top: -33px;
  background: #272F44;
  box-shadow: 0px 4px 4px 0px #00000040;
  padding: 10px;
}

.arenda-pol-flex-inner h3 {
  font-size: 18px;
  font-weight: 400;
  text-align: left;
}

.arenda-pol-flex-inner h4 {
  font-size: 16px;
  font-weight: 300;
  margin-left: 37px;
  margin-bottom: 10px;
  line-height: 25px;
  position: relative;
}

.arenda-pol-flex-inner h4::before {
  position: absolute;
  content: '';
  top: 7px;
  left: -20px;
  padding: 3px;
  background: #FFFFFF;
  border-radius: 50%;
}

.arenda-pol-flex-inner-h4 {
  margin-top: 20px;
}

@media (max-width: 768px) {
  .arenda-pol h5 {
    font-size: 28px; 
    text-align: center;
  }

  .arenda-pol-flex {
    flex-direction: column; 
    align-items: center;
  }

  .arenda-pol-flex-inner {
    width: 100%; 
    transform: none;
    box-shadow: none;
  }

  .arenda-pol-flex-inner:hover {
    transform: none;
    box-shadow: none;
  }

  .arenda-pol-flex-inner h2 {
    position: static;   
    text-align: center;   
    margin: 10px auto;
  }

  .arenda-pol-flex-inner h3 {
    text-align: center;
  }
}

@media (max-width: 480px) {
  .arenda-pol h5 {
    font-size: 24px; 
  }

  .arenda-pol-flex-inner h2 {
    font-size: 28px; 
  }
}

.arenda-perspective {
  margin-top: 125px;
  margin-bottom: 125px;
}

.arenda-perspective-container {
  margin-top: 80px;
}

.arenda-perspective-container-h2 {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 35px;
}

.arenda-perspective-title-container {
  width: 60%;
  max-width: 440px;
  margin: 0 auto 30px;
  padding: 15px;
  border: 1px solid #000000;
  border-radius: 20px;
  text-align: center;
  margin-top: 60px;
}

.arenda-perspective-title {
  font-size: 25px;
  font-weight: 400;
  color: #333;
}

.arenda-perspective-diagram {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin-bottom: 20px;
}

.arenda-perspective-connections {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 100%;
  margin-bottom: -30px;
}

.arenda-perspective-circles {
  display: flex;
  justify-content: center;
  position: absolute;
  top: -39px;
  width: 100%;
  z-index: 1;
}

.arenda-perspective-circle {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin: 0 1px;
  position: relative;
  z-index: 2;
}

.arenda-perspective-circle--yellow {
  background-color: #ffbb33;
}

.arenda-perspective-circle--dark {
  background-color: #222;
}

.arenda-perspective-blocks {
  display: flex;
  justify-content: space-around;
  width: 100%;
  position: relative;
  z-index: 1;
  margin-top: 20px;
}

.arenda-perspective-block {
  width: 260px;
  height: 85px;
  padding: 20px;
  border-radius: 15px;
  text-align: center;
  color: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  font-size: 16px;
  position: relative;
  z-index: 2;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transform-style: preserve-3d;
}

.arenda-perspective-block:hover {
  transform: rotateX(10deg) rotateY(10deg);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.arenda-perspective-block--yellow {
  background-color: #ffbb33;
  color: #000000;
  padding: 32px;
}

.arenda-perspective-block--dark {
  background-color: #272F44;
}

.arenda-perspective-image-container {
  text-align: center;
  margin-bottom: -30px;
}

.arenda-perspective-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.arenda-tarif-subtitle {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 35px;
}

.arenda-tarif-list {
  list-style-type: disc;
  padding-left: 20px;
}

.arenda-tarif-list li {
  margin-bottom: 5px;
}

@media (max-width: 768px) {
  .arenda-perspective {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .arenda-perspective-container {
    margin-top: 20px;
  }

  .arenda-perspective-container-h2 {
    font-size: 28px;  
    text-align: center; 
  }

  .arenda-perspective-title-container {
    width: 90%;
  }

  .arenda-perspective-title {
    font-size: 20px;
  }

  .arenda-perspective-connections {
    margin-bottom: 0;
  }

  .arenda-perspective-circles {
    display: none;
  }

  .arenda-perspective-blocks {
    flex-direction: column; 
    align-items: center; 
  }

  .arenda-perspective-block {
    width: 90%;
    margin-bottom: 20px;
    transform: none;
    box-shadow: none;
  }

  .arenda-perspective-block:hover {
    transform: none;
    box-shadow: none;
  }

  .arenda-perspective-image-container {
    margin-bottom: 0;
  }

  .arenda-perspective-image{
    display: none;
  }
}

@media (max-width: 480px) {
  .arenda-perspective-container-h2 {
    font-size: 24px; 
  }

  .arenda-tarif-subtitle {
    font-size: 16px;
  }
}

.arenda-vapoln {
  margin-top: 60px;
}

.arenda-vapoln-poch {
  margin-bottom: 50px;
}

.arenda-vapoln-poch h2 {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 50px;
}

.arenda-vapoln-poch-flex {
  margin-top: 50px;
  display: flex;
  justify-content: space-around;
  padding: 0 0 0 40px;
  flex-wrap: wrap;
  gap: 25px;
  max-width: 1055px;
}

.arenda-vapoln-poch-flex-inner {
  position: relative;
  padding: 15px 30px;
  width: 295px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 186, 51, 1);
  color: black;
  border-radius: 15px;
  box-shadow: 0px 4px 4px 0px #00000040;
  transition: transform 0.3s ease;
}

.arenda-vapoln-poch-flex-inner:hover {
  transform: scale(1.05) rotate(2deg);
}

.arenda-vapoln-poch-flex-inner-1 {
  position: relative;
  padding: 5px 30px;
  width: 300px;
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 186, 51, 1);
  border-radius: 15px;
  box-shadow: 0px 4px 4px 0px #00000040;
  transition: transform 0.3s ease;
}

.arenda-vapoln-poch-flex-inner-1:hover {
  transform: scale(1.05) rotate(2deg);
}

.arenda-vapoln-poch-flex-inner-1 h3 {
  position: absolute;
  color: #fff;
  font-size: 28px;
  background-color: rgba(255, 186, 51, 1);
  font-weight: 300;
  top: 7px;
  left: -32px;
  padding: 7px 13px;
  border-radius: 15px;
  box-shadow: 0px 4px 4px 0px #00000040;
}

.arenda-vapoln-poch-flex-inner-1 h4 {
  max-width: 241px;
  font-size: 18px;
  font-weight: 350;
  color: black;
  text-align: center;
}

.arenda-vapoln-poch-flex-inner h3 {
  position: absolute;
  color: #fff;
  font-size: 28px;
  background-color: rgba(255, 186, 51, 1);
  font-weight: 300;
  top: 15px;
  left: -32px;
  padding: 7px 13px;
  border-radius: 15px;
  box-shadow: 0px 4px 4px 0px #00000040;
}

.arenda-vapoln-poch-flex-inner h4 {
  max-width: 241px;
  font-size: 18px;
  font-weight: 350;
  text-align: center;
}

.arenda-vapoln-dorabot-subtitle {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.arenda-vapoln-dorabot-list {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 50px;
}

.arenda-vapoln-dorabot-list li {
  margin-bottom: 5px;
}

@media (max-width: 768px) {
  .arenda-vapoln-poch h2 {
    font-size: 28px;
    text-align: center;
  }

  .arenda-vapoln-poch-flex {
    flex-direction: column;
    align-items: center;
    padding: 0;
  }

  .arenda-vapoln-poch-flex-inner,
  .arenda-vapoln-poch-flex-inner-1 {
    width: 90%;
    margin-bottom: 20px;
    text-align: center;
    transform: none;
    box-shadow: none;
  }

  .arenda-vapoln-poch-flex-inner:hover,
  .arenda-vapoln-poch-flex-inner-1:hover{
    transform: none;
    box-shadow: none;
  }

  .arenda-vapoln-poch-flex-inner h3,
  .arenda-vapoln-poch-flex-inner-1 h3 {
    position: static;
  }

  .arenda-vapoln-poch-flex-inner h4,
  .arenda-vapoln-poch-flex-inner-1 h4 {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .arenda-vapoln-poch h2 {
    font-size: 24px;
  }

  .arenda-vapoln-poch-flex-inner h4,
  .arenda-vapoln-poch-flex-inner-1 h4 {
    font-size: 15px;
  }
}

.arenda-result {
  margin-top: 60px;
}

.arenda-result h2 {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 60px;
  line-height: 35px;
}

.arenda-result-container {
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
}

.arenda-result-inner-1,
.arenda-result-inner-2 {
  width: 250px;
  height: 185px;
  text-align: center;
  padding: 10px;
  border-radius: 15px;
  box-shadow: 0px 4px 4px 0px #00000040;
  transition: transform 0.3s ease-out;
}

.arenda-result-inner-1 {
  background-color: #FFBA33;
}

.arenda-result-inner-2 {
  background-color: #272F44;
  color: white;
}

.arenda-result-inner-1:hover,
.arenda-result-inner-2:hover {
  transform: perspective(500px) rotateX(10deg) rotateY(10deg) scale(1.1);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.arenda-result-inner-1 h4 {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 300;
  color: #000000;
  min-height: 110px;
  padding: 0px 33px;
}

.arenda-result-inner-2 h4 {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  min-height: 100px;
}

.arenda-result-inner-2 img,
.arenda-result-inner-1 img {
  max-width: 60px;
}

@media (max-width: 768px) {
  .arenda-result h2 {
    font-size: 28px;
    text-align: center;  
  }

  .arenda-result-container {
    flex-direction: column;
    align-items: center;  
  }

  .arenda-result-inner-1,
  .arenda-result-inner-2 {
    width: 80%;
    margin-bottom: 20px;
    transform: none;
    box-shadow: none;
  }

  .arenda-result-inner-1:hover,
  .arenda-result-inner-2:hover {
    transform: none;
    box-shadow: none;
  }
}

@media (max-width: 480px) {
  .arenda-result h2 {
    font-size: 24px;
  }

  .arenda-result-inner-1 h4,
  .arenda-result-inner-2 h4 {
    font-size: 16px;
  }
}

.arenda-table {
  width: 100%;
  min-width: 800px;
  margin-bottom: 70px;
}

.arenda-tabl {
  margin-top: 100px;
}

.arenda-page-table {
  font-weight: 500;
  font-size: 36px;
  margin-bottom: 45px;
}

.arenda-table__header,
.arenda-table__body {
  display: block;
}

.arenda-table__row_header {
  display: flex;
  width: 100%;
  background-color: white;
  background-image: linear-gradient(to right, rgba(242, 242, 242, 0.2) 0%, #d0d0d0 50%, rgba(242, 242, 242, 0.2) 100%);
}

.arenda-table__row {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #000000;
  background-color: white;
}

.arenda-table__row__color {
  background-image: linear-gradient(to right, rgba(242, 242, 242, 0.2) 0%, #d0d0d0 50%, rgba(242, 242, 242, 0.2) 100%);
}

.arenda-table__row:nth-child(even) {
  background-image: linear-gradient(to right, rgba(242, 242, 242, 0.2) 0%, #d0d0d0 50%, rgba(242, 242, 242, 0.2) 100%);
}

.arenda-table__row_header:last-child {
  border-bottom: none;
}

.arenda-table__row:last-child {
  border-bottom: none;
}

.arenda-table__header-cell-bl,
.arenda-table__header-cell,
.arenda-table__header-cell-1,
.arenda-table__cell {
  flex: 1;
  font-size: 17px;
  padding: 8px;
  text-align: center;
  border-left: 1px solid #000000;
  flex-shrink: 0;
}

.arenda-table__cell__title {
  text-align: left;
  display: flex;
  align-items: center;
}

.arenda-table__row_header>div:first-child {
  border-left: none;
}

.arenda-table__row>div:first-child {
  border-left: none;
}

.arenda-table__header-cell,
.arenda-table__header-cell-1,
.arenda-table__header-cell-bl {
  background-color: transparent;
  padding: 20px 0;
  text-align: center;
  font-weight: bold;
  font-size: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.arenda-table__row>div:nth-child(3).arenda-table__header-cell {
  background-color: transparent;
  color: #ffbb33;
}

.arenda-table__button {
  background-color: #ffbb33;
  color: black;
  padding: 5px 20px;
  border: 0px solid black;
  border-radius: 30px;
  cursor: pointer;
  font-size: 16px;
  width: 70%;
  box-sizing: border-box;
  transition: background-color 0.3s ease;
  margin-top: 5px;
}

.arenda-table__button:hover {
  background-color: gray;
}

.arenda-table-dorabot-subtitle {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.arenda-table-dorabot-list {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 50px;
}

.arenda-table-dorabot-list li {
  margin-bottom: 5px;
}

.arenda-table-page-title {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 20px;
}

.arenda-table-description-services--yellow {
  color: #ffbb33;
  font-style: italic;
  font-size: 20px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .arenda-page-table {
    font-size: 30px;
  }

  .arenda-table__header-cell,
  .arenda-table__header-cell-1,
  .arenda-table__header-cell-bl {
    font-size: 22px;
    padding: 15px 0;
  }

  .arenda-table__cell {
    font-size: 15px;
    padding: 6px;
  }

  .arenda-table__button {
    font-size: 14px;
    padding: 4px 16px;
  }

  .arenda-table-dorabot-subtitle {
    font-size: 16px;
  }

  .arenda-table-dorabot-list {
    font-size: 14px;
  }

  .arenda-table-page-title {
    font-size: 18px;
  }

  .arenda-table-description-services--yellow {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .arenda-page-table {
    font-size: 24px;
  }

  .arenda-table__header-cell,
  .arenda-table__header-cell-1,
  .arenda-table__header-cell-bl {
    font-size: 20px;
    padding: 10px 0;
  }

  .arenda-table__cell {
    font-size: 14px;
    padding: 4px;
  }

  .arenda-table__button {
    font-size: 12px;
    padding: 3px 12px;
  }

  .arenda-table-dorabot-subtitle {
    font-size: 14px;
  }

  .arenda-table-dorabot-list {
    font-size: 12px;
  }

  .arenda-table-page-title {
    font-size: 16px;
  }

  .arenda-table-description-services--yellow {
    font-size: 16px;
  }
}

.perechod-content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}

.perechod-page-title {
  font-weight: 500;
  font-size: 36px;
  margin-bottom: 27px;
}

.perechod-left-column {
  flex: 1;
  margin-right: 20px;
}

.perechod-description-container {
  margin-bottom: 20px;
  margin-top: 20px;
}

.perechod-description-services {
  font-size: 15px;
  margin-bottom: 10px;
  color: rgba(77, 77, 77, 1);
}

.perechod-description-services--yellow {
  color: #ffbb33;
  font-style: italic;
  font-size: 18px;
  font-weight: 500;
}

.perechod-description-services--list {
  list-style-type: none;
  padding-left: 0;
}

.perechod-info-block-services {
  background: linear-gradient(to right, rgba(33, 36, 44, 1), rgba(35, 39, 49, 1), rgba(40, 49, 73, 1));
  border-radius: 30px;
  text-align: left;
  margin: 0 auto;
  width: 32%;
  position: relative;
  padding: 30px;
  overflow: hidden;
}

.perechod-info-title {
  font-size: 26px;
  margin: 0 0 10px;
  color: #FFFFFF;
}

.perechod-info-content {
  font-size: 15px;
  font-weight: 400;
  color: #FFFFFF;
  margin: 25px 0;
}

.perechod-description-text {
  font-size: 16px;
  color: #000;
  line-height: 1.5;
  margin-bottom: 10px;
}

.perechod-description-list-container {
  margin-bottom: 30px;
  margin-top: 15px;
}

.perechod-bold-text-list {
  font-weight: bold;
  font-size: 16px;
}

.perechod-description-list {
  list-style-type: disc;
  padding-left: 20px;
  margin-top: 10px;
  font-size: 17px;
  font-weight: 300;
}

.perechod-button {
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  padding: 10px 20px;
  font-size: 16px;
  color: #333;
  border-radius: 20px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

.perechod-button:hover {
  background-color: #e0e0e0;
}

.perechod-button-container-services {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
}

.perechod-calculate-button-services {
  background: linear-gradient(to right, rgba(211, 139, 0, 1), rgba(255, 168, 0, 1), rgba(255, 183, 44, 1));
  color: black;
  border: 2px solid rgba(211, 139, 0, 1);
  border-radius: 35px;
  padding: 14px 20px;
  font-size: 16px;
  margin-bottom: 10px;
  width: 100%;
}

.perechod-calculate-button-services:hover {
  background: transparent;
  color: #ffffff;
  border: 2px solid #FFFFFF;
}

.perechod-consultation-button-services {
  background: transparent;
  color: white;
  border: 2px solid white;
  border-radius: 35px;
  padding: 14px 20px;
  font-size: 16px;
  width: 100%;
}

.perechod-consultation-button-services:hover {
  background: linear-gradient(to right, rgba(211, 139, 0, 1), rgba(255, 168, 0, 1), rgba(255, 183, 44, 1));
  border: 2px solid rgba(211, 139, 0, 1);
  color: black;
}

.perechod-image-container-services {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.perechod-left-line-services {
  max-width: 23%;
  height: auto;
}

.perechod-right-line-services {
  margin-top: -12px;
  max-width: 50%;
  height: auto;
}

.perechod-process-poch-flex {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0 0 0 40px;
  max-width: 1055px;
}

.perechod-process-poch-flex-inner {
  position: relative;
  padding: 15px 30px;
  width: 615px;
  background-color: #252B3B;
  color: white;
  border-radius: 15px;
  box-shadow: 0px 4px 4px 0px #00000040;
  transition: transform 0.3s ease;
  margin-top: 10px;
}

.perechod-process-poch-flex-inner:hover {
  transform: scale(1.05) rotate(2deg);
}

.perechod-process-poch-flex-inner-1 {
  position: relative;
  padding: 10px 30px;
  height: 90px;
  width: 267px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #252B3B;
  border-radius: 15px;
  box-shadow: 0px 4px 4px 0px #00000040;
  transition: transform 0.3s ease;
}

.perechod-process-poch-flex-inner-1:hover {
  transform: scale(1.05) rotate(2deg);
}

.perechod-process-poch-flex-inner-1 h3 {
  position: absolute;
  color: #fff;
  font-size: 28px;
  background-color: #252B3B;
  font-weight: 300;
  top: 20px;
  left: -32px;
  padding: 7px 13px;
  border-radius: 15px;
  box-shadow: 0px 4px 4px 0px #00000040;
}

.perechod-process-poch-flex-inner-1 h4 {
  max-width: 241px;
  font-size: 18px;
  font-weight: 350;
  color: #fff;
  text-align: center;
}

.perechod-process-poch-flex-inner h3 {
  position: absolute;
  color: #fff;
  font-size: 28px;
  background-color: #252B3B;
  font-weight: 300;
  top: 8px;
  left: -32px;
  padding: 4px 10px;
  border-radius: 15px;
  box-shadow: 0px 4px 4px 0px #00000040;
}

.perechod-process-poch-flex-inner h4 {
  max-width: 570px;
  font-size: 17px;
  font-weight: 350;
  text-align: center;
}

@media (min-width: 769px) and (max-width: 1024px) {
  .perechod-page-title {
    font-size: 28px;
  }

  .perechod-page-title-2 {
    font-size: 18px;
  }

  .perechod-description-services--list {
    font-size: 16px;
  }

  .perechod-info-block-services {
    width: 45%;
  }

  .perechod-info-title {
    font-size: 24px;
  }

  .perechod-info-content {
    font-size: 14px;
  }

  .perechod-calculate-button-services,
  .perechod-consultation-button-services {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .perechod-content-wrapper {
    flex-direction: column;
  }

  .perechod-image-container-services {
  }

  .perechod-left-column {
    margin-right: 0;
  }

  .perechod-page-title {
    font-size: 28px;
  }

  .perechod-page-title-2 {
    font-size: 18px;
    text-align: center;
  }

  .perechod-info-block-services {
    width: 100%;
    margin-bottom: 20px;
  }

  .perechod-description-list {
    font-size: 16px;
  }

  .perechod-process-poch-flex {
    flex-direction: column;
    padding: 0;
    align-items: center;
  }
  
  .perechod-process-poch-flex-inner {
    width: 100%;
    text-align: center;
  }

  .perechod-process-poch-flex-inner h3 {
    position: static;
    color: #fff;
    font-size: 28px;
    background-color: #252B3B;
    font-weight: 300;
    top: 8px;
    left: -32px;
    padding: 4px 10px;
    border-radius: 15px;
    box-shadow: 0px 4px 4px 0px #00000040;
  }

  .perechod-process-poch-flex-inner h4 {
    max-width: 100%;
  }

  .perechod-left-line-services {
    max-width: 29%;
    height: auto;
  }
}

@media (max-width: 480px) {
  .perechod-page-title {
    font-size: 24px; 
  }

  .perechod-page-title-2 {
    font-size: 16px; 
  }

  .perechod-info-title {
    font-size: 24px;
  }

  .perechod-left-line-services {
    max-width: 29%;
    height: auto;
  }
}

.perechod-dorabot {
  margin-top: 60px;
}

.perechod-poch {
  margin-bottom: 55px;
}

.perechod-poch h2 {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 35px;
}

.perechod-poch-h4 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 35px;
}

.perechod-poch-flex {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  padding: 0 0 0 40px;
  flex-wrap: wrap;
  gap: 25px;
  max-width: 1055px;
}

.perechod-poch-flex-inner {
  position: relative;
  padding: 10px 50px;
  width: 300px;
  background-color: rgba(255, 186, 51, 1);
  color: black;
  border-radius: 15px;
  box-shadow: 0px 4px 4px 0px #00000040;
  transition: transform 0.3s ease;
}

.perechod-poch-flex-inner:hover {
  transform: scale(1.05) rotate(2deg);
}

.perechod-poch-flex-inner-1 {
  position: relative;
  padding: 10px 30px;
  width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 186, 51, 1);
  border-radius: 15px;
  box-shadow: 0px 4px 4px 0px #00000040;
  transition: transform 0.3s ease;
}

.perechod-poch-flex-inner-1:hover {
  transform: scale(1.05) rotate(2deg);
}

.perechod-poch-flex-inner-1 h3 {
  position: absolute;
  color: #fff;
  font-size: 28px;
  background-color: rgba(255, 186, 51, 1);
  font-weight: 300;
  top: 10px;
  left: -32px;
  padding: 7px 13px;
  border-radius: 15px;
  box-shadow: 0px 4px 4px 0px #00000040;
}

.perechod-poch-flex-inner-1 h4 {
  max-width: 241px;
  font-size: 18px;
  font-weight: 350;
  color: black;
  text-align: center;
}

.perechod-poch-flex-inner h3 {
  position: absolute;
  color: #fff;
  font-size: 28px;
  background-color: rgba(255, 186, 51, 1);
  font-weight: 300;
  top: 10px;
  left: -32px;
  padding: 7px 13px;
  border-radius: 15px;
  box-shadow: 0px 4px 4px 0px #00000040;
}

.perechod-poch-flex-inner h4 {
  max-width: 241px;
  font-size: 18px;
  font-weight: 350;
  text-align: center;
}

.perechod-zhadach-dorabot-subtitle {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.perechod-zhadach-dorabot-list {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 50px;
}

.perechod-zhadach-dorabot-list li {
  margin-bottom: 5px;
}

@media (min-width: 769px) and (max-width: 1024px) {
  .perechod-poch h2 {
    font-size: 32px;
  }

  .perechod-poch-h4 {
    font-size: 19px;
  }

  .perechod-poch-flex-inner {
    padding: 8px 30px;
  }
}

@media (max-width: 768px) {
  .perechod-poch h2 {
    font-size: 28px;
    text-align: center;
  }

  .perechod-poch-h4 {
    font-size: 18px;
    text-align: center;
  }

  .perechod-poch-flex {
    flex-direction: column;
    padding: 0;
    align-items: center;
  }

  .perechod-poch-flex-inner, .perechod-poch-flex-inner-1 {
    width: 90%;
    text-align: center;
    display: block;
  }
  .perechod-poch-flex-inner h4{
    max-width: 100%;
  }

  .perechod-poch-flex-inner:hover {
    transform: none;
    box-shadow: none;
  }

  .perechod-poch-flex-inner h3, .perechod-poch-flex-inner-1 h3 {
    position: static;
    color: #fff;
    font-size: 28px;
    background-color: rgba(255, 186, 51, 1);
    font-weight: 300;
    top: 10px;
    left: -32px;
    padding: 7px 13px;
    border-radius: 15px;
    box-shadow: 0px 4px 4px 0px #00000040;
  }
}

@media (max-width: 480px) {
  .perechod-poch h2 {
    font-size: 24px;
  }

  .perechod-poch-h4 {
    font-size: 16px;
  }

  .perechod-poch-flex-inner h4, .perechod-poch-flex-inner-1 h4  {
    font-size: 15px;
  }
}

.perechod-perechod-process {
  margin-top: 60px;
}

.perechod-perechod-process-poch h2 {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 35px;
}

.perechod-perechod-process-poch-h4 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 35px;
}

.perechod-perechod-process-poch-flex {
  margin-top: 50px;
  margin-bottom: 40px;
  display: flex;
  justify-content: space-around;
  padding: 0 0 0 40px;
  flex-wrap: wrap;
  gap: 25px;
  max-width: 1055px;
}

.perechod-perechod-process-poch-flex-inner {
  display: flex;
  align-items: center;
  position: relative;
  padding: 5px 30px;
  width: 300px;
  background-color: #252B3B;
  color: white;
  border-radius: 15px;
  box-shadow: 0px 4px 4px 0px #00000040;
  transition: transform 0.3s ease;
}

.perechod-perechod-process-poch-flex-inner:hover {
  transform: scale(1.05) rotate(2deg);
}

.perechod-perechod-process-poch-flex-inner-1 {
  position: relative;
  padding: 15px 30px;
  width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #252B3B;
  border-radius: 15px;
  box-shadow: 0px 4px 4px 0px #00000040;
  transition: transform 0.3s ease;
}

.perechod-perechod-process-poch-flex-inner-1:hover {
  transform: scale(1.05) rotate(2deg);
}

.perechod-perechod-process-poch-flex-inner-1 h3 {
  position: absolute;
  color: #fff;
  font-size: 28px;
  background-color: #252B3B;
  font-weight: 300;
  top: 15px;
  left: -32px;
  padding: 7px 13px;
  border-radius: 15px;
  box-shadow: 0px 4px 4px 0px #00000040;
}

.perechod-perechod-process-poch-flex-inner-1 h4 {
  max-width: 241px;
  font-size: 18px;
  font-weight: 350;
  color: #fff;
  text-align: center;
}

.perechod-perechod-process-poch-flex-inner h3 {
  position: absolute;
  color: #fff;
  font-size: 28px;
  background-color: #252B3B;
  font-weight: 300;
  top: 15px;
  left: -32px;
  padding: 7px 13px;
  border-radius: 15px;
  box-shadow: 0px 4px 4px 0px #00000040;
}

.perechod-perechod-process-poch-flex-inner h4 {
  max-width: 241px;
  font-size: 18px;
  font-weight: 350;
  text-align: center;
}

.perechod-perechod-zhadach-dorabot-subtitle {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.perechod-perechod-zhadach-dorabot-list {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 50px;
}

.perechod-perechod-zhadach-dorabot-list li {
  margin-bottom: 5px;
}

@media (min-width: 769px) and (max-width: 1024px) {
  .perechod-perechod-process-poch h2 {
    font-size: 32px;
  }

  .perechod-perechod-process-poch-h4 {
    font-size: 19px;
  }

  .perechod-perechod-process-poch-flex-inner {
    padding: 8px 30px;
  }
}

@media (max-width: 768px) {
  .perechod-perechod-process-poch h2 {
    font-size: 28px;
    text-align: center;
  }

  .perechod-perechod-process-poch-h4 {
    font-size: 18px;
    text-align: center;
  }

  .perechod-perechod-process-poch-flex {
    flex-direction: column;
    padding: 0;
    align-items: center;
  }

  .perechod-perechod-process-poch-flex-inner, .perechod-perechod-process-poch-flex-inner-1 {
    width: 90%;
    text-align: center;
    display: block;
    height: 125px;
  }

  .perechod-perechod-process-poch-flex-inner h4{
    max-width: 100%;
  }

  .perechod-perechod-process-poch-flex-inner:hover {
    transform: none;
    box-shadow: none;
  }

  .perechod-perechod-process-poch-flex-inner h3, .perechod-perechod-process-poch-flex-inner-1 h3 {
    position: static;
    color: #fff;
    font-size: 28px;
    background-color: #252B3B;
    font-weight: 300;
    top: auto;
    left: auto;
    padding: 7px 13px;
    border-radius: 15px;
    box-shadow: 0px 4px 4px 0px #00000040;
  }
}

@media (max-width: 480px) {
  .perechod-perechod-process-poch h2 {
    font-size: 24px;
  }

  .perechod-perechod-process-poch-h4 {
    font-size: 16px;
  }

  .perechod-perechod-process-poch-flex-inner h4, .perechod-perechod-process-poch-flex-inner-1 h4  {
    font-size: 15px;
  }
}

.perechod-table {
  width: 100%;
  min-width: 800px;
  margin-bottom: 70px;
}

.perechod-tabl {
  margin-top: 100px;
}

.perechod-page-table {
  font-weight: 500;
  font-size: 36px;
  margin-bottom: 45px;
}

.perechod-table__header,
.perechod-table__body {
  display: block;
}

.perechod-table__row_header {
  display: flex;
  width: 100%;
  background-color: white;
  background-image: linear-gradient(to right, rgba(242, 242, 242, 0.2) 0%, #d0d0d0 50%, rgba(242, 242, 242, 0.2) 100%);
}

.perechod-table__row {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #000000;
  background-color: white;
}

.perechod-table__row:nth-child(even) {
  background-image: linear-gradient(to right, rgba(242, 242, 242, 0.2) 0%, #d0d0d0 50%, rgba(242, 242, 242, 0.2) 100%);
}

.perechod-table__row_header:last-child {
  border-bottom: none;
}

.perechod-table__row:last-child {
  border-bottom: none;
}

.perechod-table__header-cell-bl,
.perechod-table__header-cell,
.perechod-table__header-cell-1,
.perechod-table__cell {
  flex: 1;
  font-size: 17px;
  padding: 8px;
  text-align: center;
  border-left: 1px solid #000000;
  flex-shrink: 0; 
}

.perechod-table__cell__butto {
  flex: 1;
  font-size: 21px;
  padding: 8px;
  text-align: center;
  border-left: 1px solid #000000;
  flex-shrink: 0;
}

.perechod-table__cell__title-header {
  text-align: left;
  flex-grow: 2;
  min-width: 250px;
  flex-shrink: 0; 
}

.perechod-table__cell__title {
  text-align: left;
  flex-grow: 2;
  min-width: 250px;
  flex-shrink: 0;
}

.perechod-table__cell__title-final {
  text-align: left;
  font-weight: bold;
  flex-grow: 2;
  min-width: 250px;
  flex-shrink: 0;
}

.perechod-table__row_header>div:first-child {
  border-left: none;
}

.perechod-table__row>div:first-child {
  border-left: none;
}

.perechod-table__header-cell,
.perechod-table__header-cell-1,
.perechod-table__header-cell-bl {
  background-color: transparent;
  padding: 20px 8px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.perechod-table__row>div:nth-child(3).perechod-table__header-cell {
  background-color: transparent;
  color: #ffbb33;
}

.perechod-table__button {
  background-color: #ffbb33;
  color: black;
  padding: 5px 20px;
  border: 0px solid black;
  border-radius: 30px;
  cursor: pointer;
  font-size: 16px;
  width: 100%;
  box-sizing: border-box;
  transition: background-color 0.3s ease;
  margin-top: 5px;
}

.perechod-table__button:hover {
  background-color: #f5f5f5;
}

.perechod-table__button-prozra {
  background-color: transparent;
  color: black;
  padding: 5px 20px;
  border: 1px solid black;
  border-radius: 30px;
  cursor: pointer;
  font-size: 16px;
  width: 100%;
  box-sizing: border-box;
  transition: background-color 0.3s ease;
  margin-top: 5px;
}

.perechod-table__button-prozra:hover {
  background-color: #ffbb33;
}

@media (max-width: 768px) {
  .perechod-page-table {
    font-size: 30px;
  }

  .perechod-table__header-cell,
  .perechod-table__header-cell-1,
  .perechod-table__header-cell-bl {
    font-size: 18px;
    padding: 15px 6px;
  }

  .perechod-table__cell,
  .perechod-table__cell__butto {
    font-size: 15px;
    padding: 6px;
  }

  .perechod-table__cell__title-header,
  .perechod-table__cell__title,
  .perechod-table__cell__title-final {
    min-width: 150px;
  }

  .perechod-table__button,
  .perechod-table__button-prozra {
    font-size: 14px;
    padding: 4px 16px;
  }
}

@media (max-width: 480px) {
  .perechod-page-table {
    font-size: 24px;
  }

  .perechod-table__header-cell,
  .perechod-table__header-cell-1,
  .perechod-table__header-cell-bl {
    font-size: 16px;
    padding: 10px 4px;
  }

  .perechod-table__cell,
  .perechod-table__cell__butto {
    font-size: 14px;
    padding: 4px;
  }

  .perechod-table__cell__title-header,
  .perechod-table__cell__title,
  .perechod-table__cell__title-final {
    min-width: 120px;
  }

  .perechod-table__button,
  .perechod-table__button-prozra {
    font-size: 12px;
    padding: 3px 12px;
  }
}

.perechod-proches {
  margin-top: 90px;
}

.perechod-proches-title {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 55px;
  line-height: 35px;
}

.perechod-proches-timeline {
  position: relative;
  padding-bottom: 5px;
}

.perechod-proches-line {
  width: 100%;
  height: 2px;
  background-color: black;
  position: relative;
  display: flex;
  justify-content: space-around;
}

.perechod-proches-dot {
  width: 12px;
  height: 12px;
  background-color: black;
  border-radius: 50%;
  position: absolute;
  top: -5px;
  cursor: pointer;
}

.perechod-proches-steps {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 90px;
}

.perechod-proches-step {
  width: 24%;
  border-radius: 10px;
  padding: 15px;
  text-align: center;
  box-sizing: border-box;
  transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
}

.perechod-proches-step--dark {
  background-color: rgba(35, 39, 49, 1);
  color: black;
}

.perechod-proches-step--yellow {
  background-color: rgba(255, 180, 35, 1);
  color: black;
}

.perechod-proches-step:hover {
  transform: perspective(500px) translateZ(-20px) scale(0.95);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.perechod-proches-step-inner {
  background-color: white;
  border-radius: 8px;
  padding: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.perechod-proches-step-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}

.perechod-proches-step-description {
  font-size: 14px;
  padding-left: 20px;
  margin-bottom: 35px;
  text-align: left;
}

.perechod-proches-step-description li {
  margin-bottom: 10px;
}

.perechod-proches-step-number {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  margin-top: auto;
}

.perechod-proches-zhadach-dorabot-subtitle {
  font-size: 27px;
  font-weight: bold;
  margin-bottom: 10px;
}

.perechod-proches-zhadach-dorabot-list {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 50px;
}

.perechod-proches-zhadach-dorabot-list li {
  margin-bottom: 5px;
}

@media (max-width: 768px) {
  .perechod-proches-title {
    font-size: 28px; 
    text-align: center;
  }

  .perechod-proches-steps {
    flex-direction: column;
    margin-bottom: 20px;
  }

  .perechod-proches-step {
    width: 100%;
    margin-bottom: 20px;
    transform: none;
    box-shadow: none;
  }

  .perechod-proches-step:hover {
    transform: none;
    box-shadow: none;
  }

  .perechod-proches-line {
    display: none;
  }

  .perechod-proches-step-description {
    font-size: 16px;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .perechod-proches-title {
    font-size: 24px;
  }

  .perechod-proches-step-description {
    font-size: 15px;
  }
}

.perechod-inwest {
  margin-top: 90px;
}

.perechod-inwest__title {
  font-size: 34px;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 35px;
}

.perechod-inwest__subtitle {
  color: #ffbb33;
  font-size: 17px;
  font-style: italic;
  font-weight: bold;
  margin-bottom: 15px;
}

.perechod-inwest__services-title {
  font-size: 17px;
  margin-bottom: 15px;
}

.perechod-inwest__buttons {
  display: flex;
  gap: 20px;
}

.perechod-inwest__button {
  display: inline-block;
  text-align: center;
  padding: 10px 25px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 17px;
  color: black;
  transition: background-color 0.3s ease;
  width: 22%;
}

.perechod-inwest__button--orange {
  background-color: rgba(255, 180, 35, 1);
}

.perechod-inwest__button--orange:hover {
  background-color: #d49500;
}

@media (max-width: 768px) {
  .perechod-inwest__title {
    font-size: 28px;
    text-align: center; 
  }

  .perechod-inwest__buttons {
    display: block;
  }

  .perechod-inwest__button {
    width: 45%;
    margin-bottom: 10px;
  }

  .perechod-inwest {
    margin-top: 90px;
  }
}

@media (max-width: 480px) {
  .perechod-inwest__title {
    font-size: 24px; 
  }

  .perechod-inwest__button {
    width: 90%;
  }

  .perechod-inwest {
    margin-top: 90px;
  }
}

.prog-arenda-main {
  margin-top: 90px;
}

.prog-arenda-images-container {
  overflow: hidden; 
  position: relative;
}

.prog-arenda-images {
  display: flex;
  gap: 40px; 
  width: auto; 
  transition: transform 0.5s ease; 
  position: relative;
  left: 0;  
  margin-bottom: 140px;
}

.prog-arenda-image {
  width: 20%;
  height: 260px;
  background-color: #ccc;
  flex-shrink: 0;
}

.prog-arenda-buttons {
  display: flex;
  justify-content: space-between;
}

.prog-arenda-button {
  width: 23%;
  padding: 10px 20px;
  border: 1px solid black;
  background-color: transparent;
  color: black;
  border-radius: 35px;
  cursor: pointer; 
  transition: background-color 0.3s ease;
  font-size: 16px; 
  text-decoration: none; 
}

.prog-arenda-button:hover {
  background-color: rgba(255, 186, 51, 1);
}

.prog-arenda-tabl {
  margin-top: 90px;
}

.prog-arenda-page-table {
  font-weight: 600;
  font-size: 34px;
  margin-bottom: 45px;
}

.prog-arenda-price-table {
  width: 100%;
}

.prog-arenda-price-table__header,
.prog-arenda-price-table__body {
  display: block;
}

.prog-arenda-price-table__row_header {
  display: flex;
  width: 100%;
  background-color: white;
  background-image: linear-gradient(to right, rgba(242, 242, 242, 0.2) 0%, #d0d0d0 50%, rgba(242, 242, 242, 0.2) 100%);
}

.prog-arenda-price-table__row {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #000000;
  background-color: white;
}

.prog-arenda-price-table__row:nth-child(even) {
  background-image: linear-gradient(to right, rgba(242, 242, 242, 0.2) 0%, #d0d0d0 50%, rgba(242, 242, 242, 0.2) 100%);
}

.prog-arenda-price-table__row_header:last-child {
  border-bottom: none;
}

.prog-arenda-price-table__row:last-child {
  border-bottom: none;
}

.prog-arenda-price-table__header-cell-bl,
.prog-arenda-price-table__header-cell,
.prog-arenda-price-table__header-cell-1,
.prog-arenda-price-table__cell {
  flex: 1;
  font-size: 17px;
  padding: 8px;
  text-align: center;
  border-left: 1px solid #000000;
}

.prog-arenda-price-table__row_header>div:first-child {
  border-left: none;
}

.prog-arenda-price-table__row>div:first-child {
  border-left: none;
  text-align: justify;
}

.prog-arenda-price-table__header-cell,
.prog-arenda-price-table__header-cell-1,
.prog-arenda-price-table__header-cell-bl {
  background-color: transparent;
  padding: 20px 0;
  text-align: center;
  font-weight: bold;
  font-size: 21px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.prog-arenda-price-table__row>div:nth-child(3).prog-arenda-price-table__header-cell {
  background-color: transparent;
  color: #ffbb33;
}

.prog-arenda-price-table__button {
  background-color: #ffbb33;
  color: black;
  padding: 5px 20px;
  border: 1px solid black;
  border-radius: 30px;
  cursor: pointer;
  font-size: 16px;
  width: 100%;
  box-sizing: border-box;
  transition: background-color 0.3s ease;
}

.prog-arenda-price-table__button:hover {
  background-color: white;
}

.prog-arenda-price-table__deleted-price {
  display: block;
  color: black;
  text-decoration: none;
  position: relative;
  margin-top: 10px;
}

.prog-arenda-price-table__deleted-price::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 80px;
  width: 40%;
  height: 2px;
  background-color: red;
}

.prog-arenda-price-table__cell>ul {
  text-align: left;
  padding-left: 20px;
  list-style-type: disc;
}

.prog-arenda-price-table__cell>ul {
  margin: 0;
}

.prog-arenda-price-table__cell>ul>li {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .prog-arenda-page-table {
    font-size: 28px;
  }

  .prog-arenda-price-table__header-cell,
  .prog-arenda-price-table__header-cell-1,
  .prog-arenda-price-table__header-cell-bl {
    font-size: 18px;
    padding: 15px 0;
  }

  .prog-arenda-price-table__cell {
    font-size: 15px;
    padding: 6px;
  }

  .prog-arenda-price-table {
    width: 300%;
  }
}

@media (max-width: 480px) {
  .prog-arenda-page-table {
    font-size: 24px;
  }

  .prog-arenda-price-table__header-cell,
  .prog-arenda-price-table__header-cell-1,
  .prog-arenda-price-table__header-cell-bl {
    font-size: 16px;
    padding: 10px 0;
  }

  .prog-arenda-price-table__cell {
    font-size: 14px;
    padding: 4px;
  }

  .prog-arenda-price-table__button {
    font-size: 14px;
    padding: 8px 16px;
  }

  .prog-arenda-price-table {
    width: 300%;
  }
}

.prog-arenda-tabl {
  display: none; 
  opacity: 0;
  transition: opacity 0.5s ease; 
}

.prog-arenda-tabl.active {
  display: block; 
  opacity: 1;
}

.prog-stoimost-main {
  margin-top: 10px;
}

.prog-stoimost-buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 110px;
}

.prog-stoimost-button {
  width: 23%;
  padding: 10px 20px;
  border: 1px solid black;
  background-color: transparent;
  color: black;
  border-radius: 35px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-size: 16px;
  text-decoration: none;
}

.prog-stoimost-button:hover {
  background-color: rgba(255, 186, 51, 1);
}

.prog-stoimost-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.prog-stoimost-image-slider {
  width: 48%;
  position: relative;
}

.prog-stoimost-image-container {
  overflow: hidden;
  border-radius: 10px;
}

.prog-stoimost-image {
  width: 100%;
  height: 300px;
  background-color: #ccc;
  background-size: cover;
  background-position: center;
  transition: transform 0.5s ease;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  transform: translateX(0%);
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.5s ease;
  border: 3px solid #ccc;
}

.prog-stoimost-image.active {
  opacity: 1;
  transform: translateX(0);
}

.prog-stoimost-pagination {
  display: flex;
  justify-content: center;
  margin-top: 55%;
}

.prog-stoimost-pagination-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid black;
  margin: 0 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.prog-stoimost-pagination-dot-active {
  background-color: #ccc;
  border-color: #ccc;
}

.prog-stoimost-text {
  width: 48%;
}
.prog-stoimost-text h2 {
  font-size: 24px;
  margin-bottom: 10px;
}

.prog-stoimost-text p {
  font-size: 16px;
  line-height: 1.3;
}

@media (min-width: 769px) and (max-width: 1024px) {
  .prog-stoimost-buttons {
    margin-top: 60px;
  }

  .prog-stoimost-button {
    font-size: 14px; 
    padding: 8px 15px;
  }

  .prog-stoimost-image {
    height: 250px; 
  }

  .prog-stoimost-text h2 {
    font-size: 22px; 
  }

  .prog-stoimost-text p {
    font-size: 15px; 
  }

  .prog-stoimost-pagination {
    margin-top: 60%; 
  }
}

@media (max-width: 768px) {
  .prog-stoimost-buttons {
    flex-wrap: wrap; 
    justify-content: center; 
    margin-top: 40px;
  }

  .prog-stoimost-button {
    width: 45%; 
    margin: 5px; 
    font-size: 14px;
    padding: 8px 15px;
  }

  .prog-stoimost-content {
    flex-direction: column; 
    align-items: center; 
  }

  .prog-stoimost-image-slider {
    width: 80%;
    margin-bottom: 20px;
  }

  .prog-stoimost-image {
    height: 220px;
  }

  .prog-stoimost-text {
    width: 80%; 
    text-align: center; 
  }

  .prog-stoimost-text h2 {
    font-size: 22px;
  }

  .prog-stoimost-text p {
    font-size: 15px;
  }

  .prog-stoimost-pagination {
    margin-top: 50%;
  }
}

@media (max-width: 480px) {
  .prog-stoimost-buttons {
    flex-direction: column; 
    margin-top: 30px; 
    margin-left: -10px;
  }

  .prog-stoimost-button {
    width: 100%; 
    margin-bottom: 10px; 
    font-size: 14px;
    padding: 8px 15px;
  }

  .prog-stoimost-content {
    flex-direction: column;
    align-items: stretch; 
  }

  .prog-stoimost-image-slider {
    width: 100%; 
    margin-bottom: 20px; 
  }

  .prog-stoimost-image {
    height: 200px; 
  }

  .prog-stoimost-pagination {
    margin-top: 70%; 
  }

  .prog-stoimost-text {
    width: 100%;
  }

  .prog-stoimost-text h2 {
    font-size: 20px; 
  }

  .prog-stoimost-text p {
    font-size: 14px; 
  }
}

.prog-stoimost-tarif {
  margin-top: 90px;
}

.prog-stoimost-tarif-1 {
  margin-top: 100px;
}

.prog-stoimost-obslu-page-table {
  font-weight: 600;
  font-size: 34px;
  margin-bottom: 45px;
}

.prog-stoimost-price-table {
  width: 100%;
}

.prog-stoimost-price-table__header,
.prog-stoimost-price-table__body {
  display: block;
}

.prog-stoimost-price-table__row_header {
  display: flex;
  width: 100%;
  background-color: white;
  background-image: linear-gradient(to right, rgba(242, 242, 242, 0.2) 0%, #d0d0d0 50%, rgba(242, 242, 242, 0.2) 100%);
}

.prog-stoimost-price-table__row {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #000000;
  background-color: white;
}

.prog-stoimost-price-table__row:nth-child(odd) {
  background-image: linear-gradient(to right, rgba(242, 242, 242, 0.2) 0%, #d0d0d0 50%, rgba(242, 242, 242, 0.2) 100%);
}

.prog-stoimost-price-table__row_header:last-child {
  border-bottom: 1px solid #000000;
}

.prog-stoimost-price-table__header-cell,
.prog-stoimost-price-table__cell {
  flex: 1;
  font-size: 20px;
  padding: 8px;
  text-align: center;
  border-left: 1px solid #000000;
  white-space: nowrap;
  overflow: hidden;
}

.prog-stoimost-price-table__row_header>div:first-child {
  border-left: none;
}

.prog-stoimost-price-table__row>div:first-child {
  border-left: none;
  text-align: left;
  padding-right: 450px;
}

.prog-stoimost-price-table__header-cell {
  background-color: transparent;
  text-align: center;
  font-weight: bold;
  font-size: 23px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.prog-stoimost-price-table__button {
  background-color: #FFBB33;
  color: black;
  padding: 5px 20px;
  border: 1px solid black;
  border-radius: 30px;
  cursor: pointer;
  font-size: 16px;
  width: 35%;
  box-sizing: border-box;
  transition: background-color 0.3s ease;
}

.prog-stoimost-price-table__button:hover {
  background-color: white;
}

.prog-stoimost-price-table__deleted-price {
  display: block;
  color: black;
  text-decoration: none;
  position: relative;
  margin-top: 10px;
  font-size: 17px;
}

.prog-stoimost-price-table__deleted-price::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 140px;
  width: 25%;
  height: 2px;
  background-color: red;
}

.prog-stoimost-price-table__cell>ul {
  text-align: left;
  padding-left: 20px;
  list-style-type: disc;
}

.prog-stoimost-price-table__cell>ul {
  margin: 0;
}

.prog-stoimost-price-table__cell>ul>li {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .prog-stoimost-obslu-page-table {
    font-size: 28px;
  }

  .prog-stoimost-price-table__header-cell,
  .prog-stoimost-price-table__cell {
    font-size: 18px;
    padding: 15px 0;
  }

  .prog-stoimost-price-table {
    width: 300%;
  }
}

@media (max-width: 480px) {
  .prog-stoimost-obslu-page-table {
    font-size: 24px;
  }

  .prog-stoimost-price-table__header-cell,
  .prog-stoimost-price-table__cell {
    font-size: 16px;
    padding: 10px 0;
  }

  .prog-stoimost-price-table__button {
    font-size: 14px;
    padding: 8px 16px;
  }

  .prog-stoimost-price-table {
    width: 300%;
  }
}

.prog-stoimost-tarif,
.prog-stoimost-tarif-1 {
  display: none; 
  opacity: 0;
  transition: opacity 0.5s ease; 
}

.prog-stoimost-tarif.active,
.prog-stoimost-tarif-1.active {
  display: block; 
  opacity: 1;
}

.prog-stoimost-buttons button.active {
  background-color: rgba(255, 186, 51, 1);
}

.prog-opisanie {
  margin-top: 90px;
}

.prog-opisanie-header {
  text-align: left;
  margin-bottom: 30px;
  font-weight: 500;
}

.prog-opisanie-header h2 {
  font-size: 27px;
  font-weight: 500;
  margin-bottom: 20px;
  white-space: nowrap;
}

.prog-opisanie-header p {
  font-size: 27px;
}

.prog-opisanie-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.prog-opisanie-card {
  width: calc(38.33% - 20px); 
  height: 255px;
  aspect-ratio: 2 / 1; 
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}

.prog-opisanie-card:hover {
  transform: translateY(-10px) perspective(500px) rotateX(15deg);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25);
}

.prog-opisanie-card:first-child {
  margin-left: 1;
}

.prog-opisanie-card h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.prog-opisanie-card ul {
  list-style: none;
  padding: 0;
}

.prog-opisanie-card li {
  font-size: 16px;
  margin-bottom: 5px;
  padding-left: 20px;
  position: relative;
}

.prog-opisanie-card li:before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
}

.prog-opisanie-card-blue {
  background-color: #283149;
  color: white;
}

.prog-opisanie-card-blue h3,
.prog-opisanie-card-blue li:before {
  color: #fff;
}

.prog-opisanie-card-yellow {
  background-color: rgba(255, 186, 51, 1);
  color: black;
}

.prog-opisanie-card-yellow h3,
.prog-opisanie-card-yellow li:before {
  color: black;
}

@media (min-width: 769px) and (max-width: 1024px) {
  .prog-opisanie {
    margin-top: 60px;
  }

  .prog-opisanie-header h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }

  .prog-opisanie-header p {
    font-size: 30px;
  }

  .prog-opisanie-card {
    width: calc(45% - 20px); 
    height: 285px;
  }
}

@media (max-width: 768px) {
  .prog-opisanie {
    margin-top: 50px;
  }

  .prog-opisanie-header h2 {
    font-size: 28px;
    margin-bottom: 25px;
    white-space: normal;
  }

  .prog-opisanie-header p {
    font-size: 28px;
  }

  .prog-opisanie-cards {
    justify-content: center;
  }

  .prog-opisanie-card {
    width: 80%; 
    height: auto;
    aspect-ratio: unset; 
    margin-right: 0;
    margin-bottom: 15px;
    padding: 15px;
  }

  .prog-opisanie-card:hover {
    transform: none; 
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }

  .prog-opisanie-card h3 {
    font-size: 19px;
  }

  .prog-opisanie-card li {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .prog-opisanie {
    margin-top: 40px;
  }

  .prog-opisanie-header h2 {
    font-size: 24px;
    margin-bottom: 20px;
    white-space: normal; 
  }

  .prog-opisanie-header p {
    font-size: 24px;
  }

  .prog-opisanie-cards {
    justify-content: center;
  }

  .prog-opisanie-card {
    width: 90%; 
    height: auto; 
    aspect-ratio: unset; 
    margin-right: 0;
    margin-bottom: 15px;
    padding: 15px;
  }

  .prog-opisanie-card:hover {
    transform: none;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); 
  }

  .prog-opisanie-card h3 {
    font-size: 18px;
  }

  .prog-opisanie-card li {
    font-size: 14px;
  }
}

.prog-opisanie-2 {
  margin-top: 10px;
}

.prog-opisanie-2 h2 {
  font-size: 26px;
  text-align: left;
  margin-bottom: 16px;
  font-weight: 500;
}

.prog-opisanie-2-section {
  margin-top: 40px;
}

.prog-opisanie-2-section h3 {
  font-size: 26px;
  line-height: 40px;
  margin-bottom: 15px;
  font-weight: 500;
}

.prog-opisanie-2-section h4 {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 15px;
  font-weight: 500;
}
.prog-opisanie-2-section-h3 {
  font-size: 20px;
  margin-top: 25px;
  margin-bottom: 25px;
  font-weight: 500;
}

.prog-opisanie-2-section-h3-final {
  font-size: 20px;
  margin-bottom: 35px;
  font-weight: 500;
}

.prog-opisanie-2-section-h3-crm {
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: 600;
}

.prog-opisanie-2-section-h3-uparv {
  font-size: 21px;
  margin-top: 25px;
  margin-bottom: 25px;
  font-weight: 600;
}

.prog-opisanie-2-section-h3-komplex {
  font-size: 22px;
  margin-top: 25px;
  margin-bottom: 25px;
  font-weight: 500;
}

.prog-opisanie-2-section-h3-komplex-2 {
  font-size: 20px;
  margin-top: 25px;
  margin-bottom: -10px;
  font-weight: 500;
}

.prog-opisanie-2-section-h3-zarpl {
  font-size: 23px;
  margin-top: 25px;
  margin-bottom: 25px;
  font-weight: 600;
}
.prog-opisanie-footer{
  margin-top: 40px;
  text-align: left;
}
.prog-opisanie-footer h4{
  margin-bottom: 25px;
  line-height: 27px;
  font-size: 21px;
  font-weight: 500;
}
.prog-opisanie-2-section ul {
  list-style: none; 
  padding: 0;
}

.prog-opisanie-2-section li {
  font-size: 16px;
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
}

.prog-opisanie-2-section li:before {  
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
}

@media (min-width: 769px) and (max-width: 1024px) {
  .prog-opisanie-2 {
    margin-top: 60px;
  }

  .prog-opisanie-2 h2 {
    font-size: 30px;
    margin-bottom: 35px;
  }

  .prog-opisanie-2-section h3 {
    font-size: 20px;
  }

  .prog-opisanie-2-section li {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .prog-opisanie-2 {
    margin-top: 50px;
  }

  .prog-opisanie-2 h2 {
    font-size: 26px;
    margin-bottom: 35px;
  }

  .prog-opisanie-2-section {
    margin-bottom: 40px;
  }

  .prog-opisanie-2-section h3 {
    font-size: 19px;
    margin-bottom: 12px;
  }

  .prog-opisanie-2-section li {
    font-size: 15px;
    margin-bottom: 9px;
    padding-left: 22px;
  }
}

@media (max-width: 480px) {
  .prog-opisanie-2 {
    margin-top: 40px;
  }

  .prog-opisanie-2 h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .prog-opisanie-2-section {
    margin-bottom: 30px;
  }

  .prog-opisanie-2-section h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .prog-opisanie-2-section li {
    font-size: 14px;
    margin-bottom: 8px;
    padding-left: 20px;
  }
}

.prog-opisanie-3 {
  margin-top: 60px;
}

.prog-opisanie-3 h2 {
  font-size: 27px;
  line-height: 35px;
  text-align: left;
  margin-bottom: 40px;
  font-weight: 500;
}

.prog-opisanie-3-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; 
  gap: 15px;
}

.prog-opisanie-3-card {
  width: calc(36% - 20px);
  aspect-ratio: 2 / 1; 
  padding: 20px;
  border-radius: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.prog-opisanie-3-card:hover {
  transform: translateX(5px) rotate(-3deg);
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.prog-opisanie-3-cards > *:nth-child(3) {
  width: 34%; 
  aspect-ratio: auto; 
}

.prog-opisanie-3-card h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.prog-opisanie-3-card ul {
  list-style: none;
  padding: 0;
}

.prog-opisanie-3-card li {
  font-size: 16px;
  margin-bottom: 5px;
  padding-left: 20px;
  position: relative;
  font-weight: 300;
}

.prog-opisanie-3-card li:before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
}

.prog-opisanie-3-card-blue {
  background-color: #283149;
  color: white;
}

.prog-opisanie-3-descriptions {
  margin-top: 30px;
  text-align: left;
}

.prog-opisanie-3-description {
  padding: 15px 0px 1px 15px;
  border-radius: 30px;
  margin-bottom: 10px;
  margin-right: 40%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background-color: #f0f0f0;
  position: relative;
}

.prog-opisanie-3-description:hover {
  transform: rotate(-1deg);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 1;
  background-color: rgba(255, 186, 51, 1);
}

.prog-opisanie-3-description p {
  font-size: 16px;
  line-height: 1.5;
}

.prog-opisanie-3-description-yellow {
  background-color: rgba(255, 186, 51, 1);
  color: black;
}

@media (min-width: 769px) and (max-width: 1024px) {
  .prog-opisanie-3 {
    margin-top: 60px;
  }

  .prog-opisanie-3 h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }

  .prog-opisanie-3-card {
    width: calc(50% - 15px);
  }

  .prog-opisanie-3-cards > *:nth-child(3) {
    width: calc(100% - 15px); 
  }

  .prog-opisanie-3-card h3 {
    font-size: 18px;
  }

  .prog-opisanie-3-description {
    margin-right: 20%;
  }
}

@media (max-width: 768px) {
  .prog-opisanie-3 {
    margin-top: 50px;
  }

  .prog-opisanie-3 h2 {
    font-size: 26px;
    margin-bottom: 25px;
  }

  .prog-opisanie-3-cards {
    flex-direction: column; 
    align-items: center; 
    gap: 10px; 
  }

  .prog-opisanie-3-card {
    width: 80%; 
    aspect-ratio: unset;
    padding: 15px;
  }

  .prog-opisanie-3-cards > *:nth-child(3) {
    width: 80%;
    aspect-ratio: unset;
  }

  .prog-opisanie-3-card:hover {
    transform: none;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); 
  }

  .prog-opisanie-3-card h3 {
    font-size: 19px;
  }

  .prog-opisanie-3-card li {
    font-size: 15px;
  }

  .prog-opisanie-3-descriptions {
    margin-top: 20px;
  }

  .prog-opisanie-3-description {
    margin-right: 0; 
    padding: 12px;
  }

  .prog-opisanie-3-description:hover {
    transform: none;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }

  .prog-opisanie-3-description p {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .prog-opisanie-3 {
    margin-top: 40px;
  }

  .prog-opisanie-3 h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .prog-opisanie-3-cards {
    flex-direction: column; 
    align-items: center;
    gap: 10px; 
  }

  .prog-opisanie-3-card {
    width: 90%; 
    aspect-ratio: unset; 
    padding: 15px;
  }

  .prog-opisanie-3-cards > *:nth-child(3) {
    width: 90%;
    aspect-ratio: unset;
  }

  .prog-opisanie-3-card:hover {
    transform: none;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); 
  }

  .prog-opisanie-3-card h3 {
    font-size: 18px;
  }

  .prog-opisanie-3-card li {
    font-size: 14px;
  }

  .prog-opisanie-3-descriptions {
    margin-top: 20px;
  }

  .prog-opisanie-3-description {
    margin-right: 0;
    padding: 10px;
  }

  .prog-opisanie-3-description:hover {
    transform: none;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); 
  }

  .prog-opisanie-3-description p {
    font-size: 14px;
  }
}

.prog-opisanie-4 {
  margin-top: 90px;
  background-color: #212529; 
  padding: 40px 0px 120px; 
  margin-bottom: -180px; 
}

.prog-opisanie-4 h2 {
  font-size: 34px;
  text-align: left;
  margin-bottom: 40px;
  font-weight: 500;
  color: white;
}

.prog-opisanie-4-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; 
}

.prog-opisanie-4-image {
  width: calc(33.33% - 20px);
  height: 200px; 
  margin-bottom: 20px;
  border-radius: 10px;
  background-color: #ccc;
  background-size: cover; 
  background-position: center;
}

.image-modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  overflow: hidden;
}

.image-modal-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  max-width: 95%;
  max-height: 95%;
  overflow: hidden;
}

#imageModalImage {
  width: auto;
  height: auto;
  display: block;
  border-radius: 10px;
  object-fit: contain;
}

.image-modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  font-weight: bold;
  color: #333;
  cursor: pointer;
}

.image-modal-close:hover {
  color: #000;
}

.slider-modal-dadada-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  overflow: hidden;
}

.slider-modal-dadada-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  max-width: 95%;
  max-height: 95%;
  overflow: hidden;
}

.slider-modal-dadada-close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  font-weight: bold;
  color: #333;
  cursor: pointer;
}

.slider-modal-dadada-close:hover,
.slider-modal-dadada-close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

.slider-modal-dadada-image {
  width: auto;
  height: auto;
  display: block;
  border-radius: 10px;
  object-fit: contain;
}

@media (min-width: 769px) and (max-width: 1024px) {
  .prog-opisanie-4 {
    margin-top: 60px;
    padding: 30px 0px 90px;
    margin-bottom: -180px;
  }

  .prog-opisanie-4 h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }

  .prog-opisanie-4-image {
    width: calc(48% - 10px);
    height: 180px;
    margin-bottom: 10px;
  }

  .image-modal-container,
  .slider-modal-dadada-content {
    max-width: 90%; 
    max-height: 90%; 
    padding: 15px; 
  }

  .image-modal-close,
  .slider-modal-dadada-close {
    font-size: 22px; 
  }
}

@media (max-width: 768px) {
  .prog-opisanie-4 {
    margin-top: 50px;
    padding: 30px 0px 80px;
    margin-bottom: -100px;
  }

  .prog-opisanie-4 h2 {
    font-size: 28px;
    margin-bottom: 25px;
  }

  .prog-opisanie-4-image {
    width: calc(48% - 10px);
    height: 160px;
    margin-bottom: 10px;
  }

  .image-modal-container,
  .slider-modal-dadada-content {
    max-width: 95%;
    max-height: 95%; 
    padding: 10px;
  }

  .image-modal-close,
  .slider-modal-dadada-close {
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .prog-opisanie-4 {
    margin-top: 40px;
    padding: 20px 0px 50px;
    margin-bottom: -95px;
  }

  .prog-opisanie-4 h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .prog-opisanie-4-image {
    width: 100%;
    height: 150px;
    margin-bottom: 10px;
  }

  .image-modal-container,
  .slider-modal-dadada-content {
    width: 100%;
    max-width: 100%;
    max-height: 98%;
    padding: 5px;
    border-radius: 0;
  }

  .image-modal-close,
  .slider-modal-dadada-close {
    font-size: 18px;
    top: 5px;
    right: 5px;
  }
}

.prog-opisanie,
.prog-opisanie-2,
.prog-opisanie-3,
.prog-opisanie-4 {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.prog-opisanie.active,
.prog-opisanie-2.active,
.prog-opisanie-3.active,
.prog-opisanie-4.active {
  display: block;
  opacity: 1;
}

.prog-func-vozmoz {
  margin-top: 90px;
}

.prog-func-vozmoz h1 {
  font-size: 34px; 
  margin-bottom: 45px;
}

.prog-func-vozmoz__description {
  font-size: 18px;
  font-weight: 600;
  font-style: italic;
  color: rgba(255, 186, 51, 1);
  white-space: nowrap;
}

.prog-func-vozmoz h2 {
  font-size: 19px;
  margin-bottom: 15px;
}

.prog-func-vozmoz-h2 {
  font-size: 34px;
  font-weight: 500;
  margin-bottom: 45px;
}

.prog-func-vozmoz__list {
  font-size: 17px;
  list-style: none; 
  padding: 0;
  margin-bottom: 30px;
}

.prog-func-vozmoz__list li {
  margin-bottom: 5px;
  position: relative; 
}

.prog-func-vozmoz__buttons-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 50px; 
}

.prog-func-vozmoz__buttons-list li a {
  width: 55%;
  display: block; 
  background-color: rgba(255, 186, 51, 1); 
  color: #000;
  padding: 15px 20px;
  text-decoration: none;
  border-radius: 23px;
  transition: background-color 0.3s ease;
}

.prog-func-vozmoz__buttons-list li a:hover {
  background-color: #2c3e50;
  color: #fff; 
}

@media (min-width: 769px) and (max-width: 1024px) {
  .prog-func-vozmoz {
    margin-top: 60px;
  }

  .prog-func-vozmoz h1 {
    font-size: 30px;
  }

  .prog-func-vozmoz__description {
    font-size: 16px;
  }

  .prog-func-vozmoz h2 {
    font-size: 18px;
  }

  .prog-func-vozmoz-h2 {
    font-size: 30px;
  }

  .prog-func-vozmoz__buttons-list li a {
    width: 70%;
  }
}

@media (max-width: 768px) {
  .prog-func-vozmoz {
    margin-top: 50px;
  }

  .prog-func-vozmoz h1 {
    font-size: 28px;
    margin-bottom: 10px;
  }

  .prog-func-vozmoz__description {
    font-size: 15px;
    margin-bottom: 25px;
    white-space: normal;
  }

  .prog-func-vozmoz h2 {
    font-size: 17px;
    margin-bottom: 12px;
  }

  .prog-func-vozmoz-h2 {
    font-size: 28px;
    margin-bottom: 35px;
  }

  .prog-func-vozmoz__list {
    font-size: 15px;
    margin-bottom: 25px;
  }

  .prog-func-vozmoz__buttons-list li a {
    width: 80%; 
    padding: 13px 17px;
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .prog-func-vozmoz {
    margin-top: 40px;
  }

  .prog-func-vozmoz h1 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .prog-func-vozmoz__description {
    font-size: 14px;
    margin-bottom: 20px;
    white-space: normal;
  }

  .prog-func-vozmoz h2 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .prog-func-vozmoz-h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .prog-func-vozmoz__list {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .prog-func-vozmoz__buttons-list li a {
    width: 100%;
    padding: 12px 15px;
    font-size: 14px;
  }
}

.prog-func-vozmoz-3 {
  margin-top: 60px;
}

.prog-func-vozmoz-2 {
  margin-top: 60px;
}

.prog-func-vozmoz-2 h2 {
  font-size: 34px;
  margin-bottom: 50px;
}

.prog-func-vozmoz-2-h2 {
  font-size: 34px;
  font-weight: 500;
  margin-bottom: 20px;
  margin-top: 30px;
}

.prog-func-vozmoz-2__buttons-list {
  list-style: none;
  padding: 0;
  display: grid; 
  grid-template-columns: repeat(3, 0.24fr); 
  gap: 15px;
  margin-bottom: 80px;
}

.prog-func-vozmoz-2__buttons-list li a {
  display: flex;
  justify-content: center; 
  align-items: center; 
  background-color: #2c3e50; 
  color: #fff; 
  padding: 12px 20px;
  text-decoration: none;
  border-radius: 15px; 
  text-align: center;
  transition: background-color 0.3s ease; 
  min-width: 0; 
  box-sizing: border-box;
  height: 100%; 
}

.prog-func-vozmoz-2__buttons-list li a:hover {
  background-color: rgba(255, 186, 51, 1);
  color: #000;
}

.prog-func-vozmoz-2__description {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  margin-top: 30px;
}

@media (min-width: 769px) and (max-width: 1024px) {
  .prog-func-vozmoz-2 {
    margin-top: 50px;
  }

  .prog-func-vozmoz-2 h2 {
    font-size: 30px;
    margin-bottom: 40px;
  }

  .prog-func-vozmoz-2__buttons-list {
    grid-template-columns: repeat(3, 0.49fr);
    gap: 10px;
    margin-bottom: 60px;
  }

  .prog-func-vozmoz-2__description {
    font-size: 26px;
    margin-top: 25px;
  }
}

@media (max-width: 768px) {
  .prog-func-vozmoz-2 {
    margin-top: 40px;
  }

  .prog-func-vozmoz-2 h2 {
    font-size: 28px;
    margin-bottom: 35px;
  }

  .prog-func-vozmoz-2__buttons-list {
    grid-template-columns: repeat(3, 0.49fr); 
    gap: 12px;
    margin-bottom: 50px;
  }

  .prog-func-vozmoz-2__buttons-list li a {
    padding: 11px 18px;
    font-size: 17px;
  }

  .prog-func-vozmoz-2__description {
    font-size: 24px;
    margin-top: 25px;
  }
}

@media (max-width: 480px) {
  .prog-func-vozmoz-2 {
    margin-top: 30px;
  }

  .prog-func-vozmoz-2 h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .prog-func-vozmoz-2__buttons-list {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 40px;
  }

  .prog-func-vozmoz-2__buttons-list li a {
    padding: 10px 15px;
    font-size: 16px;
  }

  .prog-func-vozmoz-2__description {
    font-size: 22px;
    margin-top: 20px;
  }
}

.prog-func-vozmoz,
.prog-func-vozmoz-2 {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.prog-func-vozmoz.active,
.prog-func-vozmoz-2.active {
  display: block;
  opacity: 1;
}
