:root {
  --primary: #00868F;
  --secondary: #FF7843;
  --green-dark: #00313C;
  --cyan: #00868F;
  --cyan-light: #77DCBD;
  --orange: #C95844;
}

.projects-index {
  margin-bottom: 2em;
}
.projects-index-nav {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-bottom: 1em;
}
.projects-index-nav .btn {
  width: 143px;
  white-space: normal;
  padding: 8px 20px;
  height: 54px;
  line-height: 1.2;
  color: white;
  border: none;
  margin-bottom: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.projects-index-nav .btn-city {
  background: linear-gradient(180deg, #0587CB 0%, #024F9C 100%);
}
.projects-index-nav .btn-sport {
  background: linear-gradient(180deg, #F5B156 0%, #E7792B 100%);
}
.projects-index-nav .btn-nature {
  background: linear-gradient(180deg, #B3E095 0%, #7CBE5C 100%);
}
.projects-index-nav .btn-culture {
  background: linear-gradient(180deg, #D377C7 0%, #A84295 100%);
}
.projects-index-nav .btn-volunteer {
  background: linear-gradient(180deg, #FCD707 0%, #F7AE03 100%);
}
.projects-index-nav .btn-science {
  background: linear-gradient(180deg, #6DD2F2 0%, #3BA6E1 100%);
}
.projects-index-block-full {
  display: flex;
  flex-flow: column nowrap;
  height: 454px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-end;
  color: white;
  margin-bottom: 3em;
}
.projects-index-block-full:hover {
  color: white;
  text-decoration: none;
}
.projects-index-block-full-title {
  padding: 50px 0 30px;
  font-size: 30px;
  line-height: 1.2;
}
.projects-index-block-full-city .projects-index-block-full-title {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #024F9C 100%);
}
.projects-index-block1 > .projects-index-block-item:nth-child(1) {
  position: relative;
  left: -15px;
  width: calc(100% + 30px);
}
.projects-index-block1 > .projects-index-block-item:nth-child(1) .projects-index-block-item-top,
.projects-index-block1 > .projects-index-block-item:nth-child(1) .projects-index-block-item-bottom {
  padding: 15px 30px;
}
.projects-index-block3 > .projects-index-block-item:nth-child(1) {
  min-height: 400px;
}
.projects-index-block-item {
  min-height: 290px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 10px;
  color: white;
  background-color: #ccc;
}
.projects-index-block-item:hover {
  text-decoration: none;
  color: white;
}
.projects-index-block-item-none .projects-index-block-item-top-icon {
  width: 68px;
  height: 68px;
}
.projects-index-block-item-none.projects-index-block-item-city .projects-index-block-item-top-icon {
  background-image: url(/assets/img/i-city-2.png);
}
.projects-index-block-item-none.projects-index-block-item-city .projects-index-block-item-wrapper {
  background: linear-gradient(180deg, #0587CB 0%, #024F9C 100%);
}
.projects-index-block-item-none.projects-index-block-item-sport .projects-index-block-item-top-icon {
  background-image: url(/assets/img/i-sport-2.png);
}
.projects-index-block-item-none.projects-index-block-item-sport .projects-index-block-item-wrapper {
  background: linear-gradient(180deg, #F5B156 0%, #E7792B 100%);
}
.projects-index-block-item-none.projects-index-block-item-nature .projects-index-block-item-top-icon {
  background-image: url(/assets/img/i-nature-2.png);
}
.projects-index-block-item-none.projects-index-block-item-nature .projects-index-block-item-wrapper {
  background: linear-gradient(180deg, #B3E095 0%, #7CBE5C 100%);
}
.projects-index-block-item-none.projects-index-block-item-culture .projects-index-block-item-top-icon {
  background-image: url(/assets/img/i-culture-2.png);
}
.projects-index-block-item-none.projects-index-block-item-culture .projects-index-block-item-wrapper {
  background: linear-gradient(180deg, #D377C7 0%, #A84295 100%);
}
.projects-index-block-item-none.projects-index-block-item-volunteer .projects-index-block-item-top-icon {
  background-image: url(/assets/img/i-volunteer-2.png);
}
.projects-index-block-item-none.projects-index-block-item-volunteer .projects-index-block-item-wrapper {
  background: linear-gradient(180deg, #FCD707 0%, #F7AE03 100%);
}
.projects-index-block-item-none.projects-index-block-item-science .projects-index-block-item-top-icon {
  background-image: url(/assets/img/i-science-2.png);
}
.projects-index-block-item-none.projects-index-block-item-science .projects-index-block-item-wrapper {
  background: linear-gradient(180deg, #6DD2F2 0%, #3BA6E1 100%);
}
.projects-index-block-item-photo2:hover.projects-index-block-item-city .projects-index-block-item-wrapper {
  background-image: url(/assets/img/bg2-city.png);
}
.projects-index-block-item-photo2:hover.projects-index-block-item-city .projects-index-block-item-bottom {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #024F9C 100%);
}
.projects-index-block-item-photo2:hover.projects-index-block-item-sport .projects-index-block-item-wrapper {
  background-image: url(/assets/img/bg2-sport.png);
}
.projects-index-block-item-photo2:hover.projects-index-block-item-sport .projects-index-block-item-bottom {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #E7792B 100%);
}
.projects-index-block-item-photo2:hover.projects-index-block-item-nature .projects-index-block-item-wrapper {
  background-image: url(/assets/img/bg2-nature.png);
}
.projects-index-block-item-photo2:hover.projects-index-block-item-nature .projects-index-block-item-bottom {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #7CBE5C 100%);
}
.projects-index-block-item-photo2:hover.projects-index-block-item-culture .projects-index-block-item-wrapper {
  background-image: url(/assets/img/bg2-culture.png);
}
.projects-index-block-item-photo2:hover.projects-index-block-item-culture .projects-index-block-item-bottom {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #A84295 100%);
}
.projects-index-block-item-photo2:hover.projects-index-block-item-volunteer .projects-index-block-item-wrapper {
  background-image: url(/assets/img/bg2-volunteer.png);
}
.projects-index-block-item-photo2:hover.projects-index-block-item-volunteer .projects-index-block-item-bottom {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #F7AE03 100%);
}
.projects-index-block-item-photo2:hover.projects-index-block-item-science .projects-index-block-item-wrapper {
  background-image: url(/assets/img/bg2-science.png);
}
.projects-index-block-item-photo2:hover.projects-index-block-item-science .projects-index-block-item-bottom {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #3BA6E1 100%);
}
.projects-index-block-item-photo2 .projects-index-block-item-bottom {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  padding: 30px;
}
.projects-index-block-item-photo2 .projects-index-block-item-bottom-desc {
  margin-top: 1em;
  font-weight: 300;
}
.projects-index-block-item-photo:hover.projects-index-block-item-city .projects-index-block-item-top-icon {
  border-color: transparent;
  background-color: transparent;
  background-image: url(/assets/img/i-city-2.png);
}
.projects-index-block-item-photo:hover.projects-index-block-item-city .projects-index-block-item-wrapper {
  background-image: url(/assets/img/bg-city.png);
}
.projects-index-block-item-photo:hover.projects-index-block-item-city .projects-index-block-item-bottom {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #024F9C 100%);
}
.projects-index-block-item-photo:hover.projects-index-block-item-sport .projects-index-block-item-top-icon {
  border-color: transparent;
  background-color: transparent;
  background-image: url(/assets/img/i-sport-2.png);
}
.projects-index-block-item-photo:hover.projects-index-block-item-sport .projects-index-block-item-wrapper {
  background-image: url(/assets/img/bg-sport.png);
}
.projects-index-block-item-photo:hover.projects-index-block-item-sport .projects-index-block-item-bottom {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #E7792B 100%);
}
.projects-index-block-item-photo:hover.projects-index-block-item-nature .projects-index-block-item-top-icon {
  border-color: transparent;
  background-color: transparent;
  background-image: url(/assets/img/i-nature-2.png);
}
.projects-index-block-item-photo:hover.projects-index-block-item-nature .projects-index-block-item-wrapper {
  background-image: url(/assets/img/bg-nature.png);
}
.projects-index-block-item-photo:hover.projects-index-block-item-nature .projects-index-block-item-bottom {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #7CBE5C 100%);
}
.projects-index-block-item-photo:hover.projects-index-block-item-culture .projects-index-block-item-top-icon {
  border-color: transparent;
  background-color: transparent;
  background-image: url(/assets/img/i-culture-2.png);
}
.projects-index-block-item-photo:hover.projects-index-block-item-culture .projects-index-block-item-wrapper {
  background-image: url(/assets/img/bg-culture.png);
}
.projects-index-block-item-photo:hover.projects-index-block-item-culture .projects-index-block-item-bottom {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #A84295 100%);
}
.projects-index-block-item-photo:hover.projects-index-block-item-volunteer .projects-index-block-item-top-icon {
  border-color: transparent;
  background-color: transparent;
  background-image: url(/assets/img/i-volunteer-2.png);
}
.projects-index-block-item-photo:hover.projects-index-block-item-volunteer .projects-index-block-item-wrapper {
  background-image: url(/assets/img/bg-volunteer.png);
}
.projects-index-block-item-photo:hover.projects-index-block-item-volunteer .projects-index-block-item-bottom {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #F7AE03 100%);
}
.projects-index-block-item-photo:hover.projects-index-block-item-science .projects-index-block-item-top-icon {
  border-color: transparent;
  background-color: transparent;
  background-image: url(/assets/img/i-science-2.png);
}
.projects-index-block-item-photo:hover.projects-index-block-item-science .projects-index-block-item-wrapper {
  background-image: url(/assets/img/bg-science.png);
}
.projects-index-block-item-photo:hover.projects-index-block-item-science .projects-index-block-item-bottom {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #3BA6E1 100%);
}
.projects-index-block-item-photo .projects-index-block-item-top-icon {
  background-color: white;
  border: 2px solid white;
  border-radius: 50%;
}
.projects-index-block-item-photo.projects-index-block-item-city .projects-index-block-item-top-icon {
  background-image: url(/assets/img/i-city.svg);
}
.projects-index-block-item-photo.projects-index-block-item-city .projects-index-block-item-bottom {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #024F9C 100%);
}
.projects-index-block-item-photo.projects-index-block-item-sport .projects-index-block-item-top-icon {
  background-image: url(/assets/img/i-sport.svg);
}
.projects-index-block-item-photo.projects-index-block-item-sport .projects-index-block-item-bottom {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #E7792B 100%);
}
.projects-index-block-item-photo.projects-index-block-item-nature .projects-index-block-item-top-icon {
  background-image: url(/assets/img/i-nature.svg);
}
.projects-index-block-item-photo.projects-index-block-item-nature .projects-index-block-item-bottom {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #7CBE5C 100%);
}
.projects-index-block-item-photo.projects-index-block-item-culture .projects-index-block-item-top-icon {
  background-image: url(/assets/img/i-culture.svg);
}
.projects-index-block-item-photo.projects-index-block-item-culture .projects-index-block-item-bottom {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #A84295 100%);
}
.projects-index-block-item-photo.projects-index-block-item-volunteer .projects-index-block-item-top-icon {
  background-image: url(/assets/img/i-volunteer.svg);
}
.projects-index-block-item-photo.projects-index-block-item-volunteer .projects-index-block-item-bottom {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #F7AE03 100%);
}
.projects-index-block-item-photo.projects-index-block-item-science .projects-index-block-item-top-icon {
  background-image: url(/assets/img/i-science.svg);
}
.projects-index-block-item-photo.projects-index-block-item-science .projects-index-block-item-bottom {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #3BA6E1 100%);
}
.projects-index-block-item-wrapper {
  display: flex;
  flex-flow: column nowrap;
  height: 100%;
  justify-content: space-between;
  flex: 1;
}
.projects-index-block-item-top {
  padding: 15px;
  display: flex;
  justify-content: space-between;
}
.projects-index-block-item-top-icon {
  width: 69px;
  height: 69px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.projects-index-block-item-bottom {
  padding: 30px 15px 15px;
}
.projects-index-block-item-bottom-title {
  text-decoration: none;
  font-size: 24px;
  line-height: 1.2;
}

.projects-cat-header {
  margin-bottom: 2em;
}
.projects-cat-header-city .projects-cat-header-icon {
  background-image: url(/assets/img/i-city.svg);
}
.projects-cat-header-city .projects-cat-header-title {
  color: #024F9C;
}
.projects-cat-header-sport .projects-cat-header-icon {
  background-image: url(/assets/img/i-sport.svg);
}
.projects-cat-header-sport .projects-cat-header-title {
  color: #E7792B;
}
.projects-cat-header-nature .projects-cat-header-icon {
  background-image: url(/assets/img/i-nature.svg);
}
.projects-cat-header-nature .projects-cat-header-title {
  color: #7CBE5C;
}
.projects-cat-header-culture .projects-cat-header-icon {
  background-image: url(/assets/img/i-culture.svg);
}
.projects-cat-header-culture .projects-cat-header-title {
  color: #A84295;
}
.projects-cat-header-volunteer .projects-cat-header-icon {
  background-image: url(/assets/img/i-volunteer.svg);
}
.projects-cat-header-volunteer .projects-cat-header-title {
  color: #F7AE03;
}
.projects-cat-header-science .projects-cat-header-icon {
  background-image: url(/assets/img/i-science.svg);
}
.projects-cat-header-science .projects-cat-header-title {
  color: #3BA6E1;
}
.projects-cat-header-icon {
  width: 40px;
  height: 40px;
  margin-bottom: auto;
  display: inline-flex;
}
.projects-cat-header-icon .projects-cat-header-science .projects-cat-header-icon {
  background-position: left top;
  background-size: contain;
  background-repeat: no-repeat;
}
.projects-cat-header-title {
  font-size: 24px;
  margin-bottom: 10px;
  line-height: 1.2;
}
.projects-card-city .projects-card-ava-gradient {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #024F9C 100%);
}
.projects-card-city h1, .projects-card-city h2, .projects-card-city .projects-card-info-text a, .projects-card-city .infograph strong {
  color: #024F9C;
}
.projects-card-city .projects-card-events-info {
  background: linear-gradient(180deg, #0587CB 0%, #024F9C 100%);
}
.projects-card-sport .projects-card-ava-gradient {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #E7792B 100%);
}
.projects-card-sport h1, .projects-card-sport h2, .projects-card-sport .projects-card-info-text a, .projects-card-sport .infograph strong {
  color: #E7792B;
}
.projects-card-sport .projects-card-events-info {
  background: linear-gradient(180deg, #F5B156 0%, #E7792B 100%);
}
.projects-card-nature .projects-card-ava-gradient {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #7CBE5C 100%);
}
.projects-card-nature h1, .projects-card-nature h2, .projects-card-nature .projects-card-info-text a, .projects-card-nature .infograph strong {
  color: #7CBE5C;
}
.projects-card-nature .projects-card-events-info {
  background: linear-gradient(180deg, #B3E095 0%, #7CBE5C 100%);
}
.projects-card-culture .projects-card-ava-gradient {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #A84295 100%);
}
.projects-card-culture h1, .projects-card-culture h2, .projects-card-culture .projects-card-info-text a, .projects-card-culture .infograph strong {
  color: #A84295;
}
.projects-card-culture .projects-card-events-info {
  background: linear-gradient(180deg, #D377C7 0%, #A84295 100%);
}
.projects-card-volunteer .projects-card-ava-gradient {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #F7AE03 100%);
}
.projects-card-volunteer h1, .projects-card-volunteer h2, .projects-card-volunteer .projects-card-info-text a, .projects-card-volunteer .infograph strong {
  color: #F7AE03;
}
.projects-card-volunteer .projects-card-events-info {
  background: linear-gradient(180deg, #FCD707 0%, #F7AE03 100%);
}
.projects-card-science .projects-card-ava-gradient {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #3BA6E1 100%);
}
.projects-card-science h1, .projects-card-science h2, .projects-card-science .projects-card-info-text a, .projects-card-science .infograph strong {
  color: #3BA6E1;
}
.projects-card-science .projects-card-events-info {
  background: linear-gradient(180deg, #6DD2F2 0%, #3BA6E1 100%);
}
.projects-card-ava {
  height: 400px;
  position: relative;
  margin-top: -2em;
  background-position: center top;
  background-size: cover;
  display: flex;
  justify-content: flex-end;
  flex-flow: column nowrap;
}
.projects-card-ava-gradient {
  height: 50%;
}
.projects-card-info {
  margin-bottom: 2em;
}
.projects-card-info h1 {
  font-size: 24px;
}
.projects-card-info h2 {
  font-size: 20px;
}
.projects-card-info-logo img {
  max-width: 100%;
}
.projects-card-events-info {
  padding: 2em;
  border-radius: 12px;
  background: #555;
  color: white;
  box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 3em;
}
.projects-card-events-info h1, .projects-card-events-info h2, .projects-card-events-info .infograph strong {
  color: #fff;
}
.projects-card-events-items .projects-index-block-item-closed .projects-index-block-item-bottom-date,
.projects-card-events-items .projects-index-block-item-closed .projects-index-block-item-bottom-location {
  opacity: 0.5;
}
.projects-card-events-items .projects-index-block-item-closed .projects-index-block-item-wrapper {
  background-image: url(/assets/img/bg-none.png);
}
.projects-card-events-items .projects-index-block-item-bottom-title {
  font-size: 20px;
}
.projects-card-events-items .projects-index-block-item-bottom-desc {
  margin-top: 10px;
  max-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.projects-card-events-items .projects-index-block-item-bottom-date {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 600;
}

.infograph {
  display: flex;
  flex-flow: row wrap;
}
.infograph-item {
  margin: 3px 1.25em 3px 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.infograph-item strong {
  font-size: 44px;
  font-weight: 600;
  line-height: 1;
  margin-right: 10px;
  min-width: 30px;
  text-align: center;
}
.infograph-item span {
  line-height: 1.3;
}

.form-group label {
  font-size: 10px;
  margin: 0 0 2px 17px;
}

#volunteer-filter-apply {
  display: none;
}

#biblio-filter-apply {
  display: none;
}

#form-biblio-filter {
  margin-bottom: 3em;
}

.biblio-filter {
  margin-bottom: 1em;
}
.biblio-filter-clear a {
  margin-bottom: 21px;
  display: inline-block;
}
.biblio-buttons {
  margin-bottom: 1em;
  width: 100%;
  overflow: hidden;
}
.biblio-buttons-wrapper {
  width: 1110px;
}
.biblio-buttons a {
  width: 171px;
  white-space: normal;
  height: 88px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.biblio-buttons a.active {
  background: linear-gradient(180deg, #F5B156 0%, #E7792B 100%) !important;
}
.biblio-items {
  margin-bottom: 1em;
}

.files-item {
  display: flex;
  margin-bottom: 20px;
}
.files-item-icon {
  width: 60px;
  background-size: auto 50px;
  margin-right: 18px;
  background-repeat: no-repeat;
}
.files-item-icon-pdf {
  background-image: url(/assets/img/i-pdf.svg);
}
.files-item-icon-doc {
  background-image: url(/assets/img/i-doc.svg);
}
.files-item-icon-video {
  background-image: url(/assets/img/i-video.svg);
  background-position: 5px 0;
}
.files-item-text {
  flex: 1;
}
.files-item-text-title {
  margin: 5px 0 1px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
}
.files-item-text-download {
  display: inline-block;
  margin-right: 10px;
  font-size: 18px;
  text-decoration: underline;
}
.files-item-text-size {
  display: inline-block;
  font-size: 18px;
  color: #686868;
}

.contest-ava {
  margin-top: -2em;
  height: 226px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 2em;
}
.contest-prolog {
  margin-bottom: 2em;
}
.contest-stages {
  padding-top: 2em;
  padding-bottom: 2em;
}
.contest-stages-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 1em;
  padding: 1.5rem;
  background-color: #00868F;
  border-radius: 25px;
  color: white;
}
.contest-stages-item-num {
  font-size: 54px;
  margin-right: 20px;
  line-height: 1;
  font-weight: bold;
}
.contest-stages-item-title {
  display: flex;
  font-weight: 500;
  margin-top: 7px;
  margin-bottom: 2px;
  text-transform: uppercase;
  font-size: 1.25em;
  line-height: 1.2;
}
.contest-stages-item-title-num {
  font-size: 2em;
  margin-right: 1rem;
  font-weight: bold;
}
.contest-stages-item-title-text {
  padding-top: 1.5rem;
}
.contest-stages-item a {
  color: white;
  text-decoration: underline;
}
.contest-stages-item ul {
  padding-top: 2rem;
  padding-inline-start: 0;
}
.contest-stages-item ul li {
  position: relative;
  padding-left: 2rem;
  padding-bottom: 0.5rem;
}
.contest-stages-item ul li::marker {
  content: none;
}
.contest-stages-item ul li::before {
  content: " ";
  display: block;
  width: 1rem;
  height: 1rem;
  border-radius: 9999px;
  background-color: white;
  position: absolute;
  top: 0.5rem;
  left: 0;
}
.contest-stages-item-text-date {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 1em;
}
.contest-stages-item-text p {
  line-height: 1.5;
  font-weight: bold;
}
.contest-theme {
  margin-bottom: 4em;
}
.contest-theme-about {
  padding-top: 2em;
  padding-bottom: 4em;
  background: linear-gradient(90deg, #C57BBE 0%, #93468A 100%);
  color: white;
}
.contest-theme-about h2 {
  color: white;
}
.contest-theme-about p {
  font-size: 16px;
  font-weight: 300;
}
.contest-theme-items {
  padding-top: 1em;
  padding-bottom: 0;
  background: url(/assets/img/bg-contest.jpg) center/cover;
}
.contest-theme-items .directions {
  background: rgba(255, 255, 255, 0.95);
  padding: 1.5em;
  margin-bottom: 0;
  position: relative;
  top: -4em;
}
.contest-stat {
  margin-bottom: 2em;
}
.contest-faq {
  background-color: #F2F9FB;
  padding-bottom: 2em;
  padding-top: 2em;
  margin-bottom: 2em;
}
.contest-faq-items {
  margin-bottom: 2em;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
@media (max-width: 768px) {
  .contest-faq-items {
    grid-template-columns: 1fr;
  }
}
.contest-faq-items a {
  color: #575757;
}
.contest-faq-items .card {
  border: 2px solid #00868F;
  border-radius: 12px;
  background: none;
}
.contest-faq-items .card.hidden {
  display: none;
}
.contest-faq-items .card-header {
  border: none;
  background: none;
  font-weight: bold;
}
.contest-faq-items .card-header a:after {
  content: "";
  display: block;
  background: url(/assets/img/faq-down.svg) no-repeat center;
  width: 11px;
  height: 6px;
  position: absolute;
  right: 15px;
  bottom: 15px;
  transition: all 0.3s ease;
}
.contest-faq-items .card-header a[aria-expanded=true]:after {
  transform: rotate(180deg);
}
.contest-faq-items.green {
  background-color: #00868F;
  padding: 1rem 2rem;
  color: white;
}
.contest-faq-items.green a {
  color: white;
}
.contest-faq-items.green .card {
  border: 2px solid #77DCBD;
}
.contest-faq-items.green .card-header a:after {
  background: url(/assets/img/faq-down-cyan.svg) no-repeat center;
}
.contest-faq-more {
  font-size: 16px;
  color: #575757;
}
.contest-files {
  margin-bottom: 2em;
}

.infograph2 {
  display: flex;
  flex-flow: row wrap;
}
.infograph2-item {
  margin-bottom: 2em;
  padding-right: 1em;
  width: 100%;
}
.infograph2-item-num {
  color: #FF7843;
  font-size: 44px;
  font-weight: 500;
  line-height: 1;
}
.infograph2-item-text {
  line-height: 1.5;
}

.container .card {
  border: none;
  margin-bottom: 1em;
  background-color: transparent;
}
.container .card-header {
  border-radius: 12px;
  border: none;
  padding: 0;
  background: none;
}
.container .card-header a {
  border-radius: 12px;
  padding: 0.75rem 2.25rem 0.75rem 1.25rem;
  display: block;
  background: linear-gradient(180deg, #4ED5EF 0%, #26AADB 100%);
  color: white;
  font-size: 16px;
}
.container .card-header a:hover {
  text-decoration: none;
  background-color: #26AADB;
}
.container .card-header a:after {
  content: "";
  display: block;
  background: url(/assets/img/faq-up.svg) no-repeat center;
  width: 11px;
  height: 6px;
  position: absolute;
  right: 1.25rem;
  top: 21px;
}
.container .card-header a.collapsed {
  background: transparent;
  border: 1px solid #979797;
  color: #4A4A4A;
}
.container .card-header a.collapsed:after {
  background-image: url(/assets/img/faq-down.svg);
}

.image-rounded {
  width: 360px;
  height: 360px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  border: 5px solid #00B7B7;
}

.timeline-wrapper {
  width: 100%;
  overflow: hidden;
  height: 50px;
  margin: 30px 0 2em 0;
}

.timeline {
  position: absolute;
  display: flex;
}
.timeline-item {
  position: relative;
}
.timeline-item:before {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: #e0e0e0;
  position: absolute;
  top: 10px;
  left: 40px;
}
.timeline-item.active:before {
  background: #00868F;
}
.timeline-item.active .timeline-item-month {
  color: #00868F;
}
.timeline-item.active .timeline-item-month:before {
  background: linear-gradient(180deg, #00B8B9 0%, #008283 100%);
}
.timeline-item.active .timeline-item-year {
  color: #00868F;
}
.timeline-item.current .timeline-item-year {
  color: #FF7843;
}
.timeline-item.current .timeline-item-month {
  font-size: 12px;
  color: #FF7843;
}
.timeline-item.current .timeline-item-month:before {
  background: linear-gradient(180deg, #F5B156 0%, #E7792B 100%) !important;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.5);
}
.timeline-item-year {
  text-align: center;
  font-size: 34px;
  position: absolute;
  font-weight: 600;
  line-height: 1;
  top: -21px;
  opacity: 0.2;
  width: 80px;
}
.timeline-item-month {
  text-align: center;
  width: 80px;
  display: block;
  font-size: 10px;
  color: gray;
}
.timeline-item-month:before {
  margin: 0 auto;
  content: "";
  display: block;
  position: relative;
  width: 25px;
  height: 25px;
  background: linear-gradient(180deg, #818181 0%, #4A4A4A 100%);
  border-radius: 50%;
}
.orders {
  margin-bottom: 2em;
}
.orders-item {
  padding: 2em;
  display: flex;
  background: linear-gradient(180deg, #818181 0%, #4A4A4A 100%);
  flex-flow: column nowrap;
  text-decoration: none;
  color: white;
  border-radius: 12px;
  margin-bottom: 1em;
}
.orders-item:hover {
  text-decoration: none;
  color: white;
}
.orders-item-red {
  background: linear-gradient(180deg, #c57b79 0%, #932b29 100%);
}
.orders-item-sport {
  background: linear-gradient(180deg, #F8B400 0%, #EE7D00 100%);
}
.orders-item-volunteer {
  background: linear-gradient(180deg, #F9D457 0%, #EFA92C 100%);
}
.orders-item-default {
  background: linear-gradient(180deg, #00B8B9 0%, #008283 100%);
}
.orders-item-culture {
  background: linear-gradient(180deg, #C57BBE 0%, #93468A 100%);
}
.orders-item-nature {
  background: linear-gradient(180deg, #A5DC79 0%, #6CB644 100%);
}
.orders-item-city {
  background: linear-gradient(180deg, #0088C5 0%, #005093 100%);
}
.orders-item-science {
  background: linear-gradient(180deg, #66CEE9 0%, #35A0CD 100%);
}
.orders-item-top {
  margin-bottom: 2em;
}
.orders-item-top-title {
  font-size: 24px;
  margin-bottom: 10px;
  line-height: 1.25;
}
.orders-item-top-desc {
  font-weight: 300;
  margin-bottom: 10px;
}
.orders-item-top-result {
  font-size: 20px;
}
.orders-item-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.orders-item-bottom-status {
  line-height: 1.2;
  margin-right: 1em;
}
.orders-item-bottom-go {
  display: flex;
  align-items: center;
  font-size: 10px;
  line-height: 1.3;
  justify-content: flex-end;
}
.orders-item-bottom-go div {
  text-align: right;
  margin-right: 7px;
}
.orders-item-bottom-go span {
  display: block;
  background: url(/assets/img/i-arr-sm-r.svg) no-repeat center -3px/55px;
  width: 18px;
  height: 41px;
}

.form-control-date {
  padding: 6px 1rem 4px 1rem;
  border: 1px solid #d0d0d0;
  border-radius: 23px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.form-control-date input {
  width: 90px;
  border: none;
}
.form-control-date span {
  display: block;
  background: url(/assets/img/i-calendar.svg) no-repeat;
  width: 20px;
  height: 18px;
  position: relative;
  top: -2px;
}

.request-result {
  text-align: center;
}
.request-result-progress {
  color: #00868F;
  margin-bottom: 0.5em;
}
.request-form .form-row-delimeter {
  margin-bottom: 2em;
  margin-top: 2em;
  border-top: 1px solid #E5E5E5;
}
.request-form .form-row {
  align-items: center;
  margin-bottom: 1.5em;
  position: relative;
  line-height: 1.3;
}
.request-form .form-row > div:first-child {
  font-size: 16px;
  margin-bottom: 5px;
}
.request-form .form-control {
  margin-bottom: 5px;
}
.request-form .form-check {
  width: 290px;
}

.form-control {
  padding: 0.5rem 0.75rem;
}

.form-tooltip {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/assets/img/i-info.svg);
  cursor: pointer;
}

.nav-tabs-wrapper {
  height: 100px;
}

.nav-tabs {
  flex-flow: row nowrap;
  margin-bottom: 1em;
  position: absolute;
}
.nav-tabs .nav-item {
  width: 222px;
}
.nav-tabs .nav-item.filled .nav-link {
  color: black;
}
.nav-tabs .nav-item .nav-link {
  border-width: 2px;
  font-size: 16px;
  color: #ADABAC;
  text-align: center;
  height: 100%;
  line-height: 1.4;
}
.nav-tabs .nav-item .nav-link div {
  font-size: 10px;
  color: #140E10;
  line-height: 1.4;
  margin-top: 5px;
}
.nav-tabs .nav-item .nav-link:hover {
  border-color: transparent;
}
.nav-tabs .nav-item .nav-link.active {
  border-color: transparent transparent #00868F;
  color: #00868F;
}
.nav-tabs .nav-item .nav-link.active div {
  font-weight: 400;
}

.tobolsk-slider {
  background: linear-gradient(180deg, #008283 0%, #00B2B4 100%);
  margin-top: -2em;
  padding: 2em 0;
  color: white;
  margin-bottom: 4em;
}
.tobolsk-slider .owl-dots {
  margin-top: 0 !important;
}
.tobolsk-slider-item img {
  max-width: 100%;
}
.tobolsk-slider-item-text {
  margin-bottom: 1em;
}
.tobolsk-slider-item-text:before {
  content: "";
  display: block;
  background: url(/assets/img/i-quote.svg) no-repeat center/contain;
  width: 40px;
  height: 40px;
  position: relative;
  left: 0;
  top: 0;
}
.tobolsk-slider-item-text p {
  font-style: italic;
  font-weight: 200;
}
.tobolsk-slider-item-author {
  font-style: normal;
  text-align: center;
  margin-top: 2em;
}
.tobolsk-slider-item-author-name {
  font-size: 16px;
  font-weight: 500;
}
.tobolsk-slider-item-author-position {
  font-size: 12px;
}
.tobolsk-block {
  margin-bottom: 4em;
}
.tobolsk-projects .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -23px;
}
.tobolsk-projects .owl-nav .owl-prev,
.tobolsk-projects .owl-nav .owl-next {
  position: absolute;
}
.tobolsk-projects .owl-nav .owl-prev.disabled,
.tobolsk-projects .owl-nav .owl-next.disabled {
  opacity: 0.5;
}
.tobolsk-projects .owl-nav .owl-prev span,
.tobolsk-projects .owl-nav .owl-next span {
  width: 23px;
  height: 23px;
  display: block;
  font-size: 36px;
}
.tobolsk-projects .owl-nav .owl-prev {
  left: -30px;
}
.tobolsk-projects .owl-nav .owl-next {
  right: -30px;
}
.tobolsk-projects-item {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 270px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  color: white;
  text-decoration: none;
  margin-bottom: 1em;
}
.tobolsk-projects-item-city .tobolsk-projects-item-text {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #024F9C 100%);
}
.tobolsk-projects-item-sport .tobolsk-projects-item-text {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #E7792B 100%);
}
.tobolsk-projects-item-nature .tobolsk-projects-item-text {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #7CBE5C 100%);
}
.tobolsk-projects-item-culture .tobolsk-projects-item-text {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #A84295 100%);
}
.tobolsk-projects-item-volunteer .tobolsk-projects-item-text {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #F7AE03 100%);
}
.tobolsk-projects-item-science .tobolsk-projects-item-text {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #3BA6E1 100%);
}
.tobolsk-projects-item:hover {
  color: white;
  text-decoration: none;
}
.tobolsk-projects-item-text {
  padding: 3em 2em 1em;
  background: linear-gradient(180deg, rgba(0, 184, 185, 0) 0%, #008283 100%);
}
.tobolsk-projects-item-text-title {
  font-size: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.tobolsk-projects-item-text-votes {
  display: flex;
  justify-content: space-between;
}
.tobolsk-projects-item-text-votes-num {
  background: url(/assets/img/i-heart.svg) no-repeat 0px 3px;
  padding-left: 25px;
}
.tobolsk-people {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
}
.tobolsk-people-item {
  margin: 0 auto 2em;
  width: 250px;
}
.tobolsk-people-item-ava {
  height: 250px;
  width: 250px;
  border-radius: 50%;
  border: 5px solid #00B4B4;
  margin-bottom: 1em;
  background-position: center;
  background-size: cover;
}
.tobolsk-people-item-title {
  text-align: center;
}
.tobolsk-people-item-title-name {
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 5px;
}
.tobolsk-people-item-title-position {
  opacity: 0.5;
  line-height: 1.2;
}

.tobolsk-projects-card .tp-item {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  background-position: center;
  background-size: cover;
  min-height: 415px;
  color: white;
  margin-bottom: 3em;
}
.tobolsk-projects-card .tp-item-city .tp-item-text {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #024F9C 100%);
}
.tobolsk-projects-card .tp-item-sport .tp-item-text {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #E7792B 100%);
}
.tobolsk-projects-card .tp-item-nature .tp-item-text {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #7CBE5C 100%);
}
.tobolsk-projects-card .tp-item-culture .tp-item-text {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #A84295 100%);
}
.tobolsk-projects-card .tp-item-volunteer .tp-item-text {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #F7AE03 100%);
}
.tobolsk-projects-card .tp-item-science .tp-item-text {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #3BA6E1 100%);
}
.tobolsk-projects-card .tp-item-text {
  padding: 3em 1em 1em;
  background: linear-gradient(180deg, rgba(0, 184, 185, 0) 0%, #008283 100%);
}
.tobolsk-projects-card .tp-item-init > div:nth-child(2) {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 1em;
}
.tobolsk-projects-card .tp-item-period > div:nth-child(2) {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 1em;
}
.tobolsk-projects-card .tp-item-amount > div:nth-child(2) {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 1em;
}
.tobolsk-projects-card .tp-item-amount > div:nth-child(2) span {
  font-size: 14px;
  font-weight: 400;
}
.tobolsk-projects-card .tp-item-controls {
  text-align: center;
}
.tobolsk-projects-card .tp-item-controls .btn {
  margin-bottom: 5px;
}
.tobolsk-projects-card .tp-item-controls-votes {
  font-weight: 500;
}
.tobolsk-projects-card .tp-item-controls-votes span {
  display: inline-block;
  width: 20px;
  height: 16px;
  background: url(/assets/img/i-heart.svg) no-repeat 0 0px;
  margin: 0 4px 0;
  position: relative;
  top: 2px;
}

.modal-dialog {
  text-align: center;
}
.modal-dialog h1 {
  font-size: 24px;
  padding-top: 2rem;
  color: #140E10;
  padding-bottom: 10px;
}
.modal-dialog .form {
  max-width: 450px;
  margin: 0 auto;
}
.modal-dialog .btn {
  min-width: 200px;
  white-space: normal;
}
.modal-dialog .modal-content {
  border-radius: 18px;
}
.modal-dialog p:last-child {
  margin-bottom: 0;
}

.modal {
  overflow-y: auto;
}

#popup-location p:last-child {
  margin-bottom: 1rem;
}
#popup-location .btn {
  text-transform: uppercase;
  margin-bottom: 5px;
}
#popup-location a {
  color: #FF7843;
  letter-spacing: 1.5px;
}
#popup-location a span {
  font-size: 16px;
}

#popup-location-list .btn {
  text-transform: uppercase;
}
#popup-location-list .city-list {
  margin: 20px auto 10px;
  display: table;
  max-width: 630px;
  padding: 0 1em;
}
#popup-location-list .city-list a {
  font-size: 15px;
  display: inline-block;
  float: left;
  width: 300px;
  text-align: left;
  margin: 0 0 1.5em;
}

#popup-reg .custom-control {
  display: inline-block;
  margin-right: 1em;
}

.form-group .custom-control-label {
  font-size: 14px;
  margin: 0 0 2px 0;
  padding: 0 0 0 35px;
}

.custom-control-input:active ~ .custom-control-label::before {
  background-color: #ffd8ac;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background: transparent;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background: linear-gradient(180deg, #F5B156 0%, #E7792B 100%);
  border-radius: 50%;
  top: 2px;
  left: 3px;
  width: 18px;
  height: 18px;
}

.custom-control-label:before {
  border: 2px solid #D8D8D8;
  background-color: transparent;
  top: -3px;
  left: -2px;
  width: 28px;
  height: 28px;
}

.reg-fields {
  display: none;
}
.reg-fields.active {
  display: block;
}

.page-404 {
  text-align: center;
  display: flex;
  min-height: 320px;
  justify-content: center;
  align-items: center;
}
.page-404-title {
  font-size: 30vw;
  max-font-size: 288px;
  color: #00868F;
  line-height: 1;
  font-weight: 600;
}
.page-404-title2 {
  color: #00868F;
  font-size: 18px;
  margin-bottom: 1em;
}
.page-404 p {
  opacity: 0.5;
}

.search-result {
  display: flex;
  flex-flow: row wrap;
}
.search-result-item {
  width: 50%;
  padding-right: 2em;
  margin-bottom: 2em;
}
.search-result-item-title {
  display: block;
  font-size: 18px;
  margin-bottom: 0.5em;
}
.search-result-item-desc {
  opacity: 0.5;
  margin-bottom: 1em;
}

.textarea-expandable-expand {
  height: 300px;
  transition: height 1s;
}

@media (min-width: 768px) {
  .tobolsk-projects-card .tp-item-text {
    padding: 3em 2em 2em;
  }
  .tobolsk-projects-card .tp-item-init > div:nth-child(1) {
    line-height: 1.2;
    margin-bottom: 10px;
  }
  .tobolsk-projects-card .tp-item-init > div:nth-child(2) {
    font-size: 20px;
  }
  .tobolsk-projects-card .tp-item-period > div:nth-child(1) {
    line-height: 1.2;
    margin-bottom: 10px;
  }
  .tobolsk-projects-card .tp-item-period > div:nth-child(2) {
    font-size: 20px;
  }
  .tobolsk-projects-card .tp-item-amount {
    width: 50%;
    float: left;
  }
  .tobolsk-projects-card .tp-item-amount > div:nth-child(1) {
    line-height: 1.2;
    margin-bottom: 10px;
  }
  .tobolsk-projects-card .tp-item-amount > div:nth-child(2) {
    font-size: 20px;
  }
  .tobolsk-projects-card .tp-item-controls {
    width: 50%;
    float: left;
    text-align: right;
  }
  .tobolsk-slider-item-text {
    max-width: 800px;
    margin: 0 auto;
  }
  .tobolsk-slider-item-text:before {
    left: 0px;
    top: 5px;
  }
  .tobolsk-projects {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -1em 1em;
  }
  .tobolsk-projects-carousel .tobolsk-projects-item {
    width: 100%;
  }
  .tobolsk-projects-item {
    width: 48%;
    margin: 0 0.5em 1em;
  }
  .request-result {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .request-result-progress {
    margin: 0 1em;
  }
  .request-form .form-row > div:first-child {
    text-align: right;
    margin-bottom: 0;
    padding-right: 1em;
  }
  .request-form .form-tooltip {
    position: absolute;
    top: 9px;
    right: -30px;
  }
  .orders-item {
    flex-flow: row nowrap;
    justify-content: space-between;
  }
  .orders-item-top {
    margin-bottom: 0;
    margin-right: 1em;
  }
  .orders-item-bottom {
    align-items: flex-end;
    flex-flow: column nowrap;
    justify-content: space-between;
    width: 200px;
  }
  .orders-item-bottom-status {
    margin-right: 0;
    text-align: right;
  }
  .infograph2-item {
    width: 50%;
  }
  .contest-ava {
    height: 326px;
    margin-bottom: 4em;
  }
  .contest-prolog {
    margin-bottom: 4em;
  }
  .contest-stages {
    padding-top: 4em;
    padding-bottom: 4em;
  }
  .contest-theme-about {
    padding-top: 4em;
  }
  .contest-theme-items .directions {
    padding: 1em 2em;
    position: relative;
    left: -1em;
    width: calc(100% + 2em);
  }
  .contest-stat {
    margin-bottom: 4em;
  }
  .contest-faq {
    padding-bottom: 4em;
    padding-top: 4em;
  }
  .contest-files {
    padding-bottom: 3em;
    padding-top: 3em;
  }
  .projects-card-events-items {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
  }
  .projects-card-events-items .projects-index-block-item {
    width: 49%;
    margin-right: 1%;
  }
  .projects-card-events-items .projects-index-block-item:nth-child(2n) {
    margin-right: 0;
  }
  .projects-cat-header {
    display: flex;
  }
  .projects-cat-header > div:nth-child(1) {
    margin-right: 2em;
  }
  .projects-cat-header-title {
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.85px;
  }
  .projects-index-nav {
    justify-content: flex-start;
  }
  .projects-index-nav .btn {
    margin-right: 7px;
  }
  .projects-index-block1 {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
  }
  .projects-index-block1 .projects-index-block-item:nth-child(1) {
    left: 0;
    width: 100%;
    height: 394px;
  }
  .projects-index-block1 .projects-index-block-item:nth-child(1) .projects-index-block-item-top,
  .projects-index-block1 .projects-index-block-item:nth-child(1) .projects-index-block-item-bottom {
    padding: 15px;
  }
  .projects-index-block1 .projects-index-block-item:nth-child(2) {
    width: 100%;
  }
  .projects-index-block1 .projects-index-block-item:nth-child(3) {
    width: 49%;
  }
  .projects-index-block1 .projects-index-block-item:nth-child(4) {
    width: 49%;
  }
  .projects-index-block2 {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
  }
  .projects-index-block2 .projects-index-block-item:nth-child(1) {
    width: 49%;
  }
  .projects-index-block2 .projects-index-block-item:nth-child(2) {
    width: 49%;
  }
  .projects-index-block2 .projects-index-block-item:nth-child(3) {
    width: 100%;
  }
  .projects-index-block3 {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
  }
  .projects-index-block3 > .projects-index-block-item:nth-child(1) {
    min-height: 400px;
    width: 100%;
  }
  .projects-index-block3 .projects-index-block-item {
    width: 49%;
  }
}
@media (min-width: 1024px) {
  .projects-index-nav {
    justify-content: space-between;
  }
  .projects-index-nav .btn {
    margin-right: 0;
  }
}
@media (min-width: 1280px) {
  .page-404 {
    min-height: 600px;
  }
  .page-404-title {
    font-size: 288px;
  }
  .tobolsk-projects-card .tp-item-text {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
  }
  .tobolsk-projects-card .tp-item-init {
    margin-right: 1em;
  }
  .tobolsk-projects-card .tp-item-period {
    margin-right: 1em;
  }
  .tobolsk-projects-card .tp-item-amount {
    width: 20%;
    float: none;
    margin-right: 1em;
  }
  .tobolsk-projects-card .tp-item-controls {
    width: 25%;
    float: none;
  }
  .tobolsk-projects-item {
    width: 32%;
  }
  .contest-theme {
    display: flex;
  }
  .contest-theme-about {
    display: flex;
    align-items: center;
    padding-left: 142px;
    width: 810px;
    padding-right: 2em;
  }
  .contest-theme-items {
    padding-bottom: 1em;
    width: 100%;
  }
  .contest-theme-items .directions {
    left: -3em;
    top: 0;
  }
  .contest-faq {
    background: #F2F9FB url(/assets/img/bg-faq.jpg) no-repeat left top;
  }
  .contest-faq .container {
    padding-left: 439px;
  }
  .projects-card-info h1 {
    font-size: 34px;
  }
  .projects-card-info h2 {
    font-size: 24px;
  }
  .projects-card-events-items .projects-index-block-item {
    width: 32.5%;
    margin-right: 1%;
  }
  .projects-card-events-items .projects-index-block-item:nth-child(2n) {
    margin-right: 1%;
  }
  .projects-card-events-items .projects-index-block-item:nth-child(3n) {
    margin-right: 0;
  }
  .projects-index-block1 {
    display: table;
    width: 100%;
  }
  .projects-index-block1 .projects-index-block-item:nth-child(1) {
    width: 555px;
    height: 555px;
    float: left;
    margin-right: 15px;
    overflow: hidden;
  }
  .projects-index-block1 .projects-index-block-item:nth-child(2) {
    float: left;
    width: 540px;
    height: 263px;
    margin-bottom: 15px;
    overflow: hidden;
  }
  .projects-index-block1 .projects-index-block-item:nth-child(3) {
    float: left;
    width: 262px;
    min-height: 250px;
    height: 250px;
    margin-right: 15px;
    overflow: hidden;
  }
  .projects-index-block1 .projects-index-block-item:nth-child(4) {
    float: left;
    width: 263px;
    min-height: 250px;
    height: 250px;
    overflow: hidden;
  }
  .projects-index-block2 {
    display: table;
    width: 100%;
  }
  .projects-index-block2 .projects-index-block-item:nth-child(1) {
    float: left;
    width: 270px;
    height: 263px;
    margin-right: 15px;
    overflow: hidden;
  }
  .projects-index-block2 .projects-index-block-item:nth-child(2) {
    float: left;
    width: 270px;
    height: 263px;
    margin-right: 15px;
    overflow: hidden;
  }
  .projects-index-block2 .projects-index-block-item:nth-child(3) {
    width: 540px;
    height: 263px;
    float: left;
    margin-right: 0;
    overflow: hidden;
  }
}
@media (min-width: 1920px) {
  .contest-theme-about {
    padding-left: 392px;
    width: 1050px;
  }
  .contest-theme-items .directions {
    max-width: 900px;
  }
}

/*# sourceMappingURL=style2.css.map */
