* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: var(--main-font)
}

:root {
  --device-size: 390px;
  --black-color: #A11217;
  --light-color: #fff;
  --walmart-blue: #D51920;
  --walmart-blue-dark: #A11217;
  --walmart-yellow: #FFED00;
  --walmart-yellow-dark: #D9C700;
  --main-color: #D51920;
  --main-font: 'Unbounded', sans-serif;
  --bg-linear: linear-gradient(135deg, #FFF59A 0%, #FFFFFF 100%);
  --unbounded-font: "Unbounded", sans-serif;
}




body {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #FFFBE6;
}

a {
  color: var(--black-color);
  text-decoration: none;
}

ul {
  list-style: none;
}

header {
  height: 38px;
  width: 100%;
  max-width: var(--device-size);
  font-family: "Roboto", sans-serif;
  /* padding-right: 10px;
  padding-left: 10px; */
}

/* header */
.date.header-date {
  text-transform: uppercase;
  font-style:normal;
  color: var(--light-color);
  background: var(--walmart-blue);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
  font-family: var(--main-font);
  font-size: 14px;
  font-weight: 400;
 }
/* header */



/* ------------------------------------------ */



/* question buttons */
.question-btns {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.question-href  {
  height: 60px;
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--main-font);
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 0px;
}

.question-href:first-child {
  border: 2px solid var(--walmart-blue-dark);
  color: #fff;
  background: linear-gradient(102deg, #1A8FE0 -4.19%, var(--walmart-blue) 100%);
  box-shadow: 0px -7px 4px 0px var(--walmart-blue-dark) inset;
  transition: all .5s;
}

.question-href:first-child:hover {
  box-shadow: 0px 0px 15px 0px rgba(0, 113, 206, 0.55), 0px -7px 4px 0px var(--walmart-blue-dark) inset;
  transition: all .5s;
}

.question-href:last-child {
  border: 2px solid var(--walmart-yellow-dark);
  color: #041E42;
  background: linear-gradient(102deg, #FFE066 -4.19%, var(--walmart-yellow) 100%);
  box-shadow: 0px -7px 4px 0px var(--walmart-yellow-dark) inset;
  transition: all .5s;
}

.question-href:last-child:hover {
 box-shadow: 0px 0px 15px 0px rgba(255, 194, 32, 0.7), 0px -7px 4px 0px var(--walmart-yellow-dark) inset;
 transition: all .5s;
}

/* question buttons */



/* ------------------------------------------ */



/* excellent */
.excelent {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  margin-bottom: 40px;
  gap: 8px;
  /* display: none; */
}

.excelent span {
  color: #041E42;
  border-radius: 2px;
  border-left: none;
  padding: 2px 10px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}

/* excellent */



/* ------------------------------------------ */




/* counter modal */

.products-modal {
  background-color: var(--main-color);
  position: fixed;
  bottom: -100%;
  left: 0;
  right: 0;
  padding: 10px;
  margin: 0 auto;
  max-width: 390px;
  transition: all .5s;
  opacity: 0;
}

.products-modal.active {
  bottom: 0;
  opacity: 1;
  transition: all .5s;
}

.products-modal__inner {
  position: relative;
  width: 100%;
}

.products-modal__inner .row {
  display: flex;
  align-items: center;
  gap: 15px;
}

.products-modal__inner .row p {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  color: var(--light-color);
  font-family: var(--main-font);
  text-transform: uppercase;
}

.products-modal__inner .row p span {
  color: #86CF0A;
  font-weight: 500;
}

.products-modal__inner img {
  max-width: 77px;
}

.products-modal__inner .close {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}  



/* counter modal */




/* ------------------------------------------ */

.header-inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.container {
  padding-left: 10px;
  padding-right: 10px;
  max-width: 100%;
  margin: 0 auto;
}

section:not(:first-child) {
  margin-top: 30px;
}

button, input, textarea {
  background-color: transparent;
  border: none;
  outline: none;
}

button {
  cursor: pointer;
}

main {
  width: 100%;
  background: linear-gradient(180deg, #FFFDEB 0%, #FFFFFF 55%, #FFFDF4 100%);
  padding-bottom: 40px;
  max-width: var(--device-size);
}

.date.header-date {
  font-weight: 600;
  /* text-transform: uppercase; */
}

.splide__slide img {
  border-radius: 0px;
  width: 100%;
}

.center {
  text-align: center;
  margin-bottom: 32px;
}

.section.banner {
  position: relative;
}

.arrows__arrow--prev {
  position: absolute;
  left: 10px;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.arrows__arrow--next {
  position: absolute;
  right: 10px;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.disclaimer {
  color: rgba(4, 30, 66, 0.72);
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
}

body.lock {
  overflow: hidden;
  padding-right: 15px;
}

 /* popup */



.modal-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: -150%;
  left: 0;
  z-index: 12;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .5s;
  opacity: 0;
}



.modal-popup.active {
  transition: all .5s;
  top: 0;
  opacity: 1;
}


.modal-popup__inner {
  height: 85%;
  max-height: fit-content;
  position: relative;
  max-width: 75%;
}

.modal-close {
  position: absolute;
  width: 25px;
  height: 25px;
  right: -10%;
  background-color: transparent;
  cursor: pointer;
}

.modal-popup__content {
  overflow-y: scroll;
  height: 85%;
  max-width: 370px;
  background-color: #ffffff;
  padding: 5px 20px 20px 10px;
}

.overlay {
  background: rgba(40, 40, 40, 0.20);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 11;
  display: none;
}

.overlay.active {
  display: block;
}

.modal-content-importable__inner {
  display: none;
}

.modal-popup__content .modal-content-importable__inner {
  display: block;
}

/* popup */

.modal-form__title {
  color: #282828;
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 500;
  line-height: 115%;
}

.modal-form__text {
  max-width: 326px;
  color: rgba(11, 11, 11, 0.80);
  font-size: 14px;
  margin-bottom: 16px;
}

.modal-form__form input {
  color: rgba(11, 11, 11, 0.80);
  width: 100%;
  height: 55px;
  padding: 20px 25px;
  border: 1px solid #E6E6E6;
  margin-bottom: 8px;
  border-radius: 0px;
}

.modal-form__form textarea {
  color: rgba(11, 11, 11, 0.80);
  width: 100%;
  padding: 20px 25px;
  border: 1px solid #E6E6E6;
  height: 140px;
  resize: none;
  border-radius: 0px;
}

.modal-form__form button {
  background: #0B0B0B;
  padding: 14px 25px;
  color: var(--light-color);
  width: 100%;
  border: none;
  margin-top: 16px;
  border-radius: 0px;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
}

.question h3 {
  font-size: 22px;
  text-transform: uppercase;
  color: var(--black-color);
  font-weight: 400;
  font-family: var(--main-font);
  line-height: 1.25;
}

.question h3 span {
  color: var(--main-color);
  font-family: var(--main-font);
  font-weight: 700;
}


.splide__pagination__page {
  width: 50px;
  height: 2px;
  border-radius: 20px;
  margin: 0;
}

.splide__pagination__page.is-active {
  transform: scale(1);
}

/*splide round*/

/* .splide__pagination__page.is-active {
  border: 1px solid #282828;
  background-color: transparent;
}

.splide__pagination {
  bottom: -1.5rem;
}

.section.banner .splide__slide img {

}

.splide__pagination__page {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 4px;
  background-color: #282828;
  border: 1px solid #282828;
} */

/*splide round*/

.modal-content-importable__inner h3, p {
  margin-bottom: 10px;
}

.modal-content-importable__inner h3, p,
.modal-content-importable__inner h4,
.modal-content-importable__inner ul,
.modal-content-importable__inner p,
.modal-content-importable__inner strong {
  font-family: 'Roboto';
}

.modal-popup__content {
  padding-top: 15px;
}

.disclaimer {
  text-align: center;
}


.alert-mes {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 10px;
  background: #9496A2;
  width: 231px;
  margin: 0 auto 8px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 15.4px */
  text-transform: uppercase;
  color: var(--light-color);
}


section.section.question {
  margin-top: 40px;
}

