.gradient:after {
  background: -webkit-gradient(linear, left top, left bottom, from(#a54e62), to(#dc6882));
  background: -webkit-linear-gradient(top, #a54e62 0%, #dc6882 100%);
  background: -moz- oldlinear-gradient(top, #a54e62 0%, #dc6882 100%);
  background: -o-linear-gradient(top, #a54e62 0%, #dc6882 100%);
  background: linear-gradient(to bottom, #a54e62 0%, #dc6882 100%);
}

.shadow-small {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(13, 129, 209, 0.45);
  -moz-box-shadow: 0px 0px 10px 0px rgba(13, 129, 209, 0.45);
  box-shadow: 0px 0px 10px 0px rgba(13, 129, 209, 0.45);
}

.shadow-big {
  -webkit-box-shadow: 0px 10px 40px 0px rgba(13, 129, 209, 0.2);
  -moz-box-shadow: 0px 10px 40px 0px rgba(13, 129, 209, 0.2);
  box-shadow: 0px 10px 40px 0px rgba(13, 129, 209, 0.2);
}

.shadow-big-medium {
  -webkit-box-shadow: 0px 10px 40px 0px rgba(13, 129, 209, 0.4);
  -moz-box-shadow: 0px 10px 40px 0px rgba(13, 129, 209, 0.4);
  box-shadow: 0px 10px 40px 0px rgba(13, 129, 209, 0.4);
}

.rounded-corners {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.widget-margin {
  margin-top: 90px;
  margin-bottom: 90px !important;
}

@media (max-width: 991px) {
  .widget-margin {
    margin-top: 60px;
    margin-bottom: 60px !important;
  }
}

@media (max-width: 767px) {
  .widget-margin {
    margin-top: 50px;
    margin-bottom: 50px !important;
  }
}

.widget-margin-bottom, body #content .widget-single-offer:last-child {
  margin-bottom: 90px !important;
}

@media (max-width: 991px) {
  .widget-margin-bottom, body #content .widget-single-offer:last-child {
    margin-bottom: 60px !important;
  }
}

@media (max-width: 767px) {
  .widget-margin-bottom, body #content .widget-single-offer:last-child {
    margin-bottom: 50px !important;
  }
}

.widget-padding {
  padding-top: 90px;
  padding-bottom: 90px;
}

@media (max-width: 991px) {
  .widget-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .widget-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (max-width: 720px) {
  .col-sm-auto {
    width: auto;
  }
}

@media (min-width: 720px) {
  .col-md-auto {
    width: auto;
  }
}

@media (min-width: 850px) {
  .col-lg-auto {
    width: auto;
  }
}

@media (min-width: 1050px) {
  .col-xl-auto {
    width: auto;
  }
}

@media (min-width: 1200px) {
  .col-xxl-auto {
    width: auto;
  }
}

body #content .widget-single-offer {
  padding-bottom: 30px;
  border-bottom: 1px solid #DCDCDC;
  margin-top: 90px;
  margin-bottom: -30px !important;
}

body #content .widget-single-offer:last-child {
  margin-bottom: 90px !important;
}

body #content .widget-single-offer h2 {
  font-size: 24px;
}

body #content .widget-single-offer .offer-heading {
  margin-bottom: 15px;
}

body #content .widget-single-offer .offer-heading * {
  color: #919191;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

body #content .widget-single-offer .offer-heading .offer-date {
  margin-left: 30px;
}

body #content .widget-single-offer .offer-heading .offer-date svg {
  display: block;
  margin-right: 10px;
}

@media (max-width: 1199px) {
  body #content .widget-single-offer .files .element:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}

@media (max-width: 575px) {
  body #content .widget-single-offer .files .element {
    margin-top: 10px !important;
  }
  body #content .widget-single-offer .files .element:nth-child(-n+2) {
    margin-top: 10px !important;
  }
  body #content .widget-single-offer .files .element:first-child {
    margin-top: 0px !important;
  }
}

@media (max-width: 991px) {
  body #content .widget-single-offer .download-button {
    margin-top: 30px;
  }
}
