@import url("../fonts/Museo/stylesheet.css");
* {
  margin: 0;
  padding: 0;
  font-family: 'Inter', 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;
  font-weight: 500;
}
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;
}

.btn-danger {
  background-color: #E5214b !important;
  border-color: #E5214b !important;
  outline: none !important;
  box-shadow: none !important;
}

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: 1144px;
  top: 18px;
  margin: 0 auto;
  background-color: #FFFFFF;
  box-shadow: 1px 1px 10px 0 rgb(0 0 0 / 22%);
  z-index: 200;
  transition: box-shadow 0.3s ease;
  left: 28px;
  right: 28px;
  border-radius: 20px;
  padding: 6px 0;
}
nav.nav-sub {
  border-radius: 20px;
}
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;
  height: 200px;
  top: 0px;
  border-radius: 20px 0 0 0;
  transform: translateZ(0);
}
nav .wrapper .logo img{
  max-width: 150px;
  width: 150px;
  height: auto;
  position: absolute;
  top: 0;
  transition: 0.2s border-radius ease;
  transform: translateZ(0);
}
nav .wrapper .logo-min a {
  top: 7px;
  padding: 10px 20px;
}
nav .wrapper .logo-min img{
  max-width: 100px;
  width: 100px;
  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: 16px;
  color: #5c5c5c;
  transition: color .4s ease;
  font-weight: 500;
  white-space: nowrap;

}
nav .wrapper ul a:hover,
nav .wrapper ul a:focus,
nav .wrapper ul a:active{
  color: #0D284E;
  text-decoration: none;
}
nav .wrapper .right__menu a:hover,
nav .wrapper .right__menu a:focus,
nav .wrapper .right__menu a:active{
  color: #FFFFFF;
}
nav .wrapper .right__menu {
  display: flex;
  justify-content: end;
  align-items: center;
}
nav .wrapper .right__menu a {
  white-space: nowrap;
  color: #FFFFFF;
  background-color: #E5214b;
  padding: 11px 20px;
  border-radius: 10px;
  font-weight: 500;
  font-size: 16px;
  margin-right: 14px;
  text-align: center;
  text-decoration: none;
}
nav .wrapper .right__menu a.red{
  color: #ffffff!important;
}
nav .wrapper .right__menu a.outlineBtn {
  background-color: #FFFFFF;
  color: #E5214b;
  border: 2px solid #E5214b;
  padding: 9px 20px;
  min-width: 110px;
  font-weight: 500;
  border-radius: 10px;
  margin-bottom: 0;
  text-align: center;
}

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 10px 0;
  transition: color .4s ease;
  line-height: 1;
  display: flex;
  align-items: center;
}
nav .wrapper ul li a.active_menu {
  color: #0D284E;
}
header .wrapper {
  position: relative;
}
header .banner .bigTitle {
  font-size: 34px;
}
header .banner .title {

}

header .innerPage{
  /*background-image: url('/web/images/Banner_small.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.bg-banner.frontPage{
  background-image: url('/web/images/banner_background.jpg?v=2');
  background-repeat: no-repeat;
  background-size: cover;
}

header.bg-banner.innerPage{
  background-image: url('/web/images/banner_background.jpg?v=2');
  background-repeat: no-repeat;
  background-size: cover;
  height: 270px;
  background-position: 0 59%;
}

header .banner {
  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; }


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: 50px;
}

.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{
  height: 350px;
  width: 100%;
}

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: 0;
  width: 320px;
}

.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 {
  background: linear-gradient(98.83deg, #274785 11.19%, #B32C36 100.91%);
  position: relative;
}
.index-description::after {
  content: '';
  background-image: url(/images/heart.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 167px;
  display: block;
  height: 420px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-size: contain;
}
.index-description h2{
  font-family: Onest;
  text-transform: none;
  color: #fff;
  font-weight: 600;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;

}
.index-description h2 span{
 font-weight: 500;

}
.index-description .desc{
  width: 890px;
  margin: 0 auto;
  background: #fff;
  padding: 56px;
  border-radius: 20px;

  font-weight: 400;
  font-size: 19px;
  line-height: 30px;
  letter-spacing: -3%;
  text-align: center;
  color: #33363B;
  margin-bottom: 50px;

}
.index-description .desc .date{
  font-family: Onest;
  font-weight: 600;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 22px;
}
.index-description .desc h5{
  font-family: Onest;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 6px;
  text-align: center;
  margin-top: 26px;
  text-transform: uppercase;
}
.index-description .desc a{
  text-decoration: underline;
}

.doctors-title {
  text-align: center;
  margin-bottom: 45px;
}
.doctors-title h2 {
  font-weight: 600;
  font-size: 40px;
  text-transform: uppercase;
}
.doctors {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 50px 0;
}
.doctors .doctor {
  width: 310px;
}
.doctors .doctor .doctor_photo {
  width: 185px;
  height: 185px;
  border: 6px solid #0000001F;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}
.doctors .doctor .doctor_photo img {
  width: 100%;
  height: auto;
}
.doctors .doctor .doctor_content  {
  text-align: center;
}
.doctors .doctor .doctor_content p {
  font-family: Onest;
  font-weight: 400;
  font-size: 15px;
  color: #5c5c5c;
}
.doctors .doctor .doctor_content h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #E5214B;
  text-align: center;
  margin-bottom: 12px;
}
.doctors .doctor .doctor_content .btn-greeting {
  background: transparent;
  border: 0;
  outline: 0;
  display: flex;
  align-items: center;
  margin: 0 auto;
}
.doctors .doctor .doctor_content .btn-greeting img {
  width: 36px;
  height: 36px;
  margin-right: 6px;
}
.doctors .doctor .doctor_content .btn-greeting span {
  font-weight: 600;
  font-size: 18px;
}
.modal-greeting .modal-content {
  box-shadow: none;
  border: 0;
  border-radius: 16px;
}
.modal-greeting .close {
  opacity: 1;
  right: 40px;
  top: 40px;
}
.modal-greeting .close img {
  width: 40px;
  height: 40px;
  min-width: 40px;
}
.modal-greeting .modal-content .modal-header {
  border-bottom: 0;
  padding: 50px 100px 50px 50px;
}
.modal-greeting .modal-content .modal-header .modal-title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 30px;
  color: #151515A3;
}
.modal-greeting .modal-content .modal-body {
  padding: 0 50px 50px;
  color: #2A2A2A;
  font-weight: 400;
  font-size: 16px;
}
.blur-backdrop {
  backdrop-filter: blur(10px);
}


.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;
}


.swiper-theme {
  height: 330px;
  margin-top: 60px;
}
.swiper-theme .swiper-slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.swiper-theme .swiper-slide .wrapper{
 position: relative;
}
.swiper-theme .swiper-slide .text h4 {
  font-weight: 600;
  font-size: 32px;
  color: #fff;
  text-align: left;
  margin: 0;
  white-space: nowrap;
}
.swiper-theme .swiper-slide .text {
  color: #fff;
  position: absolute;

}
.swiper-theme .swiper-slide .text p {
  font-weight: 600;
  font-size: 16px;
}
.swiper-theme .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-theme .swiper-pagination-bullet {
  width: 26px;
  height: 26px;
  background: #FFFFFF26;
  font-size: 14px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
}
.swiper-theme .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 31px;
  height: 31px;
  background: #4A4C8E;
  font-size: 17px;
  font-weight: 700;
}

.nmo {
  background-image: url('/images/bg-nmo.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left 30%;
  font-size: 16px;
  padding: 80px 30px 100px;
  color: #000000C7;
  line-height: 28px;
}

.nmo h3 {
  font-weight: 600;
  font-size: 40px;
  text-align: center;
  margin-bottom: 40px;
}

.nmo b {
  font-weight: 700;
}


.contacts {
  background: linear-gradient(95.88deg, #274785 -6.16%, #A72328 102.5%);
  padding: 60px 0;
}
.contacts a {
  color: #fff;
  text-decoration: underline;
}
.contacts .map {
  width: 1048px;
  margin: 0 auto;
  border-radius: 27px;
  padding: 13px 26px 26px;
  color: #fff;
}
.contacts .map h3 {
  font-weight: 600;
  font-size: 40px;
  text-align: center;
  margin: 13px 0;
  color: #fff;
}

.contacts .map .row {
  display: flex;
  align-items: center;
}
.sponsors-container {
  margin-top: 50px;
}
.sponsors-container h3 {
  font-weight: 600;
  font-size: 40px;
  text-align: center;
}
.sponsors-container .sponsors {
  font-weight: 600;
  font-size: 40px;
  text-align: center;
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 20px 0 30px;
  gap: 10px
}
.sponsors-container .sponsors a{
  width: 222px;
  box-shadow: 0px 4px 24.9px 0px #0000001F;
  background: #fff;
  display: flex;
  height: 113px;
  align-items: center;
  justify-content: center;
  padding: 15px;
  border-radius: 10px;
}
.sponsors-container .sponsors a img{
  max-height: 100%;
  max-width: 100%;
}
.faq {
  padding: 80px 30px 100px;
}
.faq h3 {
  font-weight: 600;
  font-size: 40px;
  text-align: center;
  margin-bottom: 40px;
}
.faq .faq-question {
  margin-bottom: 12px;
  padding: 10px;
  border: 2px solid #2C4A81;
  border-radius: 12px;
}
.faq .faq-title {
  text-decoration: none;
  font-size: 22px;
  color: #2C4A81;
  text-transform: uppercase;
}
.faq .faq-answer {
  padding: 10px 0;
  color: #2C4A81;
}

.faq .faq-answer a {
  color: #2C4A81;
}

