@charset "UTF-8";
/* Reset and base styles  */
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Manrope:wght@200..800&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,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&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.cdnfonts.com/css/matricha");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
* {
  padding: 0px;
  margin: 0px;
  border: none;
}

:root {
  --accent:    #4a8fff;
  --accent2:   #2fffb0;
  --warn:      #ff6b35;
  --text:      #e4e8f0;
  --muted:     #6b7685;
  --label:     #a0aab8;
  --tick:      #10B981;
  --cross:     #ff4d4d;
  --radius:    6px;
  --mono: 'IBM Plex Mono', monospace;
  --sans: 'Syne', sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Links */
a,
a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* Common */
aside,
nav,
footer,
header,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit;
}

ul,
ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

address {
  font-style: normal;
}

/* Form */
input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

input::-ms-clear {
  display: none;
}

button,
input[type="submit"] {
  display: inline-block;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}

body {
  font-size: 16px;
  overflow-x: hidden;
  font-family: "Manrope", sans-serif;
  color: #000;
  padding: 0;
}

.section-font {
  font-family: "Montserrat", serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", serif;
}

a {
  color: #000;
}

.container {
  padding: 0 15px;
  max-width: 1320px;
  margin: 0 auto;
}
.container--Xlg {
  max-width: 1409px;
}
.container--lg {
  max-width: 1310px;
  margin: 0 auto;
}
.container--Xsmm {
  max-width: 1292px;
}
.container--Xsm {
  max-width: 1270px;
}
.container--sllg {
  max-width: 1255px;
}
.container--slg {
  max-width: 1245px;
}
.container--sm {
  max-width: 1224px;
  margin: 0 auto;
}
.container--smm {
  max-width: 1165px;
}

.title-2 {
  font-size: 48px;
  font-weight: 700;
}

.features__title {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

.breadcrumb {
  display: flex;
  align-items: center;
}

.breadcrumb__gdrp {
  margin-bottom: 68px !important;
}

.link__breadcrumb {
  font-size: 20px;
  margin: 0 20px 0 0;
}
.link__breadcrumb.active {
  color: #498cd8;
}
@media screen and (max-width: 768px) {
  .link__breadcrumb {
    margin: 0 4px;
  }
}

.link__gray {
  color: #949494;
}
@media screen and (max-width: 768px) {
  .link__gray {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

.articles__title {
  max-width: 700px;
}

.articles__header-offer {
  max-width: 920px !important;
}

.artcl__breadcrumb {
  margin-bottom: 50px !important;
}

.header {
  position: relative;
  background-image: url("billboard.png");
  background-size: cover;
  background-position: center;
  padding: 145px 0 200px 0;
  color: white;
}
@media screen and (max-width: 873px) {
  .header {
    padding: 145px 0 86px 0;
  }
}
.subtitle-header__btn {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .header {
    /* padding: 195px 0 86px 0; */
  }
}

.header__title {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  max-width: 750px;
  margin-bottom: 29px;
}
@media screen and (max-width: 873px) {
  .header__title {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 550px) {
  .header__title {
    font-size: 28px;
  }
}
@media screen and (max-width: 400px) {
  .header__title {
    font-size: 21px;
  }
}
.header-wrapper__orders {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.order__GDPR {
  width: 100px;
  height: 100px;
}
@media screen and (max-width: 768px) {
  .order__GDPR {
    width: 69px;
    height: 58px;
  }
}
.header__title .subtitle {
  font-size: 20px;
  font-weight: 800;
  display: block;
  margin: 24px 0 9px 0;
}

@media screen and (max-width: 1024px) {
  .header__title .subtitle {
    font-size: 24px;
  }
}
@media screen and (max-width: 929px) {
  .header__title .subtitle {
    max-width: 518px;
  }
}
@media screen and (max-width: 873px) {
  .header__title .subtitle {
    max-width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .header__title .subtitle {
    font-size: 18px;
    margin-top: 15px;
  }
}
.link__header-title {
  color: #fff;
}

.header__wrapper {
  position: relative;
}

.header__info {
  display: flex;
  /* position: relative;
  top: 65px; */
}
@media screen and (max-width: 873px) {
  .header__info {
    justify-content: center;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 600px) {
  .header__info {
    top: 56px;
  }
}

.custom-input-194x31 {
  display: none;
}

.header__stats {
  display: flex;
  column-gap: 40px;
  text-align: center;
  margin: 0px 0 118px 0;
}
@media screen and (max-width: 1090px) {
  .header__stats {
    margin: 0px 0 77px 0;
  }
}
@media screen and (max-width: 1024px) {
  .header__stats {
    justify-content: center;
  }
}
@media screen and (max-width: 550px) {
  .header__stats {
    display: none;
  }
  .header-stats__adapts {
    display: flex !important;
    margin: 15px 0;
  }
  .link__header-title {
    margin-bottom: 15px;
  }
}
.header-stats__adapts {
  display: none;
}
.stats__count {
  font-family: "Matricha", sans-serif;
  font-size: 48px;
  display: flex;
  flex-direction: column;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .stats__count {
    font-size: 40px;
  }
}
@media screen and (max-width: 550px) {
  .stats__count {
    font-size: 34px;
  }
  .stats__txt {
    font-size: 18px;
  }
}
.stats__txt {
  font-size: 24px;
  font-weight: 600;
  font-family: "Montserrat", serif;
}
@media screen and (max-width: 1024px) {
  .stats__txt {
    font-size: 20px;
  }
}

.devices {
  position: absolute;
  right: -10%;
  bottom: -53%;
  border-bottom-right-radius: 65px;
}
@media screen and (max-width: 1418px) {
  .devices {
    right: 0%;
  }
}
@media screen and (max-width: 1280px) {
  .devices {
    right: -1%;
  }
}
@media screen and (max-width: 1200px) {
  .devices {
    width: 696px;
    bottom: -10%;
  }
}
@media screen and (max-width: 1090px) {
  .devices {
    width: 621px;
    bottom: -18%;
  }
}
@media screen and (max-width: 1024px) {
  .devices {
    width: 594px;
    bottom: -25%;
  }
}
@media screen and (max-width: 929px) {
  .devices {
    width: 530px;
    bottom: -16%;
  }
}
@media screen and (max-width: 873px) {
  .devices {
    display: none;
  }
}

.btn__demo {
  color: #fff;
  background-color: #eb1014;
  font-size: 24px;
  font-weight: 600;
  display: block;
  width: 198px;
  padding: 20px 0;
  border-radius: 40px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 12px;
}
@media screen and (max-width: 1090px) {
  .btn__demo {
    font-size: 21px;
    padding: 14px 0;
  }
}
.btn__contact {
  color: #fff;
  background-color: #007fc5;
  font-size: 24px;
  font-weight: 600;
  display: block;
  width: 198px;
  padding: 20px 0;
  border-radius: 40px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 12px;
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
  .btn__demo {
    margin: 0 auto;
  }
  .button-group {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .btn__demo {
    font-size: 18px;
    width: 172px;
    padding: 17px 0;
  }
  .lightUp-demo__block {
    text-align: center;
  }
  .button-group {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 873px) {
  .lightUp-demo__block {
    margin: 0 auto;
  }
}

.lightUp-demo__block {
  max-width: 200px;
}

.button-group {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  gap: 128px;
}

.trusteds__logs {
  position: relative;
}

.trusted__logos {
  display: flex;
  align-items: center;
  column-gap: 33px;
  cursor: pointer;
  position: absolute;
  top: 70px;
}
@media screen and (max-width: 1200px) {
  .trusted__logos {
    /* top: -16px; */
  }
}
@media screen and (max-width: 873px) {
  .trusted__logos {
    position: static;
    justify-content: center;
  }
}
/* @media screen and (max-width: 600px) {
  .trusted__logos {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
} */
@media screen and (max-width: 768px) {
  .trusted__logos {
    flex-wrap: wrap;
    gap: 10px;
  }
}

.carousel-container {
  max-width: 536px;
  width: 100%;
  position: relative;
}

.carousel {
  position: relative;
  width: 100%;
  height: 450px;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.carousel-track {
  display: flex;
  width: 300%;
  height: 100%;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.slide {
  width: 33.333%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.slide-content {
  text-align: center;
  color: white;
  z-index: 2;
  padding: 40px;
}

.slide-content h2 {
  font-size: 3rem;
  margin-bottom: 20px;
  font-weight: 700;
  opacity: 0;
  transform: translateY(30px);
  animation: slideInUp 0.8s ease-out 0.2s forwards;
}

.slide-content p {
  font-size: 1.2rem;
  line-height: 1.6;
  opacity: 0;
  transform: translateY(30px);
  animation: slideInUp 0.8s ease-out 0.4s forwards;
  max-width: 500px;
  margin: 0 auto;
}

.slide-content .btn {
  display: inline-block;
  margin-top: 30px;
  padding: 15px 30px;
  background: rgba(255, 255, 255, 0.2);
  color: white;
  text-decoration: none;
  border-radius: 50px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease;
  font-weight: 600;
  opacity: 0;
  transform: translateY(30px);
  animation: slideInUp 0.8s ease-out 0.6s forwards;
}

.slide-content .btn:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.buy-btn {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  background-color: #007fc5;
  padding: 11px 37px;
  display: flex;
  justify-content: center;
  border-radius: 40px;
  transition: opacity 0.3s ease-in;
  text-decoration: none;
  border: none;
  cursor: pointer;
}
.buy-btn:hover {
  opacity: 0.75;
}
@media screen and (max-width: 500px) {
  .buy-btn {
    width: 100%;
  }
}

.carousel-nav {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 30px;
}

.nav-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
}

.nav-dot.active {
  background: white;
  transform: scale(1.2);
}

.nav-dot:hover {
  background: rgba(255, 255, 255, 0.6);
  transform: scale(1.1);
}

.carousel-arrows {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: all 0.3s ease;
  z-index: 10;
  backdrop-filter: blur(10px);
}

.carousel-arrows:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: translateY(-50%) scale(1.1);
}

.arrow-left {
  left: 20px;
}

.arrow-right {
  right: 20px;
}

.decorative-shape {
  position: absolute;
  opacity: 0.1;
  pointer-events: none;
}

.shape-1 {
  top: -50px;
  right: -50px;
  width: 200px;
  height: 200px;
  background: white;
  border-radius: 50%;
}

.shape-2 {
  bottom: -30px;
  left: -30px;
  width: 150px;
  height: 150px;
  background: white;
  transform: rotate(45deg);
}

@keyframes slideInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 768px) {
  /* .carousel-container {
    padding: 20px;
    margin: 10px;
  } */

  .carousel {
    height: 400px;
  }

  .slide-content h2 {
    font-size: 2rem;
  }

  .slide-content p {
    font-size: 1rem;
    padding: 0 10px;
  }

  .carousel-arrows {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  .arrow-left {
    left: 10px;
  }

  .arrow-right {
    right: 10px;
  }
}

@media (max-width: 480px) {
  .carousel {
    height: 350px;
  }

  .slide-content {
    padding: 20px;
  }

  .slide-content h2 {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }

  .slide-content p {
    font-size: 0.9rem;
  }

  .slide-content .btn {
    padding: 12px 24px;
    font-size: 0.9rem;
  }
}

.header-admin {
  padding: 0 !important;
}

.header-second {
  background-color: #007fc5;
  padding: 12px 0;
}

.header__offers {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 794px;
}
@media screen and (max-width: 768px) {
  .header__offers {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .header__logo {
    width: 116px;
  }
}

.synhrinization__offer {
  max-width: 1146px;
}

.design__offer {
  max-width: 1080px;
}

.source__offer {
  max-width: 1152px;
}

.software__offer {
  max-width: 922px;
}

.startup__offer {
  max-width: 1015px;
}

.attack__offer {
  max-width: 1100px;
}

.network__offer {
  max-width: 1006px;
}

.synhrinization__title {
  max-width: 829px;
}
@media screen and (max-width: 1180px) {
  .synhrinization__title {
    font-size: 24px !important;
  }
}
@media screen and (max-width: 768px) {
  .synhrinization__title {
    font-size: 16px !important;
  }
}

.header__blog {
  max-width: 704px;
}
@media screen and (max-width: 1180px) {
  .header__blog {
    max-width: 648px;
  }
}

.header__lightupon {
  max-width: 1010px;
}

.header-special__title {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .header-special__title {
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .header-special__title {
    display: flex;
    justify-content: center;
    font-size: 20px !important;
    text-align: center;
  }
}

.attack__title {
  max-width: 748px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .attack__title {
    font-size: 16px;
  }
}

.software__title {
  max-width: 522px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .software__title {
    max-width: none;
  }
}

@media screen and (max-width: 1024px) {
  .dropbox__offer {
    gap: 100px;
    justify-content: unset;
  }
}

.network__title {
  max-width: 691px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .network__title {
    font-size: 16px;
  }
}

@media screen and (max-width: 1080px) {
  .blog__title {
    margin: 0 auto;
  }
}

.offers__enterprice {
  max-width: 960px;
}

.dangers__offer {
  max-width: 887px;
}
.error__offer {
  max-width: 694px;
}
@media screen and (max-width: 1024px) {
  .error__offer {
    max-width: 556px;
  }
}
@media screen and (max-width: 768px) {
  .error__offer {
    max-width: none;
  }
}

.enterprice__title {
  max-width: 610px;
  text-align: center;
}
@media screen and (max-width: 1134px) {
  .enterprice__title {
    font-size: 28px;
  }
}

.lightupon__title {
  margin: 0 auto;
  text-align: center;
  font-size: 24px;
  max-width: 700px;
  display: block;
}
.lightupon__title span {
  color: #ff7d13;
}
@media screen and (max-width: 768px) {
  .lightupon__title {
    text-align: unset;
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto;
  }
}

.industries {
  background-color: #007fc5;
  padding: 75px 0;
}
@media screen and (max-width: 768px) {
  .industries {
    padding: 56px 0 79px 0;
  }
}

.industries__title {
  color: #fff;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .industries__title {
    margin-bottom: 51px;
  }
}

.industry__blocks {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .industry__blocks {
    flex-direction: column;
    gap: 60px;
  }
}

.industry__block {
  background-color: #fff;
  border-radius: 32px;
}
.industry__block--lgblock {
  width: 662px;
  padding: 85px 60px;
}
@media screen and (max-width: 768px) {
  .industry__block--lgblock {
    padding: 36px 60px;
    width: 100%;
  }
}
.industry__block--smblock {
  width: 534px;
  padding: 85px 60px;
}
@media screen and (max-width: 768px) {
  .industry__block--smblock {
    padding: 36px 60px;
    width: 100%;
  }
}

.industry-block__private {
  padding: 111px 60px;
}

.industry-block__phot {
  padding: 85px 60px;
}
@media screen and (max-width: 768px) {
  .industry-block__phot {
    padding: 36px 60px;
  }
}

.industry__blocks-mb {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .industry__blocks-mb {
    margin-bottom: 60px;
  }
}

.industry-item__title {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 24px;
  text-align: center;
}

.industry__item {
  list-style-type: disc;
  font-size: 24px;
  font-weight: 600;
}
.industry__item:nth-child(1) {
  max-width: 350px;
}

.Interface {
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .Interface {
    /* padding: 120px 0 100px 0px; */
  }
}

.titles__interface {
  text-align: center;
  margin-bottom: 67px;
}
@media screen and (max-width: 768px) {
  .titles__interface {
    margin-bottom: 20px;
  }
}
.titles__interface span {
  font-size: 20px;
}

.title__interface {
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .title__interface {
    font-size: 32px;
  }
}

.Interface__info {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
@media screen and (max-width: 1024px) {
  .Interface__info {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: center; */
    /* height: 100vh; */
  }
}
@media screen and (max-width: 768px) {
  .Interface__info {
    order: 1;
    gap: 52px;
  }
}

@media screen and (max-width: 768px) {
  .info__txt {
    order: 1;
  }
}
.info__txt p {
  font-weight: 500;
  font-size: 24px;
  max-width: 651px;
}
@media screen and (max-width: 1024px) {
  .info__txt p {
    max-width: 100%;
  }
}
.info__txt p:first-child {
  margin-bottom: 36px;
}

.info__txt p:nth-child(4) {
  margin-bottom: 36px;
}

/* .info__txt p + p {
  margin-top: 1em;
} */

.features-comparison {
  padding: 40px 0 0 0;
}
@media screen and (max-width: 768px) {
  .features-comparison {
    /* padding: 40px 0 140px 0; */
  }
}

.operation__titles {
  margin-bottom: 53px;
  text-align: center;
}

.title__comparison {
  margin-bottom: 53px;
  text-align: center;
  font-size: 40px;
}
.title__operation {
  margin-bottom: 0;
  font-weight: 700;
}

@media screen and (max-width: 1280px) {
  .title__comparison {
  }
}
@media screen and (max-width: 768px) {
  /* .title__comparison {
    font-size: 30px;
  } */
}
@media screen and (max-width: 600px) {
  .title__comparison {
    font-size: 32px;
  }
}

.light {
  color: #ff7d13;
}

/* features*/
.features {
  background-color: #fff;
  box-shadow: 0px 4px 42px rgba(0, 127, 197, 0.2);
  border-radius: 30px;
  padding: 80px 118px;
  /* display: flex;
  justify-content: space-between; */
  border-radius: 30px;
  overflow: hidden;
  transition: border-radius 0.3s ease;
  /* margin-bottom: 45px; */
}
.features:nth-child(3) {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .features {
    padding: 46px 36px;
  }
}
@media screen and (max-width: 600px) {
  .features {
    /* padding: 0; */
  }
}

.features__block {
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  /* .features__block {
    margin-bottom: 0;
  } */
}

.features.accordion-open-left {
  border-bottom-left-radius: 0;
}

.features.accordion-open-right {
  border-bottom-right-radius: 0;
}

.content-accordions__block {
  display: flex;
  justify-content: space-between;
}

.feature-border {
  border-left: 2px solid #b0b0b0;
  height: 200px;
  margin: 76px 50px 0 50px;
}
@media screen and (max-width: 768px) {
  .feature-border {
    border-left: 0;
    height: 0;
    margin: 0;
  }
}

.feature {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .feature {
    display: block;
    border-radius: 30px;
    /* box-shadow: 0px 20px 42px rgba(0, 127, 197, 0.2);
    padding: 66px 36px; */
  }
}

.data__feature {
  margin-bottom: 15px;
}

.feature__title {
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 56px;
}
.architects__title {
  margin-bottom: 10px;
}
@media screen and (max-width: 1280px) {
  .feature__title {
    font-size: 31px;
  }
}
@media screen and (max-width: 550px) {
  .feature__title {
    font-size: 24px;
    margin-bottom: 15px;
  }
}

.feature__grids {
  display: grid;
  grid-template-rows: auto 1fr auto;
}

.txt__services {
  font-weight: 500;
  font-size: 24px;
  max-width: 456px;
  /* margin-bottom: 97px; */
}
.architects__txt {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
.feature__flexes {
  display: grid;
  grid-template-rows: auto 1fr auto;
}

@media screen and (max-width: 1280px) {
  .txt__services {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .txt__services {
    margin-bottom: 15px;
  }
}
.txt__services.txt__most {
  margin-bottom: 0;
  margin-bottom: 31px;
}
@media screen and (max-width: 768px) {
  .txt__services.txt__most {
    margin-bottom: 15px;
  }
}

.title__more {
  font-size: 20px;
  font-weight: 500;
  color: #000;
}

.feature__title-accordion {
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .feature__title-accordion {
    margin-bottom: 15px;
  }
}
.feature__title-accordion img {
  margin-left: 8px;
}

.feature__title-accordion.active img {
  transform: rotate(90deg);
  transition: transform 0.3s ease-in, width 0.3s ease, height 0.3s ease;
}

.feature__content {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out, opacity 0.1s ease-out 0.3s, visibility 0.1s ease-out 0.3s;
}

.feature__content.active {
  visibility: visible;
  opacity: 1;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out, opacity 0.1s ease-out 0.3s, visibility 0.1s ease-out 0.3s;
}

.feature__blocks {
  background-color: #fff;
  box-shadow: 0px 4px 42px rgba(0, 127, 197, 0.2);
  width: 646px;
  padding: 27px 15px 58px 51px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 1280px) {
  .feature__blocks {
    width: 100%;
  }
}

.feature-content__txt {
  max-width: 206px;
}

.feature-contentTxt__smwd {
  max-width: 209px;
  margin-bottom: 0;
}

.feature-contentTxt__wd {
  max-width: 279px;
  margin-bottom: 15px;
}

.light__title {
  font-weight: 700;
  font-size: 40px;
  border-bottom: 2px solid #f3ae45;
  width: 140px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1280px) {
  .light__title {
    font-size: 32px;
    width: 120px;
  }
}

.feature-content__txt {
  font-weight: 500;
  font-size: 24px;
}
@media screen and (max-width: 1280px) {
  .feature-content__txt {
    font-size: 20px;
  }
}
.feature-content__txt .highlight-green {
  color: #13ab48;
}
.feature-content__txt .highlight-blue {
  color: #498cd8;
}

.feature-input__group {
  display: flex;
  flex-direction: column;
}

.input__group {
  display: flex;
  margin-bottom: 4px;
}
.input__group label {
  font-weight: 500;
  font-size: 24px;
  white-space: nowrap;
}
@media screen and (max-width: 1280px) {
  .input__group label {
    font-size: 20px;
  }
}

.feature-input {
  width: 47px;
  padding: 3px 6px;
  border: 1px solid #b0b0b0;
  text-align: center;
  margin-left: 4px;
}
.feature-input::placeholder {
  font-weight: 500;
  color: #000;
}

/* features*/
/* features*/
.provider {
  display: block;
  margin-top: 32px;
}

.txts__services {
  max-width: 472px;
}

/* .txt__risk {
  margin-bottom: 0;
  margin-bottom: 162px;
} */
@media screen and (max-width: 768px) {
  .txt__risk {
    margin-bottom: 15px;
  }
}

.feature-contentTxt__massive {
  max-width: 257px;
}

.txt__hosting {
  max-width: 271px;
}

.feature-contentTxt__сloud {
  max-width: 243px;
}

.lightCloud-txt {
  max-width: 265px;
}

.bloated-txt {
  max-width: 209px;
}

/* Pricing cards grid */
.cards-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .cards-grid {
    grid-template-columns: 1fr;
  }
}

.card {
  background: #fff;
  border-radius: 30px;
  box-shadow: 0px 4px 42px rgba(0, 127, 197, 0.2);
  padding: 40px 36px 36px;
  display: flex;
  flex-direction: column;
  position: relative;
  border: 2px solid transparent;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.card:hover {
  box-shadow: 0px 8px 52px rgba(0, 127, 197, 0.3);
  transform: translateY(-2px);
}
.card--featured {
  border-color: #007FC5;
}

.card-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: #007FC5;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 4px 18px;
  border-radius: 20px;
  white-space: nowrap;
}

.card-tag {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #007FC5;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.card-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 4px;
  line-height: 1.2;
}
.card-subtitle {
  font-size: 13px;
  color: #888;
  margin-bottom: 24px;
}

.card-features {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 28px;
  flex: 1;
}
.card-features li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  color: #555;
  line-height: 1.45;
}

.card-price {
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.price-label {
  font-size: 12px;
  color: #888;
  margin-bottom: 4px;
}
.price-amount {
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 4px;
}
.price-period {
  font-size: 14px;
  font-weight: 500;
  color: #888;
}
.price-note {
  font-size: 12px;
  color: #888;
  margin-bottom: 16px;
}

.btn {
  display: block;
  text-align: center;
  padding: 13px 20px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.15s ease;
}
.btn-primary {
  background: #007FC5;
  color: #fff;
  border: none;
}
.btn-primary:hover {
  background: #0070ae;
}
.btn-outline {
  background: transparent;
  color: #007FC5;
  border: 2px solid #007FC5;
}
.btn-outline:hover {
  background: rgba(0, 127, 197, 0.06);
}

.footer {
  background-color: #005686;
  padding: 44px 0 220px 0;
}

.footer-second {
  padding-bottom: 95px;
}
@media screen and (max-width: 1024px) {
  .footer-second {
    padding-bottom: 77px;
  }
}

.footer__wrrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .footer__wrrap {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .footer__logo {
    width: 141px;
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 1024px) {
  .footer__nav {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .footer__nav {
    text-align: center;
  }
}

.footer__list-nav {
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 1024px) {
  .footer__list-nav {
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .footer__list-nav {
    display: block;
  }
}

.footer__list-nav1 {
  display: flex;
  justify-content: center;
  margin-bottom: 51px;
}
@media screen and (max-width: 768px) {
  .footer__list-nav1 {
    display: block;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .footer__list-item {
    margin-right: 0;
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 768px) {
  .footer__list-item2 {
    margin-right: 0;
  }
}

.footer__list-link {
  text-align: center;
  font-weight: 800;
  font-size: 24px;
  color: #fff;
}


.social-links {
  margin-top: 10px;
}

.x-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  transition: color 0.3s ease;
}

.x-link:hover {
  color: #1DA1F2; /* X/Twitter blue */
}

.x-link svg {
  transition: transform 0.3s ease;
}

.x-link:hover svg {
  transform: scale(1.1);
}

/* Responsive */
@media (max-width: 768px) {
  .footer-content {
    padding: 0 15px;
  }
}

.payment__options {
  margin-bottom: 18px;
}
.payment__options a {
  margin-right: 12px;
}

@media screen and (max-width: 1024px) {
  .footer-pay__img {
    width: 106px;
    height: 71px;
  }
  .footer-pay__img:first-child {
    height: 66px;
  }
}

@media screen and (max-width: 1024px) {
  .footer-app__img {
    width: 238px;
  }
}

@media screen and (max-width: 1024px) {
  .payment__download {
    text-align: center;
  }
}

.preorder-form {
  padding: 45px 0 70px 0;
}
@media screen and (max-width: 768px) {
  .preorder-form {
    padding: 24px 0 40px 0;
  }
}

.preorder__title {
  font-size: 23px;
  font-weight: 700;
  color: #000;
  /* margin-bottom: 99px; */
}
@media screen and (max-width: 1024px) {
  .preorder__title {
    text-align: center;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 600px) {
  .preorder__title {
    font-size: 15px;
  }
}

.subtitle__orders {
  margin-bottom: 20px;
}

.select__months {
  border: 1px solid black;
  width: 341px;
  padding: 12px 16px;
  border-radius: 12px;
}
@media screen and (max-width: 500px) {
  .select__months {
    width: 100%;
  }
}

.preorder__wrap {
  display: flex;
  align-items: flex-start;
  gap: 65px;
  padding-bottom: 70px;
}
@media screen and (max-width: 1120px) {
  .preorder__wrap {
    gap: 38px;
  }
}
@media screen and (max-width: 1024px) {
  .preorder__wrap {
    flex-direction: column;
    gap: 60px;
  }
}
@media screen and (max-width: 768px) {
  .preorder__wrap {
    padding-bottom: 40px;
  }
}

.preorder__blocks {
  max-width: 589px;
}
@media screen and (max-width: 1024px) {
  .preorder__blocks {
    /* order: 2; */
    margin: 0 auto;
  }
}

.preorder__forms {
  margin-bottom: 43px;
}

.preorder-next__from {
  margin-bottom: 21px;
}
@media screen and (max-width: 600px) {
  .preorder-next__from {
    margin-bottom: 29px;
  }
}

@media screen and (max-width: 1024px) {
  .features__blocks {
    margin: 0 auto;
  }
}

.location__group {
  display: flex !important;
  justify-content: unset !important;
  gap: 128px;
}
@media screen and (max-width: 600px) {
  .location__group {
    gap: 8px;
    margin-bottom: 0;
  }
}

.preord__group {
  margin-bottom: 24px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .preord__group {
    flex-direction: column;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .label__preord {
    font-size: 20px;
    font-weight: 500;
    display: block;
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 600px) {
  .window__preod {
    font-size: 24px;
    font-weight: 700;
  }
}

.input__location {
  text-align: left;
  font-weight: 700;
  font-size: 23px;
}

.custom__select {
  position: relative;
}

.selected__value {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .selected__value {
    font-size: 14px;
    font-weight: 500;
  }
}

.select__button {
  padding: 16px 12px;
  background: #fff;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  width: 344px;
  border: 1px solid #747474;
}
@media screen and (max-width: 600px) {
  .select__button {
    padding: 15px 8px;
  }
}
@media screen and (max-width: 500px) {
  .select__button {
    width: 100%;
  }
}

.arrow {
  transition: transform 0.2s ease;
}

.custom__select.active .arrow {
  transform: rotate(180deg);
}

.select__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 15px;
  margin-top: 4px;
  padding: 8px 0;
  list-style: none;
  display: none;
  z-index: 1;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.custom__select.active .select__dropdown {
  display: block;
}

.select__dropdown li {
  padding: 0;
}

.select__dropdown li button {
  padding: 12px 16px;
  border: none;
  background: none;
  text-align: left;
  cursor: pointer;
  font-size: 18px;
  color: #000;
}

.input__preod {
  font-weight: 600;
  border: 1px solid #949494;
  width: 344px;
  padding: 12px 16px;
  border-radius: 12px;
}
@media screen and (max-width: 500px) {
  .input__preod {
    width: 100%;
  }
}

.input__error {
  border: 1px solid #eb1014;
}

.password__error {
  color: #eb1014;
  margin-left: 8px;
  margin-bottom: 16px;
}

.block__company {
  display: flex;
  flex-direction: column;
}

.optional__txt {
  color: #949494;
  margin-left: 9px;
  display: block;
  margin-bottom: 33px;
}
@media screen and (max-width: 600px) {
  .optional__txt {
    font-size: 12px;
    margin-bottom: 0;
  }
}

.optional__txt2 {
  margin-bottom: 0;
}

.user-type__option {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  .user-type__option {
    display: none;
  }
}
.user-type__option .user__input {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #949494;
  border-radius: 2px;
  background-color: #fff;
  display: inline-block;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}
.user-type__option .user__input::after {
  content: "";
  width: 6px;
  height: 11px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  opacity: 0;
  transition: opacity 0.2s ease;
}
.user-type__option .user__input:checked {
  background-color: #3f51b5;
  border-color: #3f51b5;
}
.user-type__option .user__input:checked::after {
  opacity: 1;
}

.input__submit {
  margin-bottom: 25px;
}

.sign__google {
  font-size: 24px;
  font-weight: 500;
  color: #000;
  border: 1px solid #000;
  width: 344px;
  padding: 12px 40px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 20px;
}
.sign__google img {
  margin-left: 20px;
}
@media screen and (max-width: 500px) {
  .sign__google {
    width: 100%;
  }
}

.btn__submit {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  background-color: #007fc5;
  width: 239px;
  padding: 11px 37px;
  display: flex;
  margin: 0 auto;
  border-radius: 40px;
  transition: opacity 0.3s ease-in;
}
.btn__submit:hover {
  opacity: 0.75;
}
@media screen and (max-width: 500px) {
  .btn__submit {
    width: 100%;
  }
}

.download__block {
  display: flex;
  align-items: center;
  gap: 44px;
  margin-bottom: 36px;
}
@media screen and (max-width: 600px) {
  .download__block {
    display: none;
    flex-direction: column;
    align-items: unset;
    gap: 5px;
    margin-bottom: 43px;
  }
}
@media screen and (max-width: 500px) {
  .download__block {
    text-align: center;
  }
}

.download__link {
  font-size: 24px;
  font-weight: 500;
  color: #498cd8;
  text-decoration: underline !important;
  display: flex;
  align-items: center;
}
.download__link img {
  margin-left: 16px;
}
@media screen and (max-width: 500px) {
  .download__link {
    margin: 0 auto;
  }
}

.windows__txt {
  font-size: 20px;
}

.massage__txt {
  font-size: 24px;
}
.contact__txt {
  text-align: center;
  max-width: 1165px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .massage__txt {
    font-weight: 500;
  }
}

.message__link {
  color: #498cd8;
  text-decoration: underline !important;
}

.preord-next__group {
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  .preord-next__group {
    margin-bottom: 32px;
  }
}

.feature__block {
  border: 2px solid #005686;
  box-shadow: 0 4px 8px rgba(10, 85, 126, 0.2), 0 2px 4px rgba(10, 85, 126, 0.1);
  padding: 24px 36px;
  width: 479px;
  border-radius: 20px;
}
.feature__block:first-child {
  margin-bottom: 26px;
}
@media screen and (max-width: 1280px) {
  .feature__block {
    width: 100%;
  }
}
@media screen and (max-width: 1120px) {
  .feature__block {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .feature__block {
    padding: 16px 36px 35px 36px;
  }
}

.guar__title {
  font-size: 0.65rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 600px) {
  .guar__title {
    font-size: 16px;
    margin-bottom: 16px;
  }
}

.feature-list { list-style: none; display: flex; flex-direction: column; gap: 0.6rem; }
.feature-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    font-size: 0.82rem;
    color: var(--label);
    line-height: 1.4;
}

.fi { flex-shrink: 0; margin-top: 2px; font-size: 0.75rem; }
.fi.tick { color: var(--tick); }
.fi.cross { color: var(--cross); }
.fi.neutral { color: var(--accent); }

.features-list__item {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .features-list__item {
    margin-bottom: 12px;
  }
}
.features-list__item img {
  margin-right: 32px;
}
@media screen and (max-width: 600px) {
  .features-list__item img {
    width: 22px;
  }
}

.features__txt {
  font-size: 0.82rem;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  .features__txt {
    font-size: 0.82rem;
  }
}

/*.aboid__title {
    display: flex;
    justify-content: end;
}*/
.payment-section {
  padding: 24px 0 138px 0;
}
@media screen and (max-width: 768px) {
  .payment-section {
    padding: 15px 0 40px 0;
  }
}

.btn__back {
  font-size: 24px;
  font-weight: 500;
  color: #000;
  display: flex;
  align-items: center;
  margin-bottom: 13px;
}
.btn__back img {
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .btn__back {
    margin-bottom: 32px;
    font-size: 20px;
  }
}

.payment__title {
  font-size: 48px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .payment__title {
    font-size: 24px;
    margin-bottom: 32px;
  }
}

.payment__wrap {
  display: flex;
  align-items: flex-start;
  gap: 68px;
}
@media screen and (max-width: 1250px) {
  .payment__wrap {
    display: block;
  }
}

.blokc__order {
  border: 2px solid #005686;
  padding: 32px 44px 40px 44px;
  width: 434px;
  border-radius: 20px;
  box-shadow: 0 4px 8px rgba(10, 85, 126, 0.2), 0 2px 4px rgba(10, 85, 126, 0.1);
  margin-top: 80px;
}
@media screen and (max-width: 1250px) {
  .blokc__order {
    margin: 0 auto;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .blokc__order {
    width: 100%;
    padding: 30px 24px;
  }
}

.title__order {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 44px;
}
@media screen and (max-width: 768px) {
  .title__order {
    font-size: 20px;
    margin-bottom: 32px;
  }
}

.payment__select {
  margin-bottom: 32px;
}

.month__payment {
  padding: 16px 32px;
}
@media screen and (max-width: 768px) {
  .month__payment {
    padding: 15px 8px;
  }
}

.total__block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.total__block span {
  font-size: 32px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .total__block span {
    font-size: 24px;
    font-weight: 500;
  }
}
@media screen and (max-width: 768px) {
  .total__block {
    gap: 52px;
    justify-content: unset;
  }
}

.tabs {
  display: flex;
  gap: 71px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .tabs {
    justify-content: space-between;
  }
}

.tab {
  font-size: 32px;
  color: #000;
  font-weight: bold;
  position: relative;
  padding-bottom: 14px;
}
@media screen and (max-width: 768px) {
  .tab {
    font-size: 20px;
  }
}

.tab.active::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #005686;
  border-radius: 10px;
}

.payment__card {
  background-color: #f4f4f4;
  width: 738px;
  border-radius: 20px;
  padding: 44px 0 80px 60px;
  margin-bottom: 52px;
}
@media screen and (max-width: 768px) {
  .payment__card {
    padding: 23px 25px 53px 19px;
    width: 100%;
    margin-bottom: 27px;
  }
}

.payment-card__title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 44px;
}
@media screen and (max-width: 768px) {
  .payment-card__title {
    font-size: 20px;
    margin-bottom: 40px;
  }
}

.payment-form {
  font-family: "Manrope", sans-serif;
}

.input__payment {
  background-color: #fff;
  color: #000;
  border: 1px solid #949494;
  font-size: 24px;
  font-weight: 500;
  width: 571px;
  padding: 12px 16px;
  border-radius: 12px;
}
.input__payment::placeholder {
  color: #afafaf;
}
@media screen and (max-width: 768px) {
  .input__payment {
    width: 100%;
    font-size: 16px;
  }
}

.card__numb {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .card__numb {
    margin-bottom: 10px;
  }
}

.small-input {
  width: 133px;
}

.input-cvv {
  width: 97px;
}

.input__row {
  display: flex;
  gap: 77px;
  margin-bottom: 52px;
}
@media screen and (max-width: 768px) {
  .input__row {
    margin-bottom: 12px;
    gap: 20px;
  }
}

.btn__pay {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  background-color: #eb1014;
  width: 143px;
  padding: 20px 0;
  border-radius: 40px;
  transition: opacity 0.3s ease-in;
}
.btn__pay:hover {
  opacity: 0.75;
}
@media screen and (max-width: 500px) {
  .btn__pay {
    width: 100%;
  }
}

.block__password {
  position: relative;
}

.input__payment {
  padding-right: 30px;
}

.block__password img {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.block__status {
  background-color: #006eab;
  border: none;
  padding: 52px 52px;
}
@media screen and (max-width: 1250px) {
  .block__status {
    margin: 0 auto;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .block__status {
    padding: 40px 0 32px 0;
  }
}
@media screen and (max-width: 500px) {
  .block__status {
    width: 100%;
  }
}

.titles__status {
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .titles__status {
    margin-bottom: 12px;
  }
}

.title__status {
  color: #fff;
  margin-bottom: 19px;
}
@media screen and (max-width: 768px) {
  .title__status {
    margin-bottom: 8px;
  }
}

.card-stat__txt {
  font-size: 24px;
  text-align: center;
  color: #fff;
}

.status__icon {
  margin: 0 auto;
  display: flex;
}

.btn__pay2 {
  background-color: #afafaf;
}

.versus__tables {
  margin-bottom: 100px;
}

.table-section {
  padding: 52px 0 72px 0;
}

.self__title {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 44px;
}

.versus__table {
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  width: 100%;
  overflow: hidden;
}

.table__top {
  background-color: #006eab;
}

.table-top__list th {
  font-family: "Manrope", sans-serif;
  text-align: left;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  padding: 16px 0;
}
.table-top__list th:first-child {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  width: 192px;
}
.table-top__list th:last-child {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  width: 157px;
}
.table-top__list th:nth-child(2) {
  width: 200px;
}
.table-top__list th:nth-child(3) {
  width: 200px;
}
.table-top__list th:nth-child(4) {
  width: 200px;
}
.table-top__list th:nth-child(5) {
  width: 200px;
}

.table-top__item td {
  padding: 25px 16px;
  color: #022e75;
  font-weight: 500;
  font-family: "Inter", serif;
  margin: 10px;
  border-bottom: 1px solid #afafaf;
}
.table-top__item td:nth-child(4) {
  padding: 12px 16px;
}

.dropbox {
  background-color: #006eab;
  display: flex;
  gap: 83px;
}

.main-item {
  width: 180px;
}

.item {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  padding: 16px 0;
  max-width: 200px;
}

.Users {
  display: flex;
  gap: 76px;
}
.Users p {
  width: 180px;
  padding: 25px 16px;
}

.versus__table {
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  width: 100%;
  overflow: hidden;
}

.table-top__list2 th {
  font-size: 20px;
  font-weight: 700;
  font-family: "Manrope", sans-serif;
  color: #fff;
  text-align: left;
  width: 200px;
}
.table-top__list2 th:first-child {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
.table-top__list2 th:last-child {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
.table-top__list2 th:nth-child(5) {
  width: 181px;
}
.table-top__list2 th:nth-child(6) {
  width: 177px;
}
.table-top__list2 th:nth-child(7) {
  width: 163px;
}

.table-top__item2 td {
  padding: 25px 16px;
  color: #022e75;
  font-weight: 500;
  font-family: "Inter", serif;
  border-bottom: 1px solid #afafaf;
}

.featues-section {
  padding: 106px 0 116px 0;
}
@media screen and (max-width: 768px) {
  .featues-section {
    padding: 24px 0 40px 0;
  }
}

.features__wrap {
  margin-bottom: 126px;
}
@media screen and (max-width: 768px) {
  .features__wrap {
    margin-bottom: 60px;
  }
}

.ios__title {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .ios__title {
    display: none;
  }
}

.ios-title__adapt {
  display: none;
}
@media screen and (max-width: 768px) {
  .ios-title__adapt {
    display: block;
    margin-bottom: 24px;
  }
}

.web__imge {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .web__imge {
    flex-direction: column;
  }
  .web__imge img:first-child {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 1200px) {
  .ios__img {
    margin-bottom: 40px;
  }
}

.picture__block {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .picture__block {
    margin-bottom: 40px;
  }
}

.gallery__title {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .gallery__title {
    margin-bottom: 24px;
  }
}

.img__web {
  display: flex;
  margin: 0 auto;
}

.finding__title {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .finding__title {
    margin-bottom: 24px;
  }
}

.img__finding {
  margin-bottom: 24px;
}

.finding__txt {
  font-size: 24px;
  font-weight: 500;
  max-width: 710px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .finding__txt {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .previous__txt {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .order__txt {
    font-size: 16px;
  }
}

.action__block {
  margin-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .action__block {
    margin-bottom: 81px !important;
  }
}

.file__title {
  margin-bottom: 30px;
}

.file__txt {
  font-size: 24px;
  font-weight: 500;
  max-width: 842px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .file__txt {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .file__block {
    margin-bottom: 72px !important;
  }
}

.link__link {
  font-size: 24px;
  font-weight: 500;
  color: #007fc5;
  text-decoration: underline !important;
}
@media screen and (max-width: 768px) {
  .link__link {
    font-size: 16px;
  }
}

.multi__block {
  margin-bottom: 97px;
}
@media screen and (max-width: 768px) {
  .multi__block {
    margin-bottom: 40px;
  }
}

.gallery__block {
  margin-bottom: 95px;
}
@media screen and (max-width: 768px) {
  .gallery__block {
    margin-bottom: 40px;
  }
}

.user__block {
  margin-bottom: 118px;
}
@media screen and (max-width: 768px) {
  .user__block {
    margin-bottom: 40px;
  }
}

.user__img {
  margin-bottom: 24px;
}

.user__txt {
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .user__txt {
    font-size: 16px;
  }
}

.tenants__block {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .tenants__block {
    margin-bottom: 40px;
  }
}

.control__txt {
  font-weight: 600;
}

.users__block {
  margin-bottom: 156px;
}
@media screen and (max-width: 768px) {
  .users__block {
    margin-bottom: 32px;
  }
}

.lan__block {
  margin-bottom: 156px;
}
@media screen and (max-width: 768px) {
  .lan__block {
    margin-bottom: 60px;
  }
}

.automated__block {
  margin-bottom: 107px;
}
@media screen and (max-width: 768px) {
  .automated__block {
    margin-bottom: 60px;
  }
}

.automated__title {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .automated__title {
    font-size: 20px;
  }
}

.automated__txt {
  font-weight: 500;
  font-size: 24px;
  max-width: 973px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .automated__txt {
    font-size: 16px;
  }
}

.apart__txt {
  margin-bottom: 28px;
}

.automated__lists {
  margin-bottom: 23px;
}
.automated__lists:last-child {
  margin-bottom: 0;
}

.automated__list {
  max-width: 973px;
  margin: 0 auto;
}
.automated__list li {
  list-style: disc;
  margin-left: 3.7%;
}
.automated__list span {
  font-weight: 700;
}

.interface__txt {
  font-size: 24px;
  font-weight: 600;
}

.amdin__title {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 78px;
}
@media screen and (max-width: 768px) {
  .amdin__title {
    margin-bottom: 56px;
  }
}

.multi__title {
  margin-bottom: 40px;
}

.locking__title {
  margin-bottom: 46px;
}
@media screen and (max-width: 768px) {
  .locking__title {
    font-size: 20px;
    margin-bottom: 24px;
  }
}

.system__block {
  margin-bottom: 100px;
}
.system__block:last-child {
  margin-bottom: 132px;
}
@media screen and (max-width: 768px) {
  .system__block {
    margin-bottom: 60px;
  }
}

.locking__block {
  display: flex;
  gap: 40px;
  align-items: center;
}
@media screen and (max-width: 550px) {
  .locking__block {
    display: block;
  }
  .locking__block img {
    display: flex;
    margin: 0 auto;
    margin-bottom: 24px;
  }
}

.locking__txt {
  max-width: 660px;
}

.server__txt {
  max-width: 643px;
}

.client__list {
  max-width: 660px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.client__list li {
  margin-left: 3.6%;
  list-style: disc;
}
.client__list:last-child {
  margin-bottom: 0;
}

.software__txt {
  margin-bottom: 29px;
}

.net__list li {
  margin-left: 6%;
}

.btn__download {
  font-size: 24px;
  font-weight: 500;
  font-family: "Manrope", sans-serif;
  color: #fff;
  background-color: #eb1014;
  display: block;
  width: 181px;
  padding: 20px 0;
  border-radius: 40px;
  text-align: center;
  margin: 0 auto;
  box-shadow: 0 2px 11px rgba(235, 16, 20, 0.5);
  transition: opacity 0.3s ease-in;
}
.btn__download:hover {
  opacity: 0.75;
}
@media screen and (max-width: 550px) {
  .btn__download {
    width: 100%;
  }
}

.enterprise-section {
  padding: 56px 0;
}
@media screen and (max-width: 768px) {
  .enterprise-section {
    padding: 33px 0 60px 0;
  }
}

.enterprise-info__block {
  display: flex;
  align-items: flex-start;
  gap: 29px;
  max-width: 1062px;
  margin: 0 auto;
  margin-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .enterprise-info__block {
    gap: 24px;
    margin-bottom: 68px;
  }
}
.enterprise-info__block p {
  margin-bottom: 23px;
}
@media screen and (max-width: 768px) {
  .enterprise-info__block p {
    font-size: 12px;
  }
}

.why-light__title {
  font-size: 48px;
  font-weight: 700;
  color: #000;
  text-align: center;
  margin-bottom: 42px;
}
.why-light__title span {
  color: #ff7d13;
}
@media screen and (max-width: 768px) {
  .why-light__title {
    font-size: 32px;
    margin-bottom: 60px;
  }
}

.light__wrap {
  margin-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .light__wrap {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 1134px) {
  .cards-lights__block {
    display: flex;
    justify-content: center;
  }
}

.cards__lights {
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 1134px) {
  .cards__lights {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .cards__lights {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
}

.card__light {
  background-color: #fff;
  box-shadow: 0px 1px 85px rgba(0, 127, 197, 0.2);
  width: 320px;
  padding: 50px 28px;
  border-radius: 30px;
}

.card-light__title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 56px;
  height: 86px;
}

.card-light__list li {
  margin-left: 8%;
  list-style: disc;
}
.card-light__list li p {
  font-weight: 600;
  font-family: "Manrope", sans-serif;
}

.security__portability {
  background-color: #007fc5;
  padding: 50px 0;
}

.portability__block {
  background-color: #fff;
  width: 1117px;
  margin: 0 auto;
  border-radius: 32px;
  padding: 36px 60px;
  margin-bottom: 20px;
}
.portability__block:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1134px) {
  .portability__block {
    width: 100%;
  }
}

.portability__title {
  font-size: 32px;
  font-weight: 900;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .portability__title {
    font-size: 24px;
  }
}

.portability__txt {
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .portability__txt {
    font-size: 16px;
  }
}

.try__free {
  padding: 60px 0;
}
@media screen and (max-width: 550px) {
  .try__free {
    padding: 40px 0;
  }
}

.free__btn {
  font-size: 24px;
  font-weight: 500;
  font-family: "Manrope", sans-serif;
  color: #fff;
  background-color: #eb1014;
  display: block;
  width: 217px;
  padding: 20px 0;
  border-radius: 40px;
  text-align: center;
  margin: 0 auto;
  box-shadow: 0 2px 11px rgba(235, 16, 20, 0.5);
  transition: opacity 0.3s ease-in;
}
.free__btn:hover {
  opacity: 0.75;
}
@media screen and (max-width: 550px) {
  .free__btn {
    width: 100%;
  }
}

.contact-section {
  padding: 120px 0 109px 0;
}
@media screen and (max-width: 768px) {
  .contact-section {
    padding: 40px 0;
  }
}

.contact__wrap {
  display: flex;
  margin-bottom: 80px;
}
@media screen and (max-width: 1230px) {
  .contact__wrap {
    gap: 15px;
  }
}
@media screen and (max-width: 1000px) {
  .contact__wrap {
    flex-direction: column;
  }
}

.contact__from {
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .contact__from {
    order: 2;
  }
}
@media screen and (max-width: 600px) {
  .contact__from {
    margin: unset;
  }
}

.contact__group {
  display: flex;
  justify-content: space-between;
  margin-bottom: 21px;
  gap: 52px;
}
.contact__group:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1000px) {
  .contact__group {
    gap: 10px;
  }
}
@media screen and (max-width: 600px) {
  .contact__group {
    flex-direction: column;
  }
}

.contact__label {
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 1230px) {
  .contact__label {
    font-size: 20px;
    white-space: nowrap;
  }
}

.contact__input {
  width: 344px;
  border: 1px solid #949494;
  border-radius: 12px;
  padding: 12px 16px;
}
.contact__input::placeholder {
  color: #afafaf;
}
@media screen and (max-width: 600px) {
  .contact__input {
    width: 100%;
  }
}

.massage__input {
  padding-bottom: 215px;
}

.contact__info {
  max-width: 600px;
}
@media screen and (max-width: 1000px) {
  .contact__info {
    margin: 0 auto;
    margin-bottom: 68px;
  }
}

.commercial__questions {
  margin-bottom: 52px;
}
.commercial__questions:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  .commercial__questions {
    margin-bottom: 44px;
  }
}

.commercial__title {
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 20px;
}
@media screen and (max-width: 1230px) {
  .commercial__title {
    font-size: 20px;
  }
}

.commercial__txt {
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 1230px) {
  .commercial__txt {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .commercial__txt {
    font-size: 16px;
  }
}

.individual__txt {
  max-width: 486px;
}

.email__txt {
  margin-bottom: 20px;
}
.email__txt span {
  font-weight: 800;
}

.number__title {
  color: #498cd8;
  text-decoration: underline !important;
}

.send__btn {
  font-size: 24px;
  font-weight: 500;
  font-family: "Manrope", sans-serif;
  color: #fff;
  background-color: #eb1014;
  display: block;
  width: 171px;
  padding: 20px 0;
  border-radius: 40px;
  text-align: center;
  margin: 0 auto;
  box-shadow: 0 2px 11px rgba(235, 16, 20, 0.5);
  transition: opacity 0.3s ease-in;
}
.send__btn:hover {
  opacity: 0.75;
}
@media screen and (max-width: 600px) {
  .send__btn {
    width: 100%;
  }
}

.lightupon-section {
  padding: 102px 0;
}
@media screen and (max-width: 768px) {
  .lightupon-section {
    padding: 59px 0 40px 0;
  }
}

.story__block {
  margin-bottom: 160px;
}
.story__block:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .story__block {
    margin-bottom: 114px;
  }
}

.title__story {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 40px;
  text-align: center;
}

.story__txts {
  margin-bottom: 24px;
}

.story__txt {
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .story__txt {
    font-size: 20px;
  }
}

.matters-section {
  padding: 60px 0 140px 0;
}
@media screen and (max-width: 768px) {
  .matters-section {
    padding: 40px 0 0 0;
  }
}

.matters__block {
  margin-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .matters__block {
    margin-bottom: 100px;
  }
}

.matters__subtitles {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .matters__subtitles {
    margin-bottom: 52px;
  }
}

.matters__title {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .matters__title {
    font-size: 24px;
  }
}

.matters__subt {
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .matters__subt {
    font-size: 16px;
  }
}

.metters-cards__block {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1180px) {
  .metters-cards__block {
    display: flex;
    justify-content: center;
  }
}

.matters__cards {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 1180px) {
  .matters__cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .matters__cards {
    grid-template-columns: repeat(1, 1fr);
  }
}

.matters__card {
  background-color: #fff;
  box-shadow: rgba(0, 127, 197, 0.2) 15px 0px 39px 0px, rgba(0, 127, 197, 0.1) -12px -1px 15px -9px;
  width: 305px;
  padding: 24px 23px;
  border-radius: 30px;
}
@media screen and (max-width: 1330px) {
  .matters__card {
    width: 100%;
  }
}

.matter-card__title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 56px;
  text-align: center;
}

.matter-card__list li {
  margin-left: 6%;
  list-style: disc;
}

.capabilities__card {
  padding: 59px 20px;
  box-shadow: rgba(0, 127, 197, 0.1) 0px -12px 36px 6px;
}

.lightup__subtitles {
  margin-bottom: 40px;
}

.lightup__txt {
  max-width: 800px;
  margin: 0 auto;
}

.withstand-section {
  background-color: #007fc5;
  padding: 40px 0;
}

.withstand__wrap {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .withstand__wrap {
    display: block;
  }
}

.withstand__title {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}

.withstand__block {
  max-width: 465px;
}
@media screen and (max-width: 768px) {
  .withstand__block {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
  }
  .withstand__block:first-child {
    margin-bottom: 150px;
  }
}

.withstand__list li {
  list-style: disc;
  color: #fff;
  margin-bottom: 20px;
}
.withstand__list li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1080px) {
  .withstand__list {
    margin-left: 5%;
  }
}
@media screen and (max-width: 768px) {
  .withstand__list {
    margin: 0 auto;
  }
}
@media screen and (max-width: 500px) {
  .withstand__list {
    margin-left: 5%;
  }
}

.withstand-txt__item {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 600px) {
  .withstand-txt__item {
    font-size: 16px;
  }
}

.end__matters {
  padding: 40px 0 32px 0;
}
@media screen and (max-width: 768px) {
  .end__matters {
    padding: 40px 0;
  }
}

.txts__download {
  margin-bottom: 111px;
}
@media screen and (max-width: 768px) {
  .txts__download {
    margin-bottom: 60px;
  }
}

.txt__download {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 24px;
  text-align: center;
}
.txt__download:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .txt__download {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .txts__downloads .txt__download {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.drop__btn {
  font-size: 20px;
  font-weight: 500;
  color: #498cd8;
  text-decoration: underline !important;
  display: flex;
  justify-content: center;
}

.policy-section {
  padding: 108px 0 156px 0;
}
@media screen and (max-width: 768px) {
  .policy-section {
    padding: 40px 0;
  }
}

@media screen and (max-width: 768px) {
  .policy-block__txts {
    margin-bottom: 40px;
  }
}
.policy-block__txts:nth-child(6) {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .policy-block__txts:nth-child(6) {
    margin-bottom: 40px;
  }
}

.legitimate__blocks {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .legitimate__blocks {
    margin-bottom: 40px;
  }
}

.collect__block {
  margin-bottom: 102px;
}
@media screen and (max-width: 768px) {
  .collect__block {
    margin-bottom: 40px;
  }
}

.policy-txt__item {
  font-size: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .policy-txt__item {
    font-size: 16px;
  }
}

.policy-info__title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 24px;
}
.policy-info__title:nth-child(3) {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .policy-info__title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .police-adapt__title {
    font-size: 32px !important;
  }
}

.policy-personal__title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .policy-personal__title {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .metada__txt {
    font-size: 24px;
  }
}

.item__support {
  margin-bottom: 0;
}

.blocks__category {
  display: flex;
  gap: 120px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .blocks__category {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .block__category:last-child {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .adapt__category {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (max-width: 768px) {
  .category__block {
    max-width: 300px;
  }
}

.examples__block {
  display: none;
}
@media screen and (max-width: 768px) {
  .examples__block {
    display: block;
  }
}

.title__category {
  text-align: center;
}
.title__category:first-child {
  text-align: left;
}

.category__txt {
  font-size: 24px;
  margin-bottom: 20px;
}

.examples__txt {
  margin-bottom: 38px;
}
.examples__txt:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .examples__txt {
    font-size: 16px;
  }
}

.yesno__txt {
  text-align: center;
}
.yesno__txt:first-child {
  margin-bottom: 24px;
}
.yesno__txt:nth-child(3) {
  margin-bottom: 290px;
}
.yesno__txt:nth-child(4) {
  margin-bottom: 141px;
}
.yesno__txt:nth-child(5) {
  margin-bottom: 46px;
}
.yesno__txt:nth-child(6) {
  margin-bottom: 64px;
}
.yesno__txt:nth-child(7) {
  margin-bottom: 84px;
}
.yesno__txt:nth-child(8) {
  margin-bottom: 49px;
}
.yesno__txt:nth-child(9) {
  margin-bottom: 72px;
}
.yesno__txt:nth-child(10) {
  margin-bottom: 136px;
}
.yesno__txt:nth-child(11) {
  margin-bottom: 281px;
}

.police__list {
  margin-left: 3%;
  margin-bottom: 24px;
}
.police__list li {
  list-style: disc;
}
.police__list:nth-child(5) {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .police__list {
    margin-left: 5%;
  }
}

.policy-list-txt__item {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .policy-list-txt__item {
    font-size: 16px;
  }
}

.personal__txt {
  margin-bottom: 0;
}

.pipeda__blocks {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .pipeda__blocks {
    margin-bottom: 40px;
  }
}

.sharing__block {
  margin-bottom: 40px;
}

.share__txt {
  margin-bottom: 0;
}

.storage__txt {
  margin-bottom: 0;
}

.collect__txt {
  margin-bottom: 0;
}

.terms-section {
  padding: 62px 0 125px 0;
}
@media screen and (max-width: 768px) {
  .terms-section {
    padding: 40px 0;
  }
}

.terms-info__txts {
  margin-bottom: 56px;
}
@media screen and (max-width: 768px) {
  .terms-info__txts {
    margin-bottom: 40px;
  }
}

.terms__title {
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .terms__title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

.terms-item__txt {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .terms-item__txt {
    font-size: 16px;
  }
}

.service__txt {
  margin-bottom: 30px;
}

.blog-section {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .blog-section {
    padding-top: 48px;
    padding-bottom: 45px;
  }
}

.timeline__block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-bottom: 1px solid #afafaf;
  align-items: end;
}
@media screen and (max-width: 1024px) {
  .timeline__block {
    grid-template-columns: repeat(1, 1fr);
  }
}

.time {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0;
  width: 865px;
}
@media screen and (max-width: 1024px) {
  .time {
    width: unset;
    padding-left: 16px;
    padding-bottom: 8px;
    align-items: baseline;
  }
}
@media screen and (max-width: 768px) {
  .time {
    align-items: baseline;
  }
}

.without__title {
  padding-top: 20px;
}

.title__time {
  font-size: 24px;
  font-weight: 600;
  padding: 16px;
}
@media screen and (max-width: 1180px) {
  .title__time {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .title__time {
    padding-bottom: 5px;
  }
}

.time__link {
  font-size: 20px;
  color: #498cd8;
  padding-bottom: 0;
}
@media screen and (max-width: 425px) {
  .time__link {
    max-width: 242px;
  }
}

.compliance-section {
  padding: 56px 0 76px 0;
}
@media screen and (max-width: 768px) {
  .compliance-section {
    padding: 12px 0 40px 0;
  }
}

.breadcrumb {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    margin-bottom: 40px !important;
  }
}

.compliance__hippa {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .compliance__hippa {
    margin-bottom: 40px;
  }
}

.compliance__txt {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .compliance__txt {
    font-size: 16px !important;
  }
}

.compliance__hippa {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .compliance__hippa {
    display: block;
  }
}

.compliant__hippa {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .compliant__hippa {
    margin-bottom: 40px;
  }
}

.compliant__info {
  margin-bottom: 40px;
}

.hippa__title {
  font-size: 24px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .hippa__title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.encrypt__block {
  display: flex;
  align-items: center;
  gap: 60px;
  margin-bottom: 60px;
}
.encrypt__block:last-child {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .encrypt__block img {
    display: flex;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .encrypt__block {
    display: block;
    margin-bottom: 32px;
  }
}

.str__item {
  display: flex;
}

.future-section {
  padding: 56px 0 80px 0;
}
@media screen and (max-width: 768px) {
  .future-section {
    padding: 12px 0 40px 0;
  }
}

.future__block {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .future__block {
    margin-bottom: 32px;
  }
}

.future__card {
  display: flex;
  gap: 40px;
  margin-bottom: 7px;
}
@media screen and (max-width: 768px) {
  .future__card {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .future__img {
    display: flex;
    margin: 0 auto;
    margin-bottom: 8px;
  }
}

.formulated__btn {
  color: #498cd8;
  text-decoration: underline !important;
}

.compliance__txt span {
  font-weight: 700;
}

.project__btn {
  text-decoration: underline !important;
}

.synhrinization-section {
  padding: 56px 0 60px 0;
}
@media screen and (max-width: 768px) {
  .synhrinization-section {
    padding: 12px 0 40px 0;
  }
}

.synhrinization__wrap {
  display: flex;
  gap: 40px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1180px) {
  .synhrinization__wrap p {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .synhrinization__wrap img {
    display: flex;
    margin: 0 auto;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 768px) {
  .synhrinization__wrap {
    display: block;
    margin-bottom: 40px;
  }
}

.gfrp-section {
  padding: 56px 0 80px 0;
}
@media screen and (max-width: 768px) {
  .gfrp-section {
    padding: 12px 0 40px 0;
  }
}

.checklist {
  display: flex;
  align-items: flex-end;
  gap: 40px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .checklist {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 500px) {
  .checklist {
    display: block;
  }
}

@media screen and (max-width: 500px) {
  .gdrp__img {
    display: flex;
    margin: 0 auto;
    margin-bottom: 8px;
  }
}

.checklist__lists {
  margin-bottom: 44px;
}

.checklist__item {
  display: flex;
  gap: 60px;
  align-items: center;
  margin-bottom: 40px;
}
.checklist__item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .checklist__item img {
    width: 24px;
  }
}
@media screen and (max-width: 768px) {
  .checklist__item {
    gap: 20px;
    margin-bottom: 20px;
  }
}

.compliance-gdpr__txt {
  margin-bottom: 24px;
}

.gdpr-info__txt {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .gdpr-info__txt {
    margin-bottom: 40px;
  }
}

.policy__link {
  font-size: 24px;
  color: #498cd8;
  text-decoration: underline !important;
}
@media screen and (max-width: 768px) {
  .policy__link {
    font-size: 16px;
  }
}

.inside-section {
  padding: 56px 0 80px 0;
}
@media screen and (max-width: 1024px) {
  .inside-section {
    padding: 12px 0 40px 0;
  }
}

.inside__txt {
  margin-bottom: 24px;
}
.inside__txt span {
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .inside__txt {
    margin-bottom: 32px;
  }
}

.inside-diagr__block {
  display: flex;
  gap: 42px;
  margin-bottom: 60px;
}
.inside-diagr__block img {
  margin-top: 54px;
}
@media screen and (max-width: 1024px) {
  .inside-diagr__block img {
    margin: 0;
    display: flex;
    margin: 0 auto;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 1024px) {
  .inside-diagr__block {
    display: block;
    margin-bottom: 40px;
  }
}

.dropbox-section {
  padding: 56px 0 169px 0;
}
@media screen and (max-width: 768px) {
  .dropbox-section {
    padding: 12px 0 109px 0;
  }
}

.dropbox-info__txt {
  margin-bottom: 60px;
}
.dropbox-info__txt:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .dropbox-info__txt {
    margin-bottom: 40px;
  }
}

.dropbox__link {
  font-size: 24px;
  color: #498cd8;
  text-decoration: underline !important;
}
@media screen and (max-width: 768px) {
  .dropbox__link {
    font-size: 16px;
  }
}

.dropbox__title {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .dropbox__title {
    font-size: 20px;
  }
}

.dropbox__list {
  margin-left: 3%;
}
@media screen and (max-width: 768px) {
  .dropbox__list {
    margin-left: 8%;
  }
}
.dropbox__list li {
  list-style: disc;
}
.dropbox__list li p {
  font-weight: 500;
}

.dropbox__txt {
  font-style: italic;
  color: #939ba5;
  font-weight: 500;
}

.startup-section {
  padding: 56px 0 80px 0;
}
@media screen and (max-width: 768px) {
  .startup-section {
    padding: 12px 0 40px 0;
  }
}

.startup__wrap {
  display: flex;
  gap: 40px;
  margin-bottom: 52px;
}
@media screen and (max-width: 768px) {
  .startup__wrap {
    display: block;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  .startup__img {
    display: flex;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}

.metaphor-section {
  padding: 56px 0 80px 0;
}
@media screen and (max-width: 768px) {
  .metaphor-section {
    padding: 12px 0 40px 0;
  }
}

.metaphor-block__cloud {
  display: flex;
  gap: 40px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .metaphor-block__cloud {
    display: block;
  }
}

.metaphor__block {
  margin-bottom: 56px;
}
@media screen and (max-width: 768px) {
  .metaphor__block {
    margin-bottom: 32px;
  }
}

.metaphor__txt {
  margin-bottom: 24px;
}
.metaphor__txt:last-child {
  margin-bottom: 0;
}

.metaphor__link {
  color: #498cd8;
  text-decoration: underline !important;
}

.metaphor__list {
  margin-left: 4%;
}
@media screen and (max-width: 768px) {
  .metaphor__list {
    margin-left: 8%;
  }
}
.metaphor__list li {
  list-style: disc;
}

.guardian__txt {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .guardian__txt {
    margin-bottom: 40px;
  }
}

.design-section {
  padding: 56px 0 80px 0;
}
@media screen and (max-width: 768px) {
  .design-section {
    padding: 12px 0 40px 0;
  }
}

.design-block__stable {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .design-block__stable {
    display: block;
  }
}

.design__title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .design__title {
    margin-bottom: 20px;
  }
}

.img__design {
  height: 261px;
}

.design__link {
  color: #498cd8;
  text-decoration: underline !important;
}

.design__block {
  margin-bottom: 52px;
}
.design__block:last-child {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .design__block:last-child {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .design__block {
    margin-bottom: 40px;
  }
}

.design__txt {
  margin-bottom: 20px;
}

.design-netw__txt {
  margin-bottom: 32px;
}

.couch__block {
  display: flex;
  gap: 8px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .couch__block {
    display: block;
  }
}

.couch__title {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .couch__title {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .designs__txt {
    display: flex;
    flex-direction: column;
  }
}

.simple-section {
  padding: 56px 0 80px 0;
}
@media screen and (max-width: 768px) {
  .simple-section {
    padding: 12px 0 40px 0;
  }
}

.simple__cloud {
  display: flex;
  gap: 32px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .simple__cloud {
    display: block;
  }
}

.number__item {
  margin-right: 10px;
}

.ipv__img {
  height: 193px;
}

.subnet__txt {
  margin-bottom: 32px;
}

.ipv6__txt {
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .ipv6__txt {
    margin-bottom: 40px;
  }
}

.number__item {
  font-weight: 700;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .number__item {
    font-size: 16px;
  }
}

.number__list {
  display: flex;
  align-items: start;
  gap: 10px;
  margin-bottom: 24px;
}
.number__list:last-child {
  margin-bottom: 56px;
}

.slaac__txt {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .slaac__txt {
    margin-bottom: 40px;
  }
}

.source-section {
  padding: 56px 0 80px 0;
}
@media screen and (max-width: 768px) {
  .source-section {
    padding: 12px 0 40px 0;
  }
}

.debian__link {
  color: #498cd8;
  text-decoration: underline !important;
}

.providing__txt {
  margin-bottom: 60px;
  margin-left: 60px;
}
@media screen and (max-width: 768px) {
  .providing__txt {
    margin-bottom: 24px;
    margin-left: 20px;
  }
}

.source__wrap {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .source__wrap {
    margin-bottom: 40px;
  }
}

.suddenly__txt {
  margin-bottom: 24px;
}

.system__txt {
  margin-bottom: 24px;
}

.software__txt {
  margin-left: 60px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .software__txt {
    margin: 0;
  }
}

.progrmm__img {
  height: 245px;
}
@media screen and (max-width: 768px) {
  .progrmm__img {
    display: flex;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .software__img {
    display: flex;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}

.perform__block {
  margin-bottom: 68px;
}
.perform__block:nth-child(3) {
  margin-bottom: 40px;
}
.perform__block:last-child {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .perform__block {
    margin-bottom: 40px;
  }
}

.perform__txt {
  margin-bottom: 16px;
}

.advantage__txts {
  margin: 0 0 40px 60px;
}
@media screen and (max-width: 768px) {
  .advantage__txts {
    margin: 0 0 40px 17px;
  }
}

.perform__title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 24px;
}

.perform__list {
  margin-left: 3%;
  margin-bottom: 24px;
}
.perform__list li {
  list-style: disc;
}
@media screen and (max-width: 500px) {
  .perform__list {
    margin-left: 7%;
  }
}

.command__txts {
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  .command__txts {
    margin-left: 11px;
  }
}

.perform-font__txt {
  font-weight: 300;
  font-style: italic;
}

@media screen and (max-width: 768px) {
  .gard__image {
    margin-left: 0;
  }
}

.economic__top {
  display: flex;
  gap: 32px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .economic__top {
    display: block;
  }
}

.history__img {
  display: flex;
  margin: 0 auto;
  margin-bottom: 20px;
}

.riak__txt {
  margin-bottom: 44px;
}

.backend__title {
  font-weight: 900;
  font-size: 32px;
  margin-bottom: 20px;
}

.backend__img {
  display: flex;
  margin: 0 auto;
  margin-bottom: 20px;
}

.nfc__title {
  margin-bottom: 24px;
}

.backend__block {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .backend__block {
    margin-bottom: 32px;
  }
}

.disad__block {
  margin-bottom: 32px;
}
.disad__block:nth-child(4) {
  margin-bottom: 69px;
}
@media screen and (max-width: 768px) {
  .disad__block:nth-child(4) {
    margin-bottom: 40px;
  }
}

.benefits__title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
}

.benefits__txt {
  margin-bottom: 32px;
}

.gfs__txt {
  font-style: italic;
  font-weight: 300;
}

.supports__txt {
  margin-bottom: 32px;
}

.item__other {
  display: grid;
  grid-template-columns: 155px 1fr;
  align-items: start;
  gap: 16px;
  margin-bottom: 16px;
}
@media screen and (max-width: 425px) {
  .item__other {
    grid-template-columns: 149px 1fr;
    gap: 0;
  }
}

.practice__block {
  margin-top: 24px;
}

@media screen and (max-width: 768px) {
  .practice__img {
    display: flex;
    margin: 0 auto;
  }
}

.dangers__link {
  color: #000;
  text-decoration: underline !important;
}

.failure__link {
  color: #498cd8;
  text-decoration: underline !important;
}

.practice__title {
  margin-bottom: 0;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .practice__title {
    margin-bottom: 20px;
  }
}

.dangers__title {
  margin-bottom: 20px;
}

.threats__blocks {
  margin-bottom: 0;
  margin-bottom: 90px;
}

.dangers__img {
  display: flex;
  margin: 0 auto;
}

.error404-section {
  padding: 72px 0;
}

.error500-section {
  padding: 72px 0 111px 0;
}
@media screen and (max-width: 768px) {
  .error500-section {
    padding: 40px 0;
  }
}

.error__wrraper {
  display: flex;
  align-items: center;
  gap: 50px;
}
@media screen and (max-width: 1024px) {
  .error__wrraper {
    display: block;
  }
}

@media screen and (max-width: 1024px) {
  .img__error {
    display: flex;
    margin: 0 auto;
  }
}

.error__title {
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .error__title {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .error__title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

.txt__error {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 72px;
}
@media screen and (max-width: 1024px) {
  .txt__error {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .txt__error {
    font-size: 20px;
    margin-bottom: 40px;
  }
}

.rotate__main {
  font-size: 24px;
  font-weight: 600;
  color: #eb1014;
  border: 2px solid #eb1014;
  display: block;
  width: 168px;
  padding: 12px 0;
  border-radius: 40px;
  text-align: center;
  transition: opacity 0.3s ease-in;
}
.rotate__main:hover {
  opacity: 0.75;
}
@media screen and (max-width: 1024px) {
  .rotate__main {
    margin: 0 auto;
  }
}

.section-login {
  padding: 101px 0 172px 0;
}
@media screen and (max-width: 550px) {
  .section-login {
    padding-top: 40px;
  }
}

.log__title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 24px;
}

.login__wrap {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .login__wrap {
    position: static;
  }
}

.login__block {
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 550px) {
  .login__block {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
  }
}

.form__login {
  display: flex;
  flex-direction: column;
  border: 1px solid #949494;
  max-width: 624px;
  padding: 60px 108px 86px 112px;
  border-radius: 20px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .form__login {
    padding: 60px 62px 86px 45px;
  }
}
@media screen and (max-width: 550px) {
  .form__login {
    padding: 0;
    border: none;
  }
}

.login__input {
  border: 1px solid #949494;
  border-radius: 12px;
  width: 404px;
  padding: 12px 16px;
  margin-bottom: 24px;
}
.login__input::placeholder {
  color: #afafaf;
}
@media screen and (max-width: 550px) {
  .login__input {
    width: 100%;
  }
}

.error__block {
  margin-bottom: 40px;
}
.error__block .login__input {
  margin-bottom: 0;
  border-color: #eb1014;
}
@media screen and (max-width: 550px) {
  .error__block {
    margin-bottom: 17px;
  }
}

.login__input.error {
  border-color: red;
}

.error-message {
  color: #eb1014;
  margin-left: 9px;
}

.log__btn {
  font-size: 24px;
  color: #fff;
  background-color: #afafaf;
  width: 168px;
  padding: 12px 45px;
  border-radius: 40px;
  transition: opacity 0.3s ease-in;
  margin-bottom: 20px;
}
.log__btn:hover {
  opacity: 0.75;
}
@media screen and (max-width: 550px) {
  .log__btn {
    width: 100%;
    margin-bottom: 52px;
  }
}

.auth__links {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 550px) {
  .auth__links {
    margin-bottom: 64px;
  }
}

.auth__link {
  font-size: 14px;
  text-decoration: underline !important;
  color: #000;
}

.log__google {
  width: 404px;
  border-radius: 12px;
  border: 1px solid #000;
  padding: 12px 82px;
  box-shadow: rgba(14, 63, 126, 0.06) 0px 0px 0px 1px, rgba(42, 51, 70, 0.03) 0px 1px 1px -0.5px,
    rgba(42, 51, 70, 0.04) 0px 2px 2px -1px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px,
    rgba(42, 51, 70, 0.03) 0px 5px 5px -2.5px, rgba(42, 51, 70, 0.03) 0px 10px 10px -5px,
    rgba(42, 51, 70, 0.03) 0px 24px 24px -8px;
}
@media screen and (max-width: 550px) {
  .log__google {
    width: 100%;
    padding: 12px 40px;
    display: flex;
    justify-content: center;
  }
}

.link__google {
  display: flex;
  align-items: center;
  gap: 19px;
  font-size: 24px;
  color: #000;
  font-weight: 500;
}
@media screen and (max-width: 320px) {
  .link__google {
    font-size: 18px;
  }
}

.log__image {
  position: absolute;
  right: 0;
  top: 17%;
}
@media screen and (max-width: 768px) {
  .log__image {
    display: none;
  }
}

.form__forget {
  padding: 44px 110px;
}
@media screen and (max-width: 660px) {
  .form__forget {
    padding: 44px 50px;
  }
}
@media screen and (max-width: 550px) {
  .form__forget {
    padding: 0;
  }
}

.form__txt {
  font-size: 12px;
  margin-bottom: 32px;
  font-family: "Montserrat", serif;
}

.forget__input {
  margin-bottom: 32px;
}
@media screen and (max-width: 550px) {
  .forget__input {
    width: 100%;
  }
}

.email__send {
  margin-bottom: 0;
  cursor: not-allowed;
  transition: background-color 0.3s ease;
}

.email__send.active {
  background-color: #eb1014;
  cursor: pointer;
}

.form__sends {
  padding: 70px 66px;
  margin-bottom: 20px;
  border: 1px solid #949494;
}
@media screen and (max-width: 650px) {
  .form__sends {
    padding: 32px 25px;
  }
}

.sendemail__txt {
  font-size: 20px;
  line-height: 1.6;
}
@media screen and (max-width: 650px) {
  .sendemail__txt {
    font-size: 16px;
  }
}

.form__reset {
  padding: 44px 108px 49px 110px;
}
@media screen and (max-width: 768px) {
  .form__reset {
    padding: 44px 54px 49px 55px;
  }
}
@media screen and (max-width: 550px) {
  .form__reset {
    padding: 0;
  }
}

.reset__input {
  margin-bottom: 44px;
}

.form__sign {
  padding: 44px 110px;
}
@media screen and (max-width: 768px) {
  .form__sign {
    padding: 44px 68px;
  }
}
@media screen and (max-width: 550px) {
  .form__sign {
    padding: 0;
  }
}
.form__sign .login__input {
  margin-bottom: 16px;
}

.reset__btn {
  width: 318px;
  font-weight: 600;
  font-family: "Montserrat", serif;
  padding: 12px 29px;
}
@media screen and (max-width: 650px) {
  .reset__btn {
    width: 100%;
  }
}

.sign__btn {
  background-color: #eb1014;
  font-family: "Montserrat", serif;
  width: 168px;
  padding: 12px 36px;
  margin-bottom: 37px;
}

.log__txt {
  font-size: 14px;
  margin-bottom: 16px;
}

.log__link {
  color: #498cd8;
  text-decoration: underline !important;
  font-family: "Montserrat", serif;
}

.signUp__google {
  padding: 12px 74px;
}
@media screen and (max-width: 650px) {
  .signUp__google {
    padding: 12px 40px;
  }
}

.signUp__link {
  gap: 15px;
}

.admin__container {
  display: flex;
  min-height: 100vh;
}

.sidebar__cont {
  background-color: #f4f4f4;
}

.sidebar {
  width: 187px;
  height: 100%;
  padding: 24px 8px 39px 8px;
  background-color: #f4f4f4;
}

.admin__logo {
  margin-bottom: 162px;
}

.nav-item__link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-left: 31px;
  margin-bottom: 24px;
  font-size: 20px;
  color: #000;
}
.nav-item__link img {
  filter: brightness(0) saturate(100%);
  width: 24px;
  height: 24px;
}
.nav-item__link.active {
  color: #498cd8;
}
.nav-item__link.active img {
  filter: brightness(0) saturate(100%) invert(49%) sepia(42%) saturate(474%) hue-rotate(175deg) brightness(92%)
    contrast(93%);
}

.view-btn.active .list__mode {
    filter: invert(49%) sepia(42%) saturate(474%) hue-rotate(175deg) brightness(92%) contrast(93%);
}

.logout__button {
  position: fixed;
  bottom: 20px;
  left: 20px;
  font-weight: 600;
  color: #000;
  justify-content: center;
  width: 123px !important;
  padding: 20px 32px;
  border-radius: 40px;
  margin-left: 10px;
  transition: opacity 0.3s ease-in;
}
.logout__button:hover {
  opacity: 0.75;
}
@media screen and (max-width: 650px) {
  .logout__button {
    width: 96px !important;
    padding: 9px 21px !important;
  }
}

.main-content {
  flex: 1;
}

.profile__section {
  padding: 47px 44px;
}
@media screen and (max-width: 600px) {
  .profile__section {
    padding: 47px 0;
  }
}

.setting__wrap {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 32px 80px;
  border-radius: 20px;
  display: flex;
  gap: 54px;
  overflow-y: auto;
  height: 700px;
}
@media screen and (max-width: 1434px) {
  .setting__wrap {
    padding: 32px 50px;
  }
}
@media screen and (max-width: 1376px) {
  .setting__wrap {
    gap: 16px;
  }
}
@media screen and (max-width: 1180px) {
  .setting__wrap {
    flex-direction: column;
  }
}
@media screen and (max-width: 600px) {
  .setting__wrap {
    box-shadow: unset;
    padding: 0;
    overflow-y: unset;
  }
}

.setting__wrap::-webkit-scrollbar {
  width: 10px;
}

.setting__wrap::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 5px;
}

.setting__wrap::-webkit-scrollbar-thumb {
  background: #afafaf;
  border-radius: 5px;
  border: 2px solid #f0f0f0;
}

.setting__wrap::-webkit-scrollbar-thumb:hover {
  background: #a0a0a0;
}

.block__setting {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 19px;
}
@media screen and (max-width: 920px) {
  .content-section {
    justify-content: space-between;
  }
}

@media screen and (max-width: 798px) {
  .block__setting {
    align-items: unset;
  }
}

@media screen and (max-width: 768px) {
  .setting__info {
    text-align: center;
  }
  .content-section {
    margin-top: 20px;
  }
}
@media screen and (max-width: 641px) {
  .content-section {
    flex-direction: column;
    align-items: normal !important;
  }
}
.tolbar-button__adapt {
  display: none !important;
}
@media screen and (max-width: 920px) {
  .tolbar-button__adapt {
    display: flex !important;
  }
  .tolbar__adapts {
    display: flex;
    gap: 10px;
  }
}

.content-section {
  display: flex;
  /* flex-direction: column; */
  align-items: flex-end;
  gap: 20px;
}

.title__setting {
  font-size: 32px;
  font-weight: 600;
  /* margin-left: 16px; */
}
.description {
  max-width: 409px;
}
@media screen and (max-width: 1024px) {
  .title__setting {
    margin-left: 0;
  }
}
@media screen and (max-width: 798px) {
  .title__setting {
    font-size: 26px;
    margin: 0 auto;
    align-items: unset;
  }
}

.avatar {
  position: relative;
  display: inline-block;
  width: 118px;
}
@media screen and (max-width: 768px) {
  .avatar {
    margin: 0 auto;
  }
}

.avatar__img {
  width: 110px;
  height: 110px;
  object-fit: cover;
  border-radius: 50%;
}

.edit__icon {
  position: absolute;
  top: 11%;
  right: 0;
  cursor: pointer;
}
@media screen and (max-width: 1180px) {
  .edit__icon {
    top: 60%;
    right: 0;
  }
}

#file-input {
  display: none;
}

.personal__block {
  margin-bottom: 60px;
}

.personal__title {
  font-family: "Roboto", serif;
  font-size: 34px;
  margin-bottom: 32px;
}

.info__group {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}
@media screen and (max-width: 1318px) {
  .info__group {
    flex-wrap: wrap;
  }
}

.info__input {
  font-weight: 600;
  width: 344px;
  padding: 12px 16px;
  border-radius: 12px;
  border: 1px solid #949494;
}
.info__input::placeholder {
  color: #afafaf;
}
.info__input:focus {
  border: 2px solid #000;
}
@media screen and (max-width: 1338px) {
  .info__input {
    max-width: 344px;
    width: 100%;
  }
}

.edit__btn {
  color: #eb1014;
  border: 4px solid #eb1014;
  font-size: 14px;
  font-weight: 600;
  width: 85px;
  height: 32px;
  padding: 0 23px;
  border-radius: 40px;
}

.plan__block {
  margin-bottom: 60px;
}

.plan__until {
  display: block;
  font-size: 15px;
  font-weight: 300;
  text-align: left;
}

.month__block {
  border: 1px solid #000;
  border-radius: 16px;
  padding: 26px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  width: 268px;
  margin-bottom: 12px;
}
@media screen and (max-width: 1318px) {
  .month__block {
    max-width: 268px;
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .month__block {
    max-width: unset;
  }
}

.month__title {
  font-size: 20px;
  font-weight: 700;
}

.upgrade__block {
  padding-bottom: 83px;
}

.upgrade__txt {
  font-size: 15px;
  font-family: "Roboto", serif;
  font-weight: 300;
  margin-bottom: 20px;
}

.month__plan {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 700px) {
  .month__plan {
    flex-direction: column;
  }
}

.month__upgrade {
  border: 1px solid #000;
  border-radius: 16px;
  padding: 26px 0;
  text-align: center;
  width: 180px;
  cursor: pointer;
}
@media screen and (max-width: 1318px) {
  .month__upgrade {
    max-width: 180px;
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .month__upgrade {
    max-width: unset;
  }
}
.month__upgrade:hover,
.month__upgrade.active {
  background-color: #498cd8;
  border: none;
  color: #fff;
}

.send-massage__txt {
  font-size: 24px;
  padding-bottom: 32px;
}
.send-massage__txt a {
  color: #498cd8;
  text-decoration: underline !important;
}
@media screen and (max-width: 768px) {
  .send-massage__txt {
    font-size: 20px;
    text-align: left;
  }
}

.portfolio-section {
  padding: 40px 0;
}

.notification-container-adapt {
  display: none;
}
@media screen and (max-width: 600px) {
  .notification-container-adapt {
    display: block;
    position: absolute !important;
    right: 10px;
    top: -1%;
    z-index: 100;
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 600px) {
  .notification__adapt {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .header__burger {
    position: absolute;
    top: 23px;
    left: 10px;
    width: 33px;
    height: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
    border-radius: 8px;
  }
  .burger__line {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #333;
    margin: 3px 0;
    transition: all 0.3s ease;
  }
  .header__burger.active .burger__line_first {
    transform: translateY(9px) rotate(45deg);
  }
  .header__burger.active .burger__line_second {
    opacity: 0;
  }
  .header__burger.active .burger__line_third {
    transform: translateY(-9px) rotate(-45deg);
  }
  .header__nav-close {
    position: absolute;
    top: 20px;
    width: 14px;
    height: 30px;
    cursor: pointer;
  }
  .header__nav-close-line {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #333;
  }
  .header__nav-close-line:first-child {
    transform: rotate(45deg);
  }
  .header__nav-close-line:last-child {
    transform: rotate(-45deg);
  }
  /* Overlay for when menu is open */
  .overlay-adaptive {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
  }
  .overlay-adaptive.active {
    opacity: 1;
    visibility: visible;
  }
  .sidebar__cont {
    position: relative;
  }
  .sidebar {
    position: fixed;
    left: 0;
    top: 0;
    width: 280px;
    height: 100vh;
    background-color: white;
    padding: 20px;
    display: flex;
    flex-direction: column;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
    transform: translateX(-100%); /* Hide by default */
    transition: transform 0.3s ease;
    z-index: 100;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    padding-bottom: 54px;
    padding-top: 121px;
  }
  .sidebar.active {
    transform: translateX(0); /* Show when active */
  }
}
.block__portfolio {
  /* display: flex; */
  align-items: center;
  /* justify-content: space-between; */
  margin-bottom: 25px;
  /* position: relative; */
}
@media screen and (max-width: 1024px) {
  .block__portfolio {
    flex-direction: column;
    gap: 20px;
  }
}
@media screen and (max-width: 550px) {
  .block__portfolio {
    margin-bottom: 24px;
  }
}

.block__portfolio-user {
  flex-direction: unset;
}
@media screen and (max-width: 600px) {
  .block__portfolio-user {
    flex-direction: column;
  }
}

@media screen and (max-width: 600px) {
  .notification__cont {
    display: none;
  }
}

.folders {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 5px;
  margin-bottom: 30px;
}
@media screen and (max-width: 920px) {
  .folders {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .folders {
    width: 100%;
    justify-content: center;
    position: relative;
  }
}

.link__folder {
  font-size: 12px;
  font-weight: 500;
  color: #000;
  border: 1px solid #afafaf;
  width: 135px;
  padding: 12px;
  border-radius: 12px;
  display: flex;
  gap: 4px;
}
@media screen and (max-width: 768px) {
  .link__folder {
    display: none;
  }
}

.link__folder-adapt {
  display: none;
}
@media screen and (max-width: 768px) {
  .link__folder-adapt {
    display: block;
    margin-right: auto;
  }
}

.flex__img {
  display: flex;
  gap: 10px;
}

.flex__text {
  order: 2;
}

/* PDF FILE STYLE */

.upload-section {
  margin-bottom: 40px;
}

.file-input-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}

.file-input__file {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.file-item {
  /* display: flex; */
  align-items: center;
  /* padding: 15px; */
  margin-bottom: 10px;
  background: #fff;
  border-radius: 10px;
  /* border: 1px solid #e9ecef; */
  transition: all 0.3s ease;
  /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); */
}
.file-details {
  /* display: flex; */
  gap: 15px;
  font-size: 0.9em;
  color: #7f8c8d;
}
@media (max-width: 768px) {
  .file-details {
    /* flex-direction: column; */
    gap: 5px;
  }
}
.file-input-display {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 120px;
  border-radius: 15px;
  transition: all 0.3s ease;
  cursor: pointer;
  flex-direction: column;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.file-input-display:hover {
  border-color: #2980b9;
  background: linear-gradient(45deg, #e3f2fd, #bbdefb);
  transform: translateY(-2px);
}

.file-input-display.dragover {
  border-color: #27ae60;
  background: linear-gradient(45deg, #e8f5e8, #c8e6c9);
  transform: scale(1.02);
}

.file-input-display.has-files {
  min-height: auto;
  padding: 20px;
}

.file-input-content {
  text-align: center;
  color: #34495e;
}

.file-input-content h3 {
  margin-bottom: 10px;
}

/* File List Styles */
.file-list {
  display: none;
  margin-top: 20px;
  width: 100%;
}

.file-list.visible {
  display: block;
}

.file-list-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 0 5px;
}

.file-count {
  color: #666;
  font-weight: 500;
}

.clear-all-btn {
  background: #dc3545;
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 20px;
  cursor: pointer;
  font-size: 0.9em;
  transition: all 0.3s ease;
  z-index: 100;
}

.clear-all-btn:hover {
  background: #c82333;
  transform: translateY(-1px);
}

.file-item__upload {
  display: flex;
  align-items: center;
  padding: 15px;
  margin-bottom: 10px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #e9ecef;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.file-item__upload:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.file-icon {
  width: 40px;
  height: 40px;
  background: linear-gradient(45deg, #e74c3c, #c0392b);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 14px;
  margin-right: 15px;
  flex-shrink: 0;
}

.file-info {
  flex: 1;
  min-width: 0;
}

.file-name {
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 5px;
  word-break: break-word;
}

.file-details__upload {
  display: flex;
  gap: 15px;
  font-size: 0.9em;
  color: #7f8c8d;
}

.file-size,
.file-date {
  display: flex;
  align-items: center;
  gap: 5px;
}

.file-remove {
  background: none;
  border: none;
  color: #dc3545;
  cursor: pointer;
  padding: 8px;
  border-radius: 50%;
  transition: all 0.3s ease;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
}

.file-remove:hover {
  background: #f8d7da;
  transform: scale(1.1);
}

.add-more-files {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  margin-top: 15px;
  border: 2px dashed #6c757d;
  border-radius: 10px;
  color: #6c757d;
  cursor: pointer;
  transition: all 0.3s ease;
  background: transparent;
}

.add-more-files:hover {
  border-color: #3498db;
  color: #3498db;
  background: #f8f9ff;
}

.processing {
  text-align: center;
  margin: 30px 0;
  padding: 20px;
  background: linear-gradient(45deg, #fff3cd, #ffeaa7);
  border-radius: 10px;
  border-left: 5px solid #f39c12;
}

.spinner {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 3px solid #f3f3f3;
  border-top: 3px solid #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-right: 10px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.results {
  display: none;
  margin-top: 30px;
}

/* Accordion Styles */
.metadata-container {
  max-height: 60vh;
  overflow-y: auto;
  border: 1px solid #e9ecef;
  border-radius: 10px;
  padding: 10px;
  background: #f8f9fa;
}

.metadata-container::-webkit-scrollbar {
  width: 8px;
}

.metadata-container::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.metadata-container::-webkit-scrollbar-thumb {
  background: #3498db;
  border-radius: 10px;
}

.metadata-container::-webkit-scrollbar-thumb:hover {
  background: #2980b9;
}

.accordion-item {
  background: white;
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.accordion-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background: linear-gradient(45deg, #3498db, #2980b9);
  color: white;
  cursor: pointer;
  transition: all 0.3s ease;
}

.accordion-header:hover {
  background: linear-gradient(45deg, #2980b9, #1f5f99);
}

.accordion-title {
  font-weight: 600;
  font-size: 1.1em;
  flex: 1;
  margin-right: 15px;
  word-break: break-word;
}

.accordion-icon {
  font-size: 1.2em;
  transition: transform 0.3s ease;
}

.accordion-icon.rotated {
  transform: rotate(180deg);
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.accordion-content.open {
  max-height: 500px;
}

.accordion-body {
  padding: 20px;
  background: #fff;
}

.metadata-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  padding: 8px 0;
  border-bottom: 1px solid #ecf0f1;
}

.metadata-item:last-child {
  border-bottom: none;
}

.metadata-label {
  font-weight: 600;
  color: #34495e;
  min-width: 120px;
}

.metadata-value {
  color: #7f8c8d;
  text-align: right;
  word-break: break-word;
  max-width: 200px;
}

.metadata-value.empty {
  color: #bdc3c7;
  font-style: italic;
}

.error {
  background: linear-gradient(45deg, #ffe6e6, #ffcccb);
  color: #e74c3c;
  padding: 20px;
  border-radius: 10px;
  margin: 20px 0;
  border-left: 5px solid #e74c3c;
}

.success {
  background: linear-gradient(45deg, #e8f5e8, #c8e6c9);
  color: #27ae60;
  padding: 20px;
  border-radius: 10px;
  margin: 20px 0;
  border-left: 5px solid #27ae60;
}

.export-buttons {
  margin-top: 30px;
  text-align: center;
}

.btn {
  padding: 12px 25px;
  /* margin: 0 10px; */
  border: none;
  border-radius: 25px;
  cursor: pointer;
  font-size: 1em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.btn-primary {
  background: linear-gradient(45deg, #3498db, #2980b9);
  color: white;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(52, 152, 219, 0.4);
}

.btn-secondary {
  background: linear-gradient(45deg, #95a5a6, #7f8c8d);
  color: white;
}

.btn-secondary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(149, 165, 166, 0.4);
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.file-item__upload,
.accordion-item {
  animation: fadeInUp 0.4s ease;
}

@media (max-width: 768px) {
  .container {
    padding: 0 8px;
  }

  h1 {
    font-size: 2em;
  }

  .file-details__upload {
    flex-direction: column;
    gap: 5px;
  }

  .metadata-container {
    max-height: 50vh;
  }

  .accordion-title {
    font-size: 1em;
  }

  .metadata-value {
    max-width: 150px;
    font-size: 0.9em;
  }

  .btn {
    padding: 10px 20px;
    font-size: 0.9em;
    margin: 5px;
  }
}
/* PDF FILE STYLE */

/* table */
.self__title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 30px;
  color: #2c3e50;
  text-align: center;
  padding: 0 10px;
}

/* Desktop styles */
.versus__tables {
  margin-bottom: 40px;
}

.versus__table {
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow-x: auto;
  margin-bottom: 40px;
}

.versus__table table {
  width: 100%;
  border-collapse: collapse;
  min-width: 700px;
}

.versus__table th {
  font-family: "Manrope", sans-serif;
  text-align: left;
  font-size: 0.85rem;
  font-weight: 700;
  color: #fff;
  padding: 16px 0;
}

.versus__table td {
  padding: 12px 8px;
  text-align: left;
  border-bottom: 1px solid #e0e0e0;
  font-size: 0.85rem;
}

.versus__table th {
  color: white;
  font-weight: 600;
  position: sticky;
  top: 0;
  z-index: 10;
}

.versus__table tr:hover {
  background-color: #f8f9fa;
}

.versus__table td:first-child {
  font-weight: 500;
  background-color: #ecf0f1;
  position: sticky;
  left: 0;
  z-index: 5;
  white-space: normal;
  min-width: 150px;
}

.versus__table th:first-child {
  position: sticky;
  left: 0;
  z-index: 15;
  min-width: 150px;
}

/* Mobile card styles */
.mobile-cards {
  display: none;
}

.service-card {
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  overflow: hidden;
}

.service-header {
  background-color: #006eab;
  color: white;
  padding: 15px;
  text-align: center;
  font-weight: 600;
  font-size: 1.1rem;
}

.service-details {
  padding: 15px;
}

.detail-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}

.detail-row:last-child {
  border-bottom: none;
}

.detail-label {
  font-weight: 700;
  flex: 1;
  color: #022e75;
  font-size: 16px;
  padding-right: 10px;
}

.detail-value {
  flex: 1;
  text-align: right;
  color: #022e75;
  font-weight: 500;
}

.checkmark {
  color: #27ae60;
  font-size: 1.2rem;
}

.cross {
  color: #e74c3c;
  font-size: 1.2rem;
}

.price {
  font-weight: 600;
  color: #2c3e50;
  font-size: 1.1rem;
}

.filter-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
  justify-content: center;
}

.filter-tab {
  padding: 8px 16px;
  background: white;
  border: 2px solid #ddd;
  border-radius: 20px;
  cursor: pointer;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}

.filter-tab.active {
  background: #667eea;
  color: white;
  border-color: #667eea;
}

.filter-tab:hover {
  border-color: #667eea;
}

.section-divider {
  margin: 60px 0 40px 0;
  border-top: 3px solid #667eea;
  padding-top: 20px;
}

@media (max-width: 768px) {
  .versus__table {
    display: none;
  }

  .mobile-cards {
    display: block;
  }

  .self__title {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }

  .detail-row {
    align-items: flex-start;
    gap: 2px;
  }

  .detail-value {
    text-align: left;
    margin-top: 2px;
  }
}

@media (max-width: 480px) {
  .filter-tabs {
    flex-direction: column;
  }

  .filter-tab {
    text-align: center;
  }
}

/* table */

.edit-btn {
  /* background: linear-gradient(45deg, #eb1014, #eb1014);
  color: white;
  width: 118px !important;*/
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 24px;
  border: 1px solid #b0b0b0;
  border-radius: 20px;
  padding: 6px 25px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .edit-btn {
    font-size: 16px;
    gap: 20px;
  }
}
@media screen and (max-width: 500px) {
  .edit-btn {
    width: 100px;
    padding: 6px 11px;
    height: 44px;
    border-radius: 12px;
  }
  .edit__svg {
    height: 15px !important;
  }
}
.edit__svg {
  width: 24px;
  height: 20px;
}

.edit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

/* Modal Styles */
/* Modal Styles */
.modal-text {
  display: none;
  position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 2000;
  
  /* background-color: rgba(0, 0, 0, 0.8); */
  /* backdrop-filter: blur(5px); */
}

.modal-text.active {
  display: flex;
  justify-content: center;
}

.modal-content__text {
  background: white;
  border: 1px solid #ddd;
  border-radius: 15px;
  /* max-width: 468px; */
  position: relative;
    padding: 7px;
  max-width: 468px;
    width: 100%;
    border-radius: 12px;
    background-color: #fff;
    /* background-color: rgba(0, 0, 0, 0.8); */
    /* backdrop-filter: blur(5px); */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}

:root {
  --bar-h: 48px;
  --c-top: #f9f9f9;
  --c-mid: #e6e6e6;
  --c-btm: #f3f3f3;
  --c-border: #cfcfcf;
  --c-topline: rgba(255, 255, 255, 0.9);
  --c-shadow: rgba(0, 0, 0, 0.12);
}

.modal-header {
  padding: 10px 40px 10px 12px;
  font-weight: 700;
  color: #333;
  background: linear-gradient(to bottom, var(--c-topline), rgba(255, 255, 255, 0)) 0 0/100% 10px no-repeat,
    linear-gradient(to bottom, var(--c-top) 0%, var(--c-mid) 55%, var(--c-btm) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 -1px 0 var(--c-shadow);
}

.modal-title {
  margin: 0;
  font-size: 1.5rem;
}

.close-btn {
  background: none;
  border: none;
  color: white;
  font-size: 28px;
  cursor: pointer;
  padding: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}

.close-btn:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.toolbar {
  background: #f8f9fa;
  padding: 15px 30px;
  border-bottom: 1px solid #dee2e6;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}

.toolbar-group {
  display: flex;
  gap: 5px;
  align-items: center;
  padding: 0 10px;
  border-right: 1px solid #dee2e6;
}

.toolbar-group:last-child {
  border-right: none;
}

.toolbar select {
  border: 1px solid #b7b7b7;
  border-radius: 3px;
  background: linear-gradient(#fdfdfd, #f2f2f2);
  box-shadow: 0 1px 0 #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  appearance: auto;
  padding: 3px 0;
  cursor: pointer;
}

.font-size-input {
  width: 40px;
  padding: 3px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
  text-align: center;
}

.toolbar-btn {
  background: white;
  border: 1px solid #ddd;
  padding: 8px 12px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.2s ease;
  min-width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.toolbar-btn:hover {
  background: #e9ecef;
  border-color: #adb5bd;
}

.toolbar-btn.active {
  background: #007bff;
  color: white;
  border-color: #007bff;
}

.color-input {
  width: 40px;
  height: 35px;
  border: 1px solid #ddd;
  border-radius: 6px;
  cursor: pointer;
  padding: 2px;
}

.file-input-wrapper {
  position: relative;
  display: inline-block;
}

.file-input {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

.file-input-label {
  display: inline-block;
  padding: 8px 12px;
  background: white;
  border: 1px solid #ddd;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.2s ease;
  min-width: 120px;
  text-align: center;
}

.file-input-label:hover {
  background: #e9ecef;
  border-color: #adb5bd;
}

.file-preview {
  margin-top: 10px;
  padding: 5px;
  font-size: 12px;
  color: #666;
  background: #f8f9fa;
  border-radius: 4px;
  display: none;
}

.editor-container {
  padding: 0px 20px;
  max-height: 400px;
  overflow-y: auto;
}

/* Editor Navigation */
.editor-nav {
  display: flex;
  background: #f8f9fa;
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 10px;
}

.editor-tab {
  flex: 1;
  padding: 10px 20px;
  background: none;
  border: none;
  border-right: 1px solid #dee2e6;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  color: #666;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.editor-tab:last-child {
  border-right: none;
}

.editor-tab:hover {
  background: #e9ecef;
  color: #333;
}

.editor-tab.active {
  background: white;
  color: #007bff;
  border-bottom: 2px solid #007bff;
  position: relative;
}

.editor-panel {
  display: none;
}

.editor-panel.active {
  display: block;
}

.editor-field {
  margin-bottom: 30px;
}

.editor-field.optional {
  display: none;
}

.editor-field label {
  display: block;
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
  font-size: 16px;
}

.editor-field.optional label::after {
  content: " (необов'язкове)";
  font-weight: 400;
  color: #666;
  font-size: 14px;
}

.editor {
  min-height: 120px;
  border: 2px solid #e9ecef;
  border-radius: 8px;
  padding: 15px;
  font-size: 16px;
  line-height: 1.6;
  outline: none;
  background: white;
  transition: border-color 0.3s ease;
  font-family: Arial, sans-serif;
}

.editor:focus {
  border-color: #007bff;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}

.editor[contenteditable="true"]:empty:before {
  content: attr(data-placeholder);
  color: #999;
  font-style: italic;
}

.modal-footer {
  background: #f8f9fa;
  padding: 20px 30px;
  display: flex;
  justify-content: flex-end;
  gap: 15px;
  border-top: 1px solid #dee2e6;
}

.btn {
  padding: 10px 20px;
  border: none;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-cancel {
  background: #6c757d;
  color: white;
}

/* .btn-save {
  background: #28a745;
  color: white;
}

.btn-save:hover {
  background: #218838;
} */

/* Responsive */
@media (max-width: 768px) {
  .toolbar {
    padding: 10px 15px;
  }

  .toolbar-group {
    padding: 0 5px;
  }

  /* .modal-content__text {
    width: 95%;
    margin: 5% auto;
  } */

  .editor-container {
    padding: 20px;
  }

  .watermark {
    bottom: 10px;
    right: 10px;
    font-size: 10px;
  }
}

.nav__portfolio {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 920px) {
  .nav__portfolio {
    width: 100%;
    justify-content: space-between;
  }
}
@media screen and (max-width: 386px) {
  .nav__portfolio {
    align-items: unset;
    gap: 15px;
  }
}
.oauth-button {
  display: flex;
  font-size: 12px;
  gap: 15px;
  align-items: center;
  font-weight: 600;
  border: 1px solid #dadada;
  width: 234px;
  padding: 8px;
  border-radius: 3px;
  text-align: center;
}
.description__portfolio {
  max-width: 785px;
  font-size: 12px;
}

.view-mode__toggle {
  display: flex;
  gap: 25px;
  margin-right: 15px;
}

.list__mode {
  cursor: pointer;
  color: #000000;
}
.list__mode.active {
  fill: #007fc5;
}
@media screen and (max-width: 946px) {
  .list__mode {
    width: 35px;
  }
}

.share-grid__svg {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(0deg);
}

.search__file {
  position: relative;
  margin-right: 12px;
}
@media screen and (max-width: 600px) {
  .search__file {
    display: inline-block;
  }
}

@media screen and (max-width: 600px) {
  .search__file.active .search__input {
    display: block;
  }
}
.search__input {
  font-size: 24px;
  background-color: #e9e9e9;
  width: 435px;
  padding: 12px 64px;
  border-radius: 20px;
  outline: none;
}
.search__input::placeholder {
  color: #939ba5;
}
@media screen and (max-width: 1280px) {
  .search__input {
    width: 100%;
  }
}
@media screen and (max-width: 1064px) {
  .search__input {
    padding: 7px 64px;
  }
}
@media screen and (max-width: 946px) {
  .search__input {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .search__input {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-71%);
    margin-top: 8px;
    width: 100%;
    width: 315px;
    padding: 6px 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 6px;
    outline: none;
    background-color: white;
    display: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    z-index: 10;
  }
}

@media screen and (max-width: 600px) {
  .share__svg {
    display: none;
  }
}

.search__icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1064px) {
  .search__icon {
    width: 30px;
  }
}
@media screen and (max-width: 946px) {
  .search__icon {
    top: 52%;
  }
}
@media screen and (max-width: 600px) {
  .search__icon {
    position: static;
    top: unset;
    transform: unset;
  }
}

.control__panel {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.control-panel__adapt {
  display: none;
}
@media screen and (max-width: 920px) {
  .control__panel {
    display: none;
  }
  .control-panel__adapt {
    display: flex;
  }
}
.control__panel svg {
  cursor: pointer;
}

.portfolio-container {
  max-width: 1200px;
  margin: 20px auto;
  padding: 20px;
  background-color: #f5f5f5;
  border-radius: 8px;
}

.view-button,
.grid-button {
  stroke: #000;
}
.view-button.active,
.grid-button.active {
  stroke: #007fc5;
}

.file__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: all 0.3s ease;
}

.file__list-grid {
  display: none;
}

.grid__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 60px;
}

.item__project-grid {
  width: 220px;
  padding: 54px 44px;
  border: 1px solid #000;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 35px;
  cursor: pointer;
}
.item__project-grid svg {
  width: 72px;
  margin: 0 auto;
}
@media screen and (max-width: 526px) {
  .item__project-grid {
    padding: 30px 20px;
    gap: 20px;
    width: 141px;
  }
}

.item__file-grid {
  position: relative;
  margin-bottom: 4px;
}
@media screen and (max-width: 526px) {
  .item__file-grid {
    /* width: 141px; */
  }
}

.grid__project {
  font-size: 32px;
  font-weight: 500;
}
@media screen and (max-width: 526px) {
  .grid__project {
    font-size: 20px;
    text-align: center;
  }
}

@media screen and (max-width: 526px) {
  .img__portfolio {
    height: 183px;
  }
}

.portfolio__format {
  max-width: 100px;
  display: block;
  color: #fff;
}

.grid__img-info {
  position: absolute;
  top: 0;
  padding: 16px 6px 9px 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 216px;
  height: 100%;
}
@media screen and (max-width: 526px) {
  .grid__img-info {
    width: 141px;
  }
}

.controls__grid {
  justify-content: space-between;
  z-index: 10;
}

.grid-control__menu {
  bottom: -50%;
  top: unset !important;
}

.cotrols-block__grid {
  display: flex;
  gap: 12px;
  align-items: center;
}

.dots__menu {
  cursor: pointer;
  fill: #000;
  transition: fill 0.3s;
}
.dots__menu.active {
  fill: #007fc5;
}

.file__weight {
  display: flex;
  gap: 11px;
  align-items: center;
}

.controls-top {
  position: absolute;
  top: 20px;
  left: 20px;
  display: flex;
}

.cotrols-block__grid {
  display: flex;
  gap: 10px;
  z-index: 10;
  opacity: 0;
  transition: opacity 0.3s ease;
  padding-left: 16px;
}

/* Hover effects */
.item__file-grid:hover .overlay {
  background: linear-gradient(10deg, #000000 0%, rgba(217, 217, 217, 0) 48%);
  border-radius: 20px;
}

.item__file-grid:hover .share__controls,
.item__file-grid:hover .cotrols-block__grid,
.item__file-grid:hover .filename-overlay {
  opacity: 1;
}

.toolbar-right {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-left: auto;
}

.styles-panel {
  /* display: none; */
  display: flex;
  gap: 5px;
}
@media screen and (max-width: 1146px) {
  .styles-panel {
    flex-direction: column;
  }
}
@media screen and (max-width: 920px) {
  .styles-panel {
    flex-direction: unset;
  }
}

.styles-panel.active {
  display: flex;
  gap: 16px;
  justify-content: end;
  margin-bottom: 24px;
}

.styles-panel button.active {
  background-color: #498cd8;
  color: #fff;
  border: none;
}
.styles-panel button.active svg {
  fill: #fff;
}

.tolbar__button {
  display: flex;
  align-items: center;
  gap: 24px;
  border: 1px solid #b0b0b0;
  width: 166px;
  border-radius: 20px;
  padding: 6px 25px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}

.tolbar__button svg {
  fill: #000;
}

.color__button {
  display: flex;
  margin: 0 auto;
  border: 1px solid #b0b0b0;
  border-radius: 20px;
  padding: 8px 10px;
  font-size: 18px;
}
.color-button__close {
  position: absolute;
  top: 8px;
  right: 6%;
  font-size: 18px;
}
@media screen and (max-width: 1024px) {
  .tolbar__button {
    font-size: 16px;
    width: 138px;
    padding: 3px 18px;
    width: 138px;
    gap: 12px;
  }
}
@media screen and (max-width: 500px) {
  .tolbar__button {
    width: 100px;
    padding: 6px 11px;
    height: 44px;
    border-radius: 12px;
  }
}
@media screen and (max-width: 370px) {
  .tolbar__button {
    /* width: 100%; */
    font-size: 14px;
  }
}

.modal-folder {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.create__folder {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  width: 100%;
  width: 788px;
  padding: 40px 52px 40px 52px;
  position: relative;
}

.folder-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.folder-title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 52px;
}

.btn-close {
  cursor: pointer;
  font-size: 32px;
  color: #000;
  position: absolute;
  right: 8%;
  top: 10%;
}

.modal-body {
  margin-bottom: 24px;
}

.folder-input {
  width: 685px;
  padding: 12px;
  border: 1px solid #949494;
  border-radius: 12px;
  outline: none;
  margin-bottom: 69px;
}

.folder-footer {
  display: flex;
  justify-content: center;
}

.create-btn {
  padding: 3px 22px;
  background-color: #fff;
  color: #eb1014;
  border: 3px solid #eb1014;
  border-radius: 20px;
  font-size: 24px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  margin: 0 auto;
}

.create-btn:hover {
  background-color: #eb1014;
  color: #fff;
}

.modal-folder.active {
  display: flex;
}

.grid-item {
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
  background-color: white;
  position: relative;
}

.hidden {
  display: none;
}

.move-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}

.move-modal-content {
  background-color: #fff;
  border-radius: 12px;
  width: 788px;
  padding: 40px 52px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.move-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.move-modal-header h2 {
  font-size: 32px;
  font-weight: 600;
}

.move-modal-body {
  margin-bottom: 20px;
}

.move__create {
  color: #000;
  display: flex;
  gap: 12px;
  margin-bottom: 166px;
}

.move-folder-input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-bottom: 32px;
}

.move-folder-create {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.move-confirm {
  width: 100%;
  padding: 10px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.move-confirm:hover {
  background-color: #0056b3;
}

.move-close {
  background: none;
  border: none;
  font-size: 24px;
  color: #999;
  cursor: pointer;
}

.menu__titles {
  display: flex;
  justify-content: space-between;
  max-width: 752px;
  margin-left: 25px;
}
@media screen and (max-width: 500px) {
  .menu__titles {
    margin-left: 0;
  }
}
.menu-title__file {
  border-bottom: 1px solid #000;
  padding-bottom: 13px;
  margin-bottom: 24px;
}

.menus__title {
  display: flex;
  gap: 140px;
}
@media screen and (max-width: 466px) {
  .menus__title {
    display: none;
  }
}

.menu__title {
  font-size: 20px;
  font-weight: 500;
}

.file__list-user {
  overflow-y: unset !important;
  overflow-x: unset !important;
}

.file__list {
  margin-left: -24px;
  overflow-y: auto;
  overflow-x: hidden;
  height: 600px;
  padding-right: 18px;
  width: 1195px;
}
.file__list.grid-view .file-list__item {
  border: none;
  width: 220px;
  height: 260px;
  padding: 0;
  flex-direction: column;
  justify-content: unset;
}
.file__list.grid-view .file-list__item:first-child {
  border: 1px solid #afafaf;
}
.file__list.grid-view .file-list__item:first-child .share__controls svg,
.file__list.grid-view .file-list__item:first-child img:first-child {
  display: none;
}
.file__list.grid-view .item__file img {
  width: 220px;
  height: 260px;
}
.file__list.grid-view .item__project {
  flex-direction: column;
  margin: 0 auto;
  gap: 20px;
  padding: 60px 43px;
}
.file__list.grid-view .item__project svg {
  width: 72px;
}
.file__list.grid-view .item__project span {
  font-weight: 500;
  font-size: 32px;
}
@media screen and (max-width: 1403px) {
  .file__list {
    margin-left: 0;
    width: 100%;
  }
}

.file__list::-webkit-scrollbar {
  width: 10px;
}

.file__list::-webkit-scrollbar-thumb {
  background: #afafaf;
  border-radius: 5px;
  border: 2px solid #f0f0f0;
}

.file__list::-webkit-scrollbar-thumb:hover {
  background: #a0a0a0;
}

.file-list__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #afafaf;
  background-color: #fff;
  padding: 16px 25px;
  border-radius: 12px;
  width: 1185px;
  cursor: pointer;
  margin-bottom: 8px;
}
@media screen and (max-width: 1403px) {
  .file-list__item {
    width: 100%;
  }
}

.item__file {
  display: flex;
  align-items: center;
  gap: 8px;
}

.item__project {
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 25px;
}

.dots__menu {
  cursor: pointer;
  filter: brightness(0) saturate(100%);
  transition: fill 0.3s;
}
.dots__menu.active {
  filter: brightness(0) saturate(100%) invert(49%) sepia(42%) saturate(474%) hue-rotate(175deg) brightness(92%)
    contrast(93%);
}

.kb__item {
  color: #939ba5;
  font-size: 11px;
  text-align: right;
}
@media screen and (max-width: 984px) {
  .kb__item {
    max-width: 179px;
    font-size: 14px;
  }
}
@media screen and (max-width: 798px) {
  .kb__item:last-child {
    display: none;
  }
}
@media screen and (max-width: 343px) {
  .kb__item {
    font-size: 11px;
  }
}
.share__controls {
  display: flex;
  align-items: start;
  gap: 12px;
}
.share__controls svg {
  cursor: pointer;
}

.controls__menu {
  position: relative;
  display: inline-block;
}

.control-dropdown__menu {
  position: absolute;
  right: 34px;
  top: -8px;
  background-color: #007fc5;
  border-radius: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  padding: 26px 20px 26px 20px;
  width: 216px;
  display: none;
  z-index: 1000 !important;
}

.control-dropdown__menu.active {
  display: block;
  animation: fadeIn 0.2s ease-in-out;
}

.menu-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  width: 100%;
  border-radius: 20px;
  background: none;
  cursor: pointer;
  text-align: left;
  color: #fff;
  font-weight: 500;
  font-family: "Montserrat", serif;
  transition: background-color 0.2s;
  font-size: 20px;
}

.menu-item:hover {
  background-color: #259fe3;
  width: 170px;
}

.menu-item svg {
  width: 20px;
  height: 20px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.total__format {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
  border-bottom: 1px solid #000;
  padding-bottom: 50px;
}

.titles__format {
  display: flex;
  align-items: center;
  gap: 20px;
}
.titles__format p {
  color: #939ba5;
}

.title-portfolio__img {
  font-size: 20px;
}
.title-portfolio__img.active {
  color: #498cd8;
}

.notifications {
  cursor: pointer;
}

.portfolio-blocks__img {
  display: flex;
  gap: 10px;
  margin: 0 auto;
  position: relative;
  justify-content: space-between;
}

.portfolio-block__img {
  display: flex;
  flex-direction: column;
  align-items: end;
}

.comment__blocks {
  margin-top: auto;
  display: flex;
  align-items: center;
}

.nav__icon img {
  cursor: pointer;
}

.comment__block {
  display: flex;
  width: 260px;
  font-weight: 500;
  border: 1px solid #b0b0b0;
  border-radius: 20px;
  padding: 8px 20px;
}
.comment__block input::placeholder {
  color: #b0b0b0;
}

textarea {
  width: 100%;
  resize: none;
  outline: none;
  overflow: hidden;
}

.notification-container {
  position: relative;
  cursor: pointer;
}

.notification-icon {
  cursor: pointer;
  width: 32px;
  height: 32px;
  color: #6a6a6a;
  border-radius: 50%;
  transition: all 0.2s ease;
}

.notification-icon.active {
  background-color: #3b82f6;
  color: white;
}

.notification-popup {
  display: none;
  position: absolute;
  top: 50px;
  right: -10px;
  width: 280px;
  background-color: #fff;
  border: 1px solid #939ba5;
  border-radius: 20px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  z-index: 1000;
  padding: 21px 36px 105px 36px;
}

.no-messages {
  text-align: center;
  color: #b0b0b0;
  font-size: 14px;
}

.chat-container {
  width: 350px;
  background-color: white;
  border-radius: 15px;
  overflow: hidden;
  margin-top: auto;
}

.comment__blocks {
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}

#avatarIcon {
  cursor: pointer;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.comment__blocks.expanded #avatarIcon {
  width: 70px;
  height: 70px;
}

.comment__block {
  display: flex;
  align-items: center;
  flex-grow: 1;
  margin-left: 10px;
  border: 1px solid #e0e0e0;
  border-radius: 20px;
  padding: 5px 10px;
  transition: all 0.3s ease;
  max-width: calc(100% - 80px);
}

#expandingTextarea {
  width: 100%;
  resize: none;
  border: none;
  outline: none;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  white-space: pre-wrap;
  overflow: hidden;
  font-size: 16px;
  max-height: 100px;
}

.send__button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.send__button img {
  width: 24px;
  height: 24px;
}

.comment-list {
  margin-bottom: 20px;
}

.comment {
  margin-bottom: 10px;
  display: flex;
  gap: 12px;
  align-items: center;
  max-width: 100%;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}

.comment-content {
  display: flex;
  align-items: flex-start;
  padding: 10px;
}

.comment-timestamp {
  position: absolute;
  top: -15px;
  right: 10px;
  font-size: 12px;
  color: #888;
  background-color: white;
  padding: 0 5px;
  border-radius: 10px;
}

.comment svg {
  flex-shrink: 0;
}

.comment-text {
  flex-grow: 1;
  max-width: calc(100% - 70px);
  word-break: break-word;
  overflow-wrap: break-word;
  border: 1px solid #e0e0e0;
  border-radius: 20px;
  padding: 8px 20px;
}

.comment-meta {
  display: flex;
  justify-content: flex-end;
  padding: 0 10px 5px;
  font-size: 12px;
  color: #888;
}

.color__picker {
  position: relative;
  display: flex;
  justify-content: center;
}

.modal {
  background: #fff;
  padding: 24px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  width: 520px;
  position: absolute;
  padding: 53px 62px 24px 52px;
  z-index: 1000;
}
@media screen and (max-width: 566px) {
  .modal {
    width: 100%;
  }
}

.modal h2 {
  margin-bottom: 16px;
}

.color-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.color-row label {
  font-size: 20px;
  font-weight: 500;
}

.color-row input[type="text"] {
  width: 100px;
  padding: 4px 6px;
  border: 1px solid #ccc;
  border-radius: 6px;
}
/* 
.save-button {
  border: 2px solid red;
  color: red;
  padding: 6px 16px;
  background: transparent;
  border-radius: 999px;
  cursor: pointer;
  font-weight: bold;
  transition: all 0.2s ease;
}

.save-button:hover {
  background: red;
  color: white;
} */

/* Upload Modal */
.upload-modal {
  /* display: none;
  position: absolute;
  top: 50%;
  right: 0;
  width: 100%;
   height: 100%; 
   background: rgba(0, 0, 0, 0.5); 
  z-index: 1000; */
      position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 2000;
}
/* @media screen and (max-width: 1146px) {
  .upload-modal {
    top: 59%;
  }
}
@media screen and (max-width: 920px) {
  .upload-modal {
    top: 104%;
  }
} */

.upload-modal.active {
  display: flex;
  align-items: center;
  justify-content: center;
}

.upload__block {
  background: white;
  border-radius: 12px;
  padding: 10px;
  max-width: 500px;
  width: 90%;
  max-height: 80vh;
  /* overflow-y: auto; */
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}

.upload-content {
  border: 1px solid #bdbdbd;
  border-radius: 6px;
  background: #fff;
  /* box-shadow: 0 2px 8px rgba(0, 0, 0, .25); */
  position: relative;
  /* overflow: hidden; */
}

.upload-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  padding: 10px;
  font-weight: 700;
  color: #333;
  background: linear-gradient(to bottom, var(--c-topline), rgba(255, 255, 255, 0)) 0 0 / 100% 10px no-repeat,
    linear-gradient(to bottom, var(--c-top) 0%, var(--c-mid) 55%, var(--c-btm) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 -1px 0 var(--c-shadow);
}

.upload-title {
  font-size: 18px;
  font-weight: 600;
  color: #202124;
}
@media screen and (max-width: 920px) {
  .upload-title {
    font-size: 16px;
  }
}

.close-btn__edit {
  background: #000;
  border: 2px solid #fff;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  font-weight: 900;
  cursor: pointer;
  width: 22px;
  border-radius: 50%;
  position: absolute;
  top: -2%;
  right: -2%;
}

.close-btn:hover {
  background: #f1f3f4;
}

.drop-zone {
  border: 2px dashed #dadce0;
  border-radius: 8px;
  padding: 40px 20px;
  margin: 0 10px;
  text-align: center;
  transition: all 0.2s ease;
  cursor: pointer;
}

.drop-zone:hover,
.drop-zone.dragover {
  border-color: #4285f4;
  background: #f8f9fa;
}

.drop-zone-icon {
  font-size: 48px;
  color: #4285f4;
  margin-bottom: 16px;
}

.drop-zone-text {
  font-size: 16px;
  color: #202124;
  margin-bottom: 8px;
}

.drop-zone-subtext {
  font-size: 14px;
  color: #5f6368;
}

.file-input {
  display: none;
}

.selected-files {
  margin-top: 20px;
  overflow-y: scroll;
  max-height: 200px;
}

.selected-file {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
  background: #f8f9fa;
  border-radius: 8px;
  margin-bottom: 8px;
  position: relative;
}

.file-details-modal {
  display: flex;
  align-items: center;
  gap: 12px;
}

.remove-file {
  background: none;
  border: none;
  color: #d93025;
  cursor: pointer;
  font-weight: 900;
  padding: 4px;
  border-radius: 4px;
  position: absolute;
  right: 8px;
}

.remove-file:hover {
  background: #fce8e6;
}

.upload-actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 24px;
  padding-top: 24px;
  margin-right: 10px;
  border-top: 1px solid #e8eaed;
  padding-bottom: 10px;
}

.cancel-btn {
  padding: 8px 16px;
  border: 1px solid #dadce0;
  background: white;
  color: #5f6368;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
}
@media screen and (max-width: 450px) {
  .cancel-btn {
    font-size: 12px;
  }
  .confirm-upload-btn {
    font-size: 12px;
    padding: 3px 12px;
  }
  .upload-actions {
    margin-top: 19px;
    padding-top: 19px;
  }
}

.cancel-btn:hover {
  background: #f8f9fa;
}

.confirm-upload-btn {
  padding: 6px 12px;
  border: 1px solid #aaaaaa;
  border-radius: 4px;
  background: linear-gradient(#f6f6f6, #e6e6e6);
  color: #333;
  cursor: pointer;
  box-shadow: 0 1px 0 #fff inset, 0 1px 0 rgba(0, 0, 0, 0.08);
}

.confirm-upload-btn:hover {
  background: #f6f6f6;
}

.confirm-upload-btn:disabled {
  background: #dadce0;
  cursor: not-allowed;
}
.close__color {
  cursor: pointer;
  display: flex;
  justify-content: center;
  background: #000;
  border: 2px solid #fff;
  color: #fff;
  font-size: 15px;
  line-height: 1;
  font-weight: 900;
  cursor: pointer;
  width: 24px;
  padding: 2px 2px;
  border-radius: 50%;
  position: absolute;
  top: -3%;
  right: -4%;
}
.close__color span {
}

.settings-panel {
  display: flex;
  padding: 10px 20px;
  background-color: #f9f9f9;
  border-bottom: 1px solid #eee;
  align-items: center;
  gap: 15px;
  justify-content: end;
}

.settings-item {
  display: flex;
  align-items: center;
  gap: 5px;
}

.settings-panel input[type="number"] {
  width: 60px;
  padding: 5px;
  border: 1px solid #ddd;
  border-radius: 4px;
  text-align: center;
}
@media screen and (max-width: 466px) {
  .settings-panel input[type="number"] {
    width: 100% !important;
  }
}

.settings-panel select {
  padding: 5px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.color-picker {
  width: 100px;
  padding: 5px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #af52de;
  color: white;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 466px) {
  .color-picker {
    width: 100% !important;
    padding: 0;
  }
}

.color-input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
}

.editable-text {
  max-width: 120px;
}
.filename-text {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  max-width: 200px;
  text-overflow: ellipsis;
}
@media screen and (max-width: 984px) {
  .filename-text {
    font-size: 14px;
  }
}
@media screen and (max-width: 528px) {
  .filename-text {
    font-size: 10px;
  }
}

.filename-text.active {
  outline: 2px dashed #4285f4;
  outline-offset: 2px;
  padding: 2px 4px;
  border-radius: 2px;
}

/* Mask */

.gallery-container {
  max-width: 1200px;
  margin: 0 auto;
  background: white;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.gallery-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* margin-bottom: 30px;
  padding-bottom: 20px; */
}

.gallery-title {
  font-size: 2em;
  color: #2c3e50;
  font-weight: 300;
}

.gallery-controls {
  display: flex;
  gap: 15px;
  align-items: center;
}

.mask-settings-btn {
  padding: 10px 20px;
  background: linear-gradient(45deg, #667eea, #764ba2);
  color: white;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.3s ease;
}

.mask-settings-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(102, 126, 234, 0.3);
}

/* Gallery Grid */

.image-container {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4/3;
}

.img__portfolio {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.file-item:hover .img__portfolio {
  transform: scale(1.05);
}

.file-info {
  padding: 15px;
}

.filename-text {
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 5px;
}

.file-meta {
  color: #7f8c8d;
  font-size: 0.9em;
}

/* Mask Settings Modal */
.mask-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(5px);
  z-index: 10000;
  padding: 20px;
}

.mask-modal.show {
  display: flex;
  align-items: center;
  justify-content: center;
}

.mask-modal-content {
  background: white;
  border-radius: 20px;
  padding: 40px;
  max-width: 800px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
}

.mask-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 2px solid #eee;
}

.mask-modal-title {
  font-size: 1.8em;
  color: #2c3e50;
  font-weight: 300;
}

.close-modal {
  background: none;
  border: none;
  font-size: 2em;
  cursor: pointer;
  color: #7f8c8d;
  transition: color 0.3s ease;
}

.close-modal:hover {
  color: #e74c3c;
}

.mask-options {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 20px;
  margin-bottom: 30px;
}

.mask-option {
  border: 3px solid #e0e0e0;
  border-radius: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
  overflow: hidden;
  background: white;
}

.mask-option:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.mask-option.selected {
  border-color: #667eea;
  box-shadow: 0 5px 20px rgba(102, 126, 234, 0.3);
}

.mask-preview {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: linear-gradient(45deg, #f8f9fa, #e9ecef);
}

.mask-shape {
  width: 60px;
  height: 60px;
  background: linear-gradient(45deg, #667eea, #764ba2);
}

.mask-name {
  padding: 12px;
  text-align: center;
  font-weight: 600;
  color: #2c3e50;
  background: #f8f9fa;
}

.mask-settings-section {
  margin-bottom: 25px;
}

.section-title {
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 15px;
  font-size: 1.1em;
}

.settings-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.toggle-switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 25px;
}

.toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.3s;
  border-radius: 25px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 19px;
  width: 19px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: 0.3s;
  border-radius: 50%;
}

input:checked + .slider {
  background-color: #667eea;
}

input:checked + .slider:before {
  transform: translateX(25px);
}

.apply-mask-btn {
  width: 100%;
  padding: 15px;
  background: linear-gradient(45deg, #48c9b0, #16a085);
  color: white;
  border: none;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.apply-mask-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(72, 201, 176, 0.3);
}

/* Mask styles for preview shapes */
.torn-paper {
  clip-path: polygon(
    0% 0%,
    95% 2%,
    98% 15%,
    85% 25%,
    90% 45%,
    95% 65%,
    88% 85%,
    92% 95%,
    5% 98%,
    2% 85%,
    8% 75%,
    3% 55%,
    7% 35%,
    2% 15%
  );
}
.vintage-frame {
  clip-path: polygon(15% 5%, 85% 8%, 95% 20%, 92% 80%, 85% 95%, 15% 92%, 5% 80%, 8% 20%);
}
.organic-blob {
  clip-path: ellipse(40% 35% at 50% 50%);
  border-radius: 45% 78% 32% 68% / 55% 23% 77% 45%;
}
.artistic-splash {
  clip-path: polygon(20% 10%, 80% 5%, 95% 30%, 85% 70%, 75% 90%, 25% 95%, 5% 70%, 15% 30%);
}
.grunge-edge {
  clip-path: polygon(
    8% 12%,
    92% 8%,
    96% 25%,
    88% 45%,
    94% 65%,
    90% 85%,
    85% 95%,
    15% 92%,
    5% 75%,
    12% 55%,
    6% 35%,
    10% 20%
  );
}
.watercolor {
  clip-path: ellipse(45% 40% at 50% 50%);
  border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
}

/* Apply masks to images */
.masked .img__portfolio {
  transition: all 0.3s ease;
}

/* Individual mask styles for images */
.mask-torn-paper .img__portfolio {
  clip-path: polygon(
    0% 0%,
    95% 2%,
    98% 15%,
    85% 25%,
    90% 45%,
    95% 65%,
    88% 85%,
    92% 95%,
    5% 98%,
    2% 85%,
    8% 75%,
    3% 55%,
    7% 35%,
    2% 15%
  );
}
.mask-vintage-frame .img__portfolio {
  clip-path: polygon(15% 5%, 85% 8%, 95% 20%, 92% 80%, 85% 95%, 15% 92%, 5% 80%, 8% 20%);
}
.mask-organic-blob .img__portfolio {
  clip-path: ellipse(40% 35% at 50% 50%);
  border-radius: 45% 78% 32% 68% / 55% 23% 77% 45%;
}
.mask-artistic-splash .img__portfolio {
  clip-path: polygon(20% 10%, 80% 5%, 95% 30%, 85% 70%, 75% 90%, 25% 95%, 5% 70%, 15% 30%);
}
.mask-grunge-edge .img__portfolio {
  clip-path: polygon(
    8% 12%,
    92% 8%,
    96% 25%,
    88% 45%,
    94% 65%,
    90% 85%,
    85% 95%,
    15% 92%,
    5% 75%,
    12% 55%,
    6% 35%,
    10% 20%
  );
}
.mask-watercolor .img__portfolio {
  clip-path: ellipse(45% 40% at 50% 50%);
  border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
}

/* Protection overlay */
.image-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  pointer-events: none;
  z-index: 1;
}

.protected .image-container::after {
  pointer-events: all;
}

/* Disable selection and dragging */
.protected .img__portfolio {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  pointer-events: none;
}

/* Fancybox masked styles */
.fancybox-image.masked {
  transition: all 0.3s ease;
}

/* Status indicator */
.protection-status {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(102, 126, 234, 0.9);
  color: white;
  padding: 5px 10px;
  border-radius: 15px;
  font-size: 12px;
  font-weight: 600;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.file-item:hover .protection-status {
  opacity: 1;
}

.protection-status.active {
  background: rgba(46, 204, 113, 0.9);
}

/* Modal styling */
.edit-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
  justify-content: center;
  align-items: center;
}

.modal-content {
  background-color: white;
  width: 80%;
  max-width: 800px;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  position: absolute;
}

.modal-header {
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

/* .closed__upload {
  position: relative;
} */

.close-btn__upload {
  background: #575757;
  color: #fff;
  border: 1px solid #fff;
  width: 22px;
  border-radius: 50%;
  font-size: 21px;
  line-height: 1;
  cursor: pointer;
  position: absolute;
  right: -5%;
  top: -5.9%;
}

.modal-body {
  padding: 20px;
}

.modal-footer {
  padding: 10px 20px;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  border-top: 1px solid #eee;
  border-radius: 0 0 15px 15px;
  background: linear-gradient(to bottom, var(--c-topline), rgba(255, 255, 255, 0)) 0 0 / 100% 10px no-repeat,
    linear-gradient(to bottom, var(--c-top) 0%, var(--c-mid) 55%, var(--c-btm) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 -1px 0 var(--c-shadow);
}

.btn {
  padding: 6px 12px;
  border: 1px solid #aaaaaa;
  border-radius: 4px;
  background: linear-gradient(#f6f6f6, #e6e6e6);
  color: #333;
  cursor: pointer;
  box-shadow: 0 1px 0 #fff inset, 0 1px 0 rgba(0, 0, 0, 0.08);
}

.btn-cancel {
  /* background-color: #f5f5f5; */
  border: 1px solid #ddd;
}

/* .btn-save {
  background-color: #4285f4;
  color: white;
} */

/* Simple toolbar */
.toolbar {
  display: flex;
  gap: 10px;
  padding: 10px;
  border: 1px solid #ddd;
  border-bottom: none;
  background-color: #f9f9f9;
}
@media screen and (max-width: 650px) {
  .toolbar {
    display: block;
  }
}

.toolbar-btn {
  border: 1px solid #b7b7b7;
  border-radius: 3px;
  background: linear-gradient(#fdfdfd, #f2f2f2);
  box-shadow: 0 1px 0 #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  appearance: auto;
  padding: 3px 0;
}

.toolbar-btn:hover {
  background-color: #f1f1f1;
}

.toolbar-select {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px 10px;
}

/* Font size dropdown */
.font-size-dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 60px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border-radius: 4px;
  max-height: 200px;
  overflow-y: auto;
}

.dropdown-content.show {
  display: block;
}

.dropdown-content div {
  padding: 6px 12px;
  text-align: center;
  cursor: pointer;
}

.dropdown-content div:hover {
  background-color: #f1f1f1;
}

/* Text editor styling */
.text-editor {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px;
  min-height: 100px;
  margin-bottom: 15px;
}
.tolbars-none {
  display: none;
}
/* Styles Panel */
.styles-panels {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* background: white; */
  border-radius: 12px;
  /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2); */
  padding: 20px;
  z-index: 1000;
  min-width: 300px;
}

.styles-panels.active {
  display: block;
}

/* Color Picker Modal */
.color__picker {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 2000;
}

.color__picker.active {
  display: flex;
}

.modal__color {
  background: white;
  border-radius: 12px;
  padding: 10px;
  max-width: 500px;
  width: 90%;
  /* max-height: 80vh; */
  /* overflow-y: auto; */
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}

.color__content {
  border: 1px solid #bdbdbd;
  border-radius: 6px;
  background: #fff;
  /* box-shadow: 0 2px 8px rgba(0, 0, 0, .25); */
  position: relative;
  /* padding: 10px; */
}

.close {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 24px;
  cursor: pointer;
  color: #666;
  transition: color 0.2s ease;
}

.close:hover {
  color: #000;
}

.modal-title__color {
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  padding: 10px;
  font-weight: 700;
  color: #333;
  background: linear-gradient(to bottom, var(--c-topline), rgba(255, 255, 255, 0)) 0 0 / 100% 10px no-repeat,
    linear-gradient(to bottom, var(--c-top) 0%, var(--c-mid) 55%, var(--c-btm) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 -1px 0 var(--c-shadow);
}

.color-templates {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
  padding: 0 10px;
  margin-bottom: 20px;
  max-height: 62vh;
  overflow-y: auto;
}

.template-option {
  border: 2px solid #e0e0e0;
  border-radius: 12px;
  padding: 15px;
  cursor: pointer;
  transition: all 0.2s ease;
  background: white;
}

.template-option:hover {
  border-color: #007bff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 123, 255, 0.15);
}

.template-option.selected {
  border-color: #007bff;
  background: #f8f9ff;
}

.template-name {
  font-weight: 600;
  margin-bottom: 8px;
  color: #333;
}

.template-colors {
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
}

.color-preview {
  width: 30px;
  height: 30px;
  border-radius: 6px;
  border: 1px solid #ddd;
}

.template-description {
  font-size: 12px;
  color: #666;
}

.color-save__button {
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 20px;
  display: flex;
  justify-content: center;
  gap: 10px;
  border-top: 1px solid #eee;
  background: linear-gradient(to bottom, var(--c-topline), rgba(255, 255, 255, 0)) 0 0 / 100% 10px no-repeat,
  linear-gradient(to bottom, var(--c-top) 0%, var(--c-mid) 55%, var(--c-btm) 100%);
  color: #000;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 -1px 0 var(--c-shadow);
  cursor: pointer;
  transition: all 0.2s ease;
}

.save-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3);
}

/* Portfolio content styling */
/* Backdrop for modal */
.folders-design {
  color: #939ba5;
}

.page__design {
  display: flex;
  align-items: center;
  gap: 20px;
}

.title__design {
  font-size: 20px;
  color: #498cd8;
}

.file__blocks {
  display: flex;
  justify-content: space-around;
  margin-top: auto;
}

.file__block {
  width: 416px;
  border: 2px dashed #000;
  border-radius: 32px;
  padding: 76px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  box-shadow: #a7e0ff 0px 7px 29px 0px;
}
.file__block img {
  width: 80px;
  margin: 0 auto;
  margin-bottom: 12px;
}

.title__file {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
}

.title__request {
  margin-bottom: 60px;
}

.subtitle__file {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 16px;
}

.btn__file {
  font-weight: 500;
  color: #fff;
  background-color: #eb1014;
  border-radius: 40px;
  padding: 20px 32px;
  text-align: center;
  margin: 0 auto;
  transition: opacity 0.3s ease-in;
}
.btn__file:hover {
  opacity: 0.75;
}

.menu__file {
  margin-bottom: 98px;
}

.create__file-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}

.create__file-overlay.active {
  opacity: 1;
  visibility: visible;
}

.create__file-content {
  background-color: #fff;
  border-radius: 8px;
  width: 788px;
  padding: 40px 52px;
  position: relative;
  transform: translateY(-20px);
  transition: transform 0.3s ease;
}

.create__file-overlay.active .create__file-content {
  transform: translateY(0);
}

.file__close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #999;
}

.title__modal-file {
  font-size: 32px;
  margin-bottom: 52px;
  font-weight: 600;
}

.name__folder {
  font-size: 14px;
  color: #000;
  display: inline-block;
  margin-bottom: 8px;
}

.file__input {
  width: 100%;
  padding: 12px 16px;
  margin-bottom: 20px;
  border: 1px solid #939ba5;
  border-radius: 12px;
  font-size: 16px;
}

.file__textarea {
  width: 100%;
  padding: 12px 16px;
  margin-bottom: 32px;
  border: 1px solid #939ba5;
  border-radius: 12px;
  font-size: 16px;
  min-height: 120px;
  resize: vertical;
}

.folder__selector {
  width: 100%;
  padding: 12px 20px;
  margin-bottom: 20px;
  border: 1px solid #686868;
  border-radius: 12px;
  font-size: 16px;
  position: relative;
  cursor: pointer;
  background-color: #fff;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.folder__selected {
  font-size: 20px;
  font-weight: 600;
  color: #747474;
}

.folder__dropdown {
  position: absolute;
  top: 100%;
  padding: 8px 15px;
  left: 0;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 12px;
  z-index: 10;
  display: none;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.folder__dropdown.active {
  display: block;
}

.folder__option {
  cursor: pointer;
  font-weight: 600;
  transition: padding 0.3s, color 0.3s ease-in;
}
.folder__option:hover {
  color: #498cd8;
  padding: 5px;
}

.file__send-btn {
  padding: 3px 36px;
}

.modal__version {
  font-size: 20px;
  display: inline-block;
  margin-bottom: 20px;
}

.portfolio-content.list-view .file-item {
  display: flex;
  border: 1px solid #afafaf;
  align-items: center;
  background-color: #fff;
  padding: 16px 25px;
  border-radius: 12px;
  cursor: pointer;
  margin-bottom: 8px;
}
@media screen and (max-width: 1268px) {
  .portfolio-content.list-view .file-item {
    width: 100%;
  }
}

.portfolio-content.list-view .file-name {
  display: flex;
  align-items: center;
}

.portfolio-content.list-view .file-preview {
  display: none;
}

.portfolio-content.list-view .file-icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.portfolio-content.list-view .file-size {
  width: 100px;
  text-align: right;
  color: #666;
  font-size: 14px;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 0 !important;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: none !important;
}

.portfolio-content.list-view .file-modified {
  width: 150px;
  text-align: right;
  color: #666;
  font-size: 14px;
  display: block;
}

.portfolio-content.list-view .file-actions {
  width: 40px;
  text-align: center;
}

.portfolio-content.list-view .file-info {
  display: none;
}

.portfolio-content.list-view .file-type {
  display: none;
}

.portfolio-content.list-view .file-meta {
  display: none;
}

/* Grid View Styles */
@media screen and (max-width: 458px) {
  .portfolio-content.grid-view {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 330px) {
  .portfolio-content.grid-view {
    /* display: grid !important;
    grid-template-columns: repeat(2, 1fr); */
  }
}

.portfolio-content.grid-view .file-item:hover {
  transform: translateY(-3px);
}

.portfolio-content.grid-view .file-name {
  font-size: 14px;
  text-overflow: ellipsis;
  margin-bottom: 5px;
}

.portfolio-content.grid-view .grid__img-info .file-preview {
  height: 150px;
  background-color: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.portfolio-content.grid-view .file-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.portfolio-content.grid-view .file-size {
  font-size: 12px;
  color: #666;
  text-align: right;
}

.portfolio-content.grid-view .file-icon {
  display: none;
}

.portfolio-content.grid-view .file-modified {
  display: none;
}

.portfolio-content.grid-view .file-actions {
  display: none;
}

.portfolio-content {
  transition: all 0.3s ease;
}

/* List View Styles */
.portfolio-content.list-view {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.portfolio-content.list-view .file-item {
  display: flex;
  justify-content: space-between;
  border: 1px solid #afafaf;
  align-items: center;
  background-color: #fff;
  padding: 16px 25px;
  border-radius: 12px;
  width: 100%;
  cursor: pointer;
  margin-bottom: 8px;
  gap: 20px;
  transition: background-color 0.2s;
}

.portfolio-content.list-view .file-item:hover {
  background-color: #f8f9fa;
}

.portfolio-content.list-view .file-preview {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  flex-shrink: 0;
}

.portfolio-content.list-view .file-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}

.portfolio-content.list-view .file-details {
  /* display: flex; */
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  flex: 1;
  justify-content: space-between;
}

.portfolio-content.list-view .file-name {
  font-weight: 500;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  gap: 8px;
}

.portfolio-content.list-view .file-meta {
  font-size: 12px;
  color: #666;
  margin-top: 2px;
}

/* Grid View Styles */
.portfolio-content.grid-view .portfolio-content__block {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 20px;
}
@media screen and (max-width: 670px) {
  .portfolio-content.grid-view {
    max-width: 452px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 500px) {
  .portfolio-content.grid-view .portfolio-content__block {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* .portfolio-content__block.grid-view {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 20px;
} */
.portfolio-content.list-view .controls__grid {
  display: none;
}

.portfolio-content.list-view .img__portfolio {
  width: 32px;
  height: 32px;
}

.portfolio-content.list-view .img__portfolio {
  border-radius: 2px;
}
.share-btn {
  border-radius: 50%;
}

.portfolio-content.grid-view .img__portfolio {
  border-radius: 20px;
  width: 220px;
  height: 260px;
  /* margin-bottom: 230px; */
}
@media screen and (max-width: 500px) {
  .portfolio-content.grid-view .img__portfolio {
    width: 100%;
    height: 100%;
  }
}

.portfolio-content.grid-view .controls__grid img {
  filter: brightness(0) invert(1);
}

.portfolio-content.grid-view .grid1__project {
  text-align: center;
  width: 220px;
  padding: 55px 44px;
  border: 1px solid #000;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 35px;
  cursor: pointer;
}

.img__format {
  width: 32px;
}

.portfolio-content.grid-view .grid1__project span {
  font-size: 29px;
  font-weight: 500;
}

.portfolio-content.grid-view .grid1__project svg {
  width: 72px;
  margin: 0 auto;
}

.portfolio-content.grid-view .controls__grid {
  position: absolute;
  display: flex !important;
  bottom: 18%;
}

.portfolio-content.grid-view .share__controls {
  display: none;
}

.portfolio-content.grid-view .file-item {
  /* display: flex; */
  flex-direction: column;
  position: relative;
  border-radius: 8px;
  transition: transform 0.2s, box-shadow 0.2s;
}

.portfolio-content.grid-view .file-item:hover {
  transform: translateY(-2px);
  /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); */
}

.portfolio-content.grid-view .file-preview {
  width: 100%;
  /* height: 120px;
  overflow: hidden; */
}

.portfolio-content.grid-view .file-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.portfolio-content.grid-view .filename-text {
  position: absolute;
  color: #fff;
  width: 88%;
  top: 10px;
  left: 10px;
  right: 10px;
  background: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(1px);
  padding: 8px 12px;
  border-radius: 20px;
  font-size: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.portfolio-content.grid-view .file-name {
  font-weight: 500;
  color: #333;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 4px;
  position: relative;
  flex-direction: column;
  display: flex;
}

.portfolio-content.grid-view .file-name .format {
  display: flex;
  align-items: center;
  gap: 8px;
  order: 1;
}

.portfolio-content.grid-view .kb__item {
  display: none;
}

.portfolio-content.list-view .kb__item-grid,
.dot__grid {
  display: none;
}

.portfolio-content.grid-view .kb__item-grid {
  display: flex;
}

.portfolio-content.grid-view .file-meta {
  font-size: 11px;
  color: #666;
  line-height: 1.3;
}

@media (max-width: 768px) {
  .portfolio-content.grid-view {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 15px;
  }
  .toolbar {
    flex-direction: column;
    gap: 10px;
    align-items: stretch;
  }
  .portfolio-content.grid-view .grid1__project span {
    font-size: 16px;
    margin: 0 auto;
  }
  .portfolio-content.grid-view .grid1__project {
  }
}
@media (max-width: 670px) {
  .portfolio-content.grid-view .grid1__project {
    padding: 64px 44px;
  }
}
@media screen and (max-width: 460px) {
  .portfolio-content.grid-view .grid1__project {
    width: 100%;
    padding: 27px 20px;
  }
}

.overlay-grid {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.6) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.photo-container:hover .overlay {
  opacity: 1;
}

/* Share Modal Styles */
.share-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.share-modal-overlay.active {
  opacity: 1;
  visibility: visible;
}

.share-modal {
  background: #fff;
  border-radius: 12px;
  padding: 40px 52px 32px 52px;
  width: 100%;
  max-width: 788px;
  position: relative;
  transform: scale(0.9);
  transition: transform 0.3s ease;
}

.share-modal-overlay.active .share-modal {
  transform: scale(1);
}

.share-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.share-modal-title {
  font-size: 32px;
  font-weight: 600;
  color: #000;
}

.share-modal-close {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #666;
  padding: 4px;
  border-radius: 4px;
  line-height: 1;
}

.share-modal-close:hover {
  background-color: #f0f0f0;
}

.share-form-group {
  margin-bottom: 12px;
}

.share-form-input {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid #f4f4f4;
  border-radius: 12px;
  font-size: 14px;
  transition: border-color 0.2s;
}

.share-form-input:focus {
  outline: none;
  border-color: #007bff;
}

.share-form-textarea {
  min-height: 80px;
  resize: vertical;
  font-family: inherit;
}

.share-copy-section {
  margin-bottom: 24px;
}

.share-copy-container {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
}

.share-copy-input {
  flex: 1;
  padding: 12px 16px;
  border: 2px solid #e1e5e9;
  border-radius: 8px;
  font-size: 14px;
  background-color: #f8f9fa;
  font-family: monospace;
}

.share-copy-btn {
  padding: 12px 16px;
  background: none;
  border: 2px solid #e1e5e9;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s;
  font-size: 14px;
}

.share-copy-btn:hover {
  background-color: #f0f0f0;
  border-color: #d0d7de;
}

.share-toggle-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.share-toggle-label {
  font-size: 14px;
  color: #333;
  font-weight: 500;
}

.share-toggle-switch {
  position: relative;
  width: 48px;
  height: 24px;
  background-color: #4caf50;
  border-radius: 24px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.share-toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.share-toggle-slider {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 20px;
  height: 20px;
  background-color: white;
  border-radius: 50%;
  transition: transform 0.3s;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.share-toggle-switch input:checked + .share-toggle-slider {
  transform: translateX(24px);
}

.share-modal-actions {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
}

.share-btn-action {
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
  border: none;
}

.share-btn-cancel {
  background-color: white;
  color: #666;
  border: 2px solid #e1e5e9;
}

.share-btn-cancel:hover {
  background-color: #f8f9fa;
  border-color: #d0d7de;
}

.share-btn-submit {
  background-color: #dc3545;
  color: white;
}

.share-btn-submit:hover {
  background-color: #c82333;
} /*# sourceMappingURL=main.css.map */

.social-login-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
    width: 100%;
}

.social-divider {
    border-bottom: 1px solid #ccc;
    margin: 1rem 0;
    width: 100%;
}
