.tittle-search-info-invisible {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: -9999px;
  left: -9999px;
}

/*start style for hh vacancy*/
.tmpl_hh_content {
  color: var(--color-text) !important;
  font-family: Ubuntu, arial !important;
}
.tmpl_hh_header,
.tmpl_hh_benefits {
  background: transparent !important;
  font-family: Ubuntu, arial !important;
  color: var(--color-text) !important;
}
.tmpl_hh_content ul > li:before {
  color: var(--color-green) !important;
}
.card-vacancy__content p:first-child,
.card-vacancy__content > strong:first-child,
.card-vacancy__content div > strong:first-child {
  margin-top: 0 !important;
}
.card-vacancy__content p,
.card-vacancy__content b,
.card-vacancy__content strong {
  margin: 30px 0 6px;
}
.card-vacancy__content b,
.card-vacancy__content strong {
  display: inline-block;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
}
.card-vacancy__content p b,
.card-vacancy__content p strong {
  display: inline;
  margin: 0 0 0;
}
.card-vacancy__content ol,
.card-vacancy__content ul {
  margin-left: 40px;
  list-style: none !important;
}
.card-vacancy__content li {
  position: relative;
  margin-bottom: 7px;
}
.card-vacancy__content ul > li:before {
  content: '\2022';
}
.card-vacancy__content ul > li:before {
  color: var(--color-green) !important;
}
.card-vacancy__content li:before {
  position: absolute;
  left: -21px;
  top: 0;
}
@media screen and (max-width: 699px) {
  .card-vacancy__content p,
  .card-vacancy__content b,
  .card-vacancy__content strong {
    margin: 15px 0 6px;
  }
  .card-vacancy__content b,
  .card-vacancy__content strong {
    font-size: 16px;
    line-height: 18px;
  }
  .card-vacancy__content ol,
  .card-vacancy__content ul {
    margin-left: 25px;
  }
  .card-vacancy__content li:before {
    left: -15px;
  }
}

.btn--anim {
  position: relative;
  border-radius: var(--border-radius-md);
  border: 1px solid rgba(255, 255, 255, 0.5);
  transition: color 0.25s ease, box-shadow 0.3s ease;
  overflow: hidden;
}

.feedback .form {
  position: relative;
  z-index: 1;
}
.btn--anim.active {
  color: var(--color-green);
  border: 1px solid var(--color-green);
}

.articles__el-wrap {
  padding-left: 4px;
  padding-right: 4px;
  margin-bottom: 8px;
  transition: opacity 0.3s ease;
  position: relative;
}

.articles__el {
  display: block;
  position: relative;
  color: var(--color-text);
  background-size: cover;
  background-position: center;
  border-radius: var(--border-radius-lg);
  padding: 25px 20px;
  min-height: 245px;
  height: 100%;
}

.articles__el.before-none {
  border: 1px solid transparent;
  transition: border-color 0.3s ease;
}

.articles__el:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: var(--border-radius-lg);
  background: rgba(0, 0, 0, 0.75);
  border: 1px solid transparent;
  transition: all 0.3s ease;
}

.articles__el--big {
  padding: 50px;
  min-height: 400px;
  padding-bottom: 60px;
  border-radius: var(--border-radius-lg);
}

.articles__el--big:before {
  border-radius: var(--border-radius-lg);
}

.articles__el-time {
  line-height: 1.3;
  font-size: 12px;
  margin-bottom: 15px;
  position: relative;
}
.articles__el-hidden {
  position: absolute;
  color: var(--color-text-darkest);
  top: 5px;
  right: 20px;
}
.articles__el[disabled] {
  pointer-events: none;
}
.articles__el--big .articles__el-time {
  margin-bottom: 7px;
  font-size: 16px;
}

.articles__el-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 10px;
  position: relative;
  transition: color 0.3s ease;
}
.article__level {
  display: flex;
}
.article__level span {
  width: 6px;
  height: 6px;
  min-width: 6px;
  border-radius: 50%;
  border: 1px solid var(--color-text);
  display: block;
  margin: 0 2px;
}
.article__level span.article__level-el--full {
  border-color: var(--color-green);
  background: var(--color-green);
}
.articles__el--big .articles__el-title {
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 30px;
}

.articles__el-text {
  line-height: 1.6;
  position: relative;
  font-size: 12px;
}

.articles__el--big .articles__el-text {
  font-size: 16px;
}

.articles__el-del {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(248, 248, 248, 0.35);
  display: inline-block;
  margin-left: 4px;
  margin-right: 4px;
}

.articles__els {
  margin-bottom: 60px;
}

.articles .row,
.ordens .row {
  margin-left: -4px;
  margin-right: -4px;
  width: calc(100% + 8px);
}

.articles .row > * {
  padding-left: 4px;
  padding-right: 4px;
}

.heading span {
  font-weight: bold;
  position: relative;
}

.heading {
  position: relative;
}

.heading__subtitle {
  font-size: 46px;
  font-weight: 500 !important;
}

.articles .col8 .articles__el {
  padding-right: 20px;
}

.articles .col8 .articles__el-title {
  font-size: 20px;
  line-height: 1.4;
}

.articles__el--mod {
  min-height: 510px;
}

.articles__el--bg:before {
  display: none;
}

.articles__el--bg {
  background: rgba(0, 0, 0, 0.7) !important;
}

.events .articles__el {
  min-height: 212px;
}

.articles__el-img {
  height: 38px;
  margin-bottom: 7px;
}

.articles__el-img img {
  max-height: 100%;
}

.articles__el-label {
  color: var(--color-green);
  font-size: 12px;
  position: absolute;
  left: 20px;
  bottom: 35px;
  line-height: 1;
}

.events .articles__el-title {
  font-size: 20px;
  line-height: 1.4;
}

.body__bg-wrap {
  display: block !important;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(10px);
  transition: opacity 0.3s ease;
}

.body__bg-wrap.on {
  opacity: 1;
  z-index: 210;
}

.article-page .article {
  padding-top: 0;
  max-width: 100%;
}

.article__body {
  color: var(--color-text-darker);
  line-height: 1.6;
}

.article__body p {
  margin-bottom: 20px;
  font-size: 20px;
}

.article__body-text img {
  margin-top: 30px;
  max-width: 100%;
  border-radius: var(--border-radius-md);
  display: block;
  margin-bottom: 30px;
}

.article__body h2 {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 25px;
  padding-top: 20px;
  color: var(--color-text);
}

.article__body-text h3,
.article__body-text h4,
.article__body-text h5 {
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 20px;
  font-size: 26px;
  color: var(--color-green);
  padding-top: 15px;
}

.article__body-text h4 {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 25px;
  color: var(--color-text);
}

.article__body-text h5 {
  font-size: 18px;
}

.article__body-text a {
  color: var(--color-green);
}

.article__body-text ul li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
}

.article__body-text ul {
  padding-left: 20px;
  font-size: 20px;
  margin-bottom: 20px;
}

.article__body-text ul li:before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--color-text);
  top: 17px;
  left: 0;
  position: absolute;
}

.ordens .heading:before {
  background-image: url(/img/letters2.svg);
  width: 750px;
  height: 136px;
  margin-top: 15px;
}

.ordens__el {
  border-radius: var(--border-radius-md);
  background: var(--color-blue);
  min-height: 305px;
  padding: 25px 45px;
  padding-bottom: 15px;
  height: 100%;
  color: var(--color-text);
  border: 1px solid transparent;
  transition: border-color 0.3s ease;
}
a.ordens__el:hover {
  border-color: var(--color-green);
}

/*.ordens .ordens__el-wrap:nth-child(1) .ordens__el,
.ordens .ordens__el-wrap:nth-child(6) .ordens__el {
  background: linear-gradient(0deg, var(--color-text)fff, var(--color-text)fff),
    radial-gradient(
      117.94% 432.79% at -1.02% -3.3%,
      rgba(19, 27, 39, 0.76) 0.55%,
      rgba(29, 42, 66, 0.87) 100%
    );
  color: var(--color-black);
}*/
.ordens__el-img {
  height: 90px;
  margin-bottom: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ordens__el-img img {
  max-height: 100%;
  max-width: 100%;
}

.ordens__el-title {
  text-align: center;
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 10px;
}

.ordens__el-text {
  text-align: center;
  line-height: 1.5;
  display: block;
}

.ordens__el-wrap {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 4px;
}

.row .ordens__el-wrap {
  padding-left: 4px;
  padding-right: 4px;
}

.ordens {
  padding-bottom: 50px;
  padding-top: 60px;
}

/*.index-page__menu:before {
  content: '';
  position: absolute;
  width: 1281px;
  height: 1281px;
  background: #11b735;
  mix-blend-mode: multiply;
  opacity: 0.2;
  filter: blur(350px);
  border-radius: 300px;
  top: -570px;
  right: -150px;
}*/

.page-nomenu {
  padding-right: 0;
}

.page-products .heading:before {
  display: none;
}

.article {
  max-width: 100%;
}

.products__els {
  margin-left: -10px;
  margin-right: -10px;
  padding-top: 40px;
  width: calc(100% + 20px);
  padding-bottom: 50px;
}

.products__els-i-wrap {
  padding-left: 4px;
  padding-right: 4px;
  margin-bottom: 4px;
  position: relative;
}

.products__els-i {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 330px;
  border-radius: var(--border-radius-md);
  background: var(--color-blue);
  border: 1px solid var(--color-blue);
  padding: 30px;
  padding-bottom: 80px;
  position: relative;
}
a.products__els-i:hover {
  border-color: var(--color-green);
}

.filter-black {
  filter: brightness(0);
}

.products__els-i-title {
  font-size: 32px;
  font-weight: 500;
  color: var(--color-text);
  opacity: 0.9;
  line-height: 1.15;
  display: block;
  transition: color 0.3s ease;
  margin-bottom: 15px;
}

a.products__els-i-title:hover {
  color: var(--color-green);
}

.products__els-i-labels {
  color: rgba(255, 255, 255, 0.4);
  font-size: 14px;
  line-height: 1;
  margin-top: 25px;
  margin-bottom: 25px;
  display: block;
}

.products__els-i-text {
  font-size: 20px;
  line-height: 1.6;
  color: var(--color-text);
  display: block;
}

.products__els-i-text a {
  color: var(--color-green);
  display: block;
  line-height: 1;
  margin-top: 15px;
}

.products__els-i-text p {
  margin-bottom: 10px;
}

.products__els-i-row {
  justify-content: space-between;
  display: flex;
  position: absolute;
  bottom: 30px;
  left: 30px;
  width: 35%;
  min-width: 180px;
}

.products__els-i-text a:hover {
  color: var(--color-text);
}

.products__els-i-link {
  color: #55b356;
  font-size: 15px;
  line-height: 1;
  position: absolute;
  left: 40px;
  bottom: 35px;
}

.products__els-i-link:hover {
  color: var(--color-text);
}

.products__els-i-link:after {
  content: '';
  background-image: url(/img/ArrowR.svg);
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: 2px;
}

.products__els-i-block {
  width: 50%;
  position: relative;
  z-index: 1;
}

.products__els-i-img {
  position: absolute;
  right: 15px;
  top: 20px;
  max-height: 70%;
  max-width: 53%;
}

.products__els-i-img2 {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  max-height: 95%;
  max-width: 53%;
}

.products__els-i--fff .products__els-i-title {
  color: #131a25;
}

.products__els-i--fff .products__els-i-text {
  color: #131a25;
}

.products__els-i--fff .products__els-i-link {
  color: #131a25;
}

.products__els-i--fff .products__els-i-labels {
  color: rgba(0, 0, 0, 0.4);
}

.products__els-i--fff .products__els-i-link:after {
  filter: brightness(0);
}

.products__els-i--fff .products__els-i-link:hover {
  color: var(--color-text);
}

.articles__el--mod2 .articles__el-time {
  color: #131a25;
}

.articles__el--mod2 .articles__el-title {
  color: #131a25;
}

a.articles__el--mod2:hover .articles__el-title {
  color: var(--color-text);
}

a.articles__el--mod2:hover:after {
  filter: none;
  background-image: url(/img/arr3.svg);
}

.articles__el--mod2:before {
  display: none;
}

.articles__el--mod2 .articles__el-del {
  background: #131a25;
}

.articles__el--mod2:after {
  filter: brightness(0);
}

.heading__img {
  position: absolute;
  right: -60px;
  top: -170px;
  max-width: 41%;
}

.products__els-i-link--mod {
  position: static;
  font-size: 24px;
}

.products__els-i-link--mod:after {
  width: 26px;
  height: 26px;
  background-repeat: no-repeat;
  background-size: contain;
  top: 5px;
}

.product {
  margin-top: 110px;
}

.product .article__els {
  margin-left: -4px;
  margin-right: -4px;
  width: calc(100% + 8px);
}

.akselerator__contents,
.tags2__content {
  position: relative;
}

.ordens__el-hh {
  font-size: 24px;
  font-weight: bold;
  color: var(--color-text);
  line-height: 1.2;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ordens__el-desc {
  line-height: 1.5;
  color: var(--color-text);
}

.product .ordens__el {
  display: block;
  position: relative;
  padding-bottom: 80px;
  padding: 30px;
  min-height: 290px;
  flex-direction: column;
}

.ordens__el-href {
  width: 21px;
  height: 12px;
  margin-left: auto;
  background-image: url(/img/banner-arr2.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 15px;
  cursor: pointer;
  transform: rotate(-90deg) translateY(10px);
}
.products__els-i .ordens__el-href {
  top: 60px;
  position: relative;
  transition: background-image 0.5s ease-out;
}

.ordens__el-href:after {
  content: '';
  display: inline-block;
  width: 21px;
  height: 12px;
  background-image: url(/img/banner-arr2.svg);
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 15px;
  background-size: contain;
  position: relative;
  left: -15px;
  top: -1px;
  opacity: 0;
  transition: top 0.3s ease, opacity 0.3s ease 0.1s;
}
.articles__el .ordens__el-href:after {
  background-image: url(/img/banner-arr.svg);
}
.ordens__el-href--green {
  background-image: url(/img/banner-arr2.svg);
}

.articles__el .ordens__el-href,
.articles__el .ordens__el-href:after {
  width: 15px;
  height: 27px;
}

.product .ordens__el .ordens__el-hh {
  transition: color 0.3s ease;
}

.product a.ordens__el:hover .ordens__el-hh {
  color: var(--color-green);
}

.ordens__el--mod .ordens__el-hh {
  color: #131a25;
}

.ordens__el--mod .ordens__el-desc {
  color: #131a25;
}

.ordens__el--mod .ordens__el-href {
  background-color: #131a25;
  background-image: url(/img/arr5.svg);
}

.product .ordens__el--mod:hover .ordens__el-hh {
  color: var(--color-text);
}

.product .ordens__el--mod:hover .ordens__el-href {
  background-image: url(/img/arr4.svg);
  background-color: var(--color-text);
}

.product .ordens__el--mod2 {
  min-height: 160px;
}

[data-text-hide] {
  display: none;
}

.startups__el {
  color: var(--color-text);
  height: 100%;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: var(--border-radius-lg);
}

.startups__el-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 8px;
}

.startups__el-text {
  line-height: 1.5;
  margin-bottom: 5px;
}

.startups__els {
  margin-top: 35px;
  margin-bottom: 100px;
  margin-left: -4px;
  margin-right: -4px;
  width: calc(100% + 8px);
}

.startups__els > * {
  padding-left: 4px;
  padding-right: 4px;
  margin-bottom: 20px;
}

.directions {
  margin-top: 70px;
  margin-bottom: 70px;
}

.directions .vhl-item {
  width: calc(100% / 7) !important;
}

.vue-horizontal-list,
.vue-horizontal-list * {
  box-sizing: border-box !important;
}
.texting h3 {
  font-size: 22px;
  color: var(--color-green);
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 20px;
}

[data-tab-content] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s ease;
}

[data-tab-content].active {
  position: relative;
  z-index: 1;
  opacity: 1;
}

.startups__el--mod {
  border-color: rgba(255, 255, 255, 0.6);
}

.akselerator__tabs {
  display: flex;
  margin-bottom: 30px;
}

.akselerator__tab {
  font-size: 60px;
  font-weight: bold;
  line-height: 1.3;
  opacity: 0.1;
  cursor: pointer;
  margin-right: 30px;
  color: var(--color-text);
}

.akselerator__tab.active {
  opacity: 1;
  color: var(--color-green);
  border-bottom: 2px solid var(--color-green);
}

.akselerator {
  margin-bottom: 80px;
}

.heading--mod {
  font-size: 60px;
  font-weight: bold;
  margin-bottom: 30px;
}
.articles {
  padding-top: 80px;
}

.startups__els--mod .startups__el-title {
  margin-top: 0;
}

.startups__els--mod .startups__el-img {
  display: block;
  margin-left: auto;
  margin-top: auto;
}

.startups__els--mod .startups__el {
  display: flex;
  flex-direction: column;
}

.startups__els--mod .startups__el-text {
  margin-bottom: 5px;
}

.stage .startups__els > * {
  padding-left: 10px;
  padding-right: 10px;
}

.stage__img {
  position: relative;
}

.article__els--mod .ordens__el-hh {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 8px;
}

.article__els--mod .ordens__el-text {
  font-size: 16px;
  color: var(--color-text);
  line-height: 1.5;
  text-align: left;
  margin-bottom: 10px;
}

.article__els--mod .ordens__el-icon {
  margin-top: auto;
  display: block;
  margin-left: auto;
}

.article__els--mod .ordens__el {
  display: flex;
  flex-direction: column;
}

.product .ordens__el.bg-green .ordens__el-hh {
  color: var(--color-black) !important;
}

.product .ordens__el.bg-green .ordens__el-text {
  color: var(--color-black);
}

.stage1 {
  background: var(--color-blue);
  box-shadow: -8px 0px 250px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(32px);
  border-radius: var(--border-radius-lg);
  padding-left: 75px;
  padding-right: 75px;
  padding-top: 80px;
  padding-bottom: 50px;
}

.stage1 .heading {
  max-width: 100%;
}

.stage1__el {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
  position: relative;
  padding-right: 10px;
}

.stage1__el:after {
  content: '';
  position: absolute;
  width: 1px;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.1);
  right: 20px;
}

.stage1 .col3:last-child .stage1__el:after {
  display: none;
}

.stage1 .col3:last-child .stage1__el {
  padding-right: 0;
}

.stage1__el-nmb {
  font-size: 78px;
  line-height: 1;
  margin-right: 20px;
  -webkit-text-stroke: 0.3px var(--color-text);
  -webkit-text-fill-color: transparent;
}

.stage1__el-title {
  font-size: 18px;
  line-height: 1.3;
  color: var(--color-text);
}
.articles__views {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  height: 45px;
  margin-left: -15px;
  padding-left: 15px;
  display: flex;
  align-items: center;
}
.articles__views:before {
  content: '';
  display: inline-block;
  background-image: url(/img/views.svg);
  width: 23px;
  min-width: 23px;
  height: 14px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 5px;
}

.articles__like {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  cursor: pointer;
  height: 45px;
  padding-left: 20px;
  cursor: pointer;
  transition: filter 0.3s ease;
}
.articles__like:before {
  content: '';
  display: inline-block;
  background-image: url(/img/like.svg);
  width: 19px;
  min-width: 19px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 5px;
  transition: background-image 0.3s ease;
}
.articles__like:hover:before {
  background-image: url(/img/like-hover.svg);
}

.articles__views img,
.articles__like img {
  margin-right: 5px !important;
}

.articles__views span,
.articles__like span {
  font-size: 12px;
}
.articles__views--big span,
.articles__like--big span {
  font-size: 20px;
}
.articles__views--big:before {
  width: 28px;
  height: 17px;
  min-width: 28px;
}
.articles__like--big:before {
  width: 23px;
  height: 23px;
  min-width: 23px;
}

.articles__like img {
  margin-right: 8px;
}

.articles__el--big .articles__views {
  font-size: 20px;
}

.articles__el--big .articles__like {
  font-size: 20px;
}

.articles__btm {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: auto;
  position: relative;
  bottom: -12px;
}
.articles__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.articles__tag {
  display: inline-flex;
  border-radius: var(--border-radius-xs);
  border: 1px solid var(--color-green);
  height: 24px;
  align-items: center;
  padding: 0 8px;
  font-size: 12px;
  line-height: 1;
  background: rgba(137, 225, 89, 0.2);
  backdrop-filter: blur(2px);
}
.articles__btm--pt {
  padding-top: 25px;
}

.articles__btm img {
  margin-right: 8px;
}

.articles__el {
  display: flex;
  flex-direction: column;
  padding-bottom: 25px;
  position: relative;
}
.articles__el:hover:before {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.articles__el--big {
  padding-bottom: 40px;
}

.articles__el--big .articles__el-title {
  margin-top: auto;
}

.articles__btm img,
.articles__btm--mod img {
  height: 17px;
}

.articles__el--big .articles__btm img {
  height: auto;
}

.feedback {
  background: rgba(0, 0, 0, 0.7);
  border-radius: var(--border-radius-lg);
  padding: 50px;
}

.feedback .row {
  margin-left: -4px;
  margin-right: -4px;
}

.feedback .row > * {
  padding-left: 4px;
  padding-right: 4px;
}

.events .articles__el-title {
  margin-bottom: 25px;
}

.events .articles__el-label {
  bottom: 27px;
}

.startups__el-img {
  display: block;
  margin-left: auto;
}

.startups__afisha {
  text-align: center;
  font-size: 32px;
  line-height: 1.4;
  color: var(--color-text);
  margin-top: 50px;
  margin-bottom: 60px;
}

.stage__dirs {
  display: flex;
  margin-left: -80px;
  margin-right: -80px;
  align-items: center;
  justify-content: space-between;
}

.stage__dir {
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.stage__dir-title {
  font-size: 64px;
  line-height: 1;
  -webkit-text-stroke: 0.3px var(--color-text);
  -webkit-text-fill-color: transparent;
  font-weight: 500;
  transition: all 0.3s ease;
}

.stage__dirs img {
  position: relative;
  top: 5px;
}

.stage__dir:hover .stage__dir-title {
  -webkit-text-stroke: 0;
  color: var(--color-green);
  -webkit-text-fill-color: var(--color-green);
}

.stage__dir.active {
  overflow: visible;
}

.startups__afisha--mod {
  margin-top: 80px;
  margin-bottom: 80px;
}

.quotes {
  margin-bottom: 140px;
}

.event-years .akselerator__tab {
  font-size: 40px;
  display: flex;
  align-items: center;
}

.event-years .akselerator__tab:not(:first-child):before {
  content: '/';
  display: inline-block;
  margin-right: 25px;
  font-size: 34px;
  -webkit-text-stroke: initial;
  -webkit-text-fill-color: initial;
  color: var(--color-text);
}
.event-years .akselerator__tab.active:before {
  opacity: 0.1;
}
.event-years .akselerator__tab.active {
  border-bottom: none;
}

.event__el > * {
  position: relative;
}

.event__el {
  padding: 15px;
  background: #131a25;
  position: relative;
  border-radius: var(--border-radius-md);
  background-size: cover;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 200px;
}

.event__el-figure {
  background: rgba(246, 133, 97, 0.4);
  filter: blur(60px);
  width: 140px;
  height: 140px;
  top: -50px;
  left: -35px;
  border-radius: 50%;
  position: absolute;
}

.event__el:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(/img/analitika-otchet-bg-2.svg);
  background-position: top right;
  background-repeat: no-repeat;
}

.event__el--big:before {
  background-image: url(/img/event-bg2.svg);
  background-position: top left;
}

.event__el--mod:before {
  background-image: url(/img/event-bg3.svg);
}

.event__el--big {
  padding: 30px;
}

.event__el-date {
  background: rgba(19, 26, 37, 0.35);
  border-radius: var(--border-radius-md);
  height: 44px;
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  color: var(--color-text);
  padding: 0 15px;
}

.event__el--big .event__el-date {
  font-size: 16px;
  margin-left: auto;
}

.event__el-title {
  color: var(--color-text);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  margin-top: auto;
  padding-right: 60px;
  transition: color 0.3s ease;
}

.event__el--big .event__el-title {
  font-size: 40px;
}

.event__el--big {
  height: 420px;
}

.event__el-wrap {
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.event__el-text {
  font-size: 12px;
  color: var(--color-text);
  line-height: 1.5;
  margin-top: 7px;
  padding-right: 60px;
}

.event__el-city {
  color: var(--color-text);
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}

.event__el-online {
  color: var(--color-text);
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  display: flex;
  align-items: center;
}

.event__el-online:before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 26px;
  background: rgba(255, 255, 255, 0.3);
  margin-left: 7px;
  margin-right: 7px;
}

.event__el-online img {
  position: relative;
  top: 1px;
  margin-left: 4px;
}

.event-empty {
  text-align: center;
  color: var(--color-text);
  font-size: 16px;
  padding: 60px 0;
}

.event__el-options {
  display: inline-flex;
  align-items: center;
  margin-left: auto;
  background: linear-gradient(
    98.78deg,
    rgba(255, 255, 255, 0.25) 15.83%,
    rgba(255, 255, 255, 0.35) 89.17%
  );
  border-radius: var(--border-radius-lg);
  height: 34px;
  padding: 0 12px;
}

.event-day .event-day--holiday {
  color: #f68561;
}

.event__el:after {
  position: absolute;
  content: '';
  bottom: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  border-radius: var(--border-radius-md);
  background-color: var(--color-text);
  background-image: url(/img/arr10.svg);
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  transition: background-color 0.3s ease;
}

.event__el--big:after {
  bottom: 30px;
  right: 30px;
}

.event-years .row {
  margin-left: -4px;
  margin-right: -4px;
  width: calc(100% + 8px);
}
.event-years .row > * {
  padding-left: 4px;
  padding-right: 4px;
}

.event__el:hover .event__el-title {
  color: var(--color-green);
}

.event__el:hover:after {
  background-color: var(--color-green);
}

.event__tabs {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.event__tab {
  margin-right: 12px;
  margin-bottom: 12px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  box-sizing: border-box;
  border-radius: var(--border-radius-xs);
  padding: 0 12px;
  font-size: 20px;
  cursor: pointer;
  color: var(--color-text-darkest);
  border: 1px solid #22293a;
  transition: all 0.3s ease;
  background: #1f2431;
}
.event__tab.active {
  background: var(--color-green);
  color: var(--color-black);
  border-color: var(--color-green);
}
.event__tab.active:hover {
  color: var(--color-black);
}

.feedback--mod {
  padding-right: 130px;
  position: relative;
  overflow: hidden;
}

.feedback--mod:after {
  content: 'ПОДПИСКА';
  position: absolute;
  font-size: 120px;
  line-height: 1;
  -webkit-text-stroke: 0.3px var(--color-green);
  -webkit-text-fill-color: transparent;
  font-weight: 500;
  text-transform: uppercase;
  position: absolute;
  right: 0;
  bottom: -16px;
  opacity: 0.2;
}

.faces {
  margin-top: 80px;
}
.bg-none2 {
  background: none;
  border: 1px solid var(--color-text);
}

.startups__el {
  flex-direction: column;
}

.akselerator__desc {
  padding-left: 25px;
  padding-top: 70px;
}

.akselerator__date {
  letter-spacing: 0.05em;
  font-size: 14px;
  line-height: 1;
  opacity: 0.4;
  color: var(--color-text);
  margin-bottom: 10px;
}

.akselerator__text {
  font-size: 24px;
  line-height: 1.1;
  color: var(--color-text);
  font-weight: 400;
}

[data-disabled='1'] {
  position: relative;
  opacity: 0.1;
  /*-webkit-text-stroke: 0.3px var(--color-text);*/
  /*-webkit-text-fill-color: transparent;*/
}

[data-disabled='1']:before {
  content: 'Скоро';
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  opacity: 1;
  position: absolute;
  /*text-transform: uppercase;*/
  left: 50%;
  transform: translateX(-50%);
  bottom: 45px;
}
.stipendy__el {
  box-shadow: 20px 14px 67px rgba(0, 0, 0, 0.47);
  border-radius: var(--border-radius-xl);
  height: 627px;
  padding: 24px;
  display: flex;
  align-items: flex-end;
  background-size: cover;
  background-position: center;
  margin-top: 20px;
}

.stipendy__el-title {
  color: var(--color-text);
  font-size: 20px;
  line-height: 1.5;
  min-height: 150px;
}

.stipendy {
  margin-bottom: 70px;
}

.article__els--mod3 .ordens__el-text {
  text-align: left;
}

.article__els--mod3 .ordens__el-hh {
  font-size: 32px;
  margin-bottom: 7px;
}

.article__els--mod3 .ordens__el {
  min-height: auto;
}

.akselerator__tabs--mod2 {
  justify-content: space-between;
  position: relative;
}

.akselerator__tabs--mod2:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(/img/line.svg);
  height: 1px;
  width: calc(100% - 20px);
  background-repeat: no-repeat;
  background-size: contain;
}

.akselerator__tabs--mod2 .akselerator__tab.active {
  border-bottom: none;
  color: var(--color-green);
}

.akselerator__tabs--mod2 .akselerator__tab {
  font-size: 24px;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  background: var(--color-black);
  position: relative;
  opacity: 1;
  color: var(--color-text);
}

.akselerator__tabs--mod2 .akselerator__tab:first-child {
  padding-left: 0;
}

.akselerator__tabs--mod2 .akselerator__tab:last-child {
  padding-right: 0;
}

.tags2 {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.tag2 {
  height: 38px;
  margin-left: 6px;
  margin-right: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: var(--color-blue);
  border-radius: var(--border-radius-md);
  color: var(--color-text-darker);
  font-weight: 500;
  padding-left: 10px;
  padding-right: 10px;
}

.tag2.active {
  color: var(--color-text);
  background: #51a623;
}

.tag2__content {
  text-align: center;
  font-size: 20px;
  color: var(--color-text);
  line-height: 1.3;
}

[data-tab-content2] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s ease;
}

[data-tab-content2].active {
  position: relative;
  z-index: 1;
  opacity: 1;
}

.vacancy {
  margin-top: 260px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.vacancy:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: -1px;
  width: 2px;
  background: #5d6879;
}

.vacancy__el {
  height: 315px;
  position: relative;
  padding: 30px;
  padding-top: 40px;
  padding-bottom: 45px;
  border-right: 1px solid rgba(255, 255, 255, 0.07);
  display: flex;
  flex-direction: column;
  width: 25%;
  overflow: hidden;
}

.vacancy__city {
  color: rgba(255, 255, 255, 0.2);
  font-size: 12px;
  line-height: 1;
  margin-bottom: 20px;
  position: relative;
}

.vacancy__title {
  color: var(--color-text);
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
}

.vacancy__cash {
  color: rgba(255, 255, 255, 0.2);
  font-size: 12px;
  line-height: 1;
  margin-top: auto;
  position: relative;
}

.vacancy__el:after {
  content: '';
  position: absolute;
  height: 1px;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.07);
  bottom: 40px;
}

.vacancy__el--empty {
  padding: 0;
  height: 100px;
}

.vacancy__el--empty:after {
  display: none;
}

.vacancy__el:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  background: #131a25;
  border-radius: var(--border-radius-md);
  bottom: 0;
  top: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.vacancy__el:not(.vacancy__el--empty):hover:before {
  opacity: 1;
}

.vacancy__el:hover:after {
  display: none;
}

.vacancy__link {
  border-radius: var(--border-radius-md);
  width: 40px;
  height: 40px;
  background-color: var(--color-text);
  position: absolute;
  right: -120px;
  bottom: 30px;
  background-image: url(/img/arr4.svg);
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s ease;
}

.vacancy__el:not(.vacancy__el--empty):hover .vacancy__link {
  right: 30px;
}

.vacancy__link:hover {
  background-color: var(--color-green);
}

.breadcrumbs-cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.breadcrumbs-cont .breadcrumbs {
  margin-bottom: 0;
}

.breadcrumbs--mod {
  position: relative;
  margin-right: -350px;
  width: calc(100% + 350px);
}

.breadcrumbs--mini .link-share {
  width: 34px;
  height: 34px;
  position: absolute;
  top: -10px;
  right: 0;
}

.breadcrumbs--mini .link-share img {
  width: 16px;
}

.position-relative {
  position: relative;
}

.h4 {
  font-size: 46px;
  font-weight: bold;
  color: var(--color-text);
  margin-bottom: 15px;
}

.akselerator__tabs--mod [data-tab][data-disabled='1']:before {
  transform: none;
  left: 25px;
}
.articles--archive {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 0px 0px;
  grid-auto-flow: dense;
}

.articles--archive .articles__el-wrap:nth-child(9n + 5) {
  grid-column-start: span 2;
}

.articles--archive .articles__el-wrap:nth-child(9n + 6) {
  grid-column: 3/4;
}

.articles--archive .articles__el-wrap:nth-child(9n + 7) {
  grid-column: 1/2;
}

.articles--archive .articles__el-wrap:nth-child(9n + 8) {
  grid-column-start: span 2;
}

.articles--archive .articles__el-wrap:nth-child(9n + 9) {
  grid-row-start: span 2;
}

.articles--archive .articles__el-wrap {
  min-width: 100%;
}

.articles--archive .articles__el {
  height: 100%;
}

.articles--archive .articles__el .articles__el-text {
  display: none;
}

.articles--archive .articles__el-wrap:nth-child(9n + 5) .articles__el-text,
.articles--archive .articles__el-wrap:nth-child(9n + 8) .articles__el-text {
  display: block;
}

[data-js-animation='right'] {
  transition: right 0.7s ease 0.5s, opacity 0.5s ease;
}

[data-js-animation='left'] {
  transition: left 0.7s ease 0.5s, opacity 0.5s ease;
}

.articles--archive {
  min-height: 265px;
}

.articles--archive--mod {
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(1, 1fr);
}

.link-share {
  display: none;
}

.stipend__el {
  background: #212b3a;
  border-radius: var(--border-radius-lg);
  min-height: 260px;
  position: relative;
  padding: 25px;
  color: var(--color-text);
  padding-top: 55px;
  padding-right: 40px;
  overflow: hidden;
  display: block;
}

.stipend__el a {
  display: block;
  color: var(--color-green);
  line-height: 1;
  margin-top: 15px;
}

.stipend__el-title {
  font-size: 24px;
  line-height: 1.45;
  position: relative;
  z-index: 1;
}

.stipend__el:after {
  content: '';
  position: absolute;
  box-shadow: 0px 0px 26.7434px var(--color-green);
  width: 25px;
  height: 25px;
  background: var(--color-green);
  top: 25px;
  right: 25px;
  border-radius: 50%;
}

.stipend__els {
  margin-left: -10px;
  margin-right: -10px;
  width: calc(100% + 20px);
}

.stipend__el-wrap {
  padding-left: 10px;
  padding-right: 10px;
}

.stipend__el-letters {
  position: absolute;
  -webkit-text-stroke: 0.3px var(--color-green);
  -webkit-text-fill-color: transparent;
  right: 15px;
  bottom: 10px;
  font-size: 54px;
  font-weight: bold;
  opacity: 0.2;
}

.ordens__el--stipendy .ordens__el-title {
  text-align: left;
  font-size: 20px;
  font-weight: 500;
  z-index: 1;
  position: relative;
  margin-bottom: 12px;
  color: var(--color-green);
}

.product .ordens__el--stipendy {
  position: relative;
  overflow: hidden;
  padding: 25px;
}

.ordens__el--stipendy:before {
  content: '';
  position: absolute;
  filter: blur(16px);
  opacity: 0.2;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  left: -30px;
  top: -30px;
  background: var(--color-green);
}

.ordens__el-link {
  position: absolute;
  font-size: 20px;
  line-height: 1;
  bottom: 30px;
  left: 25px;
  padding-right: 50px;
}

.ordens__el--stipendy .ordens__el-href {
  margin-left: auto;
}

.stipend__block {
  background: linear-gradient(117.82deg, #28354a 4.9%, #131a25 95.64%);
  box-shadow: 0px 15px 70px rgba(24, 24, 24, 0.2);
  border-radius: var(--border-radius-lg);
  padding: 50px;
  position: relative;
  overflow: hidden;
}

.stipend__block > * {
  position: relative;
}

.stipend__block-img {
  position: absolute;
  bottom: 0;
  right: 0;
}

.stipend__block-title {
  color: var(--color-green);
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 15px;
}

.stipend__block-text {
  font-size: 20px;
  color: var(--color-text);
  line-height: 1.3;
  margin-bottom: 55px;
}

.stipend__block-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.stipend__block-el-wrap {
  padding-left: 15px;
  padding-right: 15px;
  width: 26%;
  min-width: 26%;
}

.stipend__block-el-title {
  font-size: 20px;
  font-weight: 500;
  color: var(--color-text);
  line-height: 1.2;
  margin-bottom: 20px;
}

.stipend__block-el-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--color-green);
  height: 75px;
  border: 1px solid var(--color-green);
  border-radius: var(--border-radius-md);
  width: 100%;
  font-size: 20px;
  font-weight: 500;
}

.stipend__block-el-link:hover {
  color: var(--color-black);
  background: var(--color-green);
  text-decoration: none !important;
}

.page-stipend .faces:before {
  display: none;
}
.article__body-h2 {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 40px;
}

.article__body-h2--mod {
  color: var(--color-green);
}

.article__body-blocks {
  display: flex;
  flex-wrap: wrap;
  margin-left: -4px;
  margin-right: -4px;
  margin-bottom: 70px;
}

.article__body-block-wrap {
  padding-left: 4px;
  padding-right: 4px;
  margin-bottom: 8px;
  display: inline-block;
}
.row .article__body-block-wrap {
  padding-left: 4px;
  padding-right: 4px;
}

.article__body-block {
  padding: 20px;
  padding-bottom: 30px;
  background: linear-gradient(117.82deg, #29374c 4.9%, #131a25 95.64%);
  border-radius: var(--border-radius-lg);
  height: 100%;
  background-size: cover;
}

.article__body-block-number {
  -webkit-text-stroke: 1px var(--color-text);
  -webkit-text-fill-color: transparent;
  opacity: 0.2;
  font-size: 70px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 20px;
}

.article__body-block-text {
  color: var(--color-text);
  font-size: 20px;
  line-height: 1.5;
}

.article__body .numbered {
  padding-left: 0;
  margin-bottom: 70px;
}

.article__body .numbered li {
  position: relative;
  padding-left: 45px;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 20px;
  min-height: 60px;
}

.article__body .numbered li:before {
  display: none;
}

.article__body .numbered li span {
  position: absolute;
  color: var(--color-green);
  top: -6px;
  left: 0;
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
}

.ordens__el--stipendy .ordens__el-title--big {
  font-size: 26px;
  line-height: 1.4;
  position: relative;
  overflow: hidden;
  padding-right: 60px;
}

.ordens__el--stipendy .ordens__el-title--big span {
  font-weight: 500;
}

.article__els--mod3 .ordens__el--mod3 {
  min-height: 250px;
}

.ordens__el--mod3 img {
  position: absolute;
  width: 45%;
  bottom: -50px;
  right: 0;
}

.article__body-block--mod {
  background-size: cover;
  background-position: center;
  min-height: 320px;
}

.article__body-block--mod .article__body-block-text {
  font-size: 32px;
  line-height: 1.3;
}

.article__body-block--mod .article__body-block-text p {
  font-size: 24px;
  margin-bottom: 0;
  line-height: 1.5;
}

.podcast {
  padding-top: 30px;
}

.podcast__el {
  position: relative;
  padding: 20px;
  display: flex;
  cursor: pointer;
  margin-bottom: 10px;
  transition: background 0.3s ease;
  margin-right: 40px;
}

.podcast__el-play {
  width: 100px;
  height: 100px;
  min-width: 100px;
  margin-right: 35px;
  border-radius: var(--border-radius-md);
  background-color: rgba(19, 26, 37, 1);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  z-index: 1;
}

.podcast__el-play:after {
  width: 50px;
  height: 50px;
  background-color: var(--color-text);
  background-image: url(/img/play-btn.svg);
  background-position: 55% center;
  background-repeat: no-repeat;
  border-radius: 50%;
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  transition: opacity 0.3s ease;
}

.podcast__el-play.pause:after {
  background-image: url(/img/pause-btn.svg);
  background-position: center;
}

.podcast__el-play:before {
  content: '';
  position: absolute;
  filter: blur(15px);
  opacity: 0.35;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  right: -25px;
  bottom: -25px;
  background: var(--color-green);
}

.podcast__el-title {
  font-size: 20px;
  margin-bottom: 5px;
  line-height: 1.3;
  color: var(--color-text);
}

.podcast__el-text {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.3;
  margin-bottom: 10px;
}

.podcast__el-options {
  display: flex;
  align-items: center;
  color: Var(--color-green);
}

.podcast__el-options span:last-child:before {
  content: '';
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--color-green);
  margin-left: 10px;
  margin-right: 10px;
}

.podcast__el-options span {
  display: flex;
  align-items: center;
  line-height: 1;
}

.podcast__el-desc {
  flex-grow: 1;
  position: relative;
}
.podcast__el-play:after {
  opacity: 0;
}

.podcast__el.active {
  background: #474f5c;
  border-radius: var(--border-radius-lg);
}

.podcast__el.active .podcast__el-play:after {
  opacity: 1;
}

.podcast__block {
  position: sticky;
  top: 130px;
  right: 0;
  background: #474f5c;
  border-radius: var(--border-radius-lg);
  padding: 30px;
  display: none;
}

.podcast__block.active {
  display: block;
}

.podcast__block-title {
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  font-size: 20px;
  line-height: 1.1;
  margin-bottom: 25px;
}

.podcast__block-text {
  font-size: 20px;
  font-weight: 500;
  color: var(--color-green);
  margin-bottom: 20px;
  line-height: 1.4;
}

.podcast__block-row {
  margin-top: 15px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.4;
}

.podcast__block span:first-child {
  font-weight: 500;
  display: inline-block;
  padding-right: 5px;
}

.podcast__link {
  display: inline-block;
  color: var(--color-green);
  margin-top: 15px;
  transition: none;
}

.podcast__link.on {
  font-size: 0;
}

.podcast__link.on:after {
  content: 'Скрыть';
  display: inline-block;
  color: var(--color-green);
  font-size: 16px;
}

.podcast__link:hover {
  text-decoration: underline;
}

.page-podcast {
  overflow: visible;
}

.podcast__block-rows {
  max-height: 200px;
  overflow-y: auto;
}

.stipend__el-nmb {
  color: var(--color-green);
  font-size: 55px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 12px;
}

.stipend__el-nmb--small {
  font-size: 40px;
}

.stipend__el-text {
  font-size: 18px;
  line-height: 1.4;
}

.stipend__el--mod {
  min-height: 190px;
  height: 100%;
}

.ordens__el-href--mod {
  background-image: url(/img/arr11.svg);
  margin-left: auto;
}

.hub__el {
  min-height: 380px;
  border-radius: var(--border-radius-md);
  padding: 30px !important;
  display: flex;
  justify-content: flex-end;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid transparent;
  transition: border-color 0.3s ease;
}
.hub__el:hover {
  border-color: var(--color-green);
}
.hub__el:hover .hub__el-title {
  color: var(--color-green);
}

.hub__el:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
}

.hub__el > * {
  position: relative;
}

.hub__el-title {
  color: var(--color-text);
  font-size: 46px;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  transition: color 0.3s ease;
}
.hub__el-title::first-letter {
  text-transform: uppercase;
}

.hub__el-text::first-letter {
  text-transform: uppercase;
}

.hub__el-text {
  color: var(--color-text);
  font-size: 26px;
  line-height: 1.4;
  position: relative;
  z-index: 1;
  /*text-transform: lowercase;*/
}

.hub__el-wrap {
  margin-bottom: 20px;
}

.hub__el--mod {
  padding: 20px;
  min-height: 180px;
}

.hub__el--mod .hub__el-title {
  font-size: 26px;
  margin-bottom: 15px;
}

.hub__el--mod .hub__el-text {
  font-size: 18px;
}

.analitika.row {
  margin: 0;
  width: 100%;
}

.quote__img {
  text-align: center;
  width: 280px;
}

.ordens__el--stipendy .ordens__el-title--bigger {
  font-size: 30px;
}

.ordens__el-text--big {
  font-size: 24px;
}

.ordens__el--mod3 .stipend__block-img2 {
  position: absolute;
  right: 40px;
  bottom: 0;
}

.ordens__el-bg {
  position: absolute;
  background: rgba(19, 26, 37, 0.5);
  backdrop-filter: blur(4px);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.ordens__el--stipendy .ordens__el-text {
  position: relative;
  z-index: 1;
}

.hub-startups__img1 {
  margin-right: -430px;
}

.hub-startups__img2 {
  position: absolute;
  top: 200px;
  margin-right: -130px;
  right: 50%;
}

.quote .row {
  align-items: center;
}

.analitika .hub__el:first-child {
  grid-column-start: span 2;
  grid-row-start: span 2;
}

.analitika {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 20px;
  grid-auto-flow: dense;
}

[data-js='analitika-btn'].on span:after {
  content: 'Свернуть';
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
}

[data-js='analitika-btn'].on span {
  font-size: 0;
}

.showcase .showcase__els {
  margin-left: -10px;
  margin-right: -10px;
  width: calc(100% + 20px);
}

.showcase__els .ordens__el {
  padding: 20px;
  text-align: left;
  background: var(--color-blue);
  min-height: 250px;
}

.showcase__els .ordens__el-img {
  height: 80px;
  margin-bottom: 25px;
  text-align: left;
  display: block;
}

.showcase__els .ordens__el-img img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.showcase__els .ordens__el-text {
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.btn-more {
  color: var(--color-text);
  font-size: 20px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  margin-top: 20px;
  transition: color 0.3s ease;
  margin-bottom: 40px;
}

.btn-more.opened {
  font-size: 0;
}

.btn-more.opened:before {
  content: 'Скрыть';
  display: inline-block;
  font-size: 20px;
}

.btn-more:after {
  content: '';
  display: inline-block;
  margin-left: 10px;
  background-image: url(/img/arr_btn_more.svg);
  width: 21px;
  height: 12px;
  background-repeat: no-repeat;
  background-size: contain;
  transition: background-image 0.3s ease;
}

.btn-more.opened:after {
  transform: rotate(180deg);
}

a.btn > img,
a.btn span img {
  width: auto;
  position: static;
}

.ordens__el--stipendy .ordens__el-title--biggest {
  font-size: 38px;
}

.ordens__el-img4 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.ordens__el--startup {
  padding: 20px;
  min-height: 150px;
}

.ordens__el--startup-text {
  color: var(--color-text);
  font-size: 20px;
  line-height: 1.2;
  min-height: 60px;
  width: 100%;
  text-align: center;
}

.ordens__el--startup-title {
  color: var(--color-green);
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
  display: inline-block;
  width: 100%;
  text-align: center;
}

.ordens__el--startup-title span {
  font-weight: bold;
  padding-right: 25px;
  position: relative;
  display: inline-block;
}

.rubl {
  display: inline-block;
  background-image: url(/img/icon-rub.svg);
  position: absolute;
  top: 14%;
  bottom: 12%;
  right: 0;
  width: 20px;
  background-size: contain;
  background-position: center right;
  background-repeat: no-repeat;
}

.euro {
  display: inline-block;
  background-image: url(/img/icon-euro.svg);
  position: absolute;
  top: 11%;
  bottom: 15%;
  right: 0;
  width: 20px;
  background-size: contain;
  background-position: center right;
  background-repeat: no-repeat;
}

.dollar {
  display: inline-block;
  background-image: url(/img/icon-dollar.svg);
  position: absolute;
  top: 5%;
  bottom: 10%;
  right: 0;
  width: 20px;
  background-size: contain;
  background-position: center right;
  background-repeat: no-repeat;
}

.article__body-text .article__els {
  margin-left: -10px;
  margin-right: -10px;
  width: calc(100% + 20px);
}

.article__body-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 170px;
  height: 170px;
  background: var(--color-blue);
  backdrop-filter: blur(6.07143px);
  border-radius: 50%;
  padding: 30px;
  margin-left: auto;
  margin-right: auto;
}

.article__body-logo img {
  margin-top: 0;
  border-radius: 0;
}

.practice__img {
  position: relative;
  right: -90px;
  top: -50px;
}

.section-wrap--big {
  margin-bottom: 180px;
}

.practice .akselerator__tabs--mod2 .akselerator__tab {
  font-size: 44px;
  background: none;
}

.stipend__block-el-a {
  color: var(--color-text);
  display: block;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 10px;
}

.partners__el {
  display: flex;
  height: 135px;
  padding: 25px;
  align-items: center;
  justify-content: center;
  background: var(--color-blue);
  box-shadow: 0px 4px 70px rgba(0, 0, 0, 0.2);
  border-radius: var(--border-radius-lg);
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.partners__el-text {
  position: absolute;
  width: 360px;
  background: rgba(19, 26, 37, 0.6);
  backdrop-filter: blur(40px);
  border-radius: var(--border-radius-md);
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 30px;
  color: var(--color-text);
  line-height: 1.5;
  top: 100px;
  left: 70px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.partners__el:hover {
  z-index: 1;
  overflow: visible;
}

.partners__el:hover .partners__el-text {
  opacity: 1;
}

.products__els-i-title--big {
  font-size: 44px;
}

.text--none .articles__el-text {
  display: none;
}

.products .products__link {
  display: flex;
  align-items: center;
  font-size: 22px;
  text-decoration: none;
}

.products .products__link img {
  margin-right: 15px;
}

.intech-els__el {
  background: #222722;
  border-radius: var(--border-radius-lg);
  padding: 20px;
  height: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 25px;
}

.intech-els__el > * {
  position: relative;
}

.intech-els__el-title {
  color: var(--color-green);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 10px;
}

.intech-els__el-text {
  color: var(--color-text);
  line-height: 1.4;
  margin-bottom: 15px;
}

.intech-els__el-img {
  position: absolute;
  bottom: -150px;
  right: -100px;
}

.intech-link {
  display: flex;
  align-items: center;
  color: var(--color-green);
  font-size: 24px;
  font-weight: 500;
  margin-top: 30px;
}

.intech-link img {
  position: relative;
  top: 3px;
}

.intech-link span {
  font-weight: 500;
}

.intech-plus {
  position: relative;
  min-height: 80px;
  margin-top: 38px;
  padding-left: 110px;
  display: flex;
  align-items: center;
}

.intech-plus:before {
  content: '';
  position: absolute;
  width: 97px;
  height: 76px;
  background-repeat: no-repeat;
  background-size: contain;
  top: 85px;
  left: 40px;
  background-image: url(/img/intech-arr.svg);
}

.intech-plus:last-child:before {
  display: none;
}

.intech-plus span {
  color: var(--color-text);
  font-size: 18px;
  line-height: 1.3;
  display: block;
  max-width: 460px;
}

.intech-plus img {
  position: absolute;
  left: -20px;
  top: -25px;
}

.intech-plus:nth-child(1) {
  margin-left: 60px;
}

.intech-plus:nth-child(2) {
  margin-left: 200px;
}

.intech-plus:nth-child(3) {
  margin-left: 340px;
}

.intech-plus:nth-child(4) {
  margin-left: 480px;
}

.intech-plus:nth-child(5) {
  margin-left: 620px;
}

.cook {
  min-height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.cook > * {
  position: relative;
}

.cook__hh {
  text-align: center;
  background: linear-gradient(to right, var(--color-green), #b9f598);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 30px;
  font-size: 100px;
  font-weight: bold;
  margin-bottom: 30px;
}

.cook__label {
  font-size: 24px;
  color: var(--color-text);
  text-align: center;
  margin-bottom: 20px;
}

.cook__title {
  font-size: 50px;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  color: var(--color-green);
  margin-bottom: 25px;
}

.cook__text {
  text-align: center;
  color: var(--color-text);
  font-size: 34px;
  line-height: 1.3;
}

.cook:before {
  content: '';
  position: absolute;
  top: -45px;
  bottom: -45px;
  left: -45px;
  right: -45px;
  border-radius: var(--border-radius-lg);
  background-size: cover;
  background-position: center;
}

.cook-0:before {
  background-image: url(/img/cook-modal-bg1.jpg);
}

.cook-20:before {
  background-image: url(/img/cook-modal-bg2.jpg);
}

.cook-40:before {
  background-image: url(/img/cook-modal-bg3.jpg);
}

.cook-60:before {
  background-image: url(/img/cook-modal-bg4.jpg);
}

.cook-80:before {
  background-image: url(/img/cook-modal-bg5.jpg);
}

.cook-100:before {
  background-image: url(/img/cook-modal-bg6.jpg);
}

.cook form .btn {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.crossword__salut1 {
  position: absolute;
  z-index: 11111;
  max-width: 100%;
  max-height: 100%;
}

.innovation {
  background-color: var(--color-blue);
  border: 1px solid var(--color-blue);
  box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.2);
  border-radius: var(--border-radius-lg);
  padding: 35px;
  position: relative;
  overflow: hidden;
}
.innovation > .row {
  min-height: 290px;
}
.innovation__img--mod {
  margin-bottom: -40px;
  margin-right: -40px;
}
.innovation:before {
  content: '';
  position: absolute;
  background: rgba(137, 225, 89, 0.4);
  filter: blur(200px);
  width: 460px;
  height: 460px;
  top: -240px;
  left: -230px;
}

.innovation > * {
  position: relative;
  z-index: 1;
}
.innovation .texting a {
  font-size: 20px;
}

.innovation__title {
  color: var(--color-green);
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 20px;
}
.innovation__title--mod {
  font-size: 52px;
}
.innovation p {
  margin-bottom: 0;
  color: var(--color-text);
  font-size: 20px;
  line-height: 1.4;
}

.innovation__els {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 35px;
  margin-bottom: 40px;
}

.innovation__el {
  flex-grow: 1;
  margin: 0 15px;
  border-radius: var(--border-radius-sm);
  border: 1px solid var(--color-green);
  padding: 10px 15px;
  min-height: 95px;
  display: flex;
  flex-direction: column;
  padding-bottom: 30px;
  position: relative;
}

.innovation__el img {
  position: absolute;
  bottom: 7px;
  right: 15px;
}

.ordens__el--subscribe {
  min-height: auto !important;
}

.ordens__el--subscribe:before {
  width: 318px;
  height: 318px;
  top: -130px;
  left: -130px;
  filter: blur(30px);
}

.ordens__el--subscribe .ordens__el-img4 {
  right: -160px;
  bottom: -260px;
}

.articles__el-wrap--big {
  width: 100%;
}

.event-years__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.event-days__next.disabled,
.event-days__prev.disabled {
  opacity: 0.3;
  cursor: default;
}
.event-days {
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.event-days__next {
  width: 20px;
  height: 21px;
  background-image: url(/img/arr11_white.svg);
  background-repeat: no-repeat;
  background-position: center right;
  cursor: pointer;
  margin-left: 10px;
  transition: background-image 0.3s ease;
}

.event-days__prev {
  width: 20px;
  height: 21px;
  background-image: url(/img/arr11_white.svg);
  background-repeat: no-repeat;
  background-position: center right;
  cursor: pointer;
  transform: rotate(180deg);
  margin-right: 10px;
  transition: background-image 0.3s ease;
}

.event-days__next:not(.disabled):hover,
.event-days__prev:not(.disabled):hover {
  background-image: url(/img/arr11_green.svg);
}

.event-days__wrap {
  overflow: hidden;
  width: 370px;
}

.event-days__block {
  display: flex;
  opacity: 0;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease;
}

.event-days__block.active {
  opacity: 1;
  position: static;
  z-index: 1;
}

.event-day {
  text-align: center;
  cursor: pointer;
  width: 46px;
  height: 46px;
  background: var(--color-blue);
  border: 1px solid transparent;
  border-radius: var(--border-radius-sm);
  margin-right: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.event-day--today:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--color-green);
  top: 3px;
  right: 3px;
}

.event-day--selected {
  background: #475469;
  border-color: var(--color-green);
}

.event-day--today {
  background: rgba(66, 77, 94, 0.6);
}

.event-day:last-child {
  margin-right: 0;
}

.event-day__nmb {
  color: var(--color-text);
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}

.event-day__title {
  font-size: 12px;
  opacity: 0.8;
  line-height: 1;
  padding-top: 5px;
  color: var(--color-text);
}

.event-day--holiday .event-day__title {
  color: #f68561;
}

.tabs--reverse {
  flex-direction: row-reverse;
}

.event-years .tabs--reverse .akselerator__tab:not(:last-child):before {
  content: '/';
  display: inline-block;
  margin-right: 25px;
  font-size: 34px;
  -webkit-text-stroke: initial;
  -webkit-text-fill-color: initial;
  color: var(--color-text);
}

.event-years .tabs--reverse .akselerator__tab:last-child:before {
  display: none;
}

.article--field .intech-els__el-title {
  color: var(--color-text);
}

.article--field .intech-els__el {
  justify-content: center;
  display: flex !important;
  background: #212b3a;
  min-height: 200px;
}

.article--field .intech-els__el:before {
  display: none;
}

.article--field .intech-els__nmb {
  position: absolute;
  font-size: 150px;
  -webkit-text-stroke: 0.3px var(--color-text);
  -webkit-text-fill-color: transparent;
  top: -10px;
  left: 0;
  line-height: 1;
  opacity: 0.25;
}

.field__video-wrap .field__video-img1 {
  margin: 0;
  width: auto;
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -540px;
}

.field__video-wrap .field__video-img2 {
  margin: 0;
  width: auto;
  position: absolute;
  bottom: -20px;
  right: 50%;
  margin-right: -580px;
}

.field__video-wrap {
  position: relative;
}
.field__video {
  color: var(--color-text);
}

.field__video {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  height: 480px;
  border-radius: var(--border-radius-lg);
  overflow: hidden;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: top center;
}
.field__video--dark:before {
  content: '';
  position: absolute;
  border-radius: var(--border-radius-lg);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
}
.field__video--dark img {
  z-index: 1;
}
.field__video--full {
  max-width: 100%;
  height: max(38vw, 700px);
}
.field__video > iframe {
  height: 100% !important;
}
.field__video img {
  transition: transform 1s ease;
}

.field__video:hover img {
  transform: rotate(90deg);
}

.agrocode-hub__block {
  position: relative;
  border-radius: var(--border-radius-md);
  background-color: rgba(0, 0, 0, 0.7);
  background-image: url(/img/agrocode-hub-fig.svg);
  background-repeat: no-repeat;
  background-position: 70px -130px;
  min-height: 180px;
  height: 100%;
  padding: 20px;
  color: var(--color-text);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  overflow: hidden;
}
.agrocode-hub__body {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.3s ease;
}
.agrocode-hub__body.opened {
  display: block;
}

.agrocode-hub__block b {
  font-size: 28px;
  font-weight: 500;
}

.agrocode-hub__block:before {
  content: '';
  position: absolute;
  filter: blur(44px);
  opacity: 0.2;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  left: -30px;
  top: -30px;
  background: var(--color-green);
}
.agrocode-hub__block--reverse .agrocode-hub__block-bg {
  right: auto;
  left: -100px;
  transform: rotate(20deg);
  bottom: -200px;
}
.agrocode-hub__block--reverse:before {
  right: -30px;
  left: auto;
}
.agrocode-hub__block-trigger {
  cursor: pointer;
  position: relative;
  transform: translateY(-50%);
}
.agrocode-hub__block-trigger.opened {
  transform: rotate(-180deg);
}
.agrocode-hub__block-trigger:hover {
  background-image: url(/img/banner-arr2.svg);
}
.agrocode-hub__block-trigger:hover:after {
  top: -5px;
  opacity: 1;
}
.agrocode-hub__block-hidden {
  height: auto;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease;
}
.agrocode-hub__block-hidden.opened {
  max-height: 100000px;
}
.agrocode-hub__block-trigger.opened svg {
  transform: rotate(180deg);
}
.agrocode-hub__block-trigger.opened svg path {
  fill: var(--color-green);
}

.products__els--mod .products__els-i {
  padding: 25px;
}

.btn-more--mod:after {
  transform: none;
  position: relative;
  top: 3px;
}

.btn-more--mod {
  margin-top: 40px;
}

.agrocode-hub__el {
  border-radius: var(--border-radius-md);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
    #2a3441;
  min-height: 165px;
  padding: 30px;
  color: var(--color-text);
  overflow: hidden;
  position: relative;
  margin-top: 40px;
}

.agrocode-hub__el > .row {
  flex-wrap: nowrap;
}

.agrotech-hub__el-title {
  display: flex;
  align-items: center;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 20px;
}

.agrotech-hub__el-title img {
  margin-left: 20px;
}

.agrocode-hub__el:before {
  content: '';
  position: absolute;
  filter: blur(120px);
  opacity: 0.2;
  width: 461px;
  height: 461px;
  border-radius: 50%;
  left: -163px;
  top: -230px;
  background: var(--color-green);
}

.agrocode-hub__el:after {
  background-image: url(/img/agrocode-hub-fig.svg);
  content: '';
  position: absolute;
  width: 497px;
  height: 494px;
  background-repeat: no-repeat;
  top: -110px;
  right: -120px;
}

.agrocode-hub__el p {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 0;
}

.agrocode-hub__el a:not(.btn--green--empty__wrap) {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: var(--color-text);
  margin-bottom: 40px;
}

.agrocode-hub__el a:hover {
  color: var(--color-green);
}

.agrocode-hub__el a:last-child {
  margin-bottom: 0;
}

.agrocode-hub__el .agrocode-hub__link {
  flex-direction: column;
  align-items: flex-start;
}

.agrocode-hub__el .agrocode-hub__link span {
  display: inline-block;
  border-bottom: 1px solid var(--color-green);
  transition: border-color 0.3 ease;
}

.agrocode-hub__el .agrocode-hub__link:hover {
  color: var(--color-text) !important;
}

.agrocode-hub__el .agrocode-hub__link:hover span {
  border-color: var(--color-text);
}
.no-border {
  border: none !important;
  padding-bottom: 0 !important;
}

.org__el {
  height: 136px;
  background: var(--color-blue);
  border-radius: var(--border-radius-lg);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 10px;
  position: relative;
  overflow: hidden;
}

.org__el-hidden {
  position: absolute;
  background: rgba(19, 26, 37, 0.6);
  backdrop-filter: blur(30px);
  border-radius: var(--border-radius-md);
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  top: 30px;
  right: 30px;
  width: 490px;
  max-height: 300px;
  overflow-y: auto;
  z-index: 1;
  transform: translateX(100%);
  opacity: 0;
  z-index: -1;
  transition: opacity 0.3s ease;
}

.org__el-wrap--mod .org__el-hidden {
  transform: none;
}

.org__el:hover {
  overflow: visible;
}

.org__el:hover .org__el-hidden {
  opacity: 1;
  z-index: 1;
}

.org__el-hidden p {
  color: var(--color-text);
  line-height: 1.7;
  margin-bottom: 10px;
}

.org__el-hidden p:last-child {
  margin-bottom: 0;
}

.org__el img {
  max-width: 100%;
  max-height: 100%;
}

.faq__more {
  color: var(--color-text);
  font-size: 20px;
  display: block;
  text-align: right;
  margin-top: 40px;
  cursor: pointer;
}

.faq__more.on img {
  transform: rotate(180deg);
}

.programm__letters {
  position: absolute;
  font-size: 150px;
  font-weight: bold;
  -webkit-text-stroke: 0.3px var(--color-text);
  -webkit-text-fill-color: transparent;
  top: -70px;
  right: 0;
  opacity: 0.1;
}

.programm__block {
  margin-bottom: 80px;
  position: relative;
}

.programm__time {
  color: var(--color-green);
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 1.4;
  display: flex;
  align-items: center;
}

.programm__title {
  color: var(--color-text);
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 1.3;
}

.stage-tabs {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.stage-tab {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: var(--color-text);
  cursor: pointer;
  padding: 10px;
  width: max-content;
  white-space: nowrap;
  position: relative;
}

.stage-tab small {
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 12px;
}

.stage-tab-separator {
  border-top: 2px dashed rgba(255, 255, 255, 0.2);
  height: 1px;
  width: 100%;
}

.stage-tab-separator-vertical {
  height: 30px;
  width: 2px;
  background: rgba(255, 255, 255, 0.2);
  margin: 0 auto 20px;
}

.stage-tab.active {
  color: var(--color-green);
}

.stage-content {
  display: none;
  width: 100%;
  font-weight: 400;
  font-size: 32px;
  line-height: 24px;
  text-align: center;
  color: var(--color-text);
}

.stage-content.active {
  display: block;
}
.stage-tabs--mod .stage-tab {
  font-size: 44px;
}
.stage-tabs--mod .stage-tab__date {
  position: absolute;
  color: var(--color-text);
  font-size: 26px;
  font-weight: 500;
  top: 65px;
  left: 10px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.stage-tabs--mod .stage-tab:last-child .stage-tab__date {
  left: auto;
  right: 10px;
}
.stage-tabs--mod .stage-tab:hover {
  color: var(--color-green);
}
.stage-tabs--mod .stage-tab:hover .stage-tab__date {
  opacity: 1;
}
.stage-tabs--mod .stage-tabs {
  margin-bottom: 85px;
}
.stage-tabs--mod .stage-content {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: left;
  z-index: 1;
  min-height: 230px;
}
.stage-tabs--mod .stage-content:before {
  content: '';
  background-image: url(/img/akselerator-figure.svg);
  background-repeat: no-repeat;
  width: 332px;
  height: 334px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -130px;
  margin-top: 15px;
  opacity: 0.3;
}
.stage-content__title {
  color: var(--color-green);
  font-weight: bold;
  font-size: 70px;
  line-height: 1.1;
  margin-bottom: 15px;
}
.stage-content__text p {
  color: var(--color-text);
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 15px;
}
.stage-content__letters {
  position: absolute;
  -webkit-text-stroke: 0.3px var(--color-green);
  -webkit-text-fill-color: transparent;
  left: -120px;
  top: 15px;
  font-size: 110px;
  text-transform: uppercase;
  font-weight: bold;
  opacity: 0.3;
  line-height: 1;
  white-space: nowrap;
}
.agrocode-hub__block-bg {
  position: absolute;
  bottom: -190px;
  right: -130px;
}
.mail_link {
  font-size: 18px;
  line-height: 30px;
  color: var(--color-green);
  text-decoration: none;
}

.article__body table td {
  padding: 10px;
  line-height: 1.3;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  vertical-align: middle;
}
.article__body table {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 30px;
  width: 100%;
}
.article__body table td p {
  margin-bottom: 0;
}
.article__body table td a {
  word-break: break-all;
}
.btn--saved {
  background: none;
  color: var(--color-green) !important;
  border: 1px solid var(--color-green);
}
.btn--saved span:after {
  content: '';
  background-image: url(/img/icon-check.svg);
  width: 29px;
  height: 29px;
  background-repeat: no-repeat;
  margin-left: 10px;
  display: inline-block;
}
.btn--saved span {
  display: flex;
  align-items: center;
}
.quiz-agrotech__final .btn--white--empty {
  overflow: visible;
}
.btn--white--empty--mod:hover {
  color: var(--color-green);
  background: none;
  border-color: var(--color-green);
}
.btn--white--empty--mod span {
  transition: color 0.3s ease;
}
.btn--white--empty--mod:hover span {
  color: var(--color-green);
}

.agrocode-hub__block--mod {
  background-color: #212b3a;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.agrocode-hub__block-nmb {
  position: absolute;
  -webkit-text-stroke: 0.3px var(--color-text);
  -webkit-text-fill-color: transparent;
  left: -2px;
  top: -15px;
  font-size: 150px;
  text-transform: uppercase;
  font-weight: bold;
  opacity: 0.25;
  line-height: 1;
  white-space: nowrap;
}
.innovation--mod:before {
  width: 704px;
  height: 704px;
  transform: translate(55%, 55%);
  right: 0;
  bottom: 0;
  left: auto;
  top: auto;
  background: rgba(137, 225, 89, 0.2);
}
.innovation--mod {
  background: url(/img/reestr-figure.svg), rgb(42 52 65);
  background-repeat: no-repeat;
  background-position: 40% bottom;
}

.meetup__el {
  background: #2a3441;
  border-radius: var(--border-radius-lg);
  padding: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.meetup__el-title {
  color: var(--color-green);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 15px;
}
.programm__row {
  padding-bottom: 30px;
  margin-top: 30px;
  border-bottom: 1px solid var(--color-green);
  display: flex;
  flex-wrap: wrap;
}
.programm__row {
  padding-right: 60px;
}
.programm__img {
  width: 205px;
  height: 205px;
  border-radius: var(--border-radius-lg);
  min-width: 205px;
  margin-right: 25px;
  background-size: cover;
  background-position: center;
}
.programm__desc {
  width: calc(50% - 230px);
  min-width: calc(50% - 230px);
}
.programm__name {
  color: var(--color-green);
  font-size: 26px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 10px;
}
.programm p {
  color: var(--color-text);
  line-height: 1.4;
  margin-bottom: 8px;
}
.programm__details {
  width: 50%;
  min-width: 50%;
  padding-left: 25px;
  align-items: flex-start;
}
.programm__row--arrow {
  position: relative;
  padding-right: 60px;
  cursor: pointer;
}
.programm__row--arrow:after {
  content: '';
  position: absolute;
  background-image: url(/img/arrow-double.svg);
  width: 33px;
  height: 48px;
  background-size: contain;
  background-repeat: no-repeat;
  top: -4px;
  right: 0;
}
.programm__hidden .intech-quote {
  font-size: 20px;
  font-weight: 400;
}
.programm__hidden {
  display: none;
  overflow: hidden;
}
.programm__hidden.on {
  display: block;
}
.meetup-contacts:before {
  content: '';
  position: absolute;
  filter: blur(120px);
  opacity: 0.2;
  width: 461px;
  height: 461px;
  border-radius: 50%;
  left: -163px;
  top: -230px;
  background: var(--color-green);
}
.meetup-contacts {
  border-radius: var(--border-radius-md);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
    #2a3441;
  padding: 30px;
  color: var(--color-text);
  overflow: hidden;
  position: relative;
}
.meetup-contacts:after {
  content: '';
  position: absolute;
  filter: blur(120px);
  opacity: 0.2;
  width: 461px;
  height: 461px;
  border-radius: 50%;
  right: -163px;
  bottom: -230px;
  background: var(--color-green);
}
.meetup-contacts p {
  font-size: 20px;
  line-height: 1.5;
  margin-top: 5px;
}
.meetup-contacts__img {
  min-height: 50px;
  display: flex;
  align-items: center;
  position: relative;
}
.meetup-contacts__img a,
.meetup-contacts__img span {
  color: var(--color-green);
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  opacity: 0;
  display: flex;
  align-items: center;
}
.meetup-contacts__img a img,
.meetup-contacts__img span img {
  margin-left: 10px;
  position: relative;
  top: 3px;
}
.meetup-contacts__img > img:nth-child(2) {
  display: none;
}

.intech-quote__img {
  position: absolute;
  top: 45%;
  right: -60px;
}
.after-none:after,
.before-none:before {
  display: none;
}
.before-none:before {
  display: none;
}

.innovation--mod2 {
  background: url(/img/akselerator-img13.png), #2c3e50;
  background-size: cover;
}
.innovation--mod2:before {
  display: none;
}
.faq__ps {
  color: var(--color-green);
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 1.3;
  margin-top: -50px;
}
.faq__ps-title {
  font-size: 18px;
  line-height: 1.3;
  color: var(--color-text);
}
.plus {
  margin-top: 220px;
  margin-bottom: 220px;
}
.plus__wrap {
  position: relative;
  text-align: center;
}
.plus--mod {
  margin-top: 100px;
  margin-bottom: 100px;
}
.products--mod {
  padding-top: 0;
}
.articles__el-labels {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  gap: 8px;
}

.articles__el-labels span {
  display: inline-block;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  line-height: 1;
  padding: 3px 7px;
  white-space: nowrap;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: var(--border-radius-sm);
}
.articles__btm--mod .articles__views,
.articles__btm--mod .articles__like {
  color: rgba(255, 255, 255, 0.7);
}
.articles--infographic .articles__el-wrap:nth-child(5n + 1),
.articles--infographic .articles__el-wrap:nth-child(5n + 3) {
  grid-column-start: span 2;
}
.articles--infographic .articles__el-wrap:nth-child(5n + 5) {
  grid-row-start: span 2;
}
.articles--infographic .articles__el-wrap:nth-child(5n + 4) {
  grid-column: 2/4;
}
.articles--infographic .articles__el-wrap:nth-child(5n + 3) {
  grid-column: 1/2;
}
.articles__els.articles--infographic {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0px 0px;
  grid-auto-flow: dense;
}
.articles--infographic .articles__el-wrap {
  min-width: 100%;
}
.button__print {
  background: rgb(20, 27, 37);
  box-sizing: border-box;
  width: 48px;
  min-width: 48px;
  height: 48px;
  border-radius: var(--border-radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 1px;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  z-index: 1;
}
.button__print svg stop {
  transition: stop-color 0.3s ease;
}
.button__print:hover svg stop {
  stop-color: var(--color-text);
}
.button__print:active svg stop {
  stop-color: var(--color-text);
}
.button__print .share__border stop {
  transition: stop-color 0.3s ease;
}
.button__print:hover .share__border stop {
  stop-color: var(--color-text);
}
.button__print path {
  transition: stroke 0.3s ease;
}
.button__print:hover path {
  stroke: var(--color-text);
}
.button__print:active .share__border stop {
  stop-color: var(--color-text);
}

.button__print--dark {
  filter: brightness(0);
}
.infographic__options {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  align-items: center;
  width: max-content;
  margin-left: auto;
}
.infographic__options .articles__btm {
  bottom: 0;
  margin-top: 0;
}
.article__body .infographic__options {
  padding: 5px 24px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: var(--border-radius-sm);
  display: inline-flex;
  margin-bottom: 0;
}
.article__body .infographic__options--dark {
  background: rgba(66, 77, 94, 0.4);
}
.infographic__options-wrap {
  display: flex;
  justify-content: flex-end;
  position: relative;
  top: 100px;
  right: 10px;
  z-index: 1;
}
.article__body-text {
  background: rgba(56, 66, 79, 0.8);
  border-radius: var(--border-radius-md);
  padding: 60px;
  margin-top: 50px;
}
.article__body-text--mod {
  margin-top: 0;
  margin-bottom: 0;
}
.article__body-text--mod > div > img {
  max-width: 100%;
  border-radius: var(--border-radius-lg);
  display: block;
  line-height: 1;
  margin-top: 30px;
}
.article__ps {
  width: 80%;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-left: 40px;
  position: relative;
}
.article__ps:before {
  content: '*';
  position: absolute;
  font-size: 30px;
  top: 12px;
  left: 0;
}
.article__ps p {
  font-size: 14px;
  margin-bottom: 10px;
}
.main__section {
  width: 100%;
  max-width: 100%;
}
.main__section--mod {
  padding-top: 40px;
}

.highload-block__el-nmb {
  color: var(--color-green);
  text-align: center;
  font-size: 52px;
  margin-top: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}
.highload-block__el-text {
  font-size: 20px;
  color: var(--color-text);
  line-height: 1.3;
  text-align: center;
}

.stipend__el .ordens__el-href {
  position: absolute;
  bottom: 25px;
  right: 10px;
}

.agrocode-awards__header {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: var(--color-green);
  margin-bottom: 20px;
}

.agrocode-awards__text {
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  color: var(--color-text);
}
.showcase__count {
  color: var(--color-text);
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 50px;
  margin-top: 70px;
}

.twf_loader {
  display: none !important;
}
.intech-img {
  position: relative;
  top: -70px;
}
[data-type='hub__el-type2'] {
  position: relative;
  overflow: hidden;
  background: var(--color-blue);
}

[data-type='hub__el-type2']:not(.hub__el--mod):after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(/img/analitika-digest-bg-1.svg);
  background-size: cover;
}

[data-type='hub__el-type2']:not(.hub__el--mod):before {
  background: var(--color-blue);
  filter: blur(50px);
  width: 240px;
  height: 240px;
  top: -65px;
  left: -25px;
  border-radius: 50%;
  position: absolute;
}

[data-type='hub__el-type2'].hub__el--mod:before {
  background: var(--color-blue);
  filter: blur(50px);
  width: 140px;
  height: 140px;
  top: -50px;
  left: -35px;
  border-radius: 50%;
  position: absolute;
}

[data-type='hub__el-type2'].hub__el--mod:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(/img/analitika-digest-bg-2.svg);
  background-position: top right;
  background-repeat: no-repeat;
}

[data-type='hub__el-type1'] {
  position: relative;
  overflow: hidden;
  background: var(--color-blue);
}

[data-type='hub__el-type1']:not(.hub__el--mod):after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(/img/analitika-otchet-bg-1.svg);
  background-size: cover;
}

[data-type='hub__el-type1']:not(.hub__el--mod):before {
  background: rgba(246, 133, 97, 0.4);
  filter: blur(80px);
  width: 240px;
  height: 240px;
  top: -65px;
  left: -25px;
  border-radius: 50%;
  position: absolute;
}

[data-type='hub__el-type1'].hub__el--mod:before {
  background: rgba(246, 133, 97, 0.4);
  filter: blur(60px);
  width: 140px;
  height: 140px;
  top: -50px;
  left: -35px;
  border-radius: 50%;
  position: absolute;
}

[data-type='hub__el-type1'].hub__el--mod:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(/img/analitika-otchet-bg-2.svg);
  background-position: top right;
  background-repeat: no-repeat;
}

[data-type='hub__el-type3'] {
  position: relative;
  overflow: hidden;
  background: var(--color-blue);
}

[data-type='hub__el-type3']:not(.hub__el--mod):after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(/img/analitika-podborka-bg-1.svg);
  background-size: cover;
}

[data-type='hub__el-type3']:not(.hub__el--mod):before {
  background: linear-gradient(
    40.01deg,
    rgba(255, 224, 61, 0.35) 14.91%,
    rgba(255, 203, 5, 0.35) 22.68%,
    rgba(166, 206, 57, 0.35) 53.79%,
    rgba(106, 167, 68, 0.35) 75%,
    rgba(36, 131, 65, 0.35) 85.6%
  );
  filter: blur(80px);
  width: 240px;
  height: 240px;
  top: -65px;
  left: -25px;
  border-radius: 50%;
  position: absolute;
}

[data-type='hub__el-type3'].hub__el--mod:before {
  background: linear-gradient(
    40.01deg,
    rgba(255, 224, 61, 0.35) 14.91%,
    rgba(255, 203, 5, 0.35) 22.68%,
    rgba(166, 206, 57, 0.35) 53.79%,
    rgba(106, 167, 68, 0.35) 75%,
    rgba(36, 131, 65, 0.35) 85.6%
  );
  filter: blur(60px);
  width: 140px;
  height: 140px;
  top: -50px;
  left: -35px;
  border-radius: 50%;
  position: absolute;
}

[data-type='hub__el-type3'].hub__el--mod:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(/img/analitika-podborka-bg-2.svg);
  background-position: top right;
  background-repeat: no-repeat;
}
.techblog-page {
  background-color: #f9fafb !important;
  color: var(--color-black2);
}
body .techblog-page .main__header,
body .techblog-page .main__header.fixed {
  background-color: #f9fafb;
}
body .techblog-page .main__header menu a {
  color: var(--color-black2);
}
body .techblog-page .main__header menu a:hover {
  color: var(--color-green2);
}
body .techblog-page .main__header-logo:hover .main__header-logo-img1 {
  opacity: 1;
  position: relative;
}
.techblog-page .searchIcon_wrapper svg path {
  stroke: var(--color-black2) !important;
}
.techblog-page .index-page__menu .menu-btn .line {
  background-color: var(--color-black2) !important;
}
.techblog-page .index-page__menu .menu-btn.close .line {
  background-color: #fff !important;
}
body .techblog-page .breadcrumbs-wrap {
  display: none;
}

body .techblog-detail .breadcrumbs-wrap {
  display: block;
}
body .techblog-detail .breadcrumbs__link {
  color: var(--color-black2);
}

body .techblog-detail .breadcrumbs a:hover .breadcrumbs__link {
  color: var(--color-green2);
}
body .techblog-detail .breadcrumbs li span {
  opacity: 0.5;
  color: var(--color-black2);
}
body
  .techblog-detail
  .breadcrumbs
  > li:not(:last-of-type)
  .breadcrumbs__link:after {
  background: url(/img/banner-arr2-techblog.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.techblog-page .main {
  padding-top: 128px;
}
.techblog-page .main__header {
  padding: 18px 0;
}
.techblog-page .share__trigger {
  background: var(--color-green2);
  width: 40px;
  height: 40px;
  border-radius: 4px;
}
.techblog-page .share__trigger .share__trigger-img path {
  stroke: #fff;
}
.techblog-page .share__border {
  display: none;
}
.techblog-page .share__links {
  height: 40px;
  background: var(--color-green2);
  border-radius: 4px;
}
.techblog-page .share__link path {
  fill: #fff;
}
.techblog-page .share__link {
  width: auto;
  height: 40px;
}
.techblog-page .share__tg path,
.techblog-page .share__vk path {
  stroke: #fff;
}
.techblog-page .share__vk path {
  fill: none;
}
.techblog-page .share__note {
  color: #fff;
  background: var(--color-green2);
  border-radius: 4px;
}
.techblog-page .share {
  width: 40px;
  height: 40px;
  min-width: 40px;
}
.techblog-page .index-page__menu .menu-btn {
  top: 24px;
}
.techblog-page .button {
  border-radius: 4px;
}
body .techblog-page .index-page__menu .nav-links li:hover > a,
body .techblog-page .index-page__menu .nav-links .active--exact,
body .techblog-page .index-page__menu .nav-links li.on > a {
  color: var(--color-green2);
}
body .techblog-page .index-page__menu .nav-links li.on > a:before {
  background: var(--color-green2);
}
body .techblog-page .index-page__menu .nav-links li.on .nav-trigger {
  background-image: url(/img/banner-arr2-techblog.svg);
}
.techblog-page .drop-zone__wrap {
  border-color: var(--color-green2);
}
.techblog-page .checkbox__title a {
  color: var(--color-green2);
}
.techblog-page .form .btn,
.techblog-page .form .btn:hover,
.techblog-page .form .btn:active,
.techblog-page .form .btn:focus {
  border-radius: 4px;
  background: var(--color-green2);
  color: #fff !important;
  border: none;
}
.techblog-page .form .btn:after {
  display: none;
}
.techblog-page .checkbox-wrap input:checked + .checkbox {
  border-color: var(--color-green2);
  background-color: var(--color-green2);
}
.techblog-page .form-line textarea:focus,
.techblog-page .form-line.on textarea {
  outline: 1px solid var(--color-green2);
}
.techblog-page .form-line input:focus,
.form-line.on input {
  border-color: var(--color-green2);
}
.techblog-page .main__footer-div {
  color: var(--color-black2);
  opacity: 0.5;
}
.techblog-page .icon--podcast:after {
  background-image: url(/img/icon-podcast-techblog.svg);
}
.techblog-page .icon--habr:after {
  background-image: url(/img/icon-habr-techblog.svg);
}
.techblog-page .icon--vc:after {
  background-image: url(/img/icon-vc-techblog.svg);
}
.techblog-page .icon--rutube:after {
  background-image: url(/img/icon-rutube-techblog.svg);
}
.techblog-page .icon--tg:after {
  background-image: url(/img/icon-tg-techblog.svg);
}
.techblog-page .icon--dtf:after {
  background-image: url(/img/icon-dtf-techblog.svg);
  height: 14px;
}
.techblog-page .icon--vk:after {
  background-image: url(/img/icon-vk-techblog.svg);
}
.techblog-page .icon--feedback:after {
  background-image: url(/img/icon-feedback-techblog.svg);
}
body .techblog-page .footer__logo-img1,
body .techblog-page .footer__logo-img2 {
  opacity: 1;
}
.techblog-page .main__footer-social > * {
  opacity: 1;
}
.techblog-page .drop-zone__file li {
  color: var(--color-green2);
}
.techblog-page .drop-zone__file-delete {
  background-color: var(--color-green2);
}

@media only screen and (max-width: 1500px) {
  .techblog-page .main {
    padding-top: 108px;
  }
}

@media only screen and (max-width: 1300px) {
  .techblog-page .main {
    padding-top: 78px;
  }
}

@media only screen and (max-width: 575px) {
  .techblog-page .main {
    padding-top: 51px;
  }

  .techblog-page .index-page__menu .menu-btn {
    top: 11px;
  }

  .techblog-page .feedback-mobile-wrapper path {
    fill: var(--color-black2);
  }
}

@media only screen and (min-width: 1199px) {
  .btn--anim:hover {
    color: var(--color-green);
    border: 1px solid var(--color-green);
  }
  html ::-webkit-scrollbar-track {
    background-color: #cacaca;
  }
  html ::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: #cacaca;
  }
  a.articles__el:hover .articles__el-title {
    color: var(--color-green);
  }
  a.articles__el.before-none:hover {
    border-color: var(--color-green);
  }
  a.articles__el:hover:before {
    border-color: var(--color-green);
  }

  .articles__el:hover:before {
    background: rgba(0, 0, 0, 0.85);
  }

  .products__els-i:hover .ordens__el-href,
  .ordens__el:hover .ordens__el-href,
  .stipend__el:hover .ordens__el-href {
    background-image: url(/img/banner-arr2.svg);
  }
  .products__els-i:hover .ordens__el-href.filter-black,
  .ordens__el:hover .ordens__el-href.filter-black {
    background-image: url(/img/banner-arr.svg);
  }
  .products__els-i:hover .ordens__el-href.filter-black:after,
  .ordens__el:hover .ordens__el-href.filter-black:after {
    filter: brightness(0);
  }
  .product .ordens__el:hover .ordens__el-href:after,
  .products__els-i:hover .ordens__el-href:after,
  .articles__el:hover .ordens__el-href:after,
  .stipend__el:hover .ordens__el-href:after {
    left: -15px;
    opacity: 1;
    top: 5px;
  }
  .meetup-contacts__img:hover > img:nth-child(1) {
    display: none;
  }
  .meetup-contacts__img:hover > img:nth-child(2) {
    display: block;
  }
  .meetup-contacts .col3 .meetup-contacts__img span {
    transition: all 0.3s ease;
  }
  .meetup-contacts .col3:first-child .meetup-contacts__img:hover span {
    left: 125px;
    opacity: 1;
  }
  .meetup-contacts .col3:nth-child(2) .meetup-contacts__img:hover span {
    left: 100px;
    opacity: 1;
  }
  .meetup-contacts .col3:nth-child(3) .meetup-contacts__img:hover span {
    left: 60px;
    opacity: 1;
  }
  .meetup-contacts .col3:nth-child(4) .meetup-contacts__img:hover span {
    left: 60px;
    opacity: 1;
  }
  .btn-more:hover {
    color: var(--color-green);
  }

  .index-page__menu .nav-links::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }

  .index-page__menu .nav-links::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: var(--color-green);
  }
}

@media only screen and (max-width: 1500px) {
  .event__el-title {
    font-size: 18px;
  }
  .article__body-text--mod {
    margin: 0;
  }
  .infographic__options-wrap {
    justify-content: flex-start;
    right: auto;
    left: 10px;
  }
  .cook__text {
    font-size: 20px;
  }

  .cook__title {
    font-size: 40px;
  }

  .cook {
    min-height: 400px;
  }

  .cook__label {
    font-size: 18px;
  }

  .cook__hh {
    font-size: 70px;
  }

  .hub__el-title {
    font-size: 40px;
  }

  .hub__el--mod .hub__el-title {
    font-size: 24px;
  }

  .partners__el-text {
    width: 100%;
    left: 0;
    top: 90%;
    padding: 15px;
    font-size: 16px;
  }

  .podcast__block {
    top: 120px;
  }

  .stipendy__el {
    height: 460px;
  }

  .stipendy__el-title {
    font-size: 18px;
  }

  .btn.mt-5 {
    margin-top: 15px !important;
  }

  .heading__img {
    max-height: 300px;
    top: -60px;
  }

  .products__els-i {
    min-height: 300px;
  }

  .products__els-i-text {
    font-size: 18px;
  }

  .products__els-i-title {
    font-size: 28px;
  }

  .products__els-i-labels {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .products__img {
    height: 450px;
  }
  .main__img-desktop .products__img {
    width: auto;
  }

  .stage1__el-title {
    font-size: 18px;
  }

  .stage__dir-title {
    font-size: 54px;
  }
}

@media only screen and (max-width: 1440px) {
  .main__section--mod {
    padding-top: 0;
  }
  .infographic__options-wrap {
    left: 0;
    top: 0;
    margin-top: 40px;
  }

  .ordens__el--stipendy .ordens__el-title--big {
    font-size: 22px;
  }
  .ordens__el-text--big {
    font-size: 18px;
  }
  .article__body h2 {
    font-size: 30px;
  }

  .agrocode-hub__block b {
    font-size: 20px;
  }

  .podcast__block {
    top: 90px;
  }

  .podcast__block-rows {
    max-height: 150px;
  }

  .stipend__block-el-wrap {
    width: 33.33%;
    min-width: 33.33%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .stipend__block-row {
    margin-left: -10px;
    margin-right: -10px;
  }

  .stipend__el-letters {
    font-size: 4vw;
  }

  .stipend__el-title {
    font-size: 20px;
  }

  .tag2__content {
    font-size: 24px;
  }

  .products__desc {
    min-height: 300px;
  }

  .event__tab {
    font-size: 16px;
    height: 45px;
    padding: 0 15px;
  }

  .startups__afisha {
    font-size: 26px;
  }

  .page-akselerator .startups__els {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 1400px) {
  .programm__row--arrow:after {
    top: 3px;
  }
  .programm__block {
    margin-bottom: 30px !important;
  }
  .programm__row {
    padding-bottom: 15px;
    margin-top: 15px;
  }
  .programm__time {
    font-size: 20px;
  }
  .programm__title {
    font-size: 20px;
  }
  .programm__time.col2 {
    width: calc(3 / 12 * 100%);
    min-width: calc(3 / 12 * 100%);
  }
  .programm__title.col4 {
    width: calc(4 / 12 * 100%);
    min-width: calc(4 / 12 * 100%);
  }
  .programm__title.col6 {
    width: calc(5 / 12 * 100%);
    min-width: calc(5 / 12 * 100%);
  }

  .agrocode-hub__el .agrocode-hub__link {
    font-size: 14px;
  }

  .agrocode-hub__el .col4 {
    margin-bottom: 20px;
  }

  .innovation__els {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .innovation p {
    font-size: 16px;
  }

  .event-years__wrap .akselerator__tab {
    font-size: 30px;
  }

  .event-years__wrap .akselerator__tab {
    margin-right: 20px;
  }

  .event-years__wrap .akselerator__tab:not(:first-child):before {
    font-size: 20px;
    margin-right: 20px;
  }

  .event-day__title {
    padding-top: 3px;
  }

  .event-day {
    width: 40px;
    height: 40px;
    border-radius: var(--border-radius-xs);
  }

  .event-days__wrap {
    width: 330px;
  }

  .event-day__nmb {
    font-size: 16px;
  }

  .event-months {
    min-width: 240px;
  }

  .event-month {
    font-size: 24px;
  }

  .podcast {
    padding-top: 50px;
  }
  .products__els-i-row {
    left: 15px;
    right: 15px;
  }

  .vacancy {
    margin-top: 160px;
  }

  .products__els-i-link {
    left: 25px;
  }

  .products__els-i-text {
    font-size: 16px;
  }

  .products__els-i-title {
    font-size: 25px;
  }

  .products {
    padding-top: 40px;
  }

  .products__els {
    padding-top: 0;
  }

  .products__els-i {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    min-height: 260px;
  }
  .products__els-i-img {
    max-height: 60%;
  }

  .startups__els {
    margin-top: 0;
  }

  .products .container {
    position: relative;
  }

  .directions {
    margin-bottom: 0;
  }

  .ordens__el-title {
    font-size: 20px;
  }

  .articles__img {
    height: 350px;
  }

  .articles__el--big .articles__el-title {
    font-size: 26px;
  }

  .articles__el--big {
    padding: 30px;
    min-height: 300px;
  }

  .breadcrumbs--mod {
    position: relative;
    margin-right: 0;
    width: 100%;
  }

  .articles__el--big:after {
    right: 30px;
  }
}

@media only screen and (max-width: 1300px) {
  .showcase__els .ordens__el {
    padding-left: 25px;
    padding-right: 25px;
  }
  .plus {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .plus__wrap {
    transform: scale(0.7);
  }
  .article__body-text {
    padding: 60px;
    margin-top: 50px;
  }
  .stipend__el-nmb--small {
    font-size: 36px;
  }
  .section-wrap--big {
    margin-bottom: 100px;
  }

  .stage1__el-nmb {
    font-size: 60px;
    margin-right: 15px;
  }

  .stage1 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  .fz-44 {
    font-size: 34px;
  }
  .article__body-text--mod > div > img {
    border-radius: var(--border-radius-md);
  }

  .meetup-contacts p {
    font-size: 16px;
  }
  .product.event-years {
    padding-top: 0;
  }
  .agrocode-hub__el > .row {
    flex-wrap: wrap;
  }

  .agrocode-hub__el .col4 {
    width: 100%;
  }

  .agrocode-hub__block {
    font-size: 20px;
  }

  .intech-img {
    top: 0;
    display: block;
    margin-top: 20px;
  }

  .intech-map .row > * {
    width: 100%;
  }

  .intech-plus {
    margin-left: 0 !important;
  }

  .intech-plus:before {
    display: none;
  }

  .intech-els__el-title {
    font-size: 20px;
  }

  .ordens__el--startup-text {
    font-size: 16px;
  }

  .ordens__el--startup-title {
    font-size: 22px;
  }

  .hub__el-title {
    font-size: 36px;
    margin-bottom: 20px;
  }

  .hub__el {
    min-height: auto;
  }

  .hub__el--mod {
    min-height: 150px;
  }

  .hub__el {
    padding: 15px !important;
  }

  .hub__el-text {
    font-size: 20px;
  }

  .hub__el--mod .hub__el-text {
    font-size: 14px;
  }

  .hub__el--mod .hub__el-title {
    font-size: 22px;
  }

  .stipend__el-nmb {
    font-size: 46px;
  }

  .stipend__el-nmb--small {
    font-size: 30px;
  }

  .stipend__el-text {
    font-size: 18px;
  }

  .podcast {
    padding-top: 0;
  }

  .article__body .numbered {
    margin-bottom: 40px;
  }

  .article__body-blocks {
    margin-bottom: 40px;
  }

  .article__body .numbered li span {
    font-size: 30px;
    top: -4px;
  }

  .article__body .numbered li {
    font-size: 16px;
    margin-bottom: 15px;
    padding-left: 30px;
  }

  .article__body-block-text {
    font-size: 18px;
  }

  .article__body-block-number {
    font-size: 70px;
  }

  .article__body-text .col9 {
    width: 100%;
  }

  .article__body p,
  .article__body-text ul li {
    font-size: 16px;
  }

  .article__body-h2 {
    font-size: 22px;
  }

  .plus {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .stage__dir-title {
    font-size: 4.4vw;
  }

  .stage__dirs {
    margin-left: -30px;
    margin-right: -30px;
  }

  .feedback--mod {
    padding-right: 50px;
  }
}

@media only screen and (max-width: 1100px) {
  .innovation > .row {
    min-height: auto;
  }

  .agrocode-awards__header {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 10px;
  }

  .highload-block__el-nmb {
    font-size: 30px;
  }
  .field-gallery__wrap {
    margin-top: 60px;
  }
  .article__body-text {
    padding: 0;
    background: none;
    margin-top: 50px;
  }

  .article__body-text img {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .articles__els.articles--infographic {
    display: flex;
  }
  .articles--infographic .articles__el-wrap {
    width: 33.33%;
    min-width: 33.33%;
  }
  .stage-content__title {
    font-size: 40px;
  }
  .stage-content__text p {
    font-size: 18px;
  }
  .stage-tabs--mod .stage-content:before {
    display: none;
  }
  .stage-tabs--mod .stage-content {
    min-height: auto;
  }

  .meetup-contacts .col3 {
    width: 50%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .meetup__els .col3 {
    width: 50%;
    min-width: 50%;
    margin-bottom: 15px;
  }
  .innovation--mod {
    background: rgb(42 52 65);
  }

  .article__body-blocks .col7 {
    flex-grow: 1;
  }

  .field-gallery {
    margin-top: 40px;
  }

  .innovation > .row > .col5,
  .innovation > .row > .col7 {
    width: 100%;
  }

  .innovation__img {
    margin-top: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .innovation__img--mod {
    margin-left: auto;
    margin-right: -45px;
  }

  .event-years__wrap {
    flex-wrap: wrap;
  }

  .event-years__wrap .akselerator__tabs {
    width: 100%;
    margin-bottom: 30px !important;
  }

  .intech-link {
    font-size: 20px;
    margin-top: 10px;
  }

  .intech-link img {
    width: 10px;
  }

  .partners__el-text {
    font-size: 12px;
    padding: 10px;
    border-radius: var(--border-radius-md);
  }

  .partners__el {
    padding: 15px;
    height: 12vw;
  }

  .section-wrap--big {
    margin-bottom: 40px;
  }

  .showcase__els .ordens__el-img {
    height: 75px;
    margin-bottom: 15px;
  }

  .showcase__els .ordens__el {
    min-height: 23vw;
  }
  .showcase__els .ordens__el {
    min-height: 250px;
  }
  .showcase__els .ordens__el-text {
    font-size: 14px;
  }

  .ordens__el-text--big {
    font-size: 18px;
  }
  .quote__img {
    width: 200px;
  }

  .hub__el-title,
  .hub__el--mod .hub__el-title {
    font-size: 30px;
  }

  .hub__el-text,
  .hub__el--mod .hub__el-text {
    font-size: 16px;
  }

  .analitika .hub__el:first-child {
    grid-column-start: inherit;
    grid-row-start: inherit;
  }

  .analitika {
    grid-template-columns: repeat(2, 1fr);
  }

  .hub__el {
    flex-grow: 1;
    min-height: 180px;
  }

  .podcast__block-rows {
    max-height: 100px;
  }

  .podcast__block-row {
    font-size: 14px;
  }

  .podcast__block-title {
    font-size: 18px;
  }

  .podcast__block {
    padding: 15px;
  }

  .podcast__el {
    padding: 15px;
  }

  .podcast__el-play {
    margin-right: 15px;
  }

  .podcast__el-title {
    font-size: 18px;
  }

  .podcast__el-text,
  .podcast__el-options {
    font-size: 14px;
  }

  .article__body-block--mod .article__body-block-text {
    font-size: 26px;
  }

  .article__body-block--mod .article__body-block-text p {
    font-size: 16px;
  }

  .ordens__el--stipendy .ordens__el-title--big {
    padding-right: 0;
    font-size: 20px;
  }

  .ordens__el--mod3 img {
    width: 64%;
    bottom: -7vw;
  }

  .article__body-block .col7,
  .article__body-block .col10 {
    width: 100%;
  }

  .article__body-block-wrap {
    width: 50%;
    min-width: 50%;
  }

  .article__body-block-wrap.col-12 {
    width: 100%;
  }

  .stipend__el {
    padding-left: 15px;
    padding-right: 15px;
    min-height: 220px;
  }

  .stipend__el-title {
    font-size: 16px;
  }

  .stipend__el:after {
    top: 15px;
    right: 15px;
  }
  .products__els-i-row {
    width: 50%;
  }

  .ordens-page .ordens__el-title {
    font-size: 16px;
  }

  .ordens-page .ordens__el {
    padding: 20px;
  }

  .stipendy__el-title {
    font-size: 16px;
  }

  .stage1__el:after {
    display: none;
  }

  .stage1 .col3 {
    width: 50%;
  }

  .startups__els > * {
    width: 50%;
  }

  .vacancy__el:before {
    opacity: 0 !important;
  }

  .vacancy__title {
    font-size: 18px;
  }

  .vacancy__el {
    padding: 20px;
    padding-bottom: 45px;
  }

  .articles__el-wrap {
    width: 50%;
    min-width: 50%;
  }

  .vacancy__link {
    display: none;
  }

  .articles-page .articles__el-wrap .articles__el {
    height: 100%;
  }

  .articles__els--mod4 .col3 > *,
  .articles__els--mod4 .col3,
  .articles__els--mod4 .col8,
  .articles__els--mod4 .col9 {
    width: 100%;
    min-width: 100%;
  }

  .articles__el--mod {
    min-height: auto;
  }

  .articles-page .articles__el-wrap--big {
    width: 100%;
  }

  .articles-page .articles__el-text {
    margin-bottom: 15px;
  }

  .feedback--mod:after {
    font-size: 10vw;
  }

  .feedback .col2 {
    width: 150px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .plus__wrap {
    transform: none;
  }
  .showcase__count {
    margin-top: 30px;
    margin-bottom: 25px;
    font-size: 24px;
  }
  .event__el-wrap {
    width: 50%;
    min-width: 50%;
  }
  .article__ps {
    width: 100%;
  }
  .article__ps p {
    font-size: 14px;
  }
  .articles--infographic .articles__el-wrap {
    width: 50%;
    min-width: 50%;
  }
  .faq__ps {
    font-size: 20px;
  }
  .aks__slider .glider-slide.active .stage-content__nmb {
    color: var(--color-green);
  }
  .stage-content__nmb {
    position: relative;
    font-size: 20px;
    color: var(--color-text);
    line-height: 1;
    margin-bottom: 8px;
    font-weight: bold;
  }
  .stage-content__nmb:after {
    content: '';
    position: absolute;
    height: 1px;
    border-bottom: 1px dashed var(--color-text);
    right: 10px;
    top: 9px;
    left: 20px;
    opacity: 0.5;
  }
  .stage-content__title {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .stage-content__date {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .stage-content__text p {
    font-size: 14px;
    opacity: 0.7;
    margin-bottom: 10px;
  }
  .stage-content__letters {
    display: none;
  }
  .plus__wrap {
    transform: none;
  }
  .plus__img {
    display: none;
  }
  .programm__hidden .intech-quote {
    font-size: 18px;
  }
  .programm__img {
    width: 150px;
    min-width: 150px;
    height: 150px;
    margin-bottom: 10px;
  }
  .programm__desc {
    width: calc(50% - 175px);
    min-width: calc(50% - 175px);
  }
  .programm__row {
    margin-top: 20px;
    padding-bottom: 20px;
  }
  .plus .section-wrap {
    margin-bottom: 0;
  }
  .products .products__link {
    font-size: 16px;
  }

  .reestr {
    padding-top: 0 !important;
    margin-top: 20px;
  }
  .products__els-i-row {
    min-width: 160px;
  }
  .agrocode-hub__el .col5 {
    width: 100%;
  }

  .org__el-hidden {
    display: none;
  }

  .programm__name,
  .programm__title {
    font-size: 18px;
  }

  .programm__block .col2 {
    width: 50%;
  }
  .programm__title.col4 {
    width: 50%;
  }
  .programm__title.col6 {
    width: 100%;
  }

  .programm__time {
    font-size: 16px;
  }

  .programm__letters {
    font-size: 16vw;
    top: -7.5vw;
  }

  .agrocode-hub__el .agrocode-hub__link {
    margin-bottom: 0 !important;
  }

  .agrocode-hub__el .col3 {
    width: 100%;
  }

  .org .row {
    margin-left: -4px;
    margin-right: -4px;
    width: calc(100% + 8px);
  }

  .org__el {
    height: 16vw;
  }

  .org__el-wrap {
    width: 33.33%;
    min-width: 33.33%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .org.row {
    margin-left: -4px;
    margin-right: -4px;
    width: calc(100% + 8px);
  }

  .org.row > * {
    padding-left: 4px;
    padding-right: 4px;
  }

  .agrocode-hub__el a {
    margin-bottom: 0;
    margin-top: 20px;
  }

  .agrocode-hub__el {
    padding: 15px;
  }

  .agrocode-hub__el .col {
    width: 50%;
    min-width: 50%;
    margin-left: 0 !important;
    margin-top: 20px;
  }

  .intech-els__el {
    margin-bottom: 20px;
    height: auto;
  }

  .intech-els .col4 {
    width: 100%;
  }

  .practice .akselerator__tabs--mod2 .akselerator__tab {
    font-size: 26px;
  }

  .article__body-text .article__els .col3 {
    width: 50%;
  }

  .article__body-logo {
    width: 120px;
    height: 120px;
    padding: 20px;
  }

  .ordens__el--stipendy .ordens__el-title--biggest {
    font-size: 30px;
  }

  .product .ordens__el--stipendy .btn {
    padding: 0 15px;
  }

  .podcast__block-rows {
    max-height: 250px;
  }

  .podcast__el-title {
    margin-bottom: 0;
  }

  .podcast__el-text {
    margin-bottom: 5px;
  }

  .podcast__body .col8 {
    margin-bottom: 20px;
  }

  .podcast__block {
    position: relative;
    top: 0;
  }

  .podcast__el {
    margin-right: 0;
  }

  .podcast__body {
    display: block;
  }

  .podcast__body > * {
    width: 100%;
  }

  .article__body-block-wrap {
    width: 100%;
  }

  .stipend__block-el-wrap {
    width: 100%;
    min-width: 100%;
    margin-bottom: 40px;
  }

  .stipend__block-row {
    flex-wrap: wrap;
  }

  .ordens__el-link {
    font-size: 14px;
  }

  .articles--archive {
    display: flex;
    flex-wrap: wrap;
  }

  .articles--archive .articles__el-wrap {
    width: 33.33%;
    min-width: 33.33%;
  }

  .articles--archive--mod .articles__el-wrap {
    width: 50%;
    min-width: 50%;
  }

  .articles--archive .articles__el-wrap:nth-child(9n + 6) .articles__el-text {
    display: block;
  }

  .articles--archive .articles__el-wrap:nth-child(9n + 8) .articles__el-text {
    display: none;
  }

  .page-events .event-years {
    padding-top: 40px;
  }

  .event__el-title,
  .event__el-text {
    padding-right: 50px;
  }

  .event__el:after {
    bottom: 15px;
    right: 15px;
  }

  .event__el-text {
    line-height: 1.4;
  }

  .event__el-date {
    height: 30px;
  }

  .event__el--big:after {
    bottom: 15px;
    right: 15px;
  }

  .event__el {
    padding: 15px;
  }

  .event__el-title {
    font-size: 16px;
  }

  .event__el {
    height: calc(20vw - 10px);
  }

  .event__el--big {
    height: 40vw;
  }

  .ordens-page .ordens__el {
    padding: 15px;
  }

  .ordens-page .ordens__el-text {
    font-size: 14px;
  }
  .tag2__content {
    font-size: 20px;
  }

  .tags2 {
    flex-wrap: wrap;
  }

  .tag2 {
    margin-bottom: 10px;
  }

  .products__els-i-img {
    max-width: 49%;
  }

  .products__els-i-link {
    font-size: 12px;
  }

  .products__els-i-title {
    font-size: 22px;
  }

  .stipendy__el {
    height: 70vw;
  }

  .stipendy .col3 {
    width: 50%;
    min-width: 50%;
  }

  .product .ordens__el {
    padding: 15px;
  }

  .article__els--mod .ordens__el-hh {
    font-size: 18px;
  }

  .stage__dirs img {
    width: 4.5vw;
  }

  .stage__dir-title {
    font-weight: bold;
  }

  .vacancy__el:after {
    bottom: 20px;
  }

  .vacancy__title {
    font-size: 16px;
  }

  .vacancy__el {
    height: 270px;
    padding-bottom: 30px;
  }

  .vacancy__el--empty {
    height: 40px;
  }

  .vacancy {
    margin-top: 50px;
  }
  .product .ordens__el {
    padding: 20px;
  }

  .article__els--mod3 .ordens__el-hh {
    font-size: 26px;
  }
}

@media only screen and (max-width: 840px) {
  .field__video {
    height: 55vw;
  }

  .intech-plus {
    padding-left: 60px;
    margin-top: 15px;
  }

  .intech-plus span {
    font-size: 14px;
  }

  .intech-plus img {
    margin-top: 7px;
    top: 50%;
    transform: translateY(-50%);
    width: 90px;
    left: -12px;
  }

  .showcase__els .ordens__el-text {
    font-size: 12px;
  }
  .showcase__els .ordens__el {
    min-height: 200px;
  }
  .showcase__els .ordens__el-img {
    height: 50px;
  }

  .showcase__els .ordens__el {
    padding: 15px;
  }

  .showcase .showcase__els {
    margin-left: -5px;
    margin-right: -5px;
    width: calc(100% + 10px);
  }

  .showcase .showcase__els > * {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
  }

  .quote__img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }

  .quote .row > * {
    width: 100%;
  }

  .stipend__el-wrap {
    width: 50%;
    margin-bottom: 20px;
    flex-grow: 1;
  }

  .stipend__el-title {
    font-size: 18px;
  }

  .stipend__el {
    min-height: 200px;
  }

  .stipend__el-letters {
    font-size: 12vw;
  }
}

@media only screen and (max-width: 767px) {
  .meetup__el-title {
    font-size: 20px;
  }
  .event__tabs {
    width: max-content;
    max-width: 900px;
    gap: 10px;
    margin-bottom: 30px;
  }
  .event__tab {
    white-space: nowrap;
    font-size: 12px;
    height: 20px;
    padding: 0 4px;
    margin: 0;
  }
  .btn--anim {
    box-shadow: none;
    border: 1px solid var(--color-text);
    margin: 0;
  }
  .btn--anim.active {
    box-shadow: none;
    border: 1px solid var(--color-green);
    color: var(--color-green);
  }

  .event__tabs-wrap {
    overflow-x: auto;
    overflow-y: hidden;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .highload-block__el-text {
    font-size: 16px;
  }
  .article__body h2 {
    font-size: 26px;
  }
  .programm__img {
    width: 80px;
    min-width: 80px;
    height: 80px;
    margin-right: 10px;
    border-radius: var(--border-radius-md);
  }
  .programm__desc {
    width: calc(100% - 90px);
    min-width: calc(100% - 90px);
  }
  .programm__name {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .programm__details {
    padding-left: 0;
    width: 100%;
  }
  .programm p {
    margin-bottom: 5px;
    font-size: 14px;
  }
  .programm__time,
  .programm__title {
    margin-bottom: 10px;
  }
  .agrocode-hub__block-nmb {
    font-size: 80px;
    top: -5px;
    left: 2px;
  }
  .d-lg-none {
    margin-top: 15px;
  }
  .products .products__link {
    margin-bottom: 30px;
  }
  .ordens__el-href,
  .ordens__el-href:after {
    width: 15px;
    height: 28px;
  }
  .products__els-i .ordens__el-href {
    top: 29px;
  }

  .stage-tab {
    font-size: 18px;
  }
  .stage-content {
    font-size: 20px;
  }

  .agrocode-hub__el p {
    width: 100%;
  }

  .innovation__els {
    flex-wrap: wrap;
  }

  .innovation__el {
    width: 100%;
    margin-bottom: 15px;
  }

  .innovation__title {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .innovation {
    padding: 15px;
  }

  .event-years__wrap .akselerator__tabs {
    justify-content: center;
  }

  .event-months {
    margin-bottom: 30px;
  }

  .event-years__wrap {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  }

  .cook__text {
    font-size: 16px;
  }

  .cook__title {
    font-size: 26px;
    margin-bottom: 15px;
  }

  .cook {
    min-height: 300px;
  }

  .cook__hh {
    font-size: 50px;
  }

  .hub__el {
    min-height: 180px;
  }

  .partners .article__els .ordens__el-wrap {
    width: 33.33%;
    min-width: 33.33%;
  }

  .partners__el {
    height: 14vw;
  }

  .articles {
    padding-top: 35px;
  }

  .article__body-logo {
    margin: 0;
    margin-right: 20px;
  }

  .article__body-about {
    margin-top: -40px;
  }

  .article__body-about .col4 {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 25px;
  }

  .article__body-about .col8 {
    width: 100%;
  }
  .showcase .showcase__els > * {
    width: 50%;
  }

  .analitika {
    grid-template-columns: repeat(1, 1fr);
  }

  .article__body-block--mod .article__body-block-text {
    font-size: 18px;
  }

  .article__body-block--mod {
    min-height: 160px;
  }

  .stipendy {
    padding-bottom: 50px;
  }

  .stipend__block-el-link {
    height: 50px;
    font-size: 16px;
  }

  .stipend__block-el-a {
    text-align: center;
  }
  .stipend__block-el {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .stipend__block-el-title {
    font-size: 20px;
    margin-bottom: 10px;
    text-align: center;
  }

  .stipend__block-el-wrap {
    margin-bottom: 0;
    margin-top: 25px;
  }

  .stipend__block-title {
    font-size: 20px;
    text-align: center;
  }

  .stipend__block-text {
    margin-bottom: 35px;
    text-align: center;
    font-size: 16px;
    margin-bottom: 0;
  }

  .stipend__block {
    padding: 15px;
    border-radius: var(--border-radius-lg);
  }

  .articles--archive .articles__el-wrap {
    width: 50%;
    min-width: 50%;
    flex-grow: 1;
  }

  .articles--archive .articles__el-wrap:nth-child(9n + 5),
  .articles--archive .articles__el-wrap:nth-child(9n + 6) {
    width: 100%;
    min-width: 100%;
  }

  .products__els-i-row {
    min-width: auto;
    width: 150px;
  }

  .startups__afisha br {
    display: none;
  }

  .akselerator__tabs--mod [data-tab][data-disabled='1']:before {
    left: 20px;
  }

  .products__desc {
    min-height: auto;
    margin-bottom: 0;
  }

  .event__el {
    height: 30vw;
    border-radius: var(--border-radius-md);
  }

  .event__el--big {
    height: 55vw;
  }

  .event-years .col6 {
    width: 100%;
  }

  .event-years .col4 {
    width: 100%;
    display: flex;
  }

  .event-years .col4 > * {
    width: 50%;
    flex-grow: 1;
  }

  .ordens {
    padding-top: 0;
  }

  .akselerator + .articles {
    padding-top: 0;
  }

  .akselerator__desc {
    padding-left: 0;
  }

  .akselerator__text {
    font-size: 18px;
  }

  [data-disabled='1']:before {
    width: 51px;
    height: 14px;
    font-size: 12px;
    text-align: center;
    bottom: 45px;
  }

  .akselerator__tab {
    font-size: 34px;
    margin-right: 20px;
  }

  .products__els-i-link {
    bottom: 20px;
    left: 25px;
  }

  .products__els-i {
    padding-bottom: 50px;
    min-height: 220px;
  }

  .products__els-i-block {
    width: 100%;
  }

  .products__els-i-img {
    display: none;
  }

  .products__els-i-wrap {
    width: 50%;
    min-width: 50%;
  }

  .feedback--mod:after {
    bottom: -5px;
  }

  .event-years {
    padding-top: 0;
  }

  .stipendy__el {
    padding: 15px;
    border-radius: var(--border-radius-md);
  }

  .article__els .ordens__el-wrap {
    width: 100%;
  }

  .stage__dir-title {
    font-size: 38px;
  }

  .stage__dirs {
    margin-left: 0;
    margin-right: 0;
    flex-wrap: wrap;
    justify-content: center;
  }

  .stage__dir {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .stage__dirs img {
    margin-left: 10px;
    margin-right: 10px;
    width: 35px;
  }

  .startups__els {
    margin-bottom: 40px;
  }

  .texting .col5 {
    width: 100%;
  }

  .vacancy__city {
    font-size: 10px;
  }

  .vacancy__el {
    width: 33.33%;
  }

  .article__els--mod3 .ordens__el {
    display: flex;
    flex-direction: column;
  }

  .article__els--mod3 .ordens__el-text {
    margin-bottom: 15px;
  }

  .article__els--mod3 .ordens__el-href {
    margin-top: auto !important;
  }

  .ordens__el-text {
    font-size: 14px;
  }

  .article__els--mod3 .ordens__el-hh {
    font-size: 22px;
  }
  .startups__el-text {
    font-size: 14px;
  }

  .startups__el {
    padding: 20px;
  }

  .products {
    padding-top: 0;
  }

  .startups__img2 {
    margin-top: 30px;
  }
  .ordens-page .ordens__el-wrap {
    width: 50%;
    min-width: 50%;
  }
}

@media only screen and (max-width: 575px) {
  .article__body-text ul li {
    font-size: 14px;
  }
  .articles__el-hidden {
    font-size: 14px;
  }
  .akselerator__tab {
    font-size: 26px;
  }
  .event-day__nmb {
    font-size: 13px;
  }
  .event-day__title {
    font-size: 11px;
  }
  .meetup__els .col4 {
    width: 100%;
    margin-bottom: 20px;
  }
  .stipend__el .ordens__el-href {
    position: absolute;
    bottom: 15px;
    right: 0px;
  }
  .stipend__el--mod {
    height: auto;
  }
  .article__body-text img {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .showcase__count {
    font-size: 20px;
  }
  .products__link {
    margin-bottom: 20px;
  }
  .section-wrap {
    margin-bottom: 40px;
  }
  .highload-block .col4 {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .highload-block__el img {
    height: 35px;
  }
  .highload-block__el-nmb {
    margin-top: 0;
  }
  .field__video-wrap {
    width: calc(100vw - 30px);
  }
  .articles-page .articles__el-text {
    line-height: 1.4;
  }

  .article__body p {
    line-height: 1.5;
  }
  .article__body h2 {
    font-size: 22px;
  }
  .article__body-text h4 {
    font-size: 20px;
    margin-bottom: 7px;
  }
  .article__body .infographic__options {
    border-radius: var(--border-radius-lg);
  }
  .infographic__options-wrap {
    margin-bottom: 90px;
    position: relative;
  }
  .infographic__options-wrap .btn {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -70px;
  }
  .article__body .infographic__options {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
  .articles--infographic .articles__el-wrap {
    width: 100%;
    min-width: 100%;
  }
  .faq__ps {
    font-size: 16px;
    margin-top: -25px;
    margin-bottom: 10px;
  }
  .faq__ps-title {
    font-size: 14px;
  }
  .faq__more {
    margin-top: 20px;
  }

  .innovation .texting a {
    font-size: 14px;
  }

  .agrocode-hub__block {
    font-size: 14px;
  }
  .agrocode-hub__block .mb-5 {
    margin-bottom: 0 !important;
  }
  .btn-more.opened:before {
    font-size: 18px;
  }
  .plus__wrap {
    display: flex;
    flex-wrap: wrap;
  }
  .btn-more.opened:before {
    font-size: 14px;
  }
  .meetup-contacts {
    padding: 15px;
  }
  .meetup-contacts .col3 {
    width: 100%;
  }
  .articles__els {
    margin-bottom: 15px;
  }

  .article__body table td,
  .article__body table td p {
    font-size: 14px;
  }
  .agrocode-hub__block .row img {
    width: 30px;
  }

  .ordens__el {
    padding: 15px;
  }

  .agrotech-hub__el-title {
    font-size: 24px;
  }

  .minh-280 {
    min-height: 180px !important;
  }

  .org__el-wrap {
    width: 50%;
    min-width: 50%;
  }

  .org__el {
    height: 25vw;
    border-radius: var(--border-radius-md);
  }

  .faq__more {
    font-size: 14px;
  }

  .faq__more img {
    position: relative;
    top: 3px;
  }

  .agrocode-hub__el p {
    font-size: 16px;
  }

  .agrocode-hub__el img {
    margin-top: 0 !important;
  }

  .agrocode-hub__el .col {
    width: 100%;
  }

  .btn-more {
    font-size: 14px;
  }

  .products__els--mod .products__els-i {
    padding: 15px;
  }

  .agrocode-hub__block {
    min-height: 100px;
    padding: 15px;
  }

  .innovation .flex-nowrap {
    flex-wrap: wrap !important;
  }

  .innovation .flex-nowrap > * {
    width: 100%;
  }

  .innovation .btn {
    margin-top: 25px;
    display: flex;
  }

  .innovation {
    text-align: center;
    border-radius: 0;
    margin-left: -15px;
    margin-right: -15px;
  }

  .innovation p {
    font-size: 14px;
  }

  .innovation:before {
    display: none;
  }

  .innovation__el {
    text-align: left;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    min-height: auto;
  }

  .innovation__el img {
    position: static;
    margin: 0;
    margin-left: 10px;
  }

  .event-empty {
    padding: 40px 0;
  }

  .intech-els__el-title {
    font-size: 18px;
  }

  .intech-els__el-text {
    font-size: 14px;
  }

  .event-years .akselerator__tab:not(:first-child):before {
    font-size: 20px;
    margin-right: 15px;
  }

  .partners__el {
    border-radius: var(--border-radius-md);
  }

  .partners .article__els .ordens__el-wrap {
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .partners .article__els {
    margin-left: -5px;
    margin-right: -5px;
    width: calc(100% + 10px);
  }

  .ordens__el--stipendy .ordens__el-title--biggest {
    font-size: 22px;
  }

  .product .ordens__el--stipendy .btn {
    font-size: 14px;
  }

  .product.pt-5 {
    padding-top: 0 !important;
  }

  .stipend__el-wrap:last-child {
    margin-bottom: 0;
  }

  .stipend__el--mod {
    min-height: auto !important;
    padding: 12px;
    padding-top: 12px !important;
    border-radius: var(--border-radius-sm);
  }
  .stipend__el--mod img {
    width: 30px;
  }

  .stipend__el-text {
    font-size: 12px;
    margin-top: 0 !important;
  }

  .podcast__el {
    padding: 10px;
    align-items: center;
  }

  .podcast__el-title {
    font-size: 16px;
  }

  .podcast__el-text,
  .podcast__el-options {
    font-size: 12px;
  }

  .podcast__el-play {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }

  .podcast__el-play:after {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
  }

  .ordens__el--stipendy .ordens__el-title--big {
    font-size: 16px;
  }

  .article__els--mod3 .ordens__el--mod3 {
    min-height: 160px;
  }

  .article__body-h2 {
    margin-bottom: 18px;
    font-size: 20px;
  }

  .article__body-block {
    padding: 15px;
    border-radius: var(--border-radius-md);
  }

  .article__body-block-number {
    margin-bottom: 10px;
    font-size: 60px;
  }

  .article__body-block-text {
    font-size: 14px;
  }

  .products__els-i-row {
    bottom: 15px;
  }

  .akselerator__tabs--mod [data-tab][data-disabled='1']:before {
    left: 4px;
  }
  [data-disabled='1']:before {
    bottom: 25px;
  }

  .article__body-text {
    padding-bottom: 0;
  }
  .feedback {
    padding: 15px;
    border-radius: var(--border-radius-md);
  }

  .articles__el--mod {
    min-height: auto !important;
  }

  .articles .col8 .articles__el {
    padding-right: 15px;
  }

  .articles .col8 .articles__el-title {
    font-size: 16px;
  }

  .articles__el--big .articles__el-title {
    font-size: 22px;
  }

  .articles__el--big .articles__views,
  .articles__el--big .articles__like {
    font-size: 18px;
  }

  .articles__el--big,
  .articles__el--big:before {
    border-radius: var(--border-radius-md);
  }

  .articles__el--big .link-share {
    width: 34px;
    height: 34px;
  }

  .articles__el--big .link-share img {
    width: 16px;
  }

  .event-years .akselerator__tab:after {
    font-size: 20px;
    margin-left: 15px;
  }

  .event-years .akselerator__tab {
    font-size: 20px;
    margin-right: 15px;
  }

  .event-years .col4 {
    display: block;
  }

  .event-years .col4 > * {
    width: 100%;
  }

  .event__el {
    height: 35vw;
  }

  .event__el--big {
    height: 55vw;
  }

  .ordens-page .akselerator {
    margin-bottom: 0;
  }
  .akselerator__desc {
    padding-top: 30px;
  }

  .akselerator {
    margin-bottom: 50px;
  }

  .tag2__content {
    font-size: 18px;
  }

  .tag2 {
    font-size: 14px;
  }

  .akselerator__tabs--mod2 .akselerator__tab {
    padding-left: 10px;
    padding-right: 10px;
  }

  .akselerator__tabs--mod2:before {
    background: none;
    border-top: 1px dashed rgba(255, 255, 255, 0.2);
    opacity: 1;
  }

  .product {
    margin-top: 50px;
  }
  .products__els-i-text {
    font-size: 14px;
    line-height: 1.4;
  }

  .products__els-i-title {
    font-size: 18px;
  }

  .stipendy {
    margin-bottom: 50px;
  }

  .quotes__slider {
    margin-top: 0;
  }

  .quotes {
    margin-bottom: 90px;
  }

  .stage1 {
    padding-top: 40px;
  }

  .stage1 .col3 {
    width: 100%;
  }

  .stage1__el {
    padding-right: 0;
    width: 100%;
    margin-bottom: 30px;
  }

  .stage1__el br {
    display: none;
  }

  .startups__els > * {
    width: 100%;
  }

  .vacancy__el--empty {
    padding: 0;
    height: 20px;
  }

  .vacancy__el {
    width: 50%;
  }

  .articles__el:after {
    bottom: 19px;
    right: 15px;
  }

  .articles__el-title {
    font-size: 14px;
  }

  .articles__views {
    font-size: 14px;
  }

  .articles__el {
    padding: 15px;
    min-height: 210px;
  }

  .article__els--mod3 .ordens__el-wrap {
    width: 100%;
  }

  .feedback--mod {
    padding: 20px 15px;
    padding-bottom: 40px;
    border-radius: var(--border-radius-md);
  }

  .feedback .col2 {
    width: 100%;
  }

  .startups__afisha {
    margin-bottom: 40px;
  }

  .faces {
    margin-top: 40px;
  }

  .startups__afisha {
    font-size: 20px;
    margin-top: 30px;
  }

  .products__els-i .ordens__el-href {
    top: 35px;
  }
}

@media only screen and (max-width: 500px) {
  .akselerator__tabs--mod2 .akselerator__tab {
    font-size: 20px;
  }
  .event__tabs {
    max-width: 600px;
  }
  .agrocode-awards__header {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.3;
  }

  .agrocode-awards__text {
    font-size: 14px;
    line-height: 1.4;
  }

  .stipend__el-wrap {
    width: 100%;
  }
  .programm__hidden {
    margin-right: -60px;
  }
  .meetup__els .col3,
  .programm__title.col4 {
    width: 100%;
  }
  .stage-tab {
    width: 50%;
  }

  .stage-tab small {
    text-align: left;
    padding-left: 10px;
    bottom: -10px;
  }

  .stage-tabs {
    flex-wrap: wrap;
  }

  .stage-tabs--mod {
    flex-wrap: nowrap;
  }

  .stage-tab-separator {
    display: none;
  }

  .stage-tabs--mod .stage-tab-separator {
    display: block;
  }

  .stage-content {
    font-size: 22px;
  }

  .agrocode-hub__block b {
    font-weight: 500;
    font-size: 18px;
  }

  .agrocode-hub__block .btn {
    width: auto;
  }

  .programm__block .col2 {
    width: 100%;
    margin-bottom: 5px;
  }

  .programm__block {
    margin-bottom: 50px;
  }

  .event-days__wrap {
    width: calc(100vw - 50px - 30px);
  }

  .event-days__prev {
    margin-right: 5px;
  }

  .event-days__next {
    margin-left: 5px;
  }

  .event-day--today:before {
    top: 1px;
    right: 1px;
    width: 4px;
    height: 4px;
  }

  .event-day {
    width: calc((100vw - 50px - 30px - 30px) / 7);
    height: calc((100vw - 50px - 30px - 30px) / 7);
  }

  .event-day__title {
    font-size: 10px;
    padding-top: 1px;
  }

  .event-day:not(:last-child) {
    margin-right: 5px;
  }

  .event-day__nmb {
    font-size: 12px;
  }

  .partners__el {
    position: static;
  }

  .partners .article__els {
    position: relative;
  }

  .partners__el-text {
    top: 100%;
  }

  .article__body-text .article__els .col3 {
    width: 100%;
  }

  .showcase__els .ordens__el-text {
    font-size: 10px;
  }

  .showcase__els .ordens__el-img {
    height: 40px;
    margin-bottom: 5px;
  }

  .ordens__el--stipendy .ordens__el-title--bigger {
    font-size: 22px;
  }

  .hub__el-title,
  .hub__el--mod .hub__el-title {
    font-size: 18px;
    margin-bottom: 7px;
  }

  .hub__el-text,
  .hub__el--mod .hub__el-text {
    font-size: 14px;
    line-height: 1.3;
  }
  .articles--archive .articles__el-wrap {
    width: 100%;
    min-width: 100%;
    flex-grow: 0;
  }

  .btn--green:after,
  .btn--green:before {
    border-radius: var(--border-radius-sm);
  }

  .ordens-page .ordens__el-wrap {
    width: 100%;
    min-width: 100%;
  }

  .ordens-page .ordens__el {
    min-height: auto;
  }
  .products__els-i-wrap {
    width: 100%;
  }

  .products__els-i {
    min-height: auto;
  }

  .stipendy__el {
    padding: 10px;
  }

  .stipendy__el-title {
    font-size: 12px;
    line-height: 1.4;
  }

  .stipendy .row {
    margin-left: -4px;
    margin-right: -4px;
  }

  .stipendy .col3 {
    padding-left: 4px;
    padding-right: 4px;
  }
  .stage1 {
    padding: 15px;
  }

  .stage1__el-nmb {
    font-size: 40px;
  }

  .stage1__el-title {
    font-size: 16px;
  }

  .stage__dir-title {
    font-size: 30px;
  }

  .articles {
    padding-top: 40px;
  }

  .articles__el-wrap {
    width: 100%;
  }
  .quiz-agrotech__final-btns .btn {
    height: 64px;
  }
  .articles__views:before {
    width: 17px;
    min-width: 17px;
    height: 10px;
  }

  .articles__like:before {
    width: 15px;
    min-width: 15px;
    height: 14px;
  }

  .articles__views span,
  .articles__like span {
    font-size: 10px;
  }
}

@media only screen and (max-width: 400px) {
  .akselerator__tabs--mod2 .akselerator__tab {
    font-size: 16px;
  }
  .stage-tabs--mod .stage-tab {
    font-size: 36px;
  }
  .partners__el {
    height: 20vw;
  }

  .partners .article__els .ordens__el-wrap {
    width: 50%;
    min-width: 50%;
  }

  .showcase .showcase__els > * {
    width: 100%;
  }

  .showcase__els .ordens__el {
    min-height: auto;
  }
  .showcase__els .ordens__el {
    min-height: 180px;
  }
  .podcast__el {
    display: block;
  }

  .podcast__el-play {
    position: absolute;
    top: 10px;
    left: 10px;
  }

  .podcast__el-title {
    line-height: 1.2;
    margin-bottom: 4px;
    padding-left: 60px;
    min-height: 50px;
  }

  .podcast__el {
    flex-wrap: wrap;
    padding-bottom: 25px;
  }
  .event__el:after {
    width: 30px;
    height: 30px;
    border-radius: var(--border-radius-sm);
  }

  .event__el-date {
    border-radius: var(--border-radius-sm);
  }

  .event__el--big .event__el-title {
    font-size: 22px;
  }

  .event__el {
    height: auto;
  }
  .event__el-title {
    padding-right: 0;
    margin-top: 15px;
  }
  .event__el-options {
    height: 30px;
  }

  .event__el--big {
    height: 65vw;
  }

  .quotes__slider {
    margin-top: 0;
  }

  .vacancy__city {
    margin-bottom: 15px;
  }

  .vacancy__el {
    height: 220px;
  }

  .vacancy__el--empty {
    height: 7px;
  }

  .vacancy__el {
    padding-left: 10px;
    padding-right: 10px;
  }
}
