@font-face {
  font-family: "hoves";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/TTHoves/TTHoves-Light.eot");
  src: url("../fonts/TTHoves/TTHoves-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/TTHoves/TTHoves-Light.woff") format("woff"), url("../fonts/TTHoves/TTHoves-Light.ttf") format("truetype"); }

@font-face {
  font-family: "hoves";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/TTHoves/TTHoves-Regular.eot");
  src: url("../fonts/TTHoves/TTHoves-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/TTHoves/TTHoves-Regular.woff") format("woff"), url("../fonts/TTHoves/TTHoves-Regular.ttf") format("truetype"); }

@font-face {
  font-family: "hoves";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/TTHoves/TTHoves-Medium.eot");
  src: url("../fonts/TTHoves/TTHoves-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/TTHoves/TTHoves-Medium.woff") format("woff"), url("../fonts/TTHoves/TTHoves-Medium.ttf") format("truetype"); }

@font-face {
  font-family: "hoves";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/TTHoves/TTHoves-Bold.eot");
  src: url("../fonts/TTHoves/TTHoves-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/TTHoves/TTHoves-Bold.woff") format("woff"), url("../fonts/TTHoves/TTHoves-Bold.ttf") format("truetype"); }

@font-face {
  font-family: "formular";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/Formular/Formular-Medium.eot");
  src: url("../fonts/Formular/Formular-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Formular/Formular-Medium.woff") format("woff"), url("../fonts/Formular/Formular-Medium.ttf") format("truetype"); }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: normal;
  font-family: "hoves", sans-serif;
  font-weight: normal;
  background: #262B53;
  color: #333333; }

html, body {
  overflow-x: hidden; }

img {
  display: block;
  max-width: 100%;
  height: auto; }

.text-center {
  text-align: center; }

a {
  display: block;
  text-decoration: none;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  outline: none; }
  a:hover, a:focus {
    text-decoration: none; }

input, textarea, select {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0 21px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "hoves", sans-serif;
  border: none;
    border-radius: 0;
  width: 100%;
  height: 43px;
  background: #fff;
  font-size: 13px;
  color: #808080; }
  input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
    color: #808080; }
  input::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
    color: #808080; }
  input::-ms-input-placeholder, textarea::-ms-input-placeholder, select::-ms-input-placeholder {
    color: #808080; }
  input::placeholder, textarea::placeholder, select::placeholder {
    color: #808080; }
  input:hover, textarea:hover, select:hover {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none; }

label {
  display: block;
  width: 100%; }

button, .btn {
  outline: none;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  cursor: pointer;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-family: "hoves", sans-serif;
  padding: 0;
  margin: 0;
  border: none;
    border-radius: 0; }
  button:hover, button:focus, .btn:hover, .btn:focus {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none; }

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center; }

.btn-border {
  border: 1px solid rgba(226, 233, 241, 0.2);
  color: #DDE8FF; }
  .btn-border:hover {
    border: 1px solid rgba(226, 233, 241, 0.2);
    background: #254DF1;
    color: #DDE8FF; }

.btn-border-blue {
  border: 1px solid #254DF1;
  background: #fff;
  height: 34px;
  color: #254DF1;
  font-size: 11px;
  font-weight: normal;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 118px; }
  .btn-border-blue:hover {
    background: #254DF1;
    color: #fff; }

.btn-border-white {
  border: 1px solid #fff;
  background: #254DF1;
  height: 34px;
  color: #fff;
  font-size: 11px;
  font-weight: normal;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 118px; }
  .btn-border-white:hover {
    background: #fff;
    color: #254DF1;
    border: 1px solid #254DF1; }

.btn-accent {
  color: #fff;
  background: #2B2A52; }

.btn-blue {
  color: #DDE8FF;
  background: #254DF1;
  border: 1px solid rgba(226, 233, 241, 0.2); }

.btn-blue-black {
  color: #fff;
  background: #0B38FA;
  font-size: 14px;
  font-weight: 600; }
  .btn-blue-black:hover {
    background: #2B2A52;
    color: #fff; }

.svg-icon {
  display: inline-block;
  width: 100%;
  height: 100%; }

strong, b {
  font-weight: bold;
  display: inline-block; }

.my-ul {
  list-style: none; }

.wrapper {
  width: 100%;
  position: relative;
  max-width: 1366px; }

.video-bg {
  position: absolute;
  top: -128px;
  right: -228px;
  max-width: 1856px;
  height: 1514px; }

.right-sidebar {
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  max-width: 554px;
  width: 100%; }

.content {
  background: #fff;
  position: relative; }

.container {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1100px;
  padding: 0 50px;
  margin: 0 0 0 auto; }

.w-100 {
  width: 100%; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -25px; }

.col-3 {
  width: 33.3%;
  padding: 0 25px; }

.col-5 {
  width: 50%;
  padding: 0 25px; }

.col-7 {
  width: 66.6%;
  padding: 0 25px; }

.list-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .list-social li {
    margin: 0 35px 0 0; }
    .list-social li:last-child {
      margin: 0; }
    .list-social li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 12.76px;
      height: 12.76px; }

h1 {
  margin: 0 0 0 137px;
  letter-spacing: 0.07em;
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600; }

h2 {
  color: #333333;
  font-size: 24px;
  font-weight: 600; }

.font-300 {
  font-weight: 300; }

.font-700 {
  font-weight: 700; }

.text-decoration {
  text-decoration: underline; }

.d-inline {
  display: inline-block; }

.color-blue {
  color: #254DF1; }

.slick-slider {
  width: 100%; }

.slick-slide {
  outline: none; }

.slick-arrow {
  z-index: 1;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: #E3E6EF;
  padding: 15px;
  cursor: pointer;
  fill: none;
  stroke: #131316; }
  .slick-arrow:hover {
    stroke: #fff;
    background: #254DF1; }

.slick-next {
  right: 0; }

.slick-prev {
  right: 50px; }

.title-line {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 20px; }

.bg-blue {
  background: #254DF1;
  color: #fff; }

.d-flex-mobile {
  display: none; }

.d-flex-tablet {
  display: none; }

.btn-burger {
  width: 25px;
  height: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: none;
  margin: 0 0 0 26px; }
  .btn-burger span {
    width: 100%;
    background: #fff;
    display: block;
    height: 2px; }

.mail {
  text-decoration: underline;
  color: #254DF1;
  font-size: 14px;
  font-weight: bold; }
  .mail:hover {
    color: #2B2A52; }

.breadcrumb {
  width: 100%;
  margin: 10px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 14px;
  font-weight: 500; }
  .breadcrumb li {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
    .breadcrumb li a {
      color: #374249;
      font-size: 14px;
      background: #F2F3F7;
      text-align: center;
      padding: 11px 15px;
      border-right: 1px solid #FFFFFF; }
      .breadcrumb li a:hover {
        color: #fff;
        background: #254DF1; }
      .breadcrumb li a.active {
        color: #fff;
        background: #254DF1; }
		
		

.links-prev {
  text-align: right;
  color: #0B38FA;
  font-weight: 500;
  font-size: 15px;
  text-decoration: underline; }
  .links-prev:hover {
    color: #2B2A52; }


.analytics-tags__item {
    opacity: 1;
    color: #254DF1;
	margin-right:5px;
}

.analytics-tags__item.active {
    color: #fa155a;
}


.analytics-tags-active .analytics-tags__item {
    padding-right: 16px;
    font-weight: bold;
    font-size: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 4px;
    line-height: 12px;
    text-transform: uppercase;
    color: #172843;
}


.analytics-tags__close{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 10px;
  height: 10px;
  min-width: 10px;
  margin: 0 0 0 10px; }
  .analytics-tags__close:before, .analytics-tags__close:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 0;
    width: 1px;
    height: 100%;
    background: #C4C4C4; }
  .analytics-tags__close:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .analytics-tags__close:after {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg); }

.analytics-tags__more {
    text-decoration: underline;
    color: #a2a6ae;
}

.analytics-tags__more active {
    text-decoration: underline;
    color: #000;
}

.analytics-tags-active {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 55px;
    letter-spacing: 0.05em;
    font-size: 10px;
    font-weight: 600;
    line-height: 12px;
    text-transform: uppercase;
}

.analytics-tags .analytics-tags__item_hide {
    display: none;
}

.cards-container {width: 100%;}

.card__tags {    color: #333333;
    font-size: 13px;
	}

.card__tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.card__tags_item {
    opacity: 1;
    color: #254DF1;
	margin-right:5px;
}
.fc-toolbar-title {
    font-size: 18px!important;
    font-weight: bold;
    color: #374249;
    text-align: center;
    margin: 0 auto;
    text-transform: uppercase;
}

.fc .fc-next-button,.fc .fc-prev-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #131316;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    
    
}
.fc .fc-prev-button {
    margin-left: -10px;
}
.fc .fc-next-button {
        margin-right: -10px;

}


.fc .fc-daygrid-day-frame {
    position: relative;
    min-height: 138px;
}

.fc .fc-daygrid-day-number {
    position: absolute;
    right: 8px;
    top: 8px;
    color: #374249;
    font-size: 14px;
    font-weight: 600;
}
.fc .fc-day-sat .fc-daygrid-day-number, .fc .fc-day-sun .fc-daygrid-day-number  {
    color: #E83223;
}


.fc-daygrid-event {
    display: flex;
    flex-direction: column;
    background:  #E6ECFF;
}

.fc-theme-standard .fc-daygrid-event-harness  {
    width: 100%;
    height: 100%;
    background: #E6ECFF;
    color: #27272D;
    font-size: 10px;
    font-weight: bold;
    padding: 30px 8px 10px;
}
.fc .fc-daygrid-body-natural .fc-daygrid-day-events {
    margin-bottom: 0;
}
.fc .fc-daygrid-day-events {
    margin-top: 0;
}
.fc-event-title {
    /* font-weight: bold; */
    font-size: 10px;
    padding: 0;
    margin:0;
    line-height: 10px;
    /* text-decoration-line: underline; */
    background: #E6ECFF;
    color: #27272D;
    margin-top: 5px;
}
.fc-theme-standard .fc-daygrid-event-harness {
    width: 100%;
    height: 100%;
    background: #E6ECFF;
    color: #27272D;
    font-size: 10px;
    font-weight: bold;
    padding: 30px 8px 10px;
}
.fc-direction-ltr .fc-daygrid-event.fc-event-start, .fc-direction-rtl .fc-daygrid-event.fc-event-end {
     margin-left: 0; 
}
.fc-direction-ltr .fc-daygrid-event.fc-event-end, .fc-direction-rtl .fc-daygrid-event.fc-event-start {
     margin-right: 0; 
}

.event-line {
    margin: 0 0 50px!important;
}

.fc .fc-button-primary {
    text-decoration-line: none;
}

.fc-prev-button::before {
    content: "";
    background: url(/img/events-arrow-left.svg) no-repeat center;
    display: block;
    width: 7px;
    height: 13px;
    margin: 0px 9px 0 0px;
    background-size: 100%;
}

.fc-next-button::after {
    content: "";
    background: url(/img/events-arrow-right.svg) no-repeat center;
    display: block;
    width: 7px;
    height: 13px;
    margin: 0px 0 0 9px;
    background-size: 100%;
}

#calendar {
    font-family: 'hoves', sans-serif !important;
}

.fc .fc-daygrid-day-number {
    font-family: 'hoves', sans-serif !important;
}    

video.video-bg {
  mix-blend-mode: overlay;
}



