@charset "UTF-8";
@import url('../css/normalize.css');
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter.woff2") format("woff2");
  src: url("../fonts/Inter.woff") format("woff");
  src: url("../fonts/Inter.ttf") format("truetype");
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.stretch, html, body {
  min-width: 100%;
  min-height: 100%;
}

.banner__h3, .banner__about h3, .banner__org h3, .banner__developers h3, .banner__partners h3, .banner__registration h3, .registaration__banner h3 {
  font-size: 48px;
  font-weight: 300;
  margin: 0;
  line-height: 100%;
  letter-spacing: 0;
  position: absolute;
}

.banner__mod, .banner__main, .banner__about, .banner__program, .banner__org, .banner__developers, .banner__partners, .banner__registration, .registaration__banner {
  border-radius: 14px;
  position: relative;
  cursor: pointer;
}

.a_hover, footer .footer__form_main a:hover, .footer__btns a:hover, .registration__enter:hover, .registration__reg:hover {
  text-decoration: none;
  color: #009C9C;
  background: #ffffff;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.footer__btn, .footer__form .footer__btn-flex a, .footer__form .footer__btn-flex button, .footer__btns a, .registration__link {
  background-color: #009C9C;
  font-size: 15px;
  color: #ffffff;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 200;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.input, .registration__form input, .registration__form button {
  margin-bottom: 27px;
  padding: 25.5px 0;
  border-radius: 14px;
  border: none;
  font-size: 24px;
  padding-left: 30px;
}

.block, .program {
  background-color: #ffffff;
  color: #494949;
  font-size: 32px;
  font-weight: 300;
}

@media screen and (max-width: 1919px) {
  .banner__h3, .banner__about h3, .banner__org h3, .banner__developers h3, .banner__partners h3, .banner__registration h3, .registaration__banner h3 {
    font-size: 36px;
  }
}

.dnone {
  display: none !important;
}

body {
  background: #009C9C;
  height: 100px;
  font-family: "Inter";
  margin: 0;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

.wrapper {
  width: 1720px;
  margin: 0 auto;
}

@media (max-width: 1919px) {
  .wrapper {
    width: 1500px;
  }
}

@media (max-width: 1599px) {
  .wrapper {
    width: 1400px;
  }
}

@media (max-width: 1439px) {
  .wrapper {
    width: 1300px;
  }
}

@media (max-width: 1359px) {
  .wrapper {
    width: 1200px;
  }
}

@media (max-width: 1239px) {
  .wrapper {
    width: 1100px;
  }
}

@media (max-width: 1100px) {
  .wrapper {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

a {
  text-decoration: none;
  color: unset;
}

a:hover {
  text-decoration: underline;
}

h2 {
  font-weight: 400;
  font-size: 48px;
  color: #009C9C;
  letter-spacing: 5px;
  line-height: 100%;
}

.header {
  height: 125px;
  background-color: #ffffff;
  z-index: 200;
  position: relative;
  border-bottom: 1px solid #797979;
}

.header__menu {
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  vertical-align: middle;
  padding: 27px 0;
}

.header__menu .logo {
  font-size: 36px;
  font-weight: 700;
}

.header__menu .logo img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: auto;
  margin-bottom: auto;
}

.header__menu .login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: auto;
  margin-bottom: auto;
}

.burger {
  display: none;
}

.menu {
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: auto;
  margin-bottom: auto;
}

.menu ul {
  padding: 0;
  margin-top: auto;
  margin-bottom: auto;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 300;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 100%;
}

.menu ul a {
  color: #494949;
  text-decoration: none;
  padding-right: 35px;
}

.menu ul a:hover {
  text-decoration: underline;
}

.menu ul .link_active {
  text-decoration: none;
}

.mobile_menu {
  display: block;
  background-color: #ffffff;
  width: 320px;
  height: 100%;
  position: fixed;
  border-bottom: 1px #E0E0E0 solid;
  border-right: 1px #E0E0E0 solid;
  border-top: 1px #E0E0E0 solid;
  left: -1000px;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
  z-index: 1500;
}

.mobile_menu ul {
  margin-top: 125px;
  list-style: none;
  font-size: 26px;
  padding-left: 0;
}

.mobile_menu ul li {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  border: 1px solid #E0E0E0;
}

.mobile_menu ul li:hover a {
  text-decoration: none;
}

.burger__active {
  left: 0;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
}

.mobile_menu {
  display: block;
  background-color: #ffffff;
  width: 320px;
  height: 100%;
  position: fixed;
  border-bottom: 1px #E0E0E0 solid;
  border-right: 1px #E0E0E0 solid;
  border-top: 1px #E0E0E0 solid;
  left: -1000px;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
  z-index: 1500;
}

.mobile_menu ul {
  margin-top: 125px;
  list-style: none;
  font-size: 26px;
  padding-left: 0;
}

.mobile_menu ul li {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  border: 1px solid #E0E0E0;
}

.mobile_menu ul li:hover a {
  text-decoration: none;
}

.burger__active {
  left: 0;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
}

@media screen and (max-width: 1919px) {
  .menu ul {
    font-size: 16px;
  }
}

@media (max-width: 1359px) {
  .header__menu .logo {
    padding-right: 35px;
  }
  .menu ul {
    font-size: 15px;
  }
}

@media (max-width: 1239px) {
  .menu ul {
    font-size: 13px;
  }
}

@media (max-width: 1100px) {
  .menu {
    display: none;
  }
  .header__menu {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .header__menu .logo {
    padding-right: 0;
  }
  .header__menu .logo img {
    margin-right: 0;
  }
  .burger {
    display: block;
    width: 50px;
    position: relative;
    cursor: pointer;
    margin-top: 15px;
    z-index: 2000;
  }
  .burger span {
    content: '';
    height: 3px;
    width: 100%;
    background: #000000;
    position: absolute;
    top: 20px;
    z-index: 200;
  }
  .burger span::after {
    content: '';
    height: 3px;
    width: 100%;
    background: #000000;
    position: absolute;
    bottom: 10px;
    z-index: 200;
  }
  .burger span::before {
    content: '';
    height: 3px;
    width: 100%;
    background: #000000;
    position: absolute;
    top: 10px;
    z-index: 200;
  }
  .cross {
    display: block;
    width: 50px;
    height: 50px;
    position: relative;
    cursor: pointer;
    top: 40px;
    left: 30px;
    z-index: 2000;
  }
  .cross span {
    content: '';
    height: 3px;
    width: 0;
  }
  .cross span::after {
    content: '';
    height: 3px;
    width: 100%;
    background: #000000;
    position: absolute;
    bottom: 27px;
    z-index: 200;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .cross span::before {
    content: '';
    height: 3px;
    width: 100%;
    background: #000000;
    position: absolute;
    top: 20px;
    z-index: 200;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .account__login img {
    margin-right: 0;
  }
}

@media (max-width: 700px) {
  .mobile_menu ul {
    font-size: 20px;
  }
}

.main__index, .registration__index, .contacts__index {
  background: right 0% url("../img/back_sots.png") no-repeat, #ffffff;
  padding-bottom: 0px;
  min-width: 100%;
  min-height: 100%;
}

.main__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  row-gap: 30px;
  -webkit-column-gap: 30px;
          column-gap: 30px;
  padding-top: 104px;
}

@media screen and (max-width: 1150px) {
  .main__flex {
    padding-top: 50px;
  }
}

.banner__main {
  width: 100%;
  height: 589px;
  background-color: #009C9C;
  background: 85px 50px no-repeat url("../img/logo_white.svg"), url("../img/banner.png") no-repeat center;
  cursor: default;
}

.banner__main p {
  position: absolute;
  left: 513px;
  top: 80px;
  color: #ffffff;
  font-size: 26px;
  font-weight: 300;
  line-height: 53px;
}

.banner__main p span {
  font-size: 96px;
  font-weight: 700;
}

.banner__main a {
  position: absolute;
  top: 397px;
  left: 513px;
  color: #009C9C;
  background-color: #ffffff;
  font-size: 32px;
  font-weight: 500;
  padding: 21px 70px 22px;
  border-radius: 14px;
  background: linear-gradient(2deg, #ffffff 61.6%, #009C9C 127.08%);
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
}

.banner__main a:hover {
  text-decoration: none;
  background: linear-gradient(2deg, #009C9C 61.6%, #ffffff 127.08%);
  color: #ffffff;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
}

.banner__main img {
  display: none;
}

@media (max-width: 1359px) {
  .banner__main p {
    font-size: 24px;
  }
  .banner__main p span {
    font-size: 72px;
  }
}

@media (max-width: 1239px) {
  .banner__main a {
    left: 520px !important;
  }
}

@media (max-width: 1100px) {
  .banner__main {
    background: 85px 50px no-repeat url("../img/logo_white_200.png"), url("../img/banner_1281.jpg") no-repeat center;
  }
  .banner__main a {
    left: 50px !important;
    top: 450px;
    font-size: 20px;
  }
  .banner__main p {
    left: 50px;
    top: 300px;
    font-size: 20px;
  }
  .banner__main p span {
    font-size: 52px;
  }
}

@media (max-width: 700px) {
  .banner__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: url("../img/banner_1281.jpg") no-repeat center;
  }
  .banner__main a {
    font-size: 16px;
    position: static;
    width: 400px;
    padding-right: 0;
    padding-left: 0;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .banner__main p {
    width: 400px;
    font-size: 16px;
    position: static;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .banner__main p span {
    font-size: 42px;
  }
  .banner__main img {
    display: block;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
  }
}

@media (max-width: 450px) {
  .banner__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: url("../img/banner_500.png") no-repeat center;
  }
  .banner__main a {
    font-size: 16px;
    position: static;
    width: 200px;
    padding-right: 0;
    padding-left: 0;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .banner__main p {
    width: 300px;
    font-size: 16px;
    line-height: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    position: static;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .banner__main p span {
    font-size: 42px;
  }
  .banner__main img {
    display: block;
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
  }
}

.banner__about {
  margin-top: 47px;
  background-color: #ffffff;
  width: 1055px;
  height: 281px;
}

.banner__about h3 {
  top: 38px;
  left: 85px;
  color: #009C9C;
}

.banner__about p {
  position: absolute;
  width: 790px;
  height: 72px;
  margin: 0;
  top: 128px;
  left: 136px;
  text-align: right;
  font-size: 30px;
  font-weight: 300;
}

.label__lt {
  content: '';
  width: 0;
  height: 0;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  cursor: pointer;
  border-right: 30px solid #d9d9d9;
  position: absolute;
  top: 153px;
  left: 40px;
}

.label__gt {
  content: '';
  width: 0;
  height: 0;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  cursor: pointer;
  border-left: 30px solid #d9d9d9;
  position: absolute;
  top: 153px;
  right: 40px;
}

.banner__program {
  background: right 100% no-repeat url("../img/main_small_banner.png"), #ffffff;
  width: 639px;
  height: 282px;
  margin-top: 47px;
}

.banner__program h3 {
  position: absolute;
  top: 179px;
  left: 37px;
  font-size: 48px;
  font-weight: 300;
  color: #009C9C;
  margin: 0;
}

@media screen and (min-width: 1921px) {
  .banner__main {
    background: 16% 50px no-repeat url("../img/logo_white.svg"), url("../img/banner.png") no-repeat center;
  }
  .banner__main p {
    left: 35%;
  }
  .banner__main a {
    left: 35%;
  }
}

@media screen and (min-width: 2520px) {
  .banner__main {
    background: 25% 50px no-repeat url("../img/logo_white.svg"), url("../img/banner.png") no-repeat center;
  }
  .banner__main p {
    left: 40%;
  }
  .banner__main a {
    left: 40%;
  }
}

@media screen and (min-width: 3200px) {
  .banner__main {
    background: 30% 50px no-repeat url("../img/logo_white.svg"), url("../img/banner.png") no-repeat center;
  }
  .banner__main p {
    left: 40%;
  }
  .banner__main a {
    left: 40%;
  }
}

@media screen and (max-width: 1919px) {
  .banner__main a {
    left: 600px;
  }
  .banner__about {
    width: 500px;
  }
  .banner__about p {
    width: 300px;
    font-size: 20px;
    left: 60px;
  }
  .banner__about h3 {
    font-size: 36px;
  }
  .banner__program h3 {
    font-size: 36px;
  }
  .label__lt {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 20px solid #d9d9d9;
  }
  .label__gt {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 20px solid #d9d9d9;
  }
}

.about {
  background: right 100% url("../img/about.png") no-repeat, #ffffff;
  color: #494949;
  font-size: 32px;
  font-weight: 300;
}

.about h2 {
  margin: 0;
  padding-top: 150px;
  font-size: 80px;
  color: #494949;
  font-weight: 400;
}

.about p {
  margin: 0;
}

.about p:first-child {
  padding-bottom: 55px;
  padding-top: 100px;
}

.about ul {
  margin: 0 0 0 40px;
}

.about .about__txt {
  width: 1018px;
  padding-bottom: 200px;
}

.about .about__txt span {
  font-weight: 500;
}

@media (max-width: 1439px) {
  .about {
    background: #ffffff;
  }
  .about__txt {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 1100px) {
  .about {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
    background: #ffffff;
  }
  .about .about__txt {
    width: 100%;
    padding-bottom: 100px;
  }
  .about h2 {
    font-size: 64px;
    padding-top: 50px;
  }
  .about p:first-child {
    padding-top: 50px;
  }
}

@media (max-width: 700px) {
  .about {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
    background: #ffffff;
  }
  .about .about__txt {
    width: 100%;
    padding-bottom: 100px;
  }
  .about h2 {
    font-size: 48px;
    padding-top: 50px;
  }
  .about p:first-child {
    padding-top: 50px;
  }
}

@media (max-width: 450px) {
  .about {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
    background: #ffffff;
  }
  .about .about__txt {
    width: 100%;
    padding-bottom: 100px;
  }
  .about h2 {
    font-size: 36px;
    padding-top: 50px;
  }
  .about p:first-child {
    padding-top: 50px;
  }
}

@media (max-width: 359px) {
  .about h2 {
    font-size: 30px;
  }
}

.slider-review {
  background: #B4B4B4;
  height: 533px;
  position: relative;
  overflow: hidden;
}

.slider-review__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 96px;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
}

.slider-review__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 150px;
  margin-right: 150px;
  overflow: hidden;
}

.slider-review__txt {
  width: 1020px;
  color: #ffffff;
  font-weight: 300;
  font-size: 32px;
  text-align: center;
  margin-left: 28px;
  margin-top: 0;
}

.slider-review__txt_signature {
  text-align: right;
  position: absolute;
  right: 130px;
  bottom: -76px;
}

.slider-review__thumb {
  height: 283px;
  margin-right: 28px;
  -o-object-fit: contain;
     object-fit: contain;
}

.slider-review .label__lt {
  top: 220px;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  border-right: 44px solid #ffffff;
  z-index: 999;
}

.slider-review .label__gt {
  top: 220px;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  border-left: 44px solid #ffffff;
  z-index: 999;
}

@media (max-width: 1780px) {
  .slider-review__txt {
    width: 700px;
    font-size: 26px;
    margin-left: 0;
  }
  .slider-review__slide {
    margin: 0;
  }
  .slider-review {
    height: 633px;
  }
}

@media (max-width: 1400px) {
  .slider-review__txt {
    width: 500px;
    font-size: 20px;
    margin-left: 30px;
  }
  .slider-review__slide {
    margin: 0;
  }
}

@media (max-width: 1100px) {
  .slider-review__txt {
    width: 400px;
    font-size: 18px;
    margin-left: 0;
  }
  .slider-review__slide {
    margin: 0;
  }
  .slider-review {
    height: 933px;
  }
}

@media (max-width: 950px) {
  .slider-review__thumb {
    width: 310px;
    height: 283px;
    margin-left: auto;
    margin-right: auto;
  }
  .slider-review__txt {
    width: 400px;
    font-size: 18px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .slider-review__slide {
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 550px) {
  .slider-review__thumb {
    width: 150px;
    height: unset;
    margin-left: auto;
    margin-right: auto;
  }
  .slider-review .label__lt {
    top: 150px;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-right: 22px solid #ffffff;
  }
  .slider-review .label__gt {
    top: 150px;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-left: 22px solid #ffffff;
  }
  .slider-review__txt {
    width: 300px;
    font-size: 20px;
  }
}

@media (max-width: 359px) {
  .slider-review__txt {
    width: 250px;
    font-size: 16px;
    text-align: center;
  }
}

.program {
  background: right 0% url("../img/back_sots.png") no-repeat, #ffffff;
}

.program h2 {
  margin: 0;
  padding-top: 150px;
  font-size: 80px;
  color: #494949;
  font-weight: 400;
  margin-left: 40px;
}

.program h3 {
  margin: 0;
  font-size: 64px;
  color: #009C9C;
  z-index: 20;
  position: relative;
  background-color: transparent;
}

.program .program-header__left {
  width: 50%;
  margin-bottom: 42px;
}

.program .program-header__left h3 {
  margin-left: 57px;
}

.program .program-header__right {
  width: 50%;
}

.program .program-column__right {
  width: 50%;
  position: relative;
}

.program .program-column__right .program__content ul li::after {
  left: 227px !important;
}

.program .program-column__right .program__content ul li::before {
  left: 227px;
}

.program .program-column__left {
  width: 50%;
  position: relative;
}

.program .program__headers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.program .program__content_flex ul li:after {
  left: 390px !important;
}

.program .program__content_flex:before {
  left: 407px !important;
}

.program .program__content {
  color: #009C9C;
  margin-left: 51px;
}

.program .program__content ul {
  padding: 0;
  margin-bottom: 14px;
}

.program .program__content ul li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.program .program__content ul li .program__timestamp {
  font-size: 32px;
  font-weight: 600;
  width: 200px;
  position: relative;
}

.program .program__content ul li .program__timestamp p {
  width: 200px;
  background-color: transparent;
  font-weight: 600;
  padding-top: 51px;
}

.program .program__content ul li .program__timestamp .heart {
  position: absolute;
  top: 50px;
  left: -80px;
  z-index: 19;
  cursor: pointer;
}

.program .program__content ul li .program__timestamp svg {
  cursor: pointer;
  padding-top: 51px;
}

.program .program__content ul li .program__timestamp svg path {
  fill: #ffffff;
}

.program .program__content ul li .program__timestamp svg:hover path {
  fill: #009C9C;
}

.program .program__content ul li .program__timestamp_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 320px;
}

.program .program__content ul li .program__timestamp_flex p {
  margin-left: 85px;
}

.program .program__content ul li::after {
  position: absolute;
  content: '';
  background-color: #929292;
  left: 227px !important;
  margin-top: 47px;
  z-index: 20;
  width: 24px;
  aspect-ratio: 1;
  border-radius: 50%;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #009C9C)) padding-box, conic-gradient(transparent 0%, #009C9C 50%, transparent 100%) border-box;
  -webkit-mask: linear-gradient(#009C9C 0 0) padding-box, conic-gradient(transparent 0%, #009C9C 50%, transparent 100%) border-box;
          mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #009C9C)) padding-box, conic-gradient(transparent 0%, #009C9C 50%, transparent 100%) border-box;
          mask: linear-gradient(#009C9C 0 0) padding-box, conic-gradient(transparent 0%, #009C9C 50%, transparent 100%) border-box;
}

.program .program__content ul li::before {
  position: absolute;
  content: '';
  background-color: #ffffff;
  top: 10px;
  left: 227px;
  margin-top: 47px;
  z-index: 19;
  width: 24px;
  aspect-ratio: 1;
  border-radius: 50%;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #009C9C)) padding-box, conic-gradient(transparent 0%, #009C9C 50%, transparent 100%) border-box;
  -webkit-mask: linear-gradient(#009C9C 0 0) padding-box, conic-gradient(transparent 0%, #009C9C 50%, transparent 100%) border-box;
          mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #009C9C)) padding-box, conic-gradient(transparent 0%, #009C9C 50%, transparent 100%) border-box;
          mask: linear-gradient(#009C9C 0 0) padding-box, conic-gradient(transparent 0%, #009C9C 50%, transparent 100%) border-box;
}

.program .program__content ul li:last-child .program__timestamp p {
  padding-top: 95px;
  z-index: 50;
}

.program .program__content ul li:last-child .program__timestamp .heart {
  position: absolute;
  top: 95px;
  left: -80px;
}

.program .program__content ul li:last-child .program__txt {
  padding-top: 95px;
}

.program .program__content ul li:last-child::after {
  position: absolute;
  margin-top: 98px;
}

.program .program__content ul li:last-child::before {
  top: 60px;
}

.program .program__content p {
  background-color: #ffffff;
  z-index: 20;
  position: relative;
  margin: 0;
  padding-top: 34px;
  font-size: 30px;
  font-weight: 300;
  width: 680px;
}

.program .program__content .program__p_mt {
  margin-top: 65px;
  padding-top: 20px;
}

.program .program__content .program__p_mb {
  margin-bottom: 65px;
  padding-bottom: 17px;
}

.program .program__content .program__p_pb {
  padding-bottom: 17px;
}

.program .program__content .program__p_grey {
  color: #929292;
}

.program .program__content_2nd {
  position: relative;
  margin-left: 0;
}

.program .program__content_2nd ul li::after {
  left: 227px !important;
}

.program .program__content_2nd::before {
  left: 237px !important;
}

.program .program__content::before {
  content: "";
  position: absolute;
  top: 77px;
  left: 288px;
  width: 5px;
  height: calc(100% - 80px);
  background-color: #929292;
  z-index: 10;
}

.program .program__txt {
  padding-top: 51px;
  padding-left: 93px;
}

.program .program__txt p {
  font-weight: 400;
  max-width: 400px;
  margin-bottom: 0;
  padding-top: 0;
  background-color: transparent;
}

.program .program__txt p:nth-child(2) {
  margin-top: 0;
}

.program .program__txt .program__txt_z {
  z-index: 30;
}

.program .program__txt .program__txt_tin {
  font-weight: 200;
  margin-top: 0;
}

.program .program__txt .program__txt_tin-end {
  font-weight: 200;
  margin-top: 0;
  color: #7B7B7B;
  z-index: 30;
}

.program .program__p_end {
  padding-bottom: 350px;
}

@media (max-width: 1599px) {
  .program h3 {
    font-size: 48px;
  }
  .program .program__content p {
    font-size: 24px;
    width: 550px;
  }
  .program .program__content .program__txt_z {
    width: 350px;
  }
  .program .program-column__right {
    width: 50%;
    position: relative;
  }
  .program .program-column__right .program__content ul li::before {
    left: 227px !important;
  }
  .program .program__content::before {
    left: 272.5px;
  }
  .program .program__links {
    padding-bottom: 177px;
  }
  .program .program__link {
    font-size: 38px;
    padding: 16px 250px 27px 84px;
  }
}

@media (max-width: 1439px) {
  .program h3 {
    font-size: 42px;
  }
  .program .program__content .program__p_end {
    padding-bottom: 410px;
  }
  .program .program__content p {
    font-size: 20px;
    width: unset;
    max-width: 500px;
  }
  .program .program__content .program__txt_z {
    width: 350px;
  }
  .program .program__content .program__txt {
    max-width: 300px;
  }
  .program .program__content .program__txt .program__txt_tin {
    width: unset;
    max-width: 300px;
  }
  .program .program__links {
    padding-bottom: 188px;
  }
  .program .program__link {
    font-size: 36px;
    padding: 15px 250px 25px 70px;
  }
  .program .program__timestamp p {
    padding-left: 37px;
  }
}

@media (max-width: 1359px) {
  .program h3 {
    font-size: 42px;
  }
  .program .program__content .program__p_end {
    padding-bottom: 410px;
  }
  .program .program__content p {
    font-size: 18px;
    max-width: 500px;
  }
  .program .program__content .program__txt_z {
    width: 350px;
  }
  .program .program__links {
    padding-bottom: 191px;
  }
  .program .program__link {
    font-size: 36px;
    padding: 15px 250px 25px 70px;
  }
}

@media (max-width: 1239px) {
  .program h3 {
    font-size: 42px;
  }
  .program .program__content .program__p_end {
    padding-bottom: 410px;
  }
  .program .program__content p {
    font-size: 18px;
    width: 450px;
  }
  .program .program__content .program__txt {
    width: 150px;
  }
  .program .program__content .program__txt p {
    width: 150px;
  }
  .program .program__content .program__txt_z {
    width: 200px;
  }
  .program .program__links {
    padding-bottom: 212px;
  }
  .program .program__link {
    font-size: 36px;
    padding: 15px 250px 25px 70px;
  }
}

@media (max-width: 1000px) {
  .program .program__headers {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .program .program-column__left {
    margin-left: auto;
    margin-right: auto;
    width: 400px;
  }
  .program .program-header__left {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .program .program-header__left h3 {
    margin-left: 0;
  }
  .program .program-column__right {
    margin-left: auto;
    margin-right: auto;
    width: 400px;
    z-index: 19;
    background-color: #ffffff;
  }
  .program .program-column__right .program__content ul li:after {
    left: 189px !important;
  }
  .program .program-column__right .program__content ul li:before {
    left: 189px !important;
  }
  .program .program-header__right {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .program .program-header__right h3 {
    margin-left: 0;
  }
  .program .program__content::before, .program .program__content_2nd::before {
    left: 199px !important;
  }
  .program .program__content, .program .program__content_2nd {
    margin-left: 0 !important;
  }
  .program .program__content ul li:before, .program .program__content_2nd ul li:before {
    left: 189px !important;
  }
  .program .program__content ul li:after, .program .program__content_2nd ul li:after {
    left: 189px !important;
  }
  .program .program__content ul li:last-child:after, .program .program__content_2nd ul li:last-child:after {
    left: 189px !important;
  }
  .program .program__content .program__p_end, .program .program__content_2nd .program__p_end {
    padding-bottom: 100px;
  }
  .program .program__timestamp p {
    padding-left: 0;
  }
  .program .program__link {
    background: unset;
    padding: 15px 100px 25px;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: all ease 1s;
    transition: all ease 1s;
  }
  .program .program__link:hover {
    background: unset;
    color: #ffffff;
    background-color: #000000;
    -webkit-transition: all ease 1s;
    transition: all ease 1s;
  }
  .program h2 {
    text-align: center;
    margin-left: 0;
  }
}

@media (max-width: 700px) {
  .program h2 {
    font-size: 48px;
  }
}

@media (max-width: 550px) {
  .program__headers div.program-column__right div.program__content.program__content_2nd p {
    max-width: 420px;
  }
  .program .program__headers .program-column__left .program__content p, .program .program__headers .program-column__right .program__content p {
    max-width: 420px;
  }
  .program .program__headers .program-column__left .program__content ul li .program__timestamp p, .program .program__headers .program-column__right .program__content ul li .program__timestamp p {
    margin-left: 20px;
  }
  .program .program__headers .program-column__left .program__content ul li .program__txt, .program .program__headers .program-column__right .program__content ul li .program__txt {
    padding-left: 73px;
  }
  .program .program__headers .program-column__left .program__content ul li .program__txt p, .program .program__headers .program-column__right .program__content ul li .program__txt p {
    width: 140px;
  }
  .program.program_izbrannnoe.program_ras .program__headers.program__headerz_izbran.program_raspisanie .program-column__left .program__content ul li .program__txt {
    padding-left: 0;
  }
}

@media (max-width: 450px) {
  .program .program-column__right {
    width: 380px;
  }
  .program .program-column__left {
    width: 380px;
  }
  .program h2 {
    font-size: 36px;
  }
  .program .program__content ul {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .program .program__content ul li .program__timestamp {
    width: 150px;
  }
  .program .program__content ul li .program__timestamp p {
    width: 150px;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    text-align: unset;
  }
  .program .program__content ul li p {
    font-size: 16px;
  }
  .program .program__content ul li .program__txt p {
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    text-align: unset;
  }
  .program .program__content ul li:after {
    left: 139.5px !important;
  }
  .program .program__content ul li:last-child:after {
    left: 139.5px !important;
  }
  .program .program__content ul li:before {
    left: 139.5px !important;
  }
  .program .program__content p {
    width: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .program .program__content::before {
    left: 189px !important;
  }
  .program .program-header__left h3, .program .program-header__right h3 {
    font-size: 32px;
  }
  .program .program__txt {
    padding-left: 45px;
  }
  .program .program__link {
    width: 280px;
    font-size: 20px;
    padding: 15px 40px 20px;
    text-align: center;
  }
  div.program__headers div.program-column__right div.program__content.program__content_2nd ul li:before {
    left: 139.5px !important;
  }
  div.program__headers div.program-column__right div.program__content.program__content_2nd ul li:after {
    left: 139.5px !important;
  }
  .program .program__headers .program-column__left .program__content ul li .program__txt {
    padding-left: 30px;
  }
  .program__headers div.program-column__right div.program__content.program__content_2nd ul li div.program__txt {
    padding-left: 30px;
  }
}

@media (max-width: 400px) {
  .program .program-column__right {
    width: 300px;
  }
  .program .program-column__left {
    width: 300px;
  }
  .program .program__content::before {
    left: 149px !important;
  }
}

@media (max-width: 370px) {
  .program .program__content ul li .program__txt p {
    font-size: 14px;
  }
}

@media (max-width: 359px) {
  .program .program__headers .program-column__left .program__content ul li .program__txt p, .program .program__headers .program-column__right .program__content ul li .program__txt p {
    width: 120px;
  }
}

@media (max-width: 340px) {
  .program .program__content ul li .program__txt p {
    font-size: 13px;
  }
}

.program__links {
  padding-top: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  z-index: 20;
  position: relative;
  background-color: #ffffff;
  padding-bottom: 160px;
}

.program__link {
  border: 2px solid #494949;
  padding: 19px 325px 31px 84px;
  border-radius: 14px;
  font-size: 46px;
  color: #3E3E3E;
  font-weight: 400;
  background: url("/img/arrow.png") no-repeat 90% 50%;
  -webkit-transition: background ease 1s;
  transition: background ease 1s;
}

.program__link:hover {
  text-decoration: none;
  background: url("/img/arrow.png") no-repeat 140% 50%;
  -webkit-transition: background ease 1s;
  transition: background ease 1s;
  background-color: #3E3E3E;
  color: #ffffff;
}

.our-guests {
  z-index: 20;
  position: relative;
  background: #009C9C;
}

.our-guests h2 {
  color: #ffffff;
  font-size: 80px;
  font-weight: 400;
  margin-top: 0;
  padding-top: 71px;
  margin-bottom: 115px;
  z-index: 20;
  position: relative;
}

.our-guests__container {
  display: -ms-grid;
  display: grid;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  color: #ffffff;
  padding-bottom: 56px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 50px;
}

.our-guests__item {
  -ms-grid-column-align: center;
      justify-self: center;
  place-items: center;
  display: -ms-grid;
  display: grid;
}

.our-guests__item img {
  height: 299px;
  width: 299px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  -ms-grid-column-align: center;
      justify-self: center;
}

.our-guests__item .our-guests__text {
  width: 304px;
  text-align: center;
  margin-top: 30px;
}

.our-guests__item .our-guests__text .second-name {
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 0;
}

.our-guests__item .our-guests__text .name {
  font-size: 20px;
  font-weight: 400;
  margin: 0;
}

.our-guests__item .our-guests__text .grade {
  font-size: 16px;
  font-weight: 300;
}

.our-guests__item .our-guests__text .company {
  font-size: 16px;
  font-weight: 300;
}

@media (max-width: 1919px) {
  .our-guests .our-guests__container {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (max-width: 1439px) {
  .our-guests .our-guests__container {
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (max-width: 1239px) {
  .our-guests .our-guests__container .our-guests__item img {
    width: 249px;
    height: 249px;
  }
  .our-guests .our-guests__container .our-guests__item .our-guests__text {
    width: 254px;
  }
  .our-guests .our-guests__container .our-guests__item .our-guests__text .second-name {
    font-size: 20px;
  }
  .our-guests .our-guests__container .our-guests__item .our-guests__text .second-name span {
    font-size: 18px;
  }
}

@media (max-width: 1100px) {
  .our-guests .our-guests__container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .our-guests .our-guests__container .our-guests__item {
    place-items: unset;
    height: 500px;
  }
  .our-guests .our-guests__container .our-guests__item img {
    width: 209px;
    height: 209px;
  }
  .our-guests .our-guests__container .our-guests__item .our-guests__text {
    width: 214px;
  }
  .our-guests .our-guests__container .our-guests__item .our-guests__text .second-name {
    font-size: 20px;
  }
  .our-guests .our-guests__container .our-guests__item .our-guests__text .second-name span {
    font-size: 18px;
  }
}

@media (max-width: 1000px) {
  .our-guests .our-guests__container {
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
  }
  .our-guests .our-guests__container .our-guests__item {
    margin-bottom: 50px;
  }
  .our-guests h2 {
    text-align: center;
    padding-left: 0;
  }
}

@media (max-width: 939px) {
  .our-guests .our-guests__container {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
  .our-guests .our-guests__container .our-guests__item {
    margin-right: 20px;
    margin-left: 20px;
  }
  .our-guests .our-guests__container .our-guests__item img {
    width: 209px;
    height: 209px;
  }
  .our-guests .our-guests__container .our-guests__item .our-guests__text {
    width: 214px;
  }
  .our-guests .our-guests__container .our-guests__item .our-guests__text .second-name {
    font-size: 20px;
  }
  .our-guests .our-guests__container .our-guests__item .our-guests__text .second-name span {
    font-size: 18px;
  }
}

@media (max-width: 700px) {
  .our-guests h2 {
    text-align: center;
    padding-left: 0;
    font-size: 48px;
  }
}

@media (max-width: 600px) {
  .our-guests .our-guests__container {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .our-guests h2 {
    text-align: center;
    padding-left: 0;
    font-size: 48px;
  }
}

@media (max-width: 450px) {
  .our-guests h2 {
    text-align: center;
    padding-left: 0;
    font-size: 36px;
  }
}

@media (max-width: 359px) {
  .our-guests h2 {
    font-size: 30px;
  }
}

.organisators {
  background: #ffffff;
}

.organisators h2 {
  margin: 0;
  color: #494949;
  font-size: 80px;
  padding-top: 150px;
  font-weight: 400;
}

.organisators .organisators__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.organisators .organisators__container .organisators__img {
  height: 261px;
  width: auto;
  margin-top: 151px;
}

@media (max-width: 1599px) {
  .organisators h2 {
    text-align: center;
  }
  .organisators .organisators__container .organisators__img {
    height: 200px;
  }
}

@media (max-width: 1359px) {
  .organisators h2 {
    text-align: center;
  }
  .organisators .organisators__container {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .organisators .organisators__container .organisators__img {
    height: 150px;
  }
}

@media (max-width: 1000px) {
  .organisators h2 {
    text-align: center;
  }
  .organisators .organisators__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .organisators .organisators__container img {
    width: unset;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

@media (max-width: 850px) {
  .organisators h2 {
    text-align: center;
  }
}

@media (max-width: 700px) {
  .organisators h2 {
    font-size: 48px;
  }
}

@media (max-width: 420px) {
  .organisators h2 {
    font-size: 36px;
  }
}

@media (max-width: 359px) {
  .organisators h2 {
    font-size: 30px;
  }
}

.developers {
  background: #ffffff;
}

.developers .developers__columns {
  padding-top: 243px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.developers .developers__columns h2 {
  margin: 0;
  color: #494949;
  font-size: 80px;
  width: 50%;
  font-weight: 400;
}

.developers .program__links {
  width: 50%;
  padding-top: 0;
}

.developers .developers__link {
  padding-bottom: 150px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.17);
  width: unset;
  margin: 0 auto;
  padding-top: 100px;
}

.developers .developers__link a {
  font-size: 32px;
  font-weight: 300;
}

.developers .developers__container {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.developers .developers__container .developer__img {
  margin: 0 40px;
  -o-object-fit: contain;
     object-fit: contain;
}

.developers .developers__container .developers__marshall {
  height: auto;
  width: 311px;
}

.developers .developers__container .developers__daf {
  width: 310px;
  height: auto;
}

.developers .developers__container .developers__standart {
  height: 171px;
  width: auto;
}

.developers .developers__container .developers__hourse {
  height: 171px;
  width: auto;
}

.developers .developers__container .developers__unity {
  height: 171px;
  width: auto;
}

.developers .developers__container .developers__amd {
  height: auto;
  width: 306px;
}

.developers .developers__container .developers__wolt {
  height: 143px;
  width: 309px;
}

.developers .developers__container .developers__byd {
  height: 143px;
  width: 216px;
}

.developers .developers__container .developers__pardamep {
  height: 171px;
  word-spacing: auto;
}

.developers .developers__container .developers__tbs {
  height: auto;
  width: 242px;
}

.developers .developers__container .developers__avsp {
  height: 309px;
  width: auto;
}

.developers .developers__container .developers__svg {
  height: 218px;
  width: auto;
}

.developers .developers__container .developers__next {
  height: auto;
  width: 303px;
}

.developers .developers__container .developers__zew {
  height: 171px;
  width: auto;
}

.developers .developers__container .developers__aea {
  width: 293px;
  height: auto;
}

.developers .developers__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1599px) {
  .developers .developers__columns .program__links .program__link {
    padding: 19px 300px 31px 75px;
  }
}

@media (max-width: 1359px) {
  .developers .developers__columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .developers .developers__columns h2 {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    width: unset;
  }
  .developers .developers__columns .program__links {
    padding-top: 100px;
    margin-left: auto;
    margin-right: auto;
  }
  .developers .developers__columns .program__links .program__link {
    padding: 19px 250px 31px 75px;
    font-size: 40px;
  }
}

@media (max-width: 1239px) {
  .developers .developers__columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .developers .developers__columns h2 {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
  }
  .developers .developers__columns .program__links {
    padding-top: 100px;
    margin-left: auto;
    margin-right: auto;
  }
  .developers .developers__columns .program__links .program__link {
    padding: 19px 250px 31px 75px;
    font-size: 32px;
  }
}

@media (max-width: 1100px) {
  .developers .developers__columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .developers .developers__columns h2 {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    font-size: 64px;
  }
  .developers .developers__columns .program__links {
    padding-top: 100px;
    margin-left: auto;
    margin-right: auto;
  }
  .developers .developers__columns .program__links .program__link {
    padding: 20px 50px;
    font-size: 24px;
    background: #ffffff;
    margin-left: auto;
    margin-right: auto;
  }
  .developers .developers__columns .program__links .program__link:hover {
    color: #ffffff;
    background-color: #000000;
  }
}

@media (max-width: 1100px) {
  .developers .developers__columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .developers .developers__columns h2 {
    font-size: 52px;
  }
}

@media (max-width: 700px) {
  .developers .developers__link a {
    font-size: 16px;
  }
  .developers .developers__columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .developers .developers__columns .program__links {
    width: unset;
  }
  .developers .developers__columns .program__links .program__link {
    font-size: 16px;
  }
  .developers .developers__columns h2 {
    font-size: 48px;
  }
  .developers .developers__container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .developers .developers__container .developer__img {
    max-width: 100px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

@media (max-width: 450px) {
  .developers .developers__columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .developers .developers__columns h2 {
    font-size: 36px;
  }
}

@media (max-width: 360px) {
  .developers .developers__columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .developers .developers__columns h2 {
    font-size: 30px;
  }
}

.partners {
  background-color: #ffffff;
  min-height: 68vh;
}

.partners h2 {
  margin: 0;
  font-size: 80px;
  color: #494949;
  padding-top: 150px;
  padding-bottom: 150px;
}

.partners .partners__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.partners .partners__img {
  margin: 0 40px;
  padding-bottom: 100px;
}

.partners .partners__voronej {
  height: 114px;
  width: auto;
}

.partners .partners__kazah {
  height: 178px;
  width: auto;
}

.partners .partners__sgugit {
  height: 145px;
  width: auto;
}

.partners .partners__link {
  padding-bottom: 150px;
  width: unset;
  margin: 0 auto;
  padding-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.partners .partners__link a {
  font-size: 32px;
  font-weight: 300;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1599px) {
  .partners h2 {
    text-align: center;
  }
}

@media (max-width: 1239px) {
  .partners .partners__container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 1100px) {
  .partners h2 {
    font-size: 64px;
  }
}

@media (max-width: 1000px) {
  .partners h2 {
    font-size: 52px;
  }
}

@media (max-width: 700px) {
  .partners h2 {
    font-size: 48px;
  }
  .partners .partners__link a {
    font-size: 16px;
  }
  .partners .partners__container .partners__img {
    width: 200px;
    -o-object-fit: contain;
       object-fit: contain;
    margin: 0 15px;
  }
}

@media (max-width: 450px) {
  .partners h2 {
    font-size: 36px;
  }
  .partners .partners__container .partners__img {
    width: 150px;
  }
}

@media (max-width: 360px) {
  .partners h2 {
    font-size: 30px;
  }
  .partners__container .partners__img {
    width: 110px !important;
  }
}

@media (min-width: 2559px) {
  .registration__index {
    min-height: 68vh !important;
  }
}

@media (min-width: 3839px) {
  .registration__index {
    min-height: 60vh !important;
  }
}

.registration__index {
  min-height: 40vh;
}

.registration__href:hover {
  text-decoration: none;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
}

.registration__href:hover .registration {
  background-color: #ffffff;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
}

.registration__href:hover .registration__h2 {
  color: #009C9C;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
}

.registration__href {
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
  cursor: pointer;
}

.registration__href .registration {
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
}

.registration__h2 {
  text-align: center;
  color: #ffffff;
  font-size: 80px;
  margin: 0;
  font-weight: 400;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
  padding-top: 51px;
  padding-bottom: 58px;
}

.registration__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #ffffff;
  padding-top: 150px;
}

.registration__section .registration__flex {
  margin-left: auto;
  margin-right: auto;
  width: 776px;
}

.registration__section .registration__flex button {
  background-color: #009C9C;
  color: #ffffff;
  font-size: 30px;
  padding-top: 13px;
  padding-bottom: 13px;
  border-radius: 11px;
  cursor: pointer;
}

.registration__horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.registration__horizontal input {
  margin-bottom: 0 !important;
  width: 376px;
  padding: 15px 0 !important;
}

.registration__horizontal select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  background: url("/img/arrow_green.png");
  background-size: auto;
  background-repeat: no-repeat;
  background-position-x: 90%;
  background-position-y: 18px;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  margin-right: 0;
  padding: 1rem;
  padding-right: 2rem;
  background-color: #ffffff;
  border: 1px solid #727171;
  border-radius: 11px;
  padding: 15px 56px;
  font-size: 16px;
  color: #B3B2B2;
  font-weight: 200;
  width: 382px;
  text-align: center;
}

.registration__horizontal select option {
  background-color: #ffffff;
}

.registaration__check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 200;
  font-size: 14px;
  margin-top: 22px;
  margin-bottom: 31px;
}

.registaration__check input {
  margin: 0 !important;
  width: 25px;
  height: 25px;
  border-radius: 5px;
}

.registaration__check p {
  margin: 5px 0 0 5px;
  font-size: 14px;
}

@media (max-width: 1100px) {
  .registration__h2 {
    font-size: 64px;
  }
}

@media (max-width: 1000px) {
  .registration__h2 {
    font-size: 52px;
  }
}

@media (max-width: 850px) {
  .registration__h2 {
    font-size: 48px;
  }
  .registration__section .registration__flex {
    width: 600px;
  }
  .registration__section .registration__p {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .registration__horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .registration__horizontal input {
    margin-bottom: 22px !important;
    width: 100%;
  }
  .registration__horizontal select {
    width: 100%;
  }
}

@media (max-width: 700px) {
  .registration__h2 {
    font-size: 48px;
  }
  .registration__section {
    padding-top: 100px;
  }
  .registration__section .registration__flex {
    width: 400px;
  }
  .registration__section .registration__flex button {
    font-size: 20px;
  }
  .registration__section .registration__p {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 450px) {
  .registration__h2 {
    font-size: 36px;
  }
  .registration__section .registration__flex {
    width: 300px;
  }
  .registration__section .registration__flex button {
    font-size: 16px;
  }
  .registration__section .registration__p {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 360px) {
  .registration__h2 {
    font-size: 30px;
  }
  .registration__section .registration__flex {
    width: 280px;
  }
  .registration__section .registration__p {
    width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
}

.guests__link {
  padding-bottom: 150px;
  width: unset;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.guests__link a {
  font-size: 32px;
  font-weight: 300;
  margin-left: auto;
  margin-right: auto;
}

.guests {
  background: #ffffff;
  position: relative;
}

.guests__h2 {
  margin-top: 0px;
  margin-bottom: 131px;
  color: #494949;
  font-size: 80px;
  padding-top: 150px;
}

.main__guests {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  padding-bottom: 66px;
  overflow: visible;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
}

.label__lt_guests {
  content: '';
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  cursor: pointer;
  border-right: 20px solid #009C9C;
  position: absolute;
  top: 460px;
  left: 50px;
  z-index: 50;
}

.label__gt_guests {
  content: '';
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  cursor: pointer;
  border-left: 20px solid #009C9C;
  position: absolute;
  top: 103px;
  right: 50px;
  z-index: 50;
  top: 460px;
}

.guests__block {
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}

.guests__block img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  height: 239px;
  border: 0px solid;
  background-color: #ffffff;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
}

.guests__block p {
  font-size: 22px;
  text-align: center;
  font-weight: 300;
  margin-left: auto;
  margin-right: auto;
}

.guests__block p span {
  font-size: 20px;
  font-weight: 200;
}

@media screen and (max-width: 1919px) {
  .guests__block {
    width: 1500px;
  }
  .guests__block img {
    width: 120px;
    height: auto;
  }
  .guests__block p {
    font-size: 14px;
  }
  .guests__block p span {
    font-size: 12px;
  }
}

.banner__org {
  width: 1801px;
  background: #ffffff;
  margin-bottom: 80px;
}

.banner__org h3 {
  top: 37px;
  left: 144px;
  color: #009C9C;
}

.banner__org .org__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 128px;
  padding-bottom: 63px;
  height: 151px;
}

.banner__org .org__items .org_img_1 {
  width: auto;
  height: 120px;
}

.banner__org .org__items .org_img_2 {
  width: auto;
  height: 120px;
}

.banner__org .org__items .org_img_3 {
  width: auto;
  height: 120px;
}

.banner__org .org__items img {
  margin-left: 40px;
  margin-right: 40px;
}

.banner__developers {
  background: #009C9C;
  width: 845px;
  height: 345px;
}

.banner__developers h3 {
  color: #ffffff;
  top: 37px;
  left: 34px;
}

.banner__developers a {
  background-color: #CCEBEB;
  color: #009C9C;
  font-size: 20px;
  padding: 5px 64px;
  border-radius: 9px;
  position: absolute;
  top: 104px;
  left: 34px;
}

.banner__developers a:hover {
  text-decoration: none;
}

.banner__partners {
  background: #009C9C;
  width: 845px;
  height: 345px;
}

.banner__partners h3 {
  top: 37px;
  left: 37px;
  color: #ffffff;
}

.banner__registration, .registaration__banner {
  width: 1375px;
  height: 375px;
  background: left 100% no-repeat url("../img/reg__back.png"), linear-gradient(84.69deg, #FFFFFF 22.02%, #009C9C 100.33%);
  background-size: contain;
  position: relative;
  margin-top: 80px;
}

.banner__registration h3, .registaration__banner h3 {
  top: 49px;
  right: 105px;
  color: #ffffff;
  position: absolute;
}

.logo__big {
  margin-top: 80px;
}

.fairy__h2 {
  padding-left: 49px;
}

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

.guests__block_quad img {
  width: 300px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 1919px) {
  .banner__developers {
    width: 550px;
  }
  .banner__partners {
    width: 550px;
  }
  .banner__registration, .registaration__banner {
    width: 800px;
  }
  .guests__block_quad img {
    width: 308px;
  }
  .guests__h2 {
    font-size: 42px;
  }
}

@media screen and (max-width: 1599px) {
  .guests__block {
    width: 1400px;
  }
  .guests__block_quad img {
    width: 290px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .guests__h2 {
    text-align: center;
    padding-left: 0;
  }
  .label__lt_guests {
    left: 20px;
    top: 420px;
  }
  .label__gt_guests {
    right: 20px;
    top: 420px;
  }
}

@media screen and (max-width: 1439px) {
  .guests__block {
    width: 1300px;
  }
  .guests__block_quad {
    margin-left: 15px;
    margin-right: 15px;
  }
  .guests__block_quad img {
    width: 400px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .label__lt_guests {
    top: 450px;
  }
  .label__gt_guests {
    top: 450px;
  }
}

@media screen and (max-width: 1359px) {
  .guests__block {
    width: 1200px;
  }
  .guests__block_quad img {
    width: 365px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

@media screen and (max-width: 1239px) {
  .guests__block {
    width: 1100px;
  }
  .guests__block_quad img {
    width: 300px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .label__gt_guests {
    top: 400px;
    right: 80px;
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 50%;
    position: absolute;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    border: none;
  }
  .label__gt_guests::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
    width: 12px;
    height: 12px;
    border-right: 3px solid black;
    border-top: 3px solid black;
  }
  .label__lt_guests {
    top: 400px;
    left: 80px;
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 50%;
    position: absolute;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    border: none;
  }
  .label__lt_guests::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(225deg);
            transform: translate(-50%, -50%) rotate(225deg);
    width: 12px;
    height: 12px;
    border-right: 3px solid black;
    border-top: 3px solid black;
  }
}

@media (max-width: 1100px) {
  .guests__h2 {
    font-size: 40px;
  }
  .guests__block {
    width: 100%;
  }
}

@media (max-width: 1000px) {
  .guests__h2 {
    font-size: 36px;
  }
  .guests__block_quad img {
    width: 47vw;
  }
  .label__lt_guests {
    top: 550px;
  }
  .label__gt_guests {
    top: 550px;
  }
}

@media (max-width: 1000px) {
  .guests__block_quad img {
    width: 46vw;
  }
}

@media (max-width: 700px) {
  .guests__h2 {
    font-size: 26px;
  }
  .guests__link a {
    font-size: 16px;
  }
  .guests__block_quad img {
    width: 92vw;
  }
}

@media (max-width: 550px) {
  .label__lt_guests {
    top: 500px;
    left: 40px;
  }
  .label__gt_guests {
    top: 500px;
    right: 40px;
  }
}

@media (max-width: 450px) {
  .guests__h2 {
    font-size: 20px;
    line-height: 25px;
  }
  .label__lt_guests {
    top: 450px;
  }
  .label__gt_guests {
    top: 450px;
  }
}

@media (max-width: 360px) {
  .registration__h2 {
    font-size: 30px;
  }
  .registration__section .registration__flex {
    width: 280px;
  }
  .registration__section .registration__p {
    width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
}

footer {
  background-color: #009C9C;
  color: #ffffff;
  height: 365px;
  z-index: 110;
  position: relative;
}

footer .footer__address {
  line-height: 100%;
  font-weight: 300;
  font-size: 20px;
  width: 417px;
}

footer .footer__address .phone {
  padding: 10px 0;
}

footer address {
  font-style: normal;
}

footer .footer__form_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
}

footer .footer__form_main a {
  background-color: #009C9C;
  font-size: 15px;
  color: #ffffff;
  padding: 4px 54px 4px;
  border: 2px solid #ffffff;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 200;
}

footer .footer__form_main .inputs input {
  margin-top: 6px;
}

footer .footer__map {
  cursor: pointer;
}

footer .footer__map .title {
  margin-top: 0;
  font-weight: 400;
}

.footer__main-block {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
}

.footer__links {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 35px;
  -webkit-column-gap: 30px;
          column-gap: 30px;
  row-gap: 10px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  max-width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer__links a {
  white-space: nowrap;
}

.footer__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  max-width: 1210px;
  gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer__columns {
  max-width: 850px;
}

.footer__form {
  max-width: 515px;
  font-size: 12px;
}

.footer__form input {
  border-radius: 6px;
  padding-left: 23px;
  padding-right: 5px;
  color: #727171;
  border: none;
  font-weight: 300;
  background-color: #EEEEEECC;
  width: 100%;
  line-height: 1.8;
}

.footer__form .textarea {
  overflow: hidden;
  border-radius: 6px;
}

.footer__form .textarea textarea {
  width: 100%;
  resize: none;
  color: #727171;
  padding: 13px 5px 79px 23px;
  margin-top: 0;
  border-radius: 6px;
  border: none;
  font-weight: 300;
  background-color: #EEEEEECC;
}

.footer__form .title {
  font-size: 20px;
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 12px;
}

.footer__form .subtitle {
  font-weight: 200;
}

.footer__form .footer__btn-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.footer__form .footer__btn-flex a {
  border: 2px solid #ffffff;
  padding: 7px 37px;
  border-radius: 6px;
}

.footer__form .footer__btn-flex a:hover {
  text-decoration: none;
  color: #009C9C;
  background-color: #ffffff;
}

.footer__form .footer__btn-flex button {
  border: 2px solid #ffffff;
  padding: 7px 37px;
  border-radius: 6px;
}

.footer__form .footer__btn-flex button:hover {
  text-decoration: none;
  color: #009C9C;
  background-color: #ffffff;
}

.footer__copyright {
  text-align: center;
}

.footer__copyright p {
  font-size: 13px;
  margin-top: 28px;
  font-weight: 300;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 65px;
}

.footer__copyright span {
  font-weight: bold;
}

.footer__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer__btns a {
  width: 162px;
  border: 1px solid #ffffff;
  text-align: center;
  margin: 0 27px;
  padding: 1.5px 0;
}

@media screen and (max-width: 1919px) {
  .footer__form h4 {
    text-align: center;
  }
  .footer__form .footer__btn-flex a {
    margin: 0 auto;
  }
  .footer__form .footer__btn-flex button {
    margin: 0 auto;
  }
}

@media (max-width: 1359px) {
  .footer__items {
    width: 100%;
  }
}

@media (max-width: 1100px) {
  .footer__main-block {
    margin-left: auto;
    margin-right: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 25px;
  }
  .footer__form {
    margin: 0;
  }
  .main__flex {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .footer__btn-flex {
    margin-top: 25px;
  }
  .footer__copyright {
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer__links {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer__links a {
    padding-left: 10px;
    padding-right: 10px;
  }
  .footer__items {
    width: unset;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer__items .footer__logo img {
    margin-right: 0;
  }
  .footer__items .ncsp_logo img {
    margin-right: 0;
  }
  .footer__items .qr__footer img {
    margin-right: 0;
  }
  .footer__items div {
    padding: 0 20px;
  }
  footer .footer__address {
    padding-top: 20px;
  }
}

@media (max-width: 850px) {
  .footer__links {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer__links a {
    font-size: 14px;
  }
  footer .footer__address {
    font-size: 16px;
    text-align: center;
  }
  footer .footer__map {
    margin-right: 20px;
  }
  footer .footer__form {
    margin-left: 20px;
  }
}

@media (max-width: 798px) {
  footer .footer__map {
    margin-right: 0;
  }
  footer .footer__map h4 {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .footer__form {
    margin: 0;
  }
  .footer__form h4 {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}

@media (max-width: 778px) {
  footer .footer__form {
    margin: 0;
  }
}

@media (max-width: 778px) {
  footer .footer__links a {
    padding-bottom: 20px;
  }
  footer .footer__map img {
    margin-right: 0;
  }
}

@media (max-width: 540px) {
  footer .footer__form {
    max-width: 300px;
  }
  footer .footer__address {
    font-size: 14px;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  footer .footer__items {
    width: 100%;
    padding-left: 0;
  }
}

@media (max-width: 540px) {
  .qr__footer {
    padding-top: 50px;
  }
}

.registaration__banner {
  width: 100%;
  height: 554px;
  margin-top: 0px;
}

.registration__index {
  padding-bottom: 64px;
  background: #ffffff;
  position: relative;
}

.registration__index .graphic-honeycombs {
  z-index: 0;
  position: absolute;
  right: 0;
}

.registration__index_pt106 {
  padding-top: 106px;
}

.registration__link {
  font-size: 32px;
  font-weight: 300;
  padding: 5px 52px;
  border-radius: 14px;
}

.registration__link:hover {
  opacity: 0.7;
  text-decoration: none;
}

.registration__enter {
  position: absolute;
  top: 149px;
  right: 166px;
  font-size: 36px;
  border: 3px solid #ffffff;
  border-radius: 11px;
  color: #ffffff;
  padding: 28px 223px;
}

.registration__reg {
  position: absolute;
  top: 301px;
  right: 166px;
  font-size: 36px;
  border: 3px solid #ffffff;
  border-radius: 11px;
  color: #ffffff;
  padding: 28px 102px;
}

@media (max-width: 1250px) {
  .registaration__banner {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    background: left 100% no-repeat #009C9C;
  }
}

@media (max-width: 1000px) {
  .registaration__banner {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    background: left 100% no-repeat #009C9C;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .registaration__banner a {
    position: static;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 700px) {
  .registaration__banner a {
    font-size: 24px;
    padding-left: 25px;
    padding-right: 25px;
    width: 370px;
    text-align: center;
  }
}

@media (max-width: 550px) {
  .registaration__banner a {
    border-width: 1px;
    font-size: 20px;
    padding-left: 25px;
    padding-right: 25px;
    width: 260px;
    text-align: center;
  }
}

@media (max-width: 450px) {
  .registaration__banner a {
    width: 220px;
    font-size: 16px;
  }
}

@supports ((-webkit-backdrop-filter: blur(10px)) or (backdrop-filter: blur(10px))) {
  .popup__registration, .popup__med, .popup__med_continue, .popup__med_choose, .popup__search, .menu__blur, .popup__edit, .popup__photo {
    position: fixed;
    width: 100%;
    height: 100%;
    font-weight: 400;
    background-color: #1D1C1C5E;
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    top: 0;
    left: 0;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    overflow-y: hidden;
    overflow-x: hidden;
    -webkit-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
    cursor: pointer;
    z-index: 500;
  }
}

@supports not ((-webkit-backdrop-filter: blur(10px)) or (backdrop-filter: blur(10px))) {
  .popup__registration, .popup__med, .popup__med_continue, .popup__med_choose, .popup__search, .menu__blur, .popup__edit, .popup__photo {
    position: fixed;
    width: 100%;
    height: 100%;
    font-weight: 400;
    background-color: #1D1C1C5E;
    top: 0;
    left: 0;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    overflow-y: hidden;
    overflow-x: hidden;
    -webkit-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
    cursor: pointer;
  }
  .popup__registration::before {
    background-color: rgba(74, 71, 71, 0.7);
    content: '';
    position: absolute;
    inset: 0%;
    z-index: -1;
    -webkit-filter: blur(28px);
            filter: blur(28px);
  }
}

.popup__body, .popup__med-body, .popup__med-body_continue, .popup__med-body_choose, .popup__search-body, .popup__photo-body {
  max-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 10px;
  position: relative;
  height: 0;
  padding: 0;
  display: flex;
  z-index: 2000;
  top: 532px;
  left: 0px;
}

.popup__edit-body {
  max-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 10px;
  position: relative;
  height: 0;
  padding: 0;
  display: flex;
  z-index: 2000;
  top: 732px;
  left: 0px;
}

.popup__content, .popup__med-content, .popup__med-content_continue, .popup__search-content, .popup__photo-content {
  background-color: #fff;
  color: #000;
  max-width: 800px;
  padding: 30px 100px;
  position: relative;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  -webkit-transform: translate(0px, -100%);
          transform: translate(0px, -100%);
  border-radius: 20px;
  top: 200px;
  z-index: 100;
}

.popup__edit-content {
  background-color: #fff;
  color: #000;
  max-width: 800px;
  padding: 30px 100px;
  position: relative;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  -webkit-transform: translate(0px, -100%);
          transform: translate(0px, -100%);
  border-radius: 20px;
  top: 150px;
  z-index: 100;
  overflow-y: scroll;
}

.popup__edit-content .profile__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.popup__edit-content .profile__form div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.popup__edit-content .profile__form div input {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  padding: 5px;
  border-radius: 5px;
}

.popup__med-content_choose {
  background-color: #fff;
  color: #000;
  max-width: 800px;
  padding: 30px 100px 57px 100px;
  position: relative;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  -webkit-transform: translate(0px, -100%);
          transform: translate(0px, -100%);
  border-radius: 20px;
  top: 200px;
  width: 960px;
}

.popup__med-content, .popup__med-content_continue, .popup__search-content {
  width: 960px;
  padding: 30px 80px;
}

.popup__med-content_choose select {
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #009C9C;
  border-radius: 14px;
  padding: 13px 0;
  background: transparent;
  background: url("/img/arrow_black.png");
  background-size: auto;
  background-repeat: no-repeat;
  background-position-x: 98%;
  background-position-y: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.popup__med-content_choose .form__login button {
  margin-top: 80px;
}

.popup__continue_p {
  text-align: center;
  font-size: 32px;
  font-weight: 300;
}

.popup__med-title {
  text-align: center;
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 42px;
}

.popup__edit-title, .popup__photo-title {
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 15px;
}

.popup__title {
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 7px;
}

.form__login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

.form__login input {
  text-align: center;
  margin-bottom: 17px;
  border: 1px solid #009C9C;
  border-radius: 11px;
  padding: 6px 111px;
}

.form__login input:nth-child(2) {
  margin-bottom: 12px;
}

.form__login a {
  font-size: 13px;
  text-decoration: underline;
  padding-bottom: 20px;
  font-weight: 300;
}

.form__login a:hover {
  text-decoration: none;
}

.form__login button {
  background-color: #009C9C;
  padding: 11.5px 0;
  border-radius: 4px;
  border: none;
  color: #ffffff;
  font-size: 20px;
  font-weight: 300;
  cursor: pointer;
  width: 250px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 30px;
}

.form__login .reg {
  background-color: #009C9C;
  padding: 11.5px 0;
  border-radius: 4px;
  border: none;
  color: #ffffff;
  font-size: 20px;
  font-weight: 300;
  cursor: pointer;
  width: 250px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 30px;
  text-decoration: none;
}

.form__login .reg:hover {
  text-decoration: none;
}

.form__login .error {
  margin: 0;
  font-size: 12px;
  color: red;
  padding-left: 20px;
  padding-right: 20px;
}

.popup__active {
  opacity: 1;
  visibility: visible;
}

.popup__active_blur {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 600px) {
  .popup__content {
    width: 300px;
    padding: 20px 0;
  }
  .form__login input {
    padding: 6px 0;
    width: 260px;
    margin-left: auto;
    margin-right: auto;
  }
  .round-checkbox {
    margin: 10px;
  }
}

.registration__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 663px;
}

.registration__flex input {
  padding: 15px 56px;
  margin-bottom: 22px;
  border-radius: 11px;
  border: 1px solid #727171;
  font-weight: 200;
  font-size: 16px;
  color: #727171;
  text-align: center;
}

.registration__link_block {
  display: block;
  width: 253px;
  padding: 5px 50px;
  text-align: center;
  font-weight: 300;
  margin-bottom: 41px;
}

.registration__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 663px;
}

.registration__form div {
  width: 100%;
}

.registration__form div input {
  width: 100%;
}

.registration__form input {
  color: #000;
  background-color: #D8D0D0;
  font-size: 16px;
  font-weight: 200;
}

.registration__form button {
  background-color: #009C9C;
  color: #ffffff;
  cursor: pointer;
}

.registration__form .reg__password {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.registration__form .reg__password span {
  display: none;
}

.registration__form .reg__password input:invalid + span {
  position: absolute;
  top: 125px;
  right: 100px;
  color: red;
}

.registration__form .reg__password .span_error {
  position: absolute;
  display: block;
  top: 125px;
  right: 100px;
  color: red;
}

.registration__form .server__sucess {
  color: green;
  font-size: 12px;
  text-align: center;
  display: block;
}

.registration__form .server__error {
  display: block;
  color: red;
  font-size: 12px;
  text-align: center;
}

.registration__p {
  text-align: center;
  margin-top: 31px;
  font-weight: 100;
  font-size: 14px;
}

.registration__p span {
  font-weight: 300;
}

@media (max-width: 1150px) {
  .registration__form {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 700px) {
  .registration__form {
    width: 450px;
  }
}

@media (max-width: 500px) {
  .registration__form {
    width: 300px;
  }
  .registration__form button {
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
  }
}

@media (max-width: 359px) {
  .registration__form {
    width: 260px;
  }
}

.registration__link_cabinet {
  margin-bottom: 0;
  height: 49px;
  margin-top: 15px;
}

.cabinet__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  z-index: 1;
  position: relative;
}

.cabinet__flex h3 {
  font-size: 48px;
  font-weight: 500;
  margin: 0;
  width: 100%;
  line-height: 100%;
  letter-spacing: 0;
  color: #009C9C;
  margin-top: 32px;
}

.cabinet__main-info {
  width: 1302px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.cabinet__main-info img {
  width: 85px;
  height: 85px;
}

.cabinet__main-info p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  height: 85px;
}

.cabinet__main-info a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  height: 85px;
}

.cabinet__main-info .status {
  text-transform: uppercase;
}

.cabinet__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-top: 45px;
  gap: 50px;
}

.cabinet__buttons a {
  width: 203px;
  height: 32px;
  border: 1px solid #009C9C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 14px;
  color: #009C9C;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  font-weight: 300;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
}

.cabinet__buttons a:hover {
  text-decoration: none;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
  color: #ffffff;
  background-color: #009C9C;
}

.cabinet__buttons .cabinet__btn_long {
  width: 465px;
}

.cabinet__buttons .cabinet__btn_active {
  background-color: #009C9C;
  color: #ffffff;
}

.cabinet__geo {
  margin-top: 41px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cabinet__geo a:first-child {
  margin-bottom: 45px;
}

.cabinet__geo a:hover {
  text-decoration: none;
}

.cabinet__geo .cabinet__add-photo {
  width: 230px;
  height: 32px;
  border: 1px solid #009C9C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 14px;
  color: #009C9C;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 300;
  margin-top: 22px;
  padding: 0;
  background: unset;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
}

.cabinet__geo .cabinet__add-photo:hover {
  color: #ffffff;
  background-color: #009C9C;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
}

.cabinet__geo .cabinet__avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cabinet__photo {
  width: 241px;
}

.cabinet__photo .cabinet__avatar {
  margin: 0 auto;
}

.cabinet__photo .cabinet__status {
  text-align: center;
  color: #4AB900;
  font-size: 15px;
  font-weight: 300;
  margin-top: 23px;
  position: relative;
}

.cabinet__photo .cabinet__status::after {
  content: '';
  position: absolute;
  -webkit-clip-path: circle(4px);
          clip-path: circle(4px);
  background-color: #4AB900;
  left: 70px;
  top: 5px;
  width: 10px;
  height: 10px;
  z-index: 500;
}

.cabinet__projects {
  width: 100%;
}

#projectTabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  list-style: none;
  margin-top: 50px;
}

.projects__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 45px;
}

.projects__btns a {
  background-color: #E0E0E0;
  border: none;
  border-radius: 11px;
  width: unset;
  height: unset;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 300;
  color: #494949;
  padding: 10px 20px;
  margin-right: 50px;
  margin-bottom: 0px !important;
  cursor: pointer;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
}

.projects__btns a:hover {
  background-color: #494949;
  color: #E0E0E0;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
}

.projects__btns input {
  background-color: #E0E0E0;
  border: none;
  width: 288px;
  height: 43px;
  border-radius: 11px;
  padding: 0;
  margin: 0;
  display: block;
  text-align: center;
  font-size: 24px;
  color: #000000;
  font-weight: 300;
}

.cabinet__info {
  width: 485px;
  font-size: 20px;
  /* Галочка (скрыта по умолчанию) */
  /* При выборе */
  /* Ховер эффект */
  /* Фокус состояние */
}

.cabinet__info p:first-child {
  margin-top: 0;
}

.cabinet__info p {
  margin: 10px 0;
  font-weight: 300;
}

.cabinet__info .round-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  gap: 8px;
  font-size: 14px;
  width: 550px;
  margin-bottom: 10px;
}

.cabinet__info .round-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.cabinet__info .checkmark {
  position: relative;
  height: 20px;
  width: 20px;
  border: 2px solid #009C9C;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.cabinet__info .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  top: 2px;
  width: 6px;
  height: 12px;
  border: solid #009C9C;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.cabinet__info .round-checkbox input:checked ~ .checkmark:after {
  display: block;
}

.cabinet__info .round-checkbox:hover input ~ .checkmark {
  background-color: rgba(255, 0, 0, 0.1);
}

.cabinet__info .round-checkbox input:focus ~ .checkmark {
  -webkit-box-shadow: 0 0 0 3px rgba(255, 0, 0, 0.2);
          box-shadow: 0 0 0 3px rgba(255, 0, 0, 0.2);
}

.cabinet__info .cabinet__links {
  margin-top: 22px;
  max-width: 745px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 20px;
  font-weight: 300;
}

.cabinet__info .cabinet__links a {
  background: unset;
  color: #000000;
  display: inline;
  padding: 0;
  margin: 0 64px 0 0;
  text-decoration: underline;
}

.cabinet__info .cabinet__links a:hover {
  text-decoration: none;
}

.cabinet__info .cabinet__add-photo {
  font-size: 16px;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
}

.cabinet__info .cabinet__add-photo:hover {
  color: #ffffff;
  background-color: #009C9C;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
}

.cabinet__polezno {
  width: 100%;
}

.polezno__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  min-height: 100%;
  padding-bottom: 60px;
}

.polezno__content h3 {
  font-weight: 500;
  color: #494949;
  font-size: 30px;
  width: 100%;
  margin: 0;
  padding-bottom: 39px;
  padding-top: 39px;
  position: relative;
}

.polezno__content h3:not(:first-child) {
  border-top: 2px solid rgba(73, 73, 73, 0.18);
}

.polezno__content h3:nth-child(3) {
  border-bottom: none;
}

.polezno__content h3:before {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 14px 20px 14px;
  border-color: transparent transparent #494949 transparent;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: -webkit-transform ease 1s;
  transition: -webkit-transform ease 1s;
  transition: transform ease 1s;
  transition: transform ease 1s, -webkit-transform ease 1s;
  top: 45px;
  left: 550px;
  cursor: pointer;
}

.polezno__content_rotate:before {
  -webkit-transform: rotate(90deg) !important;
          transform: rotate(90deg) !important;
  -webkit-transition: -webkit-transform ease 1s;
  transition: -webkit-transform ease 1s;
  transition: transform ease 1s;
  transition: transform ease 1s, -webkit-transform ease 1s;
}

.cabinet__geo-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 72px;
          column-gap: 72px;
}

.cabinet__map {
  padding-right: 56px;
}

.cabinet__map img {
  border-radius: 14px;
}

.cabinet__yandex-banner {
  margin-top: 157px;
  cursor: pointer;
}

@media (max-width: 1250px) {
  .cabinet__flex {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 1100px) {
  .cabinet__info .cabinet__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
  }
  .cabinet__info .cabinet__links a:first-child {
    margin-bottom: 10px;
  }
}

@media (max-width: 1000px) {
  .cabinet__flex h3 {
    text-align: center;
  }
  .cabinet__buttons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 900px) {
  .cabinet__photo .cabinet__status {
    margin-bottom: 23px;
  }
}

@media (max-width: 886px) {
  .cabinet__geo-flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cabinet__info {
    text-align: center;
  }
  .cabinet__info .cabinet__links a {
    margin-right: 0;
  }
  .cabinet__add-photo {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 700px) {
  .cabinet__info {
    width: unset;
  }
  .cabinet__info .cabinet__links a {
    margin-right: 0;
  }
  .cabinet__info .round-checkbox {
    width: unset;
  }
}

@media (max-width: 1250px) {
  .cabinet__flex {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 1100px) {
  .cabinet__info .cabinet__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
  }
  .cabinet__info .cabinet__links a:first-child {
    margin-bottom: 10px;
  }
}

@media (max-width: 1000px) {
  .cabinet__flex h3 {
    text-align: center;
  }
  .cabinet__buttons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 886px) {
  .cabinet__geo-flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cabinet__info {
    text-align: center;
  }
  .cabinet__info .cabinet__links a {
    margin-right: 0;
  }
  .cabinet__add-photo {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 700px) {
  .cabinet__info {
    width: unset;
  }
  .cabinet__info .cabinet__links a {
    margin-right: 0;
  }
  .cabinet__info .round-checkbox {
    width: unset;
  }
}

.project__grid_3, .project__grid {
  gap: 8px 12px;
}

.project__grid_3 a:first-child, .project__grid a:first-child {
  margin-bottom: 0;
}

.project__grid_3 a, .project__grid a {
  font-size: 16px;
  background-color: #E1E1E2;
  border: none;
  border-radius: 11px;
  color: #494949;
  cursor: pointer;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
  padding: 6px 6px;
}

.project__grid_3 a:hover, .project__grid a:hover {
  background-color: #494949;
  color: #E1E1E2;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
}

.project__grid_3 {
  display: -ms-grid;
  display: grid;
  grid-template: "a c" 1fr
 "b c" 1fr / 3fr 2fr;
  gap: 8px 12px;
}

.project__grid_3 .project__edit {
  grid-area: a;
}

.project__grid_3 .project__delete {
  grid-area: b;
}

.project__grid_3 .project__about {
  grid-area: c;
}

.project__grid {
  display: -ms-grid;
  display: grid;
  width: 300px;
}

@media screen and (max-width: 1239px) {
  .project__grid_3 {
    grid-template: "a" 1fr
 "b" 1fr
 "c" 1fr / 1fr;
  }
  .project__grid_3, .project__grid {
    width: 200px;
  }
}

.status__extend, .project__table .table__green::before, .project__table .table__yellow::before, .project__table .table__red::before, .project__table .table__grey::before, .project__table .table__desline::before, .project__table .table__given::before, .project__table .table__fixed::before {
  position: absolute;
  content: '';
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  left: -25px;
  top: 5px;
}

.project__table {
  font-size: 24px;
  text-align: center;
  margin-top: 61px;
  border-collapse: separate;
  border-spacing: 10px 30px;
}

.project__table th {
  padding-bottom: 18px;
  font-weight: 400;
  color: #494949;
}

.project__table td {
  font-weight: 300;
  color: #000000;
}

.project__table td p {
  margin: 0;
}

.project__table td:nth-child(n+2) {
  font-size: 20px;
  min-width: 150px;
}

.project__table td:nth-child(3) {
  text-align: left;
}

.project__table td:nth-child(3) > span {
  margin-left: 30px;
  white-space: nowrap;
  margin-right: 10px;
}

.project__table .table__green {
  color: #4AB900;
  position: relative;
}

.project__table .table__green::before {
  background-color: #4AB900;
}

.project__table .table__yellow {
  color: #e9ac3c;
  position: relative;
}

.project__table .table__yellow::before {
  background-color: #e9ac3c;
}

.project__table .table__red {
  color: #ff0000;
  position: relative;
}

.project__table .table__red::before {
  background-color: #ff0000;
}

.project__table .table__grey {
  color: #8b8686;
  position: relative;
}

.project__table .table__grey::before {
  background-color: #8b8686;
}

.project__table .table__desline {
  color: #FC0F0F;
  position: relative;
}

.project__table .table__desline::before {
  background-color: #FC0F0F;
}

.project__table .table__given {
  color: #7B7B7B;
  position: relative;
}

.project__table .table__given::before {
  background-color: #7B7B7B;
}

.project__table .table__fixed {
  color: #D5AA00;
  position: relative;
}

.project__table .table__fixed::before {
  background-color: #D5AA00;
}

.projects__search-projects {
  width: 100%;
}

.projects__search-projects .projects__btns {
  margin-top: 41px;
}

.projects__search-projects tr th:first-child {
  width: 750px;
}

.projects__search-projects tr td:first-child {
  width: 750px;
}

.projects__search-projects tr th {
  padding-bottom: 44px;
}

.projects__search-projects td {
  vertical-align: top;
}

.projects__search-projects td p {
  text-align: left;
}

.projects__search-projects td .snd_txt {
  font-size: 20px;
  padding-top: 13px;
}

@media (max-width: 1000px) {
  .cabinet__projects, .cabinet__search-projects, .cabinet__chat {
    width: 100%;
    overflow-x: auto;
  }
  .project__table {
    font-size: 16px;
  }
  .project__table .table__green {
    font-size: 16px;
  }
  .project__table .table__green::before {
    top: 3px;
  }
  .project__table th, .project__table td {
    max-width: 300px;
  }
  .project__table th p, .project__table td p {
    font-size: 16px;
  }
  .project__table th .snd_txt, .project__table td .snd_txt {
    font-size: 16px;
  }
  .project__table tr td.hide__mobile {
    font-size: 16px;
  }
  .project__table tr th.hide__mobile {
    font-size: 16px;
  }
  .projects__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .projects__btns a {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px !important;
    font-size: 16px;
  }
  .projects__btns input {
    margin-right: auto;
    margin-left: auto;
    font-size: 16px;
  }
}

@media (max-width: 700px) {
  .projects__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .projects__btns a {
    margin-bottom: 20px;
    height: 64px;
    width: 240px;
    text-align: center;
  }
  .projects__btns input {
    height: 34px;
    width: 240px;
  }
  .project__table {
    font-size: 13px;
  }
  .project__table .table__green {
    font-size: 13px;
  }
  .project__table .table__green::before {
    top: 1px;
  }
  .project__table th, .project__table td {
    max-width: 300px;
  }
  .project__table th p, .project__table td p {
    font-size: 13px;
  }
  .project__table th .snd_txt, .project__table td .snd_txt {
    font-size: 13px;
  }
  .project__table tr td.hide__mobile {
    font-size: 13px;
  }
  .project__table tr th.hide__mobile {
    font-size: 13px;
  }
  .projects__search-projects tr:first-child {
    display: none;
  }
  .project__hider {
    display: none;
  }
}

.projects__chat tr:first-child {
  display: none;
}

.projects__chat tr td:nth-child(2) {
  text-align: left;
}

.projects__chat tr td:nth-child(3) .project__grid button {
  width: 184px;
  height: 41px;
  font-size: 16px;
}

@media (max-width: 700px) {
  .projects__chat td:nth-child(n+2) {
    font-size: 16px;
  }
  .projects__chat tr td:nth-child(n+3) .project__grid button {
    font-size: 14px;
    width: 150px;
  }
  .projects__chat tr, th {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
  }
  .projects__chat tr .project__grid, th .project__grid {
    margin-left: 10px;
  }
}

@media (max-width: 500px) {
  .projects__chat td:nth-child(1) {
    display: none;
  }
  .projects__chat tbody {
    overflow-x: hidden;
  }
  .cabinet__chat {
    overflow: hidden;
    margin-top: 0;
  }
}

@media (max-width: 420px) {
  .projects__chat tr td:nth-child(n+3) .project__grid button {
    font-size: 14px;
    width: 100px;
    padding-top: 20px;
    padding-bottom: 20px;
    height: unset;
  }
}

.polezno__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: 0;
  overflow: hidden;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
}

.polezno__track:nth-child(2).polezno__track_active {
  height: 413px;
}

.polezno__track:nth-child(4).polezno__track_active {
  height: 700px;
}

.polezno__track:nth-child(6).polezno__track_active {
  height: 450px;
}

.polezno__track_active {
  height: 100%;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
  padding-top: 10px;
}

.track__car-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 401px;
  height: 84px;
  background: -webkit-gradient(linear, left top, right top, color-stop(-33.12%, #ffffff), to(#009C9C));
  background: linear-gradient(90deg, #ffffff -33.12%, #009C9C 100%);
  border-radius: 14px;
  margin-right: 53px;
  margin-bottom: 34px;
  color: #ffffff;
  font-weight: 300;
  font-size: 20px;
  text-align: right;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding: 14px 53px;
}

.track__car-card span {
  display: block;
  text-decoration: underline;
  margin-top: 14px;
}

.track__car-card p {
  font-size: 20px;
  width: 212px;
  font-weight: 400;
  color: #ffffff !important;
}

.track__car:nth-child(2) .track__car-card p {
  margin-top: 0;
}

.track__car p {
  color: #3E3E3E;
  text-align: left;
  font-weight: 300;
  font-size: 16px;
}

.track__car p span {
  font-weight: 400;
}

.track__car a {
  background-color: #E1E1E2;
  font-size: 20px;
  padding: 10px 11px 10px 71px;
  border-radius: 11px;
  margin-top: 34px;
  display: block;
  width: 284px;
  position: relative;
}

.track__car a img {
  position: absolute;
  left: 30px;
}

.track__car a:hover {
  border: 1px solid #000000;
}

.track__paragraph {
  height: 117px;
}

.polezno__content .cabinet__buttons {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.polezno__track-flex {
  width: 100%;
}

.polezno__track-flex a {
  margin-top: 0;
  margin-bottom: 0 !important;
}

.polezno__cafe {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 70px;
  margin-bottom: 150px;
}

.polezno__cafe .cafe__item {
  border: 1px solid #009C9C;
  margin-right: 22px;
  margin-left: 22px;
  border-radius: 15px;
  width: 381px;
  padding: 38px 30px 32px;
  color: #3E3E3E;
}

.polezno__cafe .cafe__item h5 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 40px;
}

.polezno__cafe .cafe__item p {
  font-size: 20px;
  font-weight: 300;
  margin-top: 40px;
}

.polezno__cafe .cafe__item .cafe__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.polezno__cafe .cafe__item .cafe__address p {
  margin-left: 5px;
  width: 286px;
}

.polezno__cafe .cafe__item .cafe__address img {
  margin-top: 40px;
}

.polezno__place-content {
  width: 840px;
  border: 1px solid #009C9C;
  padding: 50px 125px;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 200px;
  margin-top: 49px;
}

.polezno__place-content h4 {
  margin-top: 0;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 27px;
}

.polezno__place-content p {
  font-size: 20px;
  font-weight: 400;
}

.polezno__place-content p:last-child {
  margin-bottom: 0;
  margin-top: 27px;
  font-weight: 500;
}

.polezno__place-content p:last-child a {
  text-decoration: underline;
}

.polezno__place-content.polezno__place-content_cabinet {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1918px) {
  .polezno__track {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .track__car {
    margin-bottom: 50px;
  }
}

@media (max-width: 1599px) {
  .polezno__track:nth-child(2).polezno__track_active {
    height: 800px;
  }
}

@media (max-width: 1359px) {
  .polezno__cafe {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .polezno__cafe .cafe__item {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 100px;
  }
  .polezno__place-content {
    width: 600px;
    margin-right: auto;
    margin-left: auto;
  }
  .polezno__track:nth-child(4).polezno__track_active {
    height: 1500px;
  }
  .polezno__track:nth-child(6).polezno__track_active {
    height: 550px;
  }
}

@media (max-width: 1250px) {
  .polezno__track {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .polezno__track .track__car {
    margin-left: auto;
    margin-right: auto;
  }
  .polezno__track .track__car .track__paragraph p {
    text-align: center;
  }
  .polezno__track .track__car a {
    margin-left: auto;
    margin-right: auto;
  }
  .polezno__track .track__car .track__car-card {
    margin-right: 0;
  }
}

@media screen and (max-width: 1150px) {
  .polezno__place-content {
    padding: 30px 60px;
  }
  .polezno__track:nth-child(2).polezno__track_active {
    height: 1100px;
  }
  .info-button2 .arrow .radio-arrow {
    left: 100px;
  }
}

.polezno__place {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.form__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form__checkbox input {
  width: 24px;
  height: 24px;
}

.form__checkbox label {
  font-size: 24px;
  font-weight: 300;
  margin-left: 18px;
}

@media (max-width: 1088px) {
  .polezno__track .track__car .track__car-card {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 1000px) {
  .polezno__content h3:before {
    left: 700px;
  }
  .info-button2 .arrow {
    top: 15px !important;
  }
}

@media (max-width: 900px) {
  .polezno__content h3:before {
    left: unset;
    right: 50px;
  }
  .polezno__place-content {
    width: 400px;
  }
  .polezno__track:nth-child(4).polezno__track_active {
    height: 1600px;
  }
  .polezno__track:nth-child(6).polezno__track_active {
    height: 650px;
  }
}

@media (max-width: 800px) {
  .polezno__content h3:before {
    left: unset;
    right: 20px;
  }
}

@media (max-width: 700px) {
  .polezno__content h3:before {
    left: unset;
    right: 10px;
  }
}

@media (max-width: 650px) {
  .polezno__content h3:before {
    left: unset;
    right: -50px;
    border-width: 0px 10px 16px 10px;
    top: 40px;
  }
  .polezno__content h3 {
    width: 400px;
    margin-right: auto;
    margin-left: auto;
    font-size: 20px !important;
  }
}

@media (max-width: 600px) {
  .polezno__content h3:before {
    left: unset;
    right: -50px;
    border-width: 0px 10px 16px 10px;
    top: 40px;
  }
  .polezno__content h3 {
    width: 300px;
    margin-right: auto;
    margin-left: auto;
    font-size: 20px;
  }
  .polezno__content .polezno__track .track__car-card {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    padding-left: 20px;
    padding-right: 20px;
  }
  .polezno__content .polezno__track .track__car-card img {
    width: 50px;
    height: 50px;
  }
  .polezno__content .polezno__track .track__car-card p {
    margin-left: 0px;
    margin-top: 0px;
    width: 250px;
    vertical-align: middle;
    display: inline-block;
    margin-bottom: 0;
  }
  .polezno__content .track__paragraph {
    height: unset;
  }
  .polezno__place-content {
    width: 300px;
    padding: 30px;
  }
  .polezno__track:nth-child(2).polezno__track_active {
    height: 1250px;
  }
  .polezno__track:nth-child(4).polezno__track_active {
    height: 1650px;
  }
}

@media (max-width: 500px) {
  .polezno__content h3:before {
    left: unset;
    right: -30px;
    border-width: 0px 8px 14px 8px;
    top: 40px;
  }
  .polezno__content h3 {
    width: 260px;
    margin-right: auto;
    margin-left: auto;
    font-size: 16px !important;
  }
}

@media (max-width: 450px) {
  .polezno__cafe .cafe__item, .dop-cafe .cafe__item {
    width: 281px;
  }
  .polezno__content .polezno__track .track__paragraph p {
    font-size: 16px;
  }
  .polezno__content .polezno__track .track__car a {
    font-size: 18px;
  }
  .polezno__content .polezno__track .track__car-card {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 220px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    width: 240px;
    height: unset;
    margin-left: auto;
    margin-right: auto;
    justify-content: start;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .polezno__content .polezno__track .track__car-card img {
    width: 50px;
    height: 50px;
  }
  .polezno__content .polezno__track .track__car-card p {
    margin-left: 0px;
    margin-top: 0px;
    width: 250px;
    vertical-align: middle;
    display: inline-block;
    margin-bottom: 0;
    font-size: 16px;
  }
  .polezno__place-content {
    width: 250px;
  }
  .polezno__track:nth-child(2).polezno__track_active {
    height: 1450px;
  }
  .polezno__track:nth-child(4).polezno__track_active {
    height: 1900px;
  }
  .polezno__track:nth-child(6).polezno__track_active {
    height: 900px;
  }
}

@media (max-width: 400px) {
  .polezno__content h3:before {
    left: unset;
    right: -30px;
    border-width: 0px 8px 14px 8px;
    top: 40px;
  }
  .polezno__content h3 {
    width: 200px;
    margin-right: auto;
    margin-left: auto;
    font-size: 16px;
  }
  .polezno__cafe .cafe__item {
    width: 261px;
  }
}

@media (max-width: 359px) {
  .polezno__cafe .cafe__item {
    width: 221px;
  }
  .polezno__place-content {
    width: 200px;
  }
  .polezno__place-content h4 {
    font-size: 24px;
  }
  .polezno__track:nth-child(4).polezno__track_active {
    height: 2100px;
  }
  .polezno__content .polezno__track .track__car a {
    width: 253px;
  }
  .polezno__content .polezno__cafe .cafe__item .cafe__address img {
    margin-right: 10px;
  }
}

.partners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 32px;
}

.partners__flex {
  display: -ms-grid;
  display: grid;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  justify-items: center;
}

.partners__flex .partners__item {
  background-color: #EEEEEECC;
  width: 400px;
  margin-bottom: 100px;
  border-radius: 15px;
}

.partners__flex .partners__item a {
  background-color: #009C9C;
  color: #ffffff;
  margin-top: 13px;
  margin-left: auto;
  margin-right: auto;
}

.partners__flex .partners__item a:last-child {
  margin-bottom: 28px;
}

.partners__flex .partners__item p {
  text-align: center;
  font-weight: 400;
  font-size: 17px;
  width: 290px;
  margin-left: auto;
  margin-right: auto;
}

.partners__flex .partners__item p:first-child {
  margin-top: 0;
  padding-top: 34px;
  margin-bottom: 33px;
  font-weight: 300;
}

.partners__flex .partners__item p:nth-child(2) {
  height: 63px;
  margin-bottom: 110px;
}

.partners__flex .partners__item p:nth-child(3) {
  height: 42px;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.partners__flex .partners__item p:nth-child(4) {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 41px;
}

.partners__flex h3 {
  font-size: 48px;
  font-weight: 500;
  margin: 0;
  line-height: 100%;
  letter-spacing: 0;
  color: #009C9C;
}

.partners__flex a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #494949;
  background-color: #E1E1E2;
  width: 288px;
  height: 38px;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  font-weight: 300;
  border-radius: 11px;
  margin-top: 5px;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
}

.partners__flex a:hover {
  text-decoration: none;
  background-color: #494949;
  color: #E1E1E2;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
}

.partners__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  padding-top: 45px;
  margin-bottom: 98px;
}

.partners__navigation .partners__page {
  padding-right: 71px;
  margin: 0;
  color: #797979;
  padding-top: 10px;
}

.partners__navigation select {
  margin-right: 56px;
  padding: 6px 0;
  background-color: transparent;
  border: 1px solid #009C9C;
  width: 396px;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  border-radius: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  background: url("/img/trinagle_small.png");
  background-size: auto;
  background-repeat: no-repeat;
  background-position-x: 90%;
  background-position-y: 14px;
}

.partners__navigation select option {
  font-weight: 300;
  font-size: 20px;
}

.partners__navigation button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #494949;
  background-color: #E1E1E2;
  width: 288px;
  height: 38px;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 300;
  border-radius: 11px;
  margin-top: 5px;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
}

.partners__navigation button:hover {
  text-decoration: none;
  background-color: #494949;
  color: #E1E1E2;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
}

.partners__link.partners__link_industrial {
  padding-top: 0;
  padding-bottom: 92px;
}

.partners__link.partners__link_industrial a {
  font-size: 20px;
  padding-top: 0;
}

@media (max-width: 1919px) {
  .partners__flex {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1359px) {
  .partners__flex {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .partners__flex .partners__item {
    margin-right: 10px;
    margin-left: 10px;
  }
}

@media (max-width: 1150px) {
  .partners__navigation {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .partners__navigation .partners__page {
    text-align: center;
    padding-right: 0;
  }
  .partners__navigation select {
    margin: 20px auto 0;
  }
  .partners__navigation button {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 1000px) {
  .partners__flex a {
    margin-left: 50px;
  }
}

@media (max-width: 970px) {
  .partners__flex h3 {
    margin-bottom: 50px;
    text-align: center;
  }
}

@media (max-width: 920px) {
  .partners__flex {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .partners__flex h3 {
    margin-bottom: 50px;
  }
  .partners__flex a {
    margin-left: 0;
  }
}

@media (max-width: 550px) {
  .partners__flex h3 {
    font-size: 36px;
  }
  .partners__flex a {
    width: 200px;
  }
  .partners__flex .partners__item {
    width: 300px;
  }
  .partners__flex .partners__item p {
    width: 250px;
  }
  .partners__flex .partners__item p:nth-child(2) {
    margin-bottom: 50px;
  }
}

@media (max-width: 420px) {
  .partners__navigation select {
    max-width: 300px;
    font-size: 16px;
    background-position-x: 95%;
    background-position-y: 11px;
  }
  .partners__flex h3 {
    font-size: 30px;
  }
}

@media (max-width: 359px) {
  .partners__item a {
    max-width: 250px;
  }
}

.contacts__index {
  padding-bottom: 64px;
  background: #ffffff;
  min-height: 68vh;
}

.contacts__map {
  margin-top: 147px;
  margin-bottom: 83px;
}

.contacts__map iframe {
  width: 100%;
  height: 450px;
  border: none;
  border-radius: 14px;
}

.contacts__text_column {
  margin-top: 147px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.contacts__text_column h5 {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 12px;
}

.contacts__text_column p {
  margin: 0;
  font-size: 20px;
  font-weight: 300;
}

.contacts-txt__item {
  width: 375px;
  margin-right: 110px;
}

@media (max-width: 1100px) {
  .contacts__map img {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 1000px) {
  .contacts__text_column {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .contacts__text_column .contacts-txt__item {
    margin-bottom: 50px;
    margin-right: 0;
    width: unset;
  }
}

@media (max-width: 640px) {
  .contacts-txt__item {
    text-align: center;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media (max-width: 359px) {
  .contacts-txt__item p {
    font-size: 16px;
  }
}

.concurs__txt {
  font-size: 24px;
  max-width: 1135px;
  padding-top: 54px;
  color: #000000;
  font-weight: 300;
  margin-bottom: 60px;
}

.concurs__txt p {
  margin-bottom: 40px;
}

.program_concurs {
  background: #ffffff;
}

.concurs__main h4 {
  font-size: 32px;
  font-weight: 500;
  color: #3E3E3E;
  margin-bottom: 70px;
}

.concurs__btns a {
  background-color: #009C9C;
  color: #ffffff;
  font-size: 24px;
  padding: 10px 0;
  width: 383px;
  display: inline-block;
  text-align: center;
  border-radius: 11px;
  margin-right: 75px;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
}

.concurs__btns a:nth-child(2) {
  background-color: #E1E1E2;
  color: #494949;
  margin-right: 0;
}

.concurs__btns a:hover {
  background-color: #494949;
  color: #E1E1E2;
  text-decoration: none;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
}

@media (max-width: 1000px) {
  .concurs__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 383px;
  }
  .concurs__btns a {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .concurs-stages__item:last-child {
    margin-left: 95px;
  }
  .concurs-stages__number {
    width: 150px;
  }
  .concurs-stages__number h3 {
    font-size: 100px;
    margin-bottom: 50px;
  }
  .concurs-stages__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0;
  }
  .concurs-stages__item:last-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0;
  }
  .concurs-stages__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .concurs-stages__arrow {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .concurs-stages__arrow img {
    -o-object-fit: contain;
       object-fit: contain;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    margin-left: auto;
    margin-right: auto;
    max-width: 24px;
  }
  .concurs-stages__txt .concurs-stages_par {
    height: unset !important;
  }
}

@media (max-width: 450px) {
  .cabinet__flex h3 {
    font-size: 36px;
  }
  .concurs__main .concurs__txt {
    font-size: 20px;
  }
  .concurs__btns {
    max-width: 300px;
  }
  .concurs__btns a {
    max-width: 300px;
    font-size: 16px;
  }
}

.concurs-stages__txt {
  max-width: 338px;
}

.concurs-stages__txt .concurs-stages_par {
  font-size: 26px;
  color: #000000;
  font-weight: 400;
  max-width: 320px;
  height: 250px;
  margin-bottom: 50px;
}

.concurs-stages__txt h6 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0;
}

.concurs-stages__txt ul {
  margin-top: 10px;
  padding-left: 15px;
  font-size: 16px;
  font-weight: 300;
}

.concurs-stages__txt ul li {
  padding-bottom: 10px;
}

.concurs-stages__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 89px;
  padding-bottom: 117px;
}

.concurs-stages__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.concurs-stages__number {
  margin-right: 50px;
}

.concurs-stages__number h3 {
  font-size: 128px;
  color: #494949;
  font-weight: 400;
}

.concurs-stages__arrow {
  margin-left: 50px;
  padding-top: 30px;
}

@media (max-width: 1919px) {
  .concurs-stages__arrow {
    margin-left: 25px;
    margin-right: 25px;
  }
}

@media (max-width: 1800px) {
  .concurs-stages__flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .concurs-stages__flex .concurs-stages__item:last-child {
    margin-top: 50px;
  }
}

@media (max-width: 1359px) {
  .concurs-stages__flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .concurs-stages__flex .concurs-stages__item {
    margin-top: 0px;
    margin-bottom: 50px;
  }
  .concurs-stages__flex .concurs-stages__item:last-child {
    margin-top: 0px;
  }
}

@media (max-width: 359px) {
  .concurs__btns {
    max-width: 280px;
  }
  .concurs__btns a {
    max-width: 280px;
  }
}

.program_izbrannnoe {
  background: #ffffff;
}

.izbrannoe__h4 {
  font-size: 40px;
  color: #009C9C;
  font-weight: 500;
  margin-top: 58px;
}

.program__headerz_izbran ul li:after, .program__headerz_izbran ul li:last-child:after {
  left: 227px !important;
}

.program__headers.program__headerz_izbran {
  margin-top: 57px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 148px;
}

.program__headers.program__headerz_izbran h3 {
  font-size: 48px;
  font-weight: 600;
}

.program__headers.program__headerz_izbran .program-header__left {
  margin-bottom: 0;
}

.program__headers.program__headerz_izbran .program-column__left:nth-child(2) .program-header__left {
  margin-top: 100px;
}

.program__headers.program__headerz_izbran .program-header__left:nth-child(2) {
  margin-top: 100px;
}

.program__headers.program__headerz_izbran .program-column__left {
  margin-left: 60px;
}

.program__headers.program__headerz_izbran .program__content p {
  width: 820px;
}

.program__headers.program__headerz_izbran .program__content ul li {
  position: relative;
}

.program__headers.program__headerz_izbran .program__content ul li:after {
  top: -12px;
}

.program_izbrannnoe div.wrapper div.program__headers.program__headerz_izbran div.program-column__left div.program-column__left {
  margin-left: 0;
}

.program_ras .program__headerz_izbran h3 {
  color: #494949;
}

@media (max-width: 1599px) {
  .program__headerz_izbran ul li:after, .program__headerz_izbran ul li:last-child:after {
    left: 212px !important;
  }
}

@media (max-width: 1000px) {
  .izbrannoe__h4 {
    text-align: center;
  }
  .program__headerz_izbran div.program-column__left {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .program__headerz_izbran div.program-column__left ul li:last-child:after {
    left: 189px !important;
  }
  .program_ras .program__headerz_izbran h3 {
    color: #494949 !important;
  }
  .program_ras .program__headerz_izbran div.program-column__left {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .program_ras .program__headerz_izbran div.program-column__left ul li:last-child:after {
    left: 239px !important;
  }
}

@media (max-width: 700px) {
  .program__headerz_izbran div.program-column__left .program__content p {
    max-width: 400px;
    width: unset;
    text-align: center;
  }
  .program__headerz_izbran div.program-column__left ul li .program__timestamp, .program__headerz_izbran div.program-column__left ul li:last-child .program__timestamp {
    width: 160px;
    margin-left: 70px;
  }
  .program__headerz_izbran div.program-column__left ul li .program__timestamp p, .program__headerz_izbran div.program-column__left ul li:last-child .program__timestamp p {
    font-size: 16px;
    text-align: left;
  }
  .program__headerz_izbran div.program-column__left ul li .program__timestamp img, .program__headerz_izbran div.program-column__left ul li:last-child .program__timestamp img {
    margin-right: 0;
  }
  .program__headerz_izbran div.program-column__left ul li .program__timestamp .heart, .program__headerz_izbran div.program-column__left ul li:last-child .program__timestamp .heart {
    left: -40px;
    width: 20px;
  }
  .program__headerz_izbran div.program-column__left ul li .program__txt, .program__headerz_izbran div.program-column__left ul li:last-child .program__txt {
    padding-left: 0;
  }
  .program__headerz_izbran div.program-column__left ul li .program__txt p, .program__headerz_izbran div.program-column__left ul li:last-child .program__txt p {
    width: 150px;
    text-align: left;
  }
  .program_ras .raspisanie_btns button {
    width: 150px;
  }
  .program_ras .program__headerz_izbran div.program-column__left ul li .program__timestamp, .program_ras .program__headerz_izbran div.program-column__left ul li:last-child .program__timestamp {
    width: 130px;
  }
  .program_ras .program__headerz_izbran div.program-column__left ul li .program__timestamp p, .program_ras .program__headerz_izbran div.program-column__left ul li:last-child .program__timestamp p {
    width: 130px;
  }
  .program_ras .program__headerz_izbran div.program-column__left ul li .program__txt, .program_ras .program__headerz_izbran div.program-column__left ul li:last-child .program__txt {
    width: 130px;
    margin-right: 40px;
  }
  .program_ras .program__headerz_izbran div.program-column__left ul li:last-child:after {
    left: 189px !important;
  }
}

@media (max-width: 550px) {
  .program__headerz_izbran div.program-column__left .program__content ul li .program__timestamp, .program__headerz_izbran div.program-column__left .program__content ul li:last-child .program__timestamp {
    width: 150px;
    margin-left: 50px;
  }
  .program__headerz_izbran div.program-column__left .program__content ul li .program__timestamp p, .program__headerz_izbran div.program-column__left .program__content ul li:last-child .program__timestamp p {
    width: 120px;
  }
  .program__headerz_izbran div.program-column__left .program__content ul li:after, .program__headerz_izbran div.program-column__left .program__content ul li:last-child:after {
    left: 189px !important;
  }
}

@media (max-width: 450px) {
  .program_izbrannnoe h3 {
    font-size: 24px;
  }
  .program_izbrannnoe .izbrannoe__h4 {
    font-size: 24px;
  }
  .program__headerz_izbran div.program-column__left .program__content ul li .program__timestamp, .program__headerz_izbran div.program-column__left .program__content ul li:last-child .program__timestamp {
    margin-left: 0px;
  }
  .program__headerz_izbran div.program-column__left .program__content ul li .program__timestamp p, .program__headerz_izbran div.program-column__left .program__content ul li:last-child .program__timestamp p {
    width: 120px;
  }
  .program__headerz_izbran div.program-column__left .program__content ul li .program__txt, .program__headerz_izbran div.program-column__left .program__content ul li:last-child .program__txt {
    margin-left: 0px;
  }
  .program__headerz_izbran div.program-column__left .program__content ul li .heart, .program__headerz_izbran div.program-column__left .program__content ul li:last-child .heart {
    left: -10px;
  }
  .program__headerz_izbran div.program-column__left .program__content ul li:after, .program__headerz_izbran div.program-column__left .program__content ul li:last-child:after {
    left: 139.5px !important;
  }
  .program_ras .program__headerz_izbran div.program-column__left ul li .program__timestamp p, .program_ras .program__headerz_izbran div.program-column__left ul li:last-child .program__timestamp p {
    margin-right: 0px;
    margin-left: 27px !important;
  }
  .program_ras .program__headerz_izbran div.program-column__left ul li .program__txt, .program_ras .program__headerz_izbran div.program-column__left ul li:last-child .program__txt {
    margin-right: 0;
  }
}

@media (max-width: 400px) {
  .program__headerz_izbran div.program-column__left .program-header__left {
    background: #ffffff;
    z-index: 19;
    position: relative;
    padding-bottom: 50px;
  }
  .program__headerz_izbran div.program-column__left .program__content ul li .program__timestamp, .program__headerz_izbran div.program-column__left .program__content ul li:last-child .program__timestamp {
    margin-left: 5px;
  }
  .program__headerz_izbran div.program-column__left .program__content ul li .program__timestamp p, .program__headerz_izbran div.program-column__left .program__content ul li:last-child .program__timestamp p {
    width: 120px;
  }
  .program__headerz_izbran div.program-column__left .program__content ul li .program__txt, .program__headerz_izbran div.program-column__left .program__content ul li:last-child .program__txt {
    margin-left: 0px;
  }
}

.program__headers.program__headerz_izbran {
  margin-top: 57px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 148px;
}

.program__headers.program__headerz_izbran h3 {
  font-size: 48px;
  font-weight: 600;
}

.program__headers.program__headerz_izbran .program-header__left {
  margin-bottom: 0;
}

/* КАРТОЧКА ПРОЕКТА */
.project-card {
  background: #fff;
  padding: 40px 0 60px 0;
  min-height: 100vh;
  font-size: 20px;
}

/* заголовок */
.project-card h2 {
  color: #13b0b0;
  max-width: 1760px;
  height: auto;
  font-size: 48px;
  font-weight: 500;
  margin: unset;
  padding-bottom: 15px;
  letter-spacing: 0.5px;
}

/* все элементы карточки как группа */
.project-card__form {
  max-width: 1236px;
  margin: 0 auto;
  padding: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* выстраивает элементы карточки друг под дружкой */
  gap: 30px;
}

/* группы полей "наименование учр."+плейсхолдер, "наименование разраб."+ плейсхолдер и т.д. */
.form-group {
  margin-bottom: 25px;
}

/* сами заголовки полей из группы "наименование учр."+плейсхолдер, "наименование разраб."+ плейсхолдер и т.д. */
.project-card__form label {
  display: block;
  text-indent: 10px;
  /* красная строка для лейблов */
  font-weight: 500;
  margin-bottom: 8px;
  color: #494949;
  font-size: 20px;
}

/* для всего, что заполняется пользователем */
.project-card__form input[type="text"],
.project-card__form input[type="email"],
.project-card__form input[type="tel"],
.project-card__form textarea,
.project-card__form select {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 20px;
  font-family: inherit;
  background: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* тексты-плейсхолдеры */
.project-card__form input[type="text"]::-webkit-input-placeholder,
.project-card__form input[type="email"]::-webkit-input-placeholder,
.project-card__form input[type="tel"]::-webkit-input-placeholder,
.project-card__form textarea::-webkit-input-placeholder,
.project-card__form select::-webkit-input-placeholder {
  font-size: 14px;
  color: #7B7B7B;
  padding: 0px 0px;
  /* внутренние отступы в ячейках для ввода */
}
.project-card__form input[type="text"]:-ms-input-placeholder,
.project-card__form input[type="email"]:-ms-input-placeholder,
.project-card__form input[type="tel"]:-ms-input-placeholder,
.project-card__form textarea:-ms-input-placeholder,
.project-card__form select:-ms-input-placeholder {
  font-size: 14px;
  color: #7B7B7B;
  padding: 0px 0px;
  /* внутренние отступы в ячейках для ввода */
}
.project-card__form input[type="text"]::-ms-input-placeholder,
.project-card__form input[type="email"]::-ms-input-placeholder,
.project-card__form input[type="tel"]::-ms-input-placeholder,
.project-card__form textarea::-ms-input-placeholder,
.project-card__form select::-ms-input-placeholder {
  font-size: 14px;
  color: #7B7B7B;
  padding: 0px 0px;
  /* внутренние отступы в ячейках для ввода */
}
.project-card__form input[type="text"]::placeholder,
.project-card__form input[type="email"]::placeholder,
.project-card__form input[type="tel"]::placeholder,
.project-card__form textarea::placeholder,
.project-card__form select::placeholder {
  font-size: 14px;
  color: #7B7B7B;
  padding: 0px 0px;
  /* внутренние отступы в ячейках для ввода */
}

.project-card__form input[type="text"]:focus,
.project-card__form input[type="email"]:focus,
.project-card__form input[type="tel"]:focus,
.project-card__form textarea:focus,
.project-card__form select:focus {
  border-color: #13b0b0;
  outline: none;
  -webkit-box-shadow: 0 0 0 2px rgba(19, 176, 176, 0.1);
          box-shadow: 0 0 0 2px rgba(19, 176, 176, 0.1);
}

/* местечко для ввода текста описания */
.project-card__form textarea {
  min-height: 194px;
  resize: vertical;
}

.form-section {
  margin-bottom: 25px;
  border: none;
  max-width: 1025px;
}

.form-section legend {
  display: block;
  padding-left: 10px;
  /* общий отступ */
  text-indent: 0px;
  /* красная строка */
  font-weight: 500;
  margin-bottom: 8px;
  color: #494949;
  font-size: 20px;
  position: relative;
  max-width: 1236px;
}

.form-section legend::before {
  content: "";
  display: inline-block;
}

/* radio-group1 и radio-group -- два разных класса. это необходимо для оформления из-за различий в ширине */
.radio-group textarea {
  font-weight: 200;
}

.radio-group1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-bottom: 25px;
  font-size: 20px;
}

.radio-group1 label {
  position: relative;
  /* для позиционирования стрелки справа с краю ячейки */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: -5px;
  padding: 5px;
  border-radius: 8px;
  width: 369px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 20px;
}

.radio-group1 input[type="radio"] {
  margin-right: -5px;
  /* отступ между кружком и текстом */
  margin-left: 0px;
  accent-color: #7B7B7B;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  vertical-align: middle;
}

.arrow {
  position: relative;
}

.radio-arrow {
  position: absolute;
  left: 125px;
  top: 50%;
  width: 20px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
  -o-object-fit: contain;
     object-fit: contain;
}

.arrow_active {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
}

/* та же самая стрелка, только без выравнивания по правому краю */
.radio-arrow2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  right: 10px;
  top: 50%;
  width: 9px;
  height: 8px;
  margin-right: 8px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  /* анимация поворота */
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  /* изначально повернута налево, при нажатии должна менять направление */
}

.radio-input:checked ~ .radio-label .radio-arrow2 {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  /* поворот вниз при выборе */
}

.checkbox-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-bottom: 0px;
  font-size: 20px;
}

.checkbox-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  /* для позиционирования стрелки справа с краю ячейки */
  gap: 10px;
  font-weight: 300;
  font-size: 16px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 10px 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: #fff;
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
  cursor: pointer;
}

.checkbox-box::before {
  position: absolute;
  content: '';
  background-color: #000000;
  right: 20px;
  border-top: 6.5px solid #ffffff;
  border-bottom: 6.5px solid #ffffff;
  border-right: 10px solid transparent;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.checkbox-box span {
  display: inline-block;
  text-align: left;
  text-indent: 0px;
  /* чтобы у текста внутри ячеек не было отступа */
  padding-left: 10px;
  /* отступ для всего текста */
  word-break: break-word;
  white-space: normal;
  max-width: 90%;
}

.checkbox-box input[type="checkbox"] {
  margin-right: 0;
  /* Отступ между чекбоксом и текстом */
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20px;
  height: 20px;
}

/* колонки чекбоксов */
.checkbox-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.checkbox-column label {
  position: relative;
  /* для позиционирования стрелки справа с краю ячейки */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: -5px;
  padding: 5px 35px 5px 5px;
  border-radius: 8px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  white-space: normal;
  word-break: break-word;
}

.checkbox-column input[type="checkbox"] {
  margin-right: -5px;
  /* отступ между кружком и текстом */
  margin-left: 0px;
  /* отступ между кружком и текстом */
  accent-color: #7B7B7B;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  vertical-align: middle;
}

.radio-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
  white-space: normal;
  word-wrap: break-word;
  line-height: 1.4;
  margin-bottom: 8px;
  gap: 10px;
  font-weight: 300;
  font-size: 20px;
  color: #494949;
}

.radio-label_m {
  margin-top: 10px;
}

.radio-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 20px;
}

.project-card__form .radio-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  /* для позиционирования стрелки справа с краю ячейки */
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  text-indent: 0px;
  gap: 10px;
  font-weight: 300;
  font-size: 20px;
}

.radio-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
  padding: 10px 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: #fff;
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
  cursor: pointer;
}

.radio-box:hover {
  border-color: #13b0b0;
}

.radio-box input[type="radio"] {
  margin-top: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.radio-box span {
  font-size: 20px;
  color: #494949;
  font-weight: normal;
}

.project-card__form input[type="radio"],
.project-card__form input[type="checkbox"] {
  accent-color: #13b0b0;
  width: 18px;
  height: 18px;
  margin-top: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* кнопки */
.project-card__form button[type="button"] {
  background: #13b0b0;
  color: #fff;
  border: none;
  border-radius: 11px;
  padding: 10px 20px;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}

.project-card__form button[type="button"]:hover {
  background: #0e8c8c;
}

.project-card__form .submit-btn {
  background: #009C9C;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 14px 0;
  font-size: 24px;
  font-weight: 300;
  margin-top: 20px;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  width: 551px;
}

.project-card__form .submit-btn:hover {
  background: #0e8c8c;
}

/* подсказки */
.project-card__form .file-desc,
.project-card__form .contact-desc,
.project-card__form p {
  color: #777;
  font-size: 13px;
  margin: 5px 0 10px;
  font-style: italic;
}

.rid-fields .form-group label {
  margin-bottom: 20px;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  margin-bottom: 10px;
}

.form-group label input {
  font-weight: 200;
}

.rid-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0px;
  /* одинаковое расстояние между опциями */
}

.radio-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  /* расстояние между кнопкой и полями */
}

.radio-option span {
  font-size: 16px;
}

.file-upload {
  margin-bottom: 0px;
}

.file-upload {
  margin-bottom: 0px;
  text-align: left;
}

.file-upload-label {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  color: #13b0b0;
  font-size: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row5;
          flex-direction: row5;
}

.file-upload-label:hover {
  color: #0e8c8c;
}

.file-upload-icon {
  margin-left: -10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 0px;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 20px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.file-upload-text {
  display: block;
  text-indent: 0;
  max-width: 500px;
  margin-left: 30px;
  font-weight: 300;
}

.file-upload-label:hover .file-upload-icon {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/* скрыли стандартную кнопку */
.file-upload-input {
  display: none;
}

.file-name {
  margin-top: 8px;
  font-size: 16px;
  color: #777;
  font-style: italic;
  padding-left: 34px;
}

.form-section p {
  padding-bottom: 10px;
  font-style: normal;
  text-indent: 10px;
}

.project-card__form input[type="checkbox"] {
  border-radius: 20px;
  font-style: none;
}

.project-card__form .file-upload-label2 {
  border: 1px solid #7B7B7B;
  border-radius: 5px;
  width: 95px;
  height: 20px;
  background: #fff;
  color: #494949;
  font-size: 14px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  margin-left: 10px;
}

.project-card__form .file-upload-text2 {
  margin-left: -5px;
}

@media (max-width: 700px) {
  .project-card {
    padding: 10px 0 30px 0;
    font-size: 16px;
  }
  .project-card h2 {
    font-size: 24px;
    margin: 0 0 20px 0;
    padding-bottom: 10px;
  }
  .project-card__form {
    max-width: 100%;
    padding: 0 8px;
  }
  .form-section legend {
    font-size: 16px;
    padding-left: 0;
    margin-bottom: 6px;
  }
  .form-section {
    margin-bottom: 18px;
    padding: 0;
  }
  .form-group label,
  .project-card__form label {
    font-size: 14px;
    text-indent: 0;
  }
  .project-card__form input[type="text"],
  .project-card__form input[type="email"],
  .project-card__form input[type="tel"],
  .project-card__form textarea,
  .project-card__form select {
    font-size: 14px;
    padding: 8px 10px;
    min-height: 36px;
  }
  .project-card__form .file-upload-label {
    width: 100%;
    min-width: 0;
    height: 36px;
    font-size: 14px;
    padding: 0;
    margin-left: 0;
  }
  .project-card__form .submit-btn {
    width: 100%;
    font-size: 16px;
    padding: 10px 0;
    margin-top: 16px;
  }
  .radio-label, .checkbox-label {
    font-size: 14px;
    gap: 6px;
  }
  .rid-fields .form-group {
    margin-bottom: 10px;
  }
}

.project-card__form #contact_fio,
.project-card__form #contact_position,
.project-card__form #contact_email,
.project-card__form #contact_phone {
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
}

.project-card__form label[for="contact_fio"],
.project-card__form label[for="contact_position"],
.project-card__form label[for="contact_email"],
.project-card__form label[for="contact_phone"] {
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
}

.project-card__form .checkbox-label span {
  font-size: 14px;
  font-weight: 400;
}

.license__input {
  font-weight: 200;
}

.license__textarea_label {
  margin-top: 30px;
}

@media (max-width: 700px) {
  .project-card {
    padding: 10px 0 30px 0;
    font-size: 16px;
  }
  .project-card h2 {
    font-size: 24px;
    margin: 0 0 20px 0;
    padding-bottom: 10px;
  }
  .project-card__form {
    max-width: 100%;
    padding: 0 8px;
  }
  .form-section legend {
    font-size: 16px;
    padding-left: 0;
    margin-bottom: 6px;
  }
  .form-section {
    margin-bottom: 18px;
    padding: 0;
  }
  .form-group label,
  .project-card__form label {
    font-size: 14px;
    text-indent: 0;
  }
  .project-card__form input[type="text"],
  .project-card__form input[type="email"],
  .project-card__form input[type="tel"],
  .project-card__form textarea,
  .project-card__form select {
    font-size: 14px;
    padding: 8px 10px;
    min-height: 36px;
  }
  .project-card__form .file-upload-label {
    width: 100%;
    min-width: 0;
    height: 36px;
    font-size: 14px;
    padding: 0;
    margin-left: 0;
  }
  .project-card__form .submit-btn {
    width: 100%;
    font-size: 16px;
    padding: 10px 0;
    margin-top: 16px;
  }
  .radio-label, .checkbox-label {
    font-size: 14px;
    gap: 6px;
  }
  .rid-fields .form-group {
    margin-bottom: 10px;
  }
}

@media (max-width: 1499px) {
  .project-card h2 {
    font-size: 42px;
  }
}

@media (max-width: 1239px) {
  .project-card h2 {
    font-size: 36px;
  }
}

@media (max-width: 1239px) {
  .project-card h2 {
    text-align: center;
    font-size: 32px;
  }
}

@media (max-width: 1000px) {
  .radio-box {
    margin-left: auto;
    margin-right: auto;
  }
  .radio-group1 label {
    width: 100%;
  }
}

@media (max-width: 900px) {
  .project-card h2 {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 35px;
  }
}

@media (max-width: 700px) {
  .project-card h2 {
    font-size: 24px;
  }
}

@media (max-width: 500px) {
  .project-card h2 {
    font-size: 20px;
  }
  .project-card .radio-box span {
    font-size: 16px;
  }
}

@media (max-width: 400px) {
  .project-card h2 {
    font-size: 20px;
  }
}

.archive-main {
  background: right 9% top 70% url("../img/logo_black.svg") no-repeat, right 0% top 50% url("../img/archive_back.png") no-repeat, #ffffff;
}

.archive-main__h2 {
  font-size: 80px;
  margin-right: 117px;
}

.archive-main__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.archive-main__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.archive-main__btns button {
  margin: 0;
  padding: 0;
  height: 50px;
  width: 250px;
  background-color: #ffffff;
  color: #009C9C;
  border: none;
  border: #009C9C solid 1px;
  cursor: pointer;
  font-size: 20px;
}

.archive-main__btns .archive-main_active {
  background-color: #009C9C;
  color: #ffffff;
}

.archive-main__btns button:first-child {
  border-radius: 4px 0 0 4px;
}

.archive-main__btns button:nth-child(2) {
  border-radius: 0 4px 4px 0;
}

.archive-main__txt {
  max-width: 1016px;
  margin-top: 100px;
  font-size: 25px;
}

.archive-main__txt p {
  padding-bottom: 15px;
}

.archive-main__txt ul {
  padding-left: 35px;
  padding-bottom: 15px;
}

.archive_h2, .archive-result__h2, .archive-video__h2, .archive-slider__h2, .archive-winner__h2 {
  font-size: 80px;
  color: #494949;
}

.archive-main__flex {
  padding-bottom: 250px;
}

@media (max-width: 1919px) {
  .archive-main__txt {
    max-width: 700px;
    width: unset;
  }
}

@media (max-width: 1599px) {
  .archive-main {
    background: right 9% top 50% url("../img/logo_black.svg") no-repeat, right 0% top 0% url("../img/archive_back.png") no-repeat, #ffffff;
  }
}

@media (max-width: 1439px) {
  .archive-main__txt {
    max-width: 600px;
  }
  .archive-main {
    background: right 9% top 50% url("../img/logo_black.svg") no-repeat, #ffffff;
  }
}

@media (max-width: 1239px) {
  .archive-main__txt {
    max-width: 100%;
  }
  .archive-main {
    background: #ffffff;
  }
}

@media (max-width: 1150px) {
  .archive-main__txt {
    padding-right: 50px;
    padding-left: 50px;
  }
  .archive-main__h2 {
    margin-left: 50px;
  }
}

@media (max-width: 1000px) {
  .archive-main__txt {
    padding-right: 50px;
    padding-left: 50px;
  }
  .archive-main__h2 {
    margin: 0 0 50px 0px;
  }
  .archive-main__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 600px) {
  .archive-main__btns button {
    width: 200px;
    font-size: 16px;
  }
  .archive-main__txt {
    font-size: 20px;
  }
}

@media (max-width: 450px) {
  .archive-main__btns button {
    width: 160px;
  }
  .archive-main__txt {
    font-size: 18px;
  }
  .archive-main__txt {
    padding-right: 25px;
    padding-left: 25px;
  }
}

@media (max-width: 400px) {
  .archive-main__btns button {
    width: 140px;
  }
  .archive-main__txt {
    font-size: 16px;
  }
}

@media (max-width: 400px) {
  .archive-main__txt {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.archive-result {
  background-color: #ffffff;
}

.archive-result__h2 {
  padding-bottom: 150px;
}

.archive-result__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 250px;
}

.archive-result__item {
  color: #494949;
  width: 354px;
}

.archive-result__item .archive-result__big {
  font-size: 129px;
  text-align: center;
}

.archive-result__item .archive__result_txt {
  font-size: 30px;
  text-align: center;
}

@media (max-width: 1919px) {
  .archive-result__h2 {
    font-size: 72px;
  }
  .archive-result__item .archive-result__big {
    font-size: 110px;
  }
}

@media (max-width: 1599px) {
  .archive-result__h2 {
    font-size: 64px;
  }
  .archive-result__item .archive-result__big {
    font-size: 98px;
  }
  .archive-result__item .archive__result_txt {
    font-size: 26px;
  }
}

@media (max-width: 1439px) {
  .archive-result__h2 {
    font-size: 52px;
  }
  .archive-result__item {
    padding-bottom: 50px;
  }
  .archive-result__item .archive-result__big {
    font-size: 80px;
  }
  .archive-result__item .archive__result_txt {
    font-size: 24px;
  }
  .archive-result__flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 1150px) {
  .archive-result__h2 {
    margin-left: 50px;
    font-size: 48px;
  }
}

@media (max-width: 1000px) {
  .archive-result__h2 {
    margin: 0;
    text-align: center;
    line-height: 80px;
  }
  .archive-result__item .archive-result__big {
    font-size: 64px;
  }
  .archive-result__item .archive__result_txt {
    font-size: 20px;
  }
}

@media (max-width: 750px) {
  .archive-result__flex {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .archive-result__item {
    width: 250px;
  }
  .archive-result__item .archive-result__big {
    font-size: 52px;
  }
  .archive-result__item .archive__result_txt {
    font-size: 20px;
    width: 250px;
    margin-left: auto;
    margin-right: auto;
  }
  .archive-result__h2 {
    font-size: 36px;
    line-height: 60px;
  }
}

@media (max-width: 400px) {
  .archive-result__h2 {
    font-size: 30px;
    line-height: 50px;
  }
}

.archive-video {
  background-color: #ffffff;
  padding-bottom: 170px;
}

.archive-video img {
  padding-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1239px) {
  .archive-video img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.archive-slider {
  background-color: #ffffff;
  position: relative;
}

.archive-slider__h2 {
  padding-bottom: 100px;
}

@media (max-width: 1239px) {
  .archive_h2, .archive-result__h2, .archive-video__h2, .archive-slider__h2, .archive-winner__h2 {
    padding-left: 46px;
  }
}

@media (max-width: 1000px) {
  .archive_h2, .archive-result__h2, .archive-video__h2, .archive-slider__h2, .archive-winner__h2 {
    text-align: center;
    font-size: 80px;
    padding-left: 0;
  }
}

@media (max-width: 700px) {
  .archive_h2, .archive-result__h2, .archive-video__h2, .archive-slider__h2, .archive-winner__h2 {
    font-size: 48px;
  }
}

@media (max-width: 450px) {
  .archive_h2, .archive-result__h2, .archive-video__h2, .archive-slider__h2, .archive-winner__h2 {
    font-size: 36px;
  }
}

@media (max-width: 359px) {
  .archive_h2, .archive-result__h2, .archive-video__h2, .archive-slider__h2, .archive-winner__h2 {
    font-size: 30px;
  }
}

.label_archive, .label__lt_archive, .label__gt_archive {
  top: 260px;
}

.label__lt_archive {
  content: '';
  width: 24px;
  height: 106px;
  background: url("/img/arrowBigRight.png") no-repeat;
  cursor: pointer;
  position: absolute;
  right: 50px;
  z-index: 50;
}

.label__gt_archive {
  content: '';
  width: 24px;
  height: 106px;
  background: url("/img/arrowBigLeft.png") no-repeat;
  cursor: pointer;
  position: absolute;
  left: 50px;
  z-index: 50;
}

.archive-winner {
  background: right 0% url("../img/back_sots.png") no-repeat, #ffffff;
  overflow-x: hidden;
}

.archive-winner__h2 {
  padding-top: 150px;
}

.archive-winner .archive-slider {
  margin-top: 110px;
  padding-bottom: 115px;
}

.archive-winner .archive-slider .archive-slider__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.archive-winner .archive-slider .archive-slider__item .archive-slider__container {
  max-width: 1123px;
  margin: 0 auto;
}

.archive-winner .archive-slider .archive-slider__item .archive-slider__container .archive-slider__txt {
  padding-bottom: 40px;
}

.archive-winner .archive-slider .archive-slider__item .archive-slider__container .archive-slider__txt p {
  text-align: center;
}

.archive-winner .archive-slider .archive-slider__item .archive-slider__container .archive-slider__txt .archive-slider__main-txt {
  font-size: 36px;
  font-weight: 300;
  padding-bottom: 40px;
}

.archive-winner .archive-slider .archive-slider__item .archive-slider__container .archive-slider__txt .archive-slider__snd-txt {
  font-size: 24px;
  padding-bottom: 45px;
}

.archive-winner .archive-slider .archive-slider__item .archive-slider__container .archive-slider__txt img {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.archive-winner .archive-slider .archive-slider__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
}

@media (max-width: 1919px) {
  .label_archive, .label__lt_archive, .label__gt_archive {
    top: 230px;
  }
}

@media (max-width: 1439px) {
  .label_archive, .label__lt_archive, .label__gt_archive {
    top: 290px;
  }
  .label_left, .label__gt_archive {
    left: 80px;
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 50%;
    position: absolute;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    border: none;
  }
  .label_left::before, .label__gt_archive::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(225deg);
    transform: translate(-50%, -50%) rotate(225deg);
    width: 12px;
    height: 12px;
    border-right: 3px solid black;
    border-top: 3px solid black;
  }
  .label_right, .label__lt_archive {
    right: 80px;
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 50%;
    position: absolute;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    border: none;
  }
  .label_right::before, .label__lt_archive::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    width: 12px;
    height: 12px;
    border-right: 3px solid black;
    border-top: 3px solid black;
  }
}

@media (max-width: 1000px) {
  .label_archive, .label__lt_archive, .label__gt_archive {
    top: 320px;
  }
  .archive-slider__main-txt, .archive-slider__snd-txt {
    padding-left: 40px;
    padding-right: 40px;
  }
  .arrow_gt {
    left: 10px;
  }
  .arrow_lt {
    right: 10px;
  }
}

@media (max-width: 700px) {
  .archive-slider__main-txt {
    font-size: 30px !important;
  }
  .archive-slider__snd-txt {
    font-size: 20px !important;
  }
}

@media (max-width: 400px) {
  .label_archive, .label__lt_archive, .label__gt_archive {
    top: 240px;
  }
  .label__lt_archive {
    right: 20px;
  }
  .label__gt_archive {
    left: 20px;
  }
}

.concurs__txt_mod p {
  margin-bottom: 15px;
}

.concurs__btns_mod {
  margin-bottom: 50px;
}

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(100vh - 120px);
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  gap: 20px;
  margin-bottom: 60px;
}

#chats-sidebar {
  width: 300px;
  background: white;
  border-radius: 10px;
  padding: 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  overflow-y: scroll;
}

#chats-sidebar h2 {
  margin-top: 0;
  color: #333;
  font-size: 20px;
  margin-bottom: 15px;
}

#chats-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  max-height: calc(100% - 120px);
  overflow-y: auto;
}

.chat-item {
  padding: 15px;
  background-color: #f8f9fa;
  border-radius: 8px;
  cursor: pointer;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.chat-item:hover {
  background-color: #e9ecef;
}

.chat-item.active {
  background-color: #007bff;
  color: white;
}

#chat-container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: white;
  border-radius: 10px;
  padding: 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#chat-container h1 {
  font-size: 24px;
  margin: 0 0 20px 0;
  color: #333;
}

#chat-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding: 20px;
  height: calc(100vh - 250px);
  overflow-y: scroll;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 60%;
  margin: 5px 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.message.received {
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-right: auto;
}

.message.sent {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-left: auto;
}

.message-content {
  position: relative;
  padding: 12px 16px;
  border-radius: 15px;
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  max-width: 100%;
}

.message-text {
  white-space: pre-wrap;
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: break-word;
  max-width: 100%;
}

.message.received .message-content {
  background: #f0f0f0;
  border-bottom-left-radius: 5px;
}

.message.sent .message-content {
  background: #007bff;
  color: white;
  border-bottom-right-radius: 5px;
}

.message-time {
  font-size: 11px;
  margin-top: 4px;
  opacity: 0.7;
}

.message.received .message-time {
  text-align: left;
  margin-left: 4px;
}

.message.sent .message-time {
  text-align: right;
  margin-right: 4px;
}

.message-image {
  max-width: 100%;
  max-height: 300px;
  width: auto;
  height: auto;
  border-radius: 8px;
  margin: 5px 0;
  -o-object-fit: contain;
     object-fit: contain;
  background: #f0f0f0;
  padding: 4px;
}

.message-image:after {
  content: "Изображение не может быть загружено";
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #666;
}

.message-image[src=""]:after,
.message-image.error:after {
  display: block;
}

#message-form {
  width: 100%;
  padding: 10px;
  background: white;
  border-top: 1px solid #eee;
}

.message-input-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 10px;
  background: white;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#message-input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 20px;
  font-size: 14px;
  outline: none;
  min-width: 0;
}

#send-button {
  padding: 12px 24px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

#send-button:hover {
  background-color: #0056b3;
}

.main-header {
  background-color: #007bff;
  color: white;
  padding: 15px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.header-logo {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 2px;
}

.header-user {
  font-size: 16px;
}

.new-chat-btn {
  width: 100%;
  padding: 12px;
  margin-top: 20px;
  background-color: #009C9C;
  color: white;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  position: relative;
}

.new-chat-btn img {
  position: absolute;
  left: 20px;
  top: 8px;
  width: 25px;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #ffffff;
  border-radius: 50px;
}

.chat__developers {
  margin-top: 15px;
}

.new-chat-btn:hover {
  background-color: #218838;
}

.main-footer {
  background-color: #f5f5f5;
  color: #666;
  padding: 15px 30px;
  text-align: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  -webkit-box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.05);
          box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.05);
}

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

.modal-content {
  background-color: white;
  margin: 10% auto;
  padding: 30px;
  width: 90%;
  max-width: 500px;
  border-radius: 12px;
  position: relative;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.modal-header {
  margin-bottom: 25px;
}

.modal-header h2 {
  margin: 0 0 20px 0;
  color: #333;
  font-size: 24px;
}

#userSearch {
  width: 100%;
  padding: 12px 15px;
  margin-top: 10px;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  font-size: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#userSearch:focus {
  outline: none;
  border-color: #007bff;
  -webkit-box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
          box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}

#usersList {
  max-height: 300px;
  overflow-y: auto;
  margin: 15px 0;
  padding: 5px;
}

.user-item {
  padding: 12px 15px;
  border: 1px solid #e0e0e0;
  margin: 8px 0;
  border-radius: 8px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background-color: #f8f9fa;
}

.user-item:hover {
  background-color: #f0f0f0;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.user-item.selected {
  background-color: #007bff;
  color: white;
  border-color: #007bff;
}

.modal-footer {
  margin-top: 25px;
  text-align: right;
  padding-top: 20px;
  border-top: 1px solid #e0e0e0;
}

.modal-footer button {
  padding: 10px 20px;
  margin-left: 12px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#cancelUserSelect {
  background-color: #6c757d;
  color: white;
}

#cancelUserSelect:hover {
  background-color: #5a6268;
}

#confirmUserSelect {
  background-color: #007bff;
  color: white;
}

#confirmUserSelect:hover {
  background-color: #0056b3;
}

#confirmUserSelect:disabled {
  background-color: #b0b0b0;
  cursor: not-allowed;
  opacity: 0.7;
}

.attachment-preview {
  margin: 10px 15px;
  padding: 10px;
  background: #f8f9fa;
  border-radius: 8px;
  display: none;
}

.preview-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.preview-info img {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}

.preview-info span {
  font-size: 13px;
  color: #666;
}

.remove-attachment {
  background: none;
  border: none;
  color: #dc3545;
  font-size: 18px;
  cursor: pointer;
  padding: 4px 8px;
  border-radius: 4px;
}

.remove-attachment:hover {
  background-color: rgba(220, 53, 69, 0.1);
}

.attach-button {
  padding: 8px;
  cursor: pointer;
  border-radius: 50%;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.attach-button:hover {
  background-color: #f0f0f0;
}

@media screen and (max-width: 768px) {
  .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: unset;
  }
  #chats-list {
    max-height: 300px;
    height: 300px;
  }
  #chats-sidebar {
    width: 100%;
    height: 100%;
  }
  .message {
    max-width: 80%;
  }
  .message-image {
    max-height: 300px;
  }
}

@media screen and (max-width: 480px) {
  .message {
    max-width: 90%;
  }
  .message-content {
    padding: 8px 12px;
  }
  #message-input {
    font-size: 13px;
  }
  .message-image {
    max-height: 200px;
  }
}

.login__auth {
  min-height: 50vh;
}

.login__auth .login__form {
  padding-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 500px;
  margin: 0 auto;
}

.login__auth .login__form div {
  display: block;
}

.login__auth .login__form div input {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  border-radius: 5px;
  width: 100%;
  padding: 5px;
  text-align: center;
}

.login__auth .login__form div button {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #009C9C;
  color: #ffffff;
  border-radius: 5px;
  font-size: 20px;
}

.login__auth .login__form div ul {
  list-style: none;
}

.login__auth .login__form div li {
  color: red;
  text-align: center;
}

.login__auth .login__form div a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
}

.uchastnikam {
  background: #fff;
  padding: 40px 0 60px 0;
  min-height: 100vh;
  font-size: 20px;
  overflow-x: hidden;
}

.uchastnikam h2 {
  color: #13b0b0;
  max-width: 1301px;
  height: 58px;
  font-size: 48px;
  font-weight: 500;
  margin: 0 0 30px 75px;
  padding-bottom: 15px;
  letter-spacing: 0.5px;
}

.uchastnikam__content-wrapper {
  max-width: 1025px;
  margin: 0 auto;
  padding: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}

.info-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.info-button {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #FFFFFF;
  width: 814px;
  height: 61px;
  left: 530px;
  top: 2064px;
  margin-left: 80px;
  margin-top: 40px;
  margin-bottom: 0px;
  font-weight: 400;
  font-size: 30px;
  padding: 15px 20px;
  width: 814px;
  cursor: pointer;
}

.info-button .icon {
  margin-left: 50px;
}

.info-button2 {
  border: none;
  position: relative;
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #FFFFFF;
  width: 814px;
  height: 61px;
  text-align: left;
  margin-left: 0 !important;
  margin-right: auto !important;
  font-weight: 400;
  font-size: 30px;
  padding: 15px 20px 15px 7px;
  width: 814px;
  cursor: pointer;
  position: relative;
}

.info-button2 .arrow {
  position: absolute;
  right: 400px;
  top: 30px;
}

.info-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: 50px;
  padding: 0px;
  width: 1086px;
}

.info-content ul {
  margin-bottom: 16px;
  margin-top: 0px;
}

.info-content ul li {
  margin-bottom: 16px;
}

.info-content ul li:last-child {
  margin-bottom: 0px;
}

.info-content p {
  margin-bottom: 20px;
  margin-top: 10px;
}

.info-content .info-subtext {
  font-size: 32px;
  margin-bottom: 30px;
  margin-top: 30px;
}

.info-content .info-subtext2 {
  font-weight: 400;
  font-size: 28px;
  margin-bottom: 20px;
  margin-top: 30px;
}

.info-content .submit-presentation-button,
.info-content .submit-video-button,
.info-content .submit-exhibit-button,
.info-content .more-info-button {
  margin-bottom: 10px;
  margin-top: 30px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  gap: 10px;
  width: 383px;
  height: 49px;
  font-size: 24px;
  background: #E1E1E2;
  border-radius: 11px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.info-content .submit-presentation-button:hover,
.info-content .submit-video-button:hover,
.info-content .submit-exhibit-button:hover,
.info-content .more-info-button:hover {
  background: #13b0b0;
  color: #fff;
  text-decoration: none;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.info-content .submit-presentation-button:active,
.info-content .submit-video-button:active,
.info-content .submit-exhibit-button:active,
.info-content .more-info-button:active {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}

.info-content .submit-presentation-button::after,
.info-content .submit-video-button::after,
.info-content .submit-exhibit-button::after,
.info-content .more-info-button::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  border-radius: 100%;
  -webkit-transform: scale(1, 1) translate(-50%);
          transform: scale(1, 1) translate(-50%);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(20, 20);
            transform: scale(20, 20);
    opacity: 0;
  }
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(20, 20);
            transform: scale(20, 20);
    opacity: 0;
  }
}

.dop-track {
  border-bottom: 2px solid rgba(73, 73, 73, 0.18);
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 70px;
  margin-bottom: 30px;
}

.dop-track .track__car {
  margin-left: 10px;
  margin-right: 10px;
}

.see-map {
  margin-bottom: 70px;
}

.info-content2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0px;
  width: 1086px;
}

.info-button2 {
  margin-left: 0;
}

.food-cards {
  width: 1086px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.food-cards .cabinet__buttons {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.dop__food.dop__track_active {
  height: 656px;
}

.dop__place.dop__track_active2 {
  height: 321px;
}

.dop-cafe {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 70px;
  margin-bottom: 10px;
}

.dop-cafe .cafe__item {
  border: 1px solid #009C9C;
  margin-right: 22px;
  margin-left: 22px;
  border-radius: 15px;
  width: 381px;
  padding: 38px 30px 32px;
  color: #3E3E3E;
}

.dop-cafe .cafe__item h5 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 40px;
}

.dop-cafe .cafe__item p {
  font-size: 20px;
  font-weight: 300;
  margin-top: 40px;
}

.dop-cafe .cafe__item .cafe__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dop-cafe .cafe__item .cafe__address img {
  margin-top: 40px;
}

.dop-cafe .cafe__item .cafe__address p {
  margin-left: 5px;
  width: 286px;
}

.living-cards {
  margin: 0 0 200px 0;
  max-width: unset;
  width: 100%;
}

.divider {
  width: 100%;
  height: 1px;
  background-color: #c5c5c5;
  margin: 30px 0 0 0;
}

@media (max-width: 1599px) {
  .dop-track {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .track__car .track__car-card p {
    font-size: 16px;
  }
}

@media (max-width: 1439px) {
  .info-content {
    width: unset;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
  .dop-cafe {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .dop-cafe .cafe__item {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
  }
}

@media (max-width: 1250px) {
  .dop-track {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 1150px) {
  .radio-arrow {
    left: 50px;
  }
  .living-cards {
    margin: 0 0 200px 0;
    max-width: unset;
    width: 100%;
  }
}

@media (max-width: 1000px) {
  .radio-arrow {
    left: -20px;
    margin-right: 0px;
  }
  .info-button {
    margin-left: 0;
    max-width: 100%;
    width: unset;
    text-align: center;
  }
  .info-button .info-text {
    margin-left: auto;
    margin-right: auto;
  }
  .info-button .icon {
    margin-left: 0;
    position: absolute;
  }
  .track__car {
    margin-bottom: 100px;
  }
  .track__car .track__car-card {
    margin-left: auto;
    margin-right: auto;
  }
  .track__car .track__paragraph p {
    text-align: center;
  }
  .track__car a {
    margin-left: auto;
    margin-right: auto;
  }
  .info-button2 {
    max-width: 600px;
    margin-right: 0 !important;
  }
  .info-button2 .radio-arrow {
    left: 50px;
    top: 12px;
  }
  .info-button2 .arrow {
    right: 40px;
  }
  .info-content2 {
    max-width: 900px;
    width: unset;
  }
  .info-content2 .food-cards {
    max-width: 900px;
    width: unset;
    margin-left: auto;
    margin-right: auto;
  }
  .uchastnikam h2 {
    text-align: center;
    margin-right: 0;
    margin-left: 0;
  }
}

@media (max-width: 700px) {
  .info-button .info-text {
    font-size: 20px;
  }
  .info-button2 {
    font-size: 20px;
    max-width: 400px;
  }
  .info-button2 .radio-arrow {
    top: 8px;
  }
}

@media (max-width: 550px) {
  .info-button .info-text {
    font-size: 16px;
  }
  .info-button2 {
    font-size: 16px;
  }
  .info-button2 .radio-arrow {
    top: 7px;
  }
  .info-button2 .arrow .radio-arrow {
    left: 0;
  }
}

@media (max-width: 450px) {
  .info-button .info-text {
    width: 150px;
    font-size: 16px;
  }
  .info-button2 {
    max-width: 300px;
  }
  .dop-cafe .cafe__item {
    width: 281px;
  }
  .dop-track .track__car a {
    font-size: 18px;
  }
  .dop-track .track__car-card {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 240px;
    height: unset;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .dop-track .track__car-card img {
    width: 50px;
    height: 50px;
  }
  .dop-track .track__car-card p {
    margin-left: 20px;
    margin-top: 0px;
    width: 250px;
    vertical-align: middle;
    display: inline-block;
    margin-bottom: 0;
    font-size: 16px;
  }
  .info-content .submit-presentation-button,
  .info-content .submit-video-button,
  .info-content .submit-exhibit-button,
  .info-content .more-info-button {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 400px) {
  .info-section .info-content {
    max-width: unset;
    width: 100%;
  }
}

@media (max-width: 359px) {
  .info-button .info-text {
    width: 150px;
    font-size: 16px;
  }
  .info-button .icon img {
    width: 30px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .info-button .arrow {
    position: relative;
  }
  .info-button .arrow .radio-arrow {
    position: absolute;
    top: -12px;
  }
  .info-button2 .arrow .radio-arrow {
    left: 10px;
  }
  .food-cards .dop-cafe .cafe__item {
    width: 280px;
  }
}

.raspisanie_btns {
  margin-left: auto;
  margin-right: auto;
}

.raspisanie_btns button {
  width: 506px;
  height: 87px;
}

.raspisanie_btns button:first-child {
  border-radius: 14px 0 0 14px;
}

.raspisanie_btns button:nth-child(2) {
  border-radius: 0 14px 14px 0;
}

.program_raspisanie .program-column__left {
  margin-left: auto !important;
  margin-right: auto;
  width: unset;
}

.rasp_2 .program-header__left {
  margin-top: 0 !important;
}

@media (max-width: 1150px) {
  .program_ras button {
    width: 300px;
    height: 67px;
  }
  .program_ras .program-header__left {
    margin-left: auto;
    margin-right: auto;
  }
  .program_ras .program-header__left h3 {
    text-align: center;
    margin-left: 0;
  }
}

@media (max-width: 1000px) {
  .program_ras .program__content ul li:after {
    left: 239px !important;
  }
  .program_ras .program__content ul li:before {
    left: 239px !important;
  }
  .program_ras .program__content ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .program_ras .program__content ul li .program__timestamp {
    width: 150px;
  }
  .program_ras .program__content ul li .program__timestamp p {
    width: 200px;
    padding-left: 50px;
  }
  .program_ras .program__content ul li .program__timestamp .heart {
    left: -30px;
  }
  .program_ras .program__content ul li .program__txt {
    padding-left: 0;
  }
  .program_ras .program__content ul li .program__txt p {
    width: 150px;
  }
  .program_ras .program__content ul li:last-child .program__timestamp .heart {
    left: -30px;
  }
  .program_ras .program__content::before {
    left: 249px !important;
  }
}

@media (max-width: 700px) {
  .program_ras .program__content ul li:after {
    left: 189px !important;
  }
  .program_ras .program__content ul li:before {
    left: 189px !important;
  }
  .program_ras .program__content ul li:last-child:after {
    left: 189px !important;
  }
  .program_ras .program__content ul li .program__timestamp p {
    padding-left: 0;
  }
  .program_ras .program__content::before {
    left: 199px !important;
  }
}

@media (max-width: 550px) {
  .program_ras .program__content ul li:after {
    left: 189px !important;
  }
  .program_ras .program__content ul li:before {
    left: 189px !important;
  }
  .program_ras .program__content ul li:last-child:after {
    left: 189px !important;
  }
  .program_ras .program__content ul li .program__timestamp p {
    padding-left: 0;
  }
  .program_ras .program__content ul li .program__txt {
    padding-left: 0;
  }
  .program_ras .program__content::before {
    left: 199px !important;
  }
}

@media (max-width: 450px) {
  .program_ras .program__content ul li:after {
    left: 139px !important;
  }
  .program_ras .program__content ul li:before {
    left: 139px !important;
  }
  .program_ras .program__content ul li:last-child:after {
    left: 139px !important;
  }
  .program_ras .program__content ul li .program__timestamp p {
    padding-left: 0;
  }
  .program_ras .program__content ul li .program__txt {
    padding-left: 0;
  }
  .program_ras .program__headers .program-column__left .program__content p {
    max-width: 340px;
  }
  .program_ras .program__content::before {
    left: 169px !important;
  }
  .program_ras .archive-main__header button {
    height: 47px;
  }
}

@media (max-width: 358px) {
  .program_ras .program__content ul li:after {
    left: 119px !important;
  }
  .program_ras .program__content ul li:before {
    left: 139px !important;
  }
  .program_ras .program__content ul li:last-child:after {
    left: 129px !important;
  }
  .program_ras .program__content ul li .program__timestamp p {
    padding-left: 0;
  }
  .program_ras .program__content ul li .program__txt {
    padding-left: 0;
  }
  .program_ras .program__headers .program-column__left .program__content p {
    max-width: 300px;
  }
  .program_ras .program__content::before {
    left: 149px !important;
  }
}
/*# sourceMappingURL=style.css.map */

.archive-slider, .guests__block {
  overflow: hidden;
  position: relative;
}


.winner-slider, .photo-gallery-slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.winner-slider > .archive-slider__item,
.photo-gallery-slider > .guests__block_quad {
  flex: 0 0 100%;
  box-sizing: border-box;
}

.photo-gallery-slider > .guests__block_quad {
  flex-basis: 33.33%;
  padding: 0 15px;
}

.winner-slider .archive-slider__container {
  max-width: 1123px;
  margin: 0 auto;
  padding: 0 20px;
}

.archive-slider__txt {
  text-align: center;
}

.archive-slider__txt img {
  margin: 0 auto;
  display: block;
}

@media (max-width: 1200px) {
  .photo-gallery-slider > .guests__block_quad {
    flex-basis: 50%;
  }
}

@media (max-width: 768px) {
  .photo-gallery-slider > .guests__block_quad {
    flex-basis: 100%;
  }
}
.winner-slider .archive-slider__container {
  max-width: 1123px;
  margin: 0 auto;
  padding: 0 20px;
}

.archive-slider__txt {
  text-align: center;
}

.archive-slider__txt img {
  margin: 0 auto;
  display: block;
}

.archive-partners {
  background-color: #ffffff;
  padding: 100px 0;
}

.archive-partners__h2 {
  text-align: center;
  color: #494949;
  font-size: 80px;
  margin-bottom: 100px;
}

.archive-partners__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 50px 80px;
}

.archive-partners__item {
  flex: 0 1 300px;
  text-align: center;
}

.archive-partners__item img {
  max-width: 100%;
  max-height: 200px;
  height: auto;
  object-fit: contain;
  opacity: 0.8;
  transition: all 0.3s ease;
}

@media (max-width: 768px) {
  .archive-partners__h2 {
    font-size: 48px;
    margin-bottom: 60px;
  }
  .archive-partners__item {
    flex-basis: 150px;
  }
  .archive-partners__container {
    gap: 40px;
  }
}