.c-layout_row.c-layout_item.is-main.is-container {
  padding: 0px;
}
.sg-bg-lp {
  background-image: url(https://www.avans.pl/lp/avans/promocje/gwarancja-dostawy-aktu/resources/images/lp/bg.jpg);
  background-position: center;
  background-size: 100%;
}
#sg-lp {
  font-family: "Poppins";
  max-width: 1200px;
}
#sg-lp .sg-title-sec {
  font-weight: 500;
  font-size: 24px;
  color: #333;
  margin: 40px 0;
  margin-top: 0px;
}
#sg-lp .laazy {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
/* *** */
#sg-lp .sg-step {
  width: 658px;
  max-width: 100%;
  min-height: 220px;
  background: radial-gradient(148.4% 148.4% at 50% 35.69%, #FFFFFF 0%, #DAF2FF 81.25%);
  border: 1px solid #DDDDDD;
  border-radius: 4px;
}
#sg-lp .sg-step:first-child {
  margin-right: 40px;
}
#sg-lp .sg-step-txt .sg-underline {
  text-decoration: underline;
  font-weight: 500;
}
#sg-lp .sg-step .laazy {
  margin-top: 21px;
}
#sg-lp .sg-step .sg-zawieszka {
  margin: 15px 0 13px;
}
#sg-lp .sg-steps-desc {
  padding: 22px 79px;
  margin-top: 24px;
  font-weight: 400;
  font-size: 17px;
  line-height: 27px !important;
  color: black;
  background: #fff;
  /* border: 1px solid #DDDDDD; */
  border-radius: 4px;
}
/* *** */
#sg-lp .sg-promo-row {
  margin: 40px 0;
}
#sg-lp .sg-promo {
  overflow: hidden;
  margin-top: 20px;
}
#sg-lp .sg-promo img {
  transition: .3s;
}
#sg-lp .sg-promo:hover img {
  transform: scale(1.03);
  transition: .3s;
}
/* ** */
#sg-lp .sg-category-row {
  margin: 24px 0 0;
}
#sg-lp .sg-cat {
  background: radial-gradient(64.31% 64.31% at 50% 35.69%, #FFFFFF 0%, #D1EBFA 81.25%);
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  width: 280px;
  height: 323px;
  max-width: 100%;
  max-height: 100%;
  margin-bottom: 24px;
  text-decoration: none;
  font-weight: 500;
  font-size: 20px;
  color: #333;
  position: relative;
  overflow: hidden;
}
#sg-lp .sg-cat span {
  position: relative;
  z-index: 3;
  margin-bottom: 28px;
}
#sg-lp .sg-cat img {
  margin-top: 35px;
  transition: .3s;
}
#sg-lp .sg-cat:hover img {
transform: scale(1.03);
  transition: .3s;
}
#sg-lp .sg-cat::before {
  content: "";
  width: 323px;
  height: 41px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(https://www.avans.pl/lp/avans/promocje/gwarancja-dostawy-aktu/resources/images/lp/snieg-t.png);
  border-radius: 4px;
}
#sg-lp .sg-cat::after {
  content: "";
  width: 323px;
  height: 139px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(https://www.avans.pl/lp/avans/promocje/gwarancja-dostawy-aktu/resources/images/lp/snieg-b.png);
  border-radius: 4px;
}
/* ** */

#sg-lp .sg-kalendarz {
  max-width: 1360px;
  border-radius: 4px;
  border: 1px solid #DDD;
  box-sizing: border-box;
  font-weight: 500;
  padding: 0 24px;
  background: #fff;
}
#sg-lp .sg-kalendarz span {
  display: block;
}
#sg-lp .sg-dostawa-el,
#sg-lp .sg-przesylka-el {
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
#sg-lp .sg-daty {
  padding: 16px 0;
  border-right: 1px solid #DDD;
  width: 20%;
  box-sizing: border-box;
}
#sg-lp .sg-przesylki {
  width: 80%;
  box-sizing: border-box;
  padding: 16px 0;
}
#sg-lp .sg-dostawa {
  width: 40%;
}
#sg-lp .sg-daty-txt,
#sg-lp .sg-przesylki-txt,
#sg-lp .sg-dostawa-txt {
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}
#sg-lp .sg-dostawa-el:nth-child(2n),
#sg-lp .sg-przesylka-el:nth-child(2n) {
  background: #F6F6F6;
}
#sg-lp .sg-btn-el {
  color: #fff;
  background: #3587EA;
  border-radius: 4px;
  padding: 5.5px 24px;
  box-sizing: border-box;
}
#sg-lp .sg-przesylka-el .dod-el:last-child {
  font-size: 15px;
  font-weight: 400;
  margin-top: 7px;
}
#sg-lp .sg-dostawa .sg-przesylka-el {
  margin-left: 8px;
}
#sg-lp .sg-przesylki .sg-przesylka-el {
  margin-left: 8px;
}

/* ** */

@media (max-width:1380px) {
#sg-lp {
  margin: 0 10px !important;
}
}
@media (max-width:1000px) {
#sg-lp .sg-promo-row,
#sg-lp .sg-category-row {
  justify-content: center;
}
#sg-lp .sg-promo,
#sg-lp .sg-cat {
  margin: 15px;
}
}
@media (max-width:900px) {
#sg-lp .sg-dostawa-el, #sg-lp .sg-przesylka-el {
  height: 140px;
  padding: 5px;
  box-sizing: border-box;
}
}
@media (max-width:800px) {
#sg-lp .sg-kalendarz {
  padding: 0 10px;
}
#sg-lp .sg-daty-txt, #sg-lp .sg-przesylki-txt, #sg-lp .sg-dostawa-txt {
  font-size: 16px;
  height: 60px;
}
}
@media(max-width:750px) {
#sg-lp .sg-promo,
#sg-lp .sg-cat {
  max-width: 250px;
  margin: 6px;
}
#sg-lp .sg-promo-row {
  margin: 30px 0 0;
}
#sg-lp .sg-btn-el {
  padding: 5px;
  font-size: 14px;
}
}
@media (max-width:700px) {
#sg-lp .sg-steps {
  flex-direction: column;
  align-items: center;
}
#sg-lp .sg-step:first-child {
  margin-right: 0px;
  margin-bottom: 20px;
}
#sg-lp .sg-steps-desc {
  padding: 22px 14px;
}
#sg-lp .sg-step-txt br {
  display: none;
}
}
@media (max-width:600px) {
#sg-lp .sg-przesylka-el .dod-el:last-child {
  font-size: 12px;
  line-height: 14px !important;
}
#sg-lp .sg-btn-el {
  font-size: 13px;
}
#sg-lp .sg-dostawa-el, #sg-lp .sg-przesylka-el {
  font-size: 13px;
}
#sg-lp .sg-dostawa-el, #sg-lp .sg-przesylka-el {
  margin-right: 4px;
}
#sg-lp .sg-przesylki .sg-przesylka-el {
  margin-left: 4px;
}
#sg-lp .sg-dostawa .sg-przesylka-el {
  margin-left: 4px;
}
#sg-lp .sg-daty-txt, #sg-lp .sg-przesylki-txt, #sg-lp .sg-dostawa-txt {
  font-size: 14px;
}
}
@media (max-width:550px) {
#sg-lp .sg-promo,
#sg-lp .sg-cat {
  max-width: 190px;
}
#sg-lp .sg-cat {
  height: 260px;
}
#sg-lp .sg-cat {
  font-size: 15px;
}
/* #sg-lp .sg-btn-el {
  padding: 5px 20px;
} */
#sg-lp .sg-kalendarz {
  padding: 0 0px;
}
}
@media (max-width:500px) {
#sg-lp .sg-steps-desc {
  font-size: 15px;
  line-height: 24px !important;
}
}
@media (max-width:450px) {
#sg-lp .sg-promo, #sg-lp .sg-cat {
  max-width: 135px;
}
#sg-lp .sg-cat {
  height: 180px;
}
#sg-lp .sg-cat::after {
  bottom: -40px;
}
#sg-lp .sg-cat span {
  margin-bottom: 2px;
}
#sg-lp .sg-title-sec{
  margin: 30px 0;
}
}
@media (max-width:400px) {
#sg-lp .sg-step .laazy {
  max-width: 275px;
}
#sg-lp .sg-step-txt {
  font-size: 15px;
  line-height: 22px !important;
}
#sg-lp .sg-daty-txt, #sg-lp .sg-przesylki-txt, #sg-lp .sg-dostawa-txt {
    font-size: 12px;
}
#sg-lp .sg-daty {
  width: 26%;
}
#sg-lp .sg-dostawa-el, #sg-lp .sg-przesylka-el {
  height: 180px;
  padding: 5px;
  box-sizing: border-box;
}
}


#sg-lp .sg_wybierz_prezent{
  margin-bottom: 24px;
}
/* calendar */

.sg_calendar{width: 100%;display: flex;flex-direction: row;border: 1px solid #dddddd;border-radius: 4px;margin: 24px 0px;padding: 0px 5px;box-sizing: border-box;max-width: 100%;}
.sg_calendar .sg_pair{display: flex;justify-content: flex-start;align-items: center;flex-direction: column;margin: 0px 0px;padding: 10px 0px;flex: 1 1 0px;}
.sg_calendar .sg_pair .sg_elem{
width: 100%;
margin: 7px;
height: 80px;
display: flex;
align-items: center;
flex-direction: column;
justify-content: center;
max-width: 184px;
}
.sg_calendar .sg_pair .sg_cal_gray{
background-color: #F6F6F6;
}
.sg_cal_star {
  width: 100%;
}
.sg_calendar .sg_canendar_data_main{
font-size: 21px;
font-weight: 500;
padding: 10px;
box-sizing: border-box;
}
.sg_calendar .sg_canendar_przesylka_main{
  font-size: 21px;
  font-weight: 500;
  padding: 10px;
  box-sizing: border-box;
}
.sg_calendar .sg_calendar_date{
font-size: 23px;
font-weight: 500;
}
.sg_calendar .sg_calendar_blue{
background: #3587EA;
color: white;
font-weight: 500;
font-size: 15px;
height: 100%;
display: flex;
align-items: center;
padding: 10px;
box-sizing: border-box;
border-radius: 4px;
width: 100%;
justify-content: center;
}
.sg_calendar .sg_calendar_day{
font-size: 14px;
}
.sg_calendar .sg_calendar_star{
font-size: 10px;
font-weight: 500;
}
.sg_calendar .sg_cal_border{
border-right: 1px solid #DDDDDD;
padding-right: 10px;
margin-right: 0px;
}
.sg_calendar .sg_calendar_gray{
background-color: #888888;
}
/* .sg_calendar .sg_cal_star .sg_elem{
margin-left: 0px;
} */

@media(max-width:1000px){
.sg_calendar{
  flex-direction: column;
  width: auto;
}
.sg_calendar .sg_pair{
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin: 0px 7px;
}
.sg_calendar .sg_cal_border{
  border-right: none;
  border-bottom: 1px solid #DDDDDD;
  padding-right: 0px;

}
/* .sg_calendar .sg_cal_star .sg_elem{
  margin-left: 0px;
} */
.sg_calendar .sg_cal_star {
  margin: 7px 7px;
  width: 184px;
}
.sg_calendar .sg_cal_star .sg_elem {
  margin: 0px 0px;
}
}

@media(max-width:500px){
.sg_calendar .sg_pair .sg_elem{
  max-width: none;
}
.sg_calendar .sg_pair .sg_elem {
  width: 48%;
  margin: 1%;
}
.sg_calendar .sg_cal_star{
margin: 1%;
width: 48%;
}
.sg_calendar .sg_cal_star .sg_elem{
width: 100%;
margin-top: 0px;
}
.sg_calendar .sg_pair{
padding: 1% 0px;
}
.sg_calendar{
padding: 5px 0px;
}
.sg_calendar .sg_pair:first-child{
  margin: 0px;
  padding-left: 7px;
  padding-right: 7px;
}
}
@media(max-width:360px){
.sg_calendar .sg_canendar_przesylka_main,
.sg_calendar .sg_canendar_data_main{
  font-size: 18px;
}
}
