@font-face {
  font-family: "Activist";
  src: url("../fonts/Activist.WOFF");
}

@font-face {
  font-family: "Formular-Regular";
  src: url("../fonts/Formular-Regular.WOFF");
}

@font-face {
  font-family: "Formular-Bold";
  src: url("../fonts/Formular-Bold.WOFF");
}

@font-face {
  font-family: "PT Serif Caption Regular";
  src: url("../fonts/PT Serif Caption Regular.WOFF");
}

* {
  margin: 0;
  padding: 0;
  font-family: 'Formular-Regular', sans-serif;
  font-size: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

a:focus {
  outline: 1px dotted #8c8c91;
}

b {
  font-family: 'Formular-Bold';
}

p {
  line-height: 1.6;
}

li {
  list-style: none;
}

h1 {
  font-size: 2rem;
  font-family: 'Formular-Bold';
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.5rem;
}

textarea,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="password"],
input[type="email"] {
  -webkit-appearance: none;
  border-radius: 0;
}

input:focus {
  outline: 1px dotted #8c8c91;
}


.btn {
  width: 180px;
  height: 40px;
  border: 0;
  border-radius: 0;
  background: #CC0000;
  font-family: 'Activist', sans-serif;
  color: white;
  -webkit-transition: background .1s ease, color .1s ease;
  -o-transition: background .1s ease, color .1s ease;
  transition: background .1s ease, color .1s ease;
}

.btn:hover {
  background: #e31900;
  cursor: pointer;
}

.btn:active {
  cursor: pointer;
  background: #CC0000;
}

.btn:focus {
  outline: none;
}

@media (max-width: 619px) {
  .btn {
    width: 100%;
  }
}

.btn_light {
  background: transparent;
  border: 1px solid #CC0000;
  color: #CC0000;
}

.btn_light:hover {
  background: #e31900;
  cursor: pointer;
  color: white;
}

.btn_light:active {
  cursor: pointer;
  background: #CC0000;
  color: white;
}

.btn_grey {
  background: transparent;
  border: 1px solid #81818c;
  color: #81818c;
}

.btn_grey:hover {
  background: #e31900;
  cursor: pointer;
  color: white;
  border: 0;
}

.btn_grey:active {
  cursor: pointer;
  background: #CC0000;
  color: white;
}

.btn_black {
  background: transparent;
  border: 1px solid #000;
  color: #000;
}

.btn_black:hover, .btn_black:active {
  background: #464646;
  cursor: pointer;
  color: white;
  border: 0;
}

.checkbox {
  display: block;
  min-width: 20px;
  min-height: 20px;
  margin-right: 15px;
  border: 1px solid #aaaab2;
}

.checkbox:hover {
  cursor: pointer;
}

.checkbox:focus {
  outline: 1px dotted #8c8c91;
}

.checkbox_grey {
  border: 1px solid white;
  background: #727272;
}

.checkbox__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.checkbox__label {
  line-height: 22px;
  font-size: .9rem;
}

.checkbox__label:hover {
  cursor: pointer;
}

.checkbox:checked ~ .checkbox {
  background: url("../img/checkbox_checked.svg") no-repeat center;
}

.checkbox:checked ~ .checkbox_grey {
  background: #CC0000 url("../img/checkbox_grey_checked.svg") no-repeat center;
}

#checkboxId {
  display: none;
}

.input {
  width: 270px;
  height: 40px;
  margin-bottom: 15px;
  padding-left: 15px;
  /*outline: none;*/
  color: #000;
  border: 1px solid #aaaab2;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.input::-webkit-input-placeholder {
  color: #8c8c91;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.input:-ms-input-placeholder {
  color: #8c8c91;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.input::placeholder {
  color: #8c8c91;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.input:focus::-webkit-input-placeholder {
  opacity: 0.3;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.input:focus:-ms-input-placeholder {
  opacity: 0.3;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.input:focus::placeholder {
  opacity: 0.3;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.input:focus:required:invalid {
  border: solid 1px #CC0000;
}

@media (max-width: 619px) {
  .input {
    width: 100%;
    max-width: 370px;
  }
}

.input__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.input__wrapper_password {
  position: relative;
  width: 270px;
}

.input__label {
  margin-bottom: 5px;
}

.input__star {
  color: #CC0000;
}

.input__eye-icon {
  position: absolute;
  right: 10px;
  top: 37px;
  width: 16px;
  height: 11px;
  background: url("../img/input__eye-icon.svg") no-repeat;
}

.input__eye-icon:hover {
  cursor: pointer;
}

.input__eye-icon_grey {
  background-position: 0% 0%;
}

.input__eye-icon_red {
  background-position: 0% 100%;
}

.input__eye-icon_red,
.input__radio {
  display: none;
}

#hidePassword:checked ~ .input__eye-icon_grey {
  display: none;
}

#hidePassword:checked ~ .input__eye-icon_red {
  display: block;
}

#showPassword:checked ~ .input__eye-icon_red {
  display: none;
}

#showPassword:checked ~ .input__eye-icon_grey {
  display: block;
}

.select label {
  display: block;
  margin-bottom: 5px;
}

.jq-selectbox {
  width: 270px;
  height: 40px;
  margin-bottom: 15px;
  /*border: 1px solid #aaaab2;*/
  background: url("../img/select__arrow.svg") no-repeat 95% 55%;
}

@media (max-width: 619px) {
  .jq-selectbox {
    width: 100%;
  }
}

.focused .jq-selectbox__select {
  outline: 1px dotted #8c8c91;
}

.jq-selectbox.opened {
  background: url("../img/select__arrow_up.svg") no-repeat 95% 55%;
}

.jq-selectbox__dropdown {
  top: 38px;
  width: 270px;
  max-width: 270px;
  border: 1px solid #aaaab2;
  border-top: none;
  background: #fff;
}

.moderator-form__input .jq-selectbox__dropdown {
  width: 100%;
  max-width: 100%;
}

@media (max-width: 619px) {
  .jq-selectbox__dropdown {
    max-width: 370px;
    width: 100%;
  }
}

.jq-selectbox__dropdown ul {
  padding-top: 5px;
  max-height: 200px;
}

.jq-selectbox__dropdown li {
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 40px;
  vertical-align: middle;
  white-space: pre-wrap;
}

.jq-selectbox__dropdown li:hover {
  background: rgba(216, 216, 216, 0.2);
}

.jq-selectbox li.selected {
  font-family: 'Formular-Bold', sans-serif;
}

.jq-selectbox__select-text {
  overflow: hidden;
  width: 270px;
  padding-left: 15px;
  padding-right: 35px;
  line-height: 40px;
  vertical-align: middle;
  font-family: 'Formular-Regular';
}

.jq-selectbox .placeholder {
  color: #8c8c91;
  font-family: 'Formular-Regular';
}

.jq-selectbox__select {
  border: 1px solid #aaaab2;
}

.switcher {
  display: block;
  width: 40px;
  height: 20px;
  margin-left: 15px;
  border: 1px solid #aaaab2;
  border-radius: 20px;
}

.switcher:hover {
  cursor: pointer;
}

.switcher__dot {
  position: absolute;
  right: 23px;
  top: 4px;
  width: 12px;
  height: 12px;
  border: 0;
  border-radius: 50%;
  background: #aaaab2;
  -webkit-transition: right .35s ease, background .35s ease;
  -o-transition: right .35s ease, background .35s ease;
  transition: right .35s ease, background .35s ease;
}

.switcher__dot:hover {
  cursor: pointer;
}

.switcher__label:hover {
  cursor: pointer;
}

.switcher__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#showMap:checked ~ .switcher__dot {
  right: 5px;
  background: #CC0000;
}

#showMap {
  display: none;
}

.textarea {
  width: 100%;
  height: 70px;
  padding: 10px 15px;
  outline: none;
  color: #000;
  border: 1px solid #aaaab2;
}

@media (max-width: 619px) {
  .textarea {
    margin-bottom: 10px;
  }
}

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

.textarea__text {
  position: absolute;
  right: 0px;
  top: 0px;
  opacity: .4;
  font-size: .8rem;
}

@media (max-width: 619px) {
  .textarea__text {
    position: static;
    left: 0;
    top: 35px;
  }
}

.textarea__label {
  margin-bottom: 5px;
}

.content {
  position: relative;
  width: 1170px;
  margin: auto;
}

@media (min-width: 930px) and (max-width: 1229px) {
  .content {
    min-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 620px) and (max-width: 929px) {
  .content {
    min-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 619px) {
  .content {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
}

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

.form__input-wrapper {
  position: relative;
  margin-bottom: 25px;
}

.form__input-wrapper_checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
}

.form__input {
  width: 270px;
  /* width: 100%; */
  height: 40px;
  padding-left: 15px;
  outline: none;
  color: black;
  border: solid 1px rgba(170, 170, 178, 0.9);
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.form__input-wrapper .form__input {
  width: 100%;
}

.form__input::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.form__input:-ms-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.form__input::placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.form__input:focus::-webkit-input-placeholder {
  opacity: 0.3;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.form__input:focus:-ms-input-placeholder {
  opacity: 0.3;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.form__input:focus::placeholder {
  opacity: 0.3;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.form__input:focus:invalid:required {
  border: solid 1px #CC0000;
}

.form__input_area {
  width: 570px;
  height: 70px;
  padding-top: 10px;
}

.form__invalid-error {
  width: 270px;
  margin: auto;
  margin-top: 5px;
  color: #CC0000;
  font-size: .9rem;
  text-align: left;
}

.form__input-wrapper .input__eye-icon {
  top: 15px;
}

.form__btn {
  width: 270px;
}

.form__btn:disabled,
.form__btn[disabled] {
  background-color: rgba(170, 170, 178, 0.5);
}

.form__btn:disabled:hover {
  cursor: default;
}

.btn:disabled,
.btn[disabled] {
  background-color: rgba(170, 170, 178, 0.5);
  border: none;
  color: #fff;
}

.btn:disabled:hover {
  cursor: default;
  background-color: rgba(170, 170, 178, 0.5);
  border: none;
  color: #fff;
}

#conditions-checkbox {
  display: none;
}

.form__checkbox {
  width: 20px;
  height: 20px;
  margin-right: 20px;
  border: solid 1px rgba(170, 170, 178, 0.9);
}

.form__checkbox_text {
  width: 230px;
  font-size: .9rem;
  line-height: 18px;
  text-align: left;
}

label.form__checkbox_text a {
  font-size: .9rem;
}

#conditions-checkbox:checked ~ .form__checkbox {
  background: url("../img/form__checkbox-hover.svg") no-repeat center;
}

.label {
  padding: 3px 5px !important;
  text-align: center;
  font-size: 12px;
}

.label_red {
  border: 1px solid #CC0000;
  color: #CC0000;
}

.label_grey {
  border: 1px solid #81818c;
  color: #81818c;
}

.textlink {
  text-decoration: none;
  color: #222;
  -webkit-transition: color .35s ease, -webkit-text-decoration .35s ease;
  transition: color .35s ease, -webkit-text-decoration .35s ease;
  -o-transition: text-decoration .35s ease, color .35s ease;
  transition: text-decoration .35s ease, color .35s ease;
  transition: text-decoration .35s ease, color .35s ease, -webkit-text-decoration .35s ease;
}

.textlink:hover {
  text-decoration: underline;
  color: #CC0000;
  cursor: pointer;
}

.textlink_red {
  text-decoration: none;
  color: #CC0000;
}

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

.textlink_grey {
  text-decoration: none;
  color: #AAAAB2;
}

.textlink_lightgrey {
  text-decoration: underline;
  color: #AAAAB2;
}

.textlink_lightgrey:hover {
  color: #222;
}

.hole {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (min-width: 620px) and (max-width: 929px) {
  .hole {
    min-width: 45%;
  }
}

@media (max-width: 619px) {
  .hole {
    min-width: 100%;
    margin-bottom: 30px;
  }
}

.hole__photo {
  display: block;
  min-width: 270px;
  max-width: 270px;
  height: 170px;
  margin-bottom: 10px;
}

.hole__photo img {
  margin-bottom: 0;
}

.hole__photo:hover ~ .hole__place {
  color: #cc0000;
  text-decoration: underline;
}

@media (max-width: 619px) {
  .hole__photo img {
    width: 100%;
    height: auto;
  }
}

@media (min-width: 620px) and (max-width: 929px) {
  .hole__photo {
    min-width: 45%;
    height: auto;
  }
}

@media (max-width: 619px) {
  .hole__photo {
    min-width: 100%;
    height: auto;
  }
}

.hole__date {
  margin-bottom: 5px;
  color: #81818C;
  font-size: .9rem;
}

.hole__place {
  display: block;
  max-width: 250px;
  margin-bottom: 10px;
}

.hole__status {
  padding: 3px 5px;
  text-align: center;
  font-size: .9rem;
}

.hole__status_approve {
  border: 1px solid #CC0000;
  color: #CC0000;
}

.paginator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.paginator a, .paginator span {
  margin-left: 10px;
}

.paginator__prev-icon {
  display: block;
  width: 24px;
  height: 21px;
  background: url("../img/adresses__prev-icon.svg") no-repeat center;
}

.paginator__prev-icon:hover {
  background: url("../img/adresses__prev-icon_hover.svg") no-repeat center;
}

.paginator__next-icon {
  display: block;
  width: 24px;
  height: 21px;
  background: url("../img/adresses__next-icon.svg") no-repeat center;
}

.paginator__next-icon:hover {
  background: url("../img/adresses__next-icon_hover.svg") no-repeat center;
}

.paginator__active-page {
  color: #CC0000;
}

.social-enter__title {
  margin-bottom: 18px;
  text-align: center;
  color: #393939;
}

.social-enter__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 120px;
  margin: auto;
}

.social-enter__item {
  width: 40px;
  height: 40px;
}

.social-enter__item_vk {
  background: url("../img/vk.svg") no-repeat center;
}

.social-enter__item_tw {
  background: url("../img/tw.svg") no-repeat center;
}

.social-enter__item_fb {
  background: url("../img/fb.svg") no-repeat center;
}

.social-enter__error-text {
  width: 270px;
  margin-top: 15px;
  font-size: .9rem;
  color: #cc0000;
  text-align: center;
}

.enter-panel {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 370px;
  margin: auto;
  margin-top: 5%;
  padding-bottom: 30px;
  background: white;
  transition: width .5s ease;
}

@media (max-width: 619px) {
  .enter-panel {
    width: 100%;
    min-height: 100vh;
    margin-top: 0;
  }
}

.enter-panel_new {
  width: 780px;
}

.enter-panel_reg {
  height: auto;
  padding-bottom: 30px;
}

.enter-panel_remind {
  height: auto;
  padding-bottom: 20px;
}

.enter-panel_success {
  height: auto;
  padding-bottom: 20px;
}

.enter-panel__content {
  margin: auto;
  text-align: center;
}

.enter-panel__close-icon {
  position: absolute;
  right: -25px;
  top: -5px;
  width: 25px;
  height: 25px;
  border: none;
  background: url("../img/close-icon.svg") no-repeat center;
}

.enter-panel__close-icon:hover {
  cursor: pointer;
}

@media (max-width: 619px) {
  .enter-panel__close-icon {
    right: 3px;
    top: 3px;
    background: url("../img/close-icon_black.svg") no-repeat center;
  }
}

.enter-panel__title {
  margin-top: 30px;
  margin-bottom: 25px;
  font-size: 25px;
}

.enter-panel__title_new {
  margin: 30px 80px 0 80px;
  text-align: left;
  font-size: 25px;
}

.enter-panel__title_remember {
  font-size: 1.6rem;
  text-align: center;
}

.enter-panel__title_success {
  text-align: center;
}

.enter-panel__text {
  -ms-align-items: center;
  align-items: center;
  width: 270px;
  margin: auto;
  margin-bottom: 25px;
  margin-top: -10px;
  font-size: .9rem;
  color: #393939;
  text-align: center;
}

.enter-panel__text_new {
  text-align: left;
  width: auto;
  margin: 30px 80px;
  font-size: 15px;
}

.enter-panel__text a {
  font-size: .9rem
}

.enter-panel__form {
  margin-bottom: 20px;
}

.enter-panel__forgot {
  display: block;
  margin: 15px auto;
  text-decoration: underline;
  text-align: center;
  font-size: .9rem;
  text-align: center;
  color: rgba(170, 170, 178, 0.9);
  -webkit-transition: color .35s ease;
  -o-transition: color .35s ease;
  transition: color .35s ease;
}

.enter-panel__forgot:hover {
  color: rgba(34, 34, 34, 0.9);
}

.enter-panel__line {
  width: 270px;
  height: 1px;
  margin-bottom: 20px;
  background: #f3f3f3;
}

.enter-panel__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
}

.enter-panel__link {
  display: block;
  margin-bottom: 5px;
}

.enter-panel__conditions {
  margin-bottom: 30px;
  color: #393939;
  font-size: .9rem;
  text-align: center;
}

.enter-panel__conditions-link {
  display: block;
  margin-top: 15px;
  text-decoration: underline;
  text-align: center;
}

.enter-panel__btn {
  display: block;
  width: 270px;
  height: 40px;
  margin: auto;
  margin-top: 0;
  line-height: 40px;
  text-align: center;
  vertical-align: middle;
}

.enter-panel__icon {
  position: absolute;
  bottom: 30px;
  right: 230px;
  width: 80px;
  height: 70px;
  border: none;
  background: url("../img/enter-panel__icon.png") no-repeat center;
  background-size: contain;
}

@media (min-width: 620px) and (max-width: 929px) {
  .enter-panel_new {
    width: 500px;
  }

  .enter-panel__title_new {
    text-align: center;
    margin-left: 50px;
    margin-right: 50px;
  }

  .enter-panel__text_new {
    width: auto;
    margin: 30px 50px;
  }

  .enter-panel__icon {
    right: 90px;
  }
}

@media (max-width: 619px) {
  .enter-panel_new {
    width: 100%;
    min-height: 100vh;
    height: auto;
  }

  .enter-panel__title_new {
    width: 270px;
    margin: 30px auto 0px 15px;
  }

  .enter-panel__text_new {
    width: 270px;
    margin: 30px auto;
  }

  .enter-panel__icon {
    display: none;
  }
}

.mobile-menu {
  opacity: 0;
  position: absolute;
  z-index: 50;
  width: 100%;
  height: auto;
  top: -2000px;
  left: 0;
  right: 0;
  padding-bottom: 30px;
  background: white;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  -webkit-transition: height .35s ease, opacity .5s ease;
  -o-transition: height .35s ease, opacity .5s ease;
  transition: height .35s ease, opacity .5s ease;
}

.mobile-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 50px;
  margin-top: 30px;
}

.mobile-navigation__item {
  margin-bottom: 30px;
}

.mobile-navigation__item:last-of-type {
  margin-bottom: 0;
}

.mobile-navigation__link {
  font-family: 'Activist', sans-serif;
  text-transform: uppercase;
  color: black;
  -webkit-transition: color .35s ease;
  -o-transition: color .35s ease;
  transition: color .35s ease;
}

.mobile-navigation__link:hover, .mobile-navigation__link:active {
  color: #CC0000;
}

.mobile-navigation__link_active {
  color: #CC0000;
}

.mobile-navigation__btn {
  display: block;
  width: 270px;
  height: 40px;
  margin-left: 25px;
  margin-right: 25px;
  margin-top: 30px;
  text-align: center;
  vertical-align: middle;
  line-height: 40px;
}

.menu-trigger__burger-icon {
  display: none;
  position: absolute;
  top: 25px;
  right: 30px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 24px;
  height: 24px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}

@media (max-width: 1000px) {
  .menu-trigger__burger-icon {
    display: block;
  }
}

.menu-trigger__burger-icon:focus {
  outline: none;
}

.menu-trigger__burger-icon span {
  display: block;
  position: absolute;
  width: 24px;
  height: 3px;
  background: #CC0000;
}

.menu-trigger__burger-icon span::before,
.menu-trigger__burger-icon span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 24px;
  height: 3px;
  background-color: #CC0000;
  content: "";
}

.menu-trigger__burger-icon span::before {
  top: -8px;
}

.menu-trigger__burger-icon span::after {
  bottom: -8px;
}

.menu-trigger__burger-icon {
  background-color: #fff;
}

.menu-trigger__burger-icon span {
  -webkit-transition: background 0 0.3s;
  -o-transition: background 0 0.3s;
  transition: background 0 0.3s;
}

.menu-trigger__burger-icon span::before,
.menu-trigger__burger-icon span::after {
  -webkit-transition-duration: 0.3s, 0.3s;
       -o-transition-duration: 0.3s, 0.3s;
          transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0;
       -o-transition-delay: 0.3s, 0;
          transition-delay: 0.3s, 0;
}

.menu-trigger__burger-icon span::before {
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, -webkit-transform;
  -o-transition-property: top, transform;
  transition-property: top, transform;
  transition-property: top, transform, -webkit-transform;
}

.menu-trigger__burger-icon span::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  -o-transition-property: bottom, transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
}

.menu-trigger__burger-icon.active {
  background-color: #fff;
}

.menu-trigger__burger-icon.active span {
  background: none;
}

.menu-trigger__burger-icon.active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.menu-trigger__burger-icon.active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.menu-trigger__burger-icon.active span::before,
.menu-trigger__burger-icon.active span::after {
  -webkit-transition-delay: 0, 0.3s;
       -o-transition-delay: 0, 0.3s;
          transition-delay: 0, 0.3s;
}

.menu-trigger__burger-icon.active ~ .mobile-menu {
  top: 70px;
  opacity: 1;
}

.menu-trigger__burger-icon.active ~ .moderator-panel__trigger {
  display: none;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100px;
  border-bottom: 2px solid #EEEEF0;
}

@media (max-width: 1000px) {
  .header {
    height: 80px;
  }
}

.header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.header__logo {
  min-width: 140px;
  height: 60px;
  background: url("../img/header__logo.svg") no-repeat center;
}

.header__logo_mobile {
  display: none;
  position: absolute;
  left: 30px;
  top: 20px;
}

@media (max-width: 1000px) {
  .header__logo_mobile {
    display: block;
  }
}

.headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.headline__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
  margin-top: 40px;
}

.headline__title {
  font-size: 2rem;
  font-family: 'Formular-Bold';
}

.headline__title span {
  font-size: 2rem;
  font-family: 'Formular-Bold';
  color: #81818C;
}

@media (max-width: 619px) {
  .headline__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}

@media (min-width: 930px) and (max-width: 1229px) {
  .p-description {
    width: 930px;
    margin: 40px auto;
  }
}

@media (min-width: 620px) and (max-width: 929px) {
  .p-description {
    width: 620px;
    margin: 40px auto;
  }
}

@media (max-width: 619px) {
  .p-description {
    width: 100%;
    margin: 40px auto;
  }
}

.p-description__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (min-width: 1230px) {
  .p-description__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-description__text {
  width: 100%;
  margin-bottom: 30px;
  line-height: 1.7;
  font-size: 1.05rem;
}

@media (min-width: 1230px) {
  .p-description__text {
    margin-bottom: 0;
  }
}

.p-description__btn {
  display: block;
  text-align: center;
  vertical-align: middle;
  line-height: 50px;
  min-width: 270px;
  width: 270px;
  height: 50px;
  font-size: 1.2rem;
}

@media (min-width: 1230px) {
  .p-description__btn {
    margin-left: 150px;
  }
}

.map {
  width: 100%;
  height: 470px;
  margin-bottom: 50px;
  background: #f3f3f3;
}

.hole-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.hole-block__photo {
  min-width: 270px;
  max-width: 270px;
  height: 170px;
  margin-bottom: 10px;
  background: #f3f3f3;
}

.hole-block__date {
  margin-bottom: 5px;
  color: #81818C;
  font-size: .9rem;
}

.hole-block__place {
  max-width: 250px;
  margin-bottom: 10px;
}

.hole-block__proof {
  width: 150px;
  padding: 3px 5px;
  text-align: center;
  font-size: .9rem;
  color: #CC0000;
  border: 1px solid #CC0000;
}

@media (min-width: 930px) and (max-width: 1229px) {
  .hole-block_4 {
    display: none;
  }
}

@media (min-width: 620px) and (max-width: 929px) {
  .hole-block_3,
  .hole-block_4 {
    display: none;
  }
}

@media (max-width: 619px) {
  .hole-block {
    margin-bottom: 30px;
  }
  .hole-block_2 {
    margin-bottom: 0;
  }
  .hole-block_3,
  .hole-block_4 {
    display: none;
  }
}

.victory {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.victory_index {
  margin-bottom: 50px;
}

@media (min-width: 930px) and (max-width: 1229px) {
  .victory_index {
    width: 930px;
    margin: 50px auto;
  }
}

@media (min-width: 620px) and (max-width: 929px) {
  .victory_index {
    width: 620px;
    margin: 50px auto;
  }
}

@media (max-width: 619px) {
  .victory_index {
    width: 100%;
  }
}

.victory__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.victory__title {
  margin-bottom: 30px;
}

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

@media (max-width: 619px) {
  .victory__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}

.victory__btn {
  width: 270px;
  margin: auto;
  margin-top: 10px;
}

.victory__line {
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #f3f3f3;
}

.victory__line_up {
  margin-bottom: 50px;
}

@media (min-width: 930px) and (max-width: 1229px) {
  .victory__hole_4 {
    display: none;
  }
}

@media (min-width: 620px) and (max-width: 929px) {
  .victory__hole_4,
  .victory__hole_3 {
    display: none;
  }
}

@media (max-width: 619px) {
  .victory__hole_4,
  .victory__hole_3 {
    display: none;
  }
}

@media (min-width: 930px) and (max-width: 1229px) {
  .victory_moderate {
    width: 100%;
    margin: auto;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 620px) and (max-width: 929px) {
  .victory_moderate {
    width: 560px;
    margin: auto;
  }
}

@media (max-width: 619px) {
  .victory_moderate {
    width: 100%;
    margin: auto;
    padding-left: 25px;
    padding-right: 25px;
  }
}

.victory_moderate .victory__content {
  padding: 0;
  margin-top: 0;
  margin-bottom: 30px;
}

@media (max-width: 619px) {
  .victory_moderate .victory__content {
    max-width: 370px;
  }
}

@media (max-width: 619px) {
  .victory_moderate .btn {
    width: 100%;
  }
}

.share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 50px;
}

@media (max-width: 619px) {
  .share {
    display: none;
  }
}

.share__content {
  z-index: 10;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.share__icons {
  margin: auto;
  padding-left: 10px;
  padding-right: 10px;
  background: white;
}

.share__line {
  z-index: 5;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #f3f3f3;
}

.share__content .ya-share2__container.ya-share2__container_size_m .ya-share2__badge {
  min-width: 81px;
  text-align: left;
  border-radius: 0px;
}

.share__content .ya-share2__container.ya-share2__container_size_m .ya-share2__badge .ya-share2__icon {
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
}

.share__content .ya-share2__container.ya-share2__container_size_m .ya-share2__counter {
  min-width: 40px;
  height: 40px;
  font-size: 15px;
  line-height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 12px;
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, 0.25);
}

.share__content .ya-share2__container.ya-share2__container_size_m .ya-share2__counter::before {
  display: none;
}

.numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
}

.numbers_moderate {
  margin-top: 30px;
  margin-bottom: 40px;
}

@media (min-width: 930px) and (max-width: 1229px) {
  .numbers {
    width: 930px;
    margin: 50px auto;
  }
}

@media (min-width: 620px) and (max-width: 929px) {
  .numbers {
    width: 620px;
    margin: 50px auto;
  }
}

@media (max-width: 619px) {
  .numbers {
    padding-top: 0;
  }
}

@media (max-width: 619px) {
  .numbers_moderate {
    display: none;
  }
}

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

.numbers__content_moderate {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.numbers__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}

@media (min-width: 930px) and (max-width: 1229px) {
  .numbers__items {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 700px;
  }
}

@media (max-width: 619px) {
  .numbers__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: auto;
  }
}

@media (min-width: 930px) and (max-width: 1229px) {
  .numbers__items_moderate {
    margin-left: 0;
  }
}

.numbers__items_moderate {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-left: 0;
}

.numbers__item {
  position: relative;
  margin-right: 100px;
}

.numbers__item::before {
  content: ' ';
  display: inline-block;
  position: absolute;
  top: 15px;
  left: -15px;
  width: 2px;
  height: 70px;
  background: #f3f3f3;
}

@media (max-width: 619px) {
  .numbers__item::before {
    display: none;
  }
}

@media (min-width: 930px) and (max-width: 1229px) {
  .numbers__item {
    margin: 0;
  }
}

.numbers__item b {
  text-transform: uppercase;
  font-family: 'Activist', sans-serif;
  font-size: 5rem;
}

@media (min-width: 620px) and (max-width: 929px) {
  .numbers__item b {
    font-size: 4rem;
    letter-spacing: -2px;
  }
}

.numbers__item a {
  display: block;
  font-size: 1.5rem;
}

@media (min-width: 620px) and (max-width: 929px) {
  .numbers__item a {
    font-size: 1.2rem;
  }
}

.numbers__item_moderate {
  margin-right: 0;
}

.numbers__item_moderate::before {
  display: none;
}

@media (min-width: 930px) and (max-width: 1229px) {
  .numbers__item_moderate {
    margin-left: 0;
  }
}

.numbers__line {
  width: 100%;
  height: 1px;
  margin-top: 40px;
  background: #f3f3f3;
}

@media (min-width: 620px) and (max-width: 929px) {
  .numbers__title {
    display: none;
  }
  .numbers__items {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin: auto;
    margin-left: auto;
  }
  .numbers__item {
    margin: 0;
  }
}

@media (max-width: 619px) {
  .numbers {
    height: 100%;
  }
  .numbers__title {
    display: none;
  }
  .numbers__item {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}

@media (max-width: 1000px) {
  .navigation {
    display: none;
  }
}

@media (max-width: 619px) {
  .navigation {
    display: none;
  }
}

.navigation__item {
  margin-left: 30px;
}

@media (min-width: 620px) and (max-width: 929px) {
  .navigation__item {
    margin-left: 25px;
  }
}

.navigation__item_checkbox {
  width: 32px;
}

.navigation__link {
  font-family: 'Activist', sans-serif;
  text-transform: uppercase;
  -webkit-transition: color .35s ease;
  -o-transition: color .35s ease;
  transition: color .35s ease;
  color: black;
}

.navigation__link:hover, .navigation__link:active {
  cursor: pointer;
  padding-bottom: 8px;
  color: #CC0000;
}

.navigation__link_active {
  padding-bottom: 8px;
  color: #CC0000;
  border-bottom: 3px solid #CC0000;
}

.navigation__link_active:hover {
  cursor: default;
}

.navigation__link_moderate {
  width: 180px;
  height: 40px;
  background: white;
  border: none;
  border: 1px solid #CC0000;
}

.navigation__link_moderate:hover, .navigation__link_moderate:active {
  padding-bottom: 0;
  color: black;
  border-bottom: 1px solid #CC0000;
}

.navigation__btn {
  display: block;
  text-align: center;
  vertical-align: middle;
  line-height: 38px;
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  background: #f3f3f3;
  color: #4A4A4A;
}

.footer__content {
  margin-top: 30px;
  margin-bottom: 30px;

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

.footer__main {
  max-width: 470px;
}

.footer__logo {
  display: block;
  width: 230px;
  height: 25px;
  margin-bottom: 20px;
  background: url("../img/footer__logo.svg") no-repeat center;
}

.footer__text {
  width: 470px;
  line-height: 1.7;
}

.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer__link {
  margin-bottom: 8px;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  text-decoration: underline;
  color: #4A4A4A;
  -webkit-transition: color .35s ease;
  -o-transition: color .35s ease;
  transition: color .35s ease;
}

.footer__link:hover {
  color: #e31900;
}

.footer__link_red {
  margin-bottom: 20px;
  border-bottom: none;
  text-decoration: none;
  color: #CC0000;
  font-family: 'Activist';
  -webkit-transition: color .35s ease;
  -o-transition: color .35s ease;
  transition: color .35s ease;
}

.footer__link_red:hover {
  color: #e31900;
}

@media (min-width: 620px) and (max-width: 929px) {
  .footer__main {
    max-width: 270px;
  }
  .footer__text {
    width: 370px;
  }
}

@media (max-width: 619px) {
  .footer {
  }
  .footer__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__main {
    margin-bottom: 40px;
  }
  .footer__text {
    width: 100%;
  }
}

.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow-x: hidden;
}

.main__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

@media (min-width: 1230px) {
  .main__content {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 930px) and (max-width: 1229px) {
  .main__content {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 620px) and (max-width: 929px) {
  .main__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 619px) {
  .main__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.main__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main__column_1 {
  width: 670px;
}

@media (min-width: 1230px) {
  .main__column_1 {
    margin-right: 0px;
    margin-left: 50px;
  }
}

@media (min-width: 930px) and (max-width: 1229px) {
  .main__column_1 {
    margin-right: 30px;
    margin-left: 50px;
  }
}

@media (min-width: 620px) and (max-width: 929px) {
  .main__column_1 {
    max-width: 560px;
    margin: auto;
  }
}

@media (max-width: 619px) {
  .main__column_1 {
    max-width: 370px;
    width: 100%;
    margin: auto;
  }
}

.main__column_2 {
  max-width: 380px;
}

@media (min-width: 620px) and (max-width: 929px) {
  .main__column_2 {
    max-width: 560px;
    margin: auto;
    margin-top: 30px;
  }
}

@media (max-width: 619px) {
  .main__column_2 {
    max-width: 370px;
    width: 100%;
    margin: auto;
    margin-top: 30px;
  }
}

@media (min-width: 620px) and (max-width: 929px) {
  .main__column_tablet-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.main__title {
  margin-bottom: 30px;
}

.main-block {
  width: 100%;
}

.main-block__title {
  position: relative;
  margin-bottom: 30px;
}

@media (min-width: 620px) and (max-width: 929px) {
  .main-block__title {
    margin-left: 50px;
  }
}

.main-block__icon {
  position: absolute;
  top: -3px;
  left: -50px;
  width: 37px;
  height: 37px;
  background: url("../img/title__icons.svg") no-repeat;
}

@media (max-width: 619px) {
  .main-block__icon {
    display: none;
  }
}

.main-block__icon_add-hole-1 {
  background-position: -63px -14px;
}

.main-block__icon_add-hole-2 {
  background-position: -63px -55px;
}

.main-block__icon_add-hole-3 {
  background-position: -62px -98px;
}

.main-block__icon_hole-page {
  background-position: -62px -98px;
}

.main-block__icon_about-1 {
  background-position: -157px -14px;
}

.main-block__icon_about-2 {
  background-position: -157px -56px;
}

.main-block__icon_about-3 {
  background-position: -157px -100px;
}

.main-block__icon_about-4 {
  background-position: -157px -142px;
}

.main-block__icon_moderation-1 {
  background-position: -204px -12px;
}

.main-block__icon_moderation-2 {
  background-position: -203px -50px;
}

.main-block__icon_moderation-3 {
  background-position: -204px -90px;
}

.main-block__icon_moderator-1 {
  background-position: -111px -12px;
}

.main-block__icon_moderator-2 {
  background-position: -111px -55px;
}

.main-block__icon_profile {
  background: url("../img/main-block__icon_profile.svg") no-repeat center;
}

.main-block__text {
  width: 100%;
}

.main-block__line {
  width: 100%;
  height: 1px;
  margin-top: 35px;
  margin-bottom: 30px;
  background: #f3f3f3;
}

.quote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 100px;
}

@media (min-width: 620px) and (max-width: 929px) {
  .quote {
    margin: 0;
  }
}

@media (max-width: 619px) {
  .quote {
    width: 100%;
    margin: 0;
    margin-top: 20px;
  }
}

.quote_navalny {
  margin: 0;
}

@media (min-width: 620px) and (max-width: 929px) {
  .quote_navalny {
    max-width: 200px;
  }
}

@media (max-width: 619px) {
  .quote_navalny {
    display: none;
  }
}

.quote__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.quote__text p {
  margin-left: 10px;
  line-height: 30px;
  font-family: 'Formular-Regular', 'Arial', sans-serif;
  font-size: 1.5rem;
}

@media (min-width: 620px) and (max-width: 929px) {
  .quote__text p {
    margin-left: 0;
  }
}

@media (max-width: 619px) {
  .quote__text p {
    margin-left: 0;
  }
}

.quote__text .quote__dash {
  margin-left: 0;
}

@media (min-width: 620px) and (max-width: 929px) {
  .quote__text .quote__dash {
    display: none;
  }
}

@media (max-width: 619px) {
  .quote__text .quote__dash {
    display: none;
  }
}

.quote__autor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  margin-left: 30px;
}

.quote__autor p {
  color: #81818C;
  line-height: 20px;
  font-family: 'Activist';
  font-size: .8rem;
}

.quote__autor a {
  text-decoration: underline;
  color: #81818C;
  line-height: 20px;
  font-family: 'Activist';
  font-size: .8rem;
}

@media (min-width: 620px) and (max-width: 929px) {
  .quote__autor {
    margin-left: 0;
  }
}

@media (max-width: 619px) {
  .quote__autor {
    margin-left: 0;
  }
}

.quote__photo {
  min-width: 45px;
  width: 45px;
  min-height: 45px;
  height: 45px;
  margin-right: 15px;
  background: url("../img/quote__photo.png") no-repeat center;
}

.quote__photo_navalny {
  border-radius: 50%;
  background: url("../img/quote__photo_navalny.png") no-repeat center;
  background-size: cover;
}

@media (min-width: 620px) and (max-width: 929px) {
  .quote__photo_navalny {
    margin-right: 20px;
  }
}

.add-hole {
  width: 100%;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 40px;
  border: 3px solid #CC0000;
}

@media (min-width: 1230px) {
  .add-hole {
    max-width: 380px;
  }
}

@media (min-width: 930px) and (max-width: 1229px) {
  .add-hole {
    max-width: 380px;
  }
}

.add-hole h3 {
  margin-bottom: 25px;
}

.add-hole p {
  margin-bottom: 25px;
}

.add-hole input {
  width: 100%;
}

.add-hole__btn {
  width: 100%;
  display: block;
  text-align: center;
  vertical-align: middle;
  line-height: 38px;
}

.add-hole .add-hole__mail-link {
  margin-bottom: 0;
  margin-top: 30px;
  text-align: center;
  line-height: 18px;
  font-size: .9rem;
}

@media (min-width: 620px) and (max-width: 929px) {
  .add-hole {
    width: auto;
    height: auto;
    max-width: 570px;
  }
}

@media (max-width: 619px) {
  .add-hole {
    width: auto;
    height: auto;
  }
}

.add-hole__profile-page {
  padding-left: 25px;
  padding-right: 25px;
}

@media (min-width: 930px) and (max-width: 1229px) {
  .add-hole__profile-page {
    width: 280px;
  }
}

.add-hole__profile-page .profile-page__img {
  margin: auto;
  width: 230px;
  height: 200px;
  background: url("../img/profile-page__img.png") no-repeat center;
}

.add-hole__profile-page h3 {
  font-family: 'Activist';
  text-align: center;
  color: #CC0000;
}

.add-hole__profile-page p {
  margin-bottom: 20px;
  font-family: 'Activist';
  font-size: 1.2rem;
  text-align: center;
}

.add-hole__profile-page span {
  display: block;
  margin-bottom: 20px;
  font-size: .7rem;
  text-align: center;
}

.add-hole__profile-page input {
  height: 60px;
  font-size: 1.2rem;
}

.templates {
  margin-top: 50px;
}

.templates__title {
  margin-bottom: 35px;
  font-family: 'Activist';
  font-size: 1.3rem;
  color: #81818C;
}

.templates__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

.templates__item_moderator-panel {
  margin-bottom: 28px;
}

.templates__item:last-of-type {
  margin-bottom: 0;
}

.templates__icon {
  min-width: 27px;
  height: 36px;
  margin-right: 15px;
  background: url("../img/template__icon.svg") no-repeat 0% 0%;
}

.templates__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.templates__links strong {
  margin-bottom: 2px;
  font-family: 'Activist';
}

.templates__links a {
  color: #CC0000;
  text-decoration: underline;
}

.templates__links a:hover {
  color: #e31900;
}

.templates__links a:active {
  color: #CC0000;
}

.number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 620px) and (max-width: 929px) {
  .number {
    margin-left: 30px;
  }
}

@media (max-width: 619px) {
  .number {
    margin-left: 0;
    margin-top: 30px;
  }
}

.number strong {
  font-size: 6rem;
}

.number p {
  color: #81818C;
  line-height: 20px;
  font-family: 'Activist';
  font-size: .8rem;
}

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

.moderator-form .main-block__line {
  display: none;
  margin-bottom: 0;
}

@media (min-width: 620px) and (max-width: 929px) {
  .moderator-form .main-block__line {
    display: block;
  }
}

.moderator-form__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

@media (max-width: 619px) {
  .moderator-form__line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}

.moderator-form__line_last {
  margin-top: 20px;
}

.moderator-form__line_last p {
  opacity: .4;
  font-size: .8rem;
}

.moderator-form__input {
  position: relative;
  width: 48%;
}

@media (max-width: 619px) {
  .moderator-form__input {
    width: 100%;
  }
}

.moderator-form__input_textarea {
  width: 100%;
}

.moderator-form__input .input,
.moderator-form__input .jq-selectbox {
  width: 100%;
}

.moderator-form__input label {
  margin-bottom: 5px;
}

.moderator-form__input sup {
  color: #CC0000;
}

.moderator-form__input span {
  position: absolute;
  right: 0px;
  top: 10px;
  opacity: .4;
  font-size: .8rem;
}

@media (max-width: 619px) {
  .moderator-form__input span {
    left: 0;
    top: 30px;
  }
}

.moderator-form__btn {
  width: 270px;
  margin-left: auto;
}

@media (max-width: 619px) {
  .moderator-form__btn {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }
}

.moderator-panel {
  display: none;
  width: 100vw;
  height: auto;
  padding: 30px 0;
  background: #F3F3F3;
}

@media (max-width: 619px) {
  .moderator-panel {
    display: none;
  }
}

.moderator-panel__content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

@media (min-width: 930px) and (max-width: 1229px) {
  .moderator-panel__content {
    width: 100%;
    max-width: 1230px;
  }
}

@media (min-width: 620px) and (max-width: 929px) {
  .moderator-panel__content {
    width: 100%;
    max-width: 930px;
  }
}

.moderator-panel__column {
  width: 31%;
}

@media (min-width: 620px) and (max-width: 929px) {
  .moderator-panel__column {
    width: 46%;
  }
  .moderator-panel__column_templates {
    display: none;
  }
}

.moderator-panel__title {
  margin-bottom: 20px;
  font-family: 'Activist';
  font-size: 18px;
  color: #4a4a4a;
}

.moderator-panel__block {
  margin-bottom: 30px;
  line-height: 1.6;
}

.moderator-panel__block:last-of-type {
  margin-bottom: 0px;
}

.moderator-panel__block-title {
  font-family: 'Formular-Bold';
}

.moderator-panel__trigger {
  margin-left: 30px;
}

@media (max-width: 619px) {
  .moderator-panel__trigger {
    display: none;
  }
}

.moderator-panel__checkbox {
  top: 30px;
  right: 7%;
  width: 32px;
  height: 32px;
  margin-right: 40px;
  background: url("../img/navigation__checkbox.svg") no-repeat center;
  border: 2px solid black;
  border-radius: 50%;
  -webkit-transition: border .35s ease;
  -o-transition: border .35s ease;
  transition: border .35s ease;
}

@media (min-width: 1001px) {
  .moderator-panel__checkbox {
    margin-right: 0;
  }
}

.moderator-panel__checkbox:hover {
  cursor: pointer;
  border: 2px solid #CC0000;
}

@media (max-width: 1000px) {
  .moderator-panel__checkbox {
    position: absolute;
    top: 23px;
    right: 25px;
  }
}

#moderatorPanel:checked ~ .moderator-panel__checkbox {
  background: url("../img/navigation__checkbox_checked.svg") no-repeat center;
}

#moderatorPanel {
  display: none;
}

.statistics {
  padding-top: 30px;
  padding-bottom: 30px;
}

.base {
  overflow: hidden;
}

.base__content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 40px;
}

.base__content_top {
    margin-bottom: 0;
  }

@media (max-width: 619px) {
  .base__content {
    max-width: 420px;
  }
}

.base__headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  width: 100%;
  height: 40px;
}

@media (min-width: 930px) and (max-width: 1229px) {
  .base__headline {
    width: 870px;
    margin: auto;
  }
}

@media (min-width: 620px) and (max-width: 929px) {
  .base__headline {
    width: 570px;
    margin: auto;
  }
}

@media (max-width: 619px) {
  .base__headline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 370px;
    height: auto;
  }
}

@media (max-width: 619px) {
  .base__headline .base__title {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}

.base__headline span {
  font-family: "Formular-Bold";
  font-size: 2rem;
  color: #81818c;
}

@media (max-width: 619px) {
  .base__headline span {
    font-size: 1.8rem;
  }
}

.base__headline .base__switcher {
  margin-left: auto;
}

@media (max-width: 619px) {
  .base__headline .base__switcher {
    margin-left: 0;
  }
}

.base__hole {
  margin-bottom: 30px;
}

.base__btn {
  width: 100%;
}

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

@media (min-width: 930px) and (max-width: 1229px) {
  .base__columns {
    margin: auto;
  }
}

@media (min-width: 620px) and (max-width: 929px) {
  .base__columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: auto;
  }
}

@media (max-width: 619px) {
  .base__columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.base__column_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.base__holes-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 870px;
  margin-top: 22px;
  margin-left: 30px;
}

@media (min-width: 1230px) {
  .base__holes-wrapper .base__hole:not(:nth-child(3n+3)) {
    margin-right: 30px;
  }
}

@media (min-width: 930px) and (max-width: 1229px) {
  .base__holes-wrapper {
    width: 570px;
  }
  .base__holes-wrapper .base__hole:not(:nth-child(even)) {
    margin-right: 30px;
  }
}

@media (min-width: 620px) and (max-width: 929px) {
  .base__holes-wrapper {
    width: 570px;
    margin-left: 0;
  }
  .base__holes-wrapper .base__hole:not(:nth-child(even)) {
    margin-right: 30px;
  }
}

@media (max-width: 619px) {
  .base__holes-wrapper {
    max-width: 100%;
    margin-left: 0;
  }
}

.base__map {
  display: none;
  width: 100vw;
  height: 470px;
  margin-top: 30px;
  background: #f3f3f3;
}

@media (max-width: 619px) {
  .base__map {
    margin-top: 30px;
  }
}

.base__paginator {
  margin-left: auto;
}

@media (min-width: 620px) and (max-width: 929px) {
  .base__paginator {
    display: none;
  }
}

@media (max-width: 619px) {
  .base__paginator {
    display: none;
  }
}

.base__btn {
  margin-bottom: 60px;
  background: url("../img/adresses__next-icon.svg") no-repeat 68% 50%;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

@media (min-width: 1230px) {
  .base__btn {
    display: none;
  }
}

@media (min-width: 930px) and (max-width: 1229px) {
  .base__btn {
    display: none;
  }
}

@media (max-width: 619px) {
  .base__btn {
    max-width: 370px;
    background-position: 85% 50%;
  }
}

.base-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.base-form__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.base-form__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 620px) and (max-width: 929px) {
  .base-form__line {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 570px;
  }
}

@media (max-width: 619px) {
  .base-form__line {
    width: 100%;
    max-width: 370px;
  }
}

.base-form__line_check {
  margin-top: 5px;
  margin-bottom: 40px;
}

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

@media (max-width: 929px) and (min-width: 620px) {
  .base-form__line_btn {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
  }

  .base-form__btn_apply {
    order: 2;
  }
}

.base-form__checkbox-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.base-form__checkbox-wrap:last-child {
  margin-bottom: 0;
}

.base-form__btn {
  width: 270px;
  margin-bottom: 15px;
}

@media (max-width: 619px) {
  .base-form__btn {
    width: 100%;
    max-width: 370px;
  }
}

#withPhoto,
#withAnswers,
#inArchive {
  display: none;
}

@media (min-width: 930px) and (max-width: 1229px) {
  .add-hole-page__column-1 {
    max-width: 670px;
    min-width: 505px;
  }
}

@media (min-width: 930px) and (max-width: 1229px) {
  .add-hole-page__column-2 {
    max-width: 380px;
    min-width: 280px;
  }
}

@media (max-width: 619px) {
  .add-hole-page__column-2 {
    min-width: 0;
    max-width: 100%;
  }
}

.add-hole-page__column-2 h3 {
  margin-bottom: 30px;
}

.add-hole-page__column-2 p {
  margin-bottom: 30px;
  font-size: .9rem;
}

.add-hole-page__column-2 p:last-of-type {
  margin-bottom: 0;
}

.add-hole-page__btn {
  width: 48%;
}

@media (max-width: 619px) {
  .add-hole-page__btn {
    width: 100%;
  }
}

.add-hole-page__input {
  width: 100%;
}

.add-hole-page__map {
  height: 340px;
  margin-bottom: 10px;
}

@media (min-width: 620px) and (max-width: 929px) {
  .add-hole-page__map {
    width: 560px;
  }
}

@media (max-width: 619px) {
  .add-hole-page__map {
    height: 250px;
  }
}

.add-hole-page__adress {
  margin-bottom: 20px;
  font-style: 1rem;
  color: rgba(129, 129, 140, 0.9);
}

.add-hole-page__adress_wrong {
  color: #cc0000;
}

.add-hole-page__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 25px;
}

@media (max-width: 619px) {
  .add-hole-page__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100px;
  }
}

.hole-page__block {
  position: relative;
  margin-bottom: 30px;
}

.hole-page__return {
  margin-bottom: 30px;
}

@media (max-width: 619px) {
  .hole-page__block {
    max-width: 370px;
  }
}

.hole-page__block_last {
  margin-bottom: 0;
}

.hole-page__block_last p {
  color: #81818C;
  font-size: .9rem;
}

.hole-page__column-1 {
  min-width: 540px;
  margin-right: 30px;
}

@media (min-width: 930px) and (max-width: 1229px) {
  .hole-page__column-1 {
    margin-left: 0;
  }
}

@media (min-width: 620px) and (max-width: 929px) {
  .hole-page__column-1 {
    margin: auto;
  }
}

@media (max-width: 619px) {
  .hole-page__column-1 {
    width: 100%;
    max-width: 370px;
    min-width: 100%;
    margin: auto;
  }
}

.hole-page__title-block {
  margin-bottom: 20px;
}

.hole-page__title-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}

@media (min-width: 1230px) {
  .hole-page__title-line {
    margin-left: -50px;
  }
}

.hole-page__title-icon {
  width: 32px;
  height: 32px;
  margin-right: 20px;
}

@media (max-width: 619px) {
  .hole-page__title-icon {
    display: none;
  }
}

.hole-page__title {
  margin-bottom: 0;
}

.hole-page__label-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}

.hole-page__label-line p {
  margin-left: 10px;
  font-size: .85rem;
  line-height: 12px;
  color: #81818c;
}

.hole-page__buttons-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

@media (max-width: 619px) {
  .hole-page__buttons-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    max-width: 370px;
  }
}

.hole-page__buttons-block input {
  width: 260px;
  margin-bottom: 10px;
}

@media (max-width: 619px) {
  .hole-page__buttons-block input {
    width: 100%;
  }
}

.hole-page__autor-line {
  margin-top: 30px;
  font-size: .9rem;
  color: #81818C;
}

.hole-page__autor-line a {
  text-decoration: underline;
  font-size: .9rem;
  color: #81818C;
}

.hole-page__change-state {
  margin-left: 10px;
  font-size: .9rem;
  color: #81818C;
}

.hole-page__change-state label {
  text-decoration: underline;
  font-size: .9rem;
  color: #81818C;
  cursor: pointer;
}

.hole-page__social {
  position: absolute;
  bottom: 20px;
  padding-right: 10px;
  background: white;
}

.hole-page__statement-process {
  margin-top: 30px;
}

.hole-page__statement-process p:first-child {
  color: #CC0000;
}

.hole-page__statement-process p:last-child {
  color: #81818C;
  font-size: .9rem;
}

.hole-page__responsible-block {
  margin-top: 30px;
  line-height: 24px;
}

@media (max-width: 619px) {
  .hole-page__responsible-block a {
    max-width: 370px;
    width: 100%;
    word-wrap: break-word;
  }
}

.hole-page__column-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  height: 100%;
}

@media (min-width: 620px) and (max-width: 929px) {
  .hole-page__column-2 {
    display: none;
  }
}

@media (max-width: 619px) {
  .hole-page__column-2 {
    display: none;
  }
}

.hole-page__column-2 img {
  width: 270px;
  height: 170px;
  margin-bottom: 10px;
  background: #f3f3f3;
  border: none;
}

@media (min-width: 1230px) {
  .hole-page__column-2 img {
    margin-right: 10px;
  }
}

#allPhotosColumn2:checked ~ .hole-page__label-wrapper {
  display: none;
}

#allPhotosColumn2:checked ~ .hole-page__photo {
  display: block;
}

@media (min-width: 930px) and (max-width: 1229px) {
  .hole-page__column-2 img {
    margin-bottom: 30px;
    margin-right: auto;
  }
}

@media (min-width: 930px) and (max-width: 1169px) {
  .hole-page__column-2 img:nth-child(n+3)
  {
    display: none;
  }
}

@media (min-width: 1170px) {
  .hole-page__column-2 .hole-page__photo-label {
    display: none;
  }
}

.hole-page__column-2 img:nth-child(even) {
  margin-right: 0;
}

.hole-page__photos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: auto;
}

@media (min-width: 1230px) {
  .hole-page__photos {
    display: none;
  }
}

@media (min-width: 930px) and (max-width: 1229px) {
  .hole-page__photos {
    display: none;
  }
}

@media (max-width: 619px) {
  .hole-page__photos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.hole-page__photos img {
  width: 270px;
  height: 170px;
  margin-bottom: 30px;
  border: none;
}

@media (max-width: 619px) {
  .hole-page__photos img {
    width: 100%;
    max-width: 370px;
    height: auto;
  }
}

.hole-page__photo_2,
.hole-page__photo_3,
.hole-page__photo_4,
.hole-page__photo_5,
.hole-page__photo_6,
.hole-page__photo_7,
.hole-page__photo_8,
.hole-page__photo_9,
.hole-page__photo_10 {
  display: none;
}

#allPhotos {
  display: none;
}

.hole-page__label-wrapper {
  position: relative;
}

.hole-page__photo-label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 370px;
  margin-bottom: 40px;
}

.hole-page__photo-label p {
  position: absolute;
  z-index: 10;
  margin-top: -10px;
  color: white;
  font-family: 'Formular-Bold';
}

.hole-page__photo-label img {
  filter: brightness(50%);
}

.hole-page__photo-label:hover {
  background: rgba(0, 0, 0, 0.7);
}

@media (max-width: 619px) {
  .hole-page__photo-label {
    width: 100%;
    max-width: 370px;
  }
}

#allPhotos:checked ~ .hole-page__photo_2 {
  display: block;
}

#allPhotos:checked ~ .hole-page__photo_3 {
  display: block;
}

#allPhotos:checked ~ .hole-page__photo_4 {
  display: block;
}

#allPhotos:checked ~ .hole-page__photo_5 {
  display: block;
}
#allPhotos:checked ~ .hole-page__photo_6 {
  display: block;
}
#allPhotos:checked ~ .hole-page__photo_7 {
  display: block;
}
#allPhotos:checked ~ .hole-page__photo_8 {
  display: block;
}
#allPhotos:checked ~ .hole-page__photo_9 {
  display: block;
}
#allPhotos:checked ~ .hole-page__photo_10 {
  display: block;
}

#allPhotos:checked ~ .hole-page__label-wrapper {
  display: none;
}

.hole-page__map {
  width: 100%;
  height: 300px;
  background: #f3f3f3;
}

.line {
  width: 1170px;
  height: 1px;
  margin: auto;
  background: #f3f3f3;
}

@media (min-width: 930px) and (max-width: 1229px) {
  .line {
    min-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 620px) and (max-width: 929px) {
  .line {
    min-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 619px) {
  .line {
    min-width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
}

.moderation-list__content {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  margin-top: 0;
  padding: 0;
}

@media (max-width: 619px) {
  .moderation-list__content {
    margin-top: 30px;
    padding-left: 25px;
    padding-right: 25px;
  }
}

.national-control .main__content {
  margin-top: 40px;
}

.national-control__content {
  margin-top: 0;
}

table.qa-stats {
  border-collapse: collapse;
  width: 100%;
  border-spacing: 10px;
}

.qa-stats td, .qa-stats th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
  border-spacing: 0px;
}

.qa-stats tr:nth-child(even) {
  background-color: #dddddd;
}

.qa-stats th[role=columnheader]:not(.no-sort) {
  cursor: pointer;
}

.qa-stats th[role=columnheader]:not(.no-sort):after {
  content: '';
  float: right;
  margin-top: 7px;
  border-width: 0 4px 4px;
  border-style: solid;
  border-color: #404040 transparent;
  visibility: hidden;
  opacity: 0;
  -ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.qa-stats th[aria-sort=ascending]:not(.no-sort):after {
  border-bottom: none;
  border-width: 4px 4px 0;
}

.qa-stats th[aria-sort]:not(.no-sort):after {
  visibility: visible;
  opacity: 0.4;
}

.qa-stats th[role=columnheader]:not(.no-sort):hover:after {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 619px) {
  .national-control__content {
    margin-top: 15px;
  }
}

@media (min-width: 620px) and (max-width: 929px) {
  .national-control__content {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
  }
}

.national-control__column_1 {
  margin-left: 0;
}

@media (min-width: 1230px) {
  .national-control__column_1 {
    width: 700px;
  }
}

@media (min-width: 930px) and (max-width: 1229px) {
  .national-control__column_1 {
    width: 700px;
  }
}

@media (min-width: 620px) and (max-width: 929px) {
  .national-control__column_1 {
    margin: auto;
  }
}

@media (max-width: 619px) {
  .national-control__column_1 {
    margin: auto;
  }
}

.national-control__column_2 {
  margin-top: 60px;
}

@media (min-width: 620px) and (max-width: 929px) {
  .national-control__column_2 {
    width: 100%;
    margin-right: auto;
    margin-top: 30px;
  }
}

@media (min-width: 620px) and (max-width: 929px) {
  .national-control__map {
    margin-bottom: 0;
  }
}

.national-control__btn {
  display: block;
  line-height: 38px;
  text-align: center;
  vertical-align: middle;
  width: 270px;
}

@media (max-width: 619px) {
  .national-control__btn {
    width: 100%;
  }
}

@media (max-width: 619px) {
  .national-control__title {
    margin-top: 25px;
  }
}

.national-control__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 60px;
}

@media (min-width: 930px) and (max-width: 1229px) {
  .national-control__buttons {
    width: 100%;
  }
}

@media (min-width: 620px) and (max-width: 929px) {
  .national-control__buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 50px;
    width: 100%;
  }
}

@media (max-width: 619px) {
  .national-control__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 370px;
    height: 100px;
  }
}

.national-control__buttons .btn_grey {
  margin-right: 30px;
}

@media (max-width: 619px) {
  .national-control__buttons .btn_grey {
    margin-right: 0;
  }
}

.adresses {
  width: 100%;
  padding-bottom: 50px;
  padding-top: 50px;
}

@media (min-width: 620px) and (max-width: 929px) {
  .adresses {
    width: 560px;
    margin: auto;
  }
}

@media (max-width: 619px) {
  .adresses {
    max-width: 370px;
    margin: auto;
  }
}

.adresses__content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
}

.adresses__title-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 45px;
}

@media (min-width: 620px) and (max-width: 929px) {
  .adresses__title-line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media (max-width: 619px) {
  .adresses__title-line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
  }
}

@media (max-width: 619px) {
  .adresses__title-line .input__wrapper {
    width: 100%;
  }
}

.adresses__title {
  margin: 0;
}

@media (min-width: 620px) and (max-width: 929px) {
  .adresses__title {
    margin-bottom: 35px;
  }
}

@media (max-width: 619px) {
  .adresses__title {
    margin-bottom: 35px;
  }
}

.adresses__title span {
  font-size: 1.5rem;
  color: #BBBBC1;
}

.adresses__search {
  margin: 0;
  padding-left: 35px;
  background: url("../img/adresses__search-icon.svg") no-repeat 3% 50%;
}

.adresses__column-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-bottom: 10px;
}

@media (min-width: 620px) and (max-width: 929px) {
  .adresses__column-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 619px) {
  .adresses__column-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.adresses__column {
  width: 100%;
}

.adresses__paginator {
  margin-left: auto;
}

.adresses__btn {
  width: 270px;
  height: 50px;
  margin-left: auto;
  margin-top: 30px;
}

@media (min-width: 620px) and (max-width: 929px) {
  .adresses__btn {
    margin-left: auto;
  }
}

@media (max-width: 619px) {
  .adresses__btn {
    width: 100%;
    margin-left: 0;
  }
}

#item1, #item2, #item3, #item4, #item5, #item6, #item7, #item8, #item9, #item10 {
  display: none;
}

.adresses__checkbox {
  margin-bottom: 20px;
}

.checkbox:checked ~ .adresses__checkbox-label {
  color: #CC0000;
}

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

@media (min-width: 930px) and (max-width: 1229px) {
  .control-list {
    margin: auto;
  }
}

@media (min-width: 620px) and (max-width: 929px) {
  .control-list {
    width: 560px;
    margin: auto;
    padding-bottom: 0;
  }
}

@media (max-width: 619px) {
  .control-list {
    width: 100%;
    max-width: 370px;
    margin: auto;
  }
}

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

.control-list__line:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 620px) and (max-width: 929px) {
  .control-list__line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 619px) {
  .control-list__line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 370px;
  }
}

.control-list__line_done {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100px;
  padding-left: 38px;
  color: rgba(170, 170, 178, 0.9);
}

@media (min-width: 620px) and (max-width: 929px) {
  .control-list__line_done {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (max-width: 619px) {
  .control-list__line_done {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0;
    margin-bottom: 0;
  }
}

.control-list__done-photos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: start;
  width: 270px;
}

@media (max-width: 619px) {
  .control-list__done-photos {
    width: 100%;
    max-width: 370px;
  }
}

.control-list__done-photos-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  background: url("../img/plus.svg") no-repeat center;
  background-color: #dbdbdb;
  -webkit-transition: -webkit-filter .3s ease;
  transition: -webkit-filter .3s ease;
  -o-transition: filter .3s ease;
  transition: filter .3s ease;
  transition: filter .3s ease, -webkit-filter .3s ease;
}

.control-list__done-photos-icon:hover {
  cursor: pointer;
  -webkit-filter: brightness(102%);
          filter: brightness(102%);
}

.control-list__done-photos-icon img {
  width: 100%;
  height: 100%;
}

.control-list__done-photos-error {
  display: block;
  margin-top: -16px;
  margin-bottom: 16px;
  font-size: .9rem;
  color: #CC0000;
}

.control-list__wrapper-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 620px) and (max-width: 929px) {
  .control-list__wrapper-1 {
    margin-bottom: 20px;
  }
}

@media (max-width: 619px) {
  .control-list__wrapper-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
  }
}

.control-list__wrapper-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 619px) {
  .control-list__wrapper-2 {
    width: 100%;
  }
}

.control-list__title {
  margin-bottom: 40px;
  letter-spacing: .1rem;
}

.control-list__date {
  color: #aaaab2;
  font-size: 1.5rem;
}

.control-list__number {
  -ms-flex-item-align: center;
      align-self: center;
  min-width: 23px;
  height: 23px;
  line-height: 19px;
  text-align: center;
  vertical-align: middle;
  margin-right: 15px;
  color: #AAAAB2;
  border: 1px solid #AAAAB2;
  border-radius: 50%;
}

@media (max-width: 619px) {
  .control-list__number {
    display: none;
  }
}

.control-list__photo {
  margin-right: 30px;
}

.control-list__map {
  display: none;
}

@media (min-width: 620px) and (max-width: 929px) {
  .control-list__photo {
    margin-right: 15px;
  }
}

@media (max-width: 619px) {
  .control-list__photo {
    width: 100%;
    margin-right: 0;
  }
}

.control-list__photo img {
  width: 230px;
}

@media (min-width: 620px) and (max-width: 929px) {
  .control-list__photo img {
    width: 270px;
  }
}

@media (max-width: 619px) {
  .control-list__photo img {
    width: 100%;
    height: auto;
  }
}

.control-list__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 230px;
  width: 230px;
  margin-right: 30px;
}

@media (max-width: 619px) {
  .control-list__description {
    max-width: 332px;
    width: 100%;
    min-width: 200px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.control-list__description b {
  margin-bottom: 10px;
  font-family: 'Formular', sans-serif;
  font-weight: 700;
}

.control-list__description a {
  margin-bottom: 10px;
}

.control-list__description span {
  margin-bottom: 10px;
  color: #AAAAB2;
  font-size: .9rem;
}

.control-list__text {
  display: none;
  width: 270px;
  margin-right: 30px;
  font-size: 1rem;
}

@media (min-width: 1230px) {
  .control-list__text {
    display: block;
  }
}

.control-list__buttons {
  width: 270px;
  -ms-flex-item-align: center;
      align-self: center;
}

@media (min-width: 620px) and (max-width: 929px) {
  .control-list__buttons {
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-left: 38px;
  }
}

@media (max-width: 619px) {
  .control-list__buttons {
    width: 100%;
  }
}

.control-list__buttons .control-list__btn {
  width: 270px;
  margin-bottom: 15px;
}

.control-list__buttons_delete {
  margin-left: 0;
  margin-bottom: 40px;
}

@media (max-width: 619px) {
  .control-list__buttons .control-list__btn {
    width: 100%;
    max-width: 370px;
  }
}

@media (max-width: 929px) {
  .control-list__buttons .control-list__btn:last-of-type {
    margin-bottom: 0;
  }
}

.control-list__buttons .control-list__btn_done {
  margin-bottom: 0;
}

.popup-layer {
  display: none;
  z-index: 200;
  position: absolute;
  min-width: 100vw;
}

.popup-layer__radio {
  display: none;
}

#openEnterForm:checked ~ .popup-layer_enter {
  display: block;
}

#closeForm:checked ~ .popup-layer_enter {
  display: none;
}

#openRegistrationForm:checked ~ .popup-layer_enter {
  display: none;
}

#openRegistrationForm:checked ~ .popup-layer_registration {
  display: block;
}

#openRemindForm:checked ~ .popup-layer_remind {
  display: block;
}

#openRemindForm:checked ~ .popup-layer_enter, .popup-layer_registration {
  display: none;
}

#openSuccessForm:checked ~ .popup-layer_registration {
  display: none;
}

#openSuccessForm:checked ~ .popup-layer_success {
  display: block;
}

@media (min-width: 930px) {
  .profile-page__column_1 {
    width: 560px;
  }
}

.profile-page__column-2 {
  display: none;
}

.profile-page__form > p {
  margin-top: 30px;
  margin-bottom: 20px;
}

.profile-page__form-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

@media (max-width: 619px) {
  .profile-page__form-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}

.profile-page__form-wrapper .input__wrapper,
.profile-page__form-wrapper .select {
  width: 270px;
}

@media (max-width: 619px) {
  .profile-page__form-wrapper .input__wrapper,
  .profile-page__form-wrapper .select {
    width: 100%;
  }
}

.profile-page__form-wrapper .input,
.profile-page__form-wrapper .jq-selectbox {
  width: 100%;
}

.profile-page__form-wrapper_social {
  margin-bottom: 40px;
  max-width: 364px;
}

@media (max-width: 619px) {
  .profile-page__form-wrapper_social {
    justify-content: space-between;
    flex-direction: row;
  }
}

@media (max-width: 375px) {
  .profile-page__form-wrapper_social {
    height: 100px;
    justify-content: space-between;
    flex-direction: column;
  }
}

.profile-page__form-wrapper_password {
  margin-top: 20px;
}

.profile-page__form-wrapper_btn {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 30px;
}

@media (max-width: 619px) {
  .profile-page__form-wrapper_btn {
    margin-top: 20px;
  }
}

.profile-page__form-wrapper_btn input {
  width: 270px;
}

@media (max-width: 619px) {
  .profile-page__form-wrapper_btn input {
    width: 100%;
  }
}

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

.profile-page__social-icon {
  width: 40px;
  height: 40px;
  background: #f3f3f3;
}

.profile-page__social-unactive,
.profile-page__social-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.profile-page__social-unactive:hover,
.profile-page__social-active:hover {
  cursor: pointer;
}

.profile-page__social-unactive span,
.profile-page__social-active span {
  width: 130px;
  height: 40px;
  margin-left: 2px;
  background: #CACACF;
  line-height: 38px;
  text-align: center;
  color: white;
}

.profile-page__social-unactive > div {
  background: url("../img/social-sprite.svg") no-repeat;
}

.profile-page__social-active > div {
  background: url("../img/social-sprite.svg") no-repeat;
}

.profile-page__social-unactive_fb > div {
  background-position: 50% 100%;
}

.profile-page__social-active_fb > div {
  background-position: 50% 0%;
}

.profile-page__social-unactive_tw > div {
  background-position: 100% 100%;
}

.profile-page__social-active_tw > div {
  background-position: 100% 0%;
}

.profile-page__social-unactive_vk > div {
  background-position: 0% 100%;
}

.profile-page__social-active_vk > div {
  background-position: 0% 0%;
}

.profile-page__social-active_fb > span {
  background: #3A589C;
}

.profile-page__social-active_tw > span {
  background: #10AAF2;
}

.profile-page__social-active_vk > span {
  background: #5A7FAA;
}

.profile-page__social-active,
.profile-page__radio {
  display: none;
}

#fbTriggerOff:checked ~ .profile-page__social-unactive_fb {
  display: none;
}

#fbTriggerOff:checked ~ .profile-page__social-active_fb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#fbTriggerOn:checked ~ .profile-page__social-active_fb {
  display: none;
}

#fbTriggerOn:checked ~ .profile-page__social-unactive_fb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#twTriggerOff:checked ~ .profile-page__social-unactive_tw {
  display: none;
}

#twTriggerOff:checked ~ .profile-page__social-active_tw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#twTriggerOn:checked ~ .profile-page__social-active_tw {
  display: none;
}

#twTriggerOn:checked ~ .profile-page__social-unactive_tw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#vkTriggerOff:checked ~ .profile-page__social-unactive_vk {
  display: none;
}

#vkTriggerOff:checked ~ .profile-page__social-active_vk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#vkTriggerOn:checked ~ .profile-page__social-active_vk {
  display: none;
}

#vkTriggerOn:checked ~ .profile-page__social-unactive_vk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.profile-page__error-text {
  color: #cc0000;
  font-size: .9rem;
}

.profile-page__checkbox-wrapper {
  -ms-align-items: center;
  align-items: center;
}

.profile-page__checkbox-wrapper label,
.profile-page__checkbox-wrapper a {
  font-size: .9rem
}

.national-3__content {
  margin-top: 20px;
}

@media (min-width: 620px) and (max-width: 929px) {
  .national-3__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.national-3__column-1 {
  margin-left: 0;
}

@media (min-width: 620px) and (max-width: 929px) {
  .national-3__column-1 {
    min-width: 370px;
    margin: auto;
  }
}

@media (max-width: 619px) {
  .national-3__column-1 {
    margin: auto;
  }
  .profile-page__checkbox-wrapper {
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
}

.national-3__column-2 {
  margin-top: 150px;
}

@media (min-width: 930px) and (max-width: 1229px) {
  .national-3__column-2 {
    margin-top: 170px;
  }
}

@media (max-width: 929px) {
  .national-3__column-2 {
    display: none;
  }
}

.national-3__block {
  margin-bottom: 60px;
  padding-right: 60px;
}

.national-3__block:last-of-type {
  margin-bottom: 0;
}

.national-3__block h2 {
  font-family: 'Activist';
  font-size: 2.5rem;
}

.national-3__block_hooray p {
  color: #7D7D7D;
}

.national-3__project-logo {
  display: block;
  margin-bottom: 20px;
}

.national-3__project-logo_zhkh {
  width: 140px;
  height: 35px;
  background: url("../img/zhkh-logo.svg") no-repeat center;
}

.national-3__project-logo_fbk {
  width: 440px;
  height: 40px;
  background: url("../img/fbk-logo.svg") no-repeat center;
}

@media (min-width: 620px) and (max-width: 929px) {
  .national-3__project-logo_fbk {
    width: 85px;
    height: 55px;
    background: url("../img/fbk-logo_min.svg") no-repeat center;
  }
}

@media (max-width: 619px) {
  .national-3__project-logo_fbk {
    width: 85px;
    height: 55px;
    background: url("../img/fbk-logo_min.svg") no-repeat center;
  }
}

.national-3__project-logo_navalny {
  width: 235px;
  height: 30px;
  background: url("../img/navalny-logo.svg") no-repeat center;
}

.national-3__block_lamp,
.national-3__block_saw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.national-3__lamp-img {
  width: 135px;
  height: 160px;
  background: url("../img/lamp-img.png") no-repeat center;
  background-size: cover;
}

@media (min-width: 930px) and (max-width: 1229px) {
  .national-3__lamp-img {
    width: 100px;
    height: 120px;
  }
}

@media (min-width: 620px) and (max-width: 929px) {
  .national-3__lamp-img {
    display: none;
  }
}

.national-3__saw-img {
  width: 180px;
  min-width: 180px;
  height: 110px;
  background: url("../img/saw-img.png") no-repeat center;
  background-size: cover;
}

@media (min-width: 930px) and (max-width: 1229px) {
  .national-3__saw-img {
    min-width: 130px;
    height: 70px;
  }
}

@media (min-width: 620px) and (max-width: 929px) {
  .national-3__saw-img {
    display: none;
  }
}

.moderation {
  width: 1170px;
  margin: auto;
}

@media (min-width: 930px) and (max-width: 1229px) {
  .moderation {
    width: 870px;
  }
}

@media (min-width: 620px) and (max-width: 929px) {
  .moderation {
    width: 570px;
  }
}

@media (max-width: 619px) {
  .moderation {
    width: 100%;
  }
}

.moderation__content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 30px;
  padding: 0;
}

.moderation__description {
  width: 100%;
  margin-bottom: 60px;
}

@media (min-width: 1230px) {
  .moderation__description {
    width: 750px;
  }
}

@media (max-width: 619px) {
  .moderation {
    padding: 0;
    max-width: 420px;
    width: 100%;
  }
}

.moderation__holes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

@media (min-width: 930px) and (max-width: 1229px) {
  .moderation__holes {
    width: 870px;
    margin: auto;
  }
}

@media (min-width: 620px) and (max-width: 929px) {
  .moderation__holes {
    width: 570px;
    margin: auto;
  }
}

.moderation__btn {
  -ms-flex-item-align: end;
      align-self: flex-end;
  width: 270px;
  height: 60px;
  margin-bottom: 60px;
}

@media (min-width: 620px) and (max-width: 929px) {
  .moderation__btn {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}

.moderation-switcher {
  display: none;
}

@media (max-width: 619px) {
  .moderation-switcher {
    width: 320px;
    margin-top: 30px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
  }

  .moderation__btn {
    -ms-align-self: center;
    align-self: center;
  }
}

.moderation-switcher__link {
  color: rgba(0, 0, 0, 0.5);
}

.moderation-switcher__link_active {
  padding-bottom: 5px;
  color: black;
  border-bottom: 2px solid #000;
}

.moderation-switcher__line {
  display: none;
  width: 100%;
  max-width: 370px;
  height: 1px;
  background: #EEEEF0;;
  margin-top: 30px;
}

@media (max-width: 619px) {
  .moderation-switcher__line {
    display: block;
  }
}

.moderate-hole {
  position: relative;
  width: 270px;
  margin-bottom: 40px;
}

@media (min-width: 1230px) {
  .moderate-hole {
    width: 370px;
  }
}

@media (max-width: 619px) {
  .moderate-hole {
    margin: auto;
    margin-bottom: 40px;
  }
}

.moderate-hole__photos {
  width: 270px;
  height: 170px;
  background: url("../img/moderate-hole__photos.png") no-repeat center;
  background-size: cover;
}

@media (min-width: 1230px) {
  .moderate-hole__photos {
    width: 370px;
    height: 230px;
  }
}

.moderate-hole__adress-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 5px;
}

.moderate-hole__adress {
  width: 220px;
  color: #7B7B7B;
  font-size: .8rem;
  text-decoration: underline;
}

.moderate-hole__description {
  margin-top: 5px;
}

.moderate-hole__moderation {
  display: none;
  position: absolute;
  z-index: 10;
  top: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 270px;
  height: 170px;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  text-align: center;
}

@media (min-width: 1230px) {
  .moderate-hole__moderation {
    width: 370px;
    height: 230px;
  }
}

.moderate-hole__moderation_round-2 {
  border: 5px solid #CC0000;
}

.moderate-hole__moderation-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 240px;
  height: 100%;
  margin: auto;
  padding: 10px 0;
}

@media (min-width: 1230px) {
  .moderate-hole__moderation-content {
    width: 270px;
    padding: 20px 0;
  }
}

.moderate-hole__blocked-hole {
  width: 75px;
  height: 75px;
  margin: auto;
  margin-top: 0;
  background: url("../img/hole-blocked-icon.svg") no-repeat center;
}

.moderate-hole__reject-checkboxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 80px;
}

@media (min-width: 1230px) {
  .moderate-hole__reject-checkboxes {
    height: 90px;
  }
}

.moderate-hole__btn {
  width: 240px;
  height: 30px;
}

@media (min-width: 1230px) {
  .moderate-hole__btn {
    width: 270px;
    height: 40px;
  }
}

.moderate-hole__reject-icon {
  width: 26px;
  height: 26px;
  background: url("../img/moderate-hole__reject-icon.svg") no-repeat center;
  background-size: contain;
  -webkit-transition: background .35s ease;
  -o-transition: background .35s ease;
  transition: background .35s ease;
}

.moderate-hole__reject-icon:hover {
  cursor: pointer;
  background: url("../img/moderate-hole__reject-icon_hover.svg") no-repeat center;
  background-size: contain;
}

@media (max-width: 619px) {
  .moderate-hole__reject-icon {
    width: 18px;
    height: 18px;
  }
}

@media (min-width: 620px) and (max-width: 929px) {
  .moderate-hole__reject-icon {
    width: 18px;
    height: 18px;
  }
}

.moderate-hole__checkbox:checked ~ .moderate-hole__reject-icon {
  background: url("../img/moderate-hole__reject-icon_hover.svg") no-repeat center;
}

.moderate-hole__checkbox:checked ~ .moderate-hole__moderation_round-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

input[type='checkbox'] {
  display: none;
}

.owl-dots {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.owl-dot span {
  background: rgba(#fff, 0.4) !important;
  -webkit-transition: background .35s ease !important;
  -o-transition: background .35s ease !important;
  transition: background .35s ease !important;
}

.owl-dot span:hover {
  background: rgba(255, 255, 255, 0.9) !important;
}

.owl-dot.active span {
  background: #cc0000 !important;
}

.owl-prev {
  position: absolute;
  top: 60px;
  left: 10px;
  width: 40px;
  height: 40px;
  border-radius: 0px !important;
  background: rgba(0, 0, 0, 0.2) url("../img/prev__icon.svg") no-repeat 45% 50% !important;
  -webkit-transition: background .35s ease;
  -o-transition: background .35s ease;
  transition: background .35s ease;
}

.owl-prev:hover {
  background: rgba(0, 0, 0, 0.2) url("../img/prev__icon_hover.svg") no-repeat 45% 50% !important;
}

@media (min-width: 1230px) {
  .owl-prev {
    top: 90px;
  }
}

.owl-next {
  position: absolute;
  top: 60px;
  right: 10px;
  width: 40px;
  height: 40px;
  border-radius: 0px !important;
  background: rgba(0, 0, 0, 0.2) url("../img/next__icon.svg") no-repeat 55% 50% !important;
  -webkit-transition: background .35s ease;
  -o-transition: background .35s ease;
  transition: background .35s ease;
}

.owl-next:hover {
  background: rgba(0, 0, 0, 0.2) url("../img/next__icon_hover.svg") no-repeat 55% 50% !important;
}

@media (min-width: 1230px) {
  .owl-next {
    top: 90px;
  }
}

.owl-nav {
  opacity: 0 !important;
  -webkit-transition: opacity .35s ease;
  -o-transition: opacity .35s ease;
  transition: opacity .35s ease;
}

.owl-stage-outer:hover ~ .owl-nav {
  opacity: 1 !important;
}

.owl-nav:hover {
  opacity: 1 !important;
}

.balloon {
  position: relative;
  width: 270px;
  height: 290px;
  padding-top: 1px;
  background: url("../img/balloon__bg.png") no-repeat top;
}

.balloon__close-icon {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 25px;
  height: 25px;
  background: url("../img/close-icon.svg") no-repeat center;
  -webkit-transition: background .3s ease;
  -o-transition: background .3s ease;
  transition: background .3s ease;
  background-color: rgba(0, 0, 0, 0.1);
}

.balloon__close-icon:hover {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.4);
}

.balloon__img {
  display: block;
  width: 268px;
  height: 170px;
  margin: 0px 1px;
}

.balloon__description {
  margin: 5px 15px 20px 15px;
}

.balloon__date {
  margin-bottom: 3px;
  font-size: 12px;
  color: rgba(129, 129, 140, 0.9);
}

.balloon__adress {
  display: block;
  text-decoration: none;
  color: #000;
  margin-top: 0;
  font-size: .9rem;
}

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

.balloon__label {
    position: absolute;
    width: 240px;
    bottom: 25px;
}

.balloon__btn {
  width: 100%;
  height: 30px;
  margin-top: 10px;
}

.cluster {
  width: 30px;
  height: 30px;
  margin-bottom: 20px;
  border: 3px solid #CC0000;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  vertical-align: middle;
  line-height: 22px;
  color: #CC0000;
  font-family: 'Activist', sans-serif;
}

.error-page {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 50px 0px;
}

.error-page__content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
}

.error-page__sign {
  width: 300px;
  height: 300px;
  margin-bottom: 40px;
  border: 18px solid #cc0000;
  border-radius: 50%;
  box-shadow:
    0px 0px 0px 5px white,
    0 0 2px 6px rgba(0, 0, 0, 0.3);
  text-align: center;
  line-height: 255px;
  font-family: 'Activist', sans-serif;
  font-size: 130px;
}

.error-page__text {
  margin-bottom: 40px;
  font-family: 'Activist', sans-serif;
  font-size: 28px;
}

.error-page__btn {
  width: 300px;
  height: 60px;
  font-size: 18px;
}

.dz-details {
  position: relative;
}

.dz-error-message, .dz-loader, .dz-details img {
  height: 120px;
  width: 120px;
}

.national-control .dz-error-message,
.national-control .dz-loader,
.national-control .dz-details img {
  height: 70px;
  width: 70px;
}

.hole-page .dz-preview:nth-child(-n+3) {
  margin-bottom: 20px;
}

.dz-delete-preview {
  position: absolute;
  z-index: 20;
  top: 5px;
  right: 5px;
  width: 25px;
  height: 25px;
  background: url("../img/close-icon.svg") no-repeat center;
  -webkit-transition: background .3s ease;
  -o-transition: background .3s ease;
  transition: background .3s ease;
  background-color: rgba(0, 0, 0, 0.1);
}

.dz-delete-preview:hover {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.4);
}

.dz-error-message, .dz-loader {
  position: absolute;
  text-align: center;
  color: white;
  z-index: 10;
  font-family: 'Formular-Bold';
  display: flex;
  align-items: center;
  height: 120px;
  width: 120px;
}

.national-control .dz-error-message {
  font-size: 10px;
  justify-content: center;
  align-items: center;
}

.dz-details img {
  width: 120px;
  height: 120px;
  background-color: gray;
}

.dz-loader {
  justify-content: center;
  align-items: center;
}

.dz-loader-icon {
  border: 6px solid white;
  border-radius: 50%;
  border-top: 6px solid red;
  width: 40px;
  height: 40px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.dz-error-image {
  filter: brightness(50%);
}

.messages .profile-page__error-text {
    margin-top: -30px;
    margin-bottom: 30px;
}

.banner-2018 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 250px;
  border-top: 10px solid #007fa3;
  border-bottom: 10px solid #007fa3;
  background-color: #fff;
}

.banner-2018__logo {
  width: 407px;
  height: 104px;
  margin-right: 50px;
  background: url('../img/zabastovka.png') no-repeat center;
  background-size: contain;
}

.banner-2018__text {
  max-width: 440px;
}

.banner-2018__text p {
  font-size: .9rem;
  margin-bottom: 15px;
  color: #2e3335;
}
.banner-2018__text p:last-child {
  margin-bottom: 0;
  color: #cc0000;
  text-decoration: underline;
}

@media (max-width: 929px) {
  .banner-2018 { display: none; }
}

.pswp__button--fs {
  display: none !important;
}

.moderation-index {
  margin-top: 0;
}

@media (max-width: 619px) {
  .moderation-index__title {
    margin-top: 30px;
  }
}

@media (min-width: 1230px) {
  .owl-carousel .owl-item img {
    height: 230px;
  }
}

.numbers__active-link {
  color: #000;
  text-decoration: none;
}

.numbers__active-link:hover {
  cursor: default;
  color: #000;
  text-decoration: none;
}

.control-index-map {
  margin-bottom: 0;
}

select {
  opacity: 0;
}

.popup-bg {
  display: none;
  z-index: 200;
  position: fixed;
  min-width: 100vw;
  min-height: 100vh;
  background: rgba(0, 0, 0, 0.5);
}

.popup-layer__radio:checked ~ .popup-layer {
  overflow-y: auto;
  height: 100%;
}

#openRemindForm:checked ~ .popup-bg { display: block;}
#openRegistrationForm:checked ~ .popup-bg { display: block;}
#openEnterForm:checked ~ .popup-bg { display: block;}
#openSuccessForm:checked ~ .popup-bg { display: block;}

#popupNewVisit {z-index: 300;}

#holes-filter-reset-button {margin-bottom: 0;}

.national-3 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
}

.js-focus-ring :focus:not(.focus-ring) {
  outline-width: 0;
}

.mobile-pagination {
  display: none;
  position: relative;
  width: 100%;
  height: 40px;
}

.mobile-pagination:hover {
  background: transparent;
  border: 1px solid #81818c;
  color: #81818c;
}

.mobile-pagination p {
  text-align: center;
  vertical-align: middle;
  line-height: 38px;
  font-family: 'Activist', sans-serif;
  font-size: 15px;
}

.mobile-pagination span {
  font-family: 'Activist', sans-serif;
  font-size: 15px;
}

.mobile-pagination__btn {
  position: absolute;
  top: 6px;
  width: 25px;
  height: 25px;
  -webkit-background-size: contain;
  background-size: contain;
  transition: background .2s ease;
}

.mobile-pagination__btn_prev {
  left: 25%;
  transform: scaleX(-1);
  background: url('../img/adresses__next-icon.svg') no-repeat center;
}

.mobile-pagination__btn_prev:hover {
  background: url('../img/adresses__next-icon_hover.svg') no-repeat center;
}

.mobile-pagination__btn_next {
  right: 25%;
  background: url('../img/adresses__next-icon.svg') no-repeat center;
}

.mobile-pagination__btn_next:hover {
  background: url('../img/adresses__next-icon_hover.svg') no-repeat center;
}

@media (max-width: 929px) {
  .mobile-pagination {
    display: block;
  }
}

/*отсюда новые попапы*/
.button-popup-layer {
    display: none;
    position: absolute;
    z-index: 10;
    width: 100%;
    min-height: 100%;
    background-color: rgba(30, 30, 30, 0.8);
}

.button-popup-layer__panel {
    position: relative;
    width: 80%;
    max-width: 770px;
    height: auto;
    margin: auto;
    margin-top: 10%;
    margin-bottom: 10%;
    padding: 50px 100px;
    background-color: #fff;
}

.button-popup-layer__1 {
    display: none;
}

.button-popup-layer__2 {
    display: none;
}
.button-popup-confirm {
    display: none;
}

.button-popup-layer__close-icon {
    position: absolute;
    right: -30px;
    top: -5px;
    width: 25px;
    height: 25px;
    background: url('../img/close-icon.svg') no-repeat center;
}

.button-popup-layer__close-icon:hover {
    cursor: pointer;
}

.button-popup-layer__panel h2 {
    margin-bottom: 30px;
    font-family: "Formular-Bold";
}

.button-popup-layer__panel p{
    margin-bottom: 30px;
}

.button-popup-layer__variants {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.button-popup-layer__variant {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    width: 48%;
    background-color: #eeeef0;
}

.button-popup-layer__variant p {
    margin: 20px;
}

.button-popup-layer__variant .btn {
    width: 100%;
    margin-top: auto;
}

.button-popup-layer__btn {
    display: block;
    text-align: center;
    line-height: 38px;
}

.button-popup-layer__btn_close {
    width: 50%;
    margin: auto;
    transition: width .3s ease;
}


@media (min-width: 620px) and (max-width: 929px) {
    .button-popup-layer__panel {
        padding: 50px;
    }

    .button-popup-layer__variant {
        width: 48%;
    }
    .button-popup-layer__btn_close {
        width: 60%;
    }
}

@media (max-width: 619px) {
    .button-popup-layer__panel {
        padding: 20px;
    }

    .button-popup-layer__variants {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }

    .button-popup-layer__variant {
        width: 100%;
    }

    .button-popup-layer__variant:first-child {
        margin-bottom: 30px;
    }

    .button-popup-layer__btn_close {
        width: 100%;
    }
}

/*magic*/
#open-button-popup-layer:checked ~ .button-popup-layer__1 {
    display: block;
}

#change-button-popup-layer:checked ~ .button-popup-layer__2 {
    display: block;
}

#confirm-button-popup-layer:checked ~ .button-popup-confirm {
    display: block;
}

#change_state-button-popup-layer:checked ~ .button-popup-change_state {
    display: block;
}

.button-popup-layer__radio {
    display: none;
}

