@font-face {
  font-family: 'Play';
  font-weight: normal;
  src: url("fontplay/Play-Regular.ttf");
}
@font-face {
  font-family: 'Play';
  font-weight: bold;
  src: url("fontplay/Play-Bold.ttf");
}

html {
  height: 100%;
}

body {
  /*padding-top: 66px;*/
  font-family: 'Play';
  color: #373839;
  font-size: 14px;
  line-height: 18px;
  background-color: #FFFFFF;
  height: 100%;
}

h1 {
  font-size: 44px;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 1.15rem;
  font-weight: 600;
  line-height: 120%;
}
h4 {
  font-size: 1rem;
  margin-bottom: 30px;
}
h5 {
  font-size: 1rem;
  margin-bottom: 5px;
}

img {
  object-fit: cover;
}

b, strong {
  font-weight: 600;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.content {
  position: relative;
  flex: 1 0 auto;
}
footer {
  flex: 0 0 auto;
  border-top: 3px #1981E1 solid;
}
footer .list-inline-item:last-child .nav-link {
  padding-right: 0;
}
footer .for-organizers {
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  color: #1981E1;
}
footer .socials .nav-link {
  color: #108EE9;
}
footer .message-container {
  width: 195px;
  display: flex;
  justify-content: end;
}
.ic-msg {
  font-size: 22px;
  cursor: pointer;
}
.ic-msg>i:first-child {
  color: #1981E1;
}
.ic-msg>i:nth-child(2) {
  font-size: 16px;
}

.container {
  max-width: 80% !important;
}

.navbar {
  padding: 0 0 !important;
}
.navbar-nav {
  flex: 1;
  justify-content: space-between;
}
.navbar-light .navbar-nav .nav-link {
  font-weight: 400;
  color: #373839;
}
.nav-item.nav-item-selected .nav-link {
  font-weight: 700;
  color: #1981E1;
}

.navbar-organizers {
  display: none;
}
.message-container-header {
  display: none;
}

.nav-link {
  font-size: 16px;
  font-weight: 500;
  color: #373839;
  padding: .5rem 1rem;
}

.auth-link, .auth-link:hover {
  color: #1981E1;
  position: relative;
}

.auth-link-container {
  display: flex;
  justify-content: flex-end;
  font-weight: 700;
}

.auth-link-login:before {
  content: url("../assets/icons/login.png");
  margin-right: 10px;
  position: relative;
  top: 6px;
}
.profile-link-mobile {
  color: #1981E1;
}
.logout-link-mobile {
  color: #1981E1;
}
.logout-link-mobile:before {
  content: url("../assets/icons/navbar/logout.png");
  position: relative;
  top: 6px;
  margin-right: 10px;
}
.logout-dropdown {
  position: relative;
}
.dropdown-content {
  display: none;
  width: 170px;
  background: #FFFFFF;
  border: 1px solid #C4C4C4;
  border-radius: 4px;
  position: absolute;
  right: 0;
  padding: 15px 10px;
  z-index: 100;
}
.dropdown-content a {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #1981E1;
}
.dropdown-content a:first-child {
  margin-bottom: 10px;
}
.logout-dropdown:hover .dropdown-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
}
.logout-username {
  font-size: 16px;
  line-height: 22px;
  padding: 8px;
  text-align: left;
  background: #FFFFFF;
  width: 100%;
  color: #1981E1;
  cursor: pointer;
}

.cso-brand {
  font-size: 1.25rem;
  color: #1981E1 !important;
  text-decoration: none;
  font-weight: 500;
}

header {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
header.masthead {
  font-size: 20px;
  position: relative;
  background-color: #1981E1;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
header h1, header h1 p {
  margin-bottom: 0;
}
.header-text>p:first-child {
  color: #1981E1 !important;
}
.header-text {
  margin: 60px 0 60px 0;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.0;
  text-transform: uppercase;
  color: #373839;
}
.masthead-container {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin: 15px 0;
}
.masthead-header {
  max-width: 60%;
  display: flex;
  align-items: center;
}
.masthead-navbar {
  width: 300px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}
.masthead-nav {
  height: 100%;
  padding: 0;
}
.masthead-nav>li {
  list-style-type: none;
  height: 25%;
  display: flex;
  align-items: center;
}
.masthead-nav-link {
  color: #fff;
}
.masthead-nav-link:hover {
  color: #fff;
}
.nav-link-trips:before {
  content: url("../assets/icons/navbar/trips.png");
  margin-right: 20px;
  position: relative;
}
.nav-link-events:before {
  content: url("../assets/icons/navbar/events.png");
  margin-right: 20px;
  position: relative;
}
.nav-link-learning:before {
  content: url("../assets/icons/navbar/learning.png");
  margin-right: 20px;
  position: relative;
}
.nav-link-map:before {
  content: url("../assets/icons/navbar/map.png");
  margin-right: 24px;
  position: relative;
  left: 2px;
}
.nav-link-helpful:before {
  content: url("../assets/icons/navbar/helpful.png");
  margin-right: 26px;
  position: relative;
  left: 3px;
}
.navbar {
  font-size: 16px;
}
.navbar-brand {
  margin-right: 0;
}
.navbar-header {
  height: 64px;
  background-color: #1981E1;
}
.navbar-toggler {
  border: none;
}
.navbar-toggler.collapsed .close-icon {
  display: none;
}
.navbar-toggler-icon {
  background-image: url("../assets/icons/navbar/burger.png") !important;
  background-size: auto;
}
.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
  display: inline;
}
.close-icon {
  width: 30px;
  height: 30px;
  padding-right: 2px;
}
.close-icon:before, .close-icon:after {
  position: absolute;
  content: "";
  height: 30px;
  width: 2px;
  background-color: #1981E1;
}
.close-icon:before {
  transform: rotate(45deg);
}
.close-icon:after {
  transform: rotate(-45deg);
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.content-container {
  padding-top: 20px;
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.text-container {
  font-size: 16px;
  text-align: justify;
  margin-top: 20px;
  margin-bottom: 20px;
}

.card {
  border: none;
}
.card .card-img {
  height: 100%;
}
.card .card-img-overlay {
  padding: 0;
}
.card .card-text {
  position: absolute;
  width: 100%;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  margin-top: auto;
  padding: 15px 20px 20px 20px;
  min-height: 112px;
}
.card .card-text>div:first-child {
  margin-bottom: 8px;
}
.card .card-text>div:nth-child(2) {
  margin-bottom: 13px;
}
.card .card-text>div:nth-child(2)>span {
  margin-right:5px;
}
.card .card-text i{
  margin-right: 14px;
}
.card .card-description {
  display: block;
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
  max-height: 36px;
  line-height: 18px;
}
.upcoming-events-search {
  margin-top: 40px;
}
.upcoming-events {
  margin-top: 6px;
}
.upcoming-events-index {
  margin-left: 13px;
  margin-top: 25px;
  margin-bottom: 15px;
}
.slider-wrapper {
  position: relative;
}
.slider-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cards-container {
  display: flex;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  transition: transform 0.3s ease;
}
.cards-container>div:first-child>div {
  margin-top: 30px;
}
.cards-container .card {
  aspect-ratio:4/3;
}
.cards-container .card:nth-child(2), .cards-container .card:nth-child(3) {
  margin-top: 40px;
}
.cards-row {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}
.horizontal-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-12.5%);
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}
.arrow-left {
  left: -5%;
}
.arrow-right {
  right: -5%;
}
.vertical-arrow {
  display: flex;
  justify-content: center;
}
.arrow-up {
  margin-bottom: 30px;
}
.arrow-down {
  margin-top: 25px;
}

.notfound-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
}

.notfound-text {
  font-size: 36px;
  flex: 1;
  text-align: center;
  margin-top: 0 !important;
  padding-bottom: 20px;
}
.notfound-text:before {
  content: url("../assets/icons/not_found.png");
  margin-right: 10px;
  position: relative;
  top: 10px;
}

.btn {
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
}
.btn-reset {
  font-weight: 700;
  border: none;
  background: none;
}
.btn-reset:hover {
  cursor: pointer;
}
.btn-filter {
  color: #373839;
  font-weight: 700;
  background-color: #FFFFFF;
  padding: 6px 18px;
  border-radius: 8px;
  margin-top: 15px;
}

.btn-filter:hover {
  color: #262626;
  background-color: #FFFFFF;
}

.btn-primary {
  width: 100%;
  background-color: #1981E1;
  color: #FFFFFF;
  height: 46px;
}
.form-check .form-check-input:checked {
  background-color: #108EE9;
  border-color: #108EE9;
}

.form-check .form-check-label {
  font-weight: 500;
  font-size: 14px;
}

.delimiter {
  border: 1px solid #C5C5C5;
  width: 100%;
}

.notice {
  font-size: 12px;
}
.notice-red {
  color: #FF4D4F;
}

/** Icons **/
.event-container i.fa-circle {
  font-size: 4px;
  position: relative;
  bottom: 4px;
}

.ellipse {
  position: relative;
}
.ellipse:after {
  content: '';
  position: absolute;
  background: url('/static/assets/icons/ic_ellipse.svg') no-repeat center center;
  width: 4px;
  height: 4px;
  top: 7px;
  left: 0;
}

/** Controls **/
input[type=checkbox] {
  width: 1em;
  height: 1em;
  margin-top: .1em;
  margin-right: 1em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0,0,0,.25);
  border-radius: .25em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}
input[type=checkbox]:checked {
  background-color: #108EE9;
  border-color: #108EE9;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
input[type=checkbox]:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
}



/** Modal **/
.modal-content {
  padding: 30px;
}
.modal-header {
  padding: 0;
  position: relative;
  border: none;
}
.modal-title {
  font-weight: 600;
  font-size: 20px;
}
.modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #108EE9;
  font-size: 30px;
  cursor: pointer;
}
.modal-body {
  padding: 30px 0;
}
.modal-body>div>div:not(:first-child) {
  margin-top: 15px;
}
.modal-footer {
  padding: 0;
  border: none;
  display: block;
}
.msg-error {
  border: 1px red solid !important;
}
.required-input-label {
  color: red;
}
.msg-validation-info {
  margin-top: 10px;
  color: red;
}
.msg-name-info, .msg-email-info, .msg-text-info {
  display: none;
}
.msg-show-info {
  display: block !important;
}
.msg-attachment-container {
  display: flex;
  justify-content: start;
  align-items: center;
  font-size: 16px;
  margin-top: 30px !important;
}
.msg-attachment-icon {
  margin-right: 20px;
  cursor: pointer;
}
.msg-attachment-text {
  cursor: pointer;
}
.msg-attachments {
  padding: 0 15px;
  width: 100%;
}
.msg-attachment {
  padding: 12px;
  background-color: #F5F5F5;
  display: flex;
  align-items: center;
}
.msg-attachment-delete {
  font-size: 20px;
  margin-left: 10px;
  margin-top: 2px;
  cursor: pointer;
}
/** MultiSelect **/
.ms-container {
  position: relative;
  height: 51px;
  background-color: #FFFFFF;
  padding: 5px 29px 10px 15px;
  border-radius: 8px;
  cursor: pointer;
}
.ms-container:after {
  content: '';
  background: url(/static/assets/icons/ic_arrow-bottom.svg) no-repeat center center;
  position: absolute;
  top: 23px;
  right: 15px;
  width: 9px;
  height: 8px;
}
.ms-container .ms-label {
  color: #373839;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  height: 16px;
}
.ms-container .ms-label.required:after {
  content: '*';
  color: #3389FF;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  margin-left: 2px;
}
.ms-container .ms-value {
  color: #373839;
  font-weight: 700;
  font-size: 14px;
  line-height: 120%;
  margin-top: 4px;
  height: 16px;
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
}
.ms-container .ms-options {
  position: absolute;
  top: 51px;
  left: -15px;
  padding: 5px 29px 5px 15px;
  background-color: #F5F5F5;
  border-radius: 8px;
  display: none;
  max-height: 265px;
  overflow-y: auto;
  z-index: 1000;
  box-shadow: 0px 5px 5px -2px rgba(34, 60, 80, 0.7);
}
.ms-container.expanded .ms-options {
  display: block;
}
.ms-container .ms-options .ms-option {
  margin-top: 5px;
  margin-bottom: 5px;
}
.ms-container .ms-options .ms-option .ms-label {
  cursor: pointer;
}

/** Message **/
#messageModal {

}
#messageModal .modal-close {
  color: #1981E1;
}
#messageModal label {
  width: 100%;
  font-size: 20px;
  margin-bottom: 10px;
}
#messageModal input {
  width: 100%;
  padding: 20px;
  font-size: 16px;
}
#messageModal textarea  {
  width: 100%;
  border: 1px #1981E1 solid;
  border-radius: 0;
  padding: 20px;
}
#messageModal textarea, #messageModal textarea::placeholder {
  font-size: 16px;
  font-weight: normal;
}
#messageModal .btn-primary {
  background-color: #1981E1;
}
#messageModal input, #messageModal input:focus-visible, #messageModal textarea {
  border: 1px #1981E1 solid;
}
#messageModal input:focus-visible, #messageModal textarea:focus-visible {
  outline: 1px #1981E1 solid;
}
#successModal .modal-body {
  font-size: 20px;
  text-align: center;
}

/** Filter **/
.filter-container {
  background-color: #1981E1;
  padding: 20px 0 10px 0;
}
.filter-container h3 {
  color: #262626;
}
.filter-container .header {
  font-size: 24px;
  font-weight: 700;
}
.filter {
  height: 51px;
  background-color: #FFFFFF;
  padding: 5px 29px 10px 15px;
  position: relative;
  border-radius: 8px;
  cursor: pointer;
}
.filter-container .container>div {
  padding-left: 0;
  padding-right: 0;
}
.filter .filter-label {
  color: #373839;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  height: 16px;
}
.filter .filter-label.required:after {
  content: '*';
  color: #3389FF;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  margin-left: 2px;
}
.filter .filter-value {
  color: #373839;
  font-weight: 700;
  font-size: 14px;
  line-height: 120%;
  margin-top: 4px;
  height: 16px;
  overflow: hidden;
}
.filter:after {
  content: '';
  background: url(/static/assets/icons/ic_arrow-bottom.svg) no-repeat center center;
  position: absolute;
  top: 23px;
  right: 15px;
  width: 9px;
  height: 8px;
}
.filter-container .reset-filter {
  font-weight: 500;
  font-size: 14px;
  color: #7C7C7C;
  text-decoration: none;
}
.filters {
  margin-top: 25px;
}
/** Filter Modal **/
#filterModal .modal-content {
  background-color: #EDEDEF;
}
#filterModal .notice {
  margin-bottom: 15px;
}

/** Join Request Modal **/
#eventJoinRequestModal .modal-content {
  background-color: #f0f0f0;
}
#eventJoinRequestModal .notice {
  margin-bottom: 15px;
}
#eventJoinRequestModal textarea, #eventJoinRequestModal .event-join-request-phone input {
  width: 100%;
  background-color: white;
  border: none;
  border-radius: 4px;
  padding: 5px 29px 10px 15px;
  box-shadow: none;
  resize: none;
  outline: none;
}
#eventJoinRequestModal .event-join-request-phone input {
  padding: 10px 18px;
}
#eventJoinRequestModal textarea, #eventJoinRequestModal textarea::placeholder, #eventJoinRequestModal .event-join-request-phone input, #eventJoinRequestModal .event-join-request-phone input::placeholder {
  color: #262626;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
}
#eventJoinRequestModal .event-join-request-phone input::placeholder {
  color: #AAA5A5;
}
#eventJoinRequestModal textarea::placeholder {
  font-weight: 500;
}
#eventJoinRequestModal .event-join-request-phone input.input-error {
  border: 1px solid #FF4D4F;
}

/** Cards **/
.load-more-container {
  margin-top: 30px;
}
.load-more-btn {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #1981E1;
  padding-left: 15px;
}
.load-more-btn:after {
  content: url("../assets/icons/arrows.png");
  position: relative;
  top: 2px;
  margin-left: 6px;
}
.load-more-btn:hover {
  cursor: pointer;
  text-decoration: underline;
}

/** EventTypes **/
.event-types {
  font-size: 20px;
  line-height: 24px;
  margin-top: 24px;
}
.event-types-link {
  color: #373839 !important;
}
.event-types-link:hover {
  color: #373839;
}

/** Event **/
.event-container {
  background-color: #F6F8FC;
}
.event-container>img {
  height: 400px;
  width: 100%;
}
.event-container .container {
  background-color: #F6F8FC;
}
.event-other>div:not(:first-child) {
  margin-top: 60px;
}
.event-info {
  padding: 50px 60px;
  font-size: 14px;
}
.event-other {
  padding: 20px 50px 0;
  font-size: 14px;
  border-top: 1px solid rgba(25, 129, 225, 0.42);
}
.event-info h4 {
  margin-bottom: 15px;
}
.event-header {
  box-shadow: 0px 10px 24px rgba(2, 11, 28, 0.1);
  border-radius: 4px;
  padding: 30px;
}
.event-header h1{
  text-transform: none;
  font-weight: 700;
  font-size: 32px;
  color: #373839;
  line-height: 1.2;
  margin-bottom: 20px;
}
.event-header, .event-details {
  text-align: start;
}
.event-header>.event-name {
  margin-bottom: 30px;
}
.event-header .event-url {
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  color: #1981E1;
  margin-top: 15px;
}
.event-grid-top>div:not(:first-child) {
  margin-top: 30px;
}
.event-grid-bottom>div {
  margin-top: 30px;
}
.event-info .event-dates {
  font-size: 16px;
  font-weight: 700;
  display: flex;
  margin-top: 0;
  align-items: start;
  text-align: center;
}
.event-info .event-dates .fa-circle {
  margin-top: 10px;
}
.event-info .event-dates i {
  color: #B9BDC2;
  margin-left: 10px;
  margin-right: 10px;
}
.event-info .event-duration {
  font-weight: 500;
  margin-top: 10px;
}
.event-info .event-dates i:first-child {
  margin-left: 0;
  margin-right: 10px;
}
.event-dates .event-date:before {
  content: url("../assets/icons/event/clock.png");
  position: relative;
  top: 1px;
  margin-right: 10px;
}
.event-dates a.first-date {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
}
.event-dates a.first-date:after {
  content: '\25BC';
  margin-left: 10px;
}
.event-dates.expanded a.first-date:after {
  content: '\25B2';
}
.event-dates .other-dates {
  padding-left: 28px;
  display: none;
}
.event-dates .other-dates div:first-child {
  display: none;
}
.other-dates-item {
  text-align: start;
}
.event-dates.expanded .other-dates {
  display: block;
}
.event-info .event-description {
  margin-bottom: 25px;
  margin-top: 25px;
  font-size: 20px;
  line-height: 28px;
}
.event-info .event-points {
  margin-top: auto;
}
.event-info .event-map {
  width: 100%;
  margin-top: 50px;
}
.event-info .event-map .btn {
  margin-top: 20px;
}
.event-header .event-map {
  padding-bottom: 15px;
}
.event-info #map {
  height: 400px;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.event-info #map>img {
  width: 100%;
  height: 100%;
}
.map-marker-container {
  position: relative;
}
.map-marker-title {
  position: absolute;
  top: 5px;
  left: 8px;
  color: #FFFFFF;
}
.event-header .event-description, .event-header .event-conditions {
  display: block;
}
.event-conditions {
  margin-top: 10px;
}
.event-conditions .conditions-content {
  font-size: 20px;
  line-height: 24px;
  padding-left: 20px;
  margin-top: 25px;
}
.conditions-content .condition {
  margin-bottom: 15px;
}
.participation-types>span:not(:last-child):after {
  content: ", ";
}
.event-participation-single {
  padding: 0 15px;
}
.event-conditions ul>li {
  margin-top: 15px;
}
.event-join-request {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.join-request-button {
  width: 450px;
  font-size: 20px;
  font-weight: 700;
}
.event-info .event-organizer {
  font-size: 16px;
  font-weight: 400;
  margin-top: 15px;
}
.event-info .event-organizer>div:not(:first-child) {
  margin-top: 15px;
}
.event-info .event-organizer>div>span {
  position: relative;
  margin-right: 3px;
}
.event-organizer a.event-account {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  cursor: pointer;
}
.event-organizer a.event-account:after {
  content: '\25BC';
  margin-left: 10px;
}
.event-organizer.expanded a.event-account:after {
  content: '\25B2';
}
.event-organizer .event-account-info {
  font-weight: normal;
  display: none;
  border: 1px #262626 solid;
  padding: 10px;
}
.event-organizer.expanded .event-account-info {
  display: block;
}
.event-organizer .event-account-info>div:first-child {
  font-weight: 500;
}
.event-organizer .event-account-info>div:not(:first-child) {
  margin-top: 10px;
}
.event-organizer-phone {
  display: inline-block;
}
.event-training-systems {
  margin: 15px 0;
  font-size: 16px;
}
.event-training-systems>span:not(:last-child):after {
  content: ", ";
}
.event-location {
  margin-bottom: 9px;
}
.event-location>i {
  margin-right: 12px;
  color: #B9BDC2;
}
.event-location>span, .event-waters {
  font-size: 16px;
  font-weight: 700;
  color: #373839;
}
.event-location>span:before {
  content: url("../assets/icons/event/location.png");
  margin-right: 10px;
}
.event-waters>span:before {
  content: url("../assets/icons/event/water.png");
  margin-right: 10px;
  position: relative;
  top: 1px;
}
.event-info .event-label {
  /*color: #7C7C7C;*/
  margin-right: 5px;
  font-weight: 700;
}
.event-subheader {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  height: 50px;
  width: 100%;
  border: 3px solid #1981E1;
  box-shadow: 0px 10px 24px rgba(2, 11, 28, 0.1);
  border-radius: 4px;
}
.event-subheader h2{
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0;
  position: absolute;
  left: 20px;
}
.event-subheader {
  position: relative;
}
.event-details {
  margin-top: 50px;
}
.event-details h4 {
  margin-bottom: 0;
}
.event-details .event-point {
  background-color: #FFFFFF;
  aspect-ratio: 1/1;
  border: 1px solid #1981E1;
  border-radius: 8px;
  line-height: 1.2;
  overflow-y: auto;
  overflow-x: hidden;
}
.point-no-cover {
  padding: 20px 20px 15px;
  font-size: 20px;
}
.event-details .point-with-cover {
  font-size: 16px;
}
.program-dates {
  display: flex;
  margin-right: 20px;
  font-size: 22px;
  font-weight: 700;
  max-width: 50%;
  position: relative;
  overflow: hidden;
}
.program-dates label {
  margin-bottom: 0;
  cursor: pointer;
}
.program-dates label:not(.last-label):after {
  content: ", ";
}
.program-dates label:active {
  color: #1981E1;
}
.program-dates-container {
  display: flex;
  width: 100%;
  overflow-x: scroll;
  transform: translateX(0);
  transition: transform 0.5s ease;
}
.program-dates-container::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.program-date {
  margin: 0 5px;
  display: flex;
  align-items: center;
}
.scroll-btn {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #F6F8FC;
  color: #373839;
  cursor: pointer;
  transition: opacity 0.2s ease-in-out;
}
.event-point-container {
  margin: 20px 0 50px;
}
.event-point-container .row>div {
  margin-top: 30px;
}
.event-point-info {
  padding: 20px 10px 10px;
}
.event-point-header {
  display: flex;
  justify-content: space-between;
}
.event-point-header>div {
  margin-top: 10px;
}
.point-with-cover .event-point-header h3 {
  font-size: 16px;
  font-weight: 700;
}
.point-no-cover .event-point-header h3 {
  font-size: 20px;
  font-weight: 700;
}
.event-point-description>div>span:first-child {
  line-height: 2;
}
.point-cover {
  margin: -20px -20px 0;
  height: 67%;
  overflow: hidden;
}
.point-cover img {
  width: 100%;
}
.yachting-no-cover:after{
  content: url("../assets/icons/event/point_yachting.png");
}
.event-no-cover:after{
  content: url("../assets/icons/event/point_event.png");
}
.yachting-with-cover, .event-with-cover {
  justify-content: flex-start;
}
.yachting-with-cover:before{
  content: url("../assets/icons/event/point_yachting.png");
  margin-right: 10px;
}
.event-with-cover:before{
  content: url("../assets/icons/event/point_event.png");
  margin-right: 10px;
}
.event-assets h2 {
  margin-bottom: 30px;
}
.event-asset {
  height: 70px;
}
.event-asset img {
  height: 100%;
}
.event-asset div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.event-asset-name {
  margin-top: 5px;
}
.event-assets>div>div {
  padding-bottom: 30px;
}
.event-image {
  height: 130px !important;
  width: 190px;
}
.event-image img {
  height: 100%;
  width: 100%;
  border-radius: 8px;
}

.event-additional {
  margin-top: 30px;
}
.event-additional>div:not(:last-child) {
  margin-bottom: 1rem;
}

.subscriptions {

}
.subscriptions>div>div>div:not(:first-child) {
  margin-top: 50px;
}
.subscriptions .search-filters {
  max-width: 480px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.subscriptions .search-filters>div>div {
  cursor: pointer;
}
.subscriptions .search-filters span {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/** КАРТА ОБЪЕКТОВ ЯХТИНГА **/
.ymaps-2-1-79-search_layout_normal {
  margin-bottom: 10px;
}
.map-hint {
  width: 320px;
  white-space: normal;
  word-wrap: break-word;
  z-index: 99;
}
.map-hint-content {
  padding: 16px 30px 0px 50px;
}
.map-hint-header {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 14px;
}
.map-hint-entries {
  font-size: 13px;
  margin-bottom: 14px;
}
.map-hint-location {
  position: relative;
  margin-bottom: 6px;
}
.map-hint-location::before {
  content: url("../assets/icons/objectMap/other/hint/location.png");
  display: block;
  position: absolute;
  left: -30px;
  top: 0;
}
.map-hint-schedule {
  position: relative;
  margin-bottom: 12px;
}
.map-hint-schedule::before {
  content: url("../assets/icons/objectMap/other/hint/schedule.png");
  display: block;
  position: absolute;
  left: -31px;
  top: 0;
}
.map-hint-schedule-today {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.map-hint-contacts {
  position: relative;
  line-height: 2.0;
}
.map-hint-contacts::before {
  content: url("../assets/icons/objectMap/other/hint/contacts.png");
  display: block;
  position: absolute;
  left: -30px;
  top: 3px;
}
.map-hint-other-contacts {
  overflow: hidden;
}
.map-hint-other-contacts a {
  white-space: nowrap;
}
.map-hint-description {
  padding: 0 10px 30px 30px;
  overflow-y: auto;
  max-height: 150px;
}
.map-balloon {
  background-color: #FFFFFF;
  font-size: 16px;
  overflow-y: auto;
}
.map-balloon-close-button {
  position: absolute;
  right: 15px;
  top: 5px;
  flex-basis: 15px;
  flex-grow: 0;
  flex-shrink: 0;
  padding: 3px;
  height: 30px;
  width: 30px;
  cursor: pointer;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTQgLjdsLS43LS43TDcgNi4zLjcgMCAwIC43IDYuMyA3IDAgMTMuM2wuNy43TDcgNy43bDYuMyA2LjMuNy0uN0w3LjcgN3oiIGNsaXAtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==") 100% no-repeat;
  opacity: 0.3;
}
.map-balloon-image {
  display: flex;
  justify-content: center;
}
.map-balloon-content {
  padding: 35px 43px 10px;

}
.map-balloon-header {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}
.map-balloon-entries {
  font-size: 16px;
  margin-bottom: 20px;
}
.map-balloon-location {
  position: relative;
  margin-bottom: 20px;
}
.map-balloon-location::before {
  content: url("../assets/icons/objectMap/other/balloon/location.png");
  display: block;
  position: absolute;
  left: -27px;
  top: 0;
}
.map-balloon-schedule {
  position: relative;
  margin-bottom: 12px;
}
.map-balloon-schedule::before {
  content: url("../assets/icons/objectMap/other/balloon/schedule.png");
  display: block;
  position: absolute;
  left: -27px;
  top: 0;
}
.map-balloon-schedule-today {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  cursor: pointer;
}
.map-balloon-schedule-today::after {
  content: '\25BC';
  margin-left: 10px;
  position: absolute;
  right: -25px;
}
.map-balloon-schedule-today.expanded::after {
  content: '\25B2';
}
.map-balloon-schedule-full {
  margin-top: 10px;
}
.schedule-day-info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  line-height: 2.0;
}
.today-info-closed {
  color: #E00000;
}
.today-info-open {
  color: #408D43;
}
.balloon-custom-control {
  margin-bottom: 40px;
}
.map-balloon-contacts {
  position: relative;
  /*line-height: 2.0;*/
}
.map-balloon-contacts::before {
  content: url("../assets/icons/objectMap/other/balloon/contacts.png");
  display: block;
  position: absolute;
  left: -25px;
  top: 3px;
}
.map-balloon-phone, .map-balloon-other-contacts {
  line-height: 1.5;
}
.map-balloon-description {
  position: relative;
  padding: 10px 40px;
  max-height: 180px;
  overflow: hidden;
}
.map-balloon-description-inner {
  overflow-y: hidden;
}
.map-balloon-description-more {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #fff;
  padding: 5px 10px;
  cursor: pointer;
}
.map-balloon-description-more::after {
  content: '\25BC';
}
.map-button {
  height: 25px;
}

/** ERROR PAGE **/
.error-wrapper {
  display: flex;
  min-height: 100%;
  align-items: center;
  justify-content: center;
}
.error-image {
  display: flex;
  align-items: center;
  justify-content: center;
}
.error-image-0 {
  margin: 0 8px;
}
.error-description {
  max-width: 580px;
  margin-top: 70px;
  margin-bottom: 120px;
  font-size: 24px;
  line-height: 28px;
  color: #373839;
}
.error-button-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.error-button {
  width: 350px;
  height: 50px;
  background-color: #1981E1;
  color: #FFFFFF;
  font-size: 20px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.error-button:hover {
  color: #FFFFFF;
}

#errorModal {
  display: none;
  position: fixed;
  z-index: 1100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.error-modal-content {
  background-color: #fefefe;
  margin: 0 auto;
  margin-top: calc(50vh - 87.5px);
  padding: 20px;
  width: 460px;
  height: 175px;
  border: 1px solid #BCB7B7
}
.error-modal-description {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0;
  text-align: left;
  position: relative;
  padding: 10px 10px 10px 40px;
}
.error-modal-description:before {
  content: url("../assets/icons/warning.png");
  position: absolute;
  top: 5px;
  left: 0;
  margin-right: 10px;
}
.error-modal-button-container {
  display: flex;
  justify-content: end;
}
.error-modal-button {
  cursor: pointer;
  width: 50px;
  height: 40px;
  color: #fff;
  background: #1890ff;
  border-color: #1890ff;
  text-shadow: 0 -1px 0 rgba(0,0,0,.12);
  -webkit-box-shadow: 0 2px 0 rgba(0,0,0,.045);
  box-shadow: 0 2px 0 rgba(0,0,0,.045);
}
#supportButton {
  width: 165px;
  margin-right: 10px;
}

/** HELPFUL PAGE **/
.helpful-wrapper {
  margin-top: 50px;
}

/** ORGANIZERS **/

.organizers-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 140px;
  width: 100%;
  background: #1981E1;
}
.divider-list {
  width: 80%;
  padding-inline-start: 0px;
}
.divider-list>li {
  list-style-type: none;
  flex: 1;
  font-size: 36px;
  color: #FFFFFF;
  font-weight: 700;
  text-align: center;
}
.organizers-for, .organizers-what, .organizers-how {
  flex: 1;
  display: block;
  margin-right: 15px;
  margin-left: 15px;
  border: 1px solid #1981E1;
  border-top: none;
  font-size: 20px;
  line-height: 34px;
  padding: 22px 16px;
  list-style-type: none;
}
.organizers-how>li:not(:last-child):before, .mobile-how>li:not(:last-child):before{
  content: url("../assets/icons/wind_rose.png");
  position: relative;
  top: 2px;
  margin-right: 10px;
}
.organizers-what>li:before, .mobile-what>li:before{
  content: url("../assets/icons/wind_rose.png");
  position: relative;
  top: 2px;
  margin-right: 10px;
}
.organizers-content>ul>li:last-child, .organizers-mobile>ul>li:last-child {
  margin-top: 30px;
}
.organizers-how a, .mobile-how a {
  color: #1981E1;
  font-weight: 700 !important;
}
/** МОБИЛЬНАЯ ВЕРСИЯ **/
.organizers-mobile {
  font-size: 18px;
  line-height: 30px;
  padding-inline-start: 0;
}
.organizers-mobile .mobile-header {
  width: 100%;
  height: 55px;
  background: #1981E1;
  color: #FFFFFF;
  font-size: 36px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}
.organizers-mobile ul, .organizers-mobile ol {
  list-style-type: none;
}
.mobile-text {
  padding: 20px 15px;
}
/** LEARNING **/
.learning-container {
  height: 100%;
  padding-bottom: 60px;
}
.learning-img {
  margin: 8px 45px 0 0;
}
.learning-text {
  font-size: 36px;
  line-height: 1.0;
  color: #373839;
  max-width: 800px;
}
.learning-text>p:first-child {
  font-size: 44px;
  color: #1981E1 !important;
  margin-bottom: 0px;
}

.subscriptions .search-filters>div>div:not(:first-child) {
  margin-top: 20px;
}
.subscriptions .search-filters input[type=checkbox] {
  margin-right: 36px;
}
.subscriptions button {
  background: #F4F8FB;
  border: 1px solid #000000;
  padding: 15px 10px;
}
.subscriptions button {
  cursor: pointer;
}
.subscriptions button+button {
  margin-left: 80px;
}

.cso-control {
  position: relative;
  display: flex;
  align-items: center;
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 8px;
  padding: 4px 6px;
  cursor: pointer;
}
.cso-control-img {
  margin-right: 2px;
}
.cso-control-text {
  position: absolute;
  top: 40px;
  left: 0;
  background-color: #373839;
  border-radius: 8px;
  color: #FFFFFF;
  padding: 5px 20px;
  display: none;
}
.map-buttons-container {
  padding: 0 5px;
  position: absolute;
  height: 36px;
  top: 7px;
  left: 340px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0 4px 4px 0 #00000040;
}

@media (min-width: 768px) {
  header.masthead {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .masthead-container {
    height: 210px;
  }
  .masthead-header h1 {
    font-size: 36px;
  }
  .navbar-nav {
    max-width: 600px;
  }
  .navbar-index {
    display: none;
  }
  .profile-link-mobile {
    display: none;
  }
  .organizers-mobile {
    display: none !important;
  }
  .slider-wrapper {
    margin-bottom: 60px;
  }
  .vertical-arrow {
    display: none;
  }
  /*header.masthead h1 {*/
  /*  font-size: 3rem;*/
  /*}*/
}
@media (min-width: 992px) {
  .masthead-header h1 {
    font-size: 44px;
  }
  .auth-link-container {
    width: 200px;
    text-align: end;
  }
  .cso-brand-container {
    width: 200px;
  }
  .col-lg-20pc {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 1600px) {
  .upcoming-events-index {
    margin-top: 50px;
  }
}
@media (min-width: 1920px) {
  .upcoming-events-index {
    margin-top: 100px;
  }
}
@media (max-width: 1200px) {
  .container, .divider-list {
    max-width: 95% !important;
  }
  .arrow-right {
    right: -1%;
  }
  .arrow-left {
    left: -1%;
  }
}
@media (max-width: 992px) {
  footer .nav-link, footer .nav-link i {
    padding: 0;
  }
  .event-types .row .col-auto {
    margin-top: 20px
  }
  .ms-container {
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .ms-container .ms-options {
    top: 60px;
  }
  .filters>div {
    margin-top: 20px;
  }
  .filter {
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .ms-label, .filter-label {
    font-size: 14px !important;
  }
  .navbar-nav:first-child {
    margin-top: 15px;
  }
  .navbar-container {
    font-size: 20px;
  }
  .nav-link {
    font-size: 14px;
  }
  .cso-brand {
    font-size: 25px;
  }
  .event-info {
    font-size: 16px;
    padding: 0 0 50px 0;
    margin: -200px 0 0 0;
    position: relative;
    background-color: #F6F8FC;
  }
  .event-details {
    font-size: 16px;
  }
  .program-container {
    justify-content: end;
  }
  .program-dates {
    max-width: 65%;
  }
  .notfound-container {
    height: 250px;
  }
  .notfound-text {
    align-items: start;
    line-height: 1.5;
  }
}
@media (max-width: 768px) {
  .navbar {
    padding: 0 0 !important;
  }
  .cso-brand img {
    transform: scale(0.8);
  }
  .message-container-header {
    display: block;
  }
  footer {
    display: none;
  }
  .notfound-container .row {
    flex-direction: column;
    align-items: center;
  }
  .notfound-text {
    font-size: 30px;
    margin: 30px 0 0;
    padding-bottom: 30px;
  }
  .slider-container {
    max-height: 1290px;
  }
  .cards-container {
    justify-content: center;
    align-items: center;
  }
  .cards-container > div:first-child > div:first-child {
    margin-top: 0;
  }
  .cards-row {
    flex-direction: column;
    flex-wrap: wrap;
  }
  .horizontal-arrow {
    display: none;
  }
  header {
    padding: 0;
  }
  .header-text {
    margin: 20px 0 0 0;
    font-size: 30px;
    line-height: 32px;
  }
  .header-text p {
    margin-block-end: 0px;
  }
  .auth-link-container {
    margin: 30px 0 50px;
    font-size: 20px;
    justify-content: start;
  }
  header.masthead {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .masthead-container {
    margin: 0 0 0 0;
  }
  .masthead-header {
    max-width: 100%;
    justify-content: center;
  }
  .masthead-header h1 {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
  }
  .nav-link {
    font-size: 20px;
    margin-top: 15px;
  }
  .navbar-collapse {
    position: absolute;
    top: 70px;
    z-index: 100;
    background-color: rgb(255, 255, 255);
    width: 120%;
    margin-left: -25px;
    padding-left: 25px;
  }
  .profile-link-mobile {
    padding-top: 8px;
    margin-right: 20px;
  }
  .navbar-organizers {
    display: block;
  }
  .upcoming-events {
    margin-top: 30px;
    margin-bottom: 30px;
    line-height: 1.0;
    font-size: 28px;
  }
  .event-types {
    margin-top: 0px;
  }
  .program-dates {
    max-width: 50%;
  }
  .footer-menu li {
    display: block;
  }
  .footer-menu li:not(:first-child) {
    margin-top: 20px;
  }
  footer .message-container {
    width: auto;
  }
  .for-organizers-container {
    display: none;
  }
  .socials {
    margin-top: 30px;
  }
  .filter-container {
    padding: 27px 0 25px;
  }
  .filter-container .header {
    font-size: 20px;
  }
  .filter-container .container>div:not(:first-child) {
    margin-top: 27px;
  }
  .filters>div:first-child {
    margin-top: 0;
  }
  .cards-container .container {
    padding-top: 10px;
  }
  .cards-container .container>div:first-child>div {
    margin-top: 20px;
  }
  .event-container>img {
    height: 260px;
  }
  .card.event-info, .event-other {
    padding: 30px 15px 20px;
  }
  .event-other {
    margin: 0;
  }
  .event-types .row {
    justify-content: center;
  }
  .event-info .event-map {
    margin-top: 30px;
  }
  .event-info #map {
    height: 250px;
  }
  .event-info .event-organizer {
    margin-top: 30px;
  }
  .program-dates {
    font-size: 18px;
  }
  .row>* {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cards-container .card {
    margin: 0 auto;
    height: 300px;
  }
  .cards-container .card .card-text {
    padding: 15px;
  }
  .cards-container .card:not(:first-child) {
    margin-top: 20px;
  }
  .organizers-desktop {
    display: none !important;
  }
  .map-buttons-container {
    top: 50px;
    left: 10px;
  }
}

@media (max-width: 576px) {
  .slider-container {
    max-height: 1090px;
  }
  .arrow-down {
    margin-bottom: 25px;
  }
  .cards-container .card {
    height: 250px;
  }
  .content-container {
    padding-bottom: 15px;
  }
  .learning-text {
    font-size: 18px;
    line-height: 40px;
    text-align: center;
  }
  .learning-text p:first-child {
    font-size: 18px;
  }
  .learning-text p:first-child:before {
    content: url("../assets/img/crane_small.png");
    position: relative;
    top: 13px;
    margin-right: 25px;
  }
  .event-image-container {
    display: flex;
    justify-content: center;
  }
  .map-balloon {
    font-size: 13px;
  }
  .map-balloon-header {
    font-size: 14px;
  }
  .map-balloon-entries {
    font-size: 13px;
  }
  .map-balloon-description {
    max-height: 100px;
  }
  .map-balloon-description-more {
    right: 10px;
  }
  .map-balloon-image {
    margin-top: 10px;
  }
}