@charset "UTF-8";

:root {
  --primary-color: #3B8D99;     /* приглушённый бирюзово-синий */
  --primary-dark: #256B70;      /* глубокий морской зелёный */
  --secondary-color: #D26A5C;   /* тёплый терракотовый */
  --bg-light-blue: #F0E8E3;     /* очень светлый бежевый фон */
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Heebo", sans-serif;
}

html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
}

h1 {
  font-family: "NewakeFont";
}

@font-face {
  font-family: "NewakeFont";
  src: url("../fonts/NewakeFont-Demo.otf");
}
.header {
  position: relative;
  width: 100%;
  background: linear-gradient(to right, var(--primary-color), var(--secondary-color));
  padding-bottom: 60px;
}
.header::after {
  content: '';
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  height: 60px;
  background: linear-gradient(to right, var(--primary-color), var(--secondary-color));
  border-radius:  0 0 100% 100%;
  z-index: -1;
}
.header .header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 15px;
}
.header .header-top div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.header .header-top .logo img {
  width: 140px;
}
.header .header-top ul {
  padding: 0;
  margin: 0;
  display: flex;
  gap: 54px;
}
.header .header-top ul li {
  list-style-type: none;
}
.header .header-top ul li a {
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}
.header .header-top ul li a:hover {
  text-decoration: underline;
  color: #fff;
}
.header .header-top .ul-d {
  display: flex;
}
.header .header-top .ul-m {
  display: none;
}
.header .header-top .cart img {
  width: 48px;
}
.header .header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .header-content .img-header {
  width: 58%;
}
.header .header-content .img-header img {
  width: 100%;
  border-radius: 20px;
}
.header .header-content .timer {
  width: 35%;
  position: relative;
}
.header .header-content .timer img {
  width: 100%;
}
.header .header-content .timer .time {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  white-space: nowrap;
}
.header .header-content .timer .time h1 {
  font-size: 33px;
  margin-bottom: 22px;
  color: #fff;
  text-shadow: -4px 4px 0px #C31341;
}
.header .header-content .timer .time .countdown {
  display: flex;
  gap: 8px;
  align-items: center;
}
.header .header-content .timer .time .time-box {
  background: white;
  padding: 12px;
  padding-bottom: 8px;
  border-radius: 80px;
  text-align: center;
  color: #C82A24;
  font-size: 33px;
  font-family: "NewakeFont";
}
.header .header-content .timer .time span {
  font-size: 27px;
  font-weight: 500;
  color: #fff;
}
.header .header-btn {
  text-align: center;
  transform: translateY(46px);
}

.a-c-btn {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  padding: 12px 32px;
  background-color: #FF9E15;
  border-radius: 16px;
  text-decoration: none;
  transition: 0.3s all;
  display: inline-block;
  border: 1px solid #fff;
}
.a-c-btn img {
  width: 24px;
  margin-right: 8px;
}
.a-c-btn:hover {
  color: #fff;
}

.block-1 .items .item {
  border-bottom: 1px solid #7F7F7F;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px 0;
}
.block-1 .items .item .left {
  display: flex;
}
.block-1 .items .item .left h4 {
  width: 24px;
  height: 24px;
  background-color: #000;
  color: #fff;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  margin-right: 10px;
}
.block-1 .items .item .left p {
  font-weight: 500;
  margin-bottom: 0;
}
.block-1 .items .item .left p span {
  width: 100%;
  max-width: 200px;
  display: block;
  font-size: 12px;
  margin-top: 5px;
}
.block-1 .items .item .right select {
  border: 1px solid #7F7F7F;
  border-radius: 8px;
  color: #505A62;
  pointer-events: auto;
  transition: all 200ms;
  cursor: pointer;
  padding: 12px 24px 12px 12px;
  min-height: 48px;
  margin-bottom: 0;
  font-weight: 600;
}
.block-1 .items .item-r .right {
  border: 1px solid #7F7F7F;
  border-radius: 8px;
  color: #505A62;
  pointer-events: auto;
  transition: all 200ms;
  cursor: pointer;
  padding: 16px 24px;
  min-height: 48px;
  margin-bottom: 0;
  font-weight: 600;
}
.block-1 .items .item-r .right .custom-checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-bottom: 20px;
}
.block-1 .items .item-r .right .custom-checkbox input {
  display: none;
}
.block-1 .items .item-r .right .checkmark {
  width: 24px;
  height: 24px;
  background-color: #E74C3C;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  margin-right: 8px;
}
.block-1 .items .item-r .right .checkmark::after {
  content: "✓";
  color: white;
  font-size: 18px;
  display: none;
}
.block-1 .items .item-r .right .custom-checkbox input:checked + .checkmark::after {
  display: block;
}
.block-1 .items .item-r .right .label-text {
  font-size: 16px;
  color: #333;
}
.block-1 .items .card-bottom {
  padding: 40px 0;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.block-1 .items .card-bottom .total {
  font-size: 32px;
  font-weight: 500;
  margin-right: 68px;
}

.privacy {
  padding: 80px 0;
}
.privacy .h1 {
  font-size: 48px;
  margin-bottom: 16px;
  font-weight: bold;
}
.privacy h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 16px;
}
.privacy p {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 48px;
}

.red-block {
  background-color: #F1BBB8;
  padding: 50px 0;
}
.red-block .title-red {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 12px;
}
.red-block .title-red h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0;
}
.red-block .items {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 16px;
}
.red-block .items .item {
  padding: 16px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.red-block .items .item p {
  margin-bottom: 0;
}
.red-block .items .item-white {
  background-color: #F9E4E3;
}

.img-card {
  padding-bottom: 50px;
  text-align: center;
}
.img-card img {
  width: 100%;
  max-width: 600px;
}

.footer {
  text-align: center;
  padding: 30px 0;
  color: #fff;
  background: linear-gradient(to right, var(--primary-color), var(--secondary-color));
}
.footer .logo img {
  width: 138px;
  margin-bottom: 26px;
}
.footer h2 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 26px;
}
.footer p {
  text-align: left;
  margin-bottom: 40px;
}
.footer p a {
  text-decoration: underline;
  color: #fff;
}
.footer .footer-img {
  display: flex;
  gap: 32px;
  justify-content: center;
  align-items: center;
}
.footer .footer-img img {
  height: 60px;
}

.footer .bottom-link {
  display: flex;
  gap: 70px;
  margin-top: 40px;
  justify-content: center;
  align-items: center;
}
.footer .bottom-link a {
  font-size: 20px;
  text-decoration: underline;
  color: #fff;
}

.results-block {
  padding-top: 80px;
}
.results-block .container {
  display: flex;
  justify-content: space-between;
}
.results-block .container .right {
  width: 68%;
}
.results-block .container .right .logo img {
  width: 83px;
  margin-bottom: 16px;
}
.results-block .container .right .items {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 40px;
}
.results-block .container .right .items table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px auto;
}
.results-block .container .right .items thead {
  background: linear-gradient(to right, #d32f2f, #f44336);
  color: white;
}
.results-block .container .right .items th, .results-block .container .right .items td {
  padding: 12px 15px;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
.results-block .container .right .items th:first-child, .results-block .container .right .items td:first-child {
  width: 60px;
}
.results-block .container .right .items th:nth-child(2), .results-block .container .right .items td:nth-child(2) {
  text-align: left;
}
.results-block .container .right .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 40px;
}
.results-block .container .right .item .txt .title {
  display: flex;
  align-items: center;
  gap: 35px;
  margin-bottom: 16px;
}
.results-block .container .right .item .txt .title h3 {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
}
.results-block .container .right .item .txt .title h4 {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 20px;
  color: #B3B3B3;
}
.results-block .container .right .item .txt p {
  font-size: 16px;
  margin-bottom: 16px;
}
.results-block .container .right .item .txt .number-items {
  display: flex;
  align-items: center;
  gap: 8px;
}
.results-block .container .right .item .txt .number-items .number {
  width: 48px;
  height: 48px;
  border-radius: 999px;
  background-color: #DD534D;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  box-shadow: inset 0px -5px 5px 0px rgb(161, 21, 14);
}
.results-block .container .right .item .dv p {
  font-size: 16px;
  margin-bottom: 0;
}
.results-block .container .left {
  width: 30%;
}
.results-block .container .left input {
  padding: 10px;
  font-size: 16px;
  border-radius: 16px;
  border: 1px solid #ccc;
  width: 200px;
}
.results-block .container .left button {
  padding: 10px 15px;
  font-size: 16px;
  border-radius: 16px;
  border: none;
  background-color: orange;
  color: white;
  cursor: pointer;
}

.cart-block {
  padding: 80px 0;
}
.cart-block .container {
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.1);
  padding: 24px 32px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}
.cart-block .container .block-form {
  text-align: center;
}
.cart-block .container .block-form h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 16px;
}
.cart-block .container .block-form h2 img {
  margin-right: 16px;
  width: 83px;
}
.cart-block .container .block-form .form-container {
  width: 100%;
}
.cart-block .container .block-form input[type=text], .cart-block .container .block-form input[type=email], .cart-block .container .block-form input[type=tel] {
  width: 100%;
  padding: 10px;
  margin: 8px 0;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
}
.cart-block .container .block-form input::-moz-placeholder {
  color: #ccc;
}
.cart-block .container .block-form input::placeholder {
  color: #ccc;
}
.cart-block .container .block-text .top-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.cart-block .container .block-text .number-bl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 16px;
  padding: 16px;
  border: 1px dashed #DD534D;
  margin-bottom: 32px;
}
.cart-block .container .block-text .number-bl p {
  margin-right: 16px;
  margin-bottom: 0;
}
.cart-block .container .block-text .number-bl .nm {
  display: flex;
  align-items: center;
}
.cart-block .container .block-text .number-bl .number-items {
  display: flex;
  align-items: center;
  gap: 8px;
}
.cart-block .container .block-text .number-bl .number-items .number {
  width: 48px;
  height: 48px;
  border-radius: 999px;
  background-color: #DD534D;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  box-shadow: inset 0px -5px 5px 0px rgb(161, 21, 14);
}
.cart-block .container .block-text .number-bl .ct {
  display: flex;
  align-items: center;
  gap: 8px;
}
.cart-block .container .block-text .number-bl .ct p {
  margin-bottom: 0;
  margin-right: 0;
}
.cart-block .container .block-text .number-bl .ct button {
  background: transparent;
  border: none;
}
.cart-block .container .block-text .number-bl .ct .del img {
  width: 24px;
}
.cart-block .container .block-text .number-bl .ct .counter {
  font-size: 20px;
  font-weight: bold;
}
.cart-block .container .block-text .number-bl .ct .counter button {
  width: 16px;
  height: 27px;
  font-weight: bold;
}
.cart-block .container .block-text .bottom-card {
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.1);
  padding: 16px;
  width: 100%;
  max-width: 338px;
  margin-left: auto;
}
.cart-block .container .block-text .bottom-card .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 35px;
}
.cart-block .container .block-text .bottom-card .a-c-btn {
  width: 100%;
  text-align: center;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  background-color: #fff;
  margin: 15% auto;
  padding: 20px;
  border-radius: 8px;
  width: 300px;
  text-align: center;
}

.close {
  color: #aaa;
  float: right;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
  margin-left: auto;
}

@media (max-width: 900px) {
  .header .header-top {
    padding-top: 45px;
  }
  .header .header-top .logo {
    order: 1;
  }
  .header .header-top ul {
    order: 3;
  }
  .header .header-top .cart {
    order: 2;
  }
  .block-1 .items .item {
    flex-direction: column;
  }
  .block-1 .items .item .left {
    width: 100%;
    margin-bottom: 20px;
  }
  .block-1 .items .item .right {
    width: 100%;
  }
  .block-1 .items .card-bottom {
    flex-direction: column;
    text-align: center;
  }
  .block-1 .items .card-bottom .total {
    margin: 0;
    margin-bottom: 20px;
  }
  .header .header-content {
    flex-direction: column;
    padding-top: 35px;
  }
  .header .header-content .img-header {
    width: 100%;
    margin-bottom: 15px;
  }
  .header .header-content .timer {
    width: 100%;
  }
  .header {
    padding-bottom: 50px;
  }
  .header .header-content .timer .time .time-box {
    font-size: 28px;
  }
  .header .header-content .timer .time h1 {
    font-size: 28px;
  }
  .block-1 .items .item .right select {
    width: 100%;
  }
  .header .header-top .ul-d {
    display: none;
  }
  .header .header-top .ul-m {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
  .header .header-top {
    display: flex;
    flex-direction: column;
  }
  .header .header-top div {
    margin-bottom: 30px;
  }
  .red-block .items .item {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .red-block .items .item p {
    width: 100%;
  }
  .img-card img {
    transform: scale(1.65);
  }
  .img-card {
    padding-bottom: 110px;
  }
  .footer .footer-img {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .footer .footer-img img {
    /*width: 100%;*/
  }
  .footer .bottom-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .footer .bottom-link a {
    font-size: 16px;
  }
  .footer h2 {
    text-align: left;
  }
  .p-n {
    text-align: right;
  }
  .privacy .h1 {
    font-size: 32px;
  }
  .privacy h2 {
    font-size: 24px;
  }
  .results-block .container {
    flex-direction: column;
  }
  .results-block .container .right {
    width: 100%;
  }
  .results-block .container .left {
    display: none;
  }
  .results-block .container .right .items th:first-child, .results-block .container .right .items td:first-child {
    width: 40px;
  }
  .results-block .container .right .items th, .results-block .container .right .items td {
    padding: 10px;
  }
  .results-block .container .right .item {
    flex-direction: column;
    gap: 30px;
  }
  .cart-block .container {
    grid-template-columns: repeat(1, 1fr);
  }
  .cart-block .container .block-text .bottom-card {
    margin: 0;
    max-width: 100%;
  }
  .cart-block .container .block-text .number-bl {
    flex-direction: column;
    gap: 20px;
  }
  .cart-block .container .block-text .number-bl .ct {
    justify-content: space-between;
    width: 100%;
  }
  .cart-block .container .block-text .number-bl .number-items {
    flex-wrap: wrap;
  }
}/*# sourceMappingURL=style.css.map */

.a-c-btn {
  background-color: var(--secondary-color);
}

.header .header-content .timer .time h1 {
  text-shadow: -4px 4px 0px var(--primary-dark);
}

.header .header-content .timer .time .time-box {
  color: var(--primary-dark);
}

.block-1 .items .item-r .right .checkmark {
  background-color: var(--primary-color);
}

.results-block .container .right .item .txt .number-items .number,
.cart-block .container .block-text .number-bl .number-items .number {
  background-color: var(--primary-color);
  box-shadow: inset 0px -5px 5px 0px rgb(161, 21, 14);
}

.red-block {
  background-color: var(--bg-light-blue);
}

.red-block .items .item-white {
  background-color: var(--bg-light-blue);
}

.results-block .container .right .items thead {
  background: linear-gradient(to right, var(--primary-dark), var(--primary-color));
}

.cart-block .container .block-text .number-bl {
  border: 1px dashed var(--primary-color);
}
