/* [project]/src/widgets/Homepage/InovoeHomepage/InovoeHomepage.module.css [app-client] (css) */
.InovoeHomepage-module__dfOEoW__wrapper {
  flex-direction: column;
  gap: 10px;
  margin: 0 auto;
  padding: 60px clamp(20px, 10vw, 200px);
  display: flex;
}

.InovoeHomepage-module__dfOEoW__hero {
  text-align: center;
  margin-bottom: 3rem;
  padding: 60px 0;
}

.InovoeHomepage-module__dfOEoW__title {
  color: var(--pallete-11);
  margin-bottom: 1rem;
  font-size: 2.5rem;
}

.InovoeHomepage-module__dfOEoW__highlight {
  color: var(--accent);
}

.InovoeHomepage-module__dfOEoW__subtitle {
  color: #7f8c8d;
  font-size: 1.5rem;
  font-weight: 400;
}

.InovoeHomepage-module__dfOEoW__section {
  margin-bottom: 3rem;
}

.InovoeHomepage-module__dfOEoW__sectionTitle {
  color: var(--pallete-11);
  border-bottom: 2px solid var(--accent);
  margin-bottom: 1.5rem;
  padding-bottom: .5rem;
  font-size: 1.8rem;
}

.InovoeHomepage-module__dfOEoW__paragraph {
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
}

.InovoeHomepage-module__dfOEoW__features {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  display: grid;
}

.InovoeHomepage-module__dfOEoW__featureItem {
  background: #f8f9fa;
  border-radius: 8px;
  gap: 1rem;
  padding: 1.5rem;
  display: flex;
  box-shadow: 0 2px 4px #0000001a;
}

.InovoeHomepage-module__dfOEoW__featureIcon {
  height: fit-content;
  color: var(--button-text);
  background-color: var(--accent);
  border: 2px solid var(--accent);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding: 2px;
  display: flex;
}

.InovoeHomepage-module__dfOEoW__featureTitle {
  color: var(--accent);
  margin-bottom: .5rem;
  font-size: 1.3rem;
}

.InovoeHomepage-module__dfOEoW__featureText {
  margin-bottom: .5rem;
}

.InovoeHomepage-module__dfOEoW__featureList {
  padding-left: 1.5rem;
}

.InovoeHomepage-module__dfOEoW__featureList li {
  margin-bottom: .3rem;
}

.InovoeHomepage-module__dfOEoW__targetAudience {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  display: grid;
}

.InovoeHomepage-module__dfOEoW__audienceItem {
  background: var(--secondary);
  border-left: 4px solid var(--accent);
  border-radius: 8px;
  padding: 1.5rem;
}

.InovoeHomepage-module__dfOEoW__audienceTitle {
  color: var(--accent);
  margin-bottom: .5rem;
  font-size: 1.3rem;
}

.InovoeHomepage-module__dfOEoW__audienceText {
  color: #555;
}

.InovoeHomepage-module__dfOEoW__ctaSection {
  text-align: center;
  background: var(--accent);
  color: var(--button-text);
  border-radius: 8px;
  margin: 3rem 0;
  padding: 3rem 2rem;
}

.InovoeHomepage-module__dfOEoW__ctaTitle {
  margin-bottom: 1rem;
  font-size: 1.8rem;
}

.InovoeHomepage-module__dfOEoW__ctaText {
  margin-bottom: 2rem;
  font-size: 1.1rem;
}

.InovoeHomepage-module__dfOEoW__ctaButton {
  background: var(--button-text);
  color: var(--accent);
  cursor: pointer;
  border: none;
  border-radius: 4px;
  padding: 1rem 2rem;
  font-size: 1.1rem;
  font-weight: bold;
  transition: all .3s;
}

.InovoeHomepage-module__dfOEoW__ctaButton:hover {
  background: #f8f9fa;
  transform: translateY(-2px);
}

.InovoeHomepage-module__dfOEoW__footer {
  text-align: center;
  padding: 2rem 0;
  font-size: 1.2rem;
}

.InovoeHomepage-module__dfOEoW__footerText {
  color: #7f8c8d;
}

@media (max-width: 768px) {
  .InovoeHomepage-module__dfOEoW__title {
    font-size: 2rem;
  }

  .InovoeHomepage-module__dfOEoW__subtitle {
    font-size: 1.2rem;
  }
}

/* [project]/src/widgets/Homepage/IvanovskoeHomepage/IvanovskoeHomepage.module.css [app-client] (css) */
.IvanovskoeHomepage-module__7I-Tuq__wrapper {
  flex-direction: column;
  gap: 10px;
  margin: 0 auto;
  padding: 60px clamp(20px, 10vw, 200px);
  display: flex;
}

.IvanovskoeHomepage-module__7I-Tuq__hero {
  text-align: center;
  margin-bottom: 3rem;
  padding: 60px 0;
}

.IvanovskoeHomepage-module__7I-Tuq__title {
  color: var(--pallete-11);
  margin-bottom: 1rem;
  font-size: 2.5rem;
}

.IvanovskoeHomepage-module__7I-Tuq__highlight {
  color: var(--accent);
}

.IvanovskoeHomepage-module__7I-Tuq__subtitle {
  color: #7f8c8d;
  font-size: 1.5rem;
  font-weight: 400;
}

.IvanovskoeHomepage-module__7I-Tuq__section {
  margin-bottom: 3rem;
}

.IvanovskoeHomepage-module__7I-Tuq__sectionTitle {
  color: var(--pallete-11);
  border-bottom: 2px solid var(--accent);
  margin-bottom: 1.5rem;
  padding-bottom: .5rem;
  font-size: 1.8rem;
}

.IvanovskoeHomepage-module__7I-Tuq__paragraph {
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
}

.IvanovskoeHomepage-module__7I-Tuq__features {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  display: grid;
}

.IvanovskoeHomepage-module__7I-Tuq__featureItem {
  background: #f8f9fa;
  border-radius: 8px;
  gap: 1rem;
  padding: 1.5rem;
  display: flex;
  box-shadow: 0 2px 4px #0000001a;
}

.IvanovskoeHomepage-module__7I-Tuq__featureIcon {
  height: fit-content;
  color: var(--button-text);
  background-color: var(--accent);
  border: 2px solid var(--accent);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding: 2px;
  display: flex;
}

.IvanovskoeHomepage-module__7I-Tuq__featureTitle {
  color: var(--accent);
  margin-bottom: .5rem;
  font-size: 1.3rem;
}

.IvanovskoeHomepage-module__7I-Tuq__featureText {
  margin-bottom: .5rem;
}

.IvanovskoeHomepage-module__7I-Tuq__featureList {
  padding-left: 1.5rem;
}

.IvanovskoeHomepage-module__7I-Tuq__featureList li {
  margin-bottom: .3rem;
}

.IvanovskoeHomepage-module__7I-Tuq__targetAudience {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  display: grid;
}

.IvanovskoeHomepage-module__7I-Tuq__audienceItem {
  background: var(--secondary);
  border-left: 4px solid var(--accent);
  border-radius: 8px;
  padding: 1.5rem;
}

.IvanovskoeHomepage-module__7I-Tuq__audienceTitle {
  color: var(--accent);
  margin-bottom: .5rem;
  font-size: 1.3rem;
}

.IvanovskoeHomepage-module__7I-Tuq__audienceText {
  color: #555;
}

.IvanovskoeHomepage-module__7I-Tuq__ctaSection {
  text-align: center;
  background: var(--accent);
  color: var(--button-text);
  border-radius: 8px;
  margin: 3rem 0;
  padding: 3rem 2rem;
}

.IvanovskoeHomepage-module__7I-Tuq__ctaTitle {
  margin-bottom: 1rem;
  font-size: 1.8rem;
}

.IvanovskoeHomepage-module__7I-Tuq__ctaText {
  margin-bottom: 2rem;
  font-size: 1.1rem;
}

.IvanovskoeHomepage-module__7I-Tuq__ctaButton {
  background: var(--button-text);
  color: var(--accent);
  cursor: pointer;
  border: none;
  border-radius: 4px;
  padding: 1rem 2rem;
  font-size: 1.1rem;
  font-weight: bold;
  transition: all .3s;
}

.IvanovskoeHomepage-module__7I-Tuq__ctaButton:hover {
  background: #f8f9fa;
  transform: translateY(-2px);
}

.IvanovskoeHomepage-module__7I-Tuq__footer {
  text-align: center;
  padding: 2rem 0;
  font-size: 1.2rem;
}

.IvanovskoeHomepage-module__7I-Tuq__footerText {
  color: #7f8c8d;
}

@media (max-width: 768px) {
  .IvanovskoeHomepage-module__7I-Tuq__title {
    font-size: 2rem;
  }

  .IvanovskoeHomepage-module__7I-Tuq__subtitle {
    font-size: 1.2rem;
  }
}

/* [project]/src/widgets/Homepage/Neg24Homepage/Neg24Homepage.module.css [app-client] (css) */
.Neg24Homepage-module__R9hDnG__container {
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin: 0 auto;
  padding: 60px clamp(20px, 10vw, 200px);
  display: flex;
}

.Neg24Homepage-module__R9hDnG__container li {
  color: #fff;
  text-align: center;
  background: #3e4652;
  border-radius: 10px;
  margin: 20px auto;
  padding: 20px;
  font-size: 20px;
  font-weight: bold;
  list-style: none;
}

/* [project]/src/widgets/Homepage/USTKHomepage/USTKHomepage.module.css [app-client] (css) */
.USTKHomepage-module__JeSAYW__hero {
  flex-direction: column;
  justify-content: space-between;
  height: 80vh;
  display: flex;
}

.USTKHomepage-module__JeSAYW__hero_caption {
  color: var(--accent);
  position: relative;
}

.USTKHomepage-module__JeSAYW__hero_caption > p {
  font-size: 16px;
}

.USTKHomepage-module__JeSAYW__map {
  text-align: end;
  opacity: .5;
  z-index: -1;
  background-image: url("/images/krasnoyarsk-bg-river.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.USTKHomepage-module__JeSAYW__map > img {
  object-fit: contain;
  width: 100%;
}

.USTKHomepage-module__JeSAYW__stats {
  color: var(--accent);
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 40px 80px;
  display: flex;
}

.USTKHomepage-module__JeSAYW__stat {
  align-items: center;
  gap: 10px;
  display: flex;
}

.USTKHomepage-module__JeSAYW__number {
  font-size: 48px;
  font-weight: bold;
}

.USTKHomepage-module__JeSAYW__text {
  font-size: 14px;
}

@media (max-width: 576px) {
  .USTKHomepage-module__JeSAYW__hero {
    height: 40vh;
  }

  .USTKHomepage-module__JeSAYW__stats {
    padding: 0;
  }
}

/* [project]/src/widgets/Homepage/VisualBatchHomepage/VisualBatchHomepage.module.css [app-client] (css) */
.VisualBatchHomepage-module__PGQKuG__wrapper {
  flex-direction: column;
  gap: 10px;
  margin: 0 auto;
  padding: 60px clamp(20px, 10vw, 200px);
  display: flex;
}

.VisualBatchHomepage-module__PGQKuG__hero {
  text-align: center;
  margin-bottom: 3rem;
  padding: 60px 0;
}

.VisualBatchHomepage-module__PGQKuG__title {
  color: var(--pallete-11);
  margin-bottom: 1rem;
  font-size: 2.5rem;
}

.VisualBatchHomepage-module__PGQKuG__highlight {
  color: var(--accent);
}

.VisualBatchHomepage-module__PGQKuG__subtitle {
  color: #7f8c8d;
  font-size: 1.5rem;
  font-weight: 400;
}

.VisualBatchHomepage-module__PGQKuG__section {
  margin-bottom: 3rem;
}

.VisualBatchHomepage-module__PGQKuG__sectionTitle {
  color: var(--pallete-11);
  border-bottom: 2px solid var(--accent);
  margin-bottom: 1.5rem;
  padding-bottom: .5rem;
  font-size: 1.8rem;
}

.VisualBatchHomepage-module__PGQKuG__paragraph {
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
}

.VisualBatchHomepage-module__PGQKuG__features {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  display: grid;
}

.VisualBatchHomepage-module__PGQKuG__featureItem {
  background: #f8f9fa;
  border-radius: 8px;
  gap: 1rem;
  padding: 1.5rem;
  display: flex;
  box-shadow: 0 2px 4px #0000001a;
}

.VisualBatchHomepage-module__PGQKuG__featureIcon {
  height: fit-content;
  color: var(--button-text);
  background-color: var(--accent);
  border: 2px solid var(--accent);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding: 2px;
  display: flex;
}

.VisualBatchHomepage-module__PGQKuG__featureTitle {
  color: var(--accent);
  margin-bottom: .5rem;
  font-size: 1.3rem;
}

.VisualBatchHomepage-module__PGQKuG__featureText {
  margin-bottom: .5rem;
}

.VisualBatchHomepage-module__PGQKuG__featureList {
  padding-left: 1.5rem;
}

.VisualBatchHomepage-module__PGQKuG__featureList li {
  margin-bottom: .3rem;
}

.VisualBatchHomepage-module__PGQKuG__targetAudience {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  display: grid;
}

.VisualBatchHomepage-module__PGQKuG__audienceItem {
  background: var(--secondary);
  border-left: 4px solid var(--accent);
  border-radius: 8px;
  padding: 1.5rem;
}

.VisualBatchHomepage-module__PGQKuG__audienceTitle {
  color: var(--accent);
  margin-bottom: .5rem;
  font-size: 1.3rem;
}

.VisualBatchHomepage-module__PGQKuG__audienceText {
  color: #555;
}

.VisualBatchHomepage-module__PGQKuG__ctaSection {
  text-align: center;
  background: var(--accent);
  color: var(--button-text);
  border-radius: 8px;
  margin: 3rem 0;
  padding: 3rem 2rem;
}

.VisualBatchHomepage-module__PGQKuG__ctaTitle {
  margin-bottom: 1rem;
  font-size: 1.8rem;
}

.VisualBatchHomepage-module__PGQKuG__ctaText {
  margin-bottom: 2rem;
  font-size: 1.1rem;
}

.VisualBatchHomepage-module__PGQKuG__ctaButton {
  background: var(--button-text);
  color: var(--accent);
  cursor: pointer;
  border: none;
  border-radius: 4px;
  padding: 1rem 2rem;
  font-size: 1.1rem;
  font-weight: bold;
  transition: all .3s;
}

.VisualBatchHomepage-module__PGQKuG__ctaButton:hover {
  background: #f8f9fa;
  transform: translateY(-2px);
}

.VisualBatchHomepage-module__PGQKuG__footer {
  text-align: center;
  padding: 2rem 0;
  font-size: 1.2rem;
}

.VisualBatchHomepage-module__PGQKuG__footerText {
  color: #7f8c8d;
}

@media (max-width: 768px) {
  .VisualBatchHomepage-module__PGQKuG__title {
    font-size: 2rem;
  }

  .VisualBatchHomepage-module__PGQKuG__subtitle {
    font-size: 1.2rem;
  }
}

/* [project]/src/widgets/Homepage/BinescoHomepage/BinescoHomepage.module.css [app-client] (css) */
.BinescoHomepage-module__s7P9JW__wrapper {
  width: auto;
  height: 500px;
  position: relative;
}

.BinescoHomepage-module__s7P9JW__wrapper img {
  aspect-ratio: 16 / 9;
}

/*# sourceMappingURL=src_widgets_Homepage_20a8tnk._.css.map*/