@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

.container__site {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}

.wrap__events {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2rem;
  margin-top: 2rem;
}

.events__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.event__grid__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  border-radius: 1rem;
  margin-bottom: 2rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.event__grid__info {
  width: 100%;
}

.event__grid__img {
  min-width: 380px;
  position: relative;
}

.event__grid__date {
  position: absolute;
  left: 0;
  top: 0;
  text-transform: uppercase;
  background-color: #1b72b8;
  padding: 1rem 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0.5rem;
  color: #fff;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.event__grid__date span {
  letter-spacing: 0.5px;
}
.events__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 2rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.events__head__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.events__head__left span{
    color: #13a538;
    font-weight: 600;
}

.events__head__select {
  color: #13a538;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-position: 97% center;
  background-size: 16px auto;
  background-image: url('../images/icons/icon__selector__green.svg');
  padding-left: 1rem;
  padding-right: 2rem;
  height: 40px;
  line-height: 40px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  font-weight: 500;
}

.event__grid__info {
  padding: 1rem 1.5rem;
}

.event__grid__title {
  font-size: 1.5rem;
  color: #00365f;
  font-weight: 600;
}
.event__grid__description {
  font-size: 1rem;
  color: #646363;
}

.event__grid__price {
  color: #13a538;
  font-size: 1.125rem;
  font-weight: 600;
}

.event__grid__location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.event__grid__cta {
  text-decoration: none;
  color: #1b72b8;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
}

.event__grid__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.header__banner {
    min-height: 345px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.inner__header__banner {
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
}
.banner__subtitle {
    color: #59C575;
    text-align: center;
}
.banner__title {
    font-size: 2.125rem;
    color: #fff;
    font-weight: 600;
    text-align: center;
    text-shadow: 0  3px 10px rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
}
.banner__description {
    text-align: center;
    color: #fff;
}
.breadcrumbs__site {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2rem;
    margin-left: auto;
    margin-right: auto;
    border-radius: 2rem;
    height: 4rem;
    background-color: #fff;
    padding-left: 1rem;
    padding-right: 2rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-width: 180px;
    max-width: 250px;
    text-align: center;
    font-size: 1.125rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.link__breadcrumb {
    color: #1B72B8;
    text-decoration: none;
    padding: 0.25rem 0.35rem;
    background-color: #fff;
    border-radius: 0.125rem;
    -webkit-transition: all linear 0.25s;
    -o-transition: all linear 0.25s;
    transition: all linear 0.25s;
}
.breadcrumbs__page {
    color: #00365F;
}
.link__breadcrumb:hover {
    background: var(--gradlight, linear-gradient(90deg, #59C575 0%, #0176D0 68.63%));
    color: #fff;
}

@media screen and (max-width: 767px) {
    .events__head{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .event__grid__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .event__grid__img{
        min-width: auto;
    }
    .event__grid__info{
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .event__grid__title{
        font-size: 1.25rem;
    }
    .event__grid__description{
        font-size: 0.875rem;
    }
    .event__grid__cta,
    .event__grid__location,
    .event__grid__time{
        font-size: 0.875rem;
    }
    .event__grid__location{
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }
}