/*!*********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[0].use[3]!./src/stylesheets/modules/m-event-info.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************/
/**
 * ==============================================
 * Dot Pulse
 * ==============================================
 */
/* 
    Created on : 2019-01-22, 20:47:20
    Author     : l.kobus
*/
/**
 * ==============================================
 * Dot Pulse
 * ==============================================
 */
.m-event-info {
  overflow: hidden;
  word-break: break-word;
  word-wrap: break-word;
}
.m-event-info h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 5rem;
  line-height: 50px;
  line-height: 60px;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .m-event-info h1 {
    font-size: 3.8rem;
    line-height: 38px;
    line-height: 50px;
  }
}
.m-event-info p {
  font-size: 2.2rem;
  line-height: 22px;
  line-height: 42px;
}
@media (max-width: 768px) {
  .m-event-info p {
    font-size: 1.6rem;
    line-height: 16px;
    line-height: 30px;
  }
}
.m-event-info__btns {
  margin-top: 30px;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.m-event-info__btns a:nth-of-type(1) {
  color: #fff;
}
.m-event-info__btns a:nth-of-type(2) {
  color: #333333;
}
.m-event-info__btns .a-btnSubmit {
  min-width: 200px;
}

.m-event-aside {
  padding-top: 55px;
}

.m-event-date {
  font-size: 1.6rem;
  line-height: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  margin-top: 7px;
  min-height: 16px;
}
.m-event-date::before {
  content: "";
  display: block;
  width: calc(100% + 30px);
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  height: 1px;
  background: #9d9d9d;
  z-index: -1;
}
@media (max-width: 1420px) {
  .m-event-date::before {
    width: 100%;
  }
}
.m-event-date__item {
  background: #fff;
  padding-right: 30px;
}

.m-event-item {
  padding: 50px 0;
  border-bottom: 1px solid #eaeaea;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .m-event-item {
    flex-direction: column;
  }
}
.m-event-item__left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  width: calc(100% - 360px);
  margin-right: 40px;
}
@media (max-width: 768px) {
  .m-event-item__left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.m-event-item__left .m-offer__discount {
  position: relative;
  margin-bottom: 20px;
}
.m-event-item__right {
  padding: 30px;
  background-color: #eaeaea;
  border-top: 3px solid #333333;
  width: 280px;
  margin-right: 40px;
}
@media (max-width: 768px) {
  .m-event-item__right {
    margin-right: 0;
  }
}

.ei-left__title {
  font-size: 3rem;
  line-height: 30px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 38px;
  max-width: 100%;
}
.ei-left__desc {
  font-size: 1.3rem;
  line-height: 13px;
  line-height: 20px;
  margin-top: 5px;
  max-width: 100%;
}
.ei-left .m-asideArticleInfo__logo {
  max-width: 140px;
  margin-top: 10px;
}
.ei-left .m-asideArticleInfo__item {
  border: none;
}

.ei-right__wrapper {
  margin-bottom: 30px;
  margin-left: 10px;
  display: flex;
  flex-direction: column;
}
.ei-right .a-btnSubmit {
  margin-top: 15px;
}
.ei-right .ai-calendar__item--loc {
  margin-top: 0;
  text-transform: uppercase;
}

.noHoverAvailable .m-event-item__right .a-btnSubmit:hover {
  color: #fff;
}
