.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

/* Меню */

.teacher.container-fluid.second-menu--line {
  display: flex;
  position: absolute;
  top: 10px;
  width: 100%;
  padding-left: 18.5%;
  padding-right: 18.5%;

  font-size: 17px;
  color: #fff;
  line-height: 18px;
  text-transform: uppercase;

  z-index: 100;
}

.teacher .second-menu--hidden-title {
  display: none;
}

.teacher .second-menu-wrapper {
  margin-left: auto;
  padding: 20px 15px;
}

.teacher .second-menu--burger .span-invisible {
  padding-right: 5px;

  font-weight: 700;
}

.teacher .second-menu--burger {
  cursor: pointer;
}

.teacher .second-menu--pull-out {
  opacity: 0;
}

.teacher .second-menu--pull-out.active {
  opacity: 1;
  width: 100%;
}

.teacher .second-menu--pull-out.active ~ .second-menu-wrapper .second-menu--burger-text {
  display: none;
}

.teacher .second-menu--pull-out ul {
  display: none;
}

.teacher .second-menu--pull-out.active ul {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin: 0;
  padding: 20px 0;
}

.teacher .second-menu--pull-out.active ul li {
  display: block;
  margin: 0 20px 10px 0;
}

.teacher .second-menu--pull-out.active ul li:last-child {
  display: block;
  margin-bottom: 0;
}

.teacher .second-menu--pull-out ul li a {
  color: #fff;
}

.teacher-nav-toggle {
  position: relative;
  font-size: 0;
  color: transparent;
  border: 0;
  background: none;
  cursor: pointer;
  z-index: 2;
  width: 24px;
}

.teacher .nav-toggle__item {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 10px;
  left: 0;
  width: 100%;
  height: 2px;
  margin: auto;

  background-color: #fff;

  transition: background 0.2s linear;
}

.teacher .nav-toggle__item:before,
.teacher .nav-toggle__item:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  z-index: 1;
  transition: transform 0.2s linear;
}

.teacher .nav-toggle__item:before {
  top: -8px;
}

.teacher .nav-toggle__item:after {
  bottom: -8px;
}

.teacher .nav-toggle__item.active {
  top: 7px;
  right: -10px;
  width: 70%;

  background: none;
}

.teacher .nav-toggle__item.active:before {
  transform-origin: left top;
  transform: rotate(45deg) translateX(-3px);
}
.teacher .nav-toggle__item.active:after {
  transform-origin: left bottom;
  transform: rotate(-45deg) translateX(-3px);
  bottom: 0px;
}

/* /Меню */

.sendSuccessWindow.teacher h4 {
  font-family: SegoeUI;
  font-style: italic;
  font-weight: 300;
  font-size: 96px;
  line-height: 128px;
  text-align: center;
  text-transform: uppercase;
}

.sendSuccessWindow.teacher p {
  font-family: SegoeUI;
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 42px;

  text-align: center;
}

@media (max-width: 768px) {
  .sendSuccessWindow.teacher h4 {
    font-weight: 300;
    font-size: 48px;
    line-height: 48px;
  }

  .sendSuccessWindow.teacher p {
    font-size: 18px;
    line-height: 24px;
  }
}

/* END Modal */



.btn-yellow,
.btn-blue,
.btn-green {
  padding: 20px 15px;

  font-size: 29px;
  font-weight: 700;
  line-height: 37px;
  text-align: center;
  text-transform: uppercase;

  border: none;
  border-radius: 15px;
  box-sizing: border-box;
  cursor: pointer;
}

button.btn-yellow,
.btn-yellow a,
.btn-blue a,
.btn-green a {
  color: #284832;
}

.btn-yellow {
  background: linear-gradient(135deg, #ffd67d, #ffc851, #ffd67d, #ffc851);
}

.btn-blue {
  background: linear-gradient(135deg, #7af1ff, #51edff, #7af1ff, #51edff);
}

.btn-green {
  background: linear-gradient(135deg, #51ff82, #a0fcba, #51ff82, #a0fcba);
}

.teacher-btn__wrapper .btn-yellow,
.teacher-btn__wrapper .btn-blue {
  width: 50%;
}

.teacher-btn__wrapper .btn-yellow {
  margin-right: 45px;
}

.sendSuccessInner .btn-yellow {
  width: auto;
}

.page-teacher-main,
.teacher-author-page,
.teacher-participant-page {
  position: relative;

  font-size: 26px !important;
  font-family: "HelveticaNeueCyr-Roman", sans-serif;
  color: #121212;

  background-image: url(/uploads/media/img/teacher/bg-page.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center -80px;
}

.row.teacher-author,
.row.teacher-about,
.row.teacher-rules, 
.row.teacher-nominations,
.row.teacher-stages,
.row.teacher-prizeFund,
.row.teacher-contacts {
  margin-left: 0;
  margin-right: 0;
  padding-left: 18.5%;
  padding-right: 18.5%;
}

.teacher-author__text-title,
.teacher-rules__title,
.teacher-nominations__title,
.teacher-stages__title,
.teacher-prizeFund__title,
.teacher-contacts__title,
.page-teacher-create__form-section-title,
.page-teacher-create__form-title,
.teacher-items__filter-title,
.teacher-participant__reviews-title,
.teacher-items__prev-title {
  margin: 0 0 50px;

  font-size: 41px !important;
  font-weight: 700;
  color: #20422a;
  text-transform: uppercase;
  text-align: center;
}

.teacher-items__prev {
  margin: 0 auto 170px;
}

.teacher-items__prev-title {
  font-weight: 400;
  color: #fff;
}

.teacher-items__prev-list {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}

.teacher-items__prev-list .teacher-items__prev-item {
  margin-bottom: 40px;
}

.teacher-items__prev-list .teacher-items__item-info {
  min-height: fit-content;
  color: #fff;
}

.teacher-items__prev-list .teacher-items__item-participant-name {
  letter-spacing: 0.05em;
}

@media (max-width: 768px) {
  .teacher-items__prev-list {
    flex-wrap: wrap;
    justify-content: center;
  }

  .teacher-items__prev-title {
    font-weight: 400;
    color: #fff;
  }

  .teacher-items__prev-list .teacher-items__prev-item {
    margin-bottom: 20px;
  }
}

.teacher-author__text-full-link,
.teacher-author__text-full-link--hidden,
.teacher-rules__rules-link,
.teacher-rules__agree-link,
.teacher-prizeFund__rules-link {
  font-size: 21px;
  font-weight: 700;
  color: #990606;
  text-decoration: underline;
}

.teacher-author__text-full-link--hidden {
  display: none;
}

/* .teacher-first-block {
  margin: 0 0 60px;
} */

.teacher-first-block img {
  width: 100%;
  height: auto;
}

.teacher-author {
  margin-bottom: 30px;
}

.teacher-author__photo {
  float: left;
  margin-top: 20px;
  margin-bottom: 40px;
  margin-right: 50px;
}

.teacher-author__photo-wrapper {
  margin-bottom: 40px;
}

.teacher-author__social-items,
.teacher-contacts__social-items {
  display: flex;
  justify-content: center;
  column-gap: 20px;
  width: auto;
  margin: 0 auto;
  padding-inline-start: unset;

  list-style: none;
}

.teacher-author__text-title {
  margin-bottom: 20px;

  text-align: left;
}

.teacher-author__text-author {
  margin: 0 0 30px;
}

.teacher-author__text-author {
  color: #20422a;
  line-height: 33px;
  text-transform: uppercase;
}

.teacher-author__main-text p {
  margin-bottom: 15px;
}

.teacher-author__main-text a {
  color: blue;
}

.teacher-author__main-text {
  margin-bottom: 50px;
}

.teacher-about {
  margin-bottom: 30px;
  padding-top: 120px;
  padding-bottom: 40px;

  background-image: url(/uploads/media/img/teacher/bg-about.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.teacher-about__wrapper {
  width: 100%;
  padding: 0 35px;

  color: #fff;
}

.teacher-about__duration {
  margin-bottom: 40px;

  font-size: 41px;
  text-align: center;
  text-transform: uppercase;
}

.teacher-about__count {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 40px;

  font-size: 37px;
}

.teacher-about__count div {
  display: flex;
  flex-direction: column;
}

.teacher-btn__wrapper {
  display: flex;
  justify-content: space-between;
}

.teacher-rules {
  margin-bottom: 70px;
  padding-top: 90px;
  padding-bottom: 140px;

  background-image: url(/uploads/media/img/teacher/bg-rules.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.teacher-rules__text-wrapper {
  margin-bottom: 25px;
}

.teacher-rules__rules-text {
  display: flex;
  justify-content: space-between;
}

.teacher-rules__text-wrapper p {
  margin: 0 0 20px;
}

.teacher-rules__rules-links-wrapper {
  display: flex;
  justify-content: space-between;
}

.teacher-rules__rules-link,
.teacher-rules__agree-link {
  position: relative;
  padding-left: 40px;
}

.teacher-rules__rules-link::before,
.teacher-rules__agree-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;

  width: 27px;
  height: 28px;

  background-image: url(/uploads/media/img/teacher/icon-pdf.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
}

.teacher-nominations {
  margin-bottom: 75px;
}

.teacher-nominations__title {
  margin-bottom: 60px;
}

.teacher-nominations__wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
}

.teacher-nominations__wrapper .nomination {
  position: relative;
  width: 370px;
  margin: 0 15px 60px;
  padding: 340px 0 115px;

  text-align: center;
}

a.nomination__partisipants-link {
  position: absolute;
  bottom: 0;
  display: block;

  width: 370px;
  padding: 20px 15px;

  font-size: 36px;
  font-weight: 700;
  color: #fff;
  line-height: 47px;
  text-align: center;
  text-transform: uppercase;

  background-color: rgba(109, 207, 246);
  border-radius: 5px;
  z-index: 200;
}

.teacher-nominations__wrapper span {
  font-family: inherit;
  font-size: 40px;
}

.teacher-nominations__wrapper span::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 155px);

  width: 310px;
  height: 310px;

  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.teacher-nominations__wrapper span.nomination--primary::before {
  background-image: url(/uploads/media/img/teacher/icon-primary.png);
}

.teacher-nominations__wrapper span.nomination--human::before {
  background-image: url(/uploads/media/img/teacher/icon-human.png);
}

.teacher-nominations__wrapper span.nomination--science::before {
  background-image: url(/uploads/media/img/teacher/icon-science.png);
}

.teacher-nominations__wrapper span.nomination--math::before {
  background-image: url(/uploads/media/img/teacher/icon-math.png);
}

.teacher-nominations__wrapper span.nomination--art::before {
  background-image: url(/uploads/media/img/teacher/icon-art.png);
}

.teacher-stages {
  margin-bottom: 50px;
  padding-top: 100px;
  padding-bottom: 100px;

  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  background-image: url(/uploads/media/img/teacher/bg-stages.png);
}

.teacher-stages__wrapper {
  display: flex;
  justify-content: space-between;
}

.stage-item__title,
.stage-item__period {
  font-size: 21px;

  line-height: 25px;
  text-align: center;
  text-transform: uppercase;
}

.stage-item__title {
  font-weight: 700;
  color: #20422a;
}

.stage-item__period {
  font-weight: 400;
  color: #554747;
}

.teacher-stages__stage-item {
  position: relative;
  padding-top: 90px;
}

.teacher-stages__stage-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 36px);

  width: 72px;
  height: 72px;

  background-color: #b7b7b7;
  border: 20px solid transparent;
  border-radius: 50%;
  z-index: 100;
}

.teacher-stages__stage-item::after {
  content: "";
  position: absolute;
  top: 2px;
  left: calc(50% - 14px);

  color: #fff;
  font-size: 47px;
  font-weight: 700;
  z-index: 200;
}

.teacher-stages__stage-item:nth-child(1)::after {
  content: "1";
}

.teacher-stages__stage-item:nth-child(2)::after {
  content: "2";
}

.teacher-stages__stage-item:nth-child(3)::after {
  content: "3";
}

.teacher-stages__stage-item:nth-child(4)::after {
  content: "4";
}

.stage-running.teacher-stages__stage-item::before {
  background-color: #6ac741;
}

.teacher-stages__stage-line {
  position: absolute;
  top: 28px;
  left: -50%;
  width: 100%;
  height: 17px;

  background-color: #b7b7b7;
}

.stage-running.teacher-stages__stage-line {
  background-color: #6ac741;
}

.teacher-prizeFund {
  margin-bottom: 40px;
}

.teacher-prizeFund__title {
  margin-bottom: 70px;
}

.row.teacher-prizeFund__prize-items {
  padding: 0;
  margin: 0;
}

.teacher-prizeFund__prize-item {
  margin-bottom: 85px;
  padding-top: 450px;

  background-repeat: no-repeat;
  background-position: center bottom 140px;
}

.teacher-prizeFund__prize-item:nth-child(1) {
  background-image: url(/uploads/media/img/teacher/bg-prize-2.png);
  background-size: auto 370px ;
}

.teacher-prizeFund__prize-item:nth-child(2) {
  background-image: url(/uploads/media/img/teacher/bg-prize-1.png);
  background-size: auto 420px ;
}

.teacher-prizeFund__prize-item:nth-child(3) {
  background-image: url(/uploads/media/img/teacher/bg-prize-3.png);
  background-size: auto 370px ;
}

.teacher-prizeFund__prize-value {
  margin: 0;

  font-size: 41px !important;
  color: #20422a;
  text-transform: uppercase;
  text-align: center;
}

.teacher-prizeFund__prize-value a {
  color: #20422a;
}

.teacher-prizeFund__prize-value a:focus,
.teacher-prizeFund__prize-value a:active {
  text-decoration: none;
  outline: none;
  outline-offset: unset;
}

.teacher-prizeFund__prize-value span {
  font-weight: 700;
}

.teacher-prizeFund__text {
  margin: 0 0 30px;
}

.teacher-prizeFund__rules-link {
  font-size: inherit;
}

.teacher-contacts {
  padding-top: 100px;

  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  background-image: url(/uploads/media/img/teacher/bg-contacts.png);
}

.teacher-contacts__title {
  margin-bottom: 30px;
}

.teacher-contacts__feedback-text {
  margin-bottom: 40px;

  font-size: 21px;
  line-height: 25px;
  text-align: center;
}

.teacher-contacts__feedback-text p {
  margin: 0;
}

.teacher-contacts__feedback-wrapper:first-of-type {
  margin-bottom: 60px;
}

.teacher-contacts__feedback-text .teacher-contacts__feedback-lead-in {
  margin-bottom: 10px;

  font-weight: 700;
  text-transform: uppercase;
}

.teacher-contacts__feedback-lead-in span {
  display: block;
  padding-top: 25px;

  font-weight: 400;
  text-transform: none;
}

.teacher-contacts__feedback-phone,
.teacher-contacts__feedback-email {
  margin-bottom: 15px;

  font-size: 37px;
  color: #20422a;
  line-height: 48px;
}

.teacher-contacts__feedback-phone {
  font-weight: 700;
}

.teacher-contacts__social-items {
  margin-bottom: 40px;
}

@media (max-width: 1800px) {
  .teacher.container-fluid.second-menu--line,
  .row.teacher-author,
  .row.teacher-about,
  .row.teacher-rules, 
  .row.teacher-nominations,
  .row.teacher-stages,
  .row.teacher-prizeFund,
  .row.teacher-contacts {
    padding-left: 15%;
    padding-right: 15%;
  }

  .teacher-about {
    padding-top: 150px;
  }
}

@media (max-width: 1700px) {
  .teacher-about {
    padding-top: 110px;
  }
}

@media (max-width: 1660px) {
  .teacher-about {
    padding-top: 125px;
  }

  .teacher-about__count {
    font-size: 34px;
  }

  .btn-yellow,
  .btn-blue,
  .btn-green {
    padding: 15px;

    font-size: 25px;
  }
}

@media (max-width: 1440px) {
  .teacher-about {
    padding-top: 105px;
  }

  .teacher-about__duration {
    margin-bottom: 20px;
  }

  .teacher-about__count  {
    margin-bottom: 20px;

    font-size: 30px;
  }

  .btn-yellow,
  .btn-blue,
  .btn-green {
    font-size: 20px;
  }

  .teacher-nominations {
    margin-bottom: 50px;
  }

  .teacher-nominations__wrapper .nomination {
    width: 270px;
    margin-bottom: 40px;
    padding: 270px 0 100px;
  
    text-align: center;
  }

  a.nomination__partisipants-link {
    width: 270px;
  
    font-size: 30px;
    line-height: 40px;
  }

  .teacher-nominations__wrapper span::before {
    left: calc(50% - 125px);
    width: 250px;
    height: 250px;
  }

  .teacher-nominations__wrapper span {
    font-size: 20px;
  }

  .teacher-prizeFund__prize-item {
    padding-top: 380px;
  }
  
  .teacher-prizeFund__prize-item:nth-child(1) {
    background-size: auto 300px ;
  }
  
  .teacher-prizeFund__prize-item:nth-child(2) {
    background-size: auto 350px ;
  }
  
  .teacher-prizeFund__prize-item:nth-child(3) {
    background-size: auto 300px ;
  }
}

@media (max-width: 1200px) {
  .page-teacher-main,
  .teacher-author-page,
  .teacher-participant-page {
    font-size: 20px !important;
  }

  .teacher.container-fluid.second-menu--line,
  .row.teacher-author,
  .row.teacher-about,
  .row.teacher-rules, 
  .row.teacher-nominations,
  .row.teacher-stages,
  .row.teacher-prizeFund,
  .row.teacher-contacts {
    padding-left: 10%;
    padding-right: 10%;
  }

  .teacher-about__duration,
  .teacher-prizeFund__prize-value,
  .teacher-author__text-title,
  .teacher-rules__title,
  .teacher-nominations__title,
  .teacher-stages__title,
  .teacher-prizeFund__title,
  .teacher-contacts__title,
  .page-teacher-create__form-section-title,
  .page-teacher-create__form-title,
  .teacher-items__filter-title,
  .teacher-participant__reviews-title {
    font-size: 32px !important;
  }

  .teacher-author__text-full-link,
  .teacher-rules__rules-link,
  .teacher-rules__agree-link {
    font-size: 16px;
  }

  .teacher-about {
    padding-top: 115px;
  }

  .btn-yellow,
  .btn-blue,
  .btn-green {
    padding: 15px;

    font-size: 18px;
    line-height: 24px;
  }

  .teacher-nominations {
    margin-bottom: 50px;
  }

  .teacher-nominations__wrapper .nomination {
    width: 240px;
    padding: 210px 0 90px;
  }

  a.nomination__partisipants-link {
    width: 240px;
  
    font-size: 28px;
    line-height: 32px;
  }

  .teacher-nominations__wrapper span::before {
    left: calc(50% - 100px);
    width: 200px;
    height: 200px;
  }

  .teacher-stages {
    background-size: cover;
  }

  .stage-item__title, .stage-item__period {
    font-size: 18px;
  }

  .teacher-rules__title,
  .teacher-prizeFund__title {
    margin-bottom: 40px;
  }

  .teacher-prizeFund__prize-item {
    margin-bottom: 85px;
    padding-top: 360px;
    background-repeat: no-repeat;
    background-position: center bottom 100px;
  }
}

@media (max-width: 1100px) {
  .teacher-about {
    padding-top: 80px;
  }
}

@media (max-width: 990px) {
  .teacher .second-menu--pull-out.active {
    top: 120px;
  }

  .teacher-about__duration,
  .teacher-prizeFund__prize-value,
  .teacher-author__text-title,
  .teacher-rules__title,
  .teacher-nominations__title,
  .teacher-stages__title,
  .teacher-prizeFund__title,
  .teacher-contacts__title,
  .page-teacher-create__form-section-title,
  .page-teacher-create__form-title,
  .teacher-items__filter-title,
  .teacher-participant__reviews-title {
    font-size: 28px !important;
  }

  .teacher.container-fluid.second-menu--line {
    font-size: 14px;
  }

  .teacher-items .teacher-items__prev-title {
    font-size: 30px !important;
  }

  /* .row.teacher-first-block {
    margin-bottom: 30px;
  } */

  .teacher-author__photo-wrapper img {
    width: 250px;
    height: 250px;
  }

  .teacher-about {
    padding-top: 70px;
    padding-bottom: 35px;
  }
    
  .teacher-about__wrapper {
    padding: 0;
  }

  .teacher-about__count {
    font-size: 24px;
  }

  .teacher-nominations {
    margin-bottom: 30px;
  }

  .teacher-nominations__wrapper .nomination {
    width: 180px;
    padding: 160px 0 60px;
  }

  a.nomination__partisipants-link {
    width: 180px;
    padding: 10px;

    font-size: 18px;
    line-height: 24px;
  }

  .teacher-nominations__wrapper span {
    font-size: 18px;
  }

  .teacher-nominations__wrapper span::before {
    left: calc(50% - 75px);
    width: 150px;
    height: 150px;
  }

  .teacher-prizeFund__prize-item {
    padding-top: 360px;
    background-position: center bottom 100px;
  }

  .teacher-prizeFund__prize-item:nth-child(1) {
    background-size: auto 260px ;
  }
  
  .teacher-prizeFund__prize-item:nth-child(2) {
    background-size: auto 290px ;
  }
  
  .teacher-prizeFund__prize-item:nth-child(3) {
    background-size: auto 260px ;
  }
}

@media (max-width: 768px) {
  .teacher.container-fluid.second-menu--line {
    flex-direction: column;
    top: 5px;
    padding-left: 20px;
    padding-right: 20px;
  
    font-size: 12px;
    line-height: 14px;
  }
  
  .teacher .second-menu-wrapper {
    margin-left: auto;
    padding: 10px 0;
  }
  
  .teacher .second-menu--pull-out {
    order: 2;
  }
  
  .teacher .second-menu--pull-out.active {
    position: absolute;
    right: 0;
    top: -6px;
    width: auto;
    padding: 15px;

    background-color: #c2c2c2;
    border-radius: 10px 0 0 10px;
  }
  
  .teacher .second-menu--hidden-title {
    display: block;
  
    font-size: 12px;
    font-weight: 700;
    color: #20422a;
    line-height: 14px;
  }
  
  .teacher .second-menu--pull-out.active ul {
    flex-direction: column;
    margin: 0;
    padding: 0;
  }
  
  .teacher .second-menu--pull-out.active ul li a {
    color: #121212;
  }
  
  .teacher .second-menu--pull-out.active ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  
  .teacher-nav-toggle {
    width: 15px;
  }
  
  .teacher .nav-toggle__item:before {
    top: -5px;
  }
  
  .teacher .nav-toggle__item:after {
    bottom: -5px;
  }
  
  .teacher .nav-toggle__item.active {
    width: 100%;
    top: 5px;
    left: 0;
  }

  .teacher .nav-toggle__item.active:before {
    background-color: #121212;
  }
  
  .teacher .active.nav-toggle__item:after {
    background-color: #121212;
  }

  /*  */
    
  .btn-yellow,
  .btn-blue,
  .btn-green {
    padding: 8px 10px 6px;
  
    font-size: 14px;
    line-height: 14px;
    border-radius: 10px;
  }

  .teacher-about .btn-yellow,
  .teacher-about .btn-blue {
    width: 260px;
  }
  
  .teacher-about .btn-yellow {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .sendSuccessInner .btn-yellow {
    margin-left: auto;
    margin-right: auto;
  }

  .page-teacher-main,
  .teacher-author-page,
  .teacher-participant-page {
    font-size: 11px !important;
  }

  .teacher-contacts__feedback-email,
  .teacher-contacts__feedback-phone,
  .teacher-prizeFund__prize-value,
  .teacher-author__text-title,
  .teacher-rules__title,
  .teacher-nominations__title,
  .teacher-stages__title,
  .teacher-prizeFund__title,
  .teacher-contacts__title,
  .page-teacher-create__form-section-title,
  .page-teacher-create__form-title,
  .teacher-items__filter-title,
  .teacher-participant__reviews-title {
    margin: 0 0 15px;

    font-size: 15px !important;
  }

  .teacher-items .teacher-items__prev-title {
    margin: 0 0 50px;

    font-size: 30px !important;
  }

  .teacher-author__text-full-link,
  .teacher-author__text-full-link--hidden,
  .teacher-rules__rules-link,
  .teacher-rules__agree-link,
  .teacher-prizeFund__rules-link {
    font-size: 12px;
  }

  /* .row.teacher-first-block {
    margin-bottom: 10px;
  } */

  .teacher-first-block img {
    width: 100%;
    height: auto;
  }

  .teacher-author {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
  }

  .teacher-author__photo {
    order: 2;
    float: unset;
    margin: 0 auto 20px;
  }
  
  .teacher-author__photo-wrapper {
    margin-bottom: 15px;

    text-align: center;
  }

  .teacher-author__photo-wrapper img {
    width: 170px;
    height: 170px;
    margin: 0 auto;
  }
    
  .teacher-author__social-items,
  .teacher-contacts__social-items {
    width: 140px;
  }

  .teacher-author__social-items img,
  .teacher-contacts__social-items img {
    width: 23px;
    height: 23px;
  }

  .teacher-author__text-header-wrapper {
    order: 1;
  }

  .teacher-author__text {
    order: 3;
  }

  .teacher-author__main-text {
    margin-bottom: 0;
  }

  .teacher-author__main-text--hidden {
    display: none;
  }

  .teacher-author__text-title {
    margin-bottom: 5px;
  
    text-align: center;
  }
  
  .teacher-author__text-author {
    margin: 0 0 15px;

    font-size: inherit;
    line-height: 12px;
    text-align: center;
  }

  .teacher-author__text-full-link--hidden {
    display: block;
    text-align: right;
  }

  .teacher-author__text .teacher-btn__wrapper  {
    flex-direction: row;
    justify-content: space-around;
  }

  .teacher-author__text  .btn-yellow  {
    margin-bottom: 0;
  }

  .teacher-author__text .btn-yellow,
  .teacher-author__text .btn-blue  {
    width: auto;
  }

  .teacher-about {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
    padding-top: 40px;
    padding-bottom: 20px;
  }
  
  .teacher-about__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
  }
  
  .teacher-about__duration {
    margin-bottom: 10px;
  
    font-size: 14px !important;
    line-height: 18px;
  }
  
  .teacher-about__count {
    justify-content: space-between;
    margin-bottom: 15px;
  
    font-size: 12px;
    line-height: 16px;
  }
  
  .teacher-about__count div {
    display: flex;
    flex-direction: column;
  }

  .teacher-about__count div:first-of-type {
    margin-right: 20px;
  }

  .teacher-about__count p {
    margin-bottom: 0;
  }
  
  .teacher-btn__wrapper {
    flex-direction: column;
    padding: 0;
  }
  
  .teacher-rules {
    margin-bottom: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
  
    background-image: url(/uploads/media/img/teacher/bg-rules-mobile.png);
    background-position: center;
  }
  
  .teacher-rules__text-wrapper {
    margin-bottom: 0;
  }
  
  .teacher-rules__rules-text {
    flex-direction: column;
    margin-bottom: 15px;
  }
  
  .teacher-rules__text-wrapper p {
    margin: 0;
    padding: 0;
  }

  p.teacher-rules__rules-notice {
    margin: 0 0 20px;
  }
  
  .teacher-rules__rules-link,
  .teacher-rules__agree-link {
    display: block;
    padding-left: 23px;
  }

  .teacher-rules__rules-link::before,
  .teacher-rules__agree-link::before {
    width: 18px;
    height: 19px;
  }

  .teacher-nominations {
    margin-bottom: 15px;
  }
  
  .teacher-nominations__title {
    margin-bottom: 15px;
  }

  .teacher-nominations__wrapper .nomination {
    width: 120px;
    margin-bottom: 26px;
    padding: 95px 0 36px;
  }

  a.nomination__partisipants-link {
    width: 120px;
    padding: 9px 10px 7px;

    font-size: 12px;
    line-height: 12px;
  }

  .teacher-nominations__wrapper span {
    font-size: 11px;
    line-height: 11px;
  }
  
  .teacher-nominations__wrapper span::before {
    left: calc(50% - 44px);
    width: 88px;
    height: 88px;
  }

  .teacher-stages {
    margin-bottom: 30px;
    padding: 40px 0 45px;

    background-image: url(/uploads/media/img/teacher/bg-stages-mobile.png);
    background-position: center;
  }

  .teacher-stages__wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .teacher-stages__stage-line {
    display: none;
  }

  .teacher-stages__stage-item {
    position: relative;
    margin-bottom: 20px;
    margin-right: 10px;
    padding: 0 0 0 45px;
  }

  .stage-item__title,
  .stage-item__period {
    line-height: 15px;
    text-align: left;
  }

  .stage-item__title {
    font-size: 13px;
  }
  
  .stage-item__period {
    font-size: 11px;
  }

  .stage-item__title p {
    margin: 0;
  }
  
  .teacher-stages__stage-item::before {
    top: 0;
    left: 0;
  
    width: 38px;
    height: 38px;
  }
  
  .teacher-stages__stage-item::after {
    top: 3px;
    left: 12px;
  
    font-size: 24px;
  }

  .teacher-prizeFund {
    margin-bottom: 15px;
  }

  .row.teacher-prizeFund__prize-items {
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0;
  }
  
  .teacher-prizeFund__prize-item {
    margin: 0 auto 40px;
    padding: 150px 0 0;
  
    background-position: center bottom 50px;
  }
  
  .teacher-prizeFund__prize-item:nth-child(1) {
    background-size: auto 125px;
  }
  
  .teacher-prizeFund__prize-item:nth-child(2) {
    background-size: auto 140px;
  }
  
  .teacher-prizeFund__prize-item:nth-child(3) {
    background-size: auto 125px;
  }

  .teacher-prizeFund__prize-value {
    margin-bottom: 0;
  }

  .teacher-prizeFund__text {
    margin-bottom: 20px;
  }

  .teacher-prizeFund__text:last-of-type {
    margin-bottom: 0;
  }
  
  .teacher-prizeFund__rules-link {
    font-size: inherit;
  }

  .teacher-contacts {
    padding-top: 40px;
  
    background-image: url(/uploads/media/img/teacher/bg-contacts-mobile.png);
  }

  .teacher-contacts__feedback-text {
    margin-bottom: 15px;
  
    font-size: inherit;
    line-height: 15px;
  }
  
  .teacher-contacts__feedback-text p {
    margin: 0;
  }
  
  .teacher-contacts__feedback-wrapper:first-of-type {
    margin-bottom: 25px;
  }
  
  .teacher-contacts__feedback-text .teacher-contacts__feedback-lead-in {
    margin-bottom: 0;

    line-height: 15px;
  }
  
  .teacher-contacts__feedback-lead-in span {
    padding-top: 10px;
  }
  
  .teacher-contacts__feedback-phone,
  .teacher-contacts__feedback-email {
    margin-bottom: 15px;

    line-height: 24px;
  }
  
  .teacher-contacts__feedback-phone {
    font-weight: 700;
  }
  
  .teacher-contacts__social-items {
    margin-bottom: 40px;
  }  
}

@media (max-width: 540px) {
  .row.teacher-author,
  .row.teacher-about,
  .row.teacher-rules, 
  .row.teacher-nominations,
  .row.teacher-stages,
  .row.teacher-prizeFund,
  .row.teacher-contacts {
    padding-left: 20px;
    padding-right: 20px;
  }

  .teacher-about {
    margin-bottom: 15px;

    background-image: url(/uploads/media/img/teacher/bg-about-mobile.png);
  }

  .teacher-rules {
    margin-bottom: 15px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  
  .teacher-rules__rules-link {
    margin-right: auto;
  }

  .teacher-rules__rules-link,
  .teacher-rules__agree-link {
    width: min-content;
  }
}

/* Страница создания участника */

.teacher-create,
.teacher-items,
.teacher-participant-page {
  position: relative;
  padding-top: 500px;

  font-family: "HelveticaNeueCyr-Roman", sans-serif;
  color: #121212;

  background-image: url(/uploads/media/img/teacher/bg-header-create.png), url(/uploads/media/img/teacher/bg-page.png);
  background-repeat: no-repeat, no-repeat;
  background-size: contain, cover;
  background-position: center top, center;
}

.teacher-items {
  padding-top: 300px;

  background-image: url(/uploads/media/img/teacher/items-bg-desktop.png), url(/uploads/media/img/teacher/bg-page.png);
  background-repeat: no-repeat, no-repeat;
  background-size: auto 1100px, cover;
  background-position: center top, center;
}

.page-create-teacher__title,
.teacher-author-page__title,
.teacher-items__title,
.teacher-participant-page__title {
  position: absolute;
  top: 140px;
  left: 20%;
  margin: 0 auto;
  padding: 0;

  font-family: "HelveticaNeueCyr-Light", sans-serif;
  font-size: 76px;
  color: #fff;
  text-transform: uppercase;
}

.page-create-teacher__title::after,
.teacher-author-page__title::after,
.teacher-items__title::after,
.teacher-participant-page__title::after {
  content: "";
  position: absolute;
  top: 55px;
  left: 0;
  width: 150%;
  height: 100%;

  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(/uploads/media/img/teacher/bg-underline.png);
}

.teacher-create img.page-create-teacher__bg {
  width: 100%;
  margin-bottom: 60px;
}

.page-teacher-create__form {
  margin-bottom: 80px;
}

.page-teacher-create__form-title {
  position: relative;
  margin: 0 auto 100px;
}

.page-teacher-create__form-title::before,
.page-teacher-create__form-title::after {
  content: "";
  position: absolute;

  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.page-teacher-create__form-title::before {
  top: -35px;
  left: 25%;

  width: 87px;
  height: 75px;

  background-image: url(/uploads/media/img/teacher/bg-sticker.png);
}

.page-teacher-create__form-title::after {
  top: -10px;
  right: 25.5%;

  width: 59px;
  height: 61px;

  background-image: url(/uploads/media/img/teacher/bg-pin.png);
}

.page-teacher-create__form-title::before,
.page-teacher-create__form-title::after {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.page-teacher-create__form-section {
  margin-bottom: 40px;
  padding-left: 0;
  padding-right: 0
}

.teacher-create__participant-institution,
.teacher-create__participant-job {
  line-height: 27px;
}

.page-teacher-create__form .form-group .control-label,
.page-teacher-create__form .form-group p {
  margin-bottom: 5px;
  padding-left: 10px;

  font-size: 25px;
  font-weight: 400;
  color: #121212;
}

.page-teacher-create__form p.teacher-create__photo-size-notice,
.teacher-items p.teacher-items__vote-duration-notice {
  padding: 0;
  font-size: 20px;
  color: #737373;
}

.teacher-items p.teacher-items__vote-duration-notice {
  margin: 0;
  padding-left: 15px;

  font-weight: 700;
}

.page-teacher-create__form .field-item-image {
  margin-bottom: 10px;
}

.page-teacher-create__form .form-control {
  height: 63px;

  font-size: 25px;

  border: 2px solid #898989;
  border-radius: 15px;

  box-sizing: border-box;
}

.page-teacher-create__form select.form-control option {
  font-size: initial;
}

.teacher-create__participant-photo,
.teacher-create__participant-submit-btn {
  padding-left: 0;
}

.page-teacher-create__form .btn-yellow {
  width: 100%;
  height: 63px;

  margin: 0 0 5px;
  padding: 15px;

  font-size: 25px;
  font-weight: 700;
  color: #284832;
  line-height: 33px;

  border: 1px solid transparent;
}

.teacher-create__participant-submit-btn {
  float: right;
}

@media (max-width: 1800px) {
  .teacher-create,
  .teacher-items,
  .teacher-participant-page {
    padding-top: 400px;
  }

  .teacher-items {
    padding-top: 290px;
  }

  .page-create-teacher__title,
  .teacher-author-page__title,
  .teacher-items__title,
  .teacher-participant-page__title {
    top: 130px;
  }
}

@media (max-width: 1660px) {
  .page-create-teacher__title,
  .teacher-author-page__title,
  .teacher-items__title,
  .teacher-participant-page__title {
    top: 100px;
  }
}

@media (max-width: 1440px) {
  .teacher-create,
  .teacher-items,
  .teacher-participant-page {
    padding-top: 350px;
  }

  .teacher-items {
    padding-top: 230px;
    background-size: 100% 1000px, cover;
  }

  .page-create-teacher__title,
  .teacher-author-page__title,
  .teacher-items__title,
  .teacher-participant-page__title {
    top: 100px;

    font-size: 50px;
  }

  .page-create-teacher__title::after,
  .teacher-author-page__title::after,
  .teacher-items__title::after,
  .teacher-participant-page__title::after {
    top: 35px;
    left: 0;
  }

  .page-teacher-create__form-title {
    margin-bottom: 50px;
  }

  .teacher-create__participant-institution,
  .teacher-create__participant-job {
    line-height: 22px;
  }
 
  .page-teacher-create__form .form-group .control-label,
  .page-teacher-create__form .form-group p,
  .page-teacher-create__form .btn-yellow {
    font-size: 20px;
  }

  .page-teacher-create__form .form-control {
    font-size: 20px;
  }

  .page-teacher-create__form p.teacher-create__photo-size-notice,
  .teacher-items p.teacher-items__vote-duration-notice {
    font-size: 17px;
  }
}

@media (max-width: 1200px) {
  .teacher-create,
  .teacher-items,
  .teacher-participant-page {
    padding-top: 290px;
  }

  .teacher-items {
    padding-top: 200px;
    background-size: auto 900px, cover;
  }

  .teacher-items__prev  {
    margin-bottom: 150px;
  }

  .page-create-teacher__title,
  .teacher-author-page__title,
  .teacher-items__title,
  .teacher-participant-page__title {
    top: 80px;
    font-size: 41px;
  }

  .page-teacher-create__form-section-title,
  .page-teacher-create__form-section {
    margin-bottom: 30px;
  }
}

@media (max-width: 992px) {
  .teacher-create,
  .teacher-items,
  .teacher-participant-page {
    padding-top: 240px;
  }

  .teacher-items {
    padding-top: 170px;
    background-size: auto 830px, cover;
  }

  .page-create-teacher__title,
  .teacher-author-page__title,
  .teacher-items__title,
  .teacher-participant-page__title {
    top: 65px;
    left: 10%;

    font-size: 30px;
  }

  .teacher-create__participant-photo,
  .teacher-create__participant-submit-btn {
    padding-left: 15px;
  }

  .teacher-create__participant-submit-btn {
    float: left;
  }

  .page-teacher-create__form-title::before {
    top: -30px;
    left: 20%;
  }
  
  .page-teacher-create__form-title::after {
    top: -15px;
    right: 22%;
  }

  .page-teacher-create__form-title::before,
  .page-teacher-create__form-title::after {
    background-size: 70%;
  }
}

@media (max-width: 768px) {
  .teacher-create,
  .teacher-items,
  .teacher-participant-page {
    padding-top: 130px;

    background-image: url(/uploads/media/img/teacher/bg-header-create-mobile.png);
    background-repeat: no-repeat;
    background-size: 100% 115px;
    background-position: center top;
  }

  .teacher-items {
    background-image: url(/uploads/media/img/teacher/items-bg-mobile.png);
    background-size: 100% 1350px;
  }

  .page-create-teacher__title,
  .teacher-author-page__title,
  .teacher-items__title,
  .teacher-participant-page__title {
    top: 40px;
    left: 15px;

    font-size: 30px;
  }

  .page-create-teacher__title::after,
  .teacher-author-page__title::after,
  .teacher-items__title::after,
  .teacher-participant-page__title::after {
    width: 100%;
    top: 20px;
  }

  .teacher-create img.page-create-teacher__bg {
    margin-bottom: 20px;
  }

  .page-teacher-create__form {
    margin-bottom: 30px;
  }

  .page-teacher-create__form-section {
    margin-bottom: 20px;
  }

  .page-teacher-create__form-title {
    width: 240px;
    margin-bottom: 20px;
  }

  .page-teacher-create__form-section-title {
    margin-bottom: 10px;
  }

  .page-teacher-create__form-title::before {
    top: -35px;
    left: -20px;
  }
  
  .page-teacher-create__form-title::after {
    top: -23px;
    right: -5px;
  }

  .page-teacher-create__form .form-control {
    border-radius: 10px;
  }

  .page-teacher-create__form-title::before,
  .page-teacher-create__form-title::after {
    background-size: 40%;
  }

  .teacher-create__participant-photo,
  .teacher-create__participant-submit-btn {
    width: 240px;
  }

  .teacher-create__participant-submit-btn {
    float: left;
  }

  .teacher-create__participant-institution,
  .teacher-create__participant-job {
    line-height: 14px;
  }

  .page-teacher-create__form .form-group .control-label,
  .page-teacher-create__form .form-group p,
  .page-teacher-create__form p.teacher-create__photo-size-notice,
  .page-teacher-create__form .form-control,
  .teacher-items p.teacher-items__vote-duration-notice {
    font-size: 12px;
  }

  .page-teacher-create__form p.teacher-create__photo-size-notice,
  .teacher-items p.teacher-items__vote-duration-notice {
    font-size: 11px;
  }

  .page-teacher-create__form .btn-yellow {
    padding-top: 2px;
    padding-bottom: 0;

    font-size: 16px;
  }

  .page-teacher-create__form .form-control,
  .page-teacher-create__form label.btn-yellow,
  .page-teacher-create__form .btn-yellow {
    height: 36px;
  }
}

@media (max-width: 540px) {
  .teacher-items {
    background-size: auto 1070px;
  }

  .teacher-items__prev {
    margin-bottom: 150px;
  }
}

@media (max-width: 440px) {
  .teacher-items {
    background-size: auto 1140px;
  }
}

@media (max-width: 360px) {
  .teacher-items__prev {
    margin-bottom: 80px;
  }
}

/* Страница создания участника */

/* Страница текста о конкурсе */

.teacher-author-page {
  position: relative;
  padding-top: 420px;
  
  background-image: url(/uploads/media/img/teacher/bg-header-create.png), url(/uploads/media/img/teacher/bg-page.png);
  background-repeat: no-repeat, no-repeat;
  background-size: contain, cover;
  background-position: center top, center;
}

.teacher-author-page .teacher-btn__wrapper {
  margin-bottom: 30px;
}

.teacher-author-page .teacher-btn__wrapper .btn-blue {
  width: 380px;
  margin-left: auto;
}

@media (max-width: 1660px) {
  .teacher-author-page {
    padding-top: 350px;
  }

  .teacher-author-page .teacher-btn__wrapper .btn-blue {
    padding: 15px;
  
    font-size: 25px;
  }
}

@media (max-width: 1440px) {
  .teacher-author-page {
    padding-top: 300px;
  }

  .teacher-author-page .teacher-btn__wrapper .btn-blue {
    font-size: 20px;
  }
}

@media (max-width: 1200px) {
  .teacher-author-page {
    padding-top: 250px;
  }

  .teacher-author-page .teacher-btn__wrapper .btn-blue {
    padding: 15px;

    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-width: 990px) {
  .teacher-author-page {
    padding-top: 210px;
  }

  .teacher-author-page .teacher-btn__wrapper .btn-blue {
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .teacher-author-page {
    padding-top: 130px;

    background-image: url(/uploads/media/img/teacher/bg-header-create-mobile.png);
    background-repeat: no-repeat;
    background-size: 100% 115px;
    background-position: center top;
  }

  .teacher-author-page .teacher-btn__wrapper .btn-blue  {
    width: 260px;
    padding: 7px;
  
    font-size: 14px;
    line-height: 14px;
    border-radius: 10px;
  }
}

/* Страница О конкурсе */

/* Страница Участники */

.teacher-items__filter {
  margin-bottom: 115px;
}

.teacher-items__items {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.teacher-items__filter .select2-container,
.page-teacher-create__form .select2-container {
  max-width: 100%;
  min-width: 100%;
}

.teacher-items__filter .form__participant-name .form-control,
.teacher-items .select2-container--default .select2-selection--single,
.page-teacher-create__form .select2-container--default .select2-selection--single {
  display: flex;
  align-items: center;
  height: 63px;

  font-size: 25px;

  border: 2px solid #898989;
  border-radius: 15px;
  box-sizing: border-box;
}

.teacher-items__filter
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow,
.page-teacher-create__form
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
    top: 19px;
    right: 10px;
}

.select2-results__option {
  padding: 1rem 6px;
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background: #ddea72;
  color: #000;
  border-radius: 5px;
}

.row.teacher-items__participants-list {
  display: flex;
  flex-wrap: wrap;
}

.teacher-items__pagination.appealPaginator,
.teacher-items__item {
  margin-bottom: 70px;
}

.teacher-items__item .teacher-btn__wrapper {
  flex-direction: column;
}

.teacher-items__item .btn-yellow,
.teacher-items__item .btn-blue {
  width: 100%;
}

.teacher-items__item .btn-yellow {
  margin: 0 0 30px;
}

.teacher-items__item-image {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  height: 360px;
}

.teacher-items__item-position,
.teacher-items__item-vote {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;

  font-weight: bold;
  line-height: 21px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;

  background: #fbb548;
  border-radius: 50%;
}

.teacher-items__item-position {
  top: 10px;
  right: 12%;
  width: 80px;
  height: 80px;
}

.teacher-items__item-vote {
  top: 0;
  left: 10%;
  width: 130px;
  height: 130px;

  font-size: 22px;
}

.teacher-items__item-position p {
  margin: 0;

  font-size: 16px;
}

.teacher-items__item-vote p {
  flex-direction: column;
  margin: 0;
}

.teacher-items__item-vote img {
  width: 24px;
  height: 22px;
}

.teacher-items__item-image .teacher-items__item-participant-pic {
  width: 288px;
  height: auto;
}

.teacher-items__item-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 22rem;

  text-align: center;
}

.teacher-items__item-participant-nomination {
  margin-bottom: 20px;
}

.teacher-items__item-participant-name,
.teacher-items__item-participant-work,
.teacher-items__item-participant-nomination {
  font-size: 21px;
  line-height: 25px;
  text-align: center;
}

.teacher-items__filter .form__participant-name .form-control,
.teacher-items .select2-container--default .select2-selection--single,
.page-teacher-create__form .select2-container--default .select2-selection--single {
  font-size: 21px;
  line-height: 25px;
}

.teacher-items__item-participant-name {
  font-weight: 700;
}

.teacher-items__item-participant-work,
.teacher-items__item-participant-nomination {
  font-weight: 400;
}

.teacher-items__item-participant-work {
  margin-bottom: 15px;
}

.teacher-items__button-create.teacher-btn__wrapper {
  margin: 0;
}

.teacher-items__button-create .btn-yellow {
  margin: 0 auto;
}

.teacher-items__pagination.appealPaginator {
  padding-bottom: 0;
}

.teacher-items__pagination .pagination > li > a, 
.teacher-items__pagination .pagination > li > span {
  font-size: 18px;
}

@media (max-width: 1440px) {
  .teacher-items__item-image {
    height: 350px;
  }
}

@media (max-width: 1200px) {
  .teacher-items__filter {
    margin-bottom: 50px;
  }

  .teacher-items__pagination.appealPaginator {
    margin-bottom: 30px;
  }

  .teacher-items__item {
    margin-bottom: 80px;
  }

  .teacher-items__item-image .teacher-items__item-participant-pic {
    height: auto;
  }

  .teacher-items__item-participant-name,
  .teacher-items__item-participant-work,
  .teacher-items__item-participant-nomination {
    font-size: 18px;
    line-height: 22px;
    text-align: center;
  }
  
  .teacher-items__item-position {
    top: -15px;
    right: 12%;
    width: 80px;
    height: 80px;
  }

  .teacher-items__item-vote {
    top: -20px;
    left: 10%;
    width: 130px;
    height: 130px;

    font-size: 22px;
  }

  .teacher-items__item-position p {
    margin: 0;

    font-size: 16px;
  }
}

@media (max-width: 992px) {
  .teacher-items__items {
    display: flex !important;
  }

  .teacher-items__filter .form__participant-name,
  .teacher-items__filter .form__participant-district,
  .teacher-items__item {
    margin-bottom: 40px;
  }

  .teacher-items__filter .form__participant-name .form-control,
  .teacher-items .select2-container--default .select2-selection--single,
  .page-teacher-create__form .select2-container--default .select2-selection--single {
    height: 40px;

    font-size: 18px;
  }

  .teacher-items__filter
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow,
  .page-teacher-create__form
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    top: 8px;
  }

  .teacher-items__item-image {
    height: 290px;
  }

  .teacher-items__item-info {
    min-height: 20rem;
  }

  .teacher-items__item-position {
    top: 0;
    right: 0;
    width: 70px;
    height: 70px;
  }

  .teacher-items__item-vote {
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
  }

  .teacher-items__item-info * {
    font-size: 14px;
  }

  .teacher-items__item .btn-yellow {
    margin: 0 0 15px;
  }

  .teacher-items__item-vote-btn {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .teacher-items__filter {
    margin-bottom: 30px;
  }

  .teacher-items__filter .form__participant-name .form-control,
  .teacher-items .select2-container--default .select2-selection--single,
  .page-teacher-create__form .select2-container--default .select2-selection--single {
    height: 36px;

    font-size: 14px;

    border-radius: 10px;
  }

  .teacher-items__filter
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow,
  .page-teacher-create__form
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow  {
    top: 7px;
  }

  .teacher-items__participants-list,
  .teacher-items__filter .form__participant-name,
  .teacher-items__filter .form__participant-district {
    margin-bottom: 20px;
  }

  .teacher-items__item-image {
    height: 370px;
  }

  .teacher-items__item-position {
    right: 12%;
  }

  .teacher-items__item-vote {
    left: 10%;
  }

  .teacher-items__button-create.teacher-btn__wrapper {
    margin-bottom: 30px;
  }

  .teacher-items__pagination.appealPaginator {
    margin-bottom: 10px;
  }
}

@media (max-width: 540px) {
  .teacher-items__item-image {
    height: 240px;
  }

  .teacher-items__item-vote {
    width: 60px;
    height: 60px;

    font-size: 14px;
    line-height: 14px;
  }

  .teacher-items__item-position {
    width: 43px;
    height: 43px;
  }

  .teacher-items__item-position p {
    font-size: 10px;
    line-height: 12px;
  }

  .teacher-items__item-vote img {
    width: 18px;
    height: 16px;
  }
}

/* /Страница Участники */

/* Страница Профиль участника */

.teacher-participant__profile {
  margin-bottom: 70px;

  font-size: 29px;
}

.teacher-participant__profile-info p {
  margin-bottom: 0;
}

.teacher-participant__profile-info p.teacher-participant__profile-name {
  margin-bottom: 70px;
  text-transform: uppercase;
}

img.teacher-participant__profile-pic {
  width: 100%;
  height: 100%;

  border-radius: 5%;
}

.teacher-participant__buttons {
  float: none;
  margin: 0 auto 75px;
}

.teacher-participant__share-buttons {
  margin-bottom: 50px;
}

.teacher-participant__share-buttons .shareActive {
  top: -70px;
  bottom: unset;
}

.teacher-participant__share-buttons .btn-yellow {
  margin-bottom: 25px;
}

.teacher-participant__social-buttons {
  display: flex;
  justify-content: space-evenly;
  margin: 0;
  padding: 0;

  list-style: none;
}

.teacher-participant__reviews-title {
  margin-bottom: 20px;
}

.teacher-participant__review-form textarea {
  font-size: 29px;
  color: #284832;
  line-height: 40px;

  border: 2px solid #636363;
  border-radius: 15px;

  box-sizing: border-box;
}

.teacher-participant__review-form .btn-submit {
  float: right;
  margin-bottom: 25px;
}

.teacher-participant__reviews-item {
  margin-bottom: 55px;

  font-size: 29px;
  color: #284832;
  line-height: 40px;

  border-bottom: 1px solid #898989;
}

.teacher-participant__reviews-item-info-wrapper {
  display: flex;
  justify-content: space-between;
}

.teacher-participant__reviews-item-name {
  margin-bottom: 0;

  font-weight: 700;
}

.teacher-participant__reviews-item-date {
  font-size: 21px;
}

@media (max-width: 1200px) {
  .teacher-participant__profile {
    font-size: 20px;
  }

  .teacher-participant__social-buttons li img {
    width: 65px;
    height: 60px;
  }

  .teacher-participant__review-form textarea,
  .teacher-participant__reviews-item {
    font-size: 20px;
    line-height: 28px;
  }

  .teacher-participant__reviews-item {
    margin-bottom: 30px;
  }

  .teacher-participant__reviews-item-date {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .teacher-participant-page .row {
    margin-left: 0;
    margin-right: 0;
  }

  .teacher-participant__profile {
    margin-bottom: 45px;

    font-size: 14px;
  }

  .teacher-participant__profile-info {
    padding-right: 0;
    padding-left: 0;
  }

  .teacher-participant__profile-image {
    padding-left: 0;
  }

  .teacher-participant__profile-info p.teacher-participant__profile-name {
    margin-bottom: 30px;
  }

  .teacher-participant__buttons {
    width: 232px;
    margin-bottom: 40px;
    padding-right: 0;
    padding-left: 0;
  }

  .teacher-participant__share-buttons {
    margin-bottom: 24px;
  }

  .teacher-participant__share-buttons .btn-yellow,
  .teacher-participant__share-buttons .btn-green,
  .teacher-participant__review-form .btn-yellow {
    float: unset;
    width: 232px;
  }

  .teacher-participant__social-buttons li img {
    width: 35px;
    height: 30px;
  }

  .teacher-participant__share-buttons .btn-yellow {
    margin-bottom: 13px;
  }

  .teacher-participant__reviews-title {
    margin-bottom: 10px;
  }

  .teacher-participant__review-form .btn-submit-wrapper {
    width: 100%;
    text-align: center;
  }

  .teacher-participant__review-form .btn-yellow {
    margin-bottom: 40px;
  }

  .teacher-participant__review-form textarea,
  .teacher-participant__reviews-item {
    font-size: 14px;
    line-height: 24px;
  }

  .teacher-participant__reviews-item {
    margin-bottom: 15px;
  }

  .teacher-participant__reviews-item-date {
    font-size: 12px;
  }
}

/* Страница Профиль участника */

@media (min-width: 1921px) {
  .teacher-create,
  .teacher-items,
  .teacher-participant-page,
  .teacher-author-page {
    max-width: 1920px;
    margin: 0 auto;
    background-size: auto;
  }

  .teacher-about__wrapper {
    max-width: 1210px;
    margin-left: auto;
    margin-right: auto;
  }
}
