* {
  font-family: 'Fira Sans', sans-serif;
}

body {
  background: #F9F9F9
}

@media (min-width: 1200px) {
  .container {
    max-width: 1240px;
  }
  .calendar-wrapper {
    max-width: 1240px !important;
  }
}

.wrapper-overlay {
  min-height:calc(100vh - 606px)
}

.tui-full-calendar-weekday-grid-header {
  text-align: center;
}

a:focus, a:active, .btn:focus, .btn:active, .slick-slide:active, .slick-slide:focus {
  outline: none;
  box-shadow: none;
}

.newlogo-box a:last-child {
  padding-top: 5px;
}

.newlogo-box a:last-child img {
  height: 53px
}

.events-listner { visibility: hidden; }
.events-listner-slider-new .slick-list {
  padding: 20px 15px;
  margin: -20px -15px;
}

.site-header {
  min-height: 80px;
  background: #0052CD;
  padding: 12px 0 11px;
  color: #fff
}

.site-header .site-title {
  font-style: normal;
  margin-top: 7px;
  font-size: 18px;
  line-height: 22px;
  align-items: center;
  font-weight: 500;
}

.site-header .site-comment {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.64);
  font-style: normal;
  line-height: 14px;
  font-weight: normal;
  font-size: 14px;
}

.site-header .site-mail-box {
  text-align: right;
  padding-top: 15px;
}

.site-header .site-mail-box a {
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  color: #FFFFFF;
  position: relative;
  padding-left: 35px;
}

.site-header .site-mail-box a .icon-mail {
  transition: all 0.2s;
  display: block;
  position: absolute;
  left: 0;
  top: -2px;
  width: 24px;
  height: 19px;
  background: url("../images/icons/mail-icon.png") no-repeat
}

.site-header .site-mail-box a:hover .icon-mail {
  transform: scale(1.3);
  opacity: 0.5
}

.site-header .site-mail-box-old {
  padding-top: 5px;
}

.site-header .site-mail-box-old a:first-child {
  transition: all 0.2s;
  font-weight: 100;
  text-transform: uppercase;
  opacity: 0.8
}

.site-header .site-mail-box-old a:first-child:hover {
  opacity: 1;
  font-weight: bold;
}

.wr-dinamic-logo {
  transform-style: preserve-3d;
  height: 57px;
  width: 85%;
  position: relative;
  animation: rotate 15s infinite linear;
}

.wr-dinamic-logo .wrdl-miccedu {
  padding-left: 1px;
  transform: translateZ(-24px) rotateY(-180deg);
  width: 100%;
  background: #0052CD;
  position: absolute;
  top: 0;
}

.wr-dinamic-logo .wrdl-miccedu img {
  width: 117px
}

.wr-dinamic-logo .wrdl-mirea {
  transform: translateZ(24px);
  width: 100%;
  background: #0052CD;
  position: absolute;
  top: 0;
}

.wr-dinamic-logo .wrdl-mirea a {
  margin-right: 10px;
}

@keyframes rotate {
  0% {
    transform: rotateY(0deg);
  }
  30% {
    transform: rotateY(0deg);
  }
  40% {
    transform: rotateY(180deg);
  }
  60% {
    transform: rotateY(180deg);
  }
  80% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}

.site-navigator {
  width: 100%;
  margin: 0;
  padding: 0;
  min-height: 60px;
  background: #fff;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
}

.site-navigator .sn-navbar {
  margin: 0;
  padding: 0;
  list-style: none
}

.site-navigator .sn-navbar>li {
  display: inline-block;
  position: relative;
}

.site-navigator .sn-navbar>li a {
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  line-height: 32px;
  color: #000;
  padding: 15px 32px 13px;
}

.site-navigator .sn-navbar>li a:first-child {
  padding-left: 0
}

.site-navigator .sn-navbar>li ul {
  visibility: hidden;
  transition: all 0.3s;
  transform: scale(.1);
  opacity: 0;
  position: absolute;
  z-index: 50;
  background: #fff;
  top: 0px;
  border-radius: 5px;
  left: -30%;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.24);
  padding: 8px 16px;
  list-style: none;
}

.site-navigator .sn-navbar>li ul:before {
  content: "";
  z-index: 40;
  display: block;
  border: 10px solid transparent;
  border-bottom-color: #fff;
  position: absolute;
  top: -20px;
  left: 40px;
  width: 10px;
  height: 10px;
}

.site-navigator .sn-navbar>li ul>li a {
  display: block;
  white-space: nowrap;
  font-size: 14px;
  padding: 8px 0;
  line-height: 25px;
}

.site-navigator .sn-navbar>li:hover ul {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
  top: 50px;
}

.site-navigator .sn-navbar a {
  transition: all 0.2s;
}

.site-navigator .sn-navbar a:hover {
  text-decoration: none;
  color: #0052CD
}

.site-navigator.fixed {
  position: fixed;
  top: 0;
  z-index: 100
}

.site-content-title {
  margin: 56px 0;
  display: flex;
  flex-wrap: nowrap;
}

.site-content-title h1 {
  flex-grow: 1;
  display: block;
  font-weight: 600;
  font-size: 32px;
  line-height: 24px;
  color: #000000;
}

.site-content-title .sct-switcher {
  border-radius: 5px;
  margin-top: -5px;
  background: rgba(0, 82, 205, 0.08);
}

.site-content-title .sct-switcher a {
  display: inline-block;
  text-decoration: none;
  padding: 4px 32px;
  font-size: 16px;
  color: rgba(0, 82, 205, 0.32);
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
}

.site-content-title .sct-switcher a.active {
  background: #0052CD;
  border-radius: 5px;
  color: #fff;
}

.calendar-spec-wrapper .site-content-title {
  margin: 32px 0 25px;
}

.calendar-spec-wrapper .site-content-title h1 {
  line-height: 32px;
  font-size: 28px;
}

.calendar-box {
  position: relative;
  margin-top: 5px;
}

.calendar-box:before {
  z-index: 5;
  background: #0052CD;
  border-radius: 5px 5px 0px 0px;
  height: 10px;
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
}

.calendar-box .calendar-box-inside {
  z-index: 10;
  position: relative;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
  padding: 24px;
  border-radius: 5px;
  background: #FFFFFF;
}

.calendar-box .calendar-box-inside .calendar-header {
  background: none;
  position: relative;
  height: 80px;
  color: #000
}

.calendar-box .calendar-box-inside .calendar-header .month-label {
  position: absolute;
  font-size: 18px;
  padding-top: 4px;
  font-weight: 600;
  text-transform: uppercase;
  width: 100%;
  height: 80px;
  text-align: center;
}

.calendar-box .calendar-box-inside .calendar-header .calendar-actions {
  position: absolute;
  width: 100%
}

.calendar-box .calendar-box-inside .calendar-header .calendar-actions .today {
  display: none
}

.calendar-box .calendar-box-inside .calendar-header .calendar-actions button {
  font-size: 0;
  text-indent: 100%;
  transition: all .2s;
  white-space: nowrap;
  width: 0px;
  height: 0px;
  color: #fff;
  background: none;
  border: none;
  outline: none;
  position: relative;
  content: "";
}

.calendar-box .calendar-box-inside .calendar-header .calendar-actions button:active {
  transform: scale(1.1)
}

.calendar-box .calendar-box-inside .calendar-header .calendar-actions .prev:before {
  position: absolute;
  text-indent: 0%;
  font-size: 16px;
  content: "\f053";
  left: 0;
  padding-top: 4px;
  font-family: "Font Awesome 5 Free";
  color: #3E92CC;
  font-weight: 900;
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #fff;
  box-shadow: 0px 4px 16px rgba(42, 46, 67, 0.12);
}

.calendar-box .calendar-box-inside .calendar-header .calendar-actions .prev {
  position: absolute;
  left: 0
}

.calendar-box .calendar-box-inside .calendar-header .calendar-actions .next {
  position: absolute;
  right: 20px
}

.calendar-box .calendar-box-inside .calendar-header .calendar-actions .next:before {
  transform: rotate(180deg);
  position: absolute;
  text-indent: 0%;
  font-size: 16px;
  content: "\f053";
  right: 0;
  padding-top: 4px;
  font-family: "Font Awesome 5 Free";
  color: #3E92CC;
  font-weight: 900;
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #fff;
  box-shadow: 0px -4px 16px rgba(42, 46, 67, 0.12);
}

.calendar-box .calendar-box-inside .week-header {
  margin-bottom: 20px;
  background: rgba(0, 82, 205, 0.08);
  border-radius: 5px;
}

.calendar-box .calendar-box-inside .week-header .day {
  background: transparent;
  border: none;
  padding: 8px 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  color: #0052CD;
}

.calendar-box .calendar-box-inside .days-container {}

.calendar-box .calendar-box-inside .days-container .date {
  display: inline-block;
  border: none;
  position: relative;
}

.calendar-box .calendar-box-inside .days-container .date .date-label {
  width: 40px;
  height: 40px;
  padding-top: 5px;
  display: block;
  margin: 0 auto;
  text-align: center;
  color: #000;
  border-radius: 50%;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
}

.calendar-box .calendar-box-inside .days-container .date.has-events .date-label {
  transition: all 0.2s;
  background-color: #0052CD;
  position: relative;
  color: #fff;
  z-index: 10
}

.calendar-box .calendar-box-inside .days-container .date.has-events:before {
  content: "";
  z-index: 5;
  top: 8px;
  position: absolute;
  display: block;
  width: 100%;
  height: 40px;
  background: #D6E3F7;
}

.calendar-box .calendar-box-inside .days-container .date.has-events:hover .date-label {
  background: #444;
  cursor: pointer;
}

.calendar-box .calendar-box-inside .days-container .date.start-events:before {
  width: 60%;
  right: -10px;
}

.calendar-box .calendar-box-inside .days-container .date.end-events:before {
  width: 60%;
  left: -10px;
}

.calendar-box .equinox .week-events .event .title {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  outline: 1px solid red;
}

.calendar-box .calendar-box-inside .days-container .date.outside-month {
  opacity: 0.3
}

.calendar-box .calendar-box-inside .days-container .date.outside-month:before {
  background: none
}

.calendar-box .calendar-box-inside .days-container .date .date-events {
  min-height: 0
}

.calendar-box .calendar-box-inside .month-weeks {
  border: none;
  background: transparent
}

.calendar-box .calendar-box-inside .week-events {
  display: none
}

.calendar-box .calendar-box-inside .date-events {
  display: none
}

.calendar-box .calendar-box-inside .days-container .date .data-count-events {
  position: absolute;
  width: 100%;
  height: 10px;
  bottom: 8px;
  text-align: center;
  left: 0;
  z-index: 20;
}

.calendar-box .calendar-box-inside .days-container .date .data-count-events span {
  margin-right: 2px;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: red
}

.calendar-box .calendar-box-inside .days-container .date .data-count-events span:nth-child(1) {
  background: #E65100;
}

.calendar-box .calendar-box-inside .days-container .date .data-count-events span:nth-child(2) {
  background: #AEEA00;
}

.calendar-box .calendar-box-inside .days-container .date .data-count-events span:nth-child(3) {
  background: #00BFA5;
}

.calendar-box .calendar-box-inside .days-container .date .data-count-events span:nth-child(4) {
  background: #AA00FF;
}

.calendar-box .calendar-box-inside .days-container .date .data-count-events span:nth-child(5) {
  background: #78909C;
}

.calendar-box .calendar-box-inside .days-container .date .data-count-events span:nth-child(6) {
  background: #8D6E63;
}

.calendar-nav {
  background: #FFFFFF;
  border: 1px solid #F2F2F4;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 24px;
}

.calendar-nav .cn-title {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #2A2D43;
}

.calendar-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 15px;
}

.calendar-nav ul li {}

.calendar-nav ul>li a {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: rgba(42, 45, 67, 0.72);
  padding: 6px 0
}

.calendar-nav ul>li:first-child a {
  padding-top: 0
}

.calendar-nav ul>li:last-child a {
  padding-bottom: 0
}

.calendar-nav ul>li a.active {
  color: #0052CD;
  font-weight: 500;
}

.news-wrapper {}

.news-wrapper .news-block {
  margin-bottom: 32px;
}

.news-wrapper .nav-breadcrumb {
  margin-top: 24px;
}

.news-wrapper .nav-breadcrumb .breadcrumb {
  background: none;
  padding: 0;
  font-size: 14px;
}

.news-wrapper .nav-breadcrumb .breadcrumb a {
  color: #A9A9A9;
  font-size: 14px;
}

.news-wrapper .nav-breadcrumb .breadcrumb .active {
  color: #000;
}

.news-wrapper .site-content-title {
  display: block;
  margin-top: 16px;
  margin-bottom: 30px
}

.news-wrapper .site-content-title h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  color: #000000;
}

.news-wrapper .site-content-title h5 {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

.news-nav {
  overflow: hidden;
  background: #FFFFFF;
  border: 1px solid #F2F2F4;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 24px;
}

.news-nav .cn-title {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #2A2D43;
}

.news-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 20px;
}

.news-nav ul li {}

.news-nav ul>li a {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: rgba(42, 45, 67, 0.72);
  padding: 8px 0;
  position: relative;
}

.news-nav ul>li a:before {
  content: "";
  opacity: 0;
  transition: all 0.4s;
  display: block;
  position: absolute;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background: #0052CD;
  left: -55px
}

.news-nav ul>li a:hover {
  text-decoration: none
}

.news-nav ul>li a:hover:before {
  left: -35px;
  opacity: 1;
  -webkit-box-shadow: 1px 1px 6px 0px rgba(0, 82, 205, 0.6);
  -moz-box-shadow: 1px 1px 6px 0px rgba(0, 82, 205, 0.6);
  box-shadow: 1px 1px 6px 0px rgba(0, 82, 205, 0.6);
}

.news-nav ul>li:first-child a {
  padding-top: 0
}

.news-nav ul>li:last-child a {
  padding-bottom: 0
}

.news-nav ul>li a.active {
  color: #0052CD;
  font-weight: 500;
}

.news-wrapper .pagination {
  margin-top: 32px;
}

.news-wrapper .pagination .page-item {
  margin-right: 10px;
}

.news-wrapper .pagination .page-item a {
  transition: all 0.2s;
  background: none;
  border: none;
  width: 40px;
  height: 40px;
  padding: .3rem .75rem;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  color: #000000;
}

.news-wrapper .pagination .page-item.active a {
  background: rgba(0, 82, 205, 0.16);
  border-radius: 100%;
  color: #0052CD;
}

.news-wrapper .pagination .page-item a:hover {
  transform: scale(1.3);
}

.subscribe-block {
  display: none;
  position: relative;
  margin-bottom: 24px;
  background: #FFFFFF;
  border: 1px solid #F2F2F4;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 24px;
}

.subscribe-block .cn-title {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #28A745;
}

.subscribe-block .subc-captcha {
  transition: all 0.2s;
  border-radius: 6px;
  padding: 4px;
  border: 2px solid #4B9DD9
}

.subscribe-block .subc-captcha img {
  max-width: 100%;
  border-radius: 6px;
}

.subscribe-block .subc-captcha:hover {
  cursor: pointer;
  border-color: #28A745;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
}

.subscribe-block .subc-cap-input {
  max-width: 170px
}

.subscribe-block .errorBlock {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(220, 53, 69, .9);
  color: #fff;
  padding-top: 100px;
  font-weight: bold;
  text-align: center;
  border-radius: 5px;
}

.subscribe-block .successBlock {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(40, 167, 69, .9);
  color: #fff;
  padding-top: 100px;
  font-weight: bold;
  text-align: center;
  border-radius: 5px;
}

.subscribe-block .successBlock i {
  font-size: 80px;
}

.access-cabinets-block {
  margin-top: 20px;
}

.access-cabinets-block h4 {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #444;
}

.access-cabinets-block .accb-row {
  position: relative;
  padding: 10px 10px 9px;
  border-radius: 4px;
  background: #B2DFDB;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.access-cabinets-block .accb-row .accb-sigin {
  transition: all 0.2s;
  position: absolute;
  color: #fff;
  background: #00695C;
  right: 0;
  top: 0;
  padding: 10px 10px 9px;
  border-radius: 0 4px 4px 0;
}

.access-cabinets-block .accb-row .accb-sigin:hover {
  background: #004D40;
}

.access-cabinets-block .accb-row .accb-row-disable {
  position: absolute;
  padding: 10px 10px 0;
  font-weight: bold;
  color: #B0BEC5;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  text-align: center;
  background: rgba(96, 125, 139, .8);
  border-radius: 4px;
}

.news-wrapper .news-open {
  margin-top: 32px;
}

.news-wrapper .news-open .poster-block {
  min-height: 300px;
  border-radius: 5px 5px 0px 0px;
  background: #fff;
  position: relative;
  overflow: hidden;
}

.news-wrapper .news-open .poster-block img {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
}

.news-wrapper .news-open .poster-block .poster-inside {
  position: absolute;
  left: 32px;
  bottom: 24px;
}

.news-wrapper .news-open .poster-block .poster-inside .pi-date {
  font-size: 12px;
  margin-bottom: 10px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.72);
}

.news-wrapper .news-open .poster-block .poster-inside .pi-title {
  font-weight: bold;
  width: 80%;
  font-size: 24px;
  line-height: 28px;
  color: #FFFFFF;
}

.news-wrapper .news-open .news-large-block {
  background: #fff;
  padding: 32px;
  border-radius: 0 0 5px 5px;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}

.news-wrapper .news-open .news-large-block p {
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}

.news-wrapper .last-news-title {
  margin-top: 32px;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  color: #2A2D43;
}

.news-wrapper .last-news-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 48px;
}

.news-wrapper .last-news-list li {
  margin-bottom: 20px;
  padding: 16px;
  display: block;
  background: #fff;
  border: 1px solid #F2F2F4;
  border-radius: 5px;
}

.news-wrapper .last-news-list li .lnl-top {
  font-size: 12px;
  line-height: 24px;
  display: flex;
  align-items: center;
  color: rgba(42, 45, 67, 0.54);
}

.news-wrapper .last-news-list li .lnl-top span {
  padding-right: 10px;
}

.news-wrapper .last-news-list li .lnl-top a {
  line-height: 1.1
}

.news-wrapper .last-news-list li a.lnl-title {
  display: block;
  margin-top: 8px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #2A2D43;
}

.membership-block {
  padding: 16px;
  border: 1px solid #F2F2F4;
  color: #FFFFFF;
  background: url("../images/membership-bg.png") no-repeat;
  box-sizing: border-box;
  border-radius: 5px;
}

.membership-block .mbs-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
}

.membership-block .mbs-comment {
  font-size: 12px;
  margin: 16px 0;
  line-height: 18px;
  display: flex;
  align-items: center;
  color: #FFFFFF;
}

.membership-block .mbs-button a {
  transition: all 0.2s;
  display: block;
  background: #FFFFFF;
  border-radius: 5px;
  padding: 15px 15px 14px;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #0052CD;
}

.membership-block .mbs-button a:hover {
  text-decoration: none;
  cursor: pointer;
  background: #4D9EDB;
  color: #fff;
}

.tab-box {
  background: #0052CD;
  border-radius: 5px 5px 6px 6px;
}

.tab-box .tab-box-header {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
}

.tab-box .tab-box-header a {
  transition: all 0.2s;
  padding: 8px 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.64);
  text-align: center;
  border-radius: 5px 5px 0 0;
  margin-top: 5px;
  margin-bottom: -5px;
  display: block
}

.tab-box .tab-box-header a:hover {
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}

.tab-box .tab-box-header a.active {
  flex-grow: 1;
  background: #fff;
  font-size: 14px;
  line-height: 24px;
  color: #0052CD;
}

.tab-box .tab-box-inside {
  padding: 24px 32px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
}

.tab-box .tab-box-inside .tbi-date {
  margin-bottom: 24px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #000000;
}

.tab-box .tab-box-inside .tbi-title {
  margin-bottom: 24px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #000000;
}

.tab-box .tab-box-inside .tbi-content .static-search-content {
  background: #FFA328;
}

/* .tab-box .event-list { margin:0; padding:0; list-style:none; }
.tab-box .event-list li { margin-bottom:32px; padding: 10px 40px;}
.tab-box .event-list li:last-child { margin-bottom:0px }
.tab-box .event-list a { color: #000000; transition: all 0.2s;}
.tab-box .event-list a:hover { text-decoration: none; }
.tab-box .event-list a .event-list-title { font-weight: 500;font-size: 18px;line-height: 24px; }
.tab-box .event-list a .event-list-content { margin:10px 0; font-weight: 300;font-size: 14px;line-height: 20px;}
.tab-box .event-list a .event-list-info { font-weight: 600;font-size: 16px;line-height: 24px;text-transform: uppercase; }
.tab-box .event-list a:hover { color:#0052CD; } */

.calendar-list-content {
  background: #0052CD;
  border-radius: 5px 5px 6px 6px;
  overflow: auto;
}

.calendar-list-content .event-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.calendar-list-content .event-list li {
  margin-bottom: 24px;
  padding: 10px 40px;
}

.calendar-list-content .event-list li:first-child {
  margin-top: 15px;
}

.calendar-list-content .event-list li:nth-child(even) {
  background-color: #fafafa;
}

.calendar-list-content .event-list li:last-child {
  margin-bottom: 0px
}

.calendar-list-content .event-list a {
  color: #000000;
  transition: all 0.2s;
}

.calendar-list-content .event-list a:hover {
  text-decoration: none;
}

.calendar-list-content .event-list a .event-list-title {
  line-height: 24px;
  font-weight: 700;
  font-size: 20px;
}

.calendar-list-content .event-list a .event-list-content {
  margin: 10px 0;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
}

.calendar-list-content .event-list a .event-list-info {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
}

.calendar-list-content .event-list a:hover {
  color: #0052CD;
}

.landing-header {
  min-height: 566px;
  background: #042B60 url('../images/landing-bg.png') no-repeat;
  background-size: 100% auto;
  background-position: center;
  position: relative
}

.landing-header .landing-header-cover {
  display: none;
  z-index: 5;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background: linear-gradient(180deg, #003B93 0%, #3EA5EF 79.89%)
}

.landing-header-particles {
  z-index: 3;
  position: absolute;
  width: 100%;
  height: 100%;
}

.landing-header .landing-header-content {
  z-index: 10;
  bottom: 140px;
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  height: 120px;
}

.landing-header .landing-header-content .child-button {
  width: 47.7%;
  transition: all 0.2s;
  position: relative
}

.landing-header .landing-header-content .child-button:hover {
  width: 49%
}

.landing-header .landing-header-content .child-button a {
  display: block;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
  padding: 32px 0 32px 32px;
  border-radius: 5px 0px 0px 5px;
}

.landing-header .landing-header-content .child-button a .cb-title {
  font-size: 14px;
  line-height: 32px;
  color: #000000;
}

.landing-header .landing-header-content .child-button a .cb-comment {
  font-weight: 600;
  font-size: 18px;
  margin-top: 8px;
  line-height: 24px;
  text-transform: uppercase;
  color: #000000;
}

.landing-header .landing-header-content .child-button a:hover {
  background: rgba(255, 255, 255, 1);
  text-decoration: none;
}

.landing-header .landing-header-content .child-button:after {
  content: "";
  transition: all 0.2s;
  position: absolute;
  width: 24px;
  height: 24px;
  right: calc(100% - 580px);
  background: url("../images/arrow-right.png");
  top: 50px;
}

.landing-header .landing-header-content .child-button:hover:after {
  right: calc(100% - 620px);
  cursor: pointer
}

.events-container {
  padding-left: calc((100% - 1200px) / 2);
  margin-top: -155px;
  z-index: 20;
  position: relative;
}

.events-container h2 {
  margin-bottom: 26px;
  line-height: 1;
  font-weight: 600;
  font-size: 32px;
  line-height: 24px;
  color: #FFFFFF;
}

.events-container .events-listner {
  overflow: hidden;
  margin-left: -20px;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 40px;
}

.events-container .events-listner-slider {
  width: 10000px;
}

.events-container .events-listner .event-block {
  display: inline-block;
  transition: all 0.2s;
  margin-right: 32px;
  /*width:286px;*/
  width: 96%;
  margin-right: 2%;
  height: 212px;
  position: relative;
  background: #0052CD;
  border-radius: 5px 5px 6px 6px;
}

.events-container .events-listner .event-block .event-block-inside {
  padding: 16px;
  transition: all 0.2s;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
  position: absolute;
  width: 100%;
  top: 5px;
  height: 100%;
  background: #fff;
  border-radius: 5px;
}

.events-container .events-listner .event-block .event-block-inside .ebi-date {
  font-weight: 500;
  font-size: 14px;
  line-height: 32px;
  color: #000000;
}

.events-container .events-listner .event-block .event-block-inside .ebi-date span {
  font-size: 24px;
}

.events-container .events-listner .event-block .event-block-inside .ebi-title {
  margin-top: 8px;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  color: #000000;
}

.events-container .events-listner .event-block .event-block-inside .ebi-map {
  position: absolute;
  bottom: 16px;
  font-size: 14px;
  line-height: 32px;
  color: rgba(0, 0, 0, 0.4);
  overflow: hidden;
  white-space: nowrap;
  width: 90%;
}

.events-container .events-listner .event-block .event-block-inside .ebi-map::after {
  content: '';
  position: absolute;
  right: 0px;
  top: 0;
  width: 20px;
  height: 100%;
  background: -moz-linear-gradient(left, rgba(255,204,0, 0.2), #fc0 100%);
  background: -webkit-linear-gradient(left, rgba(255,204,0, 0.2), #fc0 100%);
  background: -o-linear-gradient(left, rgba(255,204,0, 0.2), #fc0 100%);
  background: -ms-linear-gradient(left, rgba(255,204,0, 0.2), #fc0 100%);
  background: linear-gradient(to right, rgba(255,255,255, 0.2), #fff 100%);
}

.events-container .events-listner .event-block:hover {
  background: #EDF94C;
  transform: translateY(-10px);
}

.events-container .events-listner .event-block:hover .event-block-inside {
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.2);
}

.about-container {
  margin-top: 60px;
}

.about-container .about-message h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 24px;
  color: #000000;
}

.about-container .about-message p {
  margin-top: 32px;
  font-size: 16px;
  line-height: 28px;
  color: #000000;
}

.about-container .about-message li {
  margin-bottom: 12px;
}

.about-container .givc-poster {
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
  position: relative;
  margin-top: 60px;
  height: 380px;
  background: url("../images/givc-poster.png") no-repeat;
  border-radius: 8px;
}

.about-container .givc-poster .givc-poster-cover {
  position: absolute;
  transition: all 0.2s;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  border-radius: 8px;
}

.about-container .givc-poster:hover .givc-poster-cover {
  background: rgba(0, 0, 0, .8);
}

.about-container .givc-poster .givc-poster-message {
  top: 40px;
  left: 10%;
  width: 80%;
  position: absolute;
  font-size: 18px;
  color: #fff;
  padding: 35px;
}

.about-container .givc-poster .givc-poster-message .gpm-row {
  width: 100%;
  margin-bottom: 10px;
}

.about-container .givc-poster .givc-poster-message .gpm-row .gpm-label {
  flex-basis: 70%;
}

.main-news-block {
  margin-top: 80px;
}

.main-news-block .mnb-title {
  margin-bottom: 32px;
}

.main-news-block .mnb-title .mnb-btn {
  transition: all 0.2s;
  padding: 13px 32px 11px;
  background: rgba(0, 117, 255, 0.1);
  border-radius: 5px;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #0052CD;
}

.main-news-block .mnb-title .mnb-btn:hover {
  text-decoration: none;
  background: rgba(0, 117, 255, 0.3);
  cursor: pointer
}

.main-news-block .mnb-title h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  color: #292843;
}

.main-news-block .mnb-title p {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  color: #292843;
  margin-top: 10px;
}

.main-news-block .wrapper-news-block {
  position: relative;
}

.main-news-block .wrapper-news-block .wnb-navbar {
  position: absolute;
  top: 35%;
  width: 100%;
  z-index: 50
}

.main-news-block .wrapper-news-block .wnb-navbar .wnb-btn {
  text-align: center;
  font-size: 20px;
  padding-top: 14px;
  display: block;
  width: 56px;
  color: rgba(42, 45, 67, 0.54);
  height: 56px;
  border: none;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0px 4px 16px rgba(42, 46, 67, 0.12);
  position: absolute;
}

.main-news-block .wrapper-news-block .wnb-navbar .wnb-btn.wnb-btn-left {
  left: -30px
}

.main-news-block .wrapper-news-block .wnb-navbar .wnb-btn.wnb-btn-right {
  right: -30px
}

.news-block {
  border-radius: 5px;
  transition: all 0.2s;
  position: relative;
}

.news-block:hover {
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.05);
}

.news-block .news-label {
  border-radius: 5px 5px 0 0;
  height: 280px;
  overflow: hidden;
}

.news-block .news-label img {
  transition: all 0.9s;
  min-width: 100%;
  min-height: 100%;
}

.news-block:hover .news-label img {
  transform: scale(1.2);
}

.news-block .news-inside {
  background: #fff;
  min-height: 224px;
  padding: 24px;
  border: 2px solid #F2F2F4;
  border-radius: 0 0 5px 5px;
  border-top: none
}

.news-block .news-inside .ni-block {
  margin: 0 0 16px;
  display: flex;
  font-size: 14px;
  color: rgba(42, 45, 67, 0.54);
}

.news-block .news-inside .ni-block .nib-link {
  margin-left: 12px;
  max-height: 21px;
  overflow-y: hidden;
}

.news-block .news-inside .ni-block .nib-link a {
  color: #0052CD;
  font-size: 14px;
}

.news-block .news-inside .ni-title {
  max-height: 120px;
  overflow-y: hidden;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #2A2D43;
}

.news-block .news-inside .ni-navigation {
  background: #fff;
  left: 1px;
  padding-left: 23px;
  -webkit-box-shadow: 0px -20px 10px 0px rgba(255, 255, 255, 0.75);
  -moz-box-shadow: 0px -20px 10px 0px rgba(255, 255, 255, 0.75);
  box-shadow: 0px -20px 10px 0px rgba(255, 255, 255, 0.75);
  width: calc(100% - 24px);
  position: absolute;
  bottom: 24px
}

.news-block .news-inside .ni-navigation a {
  font-size: 16px;
  line-height: 24px;
  color: #2A2D43;
}

.main-default-block {
  margin-top: 80px;
}

.main-default-block .mnb-title {
  margin-bottom: 32px;
}

.main-default-block .mnb-title .mnb-btn {
  transition: all 0.2s;
  padding: 13px 32px 11px;
  background: rgba(0, 117, 255, 0.1);
  border-radius: 5px;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #0052CD;
}

.main-default-block .mnb-title .mnb-btn:hover {
  text-decoration: none;
  background: rgba(0, 117, 255, 0.3);
  cursor: pointer
}

.main-default-block .mnb-title h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  color: #292843;
}

.main-default-block .mnb-title p {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  color: #292843;
  margin-top: 10px;
}

.block-partners {
  margin-top: 50px !important;
}

.static-page-open {
  margin-top: 0 !important
}

.static-special-nav {
  list-style: none;
  margin: 0;
  padding: 0
}

.static-special-nav li a {
  padding: 16px 10px 15px 24px;
  display: block;
  background: #FFFFFF;
  border: 1px solid #F2F2F4;
  box-sizing: border-box;
  border-radius: 5px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #2A2D43;
}

.static-special-nav li {
  margin-bottom: 14px;
}

.main-map-wrapper{
  position: relative;
}

.main-map-info{
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-41%);
  right: 0;
  z-index: 40;
}

.main-map-info-responsive{
  display: none;
  position: relative;
}



.main-map-box {
  margin-top: 0px;
  position: relative;
}

.main-map-box::after, .main-map-box::before{
  position: absolute;
  content: "";
  top: 0;
  height: 100%;
  width: 30px;
  z-index: 20;
}

.main-map-box::after{
  background: linear-gradient(to left, rgba(249,249,249, 0.2), #f9f9f9 100%);
  left: 0;
}

.main-map-box::before{
  background: linear-gradient(to right, rgba(249,249,249, 0.2), #f9f9f9 100%);
  right: 0;
}

.main-map-wrapper{
  position: relative;
  overflow: hidden;
}

.main-map-wrapper::after, .main-map-wrapper::before{
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  height: 30px;
  z-index: 30;
}

.main-map-wrapper::after{
  background: linear-gradient(to top, rgba(249,249,249, 0.2), #f9f9f9 100%);
  top: 0;

}

.main-map-wrapper::before{
  background: linear-gradient(to bottom, rgba(249,249,249, 0.2), #f9f9f9 100%);
  bottom: 0;
}


.main-map-box .navigation-panel {
  position: absolute;
  top: -20px;
  left: 0;
  opacity: 0;
  transition: all 0.4s;
  z-index: 40;
}

.main-map-box:hover .navigation-panel {
  top: 0px;
  opacity: 1
}

.main-map-box .navigation-panel button {
  border: none;
  background: rgba(0, 0, 0, .6);
  transition: all 0.2s;
  padding: 6px 15px;
  border-radius: 6px;
  color: #fff;
}

.main-map-box .navigation-panel button:hover {
  background: rgba(0, 0, 0, .9);
  cursor: pointer
}

.main-map-box .navigation-panel button:active, .main-map-box .navigation-panel button:focus {
  outline: none;
}

.main-map-box .navigation-panel button i {
  font-size: 12px;
  line-height: 1
}

/* .main-map-box svg path {
  transition: all .5s;
  fill:  #0052CD;
  stroke: #9EA3A7;
  stroke-width: 1;
} */

/* .main-map-box svg path.active {
  fill: #023a8f;
} */

/* .main-map-box svg path:hover {
  fill: rgba(62, 165, 239, 0.2);
} */

/* #renderGivcMap .state {
  fill: #EAF2F8;
  stroke-width: 1;
  -webkit-transition: stroke 0.5s, stroke-width 0.5s;
  -o-transition: stroke 0.5s, stroke-width 0.5s;
  transition: stroke 0.5s, stroke-width 0.5s;
  position: relative;
} */

  /* #renderGivcMap .state:hover #renderGivcMap .state::after{
    display: block;
  } */
  .main-map-box svg path {
    transition: all .5s;
    fill:  #EAF2F8;
    stroke: #9EA3A7;
    stroke-width: 1;
  }

  .main-map-box svg .g-main .state:hover {
    cursor: pointer;
    fill: #2776ec;
    stroke-width: 2;
    stroke: #4d4461;
  }

#renderGivcMapNew{
  margin-top: -50px;
}

#renderGivcMapNew path::after{
  position: absolute;
  /* display: none; */
  content: '';
  width: 3px;
  height: 6px;
  background-color: #FFA328;
  top: 50%;
  left: 50%;
}

#renderGivcMapNew path.active {
  cursor: pointer;
  fill: #00327c;
}

.main-map-info {
  padding: 16px;
  background: #FFFFFF;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  opacity: 0.6;
  transition: all 0.4s;
}

.main-map-info:hover{
  opacity: 1;
}

.main-map-info .mmi-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  color: #0052CD;
}

.main-map-info .mmi-block {
  margin-top: 10px;
}

.main-map-info .mmi-block .mmib-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  color: #2A2D43;
}

.main-map-info .mmi-block .mmib-content {
  margin-top: 8px;
  font-size: 14px;
  line-height: 24px;
  color: #2A2D43;
}

.main-map-info .mmi-block .mmib-content ul {
  margin: 0;
  padding: 0;
  list-style: none
}

.main-map-info .mmi-block .mmib-content ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  margin-top: 8px;
  padding-left: 15px;
}

.main-map-info .mmi-block .mmib-content ul li:before {
  position: absolute;
  content: "-";
  left: 0;
}

.wrapper-partners {
  position: relative;
}

.wrapper-partners .partner-block {
  height: 110px;
  text-align: center;
  margin-bottom: 20px;
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
}

.wrapper-partners .partner-block a {
  display: block;
  color: #000;
  height: 110px;
  position: relative;
  text-decoration: none;
}

.wrapper-partners .partner-block .pb-cover {
  z-index: 10;
  transition: all 0.16s;
  font-weight: bold;
  padding: 0 20px;
  padding-top: 27px;
  height: 110px;
  position: absolute;
  background: rgba(255, 255, 255, .6);
}

.wrapper-partners .partner-block img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  max-width: 80%;
  max-height: 80%;
  transition: 0.4s;
}

/* .wrapper-partners .partner-block:hover img {
  transform: scale(1.2);
} */

.wrapper-partners .partner-block:hover .pb-cover {
  z-index: -20;
  opacity: .6;
}

/* .wrapper-partners .partner-block:hover img {
  z-index: 20
} */

.wrapper-partners .wp-navbar {
  position: absolute;
  top: 25%;
  width: 100%;
  z-index: 50
}

.wrapper-partners .slick-arrow {
  position: absolute;
  transition: 0.2s;
  font-size: 0;
  top: 20%;
  width: 56px;
  z-index: 50;
  color: rgba(42, 45, 67, 0.54);
  height: 56px;
  border: none;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0px 4px 16px rgba(42, 46, 67, 0.12);
  position: absolute;
}

.wrapper-partners .slick-arrow:focus {
  outline: none
}

.wrapper-partners .slick-arrow:active {
  transform: scale(1.1);
}

.wrapper-partners .slick-arrow:hover {
  box-shadow: 0px 4px 16px rgba(42, 46, 67, 0.32);
  color: #0052CD
}

.wrapper-partners .slick-prev {
  left: -20px
}

.wrapper-partners .slick-prev:before {
  content: "\f105";
  transform: rotate(180deg);
  position: absolute;
  left: 22px;
  top: 12px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  font-size: 22px;
}

.wrapper-partners .slick-next {
  right: -20px
}

.wrapper-partners .slick-next:before {
  content: "\f105";
  position: absolute;
  left: 25px;
  top: 12px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  font-size: 22px;
}

.wrapper-partners .slick-initialized {
  padding-bottom: 10px;
}

.mjblock {
  min-height: 45vh
}

.mjblock h2 {
  margin-top: 50px;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  color: #292843;
}

.special-projects {
  margin-top: 40px
}

.special-projects .spb-row {
  transition: all 0.2s;
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  padding: 28px 10px 28px 16px;
  background: #FFFFFF;
  border: 1px solid #F2F2F4;
  box-sizing: border-box;
  border-radius: 5px;
}

.special-projects .spb-row-title {
  min-height: 80px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #2A2D43;
}

.special-projects .spb-row-comment {
  font-size: 12px;
  margin-top: 8px;
  line-height: 16px;
  color: rgba(42, 45, 67, 0.54);
}

.special-projects .spb-row:hover {
  text-decoration: none;
  border: 1px solid #F2F2F4;
  box-sizing: border-box;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
}

.secondary-project-block {
  position: relative;
}

.secondary-project-block .scpb-row {
  min-height: 286px;
  border-radius: 5px;
  position: relative;
}

.secondary-project-block .scpb-row .scpb-row-inside {
  min-height: 286px;
  position: absolute;
  left: 0;
  top: 0
}

.secondary-project-block .scpb-row .scpb-row-image {
  overflow: hidden;
  width: 100%;
  border-radius: 5px;
}

.secondary-project-block .scpb-row .scpb-row-image img {
  min-width: 100%;
  min-height: 100%;
  transition: all 0.4s
}

.secondary-project-block .scpb-row .scpb-row-cover {
  width: 100%;
  opacity: 0.6;
  border-radius: 5px;
  background: url("../images/projects/cover.png") no-repeat;
}

.secondary-project-block .scpb-row .scpb-row-description {
  min-height: auto;
  top: auto;
  bottom: 0;
  color: #fff;
  padding: 24px 32px;
}

.secondary-project-block .scpb-row .scpb-row-description h5 {
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
}

.secondary-project-block .scpb-row .scpb-row-description .scpb-row-dmessage {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
}

.secondary-project-block .scpb-row .scpb-row-description a {
  display: block;
  margin-top: 15px;
  font-size: 14px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.56);
}

.secondary-project-block .scpb-row .scpb-row-description a:hover {
  text-decoration: none;
  font-weight: bold;
  color: #fff;
}

.secondary-project-block .slick-active:first-child .scpb-row {
  transition: all 0.2s
}

.secondary-project-block .slick-active:last-child .scpb-row {
  transition: all 0.2s
}

.secondary-project-block .slick-active:last-child .scpb-row:hover {
  transform: perspective(100px) rotateY(-0.5deg)
}

.secondary-project-block .slick-active:first-child .scpb-row:hover .scpb-row-image img {
  transform: scale(1.1)
}

.secondary-project-block .slick-active:last-child .scpb-row:hover .scpb-row-image img {
  transform: scale(1.1)
}

.secondary-project-block .slick-arrow {
  position: absolute;
  transition: 0.2s;
  font-size: 0;
  top: 30%;
  width: 56px;
  z-index: 50;
  color: rgba(42, 45, 67, 0.54);
  height: 56px;
  border: none;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0px 4px 16px rgba(42, 46, 67, 0.12);
  position: absolute;
}

.secondary-project-block .slick-arrow:focus {
  outline: none
}

.secondary-project-block .slick-arrow:active {
  transform: scale(1.1);
}

.secondary-project-block .slick-arrow:hover {
  box-shadow: 0px 4px 16px rgba(42, 46, 67, 0.32);
  color: #0052CD
}

.secondary-project-block .slick-prev {
  left: -20px
}

.secondary-project-block .slick-prev:before {
  content: "\f105";
  transform: rotate(180deg);
  position: absolute;
  left: 22px;
  top: 12px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  font-size: 22px;
}

.secondary-project-block .slick-next {
  right: -20px
}

.secondary-project-block .slick-next:before {
  content: "\f105";
  position: absolute;
  left: 25px;
  top: 12px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  font-size: 22px;
}

.secondary-project-block .slick-initialized {
  padding-bottom: 10px;
}

.static-search {
  margin-top: -67px;
}

.static-search .search-input {
  width: 100%;
  position: relative;
  background: rgba(0, 117, 255, 0.1);
  padding: 14px 20px 12px 64px;
  border: none;
  outline: none;
  border-radius: 5px;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #0052CD;
}

.static-search .search-input::-webkit-input-placeholder {
  /* Chrome */
  color: #0052CD;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
}

.static-search .search-input:::-ms-input-placeholder {
  /* IE 10+ */
  color: #0052CD;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
}

.static-search .search-input::::-moz-placeholder {
  /* Firefox 19+ */
  color: #0052CD;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  opacity: 1;
}

.static-search .search-input:::-moz-placeholder {
  color: #0052CD;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  opacity: 1;
}

.static-search .ssi-wrap {
  position: relative;
}

.static-search .resetSearch {
  position: absolute;
  right: 10px;
  top: 5px;
  font-size: 28px;
  opacity: 0;
  cursor: pointer;
  transition: all 0.2s;
  visibility: hidden
}

.static-search .resetSearch.active {
  visibility: visible;
  opacity: 1;
}

.static-search .resetSearch:hover {
  color: #0052CD;
}

.static-search .ssi-wrap:before {
  content: "";
  position: absolute;
  left: 20px;
  top: 12px;
  width: 24px;
  height: 24px;
  background: url("../images/icons/search.png") no-repeat
}

.add-content-static {
  margin-top: 20px;
}

.add-content-static button {
  padding: 7px 16px;
  color: #fff;
  background-color: #0052CD !important;
  border: none !important;
  align-items: center;
  border-radius: 4px;
  display: inline-flex;
  flex: 0 0 auto;
  font-weight: 500;
  letter-spacing: 0.0892857143em;
  justify-content: center;
  max-width: 100%;
  outline: 0;
  position: relative;
  text-decoration: none;
  text-indent: 0.0892857143em;
  text-transform: uppercase;
  transition-duration: 0.28s;
  transition-property: box-shadow, transform, opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

.add-content-static button.btn-shadow {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12) !important;
}

.files-navigator {
  margin-top: 30px;
  padding: 24px 16px;
  background: #FFFFFF;
  border: 1px solid #F2F2F4;
  box-sizing: border-box;
  border-radius: 5px;
}

.files-navigator .fn-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #2A2D43;
  margin-bottom: 16px;
}

.files-navigator .fn-filelist {
  height: 250px;
  overflow-y: scroll;
  overflow-x: hidden;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}

.files-navigator .fn-filelist .fnf-row {
  display: flex;
  justify-content: space-between;
}

.files-navigator .fn-filelist .fnf-row .fnfr-left input {
  display: none;
}

.files-navigator .fn-filelist .fnf-row .fnfr-left label {
  padding-left: 24px;
  cursor: pointer;
  position: relative;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.56);
}

.files-navigator .fn-filelist .fnf-row .fnfr-left label:before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 2px;
  background: url("../images/icons/seleceDisabled.png") no-repeat
}

.files-navigator .fn-filelist .fnf-row .fnfr-left input:checked+label {
  color: #0052CD;
}

.files-navigator .fn-filelist .fnf-row .fnfr-left input:checked+label:before {
  background: url("../images/icons/selectEnable.png") no-repeat
}

.files-navigator .fn-filelist .fnf-row .fnfr-right {
  font-style: normal;
  padding-top: 4px;
  white-space: nowrap;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #000000;
}

.files-navigator .fn-downloader {
  margin: 0 -16px -24px;
  padding: 16px;
  height: 80px;
  background: #FFFFFF;
  border: 1px solid #F2F2F4;
  box-sizing: border-box;
  border-radius: 5px;
}

.files-navigator .fn-downloader button {
  height: 48px;
  color: #444;
  transition: background 0.2s;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  display: block;
  border: none;
  text-align: center;
  width: 100%;
  background: #E5E5E8;
  border-radius: 5px;
}

.files-navigator .fn-downloader button.active {
  height: 48px;
  color: #fff;
  transition: background 0.2s;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  display: block;
  border: none;
  text-align: center;
  width: 100%;
  background: #0052CD;
  border-radius: 5px;
}

.files-navigator .fn-downloader button.active:hover {
  background: #4C9EDA;
}

.files-navigator .fn-downloader button:active, .files-navigator .fn-downloader button:focus {
  outline: none !important
}

.files-navigator .fn-downloader button .event-2 {
  display: none;
}

.files-navigator .fn-downloader button.active .event-1 {
  display: none;
}

.files-navigator .fn-downloader button.active .event-2 {
  display: inline;
}

.file-upload-block:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background: #0052CD;
  border-radius: 4px 0px 0px 4px;
}

.file-upload-block {
  transition: all 0.2s;
  min-width: 48.7%;
  margin-right: 1%;
  text-decoration: none;
  position: relative;
  display: inline-block;
  /* margin-bottom:24px; */
  margin-bottom: 4px !important;
  margin-top: 5px;
  padding: 16px 16px 14px 64px;
  position: relative;
  background: #FFFFFF;
  border: 1px solid #F2F2F4;
  box-sizing: border-box;
  border-radius: 5px;
}

.file-upload-block .fub-title {
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #000
}

.file-upload-block .fub-comment {
  margin-top: 6px;
  display: block;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  display: flex;
  align-items: center;
  color: rgba(0, 0, 0, 0.24);
}

.file-upload-block .fub-icon {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 20px;
  left: 16px;
  padding-top: 12px;
  padding-left: 3px;
  font-size: 8px;
  background: url("../images/icons/file-doc.png")
}

.file-upload-block:hover {
  text-decoration: none;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
}

.file-upload-block:hover .fub-title {
  color: #0052CD;
}

.file-upload-block:after {
  content: "";
  visibility: hidden;
  transition: all 0.15s;
  opacity: 0;
  width: 20px;
  height: 20px;
  background: url("../images/icons/mdi_save_alt.png") no-repeat;
  position: absolute;
  top: 0px;
  right: 16px
}

.file-upload-block:hover:after {
  visibility: visible;
  top: 16px;
  opacity: 1;
}

.footer {
  background: #1C1F33;
  margin-top: 100px;
  color: #fff
}

.footer .footer-top {
  padding: 40px 0 50px
}

.footer .footer-top .phone {
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  color: #FFFFFF;
}

.footer .footer-top .phone-comment {
  margin-top: 8px;
  font-size: 14px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.7);
}

.footer .footer-top .send-asc {
  transition: all 0.2s;
  padding: 10px 16px;
  margin-top: 24px;
  display: inline-block;
  height: 40px;
  background: #0052CD;
  border-radius: 5px;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
}

.footer .footer-top .send-asc:hover {
  background: #002FAF;
  text-decoration: none;
  cursor: pointer
}

.footer .footer-top .emails-block {
  margin-top: 24px;
  color: #ADAEB6;
}

.footer .footer-top .emails-block a {
  color: #fff
}

.footer .footer-top h4 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 24px;
  line-height: 24px;
  color: #FFFFFF;
}

.footer .footer-top p {
  font-size: 14px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0
}

.footer .footer-top .footer-links {
  list-style: none;
  margin: 0;
  padding: 0
}

.footer .footer-top .footer-links a {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 8px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.7);
}

.footer .footer-top .social-links {
  list-style: none;
  margin: 0;
  padding: 0
}

.footer .footer-top .social-links li {
  margin: 0;
  padding: 0;
  display: inline-block
}

.footer .footer-top .social-links li a {
  transition: all 0.1s;
  display: inline-block;
  margin-right: 5px;
}

.footer .footer-top .social-links li a:hover {
  text-decoration: none;
  transform: scale(1.1);
  opacity: .3
}

.footer-down {
  padding: 24px 0 23px;
  text-align: center;
  background: #0C0F25;
  font-size: 14px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.7);
}

.site-navigator .show-mobile-btn {
  display: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  color: #000;
  padding: 15px 0 13px 0;
}

.site-navigator .btn-close-menu {
  display: none !important;
}

.write-message {
  margin-top: 32px;
}

.write-message .title-miccedu {
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  color: #000000;
}

.write-message .wm-input {
  margin-bottom: 16px;
  background: #FFFFFF;
  width: 100%;
  padding: 18px 27px;
  border: 1px solid #F2F2F4;
  box-sizing: border-box;
  border-radius: 5px;
}

.write-message textarea {
  margin-bottom: 16px;
  background: #FFFFFF;
  width: 100%;
  padding: 18px 27px;
  border: 1px solid #F2F2F4;
  box-sizing: border-box;
  border-radius: 5px;
}

.write-message .btn-blues {
  transition: all 0.2s;
  padding: 12px 69px;
  line-height: 1;
  background: rgba(0, 117, 255, 0.1);
  border-radius: 5px;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #0052CD;
}

.write-message .btn-blues:hover {
  background: #0052CD;
  color: #fff;
}

.write-message .alerts-blocks .alert {
  display: none;
}

/* Для планшетов */

@media (min-width: 576px) {
  .calendar-wrapper {
    max-width: 720px;
  }
  .tui-full-calendar-month-dayname-item {
    text-align: left;
  }
}

@media (max-width: 620px) {
  #calendar-menu {
    flex-direction: column-reverse;
    margin: 3px 0 !important;
    align-items: center;
  }
  .calendar-list-text {
    line-height: 82px !important;
  }
  #calendar-menu-navi {
    margin-left: 0 !important;
  }
  #renderRange {
    margin-right: 0 !important;
  }
  #calendar-menu #renderRange.m-0 {
    line-height: 74px !important;
  }
}

@media (min-width: 700px) {}

/* Для телефонов */

@media (max-width: 575.98px) {
  /* * { outline:1px solid red } */
  .hide-mobile {
    display: none
  }
  .site-header .site-comment {
    margin-bottom: 10px;
  }
  .events-container {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .events-container h2 {
    color: #292843;
  }
  .events-container .events-listner .events-listner-slider {
    width: 100%;
  }
  .events-container .events-listner .event-block {
    display: block;
    margin-bottom: 20px;
    width: 100%;
  }
  .events-container .events-listner .event-block .event-block-inside {
    display: block;
    width: 100%;
  }
  .site-content-title {
    margin: 20px 0
  }
  .site-content-title h1 {
    font-size: 24px;
    margin-top: 20px;
  }
  .secondary-project-block .scpb-row {
    margin-bottom: 20px;
  }
  .block-partners .slick-arrow {
    display: none !important;
  }
  .calendar-box {
    margin-bottom: 20px;
  }
  .main-news-block .news-block {
    margin-bottom: 20px
  }
  .main-news-block .news-block .ni-navigation {
    width: calc(100% - 40px)
  }
  .main-news-block .news-block .ni-navigation a {
    background: #fff;
    display: block;
  }
  .main-news-block .wnb-navbar, .main-news-block .slick-arrow {
    display: none !important;
  }
  .main-map-box {
    width: 100%;
  }

  .main-map-box svg {
    max-width: 100%;
    height: 390px;
    margin-top: -140px;
  }
  .tab-box .tab-box-inside {
    padding: 20px 10px !important;
  }
  .tab-box .tab-box-header a {
    line-height: 18px !important;
    padding: 6px 5px 8px !important;
  }
  .site-navigator .btn-close-menu {
    display: block !important;
    position: absolute;
    padding: 10px 15px !important;
    right: 0;
    top: 0;
    color: #DC3545 !important
  }
  .site-navigator .sn-navbar.active>li:first-child {
    position: relative;
  }
  .site-navigator .sn-navbar {
    display: none;
  }
  .site-navigator .show-mobile-btn {
    display: block;
    text-align: center
  }
  .site-navigator .sn-navbar.active {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    overflow-y: scroll;
    height: 100%;
    z-index: 999;
    background: #F3F3F3
  }
  .site-navigator .sn-navbar.active>li {
    display: block;
    position: relative;
  }
  .site-navigator .sn-navbar.active>li>a {
    padding: 10px 15px !important;
    display: block;
    font-size: 16px;
    border-bottom: 1px solid #DADADA
  }
  .site-navigator .sn-navbar.active>li.li-has-parent {
    position: relative;
  }
  .site-navigator .sn-navbar.active>li.li-has-parent:before {
    content: "";
    transition: all .2s;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 20px;
    top: 20px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-color: rgba(0, 0, 0, .3);
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .site-navigator .sn-navbar.active>li.li-has-parent.opened:before {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
  }
  .site-navigator .sn-navbar.active>li ul {
    transform: scale(1);
    box-shadow: none;
    visibility: visible !important;
    opacity: 1 !important;
    display: none;
    position: relative;
    left: auto;
  }
  .site-navigator .sn-navbar.active>li ul.active {
    display: block;
  }
  .site-navigator .sn-navbar.active>li:hover ul {
    top: 0 !important
  }
  .site-navigator .sn-navbar.active>li ul:before {
    left: auto !important;
    right: 17px;
  }
  .tui-full-calendar-weekday-grid-header {
    text-align: left !important;
  }
  .tui-full-calendar-month-dayname-item {
    text-align: left !important;
  }
  #calendar-menu {
    flex-direction: column-reverse;
    margin: 3px 0;
    align-items: center;
  }
  .calendar-list-text {
    line-height: 82px !important;
  }
  .tui-full-calendar-weekday-grid-line .tui-full-calendar-weekday-grid-more-schedules {
    right: 0px !important;
    font-size: 9px;
  }
  #calendar-menu #renderRange.m-0 {
    line-height: 73px !important;
  }
  #calendar {
    margin-top: 40px;
  }
  .calendar-list-content .event-list li {
    margin-bottom: 14px;
    padding: 10px 20px;
  }
}

@media (max-width: 440px) {
  .main-map-box svg {
    max-width: 100%;
    height: 340px;
    margin-top: -90px;
  }

  #renderGivcMapNew{
    margin-top: -55px !important;
  }

  .main-map-info{
    margin-top: 150px !important;
  }

  .navigation-panel{
    display: none;
  }

  .tui-full-calendar-weekday-grid-line {
    padding: 0;
  }
  .tui-full-calendar-weekday-grid-line .tui-full-calendar-weekday-grid-more-schedules {
    padding-right: 2px;
  }
  .tui-full-calendar-weekday-grid-line .tui-full-calendar-weekday-grid-date {
    width: 20px;
  }
  #calendar {
    margin-top: 30px;
    margin-bottom: 180px;
  }
  .site-content-title h1 {
    margin-top: 30px;
  }
  #calendar .tab-1 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  #calendar .tab-2 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .calendar-list-box .calendar-list-text {
    line-height: 16px !important;
  }
  .calendar-list-box {
    padding-top: 10px;
  }
  .calendar-list-text i {
    display: none;
  }
  .col-6 {
    height: 72px;
  }
  #calendar-menu #renderRange.m-0 {
    line-height: 60px !important;
  }
  #calendar-menu #renderRange.m-0 i {
    display: none;
  }
}

/* Стили для календаря */

#calendar {
  /* font-family: 'Noto Sans', sans-serif; */
  position: relative;
  border-radius: 0 0 5px 5px;
}

#calendar:before {
  z-index: 5;
  background: #0052CD;
  border-radius: 5px 5px 0px 0px;
  height: 10px;
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
}

#calendar .col-6 {
  padding: 0;
  background-color: #fff;
  border-radius: 5px 5px 0 0;
  z-index: 10;
  border-bottom: 1px solid #e5e5e5 !important;
  transition: all 0.3s ease;
}

#calendar .col-6:last-child {
  background-color: #dee1e6;
}

#calendar .row {
  padding: 0 15px;
  position: relative;
}

.tui-full-calendar-month-dayname {
  border-top: none !important;
}

.calendar-list-box {
  background-color: #dee1e6;
  text-align: center;
  border-radius: 5px 5px 0 0;
  height: 100%;
  transition: all 0.3s ease;
}

.calendar-list-text {
  font-size: 16px;
  line-height: 50px;
  color: #0052CD;
}

#calendar-menu {
  display: flex;
  justify-content: space-between;
  margin: 9px 0;
}

#calendar-menu-navi {
  margin-left: 9px;
  line-height: 32px;
}

#calendar-menu #renderRange {
  margin-right: 20px;
  line-height: 32px;
}

#calendar-menu-navi .move-today {
  border-radius: 4px;
  border: 1px solid #dadce0;
  background-color: white;
  box-shadow: 0px 0px 0px rgba(42, 46, 67, 0.12);
  padding: 0 16px;
  line-height: 30px;
  font-size: 14px;
  margin-right: 5px;
  transition: all 0.5s ease;
}

#calendar-menu-navi .move-today:hover {
  background-color: #f1f3f4;
}

#calendar-menu-navi .move-day {
  padding: 4px 5px 0px;
  transition: all 0.5s ease;
  border-radius: 50%;
}

#calendar-menu-navi .move-day:hover {
  background-color: #f6f6f6;
}

#calendar-menu-navi .btn i {
  color: #3E92CC;
  font-size: 22px;
}

.tui-full-calendar-weekday-grid-line .tui-full-calendar-weekday-grid-more-schedules {
  position: absolute;
  right: 5px;
}

.tui-full-calendar-month-week-item:first-child .tui-full-calendar-weekday-border {
  border-top: none !important;
}

.tui-full-calendar-month-dayname-item {
  text-align: center;
  border-right: 1px solid #e5e5e5 !important;
}

.tui-full-calendar-weekday-exceed-left .tui-full-calendar-weekday-schedule {
  margin: 0 10px !important;
}

.tui-full-calendar-month-dayname-item span {
  border-radius: 7px;
  color: #0052CD !important;
  font-size: 16px;
}

.tui-full-calendar-layout {
  background-color: #fafafa !important;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
}

.tui-full-calendar-weekday-grid-line, .tui-full-calendar-month-dayname-item {
  background-color: #fff !important;
}

.tui-full-calendar-month-dayname-item:last-child {
  border-right: none !important;
}

.tui-full-calendar-month-dayname-item:nth-child(6), .tui-full-calendar-month-dayname-item:last-child, .tui-full-calendar-weekday-grid-line:nth-child(6), .tui-full-calendar-weekday-grid-line:last-child {
  background-color: #fafafa !important;
}

.tui-view-21 .tui-full-calendar-weekday-grid {
  border-radius: 0 0 5px 5px;
}

.tui-full-calendar-weekday-exceed-right .tui-full-calendar-weekday-schedule {
  margin-right: 0;
  margin: 0 10px;
}

.calendar-list-content {
  background-color: white;
  width: 100%;
  height: 100%;
  z-index: 15;
  right: 0;
  position: absolute;
  margin-bottom: 20px;
  /* box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1); */
  border-radius: 0 0 5px 5px;
  text-align: left;
}

.list-clicked {
  background-color: #fff !important;
  color: black !important;
}

.tab-inactive {
  background-color: #dee1e6 !important;
  cursor: pointer;
}

.tab-inactive:hover, .col-6.tab-inactive .calendar-list-box:hover {
  background-color: #eef0f2 !important;
}

  {
  background-color: #eef0f2 !important;
}

.tab-active {
  background-color: #fff !important;
}

.tooltip-inner {
  background-color: #707070;
  color: #fff;
  font-size: 13px;
}

.tooltip .arrow {
  display: none;
}

.tui-full-calendar-weekday.tui-view-18 .tui-full-calendar-weekday-border {
  border-top: none !important;
}

.tui-full-calendar-month-more {
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1) !important;
  position: relative;
  /* min-width: 480px !important; */
}

.tui-full-calendar-month-more:after {
  content: "+";
  position: absolute;
  font-size: 42px;
  font-weight: 100;
  color: #5f6368;
  top: -10px;
  right: 12px;
  transform: rotate(45deg);
}

.tui-full-calendar-weekday-schedule {
  transition: all 0.3s ease;
}

.tui-full-calendar-weekday-schedule:hover {
  filter: brightness(90%);
}

.tui-full-calendar-month-week-item .tui-full-calendar-weekday-grid{
  border-radius: 0 0 5px 5px;
}

.unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Popup styles */

/* .tui-full-calendar-popup-detail .tui-full-calendar-popup-container {
  width: auto !important;
} */

.tui-full-calendar-popup-detail .tui-full-calendar-schedule-title {
  word-break: break-word;
}

.tui-full-calendar-popup {
  border-radius: 5px;
  z-index: 15;
}

.tui-full-calendar-popup-top-line {
  border-radius: 5px 5px 0 0;
  width: 100%;
  height: 10px;
  border: none;
  top: -5px;
  z-index: -1;
}

.tui-full-calendar-weekday-schedule-title {
  pointer-events: none;
}

.tui-full-calendar-popup-detail .tui-full-calendar-content {
  margin-top: 5px;
}

.tui-full-calendar-popup-container{
  border-radius: 5px;
  padding-top: 12px !important;
}

.popup-link {
  float: right;
  padding-right: 5px;
  color: #0052CD;
}

.popup-link:hover{
  text-decoration: none;
  filter: brightness(80%);
}

.tui-full-calendar-section-detail{
  display: none !important;
}

/* Popup styles and map fix*/

@media (max-width: 1100px) {
  .slick-prev, .wnb-btn-left {
    left: -10px !important
  }
  .slick-next, .wnb-btn-right {
    right: -10px !important
  }
  .landing-header {
    background-size: auto 100% !important;
  }
  .landing-header .landing-header-content .child-button:after {
    right: 20px !important
  }
  .tui-full-calendar-month-dayname-item {
    text-align: left;
  }
  .tui-full-calendar-weekday-grid-header {
    text-align: left;
  }
  .main-map-info{
    /* display: none; */
    position: relative;
    opacity: 1;
    margin-top: 110px;
  }
  .main-map-info-responsive{
    display: block;
    opacity: 1;
  }

  #renderGivcMapNew{
    margin-top: -130px;
  }

}

@media (max-width: 370px) {
  .tui-full-calendar-weekday-grid-line .tui-full-calendar-weekday-grid-more-schedules {
    padding: 0;
  }
  .tui-full-calendar-arrow-right .tui-full-calendar-popup-arrow-fill, .tui-full-calendar-popup-arrow-border {
    display: none;
  }
}