@import url("../fonts/Museo/stylesheet.css");
* {
  margin: 0;
  padding: 0;
  font-family: 'Museo Sans', sans-serif;
  text-size-adjust:none;
  -webkit-text-size-adjust:none;
}

html {
  letter-spacing: -0.025em;
}

html, body {
  min-height: 100%;
  color: #2E3547;
  font-size: 16px;
  min-width: 350px;
  height: 100%;
  min-height: -webkit-fill-available;
  min-height: -moz-available;
  min-height: fill-available;
}
body{
  position: relative;
  overflow-y: overlay;
  min-width: 1200px;
}
.modal-open nav {
  /*padding-right: 17px;*/
}
main, header, footer {
  display: block;
}

.padd {
  /*padding: 0 20px;*/
}

a, a.btn.btn-link {
  text-decoration: none;
  color: #000;
}

a:focus {
  text-decoration: underline;
  outline: none;
}

h1, h2{
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 26px;
  color: #E5214B;
  padding-top: 45px;
  margin-top: 0;
  margin-bottom: 15px;
}
h1{
  font-size: 30px;
}
h2 {
  font-size: 22px;
}
h3, h4, h5{
  color: #E5214B;
}
h4{
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 60%;
}
.underline{
  margin-bottom: 25px;
}
.underline::after{
  content: '';
  display: block;
  width: 30px;
  height: 3px;
  background-color: #E5214B;
  margin: 20px auto 0;
}

.red {
  color: #E5214B !important;
}

.active_menu {
  color: #E5214B;
}

.thin{
  font-weight: 100;
}
.bolder{
  font-weight: 900;
}

ul li {
  list-style: none;
}

p {
  font-size: 16px;
  line-height: 25px;
}
p span {
  font-size: 16px;
}
p strong {
  font-size: 16px;
}

.fix_w p, .fix_w a, .fix_w b {
  margin-top: 25px;
  font-size: 16px !important;
}
.fix_w p span::before, .fix_w a span::before, .fix_w b span::before {
  content: "\2022";
  display: inline-block;
  margin: 0 4.5px 0 5px;
}

.wrapper {
  max-width: 1200px;
  margin: 0 auto; }

.dark {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 201;
  display: none; }

.popup {
  display: none;
  z-index: 1050;
  background: #fff;
  width: 400px;
  min-height: 100px;
  border-radius: 10px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -200px;
  margin-top: -50px;
  box-sizing: border-box;
}
.popup span {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    background: url(../images/new/close.svg) no-repeat;
    background-size: 20px;
    opacity: 1!important;
}
.popup h2 {
    text-align: center;
    font-size: 18px;
    margin-top: 0!important;
}
nav {
  position: fixed;
  width: 100%;
  top: 0;
  background-color: #FFFFFF;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  z-index: 200;
  transition: box-shadow 0.3s ease;
}
nav.dropShadow{
  box-shadow: 0 -3px 10px 0 rgba(0, 0, 0, 0.5);
}
nav .wrapper {
  display: flex;
  justify-content: space-between;
  height: 53px;
}
nav .wrapper .logo {
  padding: 0;
  opacity: 0;
  transition: opacity 0.5s;
}
nav .wrapper .logo.ready {
  opacity: 1
}
nav .wrapper .logo a{
  width: 150px;
  position: absolute;
  display: block;
  overflow: hidden;
}
nav .wrapper .logo img{
  max-width: 150px;
  height: auto;
  position: absolute;
  top: 0;
}
nav .wrapper ul.mainMenu {
  /*flex: 100%;*/
  /*margin-left: 150px;*/
}
nav .wrapper ul {
  padding: 15px 0;
  margin: 0 10px;
  display: flex;
}
nav .wrapper ul a,
nav .wrapper ul a:visited {
  font-size: 14px;
  text-transform: uppercase;
  color: #2E3547;
  transition: color .4s ease;
  font-weight: bold;
  white-space: nowrap;
}
nav .wrapper ul a:hover,
nav .wrapper ul a:focus,
nav .wrapper ul a:active{
  color: #E5214B;
  text-decoration: none;
}
nav .wrapper ul.right__menu a:hover,
nav .wrapper ul.right__menu a:focus,
nav .wrapper ul.right__menu a:active{
  color: #FFFFFF;
}
nav .wrapper ul.right__menu {
  display: flex;
  justify-content: end;
}
nav .wrapper ul.right__menu a {
  white-space: nowrap;
  color: #FFFFFF;
  background-color: #E5214b;
  padding: 5px 8px;
  border-radius: 5px;
}
nav .wrapper ul.right__menu a.red{
  color: #ffffff!important;
}
nav .wrapper ul.right__menu a.outlineBtn {
  background-color: #FFFFFF;
  color: #E5214b;
  border: 2px solid #E5214b;
  padding: 3px 6px;
}

a.redButton:hover,
a.redButton:focus{
  text-decoration: none;
  color: #FFFFFF;
}

.redButton{
  white-space: nowrap;
  color: #FFFFFF;
  background-color: #E5214b;
  border: 2px solid #E5214b;
  padding: 3px 6px;
  border-radius: 5px;
  transition: all 0.4s;
  margin-bottom: 20px;
}
.redButton.outline{
  background-color: #FFFFFF;
  color: #E5214b;
}
.blueButton{
  white-space: nowrap;
  color: #FFFFFF;
  background-color: #005BAA;
  border: 2px solid #005BAA;
  padding: 3px 6px;
  border-radius: 5px;
  transition: all 0.4s;
  margin-bottom: 20px;
}
a.blueButton,
a.blueButton:hover,
a.blueButton:focus{
  text-decoration: none;
}
.blueButton.outline {
  color: #005BAA;
  background-color: #FFFFFF;
}

nav .wrapper ul.mainMenu li {
  padding: 0 8px 0;
  display: inline-block;
  transition: color .4s ease;
}
nav .wrapper ul li a.active_menu {
  color: #E5214b;
}
header .wrapper {
  padding-top: 53px;
  position: relative;
}
header .banner .bigTitle {
  font-size: 34px;
}
header .banner .title {
  padding-top: 50px;
}

header .innerPage{
  background-image: url('/web/images/inner_banner.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 0;
  color: #FFF;
  width: 100%;
  font-size: 28px;
  text-align: center;
  position: relative;
}

.player_buttons button{
  margin-bottom: 20px !important;
}


header .banner{
  background-image: url('/web/images/IMG_3733.jpeg');
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 0;
  color: #FFF;
  width: 100%;
  font-size: 28px;
  text-align: center;
  position: relative;
}


/**header .info{
  padding-bottom: 45px;
  padding-top: 10px;
}*/
.header_background {
  height: 500px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 100% 40%;
  background-size: cover;
}

header .innerPage{
  font-size: 28px;
  background-position: 50%;
}

/*Расскоментировать при появлении нормального баннера*/

header .innerPage .info{
  padding-bottom: 30px;
  padding-top: 30px;
}
header .innerPage .title:first-child {
  padding-top: 0;
}
header .innerPage .title {
  padding-top: 25px;
}
header .innerPage .place {
  font-size: 0;
  display: none;
  visibility: hidden;
}
header .innerPage .bigTitle {
  font-size: 30px;
}

div#timer {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 22px;
  font-weight: 300;
  position: absolute;
  right: 20px;
  bottom: 0;
  top: 0;
  flex-direction: column;
  background:linear-gradient(0deg, rgba(255,255,255,0) 0%, rgb(172 227 255) 50%, rgba(255,255,255,0) 100%);
  width: 200px;
}
div#timer .jcd_container,div#timer .jcd_cover {
  background: none;
}
.jcd_item2{
  border-right: 2px solid #001750;
}
.jcd_minute .jcd_item2 {
  border: 0;
}
.countdown {
  min-width: 100px;
  transition: .4s all;
  transform: scale(0.8);
  margin-top: -40px;
}
.countdown.ready {
  opacity: 1;
}
.timer {
  color: #fff;
  text-align: center;
}

#content #mp {
  margin-top: 70px; }

#content .sponsors {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 22px;
  padding: 0 212px;
}
#content .sponsors a {
  display: flex;
  align-items: center;
}
#content .sponsors a:hover {
  text-decoration: none;
}
#content .sponsors .sponsorLogo {
  margin-right: 11px;
}
#content .sponsors .sponsorName {
  font-size: 15px;
  line-height: 1.2em;
  margin-top: -5px;
  max-width: 220px;
}

p#event-ball {
  margin-top: 22px;
  margin-left: 30px;
  margin-bottom: 34px;
  text-align: center;
  color: #005BAA;
}

.icon-info {
  display: inline-block;
  background-size: cover;
  width: 23px;
  height: 23px;
  margin-left: -30px;
  vertical-align: middle;
  margin-right: 5px;
}

#mp-btns {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 0 290px 17px;
}
#mp-btns a:focus {
  border: none;
  outline: none;
}
#mp-btns a:hover {
  border: none;
  outline: none;
  text-decoration: none;
}
div#mp-btns a {
  margin: 15px 0 0;
}
#mp-btns a img {
  height: 50px;
  width: auto;
}
footer {
  background-color: #2B4A81;
  color: #FFFFFF;
  text-align: center;
  position: absolute;
  top: calc(100% - 32px);
  width: 100%;
  height: 32px;
}
footer p {
  font-size: 1.00em;
  padding: 1px;
}
footer .wrapper {
  position: relative;
}
main{
  position: relative;
}
main::before,
main::after{
  content: ' ';
  position: absolute;
  background-position: top;
  width: 267px;
  height: calc( 100% - 281px);
  top: 0;
  z-index: -1;
  opacity: 0.2;
}
footer span{
  padding: 5px 0 2px;
  display: block;
  font-size: 17px;
}

@media all and (orientation: portrait) {
  #content {
    padding: 0 20px; }
  nav .wrapper ul.mainMenu {
    padding: 18px 5px; }
    nav .wrapper ul.mainMenu li {
      padding: 0 8px 0 8px; }
      nav .wrapper ul.mainMenu li a {
        position: relative;
        z-index: 100; } }

main {
  min-height: 100%;
  position: relative;
  padding-bottom: 60px; }

.frontpage main {
  padding-bottom: 60px; }

div#content {
  /*min-height: 2550px;*/
  padding-bottom: 100px;
}

.modal-header {
  position: relative; }
  .modal-header .close {
    margin-top: -2px;
    position: absolute;
    right: 20px;
    top: 20px; }
    .modal-header .close:focus {
      border: none;
      outline: none; }
    .modal-header .close span {
      font-size: 28px; }


.modal-open {
  /*overflow: visible;*/
}
a.logout {
  margin-left: 10px;
  position: relative;
  max-height: 20px;
  display: block;
}
a.logout svg {
  width: 20px;
  height: 20px;
  vertical-align: -10%;
}
.table-striped > tbody > tr {
  background-color: #FFFFFF;
}

.btn-primary,
.btn-primary:hover  {
  background-image: none;
  background-color: #2B4A81;
  border-color: #2B4A81;
  outline: none;
  box-shadow: none;
}

.slick-initialized .slick-slide {
  outline: none;
}

#reg-form .form-group .alert,
#forgetForm .form-group .alert,
#loginForm .form-group .alert {
  visibility: hidden;
  display: none;
}

#reg-form .form-group.has-error .alert,
#forgetForm .form-group.has-error .alert,
#loginForm .form-group.has-error .alert {
  visibility: visible;
  display: block; }

.nav-tabs > li > a.active {
  border-top: 1px solid #ddd !important;
  border-left: 1px solid #ddd !important;
  border-right: 1px solid #ddd !important;
  border-bottom: 1px solid #fff !important; }

video:focus-visible{
  outline: none;
}

#imgs{
  -ms-touch-action: auto;
  touch-action: auto;
}
.field-covidform-file.has-error .help-block{
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 4px;
  background-image: -webkit-linear-gradient(top,#f2dede 0,#e7c3c3 100%);
  background-image: -o-linear-gradient(top,#f2dede 0,#e7c3c3 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,from(#f2dede),to(#e7c3c3));
  background-image: linear-gradient(to bottom,#f2dede 0,#e7c3c3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  background-repeat: repeat-x;
  text-shadow: 0 1px 0 rgb(255 255 255 / 20%);
  -webkit-box-shadow: inset 0 1px 0 rgb(255 255 255 / 25%), 0 1px 2px rgb(0 0 0 / 5%);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 25%), 0 1px 2px rgb(0 0 0 / 5%);
  border: 1px solid #dca7a7;
}
.field-covidform-file.has-error .help-block::before{
  content: 'Внимание!';
  font-weight: bold;
  display: inline-block;
  margin-right: 5px;
}
.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
  color: #333333;
}

.sponsors_block h2{
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
  color: #e5214b;
  margin-top: 60px;
}

.general_sponsors{
}
.main_sponsors {
}
.support_sponsors {
}
.sponsors_block .sponsors_logos{
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.other_sponsors .sponsors_logos{
  flex-wrap: wrap;
}
.sponsors_block a img{
  max-width: 100%;
  max-height: 100%;
}
.general_sponsors .sponsors_logos a{
  max-width: 350px;
}
.main_sponsors .sponsors_logos a{
  max-width: 270px;
}
.support_sponsors .sponsors_logos a{
  max-width: 200px;
}
.other_sponsors .sponsors_logos a{
  max-width: 150px;
  margin: 50px 50px 10px;
  max-height: 100px;
  min-width: 150px;
}
.NMO_block ul:first-child{
  margin-right: 130px;
}
.NMO_block ul li{
  font-size: 16px;
  list-style-type: disc;
  margin-left: 20px;
  white-space: nowrap;
}
.NMO_block .d-flex {
  display: flex;
}
#tab-materials h1{
  margin: 30px 0 10px;
}

.homepageMenu {
  display: flex;
  justify-content: center;
  padding: 20px 0;
}
.homepageMenu ul {
  display: flex;
  text-transform: uppercase;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
  align-items: center;
}
.homepageMenu li {
  display: flex;
}
.homepageMenu ul a {
    background-color: #2B4A81;
    color: #FFFFFF;
    padding: 17px 24px;
    font-size: 17px;
    box-shadow: 0 0 0 0 #000;
    transition: all 0.5s;
    position: relative;
    z-index: 9;
}
.homepageMenu ul a:hover {
    text-decoration: none;
    box-shadow: 0 0 8px -1px #000;
    position: relative;
    z-index: 10;
}
.homepageMenu ul a.accent {
    background-color: #DA1921
}

.adaptiveVideo{
  width: 100%;
  height: 0;
  padding-bottom: 52.6%;
  position: relative;
}
.adaptiveVideo iframe{
  width: 100%;
  height: 100%;
  position: absolute;
}
.contentBlock {
  /*padding: 0 50px;*/
  margin-bottom: 45px;
}
#map{
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  height: 400px;
  width: 100%;
  margin-top: 30px;
}

p a,
p a:hover,
p a:focus,
span.link,
li a,
li a:hover{
  color: #e5214b;
  text-decoration: none;
  cursor: pointer;
}

.shadow{
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}

#imgs img{
  transition: opacity 0.5s;
}
#imgs.transparent img{
  opacity: 0;
}

.videoBlock {
  width: 700px;
  margin: 55px auto 0;
}


.collapsedMenu {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-left: 150px;
}

.burger {
  display: none;
  width: 40px;
  height: 31px;
  position: relative;
  margin: 11px 10px 11px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
.burger span{
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #404040;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.burger span:nth-child(1) {
  top: 0;
}
.burger span:nth-child(2),.burger span:nth-child(3) {
  top: 13px;
}
.burger span:nth-child(4) {
  top: 26px;
}
.burger.open span:nth-child(1) {
  top: 18px;
  width: 0;
  left: 50%;
}
.burger.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.burger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.burger.open span:nth-child(4) {
  top: 18px;
  width: 0;
  left: 50%;
}
/*
@media screen and (max-width: 950px) {
  nav .wrapper .logo a{
    height: 54px;
  }
  nav .wrapper .logo img{
    position: relative;
    top: -215px;
  }
  .collapsedMenu {
    position: fixed;
    padding-top: 30px;
    padding-left: 0;
    top: -100%;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9;
    background-color: #E5214B;
    transition: all 0.4s ease-in-out;
    flex-direction: column;
    justify-content: start;
    background-image: url('/images/logo.png');
    background-position: 100% 100%;
    background-repeat: no-repeat;
  }
  .collapsedMenu.open{
    top: 0;
  }
  .burger {
    display: block;
    position: relative;
    z-index: 10;
  }
  nav .wrapper ul.mainMenu {
    flex-direction: column;
    margin-left: 0;
  }
  nav .wrapper ul.mainMenu li {
    padding: 10px 8px 10px 8px;
  }
  nav .wrapper ul.mainMenu li a.active_menu{
    border-bottom: 1px solid #FFFFFF;
    color: #FFFFFF;
  }
  nav .wrapper ul.mainMenu li a{
    color: #FFFFFF;
  }
  nav .wrapper ul.right__menu {
    justify-content: start;
    padding-left: 14px;
    padding-top: 0;
  }
  nav .wrapper ul.right__menu a{
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
  }
  h4{
    width: 80%;
  }
}

@media screen and (max-width: 1200px) and (min-width: 949px) {
  nav .wrapper ul.mainMenu li {
    padding: 0 4px 0;
  }
  nav .wrapper ul.mainMenu li a{
    font-size: 12px;
  }
}
*/
.sponsorSlider {
  margin: 20px 0;
}
.sponsorSlider .swiper-slide a,
.sponsorSlider .swiper-slide span{
  width: 50px;
  height: 50px;
}
.sponsorSlider .swiper-slide a img,
.sponsorSlider .swiper-slide span img{
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: 100%;
}
.sponsorSlider .swiper-slide {
  width: 200px;
  display: flex;
  justify-content: center;
}
.contactsPage ul{}
.contactsPage .rightSide{
  padding: 30px 0 0 40px;
  width: 380px;
}
.contactsPage li {
  border-bottom: 1px solid #aaa;
  padding: 17px 0 17px 0;
}
.hr{
  display:block;
  border-bottom: 1px solid #aaa;
  width: 100%;
  height: 0;
  margin-top: 35px;
  margin-bottom: -5px;
}
.contactsPage li span{}
.contactsPage li p {
  padding: 0;
  margin: 0;
}
.contactsPage .page-contact-block-body__social, .contactsPage .graphic{
  display: flex;
  justify-content: space-around;
  margin-top: 20px
}
[data-center] li {
  padding: 9px 0 10px 0;
}
.contactsPage .page-contact-block-body__social a svg{
  fill: #222222;
  transition: all 0.4s;
}
.contactsPage .page-contact-block-body__social a:hover svg{
  fill: #E5214b;
}
.contactsPage .map{
  display: flex;
  justify-content: space-between;
}
.contactsPage .def{
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #E5214B;
  margin-right: 10px;
}
.contactsPage .graphic span{
  font-size: 24px;
  display: block;
}

.contentBlock ul li{
  margin-left: 30px;
}
.contentBlock ul li::before{
  content: ' ';
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #E5214B;
  margin-left: -30px;
  margin-right: 18px;
}

.blue_text{
  color: #2B4A81;
  font-weight: bold;
}

.sponsors_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
.sponsors_container a,
.sponsors_container span{
  display:block;
  margin: 40px 30px 0;
}
.sponsors_container a img,
.sponsors_container span img{
  max-width: 180px;
  max-height: 80px;
  width: 100%;
  height: 100%;
}
.sponsors_container.general__sponsors a img {
  max-width: 400px;
  max-height: 140px;
  min-width: 400px;
}
.sponsors_container.official__sponsors a img {
  max-width: 300px;
  max-height: 96px;
}
.sponsors_container.default__sponsors a img {
  max-width: 220px;
  max-height: 90px;
}
.sponsors_container.default__sponsors span img {
  max-width: 220px;
  max-height: 90px;
}
.outlineBtn {
  background-color: #FFFFFF;
  color: #E5214b;
  border: 2px solid #E5214b;
  padding: 3px 6px;
  border-radius: 5px;
  margin-bottom: 20px;
}
.font-weight-normal {
  font-weight: normal;
}
.index-description h2{
  margin: 0;
  padding: 20px 0 20px 0;
}
.index-description .text-content p {
  font-size: 24px;
  font-weight: 300;
  color: #001750;
}

.doctors {
  max-width: 1000px;
  margin: -80px auto;
  z-index: 8;
  position: relative;
}
.homepage_tab .title_homepage_tab .pre_button h2 {
  color: #001750;
  font-size: 20px;
}
.doctors .doctor h4 {
  margin-top: 20px;
  text-align: left;
  width: 100%;
  color: #001750;
}


.mt-30{
  margin-top: 30px;
}
.exhibition_header{
  min-height: 80px;
}
.exhibition_header a{
  display: block;
  margin: 10px auto 20px;
  width: max-content;
}
.exhibition_header img{
  max-width: 300px;
  max-height: 250px;
  width: 100%;
  height: 100%;
  display: block;
}
.exhibition_posters{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin: 20px auto;
  width: 100%;
}
.exhibition_posters a{
  display: block;
  max-width: 900px;
  height: auto;
  margin-bottom: 20px;
  border: 1px solid #E5214b;
}
.exhibition_posters a img{
  width: 100%;
  height: auto;
  display: block;
}
.backBnt{
  position: absolute;
  line-height: 23px;
}

.styled_list{
  margin-left: 16px;
}
.styled_list ul{
  margin-left: 16px;
}
.styled_list li {
  line-height: 30px;
}
.styled_list ul li{
  list-style-type: none;
  line-height: 30px;
}
.styled_list ul li::before {
  content: ' ';
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #E5214B;
  margin-left: -10px;
  margin-right: 10px;
}
.bg__skyBlue,
.bg__skyBlue nav{
  background-color: #DDEEFF
}

.redLink,
.redLink:hover,
.redLink:active,
.redLink:visited{
  color: #e5214b;
  text-decoration: none;
}
.card-ask {
  border: 1px solid #DD8699;
  border-radius: 4px;
  padding: 20px 10px;
}
#askForm .form-group .alert {
  visibility: hidden;
  display: none;
}
#askForm .form-group.has-error .alert {
  visibility: visible;
  display: block;
}
#askForm .has-success .form-control {
  border-color: #ccc;
  box-shadow: none;
}
