html {
  overflow-y: scroll;
  scroll-behavior: smooth;
}
html,
body {
  height: 100%;
}
body {
  font-family: "Open Sans", sans-serif;
}
#wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -52px; /* the bottom margin is the negative value of the footer's height */
}
#wrapper nav {
  margin-bottom: 0;
  border-radius: 0;
}
footer,
.push {
  height: 100px; /* .push must be the same height as .footer */
}

.site-signup .select2-container {
  max-width: 100%;
}

.site-signup .select2-container--default .select2-selection--single {
  height: 55px;
  display: flex;
  align-items: center;
}

.site-signup
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 14px;
}

.small-muted {
  font-size: 12px;
  color: #aaa;
}

#page-install h1 {
  font-family: "Open Sans", sans-serif;
  font-size: 40px;
  font-weight: 300;
  text-transform: uppercase;
  color: #555;
  margin: 50px 0 30px 0;
}
#page-install h1 a {
  display: inline-block;
  color: #7db4b5;
  border-bottom: 1px solid #7db4b5;
}
#page-install h1 a:hover,
h1 a:focus {
  color: #7db4b5;
  border-color: #fff;
  text-decoration: none;
}
#page-install h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: 300;
  text-transform: uppercase;
}

#page-install .tooltip {
  min-width: 200px;
}
#page-install .tooltip .tooltip-inner {
  font-size: 12px;
  text-align: left;
  padding: 5px 8px 5px 10px;
}
#page-install .panel .recaptcha-tip {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .mobileOff {
    display: none;
  }
}

.page-not-found {
  padding: 50px;
  text-align: center;
  color: #000;
}

.page-not-found__title {
  margin: 0 0 40px;
  font-size: 40px;
  font-weight: 700;
  color: #192976;
}

.page-not-found p {
  margin: 0 0 20px;
  font-size: 18px;
  line-height: 26px;
}

.page-not-found a {
  text-decoration: none;
}

.page-not-found a:focus,
.page-not-found a:active {
  color: #ff9707;
}

/*Form Wizard*/
.bs-wizard {
  border-bottom: solid 1px #e0e0e0;
  padding: 0 0 10px 0;
}
.bs-wizard > .bs-wizard-step {
  padding: 0;
  position: relative;
}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {
}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
  color: #595959;
  font-size: 16px;
  margin-bottom: 5px;
}
.bs-wizard > .bs-wizard-step .bs-wizard-info {
  color: #999;
  font-size: 14px;
}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {
  position: absolute;
  width: 30px;
  height: 30px;
  display: block;
  background: #fbe8aa;
  top: 45px;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  border-radius: 50%;
}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
  content: " ";
  width: 14px;
  height: 14px;
  background: #fbbd19;
  border-radius: 50px;
  position: absolute;
  top: 8px;
  left: 8px;
}
.bs-wizard > .bs-wizard-step > .progress {
  position: relative;
  border-radius: 0px;
  height: 8px;
  box-shadow: none;
  margin: 20px 0;
}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {
  width: 0px;
  box-shadow: none;
  background: #fbe8aa;
}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {
  width: 100%;
}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {
  width: 50%;
}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {
  width: 0%;
}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {
  width: 100%;
}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
  background-color: #f5f5f5;
}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {
  opacity: 0;
}
.bs-wizard > .bs-wizard-step:first-child > .progress {
  left: 50%;
  width: 50%;
}
.bs-wizard > .bs-wizard-step:last-child > .progress {
  width: 50%;
}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot {
  pointer-events: none;
}
/*END Form Wizard*/

@font-face {
  font-family: "GaramondBold";
  src: url(/uploads/media/fonts/GaramondBold.TTF);
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueCyr-Light";
  src: url(/uploads/media/fonts/HelveticaNeueCyr-Light.ttf);
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueCyr-Medium";
  src: url(/uploads/media/fonts/HelveticaNeueCyr-Medium.ttf);
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueCyr-Roman";
  src: url(/uploads/media/fonts/HelveticaNeueCyr-Roman.ttf);
  font-display: swap;
}

:focus {
  outline-style: none;
  outline-width: 0px !important;
  outline-color: none !important;
}

.btn-primary[disabled] {
  background-color: #ff9707;
  border-color: #ffcb83;
}

a {
  color: #000;
  font-family: "HelveticaNeueCyr-Medium";
  text-decoration: none;
}

a:hover {
  color: #ff9501;
}

h1 {
  text-align: center;
  font-size: 36px;
  font-family: "HelveticaNeueCyr-Roman";
  color: #000;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #ff9707;
  border-color: #ff9707;
}

.pagination > li > a,
.pagination > li > span {
  color: #000;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #ff9707;
}

/* Modal */
.modalWindow {
  border: 1px solid #00d36f;
}

.modalWindow .sendSuccessWindow {
  text-align: center;
  padding: 40px 10px;
}

.modalWindow .sendSuccessWindow h4 {
  font-family: "HelveticaNeueCyr-Roman";
  font-size: 36px;
}

.modalWindow .sendSuccessWindow p {
  font-family: "HelveticaNeueCyr-Medium";
  font-size: 16px;
  padding: 20px 0;
}

/* button.close.closeBigX {
  position: absolute;
  right: -50px;
  border: 1px solid #eb9307;
  color: #eb9307;
  opacity: 1;
  top: 15px;
  padding: 5px 10px;
  background-color: #fff;
  border-radius: 5px;
  font-weight: 100;
} */

.page-dedmoroz__modal-title-container {
  display: flex;
  flex-direction: row;
  text-align: center;
  justify-content: center;
}

.page-dedmoroz__modal-title {
  margin-left: auto;
  font-family: "HelveticaNeueCyr";
  color: #003f95;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 36px;
}

.page-dedmoroz__modal-description {
  font-family: "HelveticaNeueCyr";
  color: #003f95;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
}

button.close.closeBigX {
  /* background-image: url(../../../uploads/media/img/dedmoroz/close-button.svg); */
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
  position: absolute;
  top: 36px;
  right: 52px;
  padding: 10px 10px;
  margin-left: auto;
}

button.close.closeBigX:hover {
  opacity: 0.5;
}

.modal-dialog {
  margin-top: 0;
  margin-bottom: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.modal.fade .modal-dialog {
  transform: translate(0, -100%);
}

.modal.in .modal-dialog {
  transform: translate(0, 0);
}
.modal-backdrop {
  background-color: #fff;
}

@media (max-width: 767px) {
  button.close.closeBigX {
    top: 15px;
    right: 20px;
  }
}
/* END Modal */
/* Header */

.headerClear {
  background-color: #fff;
  border: none;
}

.headerClear li a {
  font-size: 16px;
  font-family: "HelveticaNeueCyr-Medium";
  color: #000 !important;
}
.logoHeader {
  font-family: "GaramondBold";
  color: #192976 !important;
  font-size: 20px;
  display: flex;
}

img.logoHeight {
  height: 60px;
  width: 61px;
}

.headerLogoText {
  width: 50%;
  padding-left: 10px;
}

.itemsMenu > li {
  max-width: 200px;
  text-align: center;
}

.navbar-nav {
  display: flex;
  align-items: center;
}

.itemsMenu > .active > a,
.itemsMenu > .active > a:hover,
.itemsMenu > .active > a:focus {
  background-color: inherit !important;
  /* border-bottom: 4px solid #eb9307; */
}
.itemsMenu .active::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-color: #eb9307;
  position: absolute;
}

a.navbar-brand.logoHeader {
  display: flex;
  align-items: center;
  /* justify-content: center; */
  margin-top: 15px;
}

a.navbar-right.buttonLogin {
  margin-top: 25px;
  color: #000;
  font-size: 16px;
  font-family: "HelveticaNeueCyr-Medium";
}

.headerClear {
  padding-bottom: 50px;
}

.navbar-default .navbar-toggle {
  border: none;
}

a.navbar-right.buttonLoginMobile {
  display: none;
}

.glyphicon-user.loginIcon {
  font-size: 25px;
  top: -4px;
}
@media (max-width: 1200px) {
  .headerLogoText {
    display: none;
  }

  li.linkHome {
    display: none;
  }
}

@media (max-width: 767px) {
  li.linkHome {
    display: block;
  }
  .navbar-nav.itemsMenu {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 85vh;
  }

  .itemsMenu > li {
    max-width: inherit;
    padding: 15px 0;
    text-align: center;
  }

  .headerLogoText {
    display: none;
  }

  img.logoHeight {
    height: 44px;
    width: 45px;
  }

  a.navbar-brand.logoHeader {
    margin: 10px 0;
  }

  .buttonLogin {
    display: none;
  }

  .headerClear li a {
    font-size: 24px;
  }

  .navbar-toggle {
    position: relative;
    display: block;
    float: inherit;
    margin: auto;
  }

  .navbar-toggle {
    margin-top: 15px;
    margin-bottom: -52px;
  }

  .navbar-toggle .icon-bar {
    height: 3px;
    width: 30px;
    margin-right: -28px;
  }

  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 5px;
  }

  a.navbar-right.buttonLoginMobile {
    display: block;
    float: right;
    margin-top: 25px;
    color: #000;
    font-size: 16px;
    font-family: "HelveticaNeueCyr-Medium";
  }

  .navbar-nav > li > a {
    line-height: 30px;
  }

  span.icon-bar {
    transform-origin: left bottom;
    transform: rotate(-49deg) translateX(-10px);
    transition: transform 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
  }

  span.icon-bar:nth-child(3) {
    transform-origin: left top;
    transform: rotate(52deg) translateX(-10px);
    transition: transform 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
  }
  span.icon-bar:nth-child(2) {
    display: none;
  }
  .navbar-toggle.collapsed span.icon-bar {
    transform-origin: inherit;
    transform: inherit;
    transition: transform 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
    display: block;
    margin-right: 0;
    background-color: #000;
  }

  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
    background-color: inherit;
  }
}

/* END Header */

/* Home MAIN */
/* .sliderHome {
  margin: 50px 0;
} */
.sliderHome-item .col-md-6 img {
  /*height: 310px;*/
  width: 95%;
  border-radius: 10px;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.25), 0 5px 10px rgba(0, 0, 0, 0.22);
  margin: 10px;
}

.sliderHome-item p {
  margin: 5% 0;
}

.buttonOrange,
a.buttonOrange {
  color: #fff;
  text-decoration: none;
  user-select: none;
  background-color: #ff9501;
  padding: 15px 70px;
  border-radius: 4px;
  font-family: "HelveticaNeueCyr-Medium";
  font-size: 16px;
  border: none;
  outline: none;
}
.buttonOrange:hover,
a.buttonOrange:hover,
a.buttonOrange:active,
.buttonOrange:active,
a.buttonOrange:focus,
.buttonOrange:focus {
  background-color: #f5c983;
}

.buttonBlue:hover {
  opacity: 0.5;
  background-color: #2E50F7;
}

.buttonOrange-wrapper {
  margin: 30px 0;
}

.buttonBlue {
  background-color: #2E50F7;
}

/* SLICK */
.sliderHome .slick-prev:before,
.sliderHome .slick-next:before {
  font-size: 40px;
}

.sliderHome .slick-prev,
.sliderHome .slick-next {
  top: inherit;
  width: 50px;
  height: 50px;
  bottom: -15px;
}
.sliderHome .slick-next {
  right: 60px;
}
.sliderHome .slick-prev {
  left: 80%;
  z-index: 1;
}

@media (max-width: 1200px) {
  .sliderHome .slick-prev {
    left: 75%;
  }
}
@media (max-width: 992px) {
  .sliderHome .slick-prev,
  .sliderHome .slick-next {
    bottom: -15px;
  }
  .sliderHome .slick-prev {
    left: 70%;
  }
  .sliderHome .slick-next {
    right: 50px;
  }
}
@media (max-width: 730px) {
  .sliderHome .slick-prev {
    left: 65%;
  }
}
@media (max-width: 624px) {
  .sliderHome .slick-prev {
    left: 60%;
  }
}
@media (max-width: 448px) {
  .sliderHome .slick-prev {
    left: 50%;
  }
}
/* SLICK */
/* .sliderHome-item-left {
  height: 310px;
} */
@media (max-width: 448px) {
  /* .sliderHome-item-left {
    height: 335px;
  } */
  .sliderHome-item .col-md-6 img {
    height: 210px;
  }
}

/* Appeal */
.sliderAppeal {
  margin-bottom: 100px;
}
.sliderAppeal-users {
  margin: 50px 0;
  /* height: 330px; */
}

.you-supported {
  /* margin-bottom: 10px; */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.sliderAppealItemImg {
  display: flex;
  height: 100px;
}

.sliderAppealItemImg > img {
  width: 100px;
  margin: auto;
}
.sliderAppealItem {
  box-shadow: 2px 6px 14px rgb(0 0 0 / 13%), 1px -4px 9px rgb(0 0 0 / 12%);
  border-radius: 5px;
  margin: 10px;
  padding: 15px;
}
.sliderAppeal-users .sliderAppealItem {
  margin: 10px 0;
}
.sliderAppealItemName {
  display: flex;
  height: auto; /* 100px */
  margin-left: 0;
  padding-left: 0;
}
.sliderAppealItemName h4 {
  margin: auto;
  text-align: center;
}

.sliderAppealItemTitle {
  text-align: center;
}
.sliderAppealItemTitle h5 {
  font-family: "HelveticaNeueCyr-Medium";
  font-size: 16px;
  color: #000;
}

.sliderAppealItemText,
.sliderAppealItemHref {
  margin: 2px auto;
  padding: 0;
}

.sliderAppealItemHref {
  margin-bottom: 20px;
}

.sliderAppealItemHref a {
  color: #2ea8ff;
  text-decoration: underline;
}

.sliderAppealItemHref a:hover {
  color: #ff9501;
  text-decoration: none;
}

.sliderAppealItemFinish p,
.sliderAppealItemSigned p {
  font-family: "HelveticaNeueCyr-Medium";
  color: #000;
  margin: 0;
  margin-bottom: 5px;
  font-size: 12px;
}

.finishCount,
.appealSigned {
  text-align: center;
  padding: 2px 0;
  border-radius: 5px;
  margin: 0 0 10px 0;
  border: 2px solid #d2d2d2;
}
span.bigNumber {
  font-size: 21px;
  font-family: "HelveticaNeueCyr-Medium";
}

.timeOver {
  border: 2px solid #ff9501;
}
button.buttonLike,
button.buttonShare {
  width: 100%;
  height: 50px;
  background-color: #ff9707;
  border: 0;
  margin-bottom: 10px;
  border-radius: 5px;
  color: #fff;
  text-shadow: 1px 1px 2px #8c8c8c;
}
button.buttonLike:hover {
  background-color: #f5c983;
}

button.buttonShare:hover {
  background-color: #e7e7e7;
}
button.buttonShare {
  /* padding: 14px 27px; */
  background-color: #d2d2d2;
}

.buttonWrapper {
  margin-bottom: -3px;
  margin-right: 10px;
}

.shareActive {
  border: 2px solid #b9b9b9;
  border-radius: 10px;
  background-color: #e2e2e2;
  padding: 20px;
  position: absolute;
  right: 35px;
  bottom: 90px;
}
.shareActive::before,
.shareActive::after {
  content: "";
  position: absolute;
  right: 15px;
  bottom: -20px;
  border: 10px solid transparent;
  border-top: 10px solid #b9b9b9;
}
.shareActive::after {
  border-top: 12px solid #e2e2e2;
  bottom: -19px;
}

.ya-share2__container_size_m .ya-share2__icon:hover {
  height: 28px;
  width: 28px;
  background-size: auto;
}
/* SLICK */
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #ff9707;
  font-size: 20px;
}
.slick-dots li button:before {
  font-size: 12px;
}
.sliderAppealItem {
  margin-bottom: 50px;
}

.sliderAppeal .slick-prev:before,
.sliderAppeal .slick-next:before,
.sliderNews .slick-prev:before,
.sliderNews .slick-next:before {
  color: #e9e9e9;
  font-size: 40px;
}

.sliderAppeal .slick-prev,
.sliderAppeal .slick-next,
.sliderNews .slick-prev,
.sliderNews .slick-next {
  top: inherit;
  bottom: -57px;
  width: 40px;
  height: 40px;
  z-index: 1;
}
.sliderAppeal .slick-next {
  right: 37%;
}

.sliderAppeal .slick-prev {
  left: inherit;
  right: 59%;
}
@media (max-width: 992px) {
  #modalSuccessVote .modal-dialog {
    height: inherit;
    margin: 25% auto;
  }
  .sliderAppeal .slick-next {
    right: 30%;
  }

  .sliderAppeal .slick-prev {
    right: 65%;
  }
}
@media (max-width: 600px) {
  .sliderAppeal .slick-next {
    right: 20%;
  }

  .sliderAppeal .slick-prev {
    right: 75%;
  }
}
@media (max-width: 500px) {
  .sliderAppeal .slick-next {
    right: 15%;
  }
}
@media (max-width: 350px) {
  .sliderAppeal .slick-next {
    right: 8%;
  }
  .sliderAppeal .slick-prev {
    right: 78%;
  }
}
/* END SLICK */
/* END Appeal */

/* NEWS MAIN*/
.sliderNews {
  margin-bottom: 80px;
}
.newsItem {
  margin: 20px 0;
  padding-left: 30px;
}
.newsItemImg {
  width: 100%;
  height: 200px;
  margin: 0;
  background-position: center;
  background-size: cover;
  transition: 1s;
  border-radius: 10px;
  overflow: hidden;
}

.newsItemImg img {
  width: 100%;
  height: 200px;
  transition: 1s;
  border-radius: 10px;
}
.newsItemImg:hover {
  transform: scale(1.03);
  border-radius: 10px;
}

.newsItemTitle {
  height: 50px;
  margin: 10px;
}

.sliderNews .slick-next {
  right: 42%;
}

.sliderNews .slick-prev {
  left: inherit;
  right: 55%;
}
.NewsAll-wrapper {
  padding-top: 80px;
}

@media (max-width: 1200px) {
  .sliderNews .slick-next {
    right: 40%;
  }
}

@media (max-width: 992px) {
  .sliderNews .slick-next {
    right: 35%;
  }
  .sliderNews .slick-prev {
    right: 60%;
  }
}

@media (max-width: 600px) {
  .sliderNews .slick-next {
    right: 30%;
  }
  .sliderNews .slick-prev {
    right: 62%;
  }
}
@media (max-width: 500px) {
  .sliderNews .slick-next {
    right: 23%;
  }
  .sliderNews .slick-prev {
    right: 66%;
  }
}

@media (max-width: 350px) {
  .sliderNews .slick-next {
    right: 17%;
  }
  .sliderNews .slick-prev {
    right: 69%;
  }
}
.NewsAll-wrapper {
  display: flex;
  justify-content: center;
}
/* END NEWS MAIN*/

/* END Home MAIN*/

/* Footer */
.footer-content {
  background: #e8e8e8;
}

.footerWrapper {
  padding-top: 75px;
}

.footerWrapper h4 {
  font-family: "HelveticaNeueCyr-Medium";
  font-size: 16px;
  color: #000;
}

.footerWrapper p {
  font-family: "HelveticaNeueCyr-Roman";
  font-size: 14px;
  color: #000;
  margin: 17px 0;
}
.deputats {
  padding: 0 3%;
}
.deputats img {
  filter: grayscale(100%);
  margin-right: 15px;
}

.deputats img:hover {
  filter: inherit;
}

.footerWrapper .nav > li > a {
  padding: 5px 0px;
  font-family: "HelveticaNeueCyr-Roman";
  color: #000;
  position: relative;
  background-image: linear-gradient(#ff9501, #ff9501);
  background-position: 0px 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: background-size 0.45s;
}

.footerWrapper .nav > li > a:hover {
  color: #ff9501;
  outline: none !important;
  outline-offset: unset !important;
  position: relative;
  background-size: 100% 1px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  background-color: inherit;
}

.autorProjects h4 {
  padding-right: 60px;
}

.inputBig {
  padding: 22px 100px 22px 14px;
  font-family: "HelveticaNeueCyr-Roman";
  font-size: 12px;
}

.footerSubscribe .buttonOrange {
  margin: 20px 0;
  padding: 15px 50px;
}

.row.footerCopyAlign {
  text-align: center;
  margin: 150px auto 75px auto;
}

.row.footerCopyAlign::after {
  content: "";
  height: 2px;
  width: 100%;
  top: -100px;
  position: relative;
  background-color: #737373;
}

.footerCopyItem {
  color: #737373;
  font-size: 20px;
  font-family: "GaramondBold";
}

span.caret.footerCaretInner {
  display: none;
}

/* Mobile version */
@media (max-width: 1200px) {
  .deputats {
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  .footerWrapper {
    padding-top: 30px;
  }
  .footerSubscribe .buttonOrange {
    margin-top: 0;
    width: 100%;
  }

  .buttonBlue {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row.footerCopyAlign {
    margin: 30px auto 30px auto;
  }
  .footerAfter::after {
    content: "";
    background-color: #737373;
    height: 2px;
    width: 90%;
    margin-top: 10px;
    position: absolute;
  }
  .footerAfter.lastChild::after {
    display: none;
  }
  .footerAfter {
    min-height: 50px;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .deputats {
    padding: 0 15px;
  }

  span.caret.footerCaretInner {
    position: absolute;
    right: 0;
    display: block;
    margin: -10px 30px 0 0;
  }

  #deputats,
  #projects,
  #footerContacts {
    padding-top: 20px;
  }

  .footerAfter li {
    padding: 10px 0;
  }

  .row.footerCopyAlign::after {
    top: -60px;
  }
}
/* END Mobile version */
/* END Footer */

/* Page Deputats */

.deputatsWrapper h2 {
  font-size: 36px;
  font-family: "HelveticaNeueCyr-Light";
  padding-bottom: 50px;
}

.deputatsWrapper p {
  font-size: 16px;
  font-family: "HelveticaNeueCyr-Roman";
  padding-bottom: 30px;
}

.buttonOrangeBorder {
  border: 2px solid #eb9307;
  text-align: center;
  padding: 10px 0;
  margin: 15px 0;
}

.pageDeputatsImg img {
  height: 40px;
  width: 40px;
}

.deputats.pageDeputatsImg {
  padding: 30px 10px;
}

.deputatText {
  padding-right: 10%;
}

.deputatPhoto img {
  max-width: 100%;
}

@media (max-width: 767px) {
  .deputats.pageDeputatsImg {
    text-align: center;
  }
  .deputatPhoto {
    text-align: center;
  }
  .deputatsWrapper p {
    font-size: 14px;
  }

  .row.deputatsWrapper:nth-child(2) {
    display: flex;
    flex-direction: column-reverse;
  }
}

/* END Page Deputats */

/* Page Projects */
.projectWrapper {
  margin-top: 60px;
  display: flex;
  flex-flow: column wrap;
  align-content: space-between;
  height: 1350px;
}

.projectItem {
  margin-bottom: 5%;
  text-align: center;
}

.projectItem:nth-child(3n + 1) {
  order: 1;
}
.projectItem:nth-child(3n + 2) {
  order: 2;
}
.projectItem:nth-child(3n) {
  order: 3;
}

.projectWrapper::before,
.projectWrapper::after {
  content: "";
  flex-basis: 100%;
  width: 0;
  order: 2;
}

p.pageProject-titleItem {
  font-size: 18px;
  font-family: "HelveticaNeueCyr-Medium";
  padding-top: 20px;
  color: #000;
}
.projectItem img {
  transition: 1s;
}
.projectItem:hover img {
  transform: scale(1.03);
}

/* Mobile version */
@media (max-width: 1054px) {
  .projectWrapper {
    flex-flow: wrap;
    align-content: center;
    justify-content: center;
    height: inherit;
  }

  .projectItem {
    margin: 10px;
  }
  .projectItem:nth-child(3n + 1),
  .projectItem:nth-child(3n + 2),
  .projectItem:nth-child(3n) {
    order: inherit;
  }
}

@media (max-width: 471px) {
  .projectItem img {
    width: 100%;
  }
}
/* END Mobile version */
/* END Page Projects */

/* Page Contact */

.contactH2 {
  font-size: 36px;
  font-family: "HelveticaNeueCyr-Roman";
}

.contactItem p {
  font-size: 16px;
  font-family: "HelveticaNeueCyr-Roman";
}

.contactItem img {
  margin-right: 20px;
}

.contactWrapper {
  padding: 50px 0;
}

.contactItem {
  padding: 10px 0;
}

.contactForm label.control-label {
  font-size: 16px;
  font-family: "HelveticaNeueCyr-Roman";
  font-weight: inherit;
  margin-bottom: 20px;
  margin-top: 10px;
}

.contactForm .form-control {
  text-align: center;
  height: 55px;
  border: 1px solid #c4c4c4;
  color: #c4c4c4;
}

.contactForm input#feedback-phone {
  width: 100%;
  text-align: center;
  height: 55px;
  border: 1px solid #c4c4c4;
  color: #c4c4c4;
  border-radius: 4px;
}

.contactForm input#feedback-text {
  text-align: left;
  width: 60vw;
  padding-top: 20px;
  padding-bottom: 130px;
}

@media (max-width: 767px) {
  .contactForm input#feedback-text {
    width: 100%;
  }

  .contactForm .buttonOrange {
    width: 100%;
  }
}
/* END page contact */

/* Cat Appeal */
.catAppeal--wrapper h1,
.catAppeal--wrapper h2 {
  text-align: left;
  font-size: 48px;
}

.catAppeal--wrapper-rules,
.catAppeal-header--text ul {
  margin: 0 0 40px;
}

.catAppeal-header--text p {
  font-size: 16px;
  font-family: "HelveticaNeueCyr-Roman";
  padding: 0;
}

.catAppeal-title {
  margin-bottom: 40px;
}

.catAppeal--rules-header {
  margin: 0 0 20px;
}

.buttonAppeal {
  margin-bottom: 50px;
  text-align: center;
}

.buttonAppeal .buttonOrange {
  padding: 15px 40px;
  margin-right: 10px;
}

.buttonOrange.buttonSilver {
  color: #000;
  background-color: inherit;
  border: 1px solid #d0d0d0;
}

.buttonOrange.buttonSilver:hover {
  background-color: #e7e7e7;
}

.catAppeal--Items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.appealPaginator {
  text-align: center;
  padding-bottom: 100px;
}

.catAppeal--Items .sliderAppealItemName h4 {
  font-family: "HelveticaNeueCyr-Medium";
}

.appealFinish--ended {
  display: flex;
  justify-content: center;
  padding-top: 40px;
}

.buttonEnded {
  text-align: center;
  padding: 10px 70px;
  border-radius: 5px;
  margin: 0 0 10px 0;
  border: 2px solid #d2d2d2;
  font-size: 16px;
  font-family: "HelveticaNeueCyr-Medium";
}

@media (max-width: 767px) {
  .buttonAppeal .buttonOrange {
    margin-bottom: 10px;
  }
  .catAppeal-header--text p {
    padding: 0;
  }

  .catAppeal--wrapper .buttonOrange {
    width: 100%;
  }
}
/* END Cat Appeal */

/* Page Apeal Item */
.page-appealItem--header h1 {
  text-align: left;
}

.page-appealItem--wrapper {
  padding: 70px 0;
}

.page-appealItem--finished p,
.page-appealItem--signed p {
  font-family: "HelveticaNeueCyr-Medium";
  color: #000;
  margin: 0;
  margin-bottom: 5px;
  font-size: 14px;
  text-align: center;
}

.page-appealItem--title h4 {
  margin: auto;
  text-align: center;
  font-family: "HelveticaNeueCyr-Medium";
}

.page-appealItem--title {
  padding: 30px;
}

.page-appealItem--finished,
.page-appealItem--signed {
  padding: 0 30px 10px 30px;
}

.page-appealItem--wrapper .AppealLike,
.page-appealItem--wrapper .AppealShare {
  padding: 0 30px 10px 30px;
}

@media (max-width: 992px) {
  .page-appealItem--img {
    display: flex;
    justify-content: center;
  }
  .page-appealItem--finished,
  .page-appealItem--signed {
    align-items: center;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .page-appealItem--finished .finishCount,
  .page-appealItem--signed .appealSigned {
    width: 50%;
  }
  .page-appealItem--wrapper {
    padding: 40px 0;
  }
  .page-appealItem--wrapper .appealFinish--ended {
    display: flex;
    justify-content: center;
    padding: 10px 0;
  }

  .photo-width img {
    width: 100% !important;
  }
}

@media (max-width: 767px) {
  .page-appealItem--wrapper .AppealLike,
  .page-appealItem--wrapper .AppealShare {
    padding: 10px 0 0 0;
  }

  .page-appealItem--share-vote--mobile {
    padding-top: 20px;
  }
}
/* END Page Apeal Item */

/* Page Appeal form */

.appealForm .form-control {
  height: 55px;
  border: 1px solid #c4c4c4;
  color: #000;
}
.appealForm label.control-label {
  font-size: 16px;
  font-family: "HelveticaNeueCyr-Roman";
  font-weight: inherit;
  margin-bottom: 20px;
  margin-top: 10px;
}

.appealForm input#obrashenie-phone {
  width: 100%;
  height: 55px;
  border: 1px solid #c4c4c4;
  color: #c4c4c4;
  border-radius: 4px;
  padding-left: 10px;
}

.field-obrashenie-name {
  width: 40vh;
}
.field-obrashenie-phone {
  width: 25vh;
}

.field-obrashenie-email {
  width: 32vh;
}

input#obrashenie-text {
  text-align: left;
  padding-top: 20px;
  padding-bottom: 130px;
}

/* DRAG and Drop */

.imageUpload {
  padding-bottom: 40px;
}

.fileUpload--btn {
  margin: 0;
  color: #fff;
  background: #d0d0d0;
  border: none;
  height: 60px;
  width: 280px;
  border-radius: 5px;
  transition: all 0.2s ease;
  outline: none;
  margin-right: 20px;
  font-size: 18px;
}

.fileUpload--btn:hover {
  background: #ff9707;
  transition: all 0.2s ease;
  cursor: pointer;
}

.fileUpload--btn:active {
  border: 0;
  transition: all 0.2s ease;
}

.fileUpload--content {
  display: none;
  text-align: center;
  width: 280px;
  height: 280px;
  background-size: cover;
  background-position: center;
  border: 2px solid #c4c4c4;
  border-radius: 2%;
  margin-bottom: 50px;
}

.fileUpload--input {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}

.imageUpload--wrap {
  border: 2px solid #c4c4c4;
  width: 280px;
  height: 280px;
  position: relative;
  border-radius: 2%;
  margin-bottom: 50px;
}

.dragText {
  text-align: center;
  padding-top: 60px;
}

.dragText h3 {
  color: #c4c4c4;
  padding: 0 50px;
  font-size: 16px;
}

.dragText p {
  color: #c4c4c4;
  padding: 0 50px;
  font-size: 12px;
}

.removeImage {
  margin: 0;
  color: #d0d0d0;
  background: #fff;
  border: 2px solid #d0d0d0;
  height: 60px;
  width: 280px;
  border-radius: 5px;
  transition: all 0.2s ease;
  outline: none;
  font-size: 18px;
}

.removeImage:hover {
  background: #e7e7e7;
  color: #ffffff;
  transition: all 0.2s ease;
  cursor: pointer;
}

.errorUploadImage {
  color: red;
}

/* END DRAG and Drop */

/* END Page Appeal form */

/* Registration */

.registrationForm .form-control {
  height: 55px;
  border: 1px solid #c4c4c4;
  color: #000;
}

.registrationForm label.control-label {
  font-size: 16px;
  font-family: "HelveticaNeueCyr-Roman";
  font-weight: inherit;
  margin-bottom: 20px;
  margin-top: 10px;
}

.registrationForm input#signupform-username,
.registrationForm input#loginform-username {
  width: 100%;
  height: 55px;
  border: 1px solid #c4c4c4;
  color: #c4c4c4;
  border-radius: 4px;
  padding-left: 10px;
}

.registrationForm {
  padding: 50px 0;
}

.registrationForm .buttonOrange {
  margin-top: 50px;
}

.field-signupform-username,
.field-signupform-gender,
.field-signupform-date_birth,
.field-loginform-username {
  width: 25vw;
}

.field-signupform-email {
  width: 29vw;
}

.field-signupform-email,
.field-signupform-password,
.field-loginform-password {
  width: 29vw;
}

.field-signupform-firstname,
.field-signupform-middlename,
.field-signupform-lastname,
.field-signupform-address,
.field-signupform-district_id,
.field-signupform-gosuslugi,
.field-signupform-city {
  width: 35vw;
}

.field-signupform-kv {
  width: 100px;
}

.form-personal label {
  display: flex;
  align-items: center;
  position: relative;
}

.form-personal input {
  width: 1px;
  height: 1px;
  position: absolute;
}

.form-personal span {
  height: 55px;
  width: 55px;
  min-width: 55px;
  border: 1px solid #c4c4c4;
  position: relative;
}

.form-personal input:checked + span::after {
  content: "✓";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  color: teal;
  position: absolute;
}

.form-personal p {
  margin: 0 15px;
  max-width: 700px;
  font-size: 16px;
  font-family: "HelveticaNeueCyr-Roman";
  font-weight: 100;
}

@media (max-width: 767px) {
  .registrationForm .buttonOrange,
  .passwordReset .buttonOrange {
    padding: 0;
    width: 100%;
    height: 50px;
  }

  .field-signupform-firstname,
  .field-signupform-middlename,
  .field-signupform-lastname,
  .field-signupform-address,
  .field-signupform-email,
  .field-signupform-password,
  .field-signupform-district_id,
  .field-loginform-password,
  .field-signupform-username,
  .field-signupform-gender,
  .field-signupform-date_birth,
  .field-loginform-username,
  .field-signupform-gosuslugi,
  .field-signupform-city {
    width: 100%;
  }
}

/* End Registration */

/* Page News */
.col-md-12.news-header--photo {
  height: 400px;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
}
/* END page News */

/* Login */
.site-login-lc h1 {
  text-align: left;
}

.site-login-lc label.control-label {
  font-size: 16px;
  font-family: "HelveticaNeueCyr-Roman";
  font-weight: inherit;
  margin-bottom: 20px;
  margin-top: 10px;
  padding-top: 30px;
}

.site-login-lc .form-control {
  height: 55px;
  border: 1px solid #c4c4c4;
  color: #000;
}

/* .site-login-lc .form--line {
  padding-top: 30px;
} */

.site-login-lc .form--button {
  padding-top: 30px;
}

.buttonOrange.buttonGray {
  background-color: #c4c4c4;
}

.buttonOrange.buttonGray:hover {
  background-color: #d2d2d2;
}

.site-login-lc .form--button .buttonOrange {
  padding: inherit;
  width: 100%;
  height: 50px;
  margin: 10px 0;
}

.site-login__validate {
  display: flex;
  justify-content: center;
}

.site-login__validate span {
  background: #56b758;
  padding: 1rem;
  border-radius: 15px;
  color: #fff;
  font-weight: 500;
}

.site-login__validate.no-validate span {
  background: #ff9501;
}
.buttonOrange.buttonWhite {
  background-color: inherit;
  color: #949494;
  border: 1px solid #949494;
}

.form--button p {
  font-family: "HelveticaNeueCyr-Roman";
  font-size: 14px;
}

.pages-wrap {
  display: grid;
  grid-template-columns: min-content 1fr;
  grid-gap: 32px;
}
.sidebar {
  list-style-type: none;
  padding: 0;
}
li.sidebar-item {
  border-top: 1px solid #dbdcdd;
  font-size: 16px;
  line-height: 18px;
  width: 250px;
  padding-left: 1rem;
}
li.sidebar-item:first-child {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
li.sidebar-item.active,
li.sidebar-item.active:hover {
  background-color: #ff9501 !important;
}

li.sidebar-item:hover {
  background-color: #f5c983;
}
li.sidebar-item a {
  display: block;
  padding: 15px 0;
  color: #000;
  text-decoration: none;
}

li.sidebar-item.active a {
  color: #fff;
}

li.sidebar-item a:hover {
  color: #fff;
}

.sidebar-wrap {
  border-right: 1px solid #dbdcdd;
  height: 500px;
}
.pages-sidebar {
  margin-top: 2rem;
}

.no-sign {
  transition: all 2s cubic-bezier(0.4, 0, 1, 1);
}

.no-sign:hover {
  transition: all 0.1s cubic-bezier(0.4, 0, 1, 1);
}

.color {
  background-color: #fff9da;
}

@media (max-width: 768px) {
  .pages-wrap {
    grid-template-columns: 1fr;
    grid-gap: 10px;
  }
  li.sidebar-item {
    width: 100%;
    text-align: center;
  }
  .sidebar-wrap {
    border: none;
    height: inherit;
  }

  .sliderHome-item .col-md-6 img {
    height: auto;
  }
}

/* END Login */

/* Cookie */

#cookie {
  color: #fff;
  display: flex;
  position: fixed;
  justify-content: center;
  align-items: center;
  /* top: 100px; */
  left: 0;
  z-index: 1000;
  height: 140px;
  bottom: 25px;
  /* background-color: #737373; */
  width: 100%;
  animation: animaciya 1s 5s forwards;
  cursor: pointer;
}

#cookie a {
  color: #54a4ff;
  text-decoration: underline;
}

.cookie-wrapper {
  background-color: #fff;
  height: 120px;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.4);
  border-radius: 15px;
  display: flex;
  align-items: center;
}

.cookie-wrapper p {
  color: #000;
}

#cookie button.close.closeBigX {
  right: 35px;
  top: 12px;
}

@media (max-width: 992px) {
  #cookie button.close.closeBigX {
    right: 0px;
    top: -95px;
  }

  .cookie-wrapper p {
    font-size: 12px;
    padding-right: 30px;
  }
}

@media (max-width: 767px) {
  #cookie {
    bottom: 0;
  }

  .cookie-wrapper p {
    font-size: 10px;
  }
}
/* END Cookie */

/* Дед мороз */

@font-face {
  font-family: "HelveticaNeueCyr";
  src: url(/uploads/media/fonts/HelveticaNeueCyr-Medium.ttf);
  font-display: swap;
}

@font-face {
  font-family: "SegoeUI";
  src: url(/uploads/media/fonts/SegoeUI.ttf);
  font-display: swap;
}

@font-face {
  font-family: "RumRaisinCyrillic";
  src: url(/uploads/media/fonts/rumraisincyrillic.otf);
  font-display: swap;
}

@font-face {
  font-family: "Snowcap";
  src: url(/uploads/media/fonts/snowcap.otf);
  font-display: swap;
}

@font-face {
  font-family: "RumRaisinCyr";
  src: url(/uploads/media/fonts/RumRaisinCyr.ttf);
  font-display: swap;
}

@font-face {
  font-family: "SnowCapCyr";
  src: url(/uploads/media/fonts/SnowCapCyr.ttf);
  font-display: swap;
}

.page-dedmoroz__title {
  font-family: "RumRaisinCyrillic", serif;
  font-weight: 400;
  font-size: 54px;
  line-height: 69, 66px;
  color: #003f95;
}

.page-dedmoroz__title_parents {
  font-size: 96px;
}

.page-dedmoroz__title_form {
  font-size: 96px;
  line-height: 46px;
  text-align: center;
}

.page-dedmoroz__title_text {
  font-size: 36px;
  line-height: 46px;
}

.page-dedmoroz__title-container {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  max-width: 1080px;
  height: auto;
  border-radius: 30px;
  background: linear-gradient(
    180deg,
    #ffffff 0%,
    rgba(255, 255, 255, 0.7) 100%
  );
  border-width: 2px;
  margin-left: auto;
  margin-right: auto;
}

.page-dedmoroz__title-container_parents {
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  margin-top: 60px;
}

.page-dedmoroz__title-container_form {
  height: 184px;
  max-width: 1080px;
  border-radius: 50px;
  margin-top: 30px;
}

.page-dedmoroz__description-container_form {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  max-width: 1080px;
  height: 124px;
  border-radius: 30px;
  background: linear-gradient(
    180deg,
    #ffffff 0%,
    rgba(255, 255, 255, 0.7) 100%
  );
  border-width: 2px;
  margin-left: auto;
  margin-right: auto;
}

.page-dedmoroz__title-container_text {
  /* height: 194px; */
  border-radius: 50px;
  padding: 28px 15px 40px;
  margin-top: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-dedmoroz__description-image-container {
  display: flex;
  flex-direction: row;
  max-width: 1080px;
  height: fit-content;
  margin: 30px auto 0;
}

.form-group-horizontal__ded-moroz {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 30px;
}

.page-dedmoroz__description-image-container_bottom {
  height: 416px;
}

.page-dedmoroz__description-container {
  max-width: 684px;
  /* height: 360px; */
  background: linear-gradient(
    180deg,
    #ffffff 0%,
    rgba(255, 255, 255, 0.7) 100%
  );
  border-radius: 50px;
  border: 2px solid #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-left: 92px;
  padding-right: 60px;
}

.page-dedmoroz__description-container_right {
  height: 416px;
  padding-left: 76px;
  padding-right: 76px;
}

.page-dedmoroz__description-container_deti {
  padding-right: 76px;
}

.page-dedmoroz__description {
  font-family: "HelveticaNeueCyr", serif;
  font-weight: 550;
  font-size: 16px;
  font-style: normal;
  line-height: 30px;
  color: #003f95;
}

.page-dedmoroz__text {
  font-family: "HelveticaNeueCyr", serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  color: #003f95;
}

.page-dedmoroz__phone {
  font-family: "HelveticaNeueCyr", serif;
  font-weight: 550;
  font-size: 24px;
  line-height: 24px;
  text-decoration-line: underline;
  color: #003f95;
}

.page-dedmoroz__phone_form {
  font-family: "HelveticaNeueCyr", serif;
  font-weight: 550;
  font-size: 36px;
  line-height: 36px;
  text-decoration-line: underline;
  color: #003f95;
}

.page-dedmoroz__image-container {
  margin-left: 16px;
}

.page-dedmoroz__image-container_left {
  margin-left: 0;
  margin-right: 16px;
}

.page-dedmoroz__snow-font {
  font-family: "Snowcap", serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 30px;
}

.page-dedmoroz__photos-text {
  display: flex;
  max-width: 1080px;
  flex-direction: row;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}

@media (hover: hover) {
  .page-dedmoroz__grid-image-container1:hover {
    background-image: url(../../../uploads/media/img/dedmoroz/photo1.jpg);
    transform: scale(1.3);
    background-size: cover;
    z-index: 6;
  }

  .page-dedmoroz__grid-image-container2:hover {
    background-image: url(../../../uploads/media/img/dedmoroz/photo2.jpg);
    transform: scale(1.3);
    background-size: cover;
    z-index: 6;
  }

  .page-dedmoroz__banner2:hover {
    transform: scale(1.3);
  }

  .page-dedmoroz__image:hover {
    background-image: url(../../../uploads/media/img/dedmoroz/photo3.jpg);
    transform: scale(1.3);
    background-size: cover;
    z-index: 6;
  }

  .page-dedmoroz__image2:hover {
    background-image: url(../../../uploads/media/img/dedmoroz/photo4.jpg);
    transform: scale(1.3);
    background-size: cover;
    z-index: 6;
  }

  .page-dedmoroz__image3:hover {
    background-image: url(../../../uploads/media/img/dedmoroz/photo5.jpg);
    transform: scale(1.3);
    background-size: cover;
    z-index: 6;
  }

  .page-dedmoroz__image4:hover {
    background-image: url(../../../uploads/media/img/dedmoroz/photo6.jpg);
    transform: scale(1.3);
    background-size: cover;
    z-index: 6;
  }

  .page-dedmoroz__image5:hover {
    background-image: url(../../../uploads/media/img/dedmoroz/photo7.jpg);
    transform: scale(1.3);
    background-size: cover;
    z-index: 6;
  }

  .page-dedmoroz__image6:hover {
    background-image: url(../../../uploads/media/img/dedmoroz/photo8.jpg);
    transform: scale(1.3);
    background-size: cover;
    z-index: 6;
  }

  .page-dedmoroz__image7:hover {
    background-image: url(../../../uploads/media/img/dedmoroz/photo9.jpg);
    transform: scale(1.3);
    background-size: cover;
    z-index: 6;
  }

  .page-dedmoroz__image8:hover {
    background-image: url(../../../uploads/media/img/dedmoroz/photo10.jpg);
    transform: scale(1.3);
    background-size: cover;
    z-index: 6;
  }

  .page-dedmoroz__image9:hover {
    background-image: url(../../../uploads/media/img/dedmoroz/photo11.jpg);
    transform: scale(1.3);
    background-size: cover;
    z-index: 6;
  }

  .page-dedmoroz__image10:hover {
    background-image: url(../../../uploads/media/img/dedmoroz/photo12.jpg);
    transform: scale(1.3);
    background-size: cover;
    z-index: 6;
  }

  .page-dedmoroz__image13:hover {
    background-image: url(../../../uploads/media/img/dedmoroz/photo15.jpg);
    background-size: cover;
    transform: scale(1.3);
  }

  .page-dedmoroz__image12:hover {
    background-image: url(../../../uploads/media/img/dedmoroz/photo14.jpg);
    transform: scale(1.3);
    background-size: cover;
    z-index: 6;
  }

  .page-dedmoroz__image11:hover {
    background-image: url(../../../uploads/media/img/dedmoroz/photo13.jpg);
    transform: scale(1.3);
    background-size: cover;
    z-index: 6;
  }
}

.page-dedmoroz__photos-flex-container {
  display: flex;
  flex-direction: column;
  margin-left: 16px;
  gap: 16px;
}

.page-dedmoroz__grid-image-container1 {
  width: 96%;
  height: 317px;
  background-size: cover;
  border-radius: 50px;
  border: 2px solid #ffffff;
  background-image: url(../../../uploads/media/img/dedmoroz/ramka.png),
    url(../../../uploads/media/img/dedmoroz/photo1.jpg);
  z-index: 5;
  transition: all 0.5s ease-out;
}

.page-dedmoroz__grid-image-container2 {
  width: 532px;
  height: 317px;
  background-size: cover;
  border-radius: 50px;
  border: 2px solid #ffffff;
  background-image: url(../../../uploads/media/img/dedmoroz/ramka.png),
    url(../../../uploads/media/img/dedmoroz/photo2.jpg);
  z-index: 5;
  transition: all 0.5s ease-out;
}

.page-dedmoroz__image {
  width: 532px;
  height: 317px;
  border-radius: 50px;
  background-image: url(../../../uploads/media/img/dedmoroz/ramka.png),
    url(../../../uploads/media/img/dedmoroz/photo3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 5;
  transition: all 0.5s ease-out;
}

.page-dedmoroz__image2 {
  width: 532px;
  height: 317px;
  border-radius: 50px;
  background-image: url(../../../uploads/media/img/dedmoroz/ramka.png),
    url(../../../uploads/media/img/dedmoroz/photo4.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.5s ease-out;
  z-index: 5;
}

.page-dedmoroz__image3 {
  width: 532px;
  height: 317px;
  border-radius: 50px;
  background-image: url(../../../uploads/media/img/dedmoroz/ramka.png),
    url(../../../uploads/media/img/dedmoroz/photo5.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.5s ease-out;
  z-index: 5;
}

.page-dedmoroz__image4 {
  width: 532px;
  height: 317px;
  border-radius: 50px;
  background-image: url(../../../uploads/media/img/dedmoroz/ramka.png),
    url(../../../uploads/media/img/dedmoroz/photo6.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.5s ease-out;
  z-index: 5;
}

.page-dedmoroz__image5 {
  width: 532px;
  height: 317px;
  border-radius: 50px;
  background-image: url(../../../uploads/media/img/dedmoroz/ramka.png),
    url(../../../uploads/media/img/dedmoroz/photo7.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.5s ease-out;
  z-index: 5;
}

.page-dedmoroz__image6 {
  width: 532px;
  height: 317px;
  border-radius: 50px;
  background-image: url(../../../uploads/media/img/dedmoroz/ramka.png),
    url(../../../uploads/media/img/dedmoroz/photo8.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.5s ease-out;
  z-index: 5;
}

.page-dedmoroz__image7 {
  width: 532px;
  height: 317px;
  border-radius: 50px;
  background-image: url(../../../uploads/media/img/dedmoroz/ramka.png),
    url(../../../uploads/media/img/dedmoroz/photo9.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.5s ease-out;
  z-index: 5;
}

.page-dedmoroz__image8 {
  width: 532px;
  height: 317px;
  border-radius: 50px;
  background-image: url(../../../uploads/media/img/dedmoroz/ramka.png),
    url(../../../uploads/media/img/dedmoroz/photo10.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.5s ease-out;
  z-index: 5;
}

.page-dedmoroz__image9 {
  width: 532px;
  height: 317px;
  border-radius: 50px;
  background-image: url(../../../uploads/media/img/dedmoroz/ramka.png),
    url(../../../uploads/media/img/dedmoroz/photo11.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.5s ease-out;
  z-index: 5;
}

.page-dedmoroz__image10 {
  width: 532px;
  height: 317px;
  border-radius: 50px;
  background-image: url(../../../uploads/media/img/dedmoroz/ramka.png),
    url(../../../uploads/media/img/dedmoroz/photo12.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.5s ease-out;
  z-index: 5;
}

.page-dedmoroz__image11 {
  width: 532px;
  height: 317px;
  border-radius: 50px;
  background-image: url(../../../uploads/media/img/dedmoroz/ramka.png),
    url(../../../uploads/media/img/dedmoroz/photo13.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.5s ease-out;
  z-index: 5;
}

.page-dedmoroz__image12 {
  width: 532px;
  height: 317px;
  border-radius: 50px;
  background-image: url(../../../uploads/media/img/dedmoroz/ramka.png),
    url(../../../uploads/media/img/dedmoroz/photo14.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.5s ease-out;
  z-index: 5;
}

.page-dedmoroz__image13 {
  width: 532px;
  height: 317px;
  border-radius: 50px;
  background-image: url(../../../uploads/media/img/dedmoroz/ramka.png),
    url(../../../uploads/media/img/dedmoroz/photo15.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.5s ease-out;
  z-index: 5;
}

.page-dedmoroz__grid-images {
  max-width: 1080px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 16px;
  object-fit: contain;
  margin-left: auto;
  margin-right: auto;
  margin-top: 16px;
}

.page-dedmoroz__grid-textblock {
  height: 317px;
  background: linear-gradient(
    180deg,
    #ffffff 0%,
    rgba(255, 255, 255, 0.7) 100%
  );
  border-radius: 50px;
  border: 2px solid #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-left: 92px;
  padding-right: 60px;
}

.page-dedmoroz__footer {
  background-image: none;
  background-color: #ffffff;
  width: 100%;
  height: 52px;
  margin: 100px 0 0;
  display: grid;
  grid-template-columns: 1fr 440px 1fr;
  grid-template-areas: "nothing text icons";
  align-items: center;
}

.page-dedmoroz__footer-text {
  font-family: "SegoeUI", serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 21px;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: 0;
  padding: 0;
  grid-area: text;
}

.page-dedmoroz__footer-socials-container {
  margin-right: 55px;
  margin-left: auto;
  grid-area: icons;
  list-style: none;
  display: flex;
  gap: 23px;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}

.page-dedmoroz__footer-socials-icon {
  width: 36px;
  height: 36px;
}

.page-dedmoroz__form-container {
  background: linear-gradient(
    180deg,
    #ffffff 0%,
    rgba(255, 255, 255, 0.7) 100%
  );
  border-radius: 50px;
  border: 2px solid #ffffff;
  margin-top: 20px;
  margin-left: 40px;
  margin-right: 40px;
}

.page-dedmoroz__form-container .check {
  display: flex;
  column-gap: 10px;
}

.page-dedmoroz__form-container .check input[type=checkbox] {
  width: 30px;
  height: 30px;
}

.page-dedmoroz__form-container .check label {
    margin-top: 3px !important;
    margin-bottom: 0 !important;
}

.page-dedmoroz__form-description-container {
  color: #003f95;
  padding: 80px 92px;
  background: linear-gradient(
    180deg,
    #ffffff 0%,
    rgba(255, 255, 255, 0.7) 100%
  );
  border: 2px solid #ffffff;
  border-radius: 50px;
  margin-left: 40px;
  margin-right: 40px;
}

.page-dedmoroz__form-description {
  font-weight: 700;
  font-family: "HelveticaNeueCyr", serif;
  line-height: 36px;
  font-size: 24px !important;
}

.page-dedmoroz__form-image {
  margin-right: 8.52%;
}

.catAppeal--wrapper .form-control {
  height: 55px;
  border: 1px solid #c4c4c4;
  color: #000;
  border-radius: 20px;
}

.catAppeal--wrapper__ded-moroz h1 {
  font-size: 96px;
  text-align: center;
}

.catAppeal--wrapper label.control-label {
  font-size: 24px;
  font-family: "HelveticaNeueCyr", sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 10px;
  color: #003f95;
}

.page-dedmoroz__wrapper {
  padding: 0 40px;
}

.page-dedmoroz__banner {
  width: 100%;
  height: auto;
}

.page-dedmoroz__banner2 {
  border-radius: 50px;
  width: 100%;
  height: auto;
  transition: all 0.5s ease-out;
}

.page-dedmoroz__get-video {
  display: block;
  margin: 20px auto 60px;
  background: linear-gradient(180deg, #ff0000 0%, rgba(255, 0, 0, 0.7) 100%);
  text-align: center;
  width: 360px;
  height: 60px;
  border-radius: 20px;
  font-family: "RumRaisinCyr", serif;
  font-size: 24px;
  line-height: 30, 96px;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  padding-top: 14px;
  padding-bottom: 14px;
  border: 2px solid #ffffff;
}

.page-dedmoroz__link {
  color: #003F95;
  font-family: "RumRaisinCyrillic", serif;
  text-decoration: underline;
}

.page-dedmoroz__link:hover {
  color: #337ab7;
}

.page-dedmoroz__get-video_modal {
  width: 260px;
}

.page-dedmoroz__get-video_modal:hover {
  background: linear-gradient(180deg, #C50202 0%, #FF0000 100%);
  cursor: pointer;
  color: #ffffff;
  text-decoration: none;
}

.page-dedmoroz__add-child {
  background: linear-gradient(
    180deg,
    #7ed7eb 0%,
    rgba(172, 240, 255, 0.7) 100%
  );
  color: #003f95;
  width: 260px;
}

.page-dedmoroz__form-label {
  font-family: "HelveticaNeueCyr";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: #003f95;
  line-height: 30px;
}

.page-dedmoroz__get-video:hover {
  background: linear-gradient(180deg, #C50202 0%, #FF0000 100%);
  cursor: pointer;
  color: #ffffff;
  text-decoration: none;
}

.page-dedmoroz__add-child:hover {
  background: linear-gradient(180deg, #00BBE4 0%, rgba(172, 240, 255, 0.7) 100%);
}

.page-dedmoroz__get-video:active {
  background: linear-gradient(180deg, #ff7272 0%, #ffd5d5 100%);
}

.page-dedmoroz__get-video_text {
  font-family: 'RumRaisinCyr', serif;
  color: #FFFFFF;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 31px;
}

.page-dedmoroz__get-video_text:hover {
  font-family: 'RumRaisinCyr', serif;
  color: #ffffff;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 31px;
  text-decoration: none;
}

.page-dedmoroz__add-child_text {
  color: #003F95;
}

.page-dedmoroz__add-child_text:hover {
  color: #003F95;
}

.field-item-title,
.field-item-familia,
.field-item-name,
.field-item-otchestvo,
.field-item-date,
.field-item-teach,
.field-item-dostizheniya,
.field-item-text {
    border-radius: 20px;
}

/* input radio buttons styles */
.form-group-horizontal__ded-moroz input[type=radio] {
	display: none;
}

.form-group-horizontal__ded-moroz label:before {
	content: "";
	display: inline-block;
	width: 36px;
	height: 36px;
	position: absolute;
	left: 0;
	bottom: -9px;
	background: url(../../../uploads/media/img/dedmoroz/radio-off.png) 0 0 no-repeat;
	top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.form-group-horizontal__ded-moroz label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 50px;
	margin-right: 0;
	line-height: 18px;
	user-select: none;
}


.form-group-horizontal__ded-moroz input[type=radio]:checked + label:before {
	background: url(../../../uploads/media/img/dedmoroz/radio-on.png) 0 0 no-repeat;
}
	/* input radio buttons styles */

.form-image-container {
  width: 152px;
  height: 172px;
  margin-bottom: 15px;
  align-self: center;
}

.form-image {
  width: 100%;
  height: auto;
  border: 1px solid #000000;
  border-radius: 20px;
}

.page-dedmoroz__header {
  margin-bottom: 20px;
  text-align: center;
}

.page-dedmoroz__header a:not(:last-child) {
  margin-right: 20px;
}

.page-dedmoroz__banner-container {
  max-width: 1080px;
  margin: 18px auto 30px;
}

.page-dedmoroz__call-btn {
  font-size: 24px;
  font-family: "HelveticaNeueCyr", serif;
  color: #003f95;
  font-weight: 550;
  font-style: normal;
}

.page-dedmoroz__lead-in {
  padding: 20px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 20px;
}

.page-dedmoroz__lead-in,
.page-dedmoroz__register-child-btn {
  text-align: center;
}

.page-dedmoroz__add-padding {
  padding: 0 40px;
}

.page-dedmoroz__registration-link,
.page-dedmoroz__lead-in {
  font-family: "RumRaisinCyr", serif;
  font-size: 24px;
  color: #00375d;
  line-height: 1.8;
  letter-spacing: 1.2px;
}

.page-dedmoroz__registration-link {
  font-size: 26px;
}

.page-dedmoroz__lead-in {
  margin-bottom: 40px;
}

.page-dedmoroz__dif-font {
  font-family: "SnowCapCyr", serif;
  font-size: 40px;
  color: red;
  line-height: 1.4;
}

.page-dedmoroz__wrapper .page-dedmoroz__registration-link:hover,
.page-dedmoroz__wrapper .page-dedmoroz__registration-link:focus,
.page-dedmoroz__wrapper .page-dedmoroz__call-btn:hover,
.page-dedmoroz__wrapper .page-dedmoroz__call-btn:focus {
  color: #337ab7;
}

.page-dedmoroz__date-end {
  font-size: 26px;
}

.page-dedmoroz__register-child-btn {
  float: unset;
  margin: 0 auto;
  padding: 0;
}

.page-dedmoroz__register-child-btn a button {
  font-size: 20px;
  padding: 15px 30px;
}

/* Modal start */

.modalWindow__ded-moroz {
  border: 2px solid #FFFFFF;
  border-radius: 50px;
  padding: 60px 76px 40px;
  width: 776px;
}

.modalWindow__ded-moroz .sendSuccessWindow {
  padding: 0;
}

.modal-dialog {
  padding: 0;
}

.page-dedmoroz__modal-buttons-container {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

@media screen and (min-width: 820px) {
  .modal-dialog {
    width: 776px;
  }
}

@media screen and (max-width: 768px) {
  #wrapper {
    margin: 0 auto 60px;
  }

  .modalWindow__ded-moroz .sendSuccessWindow h4 {
    font-size: 16px;
  }

  .page-dedmoroz__modal-description {
    font-size: 14px;
  }

  .modalWindow__ded-moroz .sendSuccessWindow p {
    font-size: 14px;
  }

  .modalWindow__ded-moroz {
    width: 340px;
    padding: 20px;
    margin: 10px auto;
  }

  .page-dedmoroz__modal-buttons-container {
    flex-direction: column-reverse;

  }
}

/* Modal end */

@media screen and (max-width: 1200px) {
  .page-dedmoroz__grid-images {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .catAppeal--wrapper__ded-moroz h1 {
    font-size: 54px;
  }

  .page-dedmoroz__photos-text {
    flex-direction: column-reverse;
    margin-left: auto;
    margin-right: auto;
  }

  .page-dedmoroz__description-container_deti {
    margin-left: auto;
    margin-right: auto;
    padding: 30px 26px;
  }

  .page-dedmoroz__photos-flex-container {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }

  .page-dedmoroz__title-container_text {
    height: auto;
  }
}

@media screen and (max-width: 991px) {
  .page-dedmoroz__form-image {
    margin-right: 15px;
  }
}

@media screen and (max-width: 768px) {

  .catAppeal--wrapper__ded-moroz h1 {
		font-size: 36px;
	}

	.form-group-horizontal-images-mobile {
    flex-direction: column;
		gap: 25px;
  }

	.opros__ded-moroz {
		width: 96%;
		margin-left: auto;
		margin-right: auto;
	}

	.page-dedmoroz__form-description {
		font-size: 16px !important;
		line-height: 30px;
	}

  .page-dedmoroz__title-container {
    min-width: 340px;
    padding-left: 26px;
    padding-right: 26px;
  }

  .page-dedmoroz__phone {
    font-size: 18px;
    line-height: 18px;
  }

  .page-dedmoroz__phone_form {
    font-size: 24px;
    font-weight: 900;
  }

  .page-dedmoroz__title {
    font-size: 36px;
  }

  .page-dedmoroz__banner-container {
    width: 96%;
  }

  .page-dedmoroz__get-video {
    width: 340px;
    margin-left: auto;
    margin-right: auto;
  }

  .page-dedmoroz__grid-image-container1 {
    width: 532px;
    height: 317px;
  }

  .page-dedmoroz__grid-image-container2 {
    width: 532px;
    height: 317px;
  }

  .page-dedmoroz__get-video_modal {
    width: 260px;
    margin: 0px;
    padding: 0px;
  }

  .page-dedmoroz__title-container_parents {
    height: 86px;
    margin-top: 86px;
  }

  .page-dedmoroz__title-container_form {
    height: 142px;
    margin-top: 10px;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
  }

  .page-dedmoroz__form-image {
    display: none;
  }

  .page-dedmoroz__description-container_form {
    height: 193px;
    width: 96%;
  }

  .page-dedmoroz__title_parents {
    font-size: 36px;
    line-height: 46px;
  }

  .page-dedmoroz__title_form {
    font-size: 36px;
    line-height: 46px;
    padding: 20px 26px 30px;
    text-align: center;
  }

  .page-dedmoroz__description-image-container {
    flex-direction: column-reverse;
    margin-top: 10px;
    height: fit-content;
    gap: 10px;
  }

  .page-dedmoroz__image-container {
    margin-left: auto;
    margin-right: auto;
  }

  .page-dedmoroz__description-container {
    min-width: 340px;
    padding: 30px 26px;
    margin-left: auto;
    margin-right: auto;
  }

  .page-dedmoroz__title_text {
    font-size: 24px;
    line-height: 40px;
  }

  .page-dedmoroz__description-image-container_bottom {
    flex-direction: column;
    margin-top: 40px;
  }

  .page-dedmoroz__image-container_left {
    margin-left: auto;
    margin-right: auto;
  }

  .page-dedmoroz__description-container_right {
    min-width: 340px;
    height: 482px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 26px;
  }

  .page-dedmoroz__snow-font {
    font-size: 24px;
    line-height: 30px;
  }

  .page-dedmoroz__grid-images {
    display: grid;
    grid-template-columns: 1fr;
    object-fit: contain;
    margin-left: auto;
    margin-right: auto;
    margin-top: 16px;
  }

  .page-dedmoroz__title-container_text {
    margin-top: 40px;
    padding: 30px 21px;
  }

  .page-dedmoroz__photos-text {
    flex-direction: column-reverse;
    gap: 10px;
  }

  .page-dedmoroz__description {
    font-size: 14px;
  }

  .page-dedmoroz__description-container_deti {
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 26px;
  }

  .page-dedmoroz__footer {
    display: none;
  }

  .page-dedmoroz__form-container {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
  }

  .page-dedmoroz__form-description-container {
    padding: 30px 26px;
  }

  .catAppeal--wrapper label.control-label {
    font-size: 16px;
    line-height: 24px;
  }

  .page-dedmoroz__form-label {
    font-size: 14px;
  }
}

@media screen and (max-width: 576px) {
  .page-dedmoroz__image {
    width: 340px;
    height: 202px;
  }

  .page-dedmoroz__grid-image-container1 {
    width: 340px;
    height: 202px;
  }

  .page-dedmoroz__grid-image-container2 {
    width: 340px;
    height: 202px;
  }

  .page-dedmoroz__grid-textblock {
    width: 340px;
    height: 246px;
    padding: 30px 26px;
    margin-left: auto;
    margin-right: auto;
  }

  .page-dedmoroz__image2 {
    width: 340px;
    height: 202px;
  }

  .page-dedmoroz__image3 {
    width: 340px;
    height: 202px;
  }

  .page-dedmoroz__image4 {
    width: 340px;
    height: 202px;
  }

  .page-dedmoroz__image5 {
    width: 340px;
    height: 202px;
  }

  .page-dedmoroz__image6 {
    width: 340px;
    height: 202px;
  }

  .page-dedmoroz__image7 {
    width: 340px;
    height: 202px;
  }

  .page-dedmoroz__image8 {
    width: 340px;
    height: 202px;
  }

  .page-dedmoroz__image9 {
    width: 340px;
    height: 202px;
  }

  .page-dedmoroz__image10 {
    width: 340px;
    height: 202px;
  }

  .page-dedmoroz__image11 {
    width: 340px;
    height: 202px;
  }

  .page-dedmoroz__image12 {
    width: 340px;
    height: 202px;
  }

  .page-dedmoroz__image13 {
    width: 340px;
    height: 202px;
  }
}

@media (max-width: 500px) {
  .page-dedmoroz__wrapper {
    padding: 0 15px;
  }

  .page-dedmoroz__registration-menu {
    display: flex;
    flex-direction: column;

    margin: auto 0;
  }

  .page-dedmoroz__registration-menu a:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .page-dedmoroz__margin {
    margin-bottom: 20px;
  }

  .page-dedmoroz__banner {
    margin-bottom: 20px;
  }

  .page-dedmoroz__lead-in {
    margin-bottom: 20px;
  }
}

/* Дед мороз */

textarea#item-text,
textarea#item-dostizheniya {
  height: 100px;
}

ul.thumbnails.image_picker_selector {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.opros {
  padding-top: 30px;
}

.opros p {
  font-size: 16px;
  font-family: "HelveticaNeueCyr-Roman";
}

.opros-item {
  padding-top: 30px;
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.7) 100%);
  border-radius: 50px;
  display: flex;
  padding: 20px;
  margin: 20px 40px;
  justify-content: space-between;
}

.opros-item .form-group {
  margin: 0;
  padding: 0;
}

.form-group {
  margin-bottom: 15px;
  padding-top: 30px;
  display: flex;
  flex-direction: column;
  padding: 20px;
  margin: 20px 0;
}

.form-group-horizontal {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 30px;
}

.form-group-horizontal-vertical {
  display: flex;
  flex-direction: column;
}

.field-item-textr p {
  display: flex;
}

.field-item-textr label.control-label {
  font-weight: bold;
}

.field-item-textr label {
  font-weight: 100;
}

.field-item-textr input[type="radio"] {
  margin: 4px 8px 0;
}


@media (max-width: 1024px) {
  .page-dedmoroz__register-child-btn a button {
    font-size: 18px;
    padding: 15px 20px;
  }
}



@media (max-width: 425px) {
  .page-dedmoroz__registration-link,
  .page-dedmoroz__lead-in {
    font-size: 22px;
  }

  .page-dedmoroz__lead-in {
    padding: 15px;
  }

  .page-dedmoroz__dif-font {
    font-size: 38px;
  }

  .page-dedmoroz__add-padding {
    padding: 0;
  }

  .page-dedmoroz__register-child-btn a button {
    font-size: 16px;
    padding: 10px;
  }

  .page-dedmoroz__date-end {
    font-size: 26px;
  }

  .opros-item .heroes .heroes__hero-1::after {
    left: calc(20% - 60px);
  }

  .opros-item .heroes .heroes__hero-3::after {
    right: calc(20% - 50px);
    width: 120px;
  }

  .page-dedmoroz__video {
    height: 220px;
  }
}

/* END Дед мороз */

/* Rating */
.right {
  float: right;
}

.left {
  float: left;
}

.rating .stars {
  margin-right: 15px;
}

.rating .stars .star {
  float: left;
  padding: 5px 2px;
  cursor: pointer;
}

.rating .stars .star:before {
  content: "★";
  color: #f5c983;
  font-size: 3em;
}

.rating .stars .star:hover:before,
.rating .stars .star.to_rate:before,
.rating .stars .star.rated:before {
  color: #ff9501;
}

.rating .stars .star.no_to_rate:before {
  color: #f5c983;
}

.rating-img {
  width: 100%;
  height: 300px;
  margin: 0;
  background-position: top;
  background-size: cover;
  transition: 1s;
  border-radius: 10px;
}

.rating-img:hover {
  transform: scale(1.03);
  border-radius: 10px;
}

.rating--wrapper {
  margin: 5rem 0;
}
.rating-stars {
  height: 100px;
}
/* END Rating */

/* MAP */

#map {
  width: 100%;
  height: 60vh;
  padding: 0;
  margin: 30px 0;
  position: relative;
}

.map-info {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 400px;
  z-index: 1;
  opacity: 1;
  background: #ff9501d1;
}

.map-info__text {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 2rem;
}

.map-info__text p {
  text-align: right;
  color: #fff;
  font-size: 2rem;
}

@media (max-width: 992px) {
  #map {
    height: 80vh;
  }

  .map-info {
    top: inherit;
    left: 0;
    width: 100%;
  }

  .map-info__text {
    padding: 2rem;
  }

  .map-info__text p {
    font-size: 16px;
  }
}

/* END MAP */
