body {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
a {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}
button {
  border: none;
  cursor: pointer;
}
address {
  font-style: normal;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}
.container {
  min-width: 320px;
  max-width: 375px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (min-width: 768px) {
  .container {
    max-width: 736px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1168px;
  }
}
.section {
  padding-bottom: 60px;
  padding-top: 60px;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
/* visually-hidden */
.visually-hidden:not(:focus):not(:active) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  border: 0;
  white-space: nowrap;
}
@media only screen and (max-width: 1199px) {
  .header {
    padding-top: 20px;
    padding-bottom: 14px;
  }
}

.header-nav {
  display: flex;
  align-items: center;
}
.header-social-link {
  fill: transparent;
  stroke: rgba(17, 17, 17, 1);
}
.header-social-link:hover {
  stroke: #fd9222;
}
.header-container {
  /* margin-top: 24px; */
}
.header-logo {
  display: flex;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.11;
  letter-spacing: 3%;
  text-transform: uppercase;
  color: #111111;
  margin-right: 4px;
  align-items: center;
  flex-shrink: 0;
}
.icon-logo {
  /* margin-right: 188px; */
  flex-shrink: 0;
}
@media only screen and (max-width: 767.98px) {
  .icon-logo {
    margin-right: 138px;
  }
}
@media only screen and (min-width: 1200px) {
  .icon-logo {
    margin-right: 188px;
  }
}
.header-container {
  display: flex;
  /* margin-bottom: 32px; */
}
.header-list {
  display: flex;
  gap: 24px;
  margin-right: 137px;
  flex-shrink: 0;
}
@media only screen and (max-width: 767.98px) {
  .header-list {
    display: none;
  }
}
@media only screen and (max-width: 1119px) {
  .header-list {
    display: none;
  }
}
.header-link-item {
  display: block;
  padding-top: 32px;
  padding-bottom: 32px;
  color: #111111;
}
.header-link-item:hover,
.header-link-item:focus {
  color: #fd9222;
}
.header-list-item {
  font-weight: 500;
  letter-spacing: 2%;
  color: #111111;
}
.header-link {
}
.header-socials {
  display: flex;
  gap: 18px;
  align-items: center;
}
@media only screen and (max-width: 767.98px) {
  .header-socials {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .header-socials {
    display: none;
  }
}
/* Hero section */
.hero-section {
  margin-bottom: 72px;
}
.hero-container {
  background-color: gray;
  padding: 20px;
  padding-top: 385px;
  border-radius: 30px;
  background-image: url(./images/hero-bg_mob@1x.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .hero-container {
    background-image: url(./images/hero-bg_mob@2x.jpg);
  }
}
@media only screen and (min-width: 768px) {
  .hero-container {
    padding: 40px;
    padding-top: 671px;
    background-image: url(./images/hero-bg-tab@1x.jpg);
  }
}
@media only screen and (min-width: 768px) and (min-resolution: 192dpi),
  (min-resolution: 2dppx) {
  .hero-container {
    background-image: url(./images/hero-bg-tab@2x.jpg);
  }
}
@media only screen and (min-width: 1200px) {
  .hero-container {
    padding-top: 381px;
    background-image: url(./images/hero-bg-desk@1x.jpg);
  }
}
@media only screen and (min-width: 1200px) and (min-resolution: 192dpi),
  (min-resolution: 2dppx) {
  .hero-container {
    background-image: url(./images/hero-bg-desk@2x.jpg);
  }
}
.hero-title {
  color: #ffffff;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  max-width: 484px;
  margin-bottom: 32px;
}
@media only screen and (min-width: 768px) {
  .hero-title {
    font-size: 28px;
    line-height: 34px;
  }
}
.hero-list-btn {
  display: flex;
  gap: 14px;
}
.hero-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  row-gap: 32px;
}
.hero-link {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #ffffff;
}
.hero-link-circle {
  display: inline-flex;
  width: 38px;
  height: 38px;
  background-color: #ffffff;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.btn {
  font-weight: 600;
  color: #ffffff;

  padding: 12px 28px;
  border-radius: 100px;
  background-color: #fd9222;
  border: 1px solid transparent;
}
@media only screen and (min-width: 768px) {
  .btn {
    padding: 14px 40px;
  }
}
.btn:hover {
  background-color: #ffffff;
  color: #fd9222;
}
.btn-hero {
  font-weight: 600;
  font-size: 14px;
  color: #ffffff;
  background-color: transparent;
  padding: 12px 28px;
  border-radius: 100px;
  border: 1px solid #ffffff;
}
.btn-hero:hover {
  border-color: #fd9222;
  color: #fd9222;
}
/* Benefits section */
.benefits-container {
  background-color: #1e1823;
  /* width: 1200px; */
  padding: 20px;
  margin-bottom: 120px;
}
@media only screen and (min-width: 1200px) {
  .benefits-container {
    max-width: 1200px;
  }
}
@media only screen and (min-width: 768px) {
  .benefits-container {
    padding: 50px;
  }
}
.benefits-list {
}
@media only screen and (min-width: 768px) {
  .benefits-list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 88px;
    row-gap: 44px;
  }
}
@media only screen and (min-width: 768px) {
  .benefits-items {
    width: calc((100% - 88px) / 2);
  }
}
.benefits-items {
}
@media only screen and (max-width: 767.98px) {
  .benefits-items:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 1200px) {
  .benefits-items {
    width: calc((100% - 88px * 2) / 3);
  }
}
.benefits-title {
  color: #ffffff;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  padding-bottom: 18px;
}
.benefits-paragraph {
  color: rgba(255, 255, 255, 0.7);
  line-height: 100%;
  letter-spacing: 3%;
}
.benefits-icons {
}
.benefits-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 62px;
  height: 62px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  margin-bottom: 22px;
}
/* ingredients section */
.ingredients-section {
  margin-bottom: 120px;
}
.ingridients-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.16;
  letter-spacing: 3%;
  text-align: center;
  text-transform: uppercase;
  max-width: 411px;
  margin-left: auto;
  margin-right: auto;
  /* padding-bottom: 28px; */
  margin-bottom: 50px;
}
.ingridients-span {
  color: #fd9222;
}
.ingridients-paragraph {
  line-height: 18px;
  text-align: center;
  max-width: 486px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
}
.ingridients-list {
}
@media only screen and (min-width: 768px) {
  .ingridients-list {
    display: flex;
    flex-wrap: wrap;
    gap: 19px;
  }
}
@media only screen and (min-width: 320px) {
  .ingridients-item {
    padding: 28px;
    border-radius: 15px;
    border: 1px solid transparent;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .ingridients-item {
    width: calc((100% - 19px) / 2);
  }
}
@media only screen and (min-width: 1200px) {
  .ingridients-item {
    width: calc((100% - 19px * 3) / 4);
  }
}
.ingredients-text {
  font-weight: 600;
  font-size: 14px;
  margin-top: 36px;
  line-height: 1.28;
  text-transform: uppercase;
  letter-spacing: -2%;
}
.ingridients-img {
  margin: 0 auto;
}
.ingridients-item {
}
.ingridients-item:nth-child(4n + 1) {
  background-color: #fd9222;
  color: #ffffff;
}
.ingridients-item:nth-child(even) {
  background-color: #ffffff;
  border-color: #fd9222;
}
.ingridients-item:nth-child(4n + 3) {
  background-color: rgba(30, 24, 35, 1);
  color: #ffffff;
}
/* Made section */
.made-wrapper {
}
@media only screen and (min-width: 1200px) {
  .made-wrapper {
    display: flex;
    gap: 20px;
  }
}
.made-content {
  padding: 32px;
}
.made-section-img {
  margin: 0 auto;
}
.made-section {
  margin-bottom: 120px;
}
.made-title {
  color: rgba(17, 17, 17, 1);
  font-weight: 600;
  font-size: 18px;
  line-height: 1.33;
  max-width: 350px;
  margin-bottom: 28px;
}
.made-list {
  display: flex;
  flex-direction: column;
}
.made-paragraph {
  display: flex;
  gap: 8px;

  padding-bottom: 24px;
}
.made-paragraph::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  flex-shrink: 0;
  background-color: rgba(76, 76, 76, 1);
  border: 1px solid rgba(236, 237, 237, 1);
  border-radius: 50%;
}
/* Our products */
.our-products-section {
  margin-bottom: 120px;
}
.our-products-titles {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.33;
  text-transform: uppercase;
  margin-bottom: 2px;
}
.our-products-paragraph {
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 18px;
}
.our-products-subtitle {
  font-weight: 600;
  line-height: 100%;
}
.our-products-img {
  margin: 0 auto;
}
.our-products-list {
}
@media only screen and (max-width: 767.98px) {
  .our-products-items {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .our-products-list {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    padding: 32px 20px;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .our-products-items {
    width: calc((100% - 18px) / 2);
  }
}
@media only screen and (min-width: 1200px) {
  .our-products-items {
    width: calc((100% - 18px * 3) / 4);
  }
}
.our-products-items {
  margin-bottom: 20px;
}
/* top sellers */
.top-sellers-section {
  margin-bottom: 120px;
}
.top-sellers-list {
}
@media only screen and (min-width: 1200px) {
  .top-sellers-list {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 32px;
  }
}
.top-sellers-item {
  margin-bottom: 20px;
}
.top-sellers-item-1,
.top-sellers-item-3 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767.98px) {
  .top-sellers-item-1,
  .top-sellers-item-3 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .top-sellers-item-3 {
    display: none;
  }
}
.top-sellers-img {
  margin: 0 auto;
}
.btn-top-sellers {
  display: block;
  margin: 0 auto;
  font-weight: 600;
  color: #ffffff;
  padding: 14px 40px;
  border-radius: 100px;
  background-color: #fd9222;
  border: 1px solid transparent;
}
.btn-top-sellers:hover,
.btn-top-sellers:focus {
  background-color: #ffffff;
  color: #fd9222;
}

/* chocolate is loved */
.chocolate-section-list {
  display: flex;
  justify-content: center;
}
.chocolate-section-items {
  /* width: calc((100% - 28px * 2) / 3); */
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.chocolate-section-items:nth-child(n + 2) {
  display: none;
}
@media screen and (min-width: 768px) {
  .chocolate-section-list {
    gap: 16px;
  }

  .chocolate-section-items {
    display: flex;
    width: calc((100% - 16px) / 2);
  }

  .chocolate-section-items:nth-child(2) {
    display: flex;
  }
}
@media screen and (min-width: 1200px) {
  .chocolate-section-items {
    width: calc((100% - 28px * 2) / 3);
  }

  .chocolate-section-items:nth-child(3) {
    display: flex;
  }
}
.chocolate-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.33;
  margin-top: 18px;
  margin-bottom: 24px;
}
.chocolate-paragraph {
  color: rgba(17, 17, 17, 0.7);
  max-width: 312px;
  margin-bottom: 94px;
}
.btn-chocolate {
  display: block;
  margin: 0 auto;
  font-weight: 600;
  color: rgba(17, 17, 17, 1);
  background-color: transparent;
  padding: 14px 40px;
  border-radius: 100px;
  border: 1px solid rgba(253, 146, 34, 1);
}
.btn-chocolate:hover {
  background-color: #fd9222;
  color: #ffffff;
}
.chocolate-section {
  margin-bottom: 120px;
}
/* explore section */
.explore-section {
  background-image: url(./images/explore-bg_mob@1x.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
  padding-top: 72px;
  padding-bottom: 72px;
}
@media (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .explore-section {
    background-image: url(./images/explore-bg_mob@2x.jpg);
  }
}
@media only screen and (min-width: 768px) {
  .explore-section {
    background-image: url(./images/explore-bg_tab@1x.jpg);
  }
}
@media only screen and (min-width: 768px) and (min-resolution: 192dpi),
  (min-resolution: 2dppx) {
  .explore-section {
    background-image: url(./images/explore-bg_tab@2x.jpg);
  }
}
@media only screen and (min-width: 1200px) {
  .explore-section {
    background-image: url(./images/explore-bg_desk@1x.jpg);
  }
}
@media only screen and (min-width: 1200px) and (min-resolution: 192dpi),
  (min-resolution: 2dppx) {
  .explore-section {
    background-image: url(./images/explore-bg_desk@2x.jpg);
  }
}
.explore-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.explore-title {
  color: rgba(255, 255, 255, 1);
  max-width: 378px;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.16;
  letter-spacing: -3%;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.explore-paragraph {
  color: rgba(255, 255, 255, 1);
  max-width: 467px;
  text-align: center;
  font-size: 14px;
  line-height: 1.28;
  margin-bottom: 24px;
}
.btn-explore {
  font-weight: 600;
  color: #ffffff;
  padding: 14px 40px;
  border-radius: 100px;
  background-color: #fd9222;
  border: 1px solid transparent;
}
.btn-explore:hover {
  background-color: #ffffff;
  color: #fd9222;
}

.footer-section {
  background-color: #1e1823;
  padding: 50px 0;
}

.footer-top {
}
@media only screen and (min-width: 768px) {
  .footer-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.footer-title {
  font-weight: 500;
  max-width: 300px;
  color: #fff;
  font-size: 28px;
  line-height: 1.21;
  margin-bottom: 32px;
}

.footer-span {
  color: #fd9222;
}

.footer-right {
  display: flex;
  gap: 50px;
}

.footer-contact {
  display: flex;
  flex-direction: column;
}

.footer-subtitle {
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.28;
  margin-bottom: 14px;
}

.footer-address-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.footer-address-item a {
  color: rgba(255, 255, 255, 0.9);
}
.footer-socials {
  display: flex;
  gap: 18px;
  align-items: center;
  margin-left: auto;
}
.footer-social-link {
  color: #ffffff;
}
.footer-icon {
  color: #ffffff;
}
.footer-social-link {
  fill: transparent;
  stroke: rgba(255, 255, 255, 1);
}
.footer-social-link:hover {
  stroke: #fd9222;
}
/* Modal window */

.backdrop {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(17, 17, 17, 0.5);
  transition:
    opacity 300ms ease-out,
    visibility 300ms ease-out;
}
.backdrop.is-hidden {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
.modal {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 40px;
  transform: translateX(-50%) translateY(-50%);
  width: 517px;
  height: 794px;
  background-color: #ffffff;
  border-radius: 15px;
}

.modal-btn {
  position: absolute;
  top: 24px;
  right: 24px;
  background-color: transparent;
  border: none;
  padding: 0;
}
.modal-btn-icon {
  stroke: #111111;
}
/* Modal form */
.form-modal-label {
  display: block;
  color: rgba(0, 0, 0, 1);
  font-weight: 500;
  font-size: 14px;
  line-height: 1.28;
  margin-bottom: 8px;
}
.form-title {
  display: block;
  width: 298px;
  font-size: 24px;
  line-height: 1.16;
  letter-spacing: -0.03em;
  font-weight: 600;
  margin-bottom: 40px;
}
.modal-form-div {
  position: relative;
  margin-bottom: 18px;
}
.modal-form-input {
  width: 100%;
  outline: transparent;
  padding: 22px 24px;
  padding-left: 62px;
  border-radius: 13px;
  border: 2px solid rgba(17, 17, 17, 0.05);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.03);
}
.modal-form-input:focus {
  border-color: #fd9222;
  border-width: 1px;
}
.modal-form-input::placeholder {
  opacity: 0;
  color: rgba(63, 63, 63, 0.5);
  transition: opacity 300ms ease 0s;
}
.modal-form-input:focus::placeholder {
  opacity: 1;
  transition-delay: 300ms;
}
.modal-form-input:not(:placeholder-shown):invalid:required {
  border-color: #e74a3b;
}
.modal-form-input:not(:placeholder-shown):valid:required {
  border-color: green;
}
.modal-form-input:not(:placeholder-shown):invalid:required + .modal-form-icon {
  stroke: #e74a3b;
}
.modal-form-input:not(:placeholder-shown):valid:required + .modal-form-icon {
  stroke: green;
}
.modal-form-input:not(:placeholder-shown):invalid:required ~ .modal-form-info {
  opacity: 1;
}
.modal-form-input:not(:placeholder-shown):invalid:required
  ~ .modal-form-info
  .error {
  opacity: 1;
}
.modal-form-input:not(:placeholder-shown):valid:required
  ~ .modal-form-info
  .success {
  opacity: 1;
}

.modal-form-textarea {
  width: 100%;
  height: 137px;
  padding: 22px 24px;
  font-size: 18px;
  outline: transparent;
  letter-spacing: -0.02em;
  border-radius: 13px;
  border: 2px solid rgba(17, 17, 17, 0.05);
  resize: none;
  margin-bottom: 18px;
}
.modal-form-textarea:focus {
  border-color: #fd9222;
  border-width: 1px;
}
.modal-form-textarea::placeholder {
  color: rgba(63, 63, 63, 0.3);
}
.modal-form-agreement {
  color: rgba(63, 63, 63, 0.6);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.02em;
}
.modal-form-desc {
}
.modal-form-link {
  color: #fd9222;
  text-decoration: underline;
}
.modal-form-button {
  margin-top: 40px;
}
.modal-form-icon {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateX(24px) translateY(-50%);
  pointer-events: none;
  fill: transparent;
  stroke: #111111;
}
.modal-form-info {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateX(-24px) translateY(-50%);
}
.error,
.success {
  opacity: 0;
}
.modal-form-input:focus + .modal-form-icon {
  stroke: #fd9222;
}
/* Version 1 */
.custom-checkbox {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-right: 12px;
  color: transparent;
  border-radius: 6px;
  border: 1px solid rgba(17, 17, 17, 0.14);
}
.custom-checkbox-icon {
  fill: currentColor;
}
input[type="checkbox"]:checked + .custom-checkbox {
  background-color: #fd9222;
  border-color: #fd9222;
  color: #ffffff;
}
.modal-form-desc {
  user-select: none;
}
.checkbox {
  appearance: none;
}
/* Version 2 */
/* .modal-form-agreement {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.checkbox {
  appearance: none;
  display: inline-flex;
  width: 20px;
  height: 20px;
  border-radius: 6px;
  border: 1px solid rgba(17, 17, 17, 0.14);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='icon-checkmark' viewBox='0 0 32 32'%3E%3Cpath d='M27 4l-15 15-7-7-5 5 12 12 20-20z'%3E%3C/path%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0px;
}
.checkbox:checked {
  border-color: transparent;
  background-color: #fd9222;
  background-size: 10px;
} */

/* Mobile menu */
.menu-toggle {
  min-height: 28px;
  min-width: 28px;
  display: flex;
  align-items: center;
  justify-content: center;

  padding: 0;
  background-color: transparent;
  cursor: pointer;
  border: none;
  border-radius: 50%;
  outline: none;
}
.mobile-menu-icon {
  stroke: #111111;
}
@media only screen and (min-width: 767.98px) {
  .menu-toggle {
    display: none;
  }
}

.menu-toggle:hover,
.menu-toggle:focus {
  background-color: rgba(0, 0, 0, 0.1);
}

.menu-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;

  padding: 20px;
  padding-top: 136px;
  background-color: rgba(30, 24, 35, 1);
  z-index: 999;

  transform: translateX(100%);
  transition: transform 250ms ease-in-out;
}

.menu-container.is-open {
  transform: translateX(0);
}

.menu-container .menu-toggle {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff;
}
.mobile-menu-item:not(:last-child) {
  margin-bottom: 24px;
}
.mobile-menu-link {
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
}

.mobile-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: auto;
}

.mobile-menu .link {
  display: block;
  padding: 10px;
  color: #fff;
  text-decoration: none;
}
.mobile-menu-socials {
  display: flex;
  gap: 14px;
  align-items: center;
}
.socials-link {
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
}
.mobile-menu-socials .socials-link {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
/* For mobile and tablet screen */
.mobile-menu-link:active {
  color: #fd9222;
}
@media (hover: hover) {
  .mobile-menu-link:hover,
  .mobile-menu-link:focus {
    color: #fd9222;
  }
}
