@import url(variables.css);

@import url(fonts.css);

/* *,
*::before,
*::after {
  box-sizing: border-box;
} */

ul,
ol {
  list-style: none;
}

html {  
  font-size: 16px;
}

/* body {
  padding: 0;
  margin: 0;
} */

.visually-hidden {
  position: absolute;
  inline-size: 1px;
  block-size: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.hld-page {
  color: var(--base-color);
  font-family: var(--base-font-name);
  font-weight: var(--weight-normal);
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  background-image: url(../../images/scenario/halloween-det/page-background.webp);
  background-repeat: no-repeat;
  background-position: bottom;
  background-attachment: fixed;
  background-size: cover;
}

@media (width <= 1920px) {

  .hld-page {
    /* background-size: cover; */
  }
}

@media (orientation: portrait) {

  .hld-page {
    background-image: url(../../images/scenario/halloween-det/page-background-mob.webp);
    background-repeat: repeat-y;
    background-attachment: scroll;
    background-size: 100%;
    background-position: top;
  }
}

.hld-wrapper {
  max-width: 1144px;
  inline-size: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: clamp(0.375rem, 1.699vw + 0.035rem, 1.25rem);
  padding-block-start: 50px;
}

@media (width <= 900px) {

  .hld-wrapper {
    padding-block-start: 40px;
  }
}

@media (width <= 600px) {

  .hld-wrapper {
    padding-block-start: 30px;
  }
}

@media (width <= 450px) {

  .hld-wrapper {
    padding-block-start: 20px;
  }
}

.hld-content {
  width: 100%;
  /* position: relative; */
  border-image-repeat: round;
  border-image-source: url(../../images/scenario/halloween-det/content-border.png);
  border-image-slice: 19 23 26 18 fill;
  border-image-width: 19px 23px 26px 18px;
  padding-inline-start: clamp(1.25rem, 4.854vw + 0.279rem, 3.75rem);
  padding-inline-end: clamp(1.438rem, 4.49vw + 0.539rem, 3.75rem);
  padding-block-start: 40px;
  padding-block-end: clamp(2.188rem, 3.034vw + 0.331rem, 2.5rem); /* 15 - 40px*/
  color: var(--base-color);
  font-family: var(--base-font-name);
}

.hld-content:last-child {
  margin-block-end: clamp(1.25rem, 2.427vw + 0.765rem, 2.5rem);
}

@media (width <= 1190px) {

  .hld-content {
    width: 94%;
  }
}

@media (width <= 992px) {

  .hld-content {
    border-image-width: 16px 18px 20px 14px;
  }
}

@media (width <= 600px) {

  .hld-content {
    border-image-width: 12px 14px 16px 11px;
  }
}



@media (width <= 500px) {

  .hld-content {
    padding-block-start: 30px;
  }
}

.hld-content__title {
	font-family: var(--font-title);
  font-weight: var(--weight-normal);
  text-align: center;
  color: var(--accent-color);
	margin-block-start: clamp(0.125rem, 1.578vw - 0.191rem, 0.938rem); /* 2 - 15px*/
	margin-block-end: clamp(0.625rem, 2.427vw + 0.14rem, 1.875rem);  /* 10 - 30px*/
	padding: 0;
	line-height: 1;
	font-size: clamp(2.0625rem, 1.3586rem + 3.5194vw, 3.875rem); /* 33 - 62px */
}

.hld-content__title_small {
	font-size: clamp(1.75rem, 1.0218rem + 3.6408vw, 3.625rem);  /* 33 - 62px */
}

.hld-content p,
.hld-content ul,
.hld-content ol,
.hld-content li {
  color: var(--base-color);
  font-family: var(--base-font-name);
  /* font-size: var(--base-font-size); */
  font-size: clamp(1.0625rem, 0.9411rem + 0.6068vw, 1.375rem); 
  font-weight: var(--weight-normal);
}

.hld-content p,
.hld-content ul,
.hld-content ol {
  margin-block: 5px 15px;
  margin-inline: 0;
  padding-block: 0;
  padding-inline: 0;
}

.hld-content a {
  color: var(--accent-color);
  outline: none;
  text-decoration: underline;
}

.hld-content a:hover,
.hld-content a:focus {
  text-decoration: underline;
  color: var(--accent-hover-color);
}

.hld-content strong {
  font-weight: var(--weight-bold);
}

.bold {
  font-weight: var(--weight-bold);
}

.hld-text ul,
.hld-text ol {
  list-style-position: outside;
  margin-inline-start: 25px;
  list-style-type: disc;
}

.hld-text li {
  padding-block-end: 5px;
}

.hld-text h3 {
  color: var(--accent-color);
  font-weight: var(--weight-bold);
  text-align: left;
  font-size: clamp(1.125rem, 1.214vw + 0.882rem, 1.75rem);
  margin-block-start: clamp(1.563rem, 1.214vw + 1.32rem, 2.188rem);
}

.hld-header {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.hld-header-pic {
  width: 100%;
  max-width: 554px;
  margin-block-start: -88px;
}

@media (width <= 992px) {

  .hld-header-pic {
    margin-block-start: -80px;
  }
}

@media (width <= 900px) {

  .hld-header-pic {
    margin-block-start: -74px;
  }
}

@media (width <= 767px) {

  .hld-header-pic {
    margin-block-start: -78px;
  }
}

@media (width <= 600px) {

  .hld-header-pic {
    margin-block-start: -70px;
  }
}

@media (width <= 500px) {

  .hld-header-pic {
    margin-block-start: -58px;
  }
}

@media (width <= 440px) {

  .hld-header-pic {
    margin-block-start: -47px;
  }
}


.hld-title {
  font-family: var(--font-title);;
  font-weight: normal;
  text-align: center;
  color: var(--accent-color);
  margin-block-start: -25px;
  margin-block-end: clamp(0.938rem, 3.034vw + 0.331rem, 2.5rem);
  text-shadow:
    -0 -3px 0 #fef0c8,
    0 -3px 0 #fef0c8,
    -0 3px 0 #fef0c8,
    0 3px 0 #fef0c8,
    -3px -0 0 #fef0c8,
    3px -0 0 #fef0c8,
    -3px 0 0 #fef0c8,
    3px 0 0 #fef0c8,
    -1px -3px 0 #fef0c8,
    1px -3px 0 #fef0c8,
    -1px 3px 0 #fef0c8,
    1px 3px 0 #fef0c8,
    -3px -1px 0 #fef0c8,
    3px -1px 0 #fef0c8,
    -3px 1px 0 #fef0c8,
    3px 1px 0 #fef0c8,
    -2px -3px 0 #fef0c8,
    2px -3px 0 #fef0c8,
    -2px 3px 0 #fef0c8,
    2px 3px 0 #fef0c8,
    -3px -2px 0 #fef0c8,
    3px -2px 0 #fef0c8,
    -3px 2px 0 #fef0c8,
    3px 2px 0 #fef0c8,
    -3px -3px 0 #fef0c8,
    3px -3px 0 #fef0c8,
    -3px 3px 0 #fef0c8,
    3px 3px 0 #fef0c8,
    -3px -3px 0 #fef0c8,
    3px -3px 0 #fef0c8,
    -3px 3px 0 #fef0c8,
    3px 3px 0 #fef0c8;
}

@media (width <= 768px) {

 .hld-title {
    margin-block-start: -20px;
  }
}

@media (width <= 576px) {

  .hld-title {
    margin-block-start: -10px;
  }
}

.hld-sub-title {
  display: inline-block;
  line-height: 1;
  font-size: clamp(1.75rem, 1.2646rem + 2.4272vw, 3rem);
}

.hld-sub-title br {
  display: none;
}

@media (width <= 768px) {

  .hld-sub-title br {
    display: inline;
  }
}

.hld-main-title {
  display: inline-block;
  line-height: 0.9;
  font-size: clamp(4.125rem, 2.6774rem + 3.8603vw, 5.4375rem);
}

@media (width <= 576px) {

  .hld-main-title {
    font-size: clamp(2.8125rem, 1.3125rem + 7.5vw, 4.125rem);
  }
}

.hld-main-pic {
  width: 50%;
  max-width: 420px;
  float: right;
  margin-inline-start: 3%;
  margin-block-end: 15px;
}

/* @media (width <= 1190px) {

  .hld-main-pic {
    width: 50%;
    margin-inline-start: 3%;
    margin-block-end: 15px;
  }
} */

@media (width <= 470px) {

  .hld-main-pic {
    float: none;
    width: 100%;
    margin-inline: 0;
    margin-block: 0 10px;
  }
}

.hld-content .hld-advantages {
	display: flex;	
	flex-direction: column;
	gap: clamp(0.313rem, 1.82vw - 0.052rem, 1.25rem); /* 5 - 20*/
  padding: 0;
	margin-block: clamp(1.25rem, 2.427vw + 0.765rem, 2.5rem) 20px;
	margin-inline: 0;
}

.hld-advantages__item {
	display: flex;
	gap: 2%;
	align-items: start;
	width: 100%;
}

.hld-advantages__pic {
	height: auto;
	margin-block-start: 10px;
	max-width: clamp(2.3rem, 13.603vw - 1.976rem, 7.75rem);
}

.hld-advantages__title {
  text-align: left;
  color: var(--accent-color);
  font-family: var(--base-font-name);
	font-size: clamp(1.0625rem, 0.9411rem + 0.6068vw, 1.375rem);
	font-weight: var(--weight-bold);
	margin: 0;
	padding: 0;
}


.hld-kvest-cards {
  width: 100%;
  max-width: 1024px;
  margin-block: clamp(0.313rem, 1.82vw - 0.052rem, 1.25rem) clamp(0.313rem, 2.427vw - 0.173rem, 1.563rem);
}

.hld-kvest-cards_mobile {
  display: none;
  max-width: 470px;
}

@media (width <= 550px) {

  .hld-kvest-cards_mobile {
    display: block;
  }

  .hld-kvest-cards_desktop {
    display: none;
  }
}

.hld-schticks {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-block-end: 10px;  
}

.hld-schticks_content {
  overflow: auto;
}

.hld-schtick-tasks {  
  max-width: clamp(15rem, 18.382vw + 8.107rem, 21.25rem);
  height: auto;
  margin-block-end: clamp(0.625rem, 1.214vw + 0.382rem, 1.25rem);
}

.hld-schtick-tasks__right {
  float: right;
  margin-inline-start: clamp(0.5rem, 2.429vw - 0.487rem, 1.25rem);
}

.hld-schtick-tasks__left {
  float: left;
  margin-inline-end: clamp(0.5rem, 2.429vw - 0.487rem, 1.25rem);
}

.hld-schtick-tasks__video {
  border-radius: 20px;
  margin-block-start: 6px;
  margin-block-end: 10px;
  margin-inline-end: clamp(0.938rem, 0.919vw + 0.593rem, 1.25rem);
}

@media (width <= 600px) {

  .hld-schticks_content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .hld-schtick-tasks {  
    max-width: 340px;
    width: 90%;
    height: auto;
    margin-block-end: 10px;
  }

  .hld-schtick-tasks__video {
    width: 100%;
  }

  .hld-schtick-tasks__right {
    float: none;
    margin-inline-start: 0;
  }

  .hld-schtick-tasks__left {
    float: none;
    margin-inline-end: 0;
  }
}

.hld-decor {
  width: 100%;
  display: grid;
  gap: clamp(0.5rem, 0.85vw + 0.33rem, 0.938rem);  
  grid-template-columns: repeat(6, 1fr);
  margin-block: clamp(0.938rem, 1.82vw + 0.573rem, 1.875rem) clamp(0.313rem, 3.034vw - 0.294rem, 1.875rem);
}

@media (width <= 768px) {

  .hld-decor {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (width <= 350px) {

  .hld-decor {
    grid-template-columns: repeat(2, 1fr);
  }  
}

.hld-decor-pic {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.hld-gallery {
	display: grid;	
  grid-template-columns: repeat(auto-fit, minmax(clamp(6.25rem, 12.136vw + 3.823rem, 12.5rem),1fr));
	gap: clamp(0.5rem, 1.456vw + 0.209rem, 1.25rem);
  padding: 0;
	margin-block: 10px 20px;
	margin-inline: 0;
}

.hld-gallery__item {
  padding-block: 0;
  padding-inline: 0;
}

.hld-gallery__link {
  display: block;
  position: relative;
}

.hld-gallery__link:before { 
  content: ''; 
  display: block; 
  opacity: 0; 
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../../images/photo-size.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: clamp(1.25rem, 7.282vw - 0.206rem, 5rem);
  transition: opacity 0.5s ease;
}

.hld-gallery__link:hover:before { 
  opacity: 0.7; 
}

@media (hover: none) {

  .hld-gallery__link:before { 
    display: none;
  }
}

.hld-gallery__photo {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* @media (width <= 380px) {

  .hld-gallery {
    grid-template-columns: repeat(1, 1fr);
  }
  
} */

.hld-content .hld-order-but {
  display: inline-flex;
  gap: 8px;
  /* width: auto; */
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  background-color: var(--accent-color);
  border-radius: var(--button-base-radius);
  color: #fff;
  text-decoration: none;
  padding-block: 11px;
  padding-inline: clamp(0.875rem, 1.092vw + 0.657rem, 1.438rem);
  transition: all 0.3s ease;
}

.hld-content .hld-order-but:hover, .hld-content .hld-order-but:focus {
  color: #fff;
  background-color: var(--accent-hover-color);
  text-decoration: none;
  box-shadow: var(--shadow);
}

.hld-order-but__text {
  font-size: var(--base-font-size); 
  line-height:normal;
  font-weight: 600;
}

.hld-order-but__icon {
  width: clamp(1.25rem, 0.243vw + 1.201rem, 1.375rem);
  fill: #fff;
}

@media (width <= 350px) {

  .hld-page .hld-order-but {
    width: 100%;
  }
}

.hld-content .hld-alice-but, .hld-content .hld-alice-but:focus {
  width: 100%; 
  max-width: 400px; 
  border-radius: clamp(0.938rem, 8.333vw - 0.729rem, 1.875rem); 
  display: flex;
  /* color: #fff; */
  padding-block: 7px;
  line-height: 1.3;
  padding-inline-end: clamp(3.125rem, 3.571vw + 2.411rem, 3.75rem);
  padding-inline-start: clamp(0.75rem, 4.444vw - 0.139rem, 1.25rem);
  text-align: left;
  align-items: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: clamp(0.75rem, 1.667vw + 0.417rem, 0.938rem);
  font-weight: var(--weight-medium);
  color: #fff;
  margin-block-start: 20px;
  background-image: url(../../images/alice-icon.png),
  linear-gradient(90deg, rgb(104 57 207 / 1) 20%, rgb(36 4 106 / 1) 100%); 
  background-position: right center; 
  background-repeat: no-repeat;
  transition: all 0.3s ease;
}

.hld-content .hld-alice-but:hover { 
  text-decoration: none; 
  color:#fff;
  box-shadow: var(--shadow);
}

.hld-content .hld-info-about-download {
  font-weight: var(--weight-bold);
  text-align: center;
}

.hld-info-about-feedback {
  text-align: center;
}

.hld-discount-banner {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-block-start: clamp(0.938rem, 1.214vw + 0.695rem, 1.563rem);
  margin-block-end: clamp(1.875rem, 2.427vw + 1.39rem, 3.125rem);
  /* background-color: #ff0; */
}

.hld-discount-banner .offer-but-buy {
  margin: 0;
}

.hld-buy {
  display: flex;
  justify-content: center;
  gap: clamp(1.125rem, 3.526vw - 0.021rem, 2.5rem);
  margin-block-start: clamp(0.25rem, 1.942vw - 0.138rem, 1.25rem);
  margin-block-end: 20px;
  /* background-color: #333; */
}

.hld-price {
  display: flex;
  gap: clamp(0.188rem, 1.122vw - 0.177rem, 0.625rem);
  justify-content: center;
  align-items: end;
  /* background-color: #ff0; */
  /* text-align: center; */  
  color: var(--accent-color);
  margin-block-start: 5px;
}

.hld-price__base {
  display: flex;
  align-items: end;
  font-family: var(--font-title);
  color: var(--accent-color);
  gap: 5px;
  /* background-color: #f0f; */
  
}

.hld-price__value {
  font-size: clamp(4.125rem, 1.603vw + 3.604rem, 4.75rem);
  line-height: 1;
}

.hld-price__currency {
  font-size: 45px;
}

.hld-price__old {
  /* background-color: #0ff; */
  font-family: var(--font-title);
  color: var(--accent-color);
  font-size: clamp(2.625rem, 0.621vw + 2.431rem, 2.875rem);
  text-decoration: line-through;
  opacity: 0.5;
  line-height: 1.2;
}

.hld-button-container {
  display: flex;
  justify-content: center;
  /* background-color: #f8f; */
}

.hld-button-container form { /* для кнопки оплаты через яндекс*/
  width: 100%;
  display: flex;
  justify-content: center;
}

.hld-content .hld-button-buy, .hld-content .yandex-button-pay {
  display: inline-flex;
  font-size: 36px;
  color: #fff;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  background-color: var(--accent-color);
  border-radius: 24px;
  outline: none;
  border: none;
  font-weight: var(--weight-bold);  
  text-decoration: none;
  padding-block: 15px;
  padding-inline: clamp(0.875rem, 1.092vw + 0.657rem, 1.438rem);
  transition: all 0.3s ease;
}

.hld-content .hld-button-buy:hover, .hld-content .hld-button-buy:focus, .hld-content .yandex-button-pay:hover, .hld-content .yandex-button-pay:focus {
  color: #fff;
  background-color: var(--accent-hover-color);
  text-decoration: none;
  box-shadow: var(--shadow);
}

.hld-content .hld-info-agreement {
  font-size: clamp(0.75rem, 0.364vw + 0.677rem, 0.938rem);
  text-align: center;
  margin-block-end: 24px;
}

@media (width <= 520px) {

  .hld-buy {
    display: flex;
    gap: 10px;
    flex-direction: column;
    justify-content: center;
  }

  .hld-content .hld-button-buy, .hld-content .yandex-button-pay {
    width: clamp(12.5rem, 35vw + 5.5rem, 16.875rem);
  }
}

@media (width <= 400px) {

  .hld-content .hld-button-buy, .hld-content .yandex-button-pay {
    width: 90%;
  }
}

.hld-alice-picture {
  float: right;
  width: 50%;
  max-width: 300px;
  margin-inline-start: 3%;
  margin-block-end: 15px;
}

@media (width <= 500px) {

  .hld-alice-picture {
    float: none;
    display: block;
    width: 94%;
    margin-inline: auto;
    margin-block: 0 10px;
  }
}

.hld-pic-pumpkin-tech {
  float: right;
  max-width: clamp(5rem, 23.632vw - 0.022rem, 16.875rem);
  margin-inline-start: 2%;
  margin-block-end: 15px;
}

.hld-pic-halloween-bus {
  float: right;
  /* width: 40%; */
  max-width: clamp(7.5rem, 24.272vw + 2.646rem, 20rem);
  margin-inline-start: 2%;
  margin-block-end: 15px;
}

.hld-pic-skeleton {
  float: right;
  max-width: clamp(6.25rem, 14.442vw + 3.362rem, 13.688rem);
  margin-inline-start: 2%;
  margin-block-end: 15px;
}

.hld-pic-witch {
  float: right;
  max-width: clamp(9.375rem, 27.019vw + 0.932rem, 20.25rem);
  margin-inline-start: 2%;
  margin-block-end: 15px;
}

@media (width <= 500px) {

  .hld-pic-witch {
    display: flex;
    margin-inline: auto;
    width: 80%;
    max-width: 324px;
    float: none;
  }

}

.hld-pic-quest {
  max-width: 797px;
  width: 100%;
  margin-block: 5px 15px;
}

.hld-pic-container { 
  /* контейнер для оформительских картинок, с абсолютным позиционированием */
  display: flex;
  width: 100%;
  position: relative;
}

.hld-pic-container img {
  /* все картинки внутри этого контейнера имеют абсолютное позицинирование */
  position: absolute;
}

.hld-pic-pumpkin {
  width: clamp(6.25rem, 11.522vw + 3.946rem, 12.875rem);
  inset-inline-start: -140px;
  margin-block-start: -140px;
}

@media (width <= 1320px) {

  .hld-pic-container_pumpkin {
    position:static;
  }

  .hld-pic-pumpkin {    
    inset-inline-start: 0.4%;
    margin-block-start: -120px;
  }  
}

@media (width <= 600px) {  

  .hld-pic-pumpkin {    
    margin-block-start: -110px;
  }  
}

@media (width <= 380px) {  

  .hld-pic-pumpkin {    
    margin-block-start: -100px;
  }  
}

.hld-pic-ghost {
  width: clamp(8.125rem, 8.938vw + 6.337rem, 14.438rem);
  z-index: 10;
  inset-inline-end: -140px;
  margin-block-start: -60px;
}

@media (width <= 1300px) {
  
  .hld-pic-container_ghost {
    position:static;
  }

  .hld-pic-ghost {
    inset-inline-end: 0.2%;
    margin-block-start: -40px;
  } 
}

@media (width <= 930px) {
  
  .hld-pic-ghost {
    margin-block-start: -20px;
  } 
}

@media (width <= 650px) {
  
  .hld-pic-ghost {
    margin-block-start: -20px;
  } 
}

@media (width <= 400px) {
  
  .hld-pic-ghost {
    margin-block-start: -10px;
  } 
}

.hld-pic-balloons {
  width: clamp(6.25rem, 14.927vw + 3.265rem, 13.938rem);
  inset-inline-start: -130px;
  margin-block-start: -120px;
}

@media (width <= 1320px) {

  .hld-pic-container_balloons {
    position:static;
  }

  .hld-pic-balloons {    
    inset-inline-start: 0.4%;
    margin-block-start: -120px;
  }  
}

@media (width <= 800px) {
 
  .hld-pic-balloons {    
    margin-block-start: -130px;
  }  
}

@media (width <= 700px) {
 
  .hld-pic-balloons {    
    margin-block-start: -115px;
  }  
}

@media (width <= 500px) {
 
  .hld-pic-balloons {    
    margin-block-start: -90px;
  }  
}

.hld-anchor {
  width: 1px;
  height: 1px;
  /* background-color: aqua; */
  margin-top: -120px;
  position: absolute;
  z-index: 0;
  right: 0;
}

.hld-content .reviews .review {
	width: 100%;
	background-color: rgb(255 255 255 / 0.6);
	border-radius: 20px;
	padding-block: clamp(0.625rem, 1.214vw + 0.382rem, 1.25rem);
	padding-inline: clamp(0.625rem, 1.214vw + 0.382rem, 1.25rem);
}

.hld-content .reviews .review__author, .hld-content .reviews .review__text, .hld-content .reviews .review__answer {
	font-size: clamp(0.875rem, 0.607vw + 0.754rem, 1.188rem);
  font-family: var(--base-font-name);
  line-height: 1.2;
	color: black;
}

.hld-content .reviews .review__rate-star {
	width: clamp(1rem, 0.485vw + 0.903rem, 1.25rem);
	height: clamp(1rem, 0.485vw + 0.903rem, 1.25rem);
	fill: #ec4613;
}

.hld-content .reviews .review__rate-star_empty {
	fill: #ffbaa5;
}

.hld-content .reviews .review__answer-author {
	color: var(--accent-color);
  font-weight: var(--weight-medium);
}

.hld-content .reviews .review__author {
  color: var(--accent-color);
  font-weight: var(--weight-bold);
}

.hld-content .reviews .review__show-more-button, .hld-content .reviews .review__show-more-button:focus {
	font-size: clamp(0.875rem, 0.485vw + 0.778rem, 1.125rem);
	border-radius: var(--button-base-radius);
	padding-block: 10px;
	font-weight: var(--weight-medium);
	background-color: #333;
	color: #fff;
  font-family: var(--base-font-name);
}

.hld-content .reviews .review__show-more-button:hover {
	color: #fff;
	background-color: #1c1a1a;
	box-shadow: var(--shadow);
}

.hld-content .reviews .review__send-review, .hld-content .reviews .review__send-review:focus {
	font-size: var(--base-font-size);
	border-radius: var(--button-base-radius);
	padding-block: 10px;
	font-weight: var(--weight-bold);
	background-color: var(--accent-color);
	color: #fff;
  font-family: var(--base-font-name);
}

.hld-content .reviews .review__send-review:hover {
	color: #fff;
	background-color:  var(--accent-hover-color);
	box-shadow: var(--shadow);
}

@media (width <= 580px) {

	.review__controls {
		flex-direction: column;
		align-items: center;
		gap: 20px;
	}
	
	.reviews .review__show-more-button, .reviews .review__show-more-button:focus {
		width: 66%;
	}

	.reviews .review__send-review, .reviews .review__send-review:focus {
		width: 66%;
	}
}

@media (width <= 530px) {	
	
	.reviews .review__show-more-button, .reviews .review__show-more-button:focus {
		width: 80%;
	}

	.reviews .review__send-review, .reviews .review__send-review:focus {
		width: 80%;    
	}
}

@media (width <= 460px) {	
	
	.reviews .review__show-more-button, .reviews .review__show-more-button:focus {
		width: 100%;
	}

	.reviews .review__send-review, .reviews .review__send-review:focus {
		width: 100%;    
	}
}

.footer--hal { 
  
  background-color: var(--accent-color); 
}

.footer--hal .social-icon { 
  
  fill: var(--accent-color); 
}

.footer--hal .social-icon:focus, .footer--hal .social-icon:hover { 
  
  fill: var(--accent-hover-color); 
}

