@charset "utf-8";
.news_block {
  padding-top: 30px;
  padding-bottom: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 50px 60px;
  justify-content: space-between;
}
.news_block .item .picture {
  display: block;
  max-height: 230px;
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow: 0 0px 20px rgba(26, 26, 24, 0.2);
}
.news_block .item .picture img {
  display: block;
  width: 100%;
  border-radius: 10px;
}
.news_block .item .date {
  padding-bottom: 10px;
  font-style: italic;
  font-size: 20px;
  color: #7B46D9;
}
.news_block .item .h2 {
  padding: 10px 0 20px 0;
  font-size: 28px;
  font-weight: 700;
  color: #52a3cc;
  text-transform: uppercase;
}
.news_block .item .description {
  padding: 20px 0;
}
.news_block .item .tags a {
  color: #FF81FF;
}
.news_block .item .tags a:hover {
  text-decoration: underline;
}
.news_block .list a {
  color: #000;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
}
.news_block .list a:hover {
  color: #52a3cc;
}
.news_block .list .date {
  padding-bottom: 20px;
}

@charset "utf-8";
.event_calendar {
  margin: 90px 0;
  padding: 30px 0;
  background-color: #E6F0F2;
  background: linear-gradient(to right, #E6F0F2, #eeefef);
}
.event_calendar .datepicker--content {
  background-color: transparent;
}
.event_calendar .container .month_slider_wrapper {
  padding: 0 50px 30px 50px;
}
.event_calendar .container .month_slider_wrapper .month_slider li {
  display: inline-block;
  line-height: 37px;
  text-align: center;
  text-transform: uppercase;
}
.event_calendar .container .month_slider_wrapper .month_slider li:hover {
  background-color: #fff;
  cursor: pointer;
}
.event_calendar .container .month_slider_wrapper .month_slider li.active {
  color: #fff;
  background-color: #7B46D9;
}
.event_calendar .container .row {
  display: flex;
  flex-direction: row;
}
.event_calendar .container .row .flex-item {
  flex-grow: 1;
}
.event_calendar .container .row .event {
  position: relative;
  background-color: #fff;
  width: 320px;
}
.event_calendar .container .row .event .image_wrapper {
  max-height: 185px;
  overflow-y: hidden;
}
.event_calendar .container .row .event .image_wrapper img {
  max-width: 100%;
}
.event_calendar .container .row .event .date {
  padding: 10px 15px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #52a3cc;
  color: #fff;
}
.event_calendar .container .row .event .info {
  padding: 20px 25px;
}
.event_calendar .container .row .event .info .title {
  padding-bottom: 10px;
  text-transform: uppercase;
  color: #7B46D9;
}
.event_calendar .container .row .event .info .eye {
  margin: 30px auto 0 auto;
}
.event_calendar .container .row .calendar {
  margin-left: 25px;
}
.event_page {
  padding: 80px 0;
}
.event_page .date {
  margin-bottom: 20px;
}
.event_page .highlight span {
  padding: 7px 15px;
  display: inline-block;
  background-color: #52a3cc;
  text-transform: uppercase;
  color: #fff;
}
.event_page .highlight span a {
  color: #fff;
  text-decoration: underline;
}
.event_page .highlight span a:hover {
  text-decoration: none;
}
.event_page .h2 {
  margin-top: 50px;
}
.event_page .image_wrapper {
  margin-top: 40px;
  margin-bottom: 40px;
}
.event_page .image_wrapper img {
  max-width: 100%;
}

@font-face {
  font-family: 'Noah-Regular';
  src: local('Noah-Bold'), url('../../build/fonts/Noah-Bold.woff2') format('woff2'), url('../../build/fonts/Noah-Bold.woff') format('woff'), url('../../build/fonts/Noah-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Noah-Regular';
  src: local('Noah-Regular'), url('../../build/fonts/Noah-Regular.woff2') format('woff2'), url('../../build/fonts/Noah-Regular.woff') format('woff'), url('../../build/fonts/Noah-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Noah-Regular';
  src: local('Noah-RegularItalic'), url('../../build/fonts/Noah-RegularItalic.woff2') format('woff2'), url('../../build/fonts/Noah-RegularItalic.woff') format('woff'), url('../../build/fonts/Noah-RegularItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}

@charset "utf-8";
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'Noah-Regular', Roboto, Open Sans, Helvetica Neue, sans-serif;
  font-weight: 400;
  font-size: 16px;
}
* {
  padding: 0;
  margin: 0;
  outline: 0;
}
input,
textarea,
select,
button {
  font-family: 'Noah-Regular', Roboto, Open Sans, Helvetica Neue, sans-serif;
  font-weight: 400;
}
a,
a:hover {
  text-decoration: none;
}
strong {
  font-weight: 700;
}
li {
  list-style: none;
}
.h1 {
  font-size: 40px;
  font-weight: 700;
}
.h1.h1_line {
  position: relative;
  padding-bottom: 24px;
  margin-bottom: 32px;
}
.h1.h1_line.line_purple:after {
  background-color: #7B46D9;
}
.h1.h1_line:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  height: 4px;
  width: 96px;
  background-color: #52a3cc;
}
.text h2,
.h2 {
  padding-bottom: 10px;
  font-size: 44px;
  font-weight: 700;
  text-align: left;
}
.text h2.h2_line,
.h2.h2_line {
  position: relative;
  padding-top: 40px;
}
.text h2.h2_line:before,
.h2.h2_line:before {
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
  display: block;
  width: 170px;
  height: 8px;
  background-color: #E6F0F2;
}
.text h2 {
  position: relative;
  padding-top: 40px;
}
.text h2:before {
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
  display: block;
  width: 170px;
  height: 8px;
  background-color: #E6F0F2;
}
.h2_description {
  font-size: 18px;
  font-weight: 400;
  color: #7B46D9;
  text-align: left;
  line-height: 1.3;
}
.h2_links {
  padding-left: 50px;
  display: inline-block;
}
.h2_links .h2_link {
  color: #000;
  text-transform: uppercase;
}
.h2_links .h2_link.active,
.h2_links .h2_link:hover {
  background-color: #E6F0F2;
}
.text h3,
.h3 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 32px;
  color: #7B46D9;
  text-align: left;
}
.text h4 {
  position: relative;
  padding-top: 70px;
}
.text h4:before,
.text h4:after {
  position: absolute;
  display: block;
  content: " ";
  top: 0;
  background: url(../../images/apostrophe.png) no-repeat;
  width: 28px;
  height: 49px;
}
.text h4:before {
  left: 0;
}
.text h4:after {
  left: 40px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-60 {
  margin-top: 60px;
}
.my-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.container {
  width: 1170px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
.container:after {
  display: block;
  content: " ";
  clear: both;
}
.mobile_nav {
  display: none;
}
.table {
  display: table;
  width: 100%;
}
.table .row {
  display: table-row;
}
.table .row .cell {
  display: table-cell;
}
.pink {
  color: #FF81FF;
}
.purple {
  color: #7B46D9;
}
.flex_2 {
  display: flex;
}
.flex_2 .item {
  width: 50%;
  box-sizing: border-box;
  padding: 0 50px;
}
.flex_2 .item:first-child {
  padding-left: 0 !important;
}
.flex_2 .item:last-child {
  padding-right: 0 !important;
}
.button {
  position: relative;
  display: inline-block;
  padding: 16px 30px;
  background-color: #7B46D9;
  color: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  border-width: 0;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.3ex;
  text-transform: uppercase;
  text-align: center;
  border-radius: 5px;
}
.button.big {
  text-transform: uppercase;
  text-align: center;
  font-size: 28px;
  border-radius: 0;
}
.button.attach {
  padding-right: 80px;
}
.button.attach:before {
  position: absolute;
  content: " ";
  width: 26px;
  height: 48px;
  top: 0;
  right: 30px;
  background: url(../../images/attach_white.png) center center no-repeat;
}
.button.white {
  background-color: #fff;
  color: #7B46D9;
}
.button.white:hover {
  color: #fff;
}
.button.active,
.button:hover {
  background-color: #FF81FF;
  cursor: pointer;
}
.button.button_100 {
  width: 100%;
}
.text {
  position: relative;
  text-align: justify;
  font-size: 18px;
}
.text p {
  padding: 10px 0;
}
.text p img,
.text p iframe {
  max-width: 100% !important;
}
.text p img {
  height: auto !important;
}
.text ul li {
  list-style: inside disc;
}
.eye {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: block;
  background: url(../../images/eye_black.png) no-repeat;
  width: 33px;
  height: 21px;
  cursor: pointer;
}
.eye:before,
.eye:after {
  width: 250px;
  display: none;
  position: absolute;
  bottom: 100%;
  color: #7B46D9;
  font-family: 'Noah-Regular';
  font-style: italic;
  font-size: 14px;
}
.eye:before {
  content: attr(data-title-left);
  right: 33px;
  text-align: right;
}
.eye:after {
  content: attr(data-title);
  left: 33px;
  text-align: left;
}
.eye:hover {
  background-image: url(../../images/eye_purple.png);
}
.eye:hover:before,
.eye:hover:after {
  display: block;
}
.close {
  position: relative;
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.close:before,
.close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 25px;
  width: 2px;
  background-color: #000;
}
.close:hover:before,
.close:hover:after {
  background-color: #7B46D9;
}
.close:before {
  transform: rotate(45deg);
}
.close:after {
  transform: rotate(-45deg);
}
.left {
  text-align: left !important;
}
.center {
  text-align: center !important;
}
.right {
  text-align: right !important;
}
#loader {
  position: fixed;
  background: rgba(255, 255, 255, 0.5);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
  padding-top: 250px;
  text-align: center;
}
#popup_video_icon {
  position: absolute;
  display: block;
  content: " ";
  background: url(../../images/play.png) no-repeat;
  width: 51px;
  height: 50px;
  z-index: -1;
}
.hide {
  display: none;
}
.mobile {
  display: none;
}
.header .help {
  position: relative;
  margin-top: 12px;
  padding-left: 40px;
  float: right;
  color: #fff;
}
.header .help:before {
  position: absolute;
  content: " ";
  display: block;
  width: 29px;
  height: 26px;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
}
.header .help:hover {
  text-decoration: underline;
}
.header .help:hover:before {
  width: 35px;
  height: 31px;
  left: -3px;
  top: -2px;
}
.header .help_me:before {
  background-image: url(../../images/heart_blue.png);
}
.header .help_to:before {
  background-image: url(../../images/heart_pink.png);
}
.header .help_me:hover:before {
  background-image: url(../../images/heart_blue_big.png);
}
.header .help_to:hover:before {
  background-image: url(../../images/heart_pink_big.png);
}
.header .row {
  display: flex;
}
.header .row .item {
  justify-content: space-around;
  flex-direction: row;
  flex-grow: 1;
}
.header .menu {
  display: flex;
  flex-wrap: wrap;
}
.header .menu > li {
  position: relative;
  display: inline;
  padding: 0 15px;
  flex-direction: row;
  flex-grow: 1;
  text-align: center;
}
.header .menu > li:first-child {
  flex-grow: 0.5;
  text-align: left;
}
.header .menu > li:last-child {
  flex-grow: 0.5;
  text-align: right;
}
.header .menu > li a {
  position: relative;
  color: #000;
  font-weight: 700;
  z-index: 117;
}
.header .menu > li > a:after {
  width: 0;
  position: absolute;
  background-color: #E6F0F2;
  transition-timing-function: linear;
  transition: all 300ms ease-in;
  content: " ";
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  z-index: -1;
}
.header .menu > li > a:hover {
  color: #000;
}
.header .menu > li > a:hover:after {
  width: 100%;
}
.header .menu > li .submenu {
  position: absolute;
  padding-top: 15px;
  min-width: 190px;
  display: none;
}
.header .menu > li .submenu li {
  padding: 5px 10px;
  display: block;
  text-align: left;
  background-color: #E6F0F2;
}
.header .menu > li .submenu li a:hover {
  color: #7B46D9;
}
.header .menu > li:hover .submenu {
  display: block;
  z-index: 6000;
}
.header_bg {
  margin-bottom: 80px;
  height: 250px;
  background-repeat: no-repeat;
  background-size: cover;
}
.header_bg .h1 {
  padding-top: 100px;
  line-height: 1.05;
  text-align: right;
}
#header {
  padding: 35px 0;
  color: #000;
  border-bottom: 1px solid #dddfe3;
}
#header .row .logo {
  background: url(../../images/vvb/logo.svg) no-repeat;
  background-size: contain;
  width: 207px;
  height: 50px;
  flex-grow: 1;
}
#header .row .menu {
  padding-top: 15px;
}
#header .row .item_help {
  flex-grow: 1000;
}
.big_buttons {
  margin-bottom: 100px;
}
.big_buttons .button {
  width: 50%;
  padding: 40px 0;
  vertical-align: middle;
  display: table-cell;
}
.big_links {
  font-size: 32px;
}
.big_links .link_big {
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
  white-space: nowrap;
}
.big_links .link_big.active {
  background-color: #E6F0F2;
}
.big_links .link_big:after {
  width: 0;
  position: absolute;
  background-color: #E6F0F2;
  transition-timing-function: linear;
  transition: all 300ms ease-in;
  content: " ";
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  z-index: -1;
}
.big_links .link_big:hover:after {
  width: 100%;
}
.link_small {
  color: #FF81FF;
  font-style: italic;
}
.link_small:hover {
  text-decoration: underline;
}
.text_small {
  color: #FF81FF;
  font-style: italic;
}
.text_small_purple {
  color: #7B46D9;
  font-style: italic;
}
.feedback_form {
  margin: 60px 0 100px;
  padding: 40px 60px;
  background-color: #E6F0F2;
  border-radius: 5px;
  box-shadow: 0 0px 20px rgba(26, 26, 24, 0.2);
}
.feedback_form .item {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0 40px;
  width: 33.3333333%;
  box-sizing: border-box;
  float: left;
}
.feedback_form .item input,
.feedback_form .item select {
  padding: 10px 15px;
  display: block;
  width: 100%;
  box-sizing: border-box;
  border: none;
  border-radius: 5px;
  font-style: italic;
  font-size: 16px;
}
.feedback_form .item select {
  -webkit-appearance: none;
  -moz-appearance: none;
}
.feedback_form .item label {
  padding-top: 10px;
  display: block;
  text-transform: uppercase;
  font-size: 14px;
}
.feedback_form .item .button {
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}
.feedback_form .block {
  padding: 0 40px;
}
.partners {
  padding-bottom: 100px;
}
.partners.partner_group {
  padding-top: 50px;
  padding-bottom: 0;
}
.partners .items {
  padding: 50px 0 20px 0;
  text-align: left;
}
.partners .items li {
  margin-left: 25px;
  margin-right: 25px;
  margin-bottom: 50px;
  display: inline-block;
  height: 70px;
  line-height: 70px;
  background-position-y: center;
  background-repeat: no-repeat;
  filter: saturate(0%);
  vertical-align: middle;
  font-weight: 700;
  font-size: 32px;
  text-align: center;
}
.partners .items li img {
  margin: 0 auto;
  max-height: 100%;
  max-width: 100%;
}
.partners .items li:hover {
  color: #7B46D9;
  filter: saturate(100%);
}
.slider_projects li.slide {
  position: relative;
  padding: 40px 0;
  box-shadow: 0 0px 20px rgba(26, 26, 24, 0.2);
  border-radius: 10px;
}
.slider_projects li.slide .content {
  padding: 0 30px;
}
.slider_projects li.slide .content .h3_description {
  padding: 20px 0 30px 0;
}
.slider_projects li.slide .picture {
  margin-top: 50px;
  margin-bottom: 50px;
  display: inline;
  max-width: 100%;
}
.slider_projects li.slide .target_title,
.slider_projects li.slide .target_desc {
  font-size: 18px;
}
.slider_projects li.slide .target_title {
  padding-top: 15px;
  font-weight: 700;
  color: #7B46D9;
}
.slider_projects li.slide .date {
  padding: 0 30px;
  font-style: italic;
  font-size: 20px;
  color: #7B46D9;
}
.slider_projects li.slide .award_description {
  padding: 35px 30px;
  text-align: center;
}
.slider_projects li.slide .award_description img {
  margin: 0 auto;
}
.slider_projects li.slide .award_description .title {
  padding: 35px 0 10px 0;
  color: #52a3cc;
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
}
.slider_projects li.slide .award_description .description {
  font-size: 18px;
}
.slider_projects li.slide .image {
  width: 100%;
}
.slider_projects li.slide .amount {
  padding: 25px 30px 0 30px;
  font-size: 44px;
  font-weight: 700;
}
.slider_projects li.slide .amount_target {
  padding: 0 30px;
  font-size: 18px;
  font-weight: 700;
}
.slider_projects li.slide .buttons {
  padding-top: 50px;
  text-align: center;
}
.slider_projects li.slide .square_links {
  padding: 80px 0 40px 0;
}
.slider_projects .slick-active li.slide:hover {
  box-shadow: 0 0px 50px rgba(26, 26, 24, 0.2);
}
.slider_centr_wrapper {
  padding-bottom: 100px;
}
.slider_centr_wrapper .slider_centr {
  position: relative;
  padding: 40px 0px 60px 0px;
  overflow: hidden;
}
.slider_centr_wrapper .slider_centr:before,
.slider_centr_wrapper .slider_centr:after {
  content: "";
  width: 180px;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.slider_centr_wrapper .slider_centr:before {
  left: 0;
  background: linear-gradient(90deg, #ffffff, rgba(255, 255, 255, 0));
}
.slider_centr_wrapper .slider_centr:after {
  right: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), #ffffff);
}
.slider_centr_wrapper .slider_centr .slick-list {
  overflow: visible;
}
.slider_centr_wrapper .slider_centr .slick-slide {
  margin: 0 40px;
}
.simple_links strong {
  text-transform: uppercase;
}
.simple_links p {
  padding-bottom: 15px;
}
.simple_links p a {
  position: relative;
  z-index: 10;
  color: #000;
}
.simple_links p a:after {
  width: 0;
  position: absolute;
  background-color: #E6F0F2;
  transition-timing-function: linear;
  transition: all 300ms ease-in;
  content: " ";
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  z-index: -1;
}
.simple_links p a:hover:after {
  width: 100%;
}
.square_links {
  padding-bottom: 120px;
  text-align: center;
}
.square_links .link {
  margin: 0 40px;
  padding: 35px 20px;
  display: inline-block;
  vertical-align: top;
  width: 220px;
  min-height: 220px;
  background-color: #fff;
  box-sizing: border-box;
  box-shadow: 0 0px 20px rgba(26, 26, 24, 0.2);
  text-transform: uppercase;
  border-radius: 10px;
  color: #000;
  text-align: center;
}
.square_links .link:hover {
  color: #FF81FF;
}
.square_links .link:first-child {
  margin-left: 0;
}
.square_links .link:last-child {
  margin-right: 0;
}
.square_links .link i {
  margin: 0 auto;
  padding-bottom: 30px;
  display: block;
  width: 79px;
  height: 79px;
  background-position: center center;
  background-repeat: no-repeat;
}
.square_links .link i.card {
  background-image: url(../../images/card_big_pink.png);
}
.square_links .link i.attach {
  background-image: url(../../images/attach_big_pink.png);
}
.square_links .link i.download {
  background-image: url(../../images/download_big_pink.png);
}
.square_links .link i.mail {
  background-image: url(../../images/mail_big_pink.png);
}
.square_links .link i.people {
  background-image: url(../../images/people_big_pink.png);
}
.square_links .link i.people {
  background-image: url(../../images/people_big_pink.png);
}
.square_links .link i.photo {
  background-image: url(../../images/photo_big_pink.png);
}
.square_links.left {
  text-align: left;
}
.square_links.left .link {
  margin-left: 0;
  margin-right: 50px;
  margin-bottom: 50px;
}
#footer .row {
  display: flex;
}
#footer .row > div {
  justify-content: space-around;
  flex-direction: row;
  flex-grow: 1;
}
#footer .row .copyrights {
  width: 270px;
}
#footer .row .info {
  width: calc(100% - 270px);
}
#footer .row .info .contacts {
  padding-bottom: 37px;
  border-bottom: 1px solid #fff;
}
#footer .row .info .contacts .col {
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
}
#footer .row .info .contacts .col:last-child {
  margin-right: 0;
}
#footer .row .info .links_wrapper {
  padding-top: 30px;
}
#footer .row .info .links_wrapper .requisites_get {
  display: inline-block;
  position: relative;
  padding-left: 65px;
  line-height: 49px;
  font-style: italic;
  color: #fff;
}
#footer .row .info .links_wrapper .requisites_get:before {
  position: absolute;
  left: 0;
  top: 0;
  content: " ";
  display: block;
  width: 49px;
  height: 49px;
  background: url(../../images/attach_purple.png) center center no-repeat;
  background-color: #fff;
  border-radius: 5px;
}
#footer .row .info .links_wrapper .requisites_get:hover:before {
  background-image: url(../../images/attach_pink.png);
}
#footer .row .info .links_wrapper .social_links {
  padding-top: 7px;
  float: right;
}
.footer {
  padding: 80px 0;
  background-color: #7B46D9;
  color: #fff;
  line-height: 1.5;
}
.footer .copyrights {
  position: relative;
}
.footer .copyrights .logo_fond {
  margin-bottom: 50px;
  margin-left: 30px;
  background-image: url(../../images/vvb/fond_logo.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 126px;
  height: 99px;
}
.footer .contacts .contact {
  position: relative;
  padding-left: 33px;
  padding-bottom: 10px;
}
.footer .contacts .contact:before {
  position: absolute;
  content: " ";
  display: block;
  top: 0;
  left: 0;
}
.footer .contacts .mail:before {
  background: url(../../images/icons/icon_mail.png) no-repeat;
  width: 15px;
  height: 12px;
  top: 5px;
}
.footer .contacts .phone:before {
  background: url(../../images/icons/icon_phone.png) no-repeat;
  width: 11px;
  height: 16px;
  top: 2px;
  left: 2px;
}
.footer .contacts .address:before {
  background: url(../../images/icons/icon_address.png) no-repeat;
  width: 14px;
  height: 18px;
  top: 3px;
}
.social_links {
  line-height: 0;
}
.social_links .link {
  margin-right: 20px;
  display: inline-block;
  width: 35px;
  height: 35px;
}
.social_links .link:last-child {
  margin-right: 0;
}
.social_links .link.vk {
  background-image: url(../../images/social/sm_vk_white.png);
}
.social_links .link.vk:hover {
  background-image: url(../../images/social/sm_vk_blue.png);
}
.social_links .link.facebook {
  background-image: url(../../images/social/sm_fb_white.png);
}
.social_links .link.facebook:hover {
  background-image: url(../../images/social/sm_fb_blue.png);
}
.social_links .link.insta {
  background-image: url(../../images/social/sm_insta_white.png);
}
.social_links .link.insta:hover {
  background-image: url(../../images/social/sm_insta_blue.png);
}
.social_links .link.youtube {
  background-image: url(../../images/social/sm_youtube_white.png);
}
.social_links .link.youtube:hover {
  background-image: url(../../images/social/sm_youtube_blue.png);
}
.social_links.purple .link.vk {
  background-image: url(../../images/social/sm_vk_purple.png);
}
.social_links.purple .link.vk:hover {
  background-image: url(../../images/social/sm_vk_blue.png);
}
.social_links.purple .link.facebook {
  background-image: url(../../images/social/sm_fb_purple.png);
}
.social_links.purple .link.facebook:hover {
  background-image: url(../../images/social/sm_fb_blue.png);
}
.social_links.purple .link.ok {
  background-image: url(../../images/social/sm_ok_purple.png);
}
.social_links.purple .link.ok:hover {
  background-image: url(../../images/social/sm_ok_blue.png);
}
.text-gray-400 {
  color: #99a1af;
}
.text-gray-600 {
  color: #4a5565;
}
.text-gray-700 {
  color: #364153;
}
.border-gray-200 {
  border-color: #dddfe3;
}
.border-t {
  border-top-style: solid;
  border-top-width: 1px;
}
.w-full {
  width: 100%;
}
.w-8 {
  width: 2rem;
}
.w-10 {
  width: 2.5rem;
}
.w-16 {
  width: 4rem;
}
.h-full {
  height: 100%;
}
.h-8 {
  height: 2rem;
}
.h-10 {
  height: 2.5rem;
}
.h-16 {
  height: 4rem;
}
.text-xl {
  font-size: 20px;
}
.text-lg {
  font-size: 20px;
}
.text-4xl {
  font-size: 40px;
}
.font-bold {
  font-weight: 700;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.p-10 {
  padding: 2.5rem;
}
.p-12 {
  padding: 3rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.mb-3 {
  margin-bottom: 1rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mt-8 {
  margin-top: 2rem;
}
.rounded-full {
  border-radius: 1000px;
}
.rounded-lg {
  border-radius: 0.625rem;
}
.rounded-xl {
  border-radius: calc(0.625rem + 4px);
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.text-center {
  text-align: center;
}
.text-sm {
  font-size: 0.875rem;
}
.text-base {
  font-size: 1rem;
}
.leading-relaxed {
  line-height: 1.625;
}
.bg-white {
  background-color: #fff;
}
.bg-gray-50 {
  background-color: #fbf9fa;
}
.shadow-lg {
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
}
.flex {
  display: flex;
}
.items-center {
  align-items: center;
}
.text-white {
  color: #fff;
}
.text-purple {
  color: #7B46D9;
}

@charset "utf-8";
.container.text .row {
  padding-top: 50px;
}
.container.program .row {
  padding-top: 60px;
  display: flex;
}
.container.program .row .program_slider {
  width: 500px;
}
.container.program .row .program_slider .slick-dots {
  bottom: 20px;
}
.container.program .row .program_slider img {
  max-width: 100%;
}
.container.program .row .description {
  padding-left: 80px;
  box-sizing: border-box;
  width: calc(100% - 500px);
}
.container.program .row .description .h3 {
  padding-bottom: 20px;
}
.container.program .row .description .text {
  padding-bottom: 60px;
}
.container.program .row .description .files {
  text-align: right;
}
.container.program .row .description .files .file {
  position: relative;
  margin-left: 10px;
  display: inline-block;
  width: 49px;
  height: 49px;
  background: url(../../images/attach_white.png) center center no-repeat;
  background-color: #7B46D9;
  border-radius: 5px;
}
.container.program .row .description .files .file:after {
  padding: 3px 5px;
  content: attr(data-title);
  width: 250px;
  display: none;
  position: absolute;
  bottom: 110%;
  right: 33px;
  background: #fff;
  color: #7B46D9;
  text-align: right;
  font-style: italic;
  font-size: 14px;
}
.container.program .row .description .files .file:hover {
  background-color: #FF81FF;
}
.container.program .row .description .files .file:hover:after {
  display: block;
}
.container.program .invite {
  padding-top: 60px;
}
.container.program .invite .h3 {
  padding-bottom: 20px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 32px;
  color: #7B46D9;
}
.container.program .invite .description {
  font-weight: 700;
}
.container.program .feedback_form .item {
  padding: 0 25px;
  width: 25%;
}
.container.program .feedback_form .buttons {
  text-align: center;
}
.container.program .feedback_form .buttons .button {
  margin: 0 15px;
}
.physical_donation .feedback_form .buttons {
  margin-top: 20px;
  padding: 0 40px;
}
.physical_donation .feedback_form .buttons .button {
  display: block;
  float: left;
}
.physical_donation .feedback_form .buttons .range_slider {
  margin-top: -15px;
  float: right;
  width: 66.666666%;
}
#juridical_donation .square_links {
  padding-top: 60px;
}
#juridical_donation .square_links .link {
  padding-left: 40px;
  padding-right: 40px;
}

@charset "utf-8";
#header_main {
  position: relative;
  padding: 120px 0;
  background: linear-gradient(to right bottom in oklab, #7b46d9 0%, #3c2050 50%, #689b86 100%);
}
#header_main .title {
  padding-bottom: 24px;
  font-size: 60px;
  line-height: 1.25;
  font-weight: 700;
  color: #fff;
}
#header_main .subtitle {
  max-width: 720px;
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
}
#header_main .circles {
  position: absolute;
  inset: 0;
  opacity: 0.2;
}
#main_about p {
  margin-bottom: 24px;
  font-size: 20px;
  line-height: 1.5;
}
#main_about p.no-margin {
  margin-bottom: 0;
}
#main_how {
  background: linear-gradient(to right bottom, #e6f0f2 0%, #ffffff 100%);
}
#main_how .groups {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
#main_how .groups .item {
  width: calc(100% / 2 - 16px);
  background-color: #fff;
  box-sizing: border-box;
}
#main_how .bullets {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
#main_how .bullets .item {
  width: calc(100% / 3 - 16px);
  background-color: #fff;
  box-sizing: border-box;
  border-width: 2px;
  border-style: solid;
}
#main_how .bullets .item.item-1 {
  border-color: #689b8633;
}
#main_how .bullets .item.item-1:hover {
  border-color: #689B86;
}
#main_how .bullets .item.item-2 {
  border-color: #7B46D933;
}
#main_how .bullets .item.item-2:hover {
  border-color: #7B46D9;
}
#main_how .bullets .item.item-3 {
  border-color: #C9DAA333;
}
#main_how .bullets .item.item-3:hover {
  border-color: #C9DAA3;
}
#main_schools {
  background: linear-gradient(to right bottom, oklab(0.537902 0.0887913 -0.192469 / 0.1) 0%, oklab(0.810901 -0.0921124 0.0422611 / 0.1) 50%, #ffffff 100%);
}
#main_schools #school-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 1rem;
  justify-content: space-between;
}
#main_schools #school-list .filler {
  width: calc(100% / 3 - 11px);
  box-sizing: border-box;
}
#main_schools #school-list .item {
  width: calc(100% / 3 - 11px);
  box-sizing: border-box;
  border: 2px solid #dddfe3;
}
#main_schools #school-list .item .number {
  justify-content: center;
  margin-right: 12px;
  background: linear-gradient(to right bottom, #7b46d9 0%, #8ad5a5 100%);
}
#main_schools #school-list .item:hover {
  border-color: #7B46D9;
}
#main_schools #school-list .item:hover .description {
  color: #7B46D9;
}
#main_join {
  background: linear-gradient(to right, #7b46d9 0%, #689b86 50%, #8ad5a5 100%);
}
#main_join .actions {
  -moz-column-gap: 32px;
       column-gap: 32px;
}
#main_join .actions .btn-join:hover {
  background-color: #fbf9fa;
}
#main_join .actions .btn-help:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
#partners .partner-list {
  flex-wrap: wrap;
  justify-content: center;
}
#partners .partner-list .item {
  margin-left: 16px;
  margin-right: 16px;
  margin-bottom: 16px;
  filter: saturate(0%);
}
#partners .partner-list .item img {
  max-height: 74px;
}
#partners .partner-list .item:hover {
  translate: 0 -0.25rem;
  filter: saturate(100%);
}

@charset "utf-8";
.modal {
  margin: 20px auto;
  padding: 60px;
  box-sizing: border-box;
  background-color: #fff;
  width: auto;
}
.modal .title {
  padding-bottom: 20px;
  color: #7B46D9;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}
.modal .error {
  color: #52a3cc;
}
.modal .error span {
  display: block;
  padding-bottom: 10px;
}
.modal .feedback_form {
  margin: 0;
  padding: 0px;
  background-color: transparent;
  box-shadow: none;
}
.modal .feedback_form .items {
  margin: 0 -40px;
}
.modal .feedback_form .item input,
.modal .feedback_form .item select {
  background-color: #E6F0F2;
}
.modal .feedback_form .radio input[type="radio"] {
  display: none;
}
.modal .feedback_form .radio input[type="radio"] ~ span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  background-color: #E6F0F2;
  width: 16px;
  height: 16px;
  border-radius: 100%;
}
.modal .feedback_form .radio input[type="radio"]:checked ~ span:before {
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 4px;
  right: 4px;
  content: " ";
  border-radius: 100%;
  background-color: #7B46D9;
}
.modal .feedback_form .radio label {
  padding-left: 15px;
  font-family: 'Noah-RegularItalic';
  line-height: 26px;
}
.modal_narrow {
  max-width: 380px;
}
.modal_narrow .big_links {
  margin-bottom: 20px;
}
.modal_narrow .feedback_form .item {
  margin-bottom: 20px;
  width: 100%;
}
#modal_notify {
  max-width: 700px;
}
#modal_notify .block {
  padding-top: 35px;
}
#modal_notify .block .name {
  padding-bottom: 5px;
  font-weight: 700;
}
#modal_mydata {
  max-width: 800px;
}
#modal_mydata .title {
  padding-bottom: 35px;
}
#modal_mydata .feedback_form .buttons {
  text-align: center;
}
#modal_payment {
  max-width: 1170px;
}
#modal_payment .h2 {
  padding-bottom: 40px;
}
#modal_payment .payment_form {
  margin: 0 -40px;
}

@charset "utf-8";
#rating-wrapper .tabs {
  display: flex;
  flex-wrap: wrap;
  row-gap: 12px;
  -moz-column-gap: 12px;
       column-gap: 12px;
  margin-bottom: 32px;
}
#rating-wrapper .tabs .tab-link {
  padding: 12px 24px;
  background-color: #e5e7eb;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  border-radius: 4px;
}
#rating-wrapper .tabs .tab-link:hover {
  background-color: #dddfe3;
}
#rating-wrapper .tabs .tab-link.active {
  background-color: #52a3cc;
  color: #fff;
}
#rating-wrapper .tabs .tab-link.active:hover {
  background-color: #52a3cc;
}
#rating-wrapper .search-form {
  margin-bottom: 32px;
  padding: 24px;
  background-color: #f9fafb;
  border: 1px solid #dddfe3;
  border-radius: 10px;
}
#rating-wrapper .search-form .filter-block {
  display: flex;
}
#rating-wrapper .search-form .filter-block .search-text {
  position: relative;
  margin-right: 16px;
}
#rating-wrapper .search-form .filter-block .search-text input {
  padding: 12px 16px 12px 40px;
  border-radius: 4px;
  border: 1px solid #d1d5dc;
  line-height: 1.5;
  font-size: 14px;
}
#rating-wrapper .search-form .filter-block .search-text input:focus {
  outline: 2px solid #52a3cc;
  border-color: transparent;
}
#rating-wrapper .search-form .filter-block .search-text .icon-loupe {
  position: absolute;
  left: 15px;
  top: 13px;
  display: block;
  width: 20px;
  height: 20px;
}
#rating-wrapper .search-form .filter-block .search-combobox {
  padding: 12px 16px;
  border-radius: 4px;
  border: 1px solid #d1d5dc;
  font-size: 14px;
}
#rating-wrapper .search-form .filter-block .search-combobox:focus {
  outline: 2px solid #52a3cc;
  border-color: transparent;
}
#rating-wrapper .table-wrapper {
  margin-bottom: 32px;
  max-width: 100%;
  overflow-x: auto;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000, rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.1) 0px 8px 10px -6px;
  border: 1px solid #dddfe3;
  border-radius: 10px;
}
#rating-wrapper .table-wrapper .table-rating {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}
#rating-wrapper .table-wrapper .table-rating thead tr {
  background-color: #52a3cc;
}
#rating-wrapper .table-wrapper .table-rating thead tr th:first-child {
  border-top-left-radius: 10px;
}
#rating-wrapper .table-wrapper .table-rating thead tr th:last-child {
  border-top-right-radius: 10px;
}
#rating-wrapper .table-wrapper .table-rating thead tr th {
  padding: 16px;
  color: #fff;
  font-weight: 700;
}
#rating-wrapper .table-wrapper .table-rating thead tr th.sum {
  background-color: #4591B5;
}
#rating-wrapper .table-wrapper .table-rating tbody tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}
#rating-wrapper .table-wrapper .table-rating tbody tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}
#rating-wrapper .table-wrapper .table-rating tbody tr:hover {
  background-color: #dddfe3;
}
#rating-wrapper .table-wrapper .table-rating tbody tr td {
  padding: 16px;
  border-bottom: 1px solid #dddfe3;
}
#rating-wrapper .table-wrapper .table-rating tbody tr td img.cup {
  width: 29px;
  height: 29px;
}
#rating-wrapper .table-wrapper .table-rating tbody tr td.sum {
  color: #52a3cc;
  font-weight: 700;
}

@charset "utf-8";
#school-list-wrapper .school-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 32px;
  justify-content: space-between;
  margin-bottom: 50px;
}
#school-list-wrapper .school-list .filler {
  display: block;
  width: calc(100% / 3 - 22px);
}
#school-list-wrapper .school-list .item {
  display: block;
  width: calc(100% / 3 - 22px);
  box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000, rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.1) 0px 8px 10px -6px;
  border-radius: 10px;
  border: 1px solid #dddfe3;
}
#school-list-wrapper .school-list .item .picture {
  position: relative;
  display: block;
  height: 230px;
  max-height: 230px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
}
#school-list-wrapper .school-list .item .picture .no-picture {
  width: 100%;
  height: 230px;
  background: url(../../images/vvb/no_image.svg) no-repeat center center;
  background-size: auto;
}
#school-list-wrapper .school-list .item .picture img {
  display: block;
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  transition: transform 0.3s ease;
  transform-origin: center;
}
#school-list-wrapper .school-list .item .picture::after {
  content: "";
  position: absolute;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 100%);
  inset: 0;
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.25);
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: inherit;
}
#school-list-wrapper .school-list .item .description {
  padding: 24px;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  font-weight: 700;
}
#school-list-wrapper .school-list .item:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
#school-list-wrapper .school-list .item:hover .picture::after {
  opacity: 1;
}
#school-list-wrapper .school-list .item:hover .picture img {
  transform: scale(1.06);
}
#school-list-wrapper .school-list .item:hover .description {
  color: #52a3cc;
}

@charset "utf-8";
.slider_team li.slide {
  padding: 40px 0;
  box-sizing: border-box;
  text-align: center;
}
.slider_team li.slide .image {
  position: relative;
  height: 485px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.slider_team li.slide .image:before {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -180px;
  margin-top: -180px;
  content: " ";
  display: block;
  z-index: -1;
  background-color: #E6F0F2;
  width: 360px;
  height: 360px;
  border-radius: 350px;
}
.slider_team li.slide .name {
  padding: 40px 0 10px 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 32px;
  color: #52a3cc;
}
.slider_team li.slide .post {
  padding-bottom: 30px;
  font-weight: 700;
  font-size: 18px;
}
.slider_team li.slide .text {
  display: none;
}
.slider_team li.slide .text h4 {
  font-weight: 700;
  text-transform: uppercase;
}
.slider_team li.slide .text p {
  padding-top: 0;
}
.slider_team li.slide .close {
  margin: 20px auto 0 auto;
  display: none;
}
.slider_team li.slide .eye {
  display: inline-block;
}
.slider_team li.slide.opened {
  padding-left: 60px;
  padding-right: 60px;
  text-align: left;
  box-shadow: 0 0px 20px rgba(26, 26, 24, 0.2);
  border-radius: 10px;
}
.slider_team li.slide.opened .name {
  padding-top: 0;
}
.slider_team li.slide.opened .image {
  display: none;
}
.slider_team li.slide.opened .eye {
  display: none;
}
.slider_team li.slide.opened .text,
.slider_team li.slide.opened .close {
  display: block;
}

@charset "utf-8";
.bg-white {
  background-color: #fff;
}
.bg-gray-50 {
  background-color: #fbf9fa;
}
.bg-gray-100 {
  background-color: #f6f3f4;
}
.bg-transparent {
  background-color: #0000;
}

@charset "utf-8";
.rounded-full {
  border-radius: 1000px;
}
.rounded-lg {
  border-radius: 0.625rem;
}
.rounded-xl {
  border-radius: calc(0.625rem + 4px);
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.border-gray-200 {
  border-color: #dddfe3;
}
.border-white {
  border-color: #fff;
}
.border-purple {
  border-color: #7B46D9;
}
.border-t {
  border-top-style: solid;
  border-top-width: 1px;
}
.border-2 {
  border-width: 2px;
  border-style: solid;
}
.border-l-4 {
  border-left-width: 4px;
  border-left-style: solid;
}

@charset "utf-8";
.shadow-lg {
  box-shadow: #0000 0px 0px 0px 0px, #0000 0px 0px 0px 0px, #0000 0px 0px 0px 0px, #0000 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
}
.shadow-lg.shadow-hover-xl:hover {
  box-shadow: #0000 0px 0px 0px 0px, #0000 0px 0px 0px 0px, #0000 0px 0px 0px 0px, #0000 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0 20px 25px -5px, rgba(0, 0, 0, 0.1) 0 8px 10px -6px;
}
.shadow-xl {
  box-shadow: #0000 0px 0px 0px 0px, #0000 0px 0px 0px 0px, #0000 0px 0px 0px 0px, #0000 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0 20px 25px -5px, rgba(0, 0, 0, 0.1) 0 8px 10px -6px;
}

@charset "utf-8";
.text-black {
  color: #000;
}
.text-white {
  color: #fff;
}
.text-purple {
  color: #7B46D9;
}
.text-blue {
  color: #52a3cc;
}
.text-gray-400 {
  color: #99a1af;
}
.text-gray-500 {
  color: #6a7282;
}
.text-gray-600 {
  color: #4a5565;
}
.text-gray-700 {
  color: #364153;
}

@charset "utf-8";
.flex {
  display: flex;
}
.justify-center {
  justify-content: center;
}
.items-center {
  align-items: center;
}
.items-start {
  align-items: flex-start;
}
.flex-shrink-0 {
  flex-shrink: 0;
}

@charset "utf-8";
.h-full {
  height: 100%;
}
.h-2 {
  height: 0.5rem;
}
.h-4 {
  height: 1rem;
}
.h-6 {
  height: 1.5rem;
}
.h-8 {
  height: 2rem;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-14 {
  height: 3.5rem;
}
.h-16 {
  height: 4rem;
}
.h-18 {
  height: 4.5rem;
}
.h-20 {
  height: 5rem;
}

@charset "utf-8";
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-2 {
  margin-top: 0.5rem;
}
.my-3 {
  margin-top: 0.75rem;
}
.my-4 {
  margin-top: 1rem;
}
.my-5 {
  margin-top: 1.25rem;
}
.my-6 {
  margin-top: 1.5rem;
}
.my-7 {
  margin-top: 1.75rem;
}
.my-8 {
  margin-top: 2rem;
}
.my-9 {
  margin-top: 2.25rem;
}
.my-10 {
  margin-top: 2.5rem;
}
.my-11 {
  margin-top: 2.75rem;
}
.my-12 {
  margin-top: 3rem;
}
.my-13 {
  margin-top: 3.25rem;
}
.my-14 {
  margin-top: 3.5rem;
}
.my-15 {
  margin-top: 3.75rem;
}
.my-16 {
  margin-top: 4rem;
}
.my-17 {
  margin-top: 4.25rem;
}
.my-18 {
  margin-top: 4.5rem;
}
.my-19 {
  margin-top: 4.75rem;
}
.my-20 {
  margin-top: 5rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-5 {
  margin-right: 1.25rem;
}
.mr-6 {
  margin-right: 1.5rem;
}
.mr-7 {
  margin-right: 1.75rem;
}
.mr-8 {
  margin-right: 2rem;
}
.mr-9 {
  margin-right: 2.25rem;
}
.mr-10 {
  margin-right: 2.5rem;
}
.mr-11 {
  margin-right: 2.75rem;
}
.mr-12 {
  margin-right: 3rem;
}
.mr-13 {
  margin-right: 3.25rem;
}
.mr-14 {
  margin-right: 3.5rem;
}
.mr-15 {
  margin-right: 3.75rem;
}
.mr-16 {
  margin-right: 4rem;
}
.mr-17 {
  margin-right: 4.25rem;
}
.mr-18 {
  margin-right: 4.5rem;
}
.mr-19 {
  margin-right: 4.75rem;
}
.mr-20 {
  margin-right: 5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-9 {
  margin-bottom: 2.25rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-11 {
  margin-bottom: 2.75rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-13 {
  margin-bottom: 3.25rem;
}
.mb-14 {
  margin-bottom: 3.5rem;
}
.mb-15 {
  margin-bottom: 3.75rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-17 {
  margin-bottom: 4.25rem;
}
.mb-18 {
  margin-bottom: 4.5rem;
}
.mb-19 {
  margin-bottom: 4.75rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-7 {
  margin-top: 1.75rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-9 {
  margin-top: 2.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-11 {
  margin-top: 2.75rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-13 {
  margin-top: 3.25rem;
}
.mt-14 {
  margin-top: 3.5rem;
}
.mt-15 {
  margin-top: 3.75rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-17 {
  margin-top: 4.25rem;
}
.mt-18 {
  margin-top: 4.5rem;
}
.mt-19 {
  margin-top: 4.75rem;
}
.mt-20 {
  margin-top: 5rem;
}

@charset "utf-8";
.p-2 {
  padding: 0.5rem;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.p-10 {
  padding: 2.5rem;
}
.p-12 {
  padding: 3rem;
}
.p-14 {
  padding: 3.5rem;
}
.p-16 {
  padding: 4rem;
}
.p-18 {
  padding: 4.5rem;
}
.p-20 {
  padding: 5rem;
}
.py-2 {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
.py-4 {
  padding-bottom: 1rem;
  padding-top: 1rem;
}
.py-6 {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}
.py-8 {
  padding-bottom: 2rem;
  padding-top: 2rem;
}
.py-10 {
  padding-bottom: 2.5rem;
  padding-top: 2.5rem;
}
.py-12 {
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.py-14 {
  padding-bottom: 3.5rem;
  padding-top: 3.5rem;
}
.py-16 {
  padding-bottom: 4rem;
  padding-top: 4rem;
}
.py-18 {
  padding-bottom: 4.5rem;
  padding-top: 4.5rem;
}
.py-20 {
  padding-bottom: 5rem;
  padding-top: 5rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}
.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}
.px-18 {
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}
.px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-14 {
  padding-bottom: 3.5rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pb-18 {
  padding-bottom: 4.5rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-14 {
  padding-top: 3.5rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pt-18 {
  padding-top: 4.5rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pl-10 {
  padding-left: 2.5rem;
}
.pl-12 {
  padding-left: 3rem;
}
.pl-14 {
  padding-left: 3.5rem;
}
.pl-16 {
  padding-left: 4rem;
}
.pl-18 {
  padding-left: 4.5rem;
}
.pl-20 {
  padding-left: 5rem;
}

@charset "utf-8";
:where(.space-y-1 > :not(:last-child)) {
  margin-block-start: 0.25rem;
  margin-block-end: 0.25rem;
}
:where(.space-y-2 > :not(:last-child)) {
  margin-block-start: 0.5rem;
  margin-block-end: 0.5rem;
}
:where(.space-y-3 > :not(:last-child)) {
  margin-block-start: 0.75rem;
  margin-block-end: 0.75rem;
}
:where(.space-y-4 > :not(:last-child)) {
  margin-block-start: 1rem;
  margin-block-end: 1rem;
}
:where(.space-y-5 > :not(:last-child)) {
  margin-block-start: 1.25rem;
  margin-block-end: 1.25rem;
}
:where(.space-y-6 > :not(:last-child)) {
  margin-block-start: 1.5rem;
  margin-block-end: 1.5rem;
}

@charset "utf-8";
.text-lg {
  font-size: 20px;
}
.text-xl {
  font-size: 22px;
}
.text-2xl {
  font-size: 1.5rem;
}
.text-4xl {
  font-size: 40px;
}
.font-bold {
  font-weight: 700;
}
.text-center {
  text-align: center;
}
.text-sm {
  font-size: 0.875rem;
}
.text-base {
  font-size: 1rem;
}
.leading-relaxed {
  line-height: 1.625;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}

@charset "utf-8";
.w-full {
  width: 100%;
}
.w-2 {
  width: 0.5rem;
}
.w-4 {
  width: 1rem;
}
.w-6 {
  width: 1.5rem;
}
.w-8 {
  width: 2rem;
}
.w-10 {
  width: 2.5rem;
}
.w-12 {
  width: 3rem;
}
.w-14 {
  width: 3.5rem;
}
.w-16 {
  width: 4rem;
}
.w-18 {
  width: 4.5rem;
}
.w-20 {
  width: 5rem;
}
.max-w-3xl {
  max-width: 48rem;
}

@charset "utf-8";
.datepicker--cell-day {
  font-weight: 700;
}
.datepicker--cell-day.-weekend- {
  color: #7B46D9;
}
.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #dedede;
}
.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}
.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}
.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}
.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}
.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}
.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}
/* -------------------------------------------------
    Datepicker cells
   ------------------------------------------------- */
.normalized .datepicker--cell.-disabled- {
  color: #aeaeae;
}
.normalized .datepicker--nav-action {
  display: block;
}
.datepicker--cells {
  display: flex;
  flex-wrap: wrap;
}
.datepicker--cell {
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 38px;
  z-index: 1;
}
.datepicker--cell.-focus- {
  background: #52a3cc;
  color: #fff;
}
.datepicker--cell.-current- {
  color: #4EB5E6;
}
.datepicker--cell.-current-.-focus- {
  color: #4a4a4a;
}
.datepicker--cell.-current-.-in-range- {
  color: #4EB5E6;
}
.datepicker--cell.-in-range- {
  background: rgba(92, 196, 239, 0.1);
  color: #4a4a4a;
  border-radius: 0;
}
.datepicker--cell.-in-range-.-focus- {
  background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell.-disabled- {
  cursor: default;
}
.datepicker--cell.-disabled-.-in-range- {
  color: #a1a1a1;
}
.datepicker--cell.-range-from- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 4px 0 0 4px;
}
.datepicker--cell.-range-to- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 0 4px 4px 0;
}
.datepicker--cell.-range-from-.-range-to- {
  border-radius: 4px;
}
.datepicker--cell.-selected- {
  color: #fff;
  border: none;
  background: #7B46D9;
}
.datepicker--cell.-selected-.-current- {
  color: #fff;
  background: #5cc4ef;
}
.datepicker--cell.-selected-.-focus- {
  background: #7B46D9;
}
.datepicker--cell:empty {
  cursor: default;
}
.datepicker--days-names {
  display: flex;
  flex-wrap: wrap;
  margin: 8px 0 3px;
}
.datepicker--day-name {
  padding-bottom: 10px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8em;
  font-family: "Noah-Bold";
}
.datepicker--day-name.-weekend- {
  color: #7B46D9;
}
.datepicker--cell-day {
  width: 14.28571%;
}
.datepicker--cells-months {
  height: 170px;
}
.datepicker--cell-month {
  width: 33.33%;
  height: 25%;
}
.datepicker--years {
  height: 170px;
}
.datepicker--cells-years {
  height: 170px;
}
.datepicker--cell-year {
  width: 25%;
  height: 33.33%;
}
.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #dedede;
}
.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}
.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}
.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}
.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}
.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}
.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}
/* -------------------------------------------------
    Datepicker
   ------------------------------------------------- */
.datepickers-container {
  position: absolute;
  left: 0;
  top: 0;
}
@media print {
  .datepickers-container {
    display: none;
  }
}
.datepicker {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  box-sizing: content-box;
  font-family: Tahoma, sans-serif;
  font-size: 14px;
  color: #4a4a4a;
  width: 250px;
  position: absolute;
  left: -100000px;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s;
  z-index: 2000;
}
.datepicker.-from-top- {
  transform: translateY(-8px);
}
.datepicker.-from-right- {
  transform: translateX(8px);
}
.datepicker.-from-bottom- {
  transform: translateY(8px);
}
.datepicker.-from-left- {
  transform: translateX(-8px);
}
.datepicker.active {
  opacity: 1;
  transform: translate(0);
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s;
}
.datepicker-inline .datepicker {
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  transform: none;
}
.datepicker-inline .datepicker--pointer {
  display: none;
}
.datepicker--content {
  box-sizing: content-box;
  padding: 4px;
  background-color: #fff;
}
.-only-timepicker- .datepicker--content {
  display: none;
}
.datepicker--pointer {
  position: absolute;
  background: #fff;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  width: 10px;
  height: 10px;
  z-index: -1;
}
.-top-left- .datepicker--pointer,
.-top-center- .datepicker--pointer,
.-top-right- .datepicker--pointer {
  top: calc(100% - 4px);
  transform: rotate(135deg);
}
.-right-top- .datepicker--pointer,
.-right-center- .datepicker--pointer,
.-right-bottom- .datepicker--pointer {
  right: calc(100% - 4px);
  transform: rotate(225deg);
}
.-bottom-left- .datepicker--pointer,
.-bottom-center- .datepicker--pointer,
.-bottom-right- .datepicker--pointer {
  bottom: calc(100% - 4px);
  transform: rotate(315deg);
}
.-left-top- .datepicker--pointer,
.-left-center- .datepicker--pointer,
.-left-bottom- .datepicker--pointer {
  left: calc(100% - 4px);
  transform: rotate(45deg);
}
.-top-left- .datepicker--pointer,
.-bottom-left- .datepicker--pointer {
  left: 10px;
}
.-top-right- .datepicker--pointer,
.-bottom-right- .datepicker--pointer {
  right: 10px;
}
.-top-center- .datepicker--pointer,
.-bottom-center- .datepicker--pointer {
  left: calc(50% - 10px / 2);
}
.-left-top- .datepicker--pointer,
.-right-top- .datepicker--pointer {
  top: 10px;
}
.-left-bottom- .datepicker--pointer,
.-right-bottom- .datepicker--pointer {
  bottom: 10px;
}
.-left-center- .datepicker--pointer,
.-right-center- .datepicker--pointer {
  top: calc(50% - 10px / 2);
}
.datepicker--body {
  display: none;
}
.datepicker--body.active {
  display: block;
}
.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #dedede;
}
.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}
.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}
.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}
.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}
.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}
.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}
/* -------------------------------------------------
    Navigation
   ------------------------------------------------- */
.calendar_current .datepicker--nav {
  background-color: #7B46D9;
  color: #fff;
}
.datepicker--nav {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #efefef;
  min-height: 32px;
  padding: 4px;
}
.-only-timepicker- .datepicker--nav {
  display: none;
}
.datepicker--nav-title,
.datepicker--nav-action {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
.datepicker--nav-action {
  display: none;
  width: 32px;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.datepicker--nav-action:hover {
  background: #f0f0f0;
}
.datepicker--nav-action.-disabled- {
  visibility: hidden;
}
.datepicker--nav-action svg {
  width: 32px;
  height: 32px;
}
.datepicker--nav-action path {
  fill: none;
  stroke: #9c9c9c;
  stroke-width: 2px;
}
.datepicker--nav-title {
  margin-left: auto;
  /* sportsoft */
  margin-right: auto;
  /* sportsoft */
  text-transform: uppercase;
  /* sportsoft */
  background-color: none;
  cursor: default;
  border-radius: 0;
  padding: 0 8px;
}
.datepicker--nav-title i {
  font-style: normal;
  margin-left: 5px;
}
.datepicker--buttons {
  display: flex;
  padding: 4px;
  border-top: 1px solid #efefef;
}
.datepicker--button {
  color: #4EB5E6;
  cursor: pointer;
  border-radius: 4px;
  flex: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 32px;
}
.datepicker--button:hover {
  color: #4a4a4a;
  background: #f0f0f0;
}
.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #dedede;
}
.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}
.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}
.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}
.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}
.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}
.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}
/* -------------------------------------------------
    Timepicker
   ------------------------------------------------- */
.datepicker--time {
  border-top: 1px solid #efefef;
  display: flex;
  align-items: center;
  padding: 4px;
  position: relative;
}
.datepicker--time.-am-pm- .datepicker--time-sliders {
  flex: 0 1 138px;
  max-width: 138px;
}
.-only-timepicker- .datepicker--time {
  border-top: none;
}
.datepicker--time-sliders {
  flex: 0 1 153px;
  margin-right: 10px;
  max-width: 153px;
}
.datepicker--time-label {
  display: none;
  font-size: 12px;
}
.datepicker--time-current {
  display: flex;
  align-items: center;
  flex: 1;
  font-size: 14px;
  text-align: center;
  margin: 0 0 0 10px;
}
.datepicker--time-current-colon {
  margin: 0 2px 3px;
  line-height: 1;
}
.datepicker--time-current-hours,
.datepicker--time-current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  position: relative;
  z-index: 1;
}
.datepicker--time-current-hours:after,
.datepicker--time-current-minutes:after {
  content: '';
  background: #f0f0f0;
  border-radius: 4px;
  position: absolute;
  left: -2px;
  top: -3px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  opacity: 0;
}
.datepicker--time-current-hours.-focus-:after,
.datepicker--time-current-minutes.-focus-:after {
  opacity: 1;
}
.datepicker--time-current-ampm {
  text-transform: uppercase;
  align-self: flex-end;
  color: #9c9c9c;
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px;
}
.datepicker--time-row {
  display: flex;
  align-items: center;
  font-size: 11px;
  height: 17px;
  background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat;
}
.datepicker--time-row:first-child {
  margin-bottom: 4px;
}
.datepicker--time-row input[type='range'] {
  background: none;
  cursor: pointer;
  flex: 1;
  height: 100%;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
}
.datepicker--time-row input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
}
.datepicker--time-row input[type='range']::-ms-tooltip {
  display: none;
}
.datepicker--time-row input[type='range']:hover::-webkit-slider-thumb {
  border-color: #b8b8b8;
}
.datepicker--time-row input[type='range']:hover::-moz-range-thumb {
  border-color: #b8b8b8;
}
.datepicker--time-row input[type='range']:hover::-ms-thumb {
  border-color: #b8b8b8;
}
.datepicker--time-row input[type='range']:focus {
  outline: none;
}
.datepicker--time-row input[type='range']:focus::-webkit-slider-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef;
}
.datepicker--time-row input[type='range']:focus::-moz-range-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef;
}
.datepicker--time-row input[type='range']:focus::-ms-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef;
}
.datepicker--time-row input[type='range']::-webkit-slider-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.datepicker--time-row input[type='range']::-moz-range-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
}
.datepicker--time-row input[type='range']::-ms-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  -ms-transition: background 0.2s;
  transition: background 0.2s;
}
.datepicker--time-row input[type='range']::-webkit-slider-thumb {
  margin-top: -6px;
}
.datepicker--time-row input[type='range']::-webkit-slider-runnable-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent;
}
.datepicker--time-row input[type='range']::-moz-range-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent;
}
.datepicker--time-row input[type='range']::-ms-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent;
}
.datepicker--time-row input[type='range']::-ms-fill-lower {
  background: transparent;
}
.datepicker--time-row input[type='range']::-ms-fill-upper {
  background: transparent;
}
.datepicker--time-row span {
  padding: 0 12px;
}
.datepicker--time-icon {
  color: #9c9c9c;
  border: 1px solid;
  border-radius: 50%;
  font-size: 16px;
  position: relative;
  margin: 0 5px -1px 0;
  width: 1em;
  height: 1em;
}
.datepicker--time-icon:after,
.datepicker--time-icon:before {
  content: '';
  background: currentColor;
  position: absolute;
}
.datepicker--time-icon:after {
  height: 0.4em;
  width: 1px;
  left: calc(50% - 1px);
  top: calc(50% + 1px);
  transform: translateY(-100%);
}
.datepicker--time-icon:before {
  width: 0.4em;
  height: 1px;
  top: calc(50% + 1px);
  left: calc(50% - 1px);
}
.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #dedede;
}
.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}
.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}
.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}
.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}
.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}
.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}

/* Ion.Calendar
// Version 2.0.1, build: 91
// © 2013 Denis Ineshin | IonDen.com
//
// Project page:    http://ionden.com/a/plugins/ion.calendar/
// GitHub page:     https://github.com/IonDen/ion.calendar
//
// Released under MIT licence:
// http://ionden.com/a/plugins/licence-en.html
// ===================================================================================================================*/
/* ic = ion.calendar prefix */
.ic__container,
.ic__week-head,
.ic__week-head td,
.ic__days,
.ic__days td,
.ic__header,
.ic__prev,
.ic__next,
.ic__datepicker {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 13px;
  cursor: default;
  text-shadow: none !important;
}
.ic__container {
  position: relative;
  background: #fff;
}
.ic__container table {
  width: 100%;
  border: 0;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
}
.ic__header {
  position: relative;
  background: #555;
  height: 35px;
}
.ic__prev,
.ic__next {
  position: absolute;
  top: 0;
  width: 7%;
  height: 35px;
  background-color: #555;
  cursor: pointer;
}
.ic__prev:hover,
.ic__next:hover {
  background-color: #666;
}
.ic__prev div,
.ic__next div {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  border: 5px solid transparent;
}
.ic__prev {
  left: 0;
}
.ic__prev div {
  top: 13px;
  left: 50%;
  margin-left: -7px;
  border-right-color: #fff;
}
.ic__next {
  right: 0;
}
.ic__next div {
  top: 13px;
  right: 50%;
  margin-right: -7px;
  border-left-color: #fff;
}
.ic__month {
  position: absolute;
  top: 6px;
  left: 9%;
  width: 50%;
}
.ic__year {
  position: absolute;
  top: 6px;
  right: 9%;
  width: 30%;
}
.ic__header select {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #000;
  padding: 2px;
  font-size: 14px;
  font-weight: bold;
}
.ic__header select:focus {
  outline: none;
}
.ic__week-head td {
  width: 14%;
  vertical-align: top;
  text-align: center;
  padding: 10px 0 8px;
  border: 1px solid #ebebeb;
  color: #b5b5b5;
  font-size: 9px;
  line-height: 1.333;
  text-transform: uppercase;
}
.ic__days {
  margin-top: -1px;
}
.ic__days td {
  width: 14%;
  vertical-align: top;
  text-align: center;
  padding: 10px 0 8px;
  border: 1px solid #ebebeb;
  color: #757575;
  font-size: 9px;
  line-height: 1.333;
  text-transform: uppercase;
}
.ic__days .ic__day {
  background: #fff;
  cursor: pointer;
}
.ic__days .ic__day:hover {
  background: #d35746;
  color: #fff;
}
.ic__days .ic__day-empty {
  background: #fff url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAMAAAC6sdbXAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRF7u7u////KNOqmgAAABlJREFUeNpiYGRkZABCCGIA8UAEI4QACDAAAUoAFV5+ydgAAAAASUVORK5CYII=');
}
.ic__days .ic__day_state_current {
  background: #f4f4f4;
  color: #000;
}
.ic__days .ic__day_state_selected {
  background: #f4f4f4;
  color: #000;
}
.ic__datepicker {
  position: absolute;
  top: -9999px;
  left: -9999px;
  width: 250px;
  padding: 10px;
  border-radius: 10px;
  background: #333;
  z-index: 9999;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur {
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 20px;
  height: 20px;
  background-image: url(../icon/button_close.svg) !important;
  background-repeat: no-repeat;
  position: absolute;
  right: 15px;
  top: 15px;
}
.mfp-close:hover,
.mfp-close:focus {
  background-image: url(../icon/button_close_active.svg) !important;
}
.mfp-close-btn-in .mfp-close {
  color: #fff;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  top: 10px;
  right: -25px;
  text-align: right;
  padding-right: 6px;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #fff;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/*# sourceMappingURL=main.css.map */
