.current-event{padding:22px 0}.current-event__enter{-webkit-animation:fade-in 500ms ease-in;animation:fade-in 500ms ease-in}@-webkit-keyframes fade-in{from{opacity:0}to{opacity:1}}@keyframes fade-in{from{opacity:0}to{opacity:1}}.current-event__header{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-bottom:28px}.current-event__close{width:18px;height:18px;margin-right:22px;cursor:pointer}.current-event__date{color:black;font-family:Circe;font-size:17px;font-weight:400;line-height:55px;font-variant:small-caps;padding:0 22px}.current-event__title{margin-bottom:15px;color:#111;font-family:Geometria;font-size:18px;font-weight:500;line-height:24px;padding:0 22px}.current-event__form-title{margin-bottom:15px;color:#111;font-family:Geometria;font-size:18px;font-weight:500;line-height:24px;padding:0 22px;padding:0}.current-event__text{color:#111;font-family:Geometria;font-size:18px;font-weight:400;padding:0 22px;line-height:29px;margin-bottom:15px}.current-event__map{width:100%;margin-bottom:30px}.current-event__form{padding:0 22px}.current-event__input{width:100%;border:none;padding:19px 20px 17px;margin-bottom:12px}.current-event__input:last-child{margin-bottom:24px}.current-event__submit{border:none;background-color:#fcc400;color:white;-webkit-border-radius:30px;border-radius:30px;padding:20px;width:220px;position:relative;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.event{border:3px solid #2b90ea;-webkit-box-sizing:border-box;box-sizing:border-box;padding:25px 18px 18px;-webkit-transition:all 300ms;transition:all 300ms;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.event:hover{border-color:rgba(252,196,0,0.9)}.event__active{border-color:#fcc400}.event__date{margin-bottom:13px;color:#c7d0d7;font-family:Circe;font-size:17px;font-weight:400;line-height:55px;font-variant:small-caps}.event__title{margin-bottom:38px;color:#111;font-family:Geometria;font-size:18px;font-weight:500;line-height:24px}.event__description{display:none}.event__type{color:#878787;font-family:Geometria;font-size:14px;font-weight:500;line-height:24px;text-align:right}.events-page{padding:133px 0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.events-page__content{width:65%;margin-right:42px}.events-page__title{color:#363636;font-family:Geometria;font-size:45px;font-weight:300;line-height:58px;margin-bottom:30px}

.events-page__sidebar{width:30%; //background-color:#f3f7fa;-webkit-animation:fade-in 500ms ease-in;animation:fade-in 500ms ease-in}.events-page__sidebar_hidden{-webkit-animation:fade-out 500ms ease-in forwards;animation:fade-out 500ms ease-in forwards}@keyframes fade-in{from{opacity:0}to{opacity:1}}@-webkit-keyframes fade-out{from{opacity:1}to{opacity:0}}@keyframes fade-out{from{opacity:1}to{opacity:0}}@media only screen and (max-width:1400px){.events-page__content{margin-right:30px}}@media only screen and (max-width:980px){.events-page__sidebar{width:40%}}@media only screen and (max-width:768px){.events-page__content{width:100%;margin-right:0}.events-page__sidebar{width:100%;position:fixed;overflow:scroll;height:-webkit-calc(100vh - 45px);height:calc(100vh - 45px);left:0;top:45px;width:100vw;-webkit-animation:none;animation:none}.events-page__sidebar_hidden{left:-100vw}}.events{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.events__event{margin-bottom:18px;width:30%}.events__event:not(:nth-child(3n)){margin-right:2%}@media only screen and (max-width:1400px){.events__event{width:48%}.events__event:not(:nth-child(3n)){margin-right:0}.events__event:not(:nth-child(2n)){margin-right:2%}}@media only screen and (max-width:768px){.events__event{width:100%}.events__event:not(:nth-child(2n)){margin-right:0}}


.events-page{
    min-height: 1000px;
}
/*равные колонки:*/
.aside-new {
    position: relative; /*for inner h100%*/
    width: 30%;
    min-width: 242px;
    /*width: 100%;*/
}
.events-page__sidebar {
    width: 100%;
    max-width: 100%;

  float: right;
  position: absolute;
  height: 100%;
  box-sizing: border-box;
  overflow: auto;
  
  word-wrap: break-word;
}


.current-event__form input {
    font-size: 16px;
}
.current-event__submit {
    font-size: 18px;
    margin-top: 10px;
}
.events-page__sidebar .current-event {
    background-color:#f3f7fa;
}



.events-text {
    font-size: 18px;
    line-height: 30px;
}


.current-event__input {
    display: block;
    max-width: 250px;
    margin-left: auto;
    margin-right:auto;
}



.hide { display: none;}