@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  scroll-behavior: smooth;
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
  flex-grow: 1;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0;
  padding: 0;
}

p {
  font-size: 1em;
  margin: 0;
  padding: 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: border-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 65%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: 0.6em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* БРЕЙКПОИНТЫ (подход desktop-first, брейкпоинты - max-width) */
/* компы до 1920 */
/* ноут */
/* планшет */
/* мобильный горизонтал */
/* мобильный портрет */
.button {
  display: flex;
  /* Frame 19 */
  /* Auto layout */
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px 10px;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
  height: 34px;
  border-radius: 13px;
  cursor: pointer;
  box-sizing: border-box;
  align-items: center;
  align-content: center;
  text-decoration: none;
}
.button__heigh-48 {
  height: 48px !important;
}
.button__heigh-60 {
  height: 60px !important;
}

.button__white {
  background: #FFFFFF;
  /* Связаться с нами */
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  /* identical to box height, or 200% */
  display: flex;
  align-items: center;
  color: #2E3F7F;
  transition: 100ms;
}
.button__white:hover {
  background: rgba(255, 255, 255, 0.8);
}

.button__blue {
  background: #2E3F7F;
  /* Все новости */
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  /* identical to box height, or 120% */
  display: flex;
  align-items: center;
  color: #FFFFFF;
  height: 44px;
  border-radius: 13px;
  padding: 0px 25px;
  cursor: pointer;
}
.button__blue:hover {
  background: #2E3F7F;
  opacity: 0.8;
}

.title {
  /* Frame 12 */
  /* Auto layout */
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px 0px 10px;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  /* Наши проекты */
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: -0.5px;
  /* identical to box height, or 75% */
  display: flex;
  align-items: center;
  color: #000000;
}

.title-h1 {
  color: #000000;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  /* identical to box height, or 75% */
  display: flex;
  align-items: center;
}

.header {
  /* header */
  box-sizing: border-box;
  /* Auto layout */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  gap: 10px;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  background: linear-gradient(400deg, #1B2357 75%, #3B4CBD 100%);
  border-bottom: 1px solid #EAEAEA;
  box-sizing: border-box;
}

.header_contact_us_btn {
  display: flex;
}

@media screen and (max-width: 767.98px) {
  .header_contact_us_btn {
    display: none;
  }
}
@media screen and (max-width: 575.98px) {
  .header_contact_us_btn {
    display: none;
  }
}
.header__wrapper {
  /* header_wrapper */
  /* Auto layout */
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0px 10px;
  gap: 10px;
  width: 1440px;
  height: -moz-fit-content;
  height: fit-content;
  box-sizing: border-box;
}
.header__wrapper__center {
  justify-content: center;
}
.header__wrapper__mp-image {
  display: flex;
  max-width: 600px;
}
.header__wrapper__mp-image img {
  width: 100%;
}

@media screen and (max-width: 1439px) {
  .header__wrapper {
    width: 100%;
    padding: 0px 20px;
  }
}
@media screen and (max-width: 1023.98px) {
  .header__wrapper {
    width: 100%;
    padding: 0px 20px;
  }
}
@media screen and (max-width: 767.98px) {
  .header__wrapper {
    width: 100%;
    padding: 0px 20px;
  }
}
@media screen and (max-width: 575.98px) {
  .header__wrapper {
    width: 100%;
    padding: 0px 20px;
  }
  .header__wrapper__mp-image img {
    max-width: 90%;
  }
}
.header__langs {
  /* header__logo */
  /* Auto layout */
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 20px 0px;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
  height: 40px;
  box-sizing: border-box;
  justify-content: flex-start;
}
.header__langs-item {
  /* RU */
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  /* identical to box height, or 160% */
  display: flex;
  align-items: center;
  color: #FFFFFF;
  cursor: pointer;
  text-underline-offset: 2px;
}
.header__langs-item:hover {
  text-decoration-line: underline;
}
.header__langs-item__choosen {
  text-decoration-line: underline;
}

.header__socials {
  /* header_langs */
  /* Auto layout */
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
  height: 40px;
  box-sizing: border-box;
  gap: 15px;
}
.header__socials--item {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  cursor: pointer;
  text-decoration: none;
}

.second-header {
  /* second-header */
  box-sizing: border-box;
  /* Auto layout */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 0px;
  gap: 10px;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  border-bottom: 1px solid #EAEAEA;
  box-sizing: border-box;
}

.second-header__wrapper {
  /* second-header__wrapper */
  /* Auto layout */
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0px 10px;
  gap: 30px;
  width: 1440px;
  height: auto;
  box-sizing: border-box;
}
.second-header__wrapper img {
  height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 1439px) {
  .second-header__wrapper {
    width: 100%;
    padding: 0px 20px;
  }
}
@media screen and (max-width: 1023.98px) {
  .second-header__wrapper {
    width: 100%;
    padding: 0px 20px;
  }
}
@media screen and (max-width: 767.98px) {
  .second-header__wrapper {
    width: 100%;
    padding: 0px 20px;
  }
}
@media screen and (max-width: 575.98px) {
  .second-header__wrapper {
    width: 100%;
    padding: 0px 20px;
  }
}
.second-header__logo {
  /* second-header__logo */
  /* Auto layout */
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 0px;
  gap: 20px;
  width: -moz-fit-content;
  width: fit-content;
  height: 107px;
  box-sizing: border-box;
  /* Агентство развития профессионального мастерства */
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  /* or 70% */
  display: flex;
  align-items: center;
  color: #1B2357;
  text-decoration: none;
}

.second-header__menu {
  /* second-header__menu */
  /* Auto layout */
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 30px;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  box-sizing: border-box;
}
.second-header__menu__mobile {
  display: none;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0px;
  cursor: pointer;
  position: relative;
}
.second-header__menu__item {
  /* second-header__item */
  /* Auto layout */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 10px 0px;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
  height: 40px;
  box-sizing: border-box;
  /* Проекты */
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  /* identical to box height, or 120% */
  display: flex;
  align-items: center;
  color: #000000;
  text-decoration: none;
  color: #1B2357;
}
.second-header__menu__item:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.second-header__menu__item-white {
  color: #ffffff;
  font-weight: 400 !important;
}

@media screen and (max-width: 1023.98px) {
  .second-header__menu__mobile {
    display: flex;
  }
  .second-header__menu {
    display: none;
  }
}
@media screen and (max-width: 767.98px) {
  .second-header__menu__mobile {
    display: flex;
  }
  .second-header__menu {
    display: none;
  }
}
@media screen and (max-width: 575.98px) {
  .second-header__menu__mobile {
    display: flex;
  }
  .second-header__menu {
    display: none;
  }
}
.section {
  /* section */
  /* Auto layout */
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  gap: 10px;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  box-sizing: border-box;
}
.section__title {
  padding: 50px 0px;
}
.section__full-height {
  flex: 1 0 auto;
}
.section__bottom-padding {
  padding-bottom: 100px;
}

.section__wrapper {
  /* section__wrapper */
  box-sizing: border-box;
  /* Auto layout */
  display: flex;
  flex-direction: row;
  padding: 0px 10px;
  gap: 10px;
  width: 1440px;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 100%;
  border-radius: 7px;
  box-sizing: border-box;
}
.section__wrapper__justify {
  justify-content: space-between;
}
.section__wrapper__type-column {
  flex-direction: column;
  gap: 40px;
  padding: 0px 10px 30px 10px;
}

@media screen and (max-width: 1439px) {
  .section__wrapper {
    width: 100%;
    padding: 0px 20px;
  }
}
@media screen and (max-width: 1023.98px) {
  .section__wrapper {
    width: 100%;
    padding: 0px 20px;
  }
}
@media screen and (max-width: 767.98px) {
  .section__wrapper {
    width: 100%;
    padding: 0px 20px;
  }
}
@media screen and (max-width: 575.98px) {
  .section__wrapper {
    width: 100%;
    padding: 0px 20px;
  }
}
.mainpage-welcome {
  display: flex;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  box-sizing: border-box;
  padding: 0px 0px;
  gap: 15px;
}

.mainpage-welcome__images {
  display: grid;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 10px;
  box-sizing: border-box;
}
.mainpage-welcome__images img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 7px;
}

.mainpage-welcome__about-company {
  /* about-company */
  /* Auto layout */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  gap: 10px;
  width: 100%;
  min-height: 100%;
  border-radius: 7px;
  box-sizing: border-box;
}
.mainpage-welcome__about-company__title {
  /* Frame 5 */
  /* Auto layout */
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 10px;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  box-sizing: border-box;
}
.mainpage-welcome__about-company__title h1 {
  /* Агентство развития профессионального мастерства */
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 110%;
  letter-spacing: 0.5px;
  /* identical to box height, or 121% */
  display: flex;
  align-items: center;
  color: #FFFFFF;
  box-sizing: border-box;
  text-wrap: wrap;
}
.mainpage-welcome__about-company__text {
  /* Frame 6 */
  /* Auto layout */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 10px;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  box-sizing: border-box;
  /* Агентство создано в 2020 году в соответствии c поручением Президента Российской Федерации Путина В.В. от 23 ноября 2019 года № Пр-2391. Учредителем Агентства являются Минпромторг России и АНО «Агентство стратегических инициатив по продвижению новых проектов». */
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0.5px;
  /* or 140% */
  display: flex;
  align-items: center;
  color: #FFFFFF;
}

@media screen and (max-width: 1023.98px) {
  .mainpage-welcome {
    flex-wrap: wrap;
  }
  .header-mp {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767.98px) {
  .mainpage-welcome {
    flex-wrap: wrap;
  }
  .header-mp {
    flex-wrap: wrap;
  }
  .mainpage-welcome__about-company {
    padding: 0px;
  }
  .mainpage-welcome__images {
    padding: 0px 0px 20px 0px;
  }
}
@media screen and (max-width: 575.98px) {
  .mainpage-welcome {
    flex-wrap: wrap;
  }
  .header-mp {
    flex-wrap: wrap;
  }
  .mainpage-welcome__about-company {
    padding: 0px;
  }
  .mainpage-welcome__images {
    padding: 0px 0px 20px 0px;
  }
}
.main-page-our-projects {
  display: grid;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: max-content;
  gap: 30px;
  box-sizing: border-box;
}

@media screen and (max-width: 1023.98px) {
  .main-page-our-projects {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767.98px) {
  .main-page-our-projects {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 575.98px) {
  .main-page-our-projects {
    display: grid;
    grid-template-columns: 1fr;
  }
}
.project__item {
  /* project-item */
  /* Auto layout */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 10px;
  gap: 10px;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background: #F2F4F6;
  border-radius: 13px;
  cursor: pointer;
  text-decoration: none;
}
.project__item--image {
  /* project-item__image */
  /* Auto layout */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 10px;
  width: 100%;
  height: 242px;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 13px;
  background: #fff;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.project__item--image img {
  width: 100%;
  border-radius: 13px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.5s;
}
.project__item--description {
  /* project-item__name */
  /* Auto layout */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 10px;
  gap: 20px;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  box-sizing: border-box;
}

.project__item:hover .project__item--image img {
  transform: scale(1.09);
}

.project__item--name {
  /* Международный чемпионат высокотехнологичных профессий «Хайтек: навыки будущего» */
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: -0.5px;
  /* or 125% */
  align-items: center;
  color: #000000;
  height: 52px;
  /* Ограничение по количеству строк */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  /* Резерв для старых браузеров (если нужно), но основное — выше */
  word-wrap: break-word;
  white-space: normal;
}

.project__item--desc {
  /* Сюда будет заполнено короткое описание проект, которое будем максимально заинтересовывать пользователя к просмотру проекта */
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: -0.5px;
  /* or 133% */
  align-items: center;
  color: #000000;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Количество строк */
  -webkit-box-orient: vertical;
  text-overflow: ellipsis; /* Добавляем многоточие */
}

.project__item--more {
  /* Подробнее */
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 14px;
  /* identical to box height, or 93% */
  display: flex;
  align-items: center;
  color: #747474;
  cursor: pointer;
}
.project__item--more:hover {
  cursor: pointer;
  text-decoration: underline;
}

@media screen and (max-width: 1023.98px) {
  .project__item--name {
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media screen and (max-width: 767.98px) {
  .project__item--name {
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media screen and (max-width: 575.98px) {
  .project__item--name {
    height: -moz-fit-content;
    height: fit-content;
  }
}
.our-events {
  display: flex;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  flex-direction: column;
  gap: 10px;
  box-sizing: border-box;
}
.our-events__image {
  display: flex;
  position: relative;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 13px;
  overflow: hidden;
  box-sizing: border-box;
}
.our-events__image img {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  -o-object-fit: contain;
     object-fit: contain;
}
.our-events__bullit {
  display: flex;
  /* Frame 7 */
  /* Auto layout */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 25px;
  gap: 15px;
  position: absolute;
  width: calc(100% - 60px);
  height: -moz-fit-content;
  height: fit-content;
  bottom: 25px;
  left: 30px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 7px;
  box-sizing: border-box;
}
.our-events__bullit-title {
  /* Чемпионат Хайтек */
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  /* identical to box height, or 100% */
  display: flex;
  align-items: center;
  color: #000000;
}
.our-events__bullit-description {
  /* Состоялся международный чемпионат хайтек */
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  /* identical to box height, or 120% */
  display: flex;
  align-items: center;
  color: #000000;
}
.our-events__events {
  display: flex;
  width: 100%;
  flex-direction: row-reverse;
  gap: 15px;
}
.our-events__button {
  display: flex;
  width: 36px;
  height: 36px;
  box-sizing: border-box;
  border-radius: 50%;
  background: #F2F4F6;
  justify-content: center;
  align-items: center;
  align-content: center;
  cursor: pointer;
  box-sizing: border-box;
}
.our-events__button:hover {
  background: rgba(45, 48, 50, 0.1);
}

@media screen and (max-width: 575.98px) {
  .our-events img {
    height: 300px;
    width: -moz-fit-content;
    width: fit-content;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.news {
  /*display: flex;
  width: 100%;
  height: fit-content;
  gap: 30px;
  box-sizing: border-box;
  padding: 30px 0px;*/
  display: grid;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: max-content;
  gap: 30px;
  box-sizing: border-box;
}
.news__item {
  display: flex;
  width: 100%;
  max-width: 454px;
  border-radius: 13px;
  background: #F2F4F6;
  flex-direction: column;
  gap: 20px;
  cursor: pointer;
  padding: 15px;
  box-sizing: border-box;
  text-decoration: none;
}
.news__item__image {
  display: flex;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 13px;
  overflow: hidden;
  max-height: 281px;
}
.news__item__image img {
  width: 100%;
  border-radius: 13px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s;
}
.news__item__name {
  display: flex;
  width: 100%;
  /* Новость номер 1 */
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  /* identical to box height, or 93% */
  display: flex;
  align-items: center;
  line-height: 130%;
  letter-spacing: -0.5px;
  color: #000000;
}
.news__item__more {
  display: flex;
  width: 100%;
  /* Подробнее */
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 25px;
  /* identical to box height, or 93% */
  display: flex;
  align-items: center;
  color: #747474;
}

.news_page {
  display: flex;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  flex-direction: column;
  gap: 30px;
  box-sizing: border-box;
  padding-bottom: 30px;
}

.news_page-published-date {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  color: #747474;
  box-sizing: border-box;
}

.news_page-image {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  box-sizing: border-box;
}
.news_page-image img {
  width: auto;
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.news_page-text {
  display: flex;
  width: 100%;
  font-size: 22px;
  line-height: 140%;
  font-size: 500;
  flex-direction: column;
  gap: 25px;
}
.news_page-text p {
  font-size: 18px;
  font-weight: 400;
}
.news_page-text ul li ol {
  font-size: 18px;
  font-weight: 400;
  text-wrap: wrap;
  white-space: normal;
  word-wrap: break-word;
  display: block;
  box-sizing: border-box;
}
.news_page-text table {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #eaeaea;
}
.news_page-text thead {
  background: #f5f5f5;
}
.news_page-text th {
  font-size: 16px;
  font-weight: 500;
  padding: 15px;
  border: 1px solid #cccccc;
}
.news_page-text td {
  font-size: 16px;
  font-weight: 400;
  padding: 15px;
  border: 1px solid #cccccc;
  box-sizing: border-box;
}
.news_page-text td p {
  font-size: 16px !important;
}

.news__item:hover .news__item__image img {
  transform: scale(1.09);
}

@media screen and (max-width: 1023.98px) {
  .news {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767.98px) {
  .news {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 575.98px) {
  .news {
    display: grid;
    grid-template-columns: 1fr;
  }
}
.founders {
  display: flex;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  gap: 30px;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}
.founders__item {
  display: flex;
  width: 400px;
  height: -moz-fit-content;
  height: fit-content;
}
.founders__item img {
  width: 400px;
  height: -moz-fit-content;
  height: fit-content;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 1439px) {
  .founders {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .founders__item img {
    width: 100%;
  }
}
@media screen and (max-width: 1023.98px) {
  .founders {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .founders__item img {
    width: 100%;
  }
}
@media screen and (max-width: 767.98px) {
  .founders {
    display: flex;
    flex-wrap: wrap;
  }
  .founders__item img {
    width: 100%;
  }
}
@media screen and (max-width: 575.98px) {
  .founders {
    display: flex;
    flex-wrap: wrap;
  }
  .founders__item img {
    width: 100%;
  }
}
.footer {
  display: flex;
  /* footer */
  /* Auto layout */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px 20px 0px 20px;
  gap: 10px;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  background: linear-gradient(400deg, #1B2357 75%, #3B4CBD 100%);
  box-sizing: border-box;
}

.footer-undelblock {
  display: flex;
  /* footer */
  /* Auto layout */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px;
  gap: 10px;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  background: #F2F4F6;
  box-sizing: border-box;
}
.footer-undelblock__wrapper {
  display: flex;
  width: 1440px;
  height: -moz-fit-content;
  height: fit-content;
  background: #F2F4F6;
  padding: 30px 0px;
  align-items: center;
  align-content: center;
  justify-content: center;
  /* Любая информация, представленная на данном сайте, носит исключительно информационный характер, является ориентировочной, может быть изменена и ни при каких условиях не является публичной офертой, определяемой положениями статей 435, 437 Гражданского кодекса РФ */
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  /* or 160% */
  display: flex;
  align-items: center;
  color: #494949;
  box-sizing: border-box;
}

@media screen and (max-width: 1439px) {
  .footer-undelblock__wrapper {
    width: 100%;
    padding: 30px 15px;
  }
}
@media screen and (max-width: 1023.98px) {
  .footer-undelblock__wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 767.98px) {
  .footer-undelblock__wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 575.98px) {
  .footer-undelblock__wrapper {
    width: 100%;
  }
}
.footer__wrapper {
  /* footer-wrapper */
  /* Auto layout */
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 30px 0px;
  gap: 30px;
  width: 1440px;
  height: -moz-fit-content;
  height: fit-content;
  box-sizing: border-box;
  justify-content: space-between;
}

@media screen and (max-width: 1439px) {
  .footer__wrapper {
    width: 100%;
    padding: 30px 20px;
  }
}
@media screen and (max-width: 1023.98px) {
  .footer__wrapper {
    width: 100%;
    padding: 30px 20px;
  }
}
@media screen and (max-width: 767.98px) {
  .footer__wrapper {
    width: 100%;
    padding: 30px 20px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 575.98px) {
  .footer__wrapper {
    width: 100%;
    padding: 30px 10px;
    flex-wrap: wrap;
  }
}
.footer__column {
  display: flex;
  flex-direction: column;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  box-sizing: border-box;
  gap: 10px;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: flex-start;
}
.footer__column img {
  width: 100%;
  max-width: 400px;
}
.footer__column__company-name {
  /* Frame 14 */
  /* Auto layout */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 10px 0px;
  gap: 10px;
  width: 100%;
  height: 74px;
  /* Автономная некоммерческая организация «Агентство развития профессионального мастерства (Ворлдскиллс Россия)» */
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  /* or 138% */
  display: flex;
  align-items: center;
  color: #FFFFFF;
}
.footer__column__area {
  /* Frame 15 */
  /* Auto layout */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 10px 0px;
  gap: 10px;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
.footer__column__item {
  /* Главная */
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.5px;
  /* identical to box height, or 138% */
  display: flex;
  align-items: center;
  color: #FFFFFF;
  text-decoration: none;
  cursor: pointer;
}
.footer__column__item__not-link {
  cursor: text;
}
.footer__column__item__not-link:hover {
  text-decoration: none !important;
}
.footer__column__item__project {
  color: rgba(255, 255, 255, 0.6);
}
.footer__column__item:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.projects {
  display: flex;
}
.projects__grid {
  display: grid;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: max-content;
  gap: 30px;
  box-sizing: border-box;
  padding: 0px 0px 50px 0px;
}

@media screen and (max-width: 767.98px) {
  .projects__grid {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 575.98px) {
  .projects__grid {
    grid-template-columns: 1fr;
  }
}
.contacts {
  display: flex;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 100%;
  gap: 50px;
  box-sizing: border-box;
  padding: 0px 10px 50px 10px;
}
.contacts__info {
  display: flex;
  width: 500px;
  height: -moz-fit-content;
  height: fit-content;
  box-sizing: border-box;
  flex-direction: column;
  gap: 40px;
}
.contacts__info-item {
  display: flex;
  gap: 4px;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
}
.contacts__info-title {
  display: flex;
  /* contacts__item-type */
  /* Auto layout */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  width: 100%;
  height: auto;
  /* наш адрес */
  /* desktop/support */
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  /* identical to box height, or 141% */
  display: flex;
  /* semantic/text/secondary */
  color: #8A9AA4;
}
.contacts__info-title__cok-title {
  color: #6b6e71;
  font-size: 20px;
  font-weight: 500;
}
.contacts__info-text {
  /* Auto layout */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  width: 100%;
  height: auto;
  /* 117246, г. Москва, вн.тер.г. муниципальный округ Черемушки, проезд Научный, дом 17, помещ.12 */
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  /* or 140% */
  /* semantic/text/primary */
  color: #2D3032;
}
.contacts__info-text a {
  color: #2D3032;
  text-decoration: none;
}
.contacts__info-text a:hover {
  text-decoration: underline;
}
.contacts__map {
  display: flex;
  width: 100%;
  min-height: 100%;
  box-sizing: border-box;
  border-radius: 13px;
}

.contacts_headofs {
  display: flex;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  /*grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: max-content;*/
  gap: 70px;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.contacts_headofs__item {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  height: -moz-fit-content;
  height: fit-content;
  flex-direction: column;
  gap: 5px;
}
.contacts_headofs__item img {
  width: 400px;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 7px !important;
}
.contacts_headofs__hakimov {
  -o-object-position: 0px 0px;
     object-position: 0px 0px;
}
.contacts_headofs__romanov {
  -o-object-position: -90px 0px;
     object-position: -90px 0px;
}
.contacts_headofs__item-text {
  display: flex;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  max-width: 350px;
}
.contacts_headofs__item-position {
  color: #8A9AA4;
  font-weight: 500;
}

@media screen and (max-width: 767.98px) {
  .contacts {
    flex-wrap: wrap;
  }
  .contacts__map {
    height: 300px;
  }
}
@media screen and (max-width: 575.98px) {
  .contacts {
    flex-wrap: wrap;
  }
  .contacts__map {
    height: 300px;
  }
}
.events {
  display: flex;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  box-sizing: border-box;
  flex-direction: column;
  gap: 50px;
}
.events__item {
  display: flex;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  box-sizing: border-box;
  gap: 35px;
  flex-direction: column;
  padding-bottom: 25px;
  border-bottom: 1px solid #eaeaea;
}
.events__item-name {
  display: flex;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
}
.events__item-image {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  box-sizing: border-box;
}
.events__item-image img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
.events__item-description {
  display: flex;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 22px;
  line-height: 30px;
  color: #2d3032;
  padding: 15px;
  box-sizing: border-box;
}
.events__item-more-info {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 26px;
  color: #2E3F7F;
  text-decoration: none;
  text-underline-offset: 6px;
  padding: 15px;
  box-sizing: border-box;
}
.events__item-more-info:hover {
  text-decoration: underline;
  color: red;
}

.show-more {
  display: flex;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  box-sizing: border-box;
  justify-content: center;
}
.show-more__button {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  box-sizing: border-box;
  padding: 15px 30px;
  font-size: 20px;
  font-weight: 500;
  background: rgba(45, 48, 50, 0.06);
  border-radius: 13px;
  cursor: pointer;
}
.show-more__button:hover {
  cursor: pointer;
  background: rgba(45, 48, 50, 0.08);
}

.breadcrumbs {
  display: flex;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  gap: 10px;
  padding: 20px 0px;
  box-sizing: border-box;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}
.breadcrumbs__item {
  display: flex;
  color: #818181;
  font-size: 16px;
  text-decoration: none;
}
.breadcrumbs__item-link {
  text-decoration: none;
  cursor: pointer;
}
.breadcrumbs__item-link:hover {
  text-decoration: underline;
}
.breadcrumbs__divider {
  display: flex;
  width: 4px !important;
  height: 4px !important;
  border-radius: 4px;
  background: #818181;
}

.project_about_text {
  /* «WorldSkills Hi-Tech — уникальная площадка для профессиональной реализации молодых специалистов крупнейших предприятий России. Символично, что именно Свердловская область выбрана постоянным организатором этого престижного и значимого мероприятия. Считаю, это заслуженная оценка наших усилий по развитию технических специальностей, укреплению позиций Уральской инженерной школы, поддержке мирового движения WorldSkills. Формат долгосрочного сотрудничества позволяет нам заранее планировать содержание будущих чемпионатов, оперативно реагировать на происходящие технологические изменения, кадровые потребности предприятий» */
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  /* or 156% */
  display: flex;
  align-items: center;
  color: #000000;
}

.project_main_img {
  display: flex;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
.project_main_img img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.our_advantages {
  display: flex;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  flex-direction: column;
  gap: 10px;
  box-sizing: border-box;
}
.our_advantages__item {
  display: flex;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  gap: 10px;
  box-sizing: border-box;
  align-items: center;
  align-content: center;
}
.our_advantages__item-icon {
  /* advantages__item-icon */
  /* Auto layout */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 10px;
  gap: 10px;
  width: 62px;
  height: 62px;
  box-sizing: border-box;
}
.our_advantages__item-text {
  /* advantages__item-text */
  /* Auto layout */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 10px;
  gap: 10px;
  width: 100%;
  height: auto;
  /* формирование протокола прироста навыков сотрудников (по запросу ответственного от предприятия) */
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 46px;
  /* or 144% */
  display: flex;
  color: #000000;
  box-sizing: border-box;
}

.bullet {
  /* bullet */
  /* Auto layout */
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 24px;
  gap: 16px;
  max-width: 450px;
  min-width: 320px;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  /* semantic/background/light */
  background: #F2F4F6;
  border-radius: 16px;
  box-sizing: border-box;
}
.bullet__full_width {
  width: 100%;
  max-width: 100%;
}
.bullet__content {
  /* bullet__content */
  /* Auto layout */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 4px;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  box-sizing: border-box;
}
.bullet__value {
  /* Презентация проекта */
  width: 100%;
  height: auto;
  /* desktop/H6 */
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  /* identical to box height, or 120% */
  /* semantic/text/primary */
  color: #2D3032;
  text-wrap: wrap;
}
.bullet__description {
  /* скачать pdf, 12.3 Мб */
  width: 100%;
  height: auto;
  /* desktop/support */
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  /* identical to box height, or 141% */
  /* semantic/text/secondary */
  color: #8A9AA4;
  text-wrap: wrap;
}

.project_bullets {
  display: flex;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  padding: 30px 0px 30px 0px;
  box-sizing: border-box;
  gap: 20px;
  flex-wrap: wrap;
}

.column-page {
  display: flex;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  box-sizing: border-box;
  padding: 15px;
  min-width: 300px;
  max-width: 700px;
}
.column-page img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 13px;
}
.column-page__width-100 {
  max-width: 100% !important;
}
.column-page__max-width-300 {
  max-width: 450px !important;
}

.wrap-block {
  display: flex;
  flex-wrap: wrap;
}

.lists-page-projects {
  font-size: 20px;
  line-height: 40px;
}

@counter-style marker-font {
  system: cyclic;
  symbols: "check_circle";
  suffix: " ";
}
.markers {
  margin: 0 0 20px 24px;
  padding: 0;
  list-style-type: marker-font;
}

.markers li::marker {
  font-family: "Material Icons";
  color: green;
  line-height: 1;
  font-size: 20px;
}

.markers li {
  margin: 30px 0;
  font-size: 20px;
}

.hitech__main-image {
  display: flex;
  width: 100%;
  min-height: 500px;
  height: -moz-fit-content;
  height: fit-content;
  background: url(/img/projects/hitech/52483550462_f4d8e78c78_b.jpg) no-repeat;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8)), url(/img/projects/hitech/52483550462_f4d8e78c78_b.jpg);
  background-size: cover; /* или cover */
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  font-size: 40px;
  font-weight: 600;
  line-height: 110%;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 40px 0px;
  box-sizing: border-box;
  text-align: center;
  flex-direction: column;
  gap: 30px;
}
.hitech__main-image__title {
  display: flex;
  max-width: 1100px;
  font-size: 40px;
  font-weight: 600;
  line-height: 110%;
  color: #ffffff;
}
.hitech__main-image__subtitle {
  display: flex;
  font-size: 18px !important;
  line-height: 120%;
  font-weight: 500;
  color: #ffffff;
}

.hitech__section {
  display: flex;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  justify-content: center;
  padding: 50px 0px;
  box-sizing: border-box;
}
.hitech__section__wrapper {
  display: flex;
  max-width: 1240px;
  width: 100%;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
}
.hitech__section--bg {
  background: linear-gradient(400deg, #1B2357 75%, #3B4CBD 100%);
  color: #ffffff !important;
}
.hitech__section--bg a {
  color: #ffffff !important;
}
.hitech__section--bg-grey {
  background: #F8F9FA;
}

.hitech__h1 {
  display: flex;
  text-align: center;
  width: auto;
  height: -moz-fit-content;
  height: fit-content;
  color: #1B2357;
  font-size: 34px;
  line-height: 150%;
  font-weight: 600;
  min-height: 150px;
  align-items: center;
  align-content: center;
  text-transform: uppercase;
}
.hitech__h1--white {
  color: #ffffff;
}

.hitech__h2 {
  display: flex;
  text-align: center;
  width: auto;
  height: -moz-fit-content;
  height: fit-content;
  color: #1B2357;
  font-size: 30px;
  line-height: 100px;
  font-weight: 600;
  text-transform: uppercase;
}

.hitech__description {
  display: flex;
  width: 100%;
  height: auto;
  font-size: 22px;
  line-height: 140%;
  font-weight: 400;
  text-align: center;
}

.hitech__image {
  display: flex;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  padding: 10px;
  box-sizing: border-box;
}
.hitech__image img {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 13px;
}

.hitech_bullets {
  display: flex;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  max-width: 1240px;
  padding: 0px 20px;
  box-sizing: border-box;
  gap: 20px;
}

.hitech_bullets__bullet {
  min-height: 250px;
}

.hitech__columns {
  display: flex;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  flex-direction: row;
  gap: 50px;
  padding: 20px;
  box-sizing: border-box;
}

.hitech__column {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  box-sizing: border-box;
  padding: 0px;
}
.hitech__column--center {
  align-items: center;
  align-content: center;
}
.hitech__column p {
  font-weight: 500;
  font-size: 20px;
}

.hitech__tasks {
  display: flex;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}

.list-task-el {
  display: flex;
  text-wrap: wrap;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 20px;
  line-height: 120%;
  box-sizing: border-box;
  min-height: 50px;
  align-items: center;
  align-content: center;
}

.hitech__founders {
  display: flex;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 20px;
  box-sizing: border-box;
}

.hitech__founders__item {
  justify-content: center;
  min-height: 150px;
  align-items: center;
  align-content: center;
  display: flex;
}

.hitech__iteration {
  display: flex;
  flex-direction: column;
  gap: 50px;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  box-sizing: border-box;
  padding: 20px;
}
.hitech__iteration__item {
  display: flex;
  flex-direction: row;
  gap: 30px;
  border: 1px solid #eaeaea;
  border-radius: 13px;
  padding: 30px;
}
.hitech__iteration__item-content {
  display: flex;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0px;
  box-sizing: border-box;
  flex-direction: column;
  gap: 20px;
}
.hitech__iteration__item-number {
  display: flex;
  width: 70px;
  height: 70px;
  box-sizing: border-box;
  border-radius: 70px;
  background: #1B2357;
  justify-content: center;
  align-items: center;
  align-content: center;
  color: #ffffff;
  font-size: 32px;
  font-weight: 500;
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
}
.hitech__iteration__item-title {
  display: flex;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 32px;
  box-sizing: border-box;
  line-height: 120%;
}
.hitech__iteration__item-discription {
  display: flex;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 26px;
  box-sizing: border-box;
}

@media screen and (max-width: 1439px) {
  .hitech__section__wrapper {
    padding: 0px 15px;
  }
}
@media screen and (max-width: 1023.98px) {
  .hitech_bullets {
    max-width: 1023.98px;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    align-content: center;
  }
  .bullet {
    width: 100%;
    max-width: 80%;
  }
  .hitech__columns {
    flex-wrap: wrap-reverse;
  }
}
@media screen and (max-width: 767.98px) {
  .hitech__main-image__title {
    font-size: 24px;
    min-height: 150px;
    line-height: 130%;
  }
  .hitech__main-image {
    min-height: auto;
  }
  .hitech__main-image__subtitle {
    font-size: 16px;
    display: none;
  }
  .bullet {
    width: 100%;
    max-width: 100%;
  }
  .hitech__description {
    text-align: left;
  }
  .hitech__section__wrapper {
    padding: 0px 20px;
  }
  .hitech__columns {
    flex-wrap: wrap-reverse;
  }
  .hitech__founders {
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    gap: 50px;
    align-items: center;
    align-content: center;
  }
  .hitech__h1 {
    font-size: 30px;
  }
  .hitech__h2 {
    font-size: 25px;
    line-height: 150%;
  }
}
@media screen and (max-width: 575.98px) {
  .hitech__main-image {
    min-height: 150px;
  }
  .hitech__main-image__title {
    font-size: 18px;
    line-height: 130%;
    min-height: auto;
  }
  .hitech__main-image__subtitle {
    display: none;
  }
  .bullet {
    width: 100%;
    max-width: 100%;
  }
  .hitech__description {
    text-align: left;
  }
  .hitech__section__wrapper {
    padding: 0px 20px;
  }
  .hitech__columns {
    flex-wrap: wrap-reverse;
  }
  .hitech__founders {
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    gap: 50px;
    align-items: center;
    align-content: center;
  }
  .hitech__iteration__item-number {
    display: none;
  }
  .hitech__iteration__item-title {
    font-size: 26px;
  }
  .hitech__iteration__item {
    padding: 10px;
  }
  .hitech__iteration__item-description ul {
    margin: 0px;
    padding: 0px 15px;
  }
  .hitech__iteration__item-description li {
    margin: 0px;
    padding: 0px 15px;
  }
}
.bas-image {
  display: flex;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 550px;
  border-radius: 13px;
  opacity: 0.6;
  margin-top: 70px;
  margin-bottom: 70px;
  box-sizing: border-box;
}
.bas-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border-radius: 13px;
}

.cicle-champ {
  margin-top: 70px;
}
.cicle-champ--img {
  display: flex;
  width: 150px;
  height: 150px;
  background: #fff;
  justify-content: center;
  align-content: center;
  align-items: center;
  box-sizing: border-box;
  border-radius: 13px;
  overflow: hidden;
}

.resaults-button {
  display: flex;
  width: 100%;
  max-width: 340px;
  justify-content: center;
  align-items: center;
  align-content: center;
  font-size: 20px;
  font-weight: 500;
  background: #E43333;
  padding: 15px;
  box-sizing: border-box;
  color: #fff;
  border-radius: 7px;
  cursor: pointer;
  text-decoration: none;
}
.resaults-button:hover {
  background: rgba(228, 51, 51, 0.8);
  padding: 15px 20px;
}

.molfest__main-image {
  display: flex;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  /*background: url(/img/projects/otvinta/ot_vinta_main.png) no-repeat;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8)), url(/img/projects/otvinta/ot_vinta_main.png);*/
  /*background: url(/img/projects/otvinta/6х3_page-0001.jpg) no-repeat;
  background-size: contain; /* или cover */
  /*background-repeat: no-repeat;
  background-position: center;*/
  font-size: 40px;
  font-weight: 600;
  line-height: 110%;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 40px 0px;
  box-sizing: border-box;
  text-align: center;
  flex-direction: column;
  gap: 30px;
  cursor: pointer;
}
.molfest__main-image img {
  max-width: 1240px;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  -o-object-fit: cover;
     object-fit: cover;
}
.molfest__main-image__title {
  display: flex;
  max-width: 1100px;
  font-size: 40px;
  font-weight: 600;
  line-height: 110%;
  color: #ffffff;
}
.molfest__main-image__subtitle {
  display: flex;
  font-size: 18px !important;
  line-height: 120%;
  font-weight: 500;
  color: #ffffff;
}

.molfest-description {
  flex-direction: column;
  gap: 20px;
  box-sizing: border-box;
}
.molfest-description ul li {
  text-align: left;
  font-size: 18px;
  line-height: 140%;
  font-weight: 400;
  text-wrap: wrap;
  word-break: keep-all;
}
.molfest-description ul {
  width: 100%;
  box-sizing: border-box;
}
.molfest-description img {
  max-width: 100%;
}
.molfest-description p {
  font-size: 20px;
}

.p-center {
  text-align: center;
  font-size: 24px;
}

.tags {
  flex-direction: row;
  gap: 10px;
  color: blue;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  flex-wrap: wrap;
}
.tags p {
  width: -moz-fit-content;
  width: fit-content;
}

.molfest-images {
  flex-direction: row;
  gap: 30px;
  align-items: center;
  align-content: center;
  display: flex;
  width: 100%;
  box-sizing: border-box;
  max-width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}
.molfest-images img {
  max-width: 250px;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  -o-object-fit: contain;
     object-fit: contain;
}

.molfest-bullet-full {
  width: 100%;
  max-width: 100%;
}

.molfest-bullet-link {
  text-decoration: none;
}
.molfest-bullet-link:hover {
  text-decoration: underline;
}

.napravleniya-p {
  display: flex;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  align-items: center;
  align-content: center;
  gap: 20px;
}
.napravleniya-p__icon {
  display: flex;
  width: 75px;
  height: 75px;
  box-sizing: border-box;
  border-radius: 45px;
  background: linear-gradient(400deg, #1B2357 75%, #3B4CBD 100%);
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-grow: 0;
  flex-shrink: 0;
}
.napravleniya-p svg {
  width: 50px;
  height: 50px;
}
.napravleniya-p img {
  width: 45px;
  height: 45px;
  -o-object-fit: contain;
     object-fit: contain;
}

.molfest-official-numbers {
  display: flex;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.molfest-official-numbers img {
  max-width: 350px;
}
.molfest-official-numbers__item {
  display: flex;
  width: 100%;
  max-width: 320px;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 320px;
  box-sizing: border-box;
  border-radius: 30px;
  background: rgb(226, 226, 226);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 25px;
}
.molfest-official-numbers__item__head {
  /* > 740 Участников отборочных этапов */
  width: 100%;
  text-align: left;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 113%;
  leading-trim: both;
  text-edge: cap;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #141A3F;
}
.molfest-official-numbers__item__text {
  /* > 740 Участников отборочных этапов */
  width: 100%;
  text-align: left;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 113%;
  leading-trim: both;
  text-edge: cap;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #141A3F;
}

.quotations {
  display: flex;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  box-sizing: border-box;
  border-radius: 7px;
  flex-direction: column;
  gap: 30px;
  padding: 30px;
}
.quotations__item {
  display: flex;
  /* background: linear-gradient(400deg, #1B2357 75%, #3B4CBD 100%); */
  /*background: #eaeaea;*/
  background: linear-gradient(400deg, rgba(234, 234, 234, 0.3) 45%, #eaeaea 100%);
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  padding: 45px 25px;
  color: #000;
  flex-direction: column;
  gap: 15px;
  border-radius: 7px;
  border: 1px solid rgba(244, 241, 241, 0.1);
}
.quotations__item-title {
  font-size: 20px;
  font-weight: 600;
}
.quotations__item-position {
  font-size: 20px;
  font-weight: 600;
}
.quotations__item-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 170%;
}

.partners-molfest {
  display: flex;
  flex-direction: column;
  gap: 15px;
  box-sizing: border-box;
  border-radius: 7px;
  padding: 25px;
}
.partners-molfest__item {
  display: flex;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  box-sizing: border-box;
  border-radius: 7px;
  padding: 15px;
  background: linear-gradient(400deg, #1B2357 75%, #3B4CBD 100%);
  color: #fff;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  text-align: left;
  font-weight: 400;
  font-size: 18px;
}

.text-color-white {
  color: #fff !important;
}

.molfest_new__h1 {
  padding: 0px;
  min-height: 30px !important;
}
.molfest_new__title_h2 {
  display: flex;
  text-align: center;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  color: #1B2357;
  font-size: 26px;
  line-height: 150%;
  font-weight: 500;
  min-height: 70px;
  align-items: center;
  align-content: center;
  text-transform: uppercase;
  justify-content: center;
}
.molfest_new__title_h2__left {
  text-align: left;
}
.molfest_new__button {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 7px;
  background: #2E3F7F;
  text-decoration: none;
  color: #fff;
  padding: 15px 25px;
  box-sizing: border-box;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.molfest_new__button:hover {
  background: rgba(46, 63, 127, 0.8);
}
.molfest_new__desctiption-blue-text {
  color: rgba(46, 63, 127, 0.8);
  font-weight: 600;
  font-size: 24px;
}
.molfest_new__official-row {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.molfest_new__official-numbers {
  /*display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  justify-items: center;
  align-items: center;
  gap: 30px;*/
  display: flex;
  flex-direction: row;
  gap: 30px;
  align-items: center;
  align-content: center;
}
.molfest_new__official-numbers-item {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  /*background: #f5f5f5;*/
  border-radius: 7px;
  justify-content: center;
  text-align: center;
  align-items: center;
  padding: 25px;
  justify-self: right;
  font-weight: 500;
  font-size: 18px;
}
.molfest_new__official-numbers-item--left {
  justify-self: left;
}
.molfest_new__official-numbers-item--big {
  font-weight: 600;
  font-size: 30px;
  color: rgba(46, 63, 127, 0.8);
}

.p-center-max-width {
  display: flex;
  max-width: 1000px !important;
  flex-direction: row;
  gap: 30px;
  align-content: center;
  align-items: center;
}
.p-center-max-width svg {
  width: 25px;
  height: 25px;
  flex-shrink: 0;
}

@media screen and (max-width: 1023.98px) {
  .molfest_new__official-numbers {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .molfest_new__official-numbers-item {
    width: 100%;
    max-width: 300px;
    text-align: center;
  }
}
@media screen and (max-width: 767.98px) {
  .molfest_new__official-numbers {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .molfest_new__official-numbers-item {
    width: 100%;
    max-width: 300px;
    text-align: center;
  }
}
@media screen and (max-width: 575.98px) {
  .molfest_new__official-numbers {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .molfest_new__official-numbers-item {
    width: 100%;
    max-width: 300px;
    text-align: center;
  }
}
html, body {
  width: 100%;
  height: 100%;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.3px;
  line-height: 130%;
  scroll-behavior: smooth;
}

h4 {
  font-weight: 600;
  font-size: 22px;
}

h5 {
  font-weight: 600;
  font-size: 20px;
}

p {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  width: 100%;
  text-align: left;
}

ul {
  width: 100%;
}

li {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
}

.page {
  display: flex;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  flex-direction: column;
  padding: 0px;
  margin: 0px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.3px;
  line-height: 130%;
}

.title-link {
  text-decoration: none;
}
.title-link:hover {
  text-decoration: underline;
  color: #000;
}

.cicle-champ {
  display: flex;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  flex-wrap: wrap;
  gap: 15px;
  padding: 0px;
  box-sizing: border-box;
  flex-direction: column;
}
.cicle-champ__item {
  display: flex;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  box-sizing: border-box;
  flex-direction: row;
  gap: 20px;
  background: #F2F4F6;
  padding: 15px;
  border-radius: 13px;
  flex-wrap: wrap;
}
.cicle-champ__item img {
  max-width: 300px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 3px;
}
.cicle-champ__item__content {
  display: flex;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  box-sizing: border-box;
  flex-direction: column;
  gap: 20px;
  padding: 10px;
  max-width: 800px;
}
.cicle-champ__item__content-title {
  display: flex;
  font-size: 26px;
  font-weight: 600;
  line-height: 34px;
}
.cicle-champ__item__content-desctiption {
  display: flex;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  box-sizing: border-box;
}
.cicle-champ__item__content-desctiption li {
  font-size: 18px;
  line-height: 26px;
}

.questions-champ {
  display: flex;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  align-content: center;
  box-sizing: border-box;
}
.questions-champ__item {
  display: flex;
  width: 100%;
  max-width: 800px;
  padding: 25px;
  border: 1px solid #f4f4f4;
  border-radius: 3px;
  box-sizing: border-box;
  flex-direction: column;
  gap: 30px;
}
.questions-champ__item-title {
  display: flex;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
}
.questions-champ__item-content {
  display: flex;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  flex-direction: column;
  gap: 20px;
}

.banner {
  display: flex;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  padding: 25px;
  box-sizing: border-box;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  background: #f4f4f4;
  border-radius: 7px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.banner__left-border {
  border-left: 2px solid blue;
}

.skills-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  box-sizing: border-box;
}
