body {
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  background-color: #222;
}

img.comment {
  border: 1px solid #e0e0e0;
  padding: 5px;
  margin: 10px auto;
  display: block;
  max-width: 95%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}



#container {
  border-radius: 0;
  padding: 0;
  width: 90%;
  min-width: 300px;
  max-width: 700px;
  position: relative;
  margin: 20px auto;
  font-size: 0;
}

#top {
  width: 100%;
  background-color: #cc0000;
  font-size: 23px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  text-align: center;
  padding-top: 13px;
  padding-bottom: 12px;
  border-bottom: 1px solid #666;
  background-image: -moz-linear-gradient(
    90deg,
    rgb(182, 1, 1) 0%,
    rgb(204, 0, 0) 100%
  );
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(182, 1, 1) 0%,
    rgb(204, 0, 0) 100%
  );
}

#q00,
#q0,
#q1,
#q2,
#q3,
#q4,
#q5,
#q6,
#q7,
#q8,
#q9,
#q9a,
#q9b,
#q9c,
#q9d {
  border-radius: 0;
  overflow: hidden;
  background-color: #fff;
  border-top: 1px solid #666;
  width: 100%;
  min-width: 300px;
  max-width: 700px;
  display: none;
  line-height: 28px;
  font-size: 22px;
  color: #000;
  font-family: "Open Sans", sans-serif;
  box-shadow: 0 0 4px #444;
  margin: 0 auto;
}

.btnyes {
  font-size: 30px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  width: 40%;
  background-image: -moz-linear-gradient(
    90deg,
    rgb(0, 153, 0) 0%,
    rgb(0, 204, 0) 100%
  );
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(0, 153, 0) 0%,
    rgb(0, 204, 0) 100%
  );
  background-color: #37aed3;
  border-radius: 5px;
  display: inline-block;
  cursor: pointer;
  font-weight: bold;
  padding: 21px 0;
  text-decoration: none;
  text-shadow: 0 -1px #666;
  margin-right: 10px;
  outline: none;
  border: none;
}

.btnno {
  font-size: 30px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  width: 40%;
  background-color: #ff3311;
  background-image: -moz-linear-gradient(
    90deg,
    rgb(153, 0, 0) 0%,
    rgb(204, 0, 0) 100%
  );
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(153, 0, 0) 0%,
    rgb(204, 0, 0) 100%
  );
  border-radius: 5px;
  display: inline-block;
  cursor: pointer;
  font-weight: bold;
  padding: 21px 0;
  text-decoration: none;
  text-shadow: 0 -1px #666;
  margin-left: 10px;
  outline: none;
  border: none;
}

.btnnext {
  font-size: 30px;
  color: #000;
  font-family: "Open Sans", sans-serif;
  width: 70%;
  background-image: -moz-linear-gradient(
    90deg,
    rgb(254, 188, 0) 0%,
    rgb(255, 229, 0) 100%
  );
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(254, 188, 0) 0%,
    rgb(255, 229, 0) 100%
  );
  background-color: #37aed3;
  border-radius: 5px;
  display: inline-block;
  cursor: pointer;
  font-weight: bold;
  padding: 25px 0;
  text-decoration: none;
  text-shadow: 0 1px #ffe500;
  outline: none;
  border: none;
}

#intro-image {
  display: inline-block;
  vertical-align: middle;
}

#box {
  margin: 0 auto;
  padding: 10px;
}

#box2 {
  width: 50%;
  min-width: 300px;
  margin: 0 auto;
  padding: 10px;
}

.h1w {
  font-size: 35px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
}

.h1 {
  font-size: 24px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
}

.h2 {
  color: #cc0000;
}

.h10 {
  font-size: 17px;
  color: #777;
  font-family: "Open Sans", sans-serif;
}

.circle1 {
  font-size: 20px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  background: #666;
  border-radius: 10000px;
  padding: 6px 12px;
}

.circle2 {
  font-size: 20px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  background: #ddd;
  border-radius: 10000px;
  padding: 6px 12px;
}

@media screen and (max-width: 500px) {
  #q00,
  #q0,
  #q1,
  #q2,
  #q3,
  #q4,
  #q5,
  #q6,
  #q7,
  #q8,
  #q9,
  #q9a,
  #q9b,
  #q9c,
  #q9d {
    font-size: 18px;
    line-height: 21px;
  }

  #container {
    margin: 15px auto;
  }

  .h1w {
    font-size: 24px;
  }

  .h1 {
    font-size: 17px;
  }

  #top {
    font-size: 19px;
  }

  .btnyes {
    font-size: 24px;
  }

  .btnno {
    font-size: 24px;
  }

  .btnnext {
    font-size: 30px;
    width: 90%;
  }
}

.dop-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 0;
}
.forma-block {
  display: none;
  align-items: center;
  flex-direction: column;
  max-width: 900px;
}

.title-forma {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}

.delivery {
  color: #f0d802;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
}

.arrows {
  margin-top: 20px;
  display: flex;
  column-gap: 3px;
  justify-content: center;
  cursor: pointer;
}

.arrow {
  width: 20px;
  height: 20px;
}

.text {
  margin: 0;
  margin-top: 15px;
  color: #fff;
  font-size: 24px;
  text-align: center;
  padding: 0 5px;
}

@media screen and (max-width: 480px) {
  .text {
    font-size: 18px;
  }
}

.link {
  text-decoration: none;
  color: #008bce;
  cursor: pointer;
}

/*Форма*/

.form {
  display: flex;
  max-width: 900px;
  background-size: cover;
  border-radius: 30px;
  margin-bottom: 15px;
  gap: 15px;
  color: #fff;
}

.form__img {
  width: 45%;
  display: flex;
  justify-content: center;
      align-items: flex-start;
}

.prod__img {
  
  object-fit: contain;
}

.block__timer {
  width: 280px;
  height: 136px;
  background: #008bce;
  border-radius: 0 0 30px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.block__price__text {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  color: #ffffff;
  margin-top: 15px;
  padding: 0 10px;
}

.block__right {
  width: 55%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.descont-info {
  font-size: 26px;
  line-height: 1;
  font-weight: 600;
  text-transform: lowercase;
  color: red;
  margin: 3px auto;
}

.block__timer__title {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  padding-top: 10px;
}

.timer__tochka {
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  border-radius: 50%;
  margin-left: 10px;
}

.block__timer .block__timer__subtitle {
  font-weight: 700;
  font-size: 14px;
  color: #ffffff;
  display: block;
  text-transform: lowercase;
}

.timer span {
  font-weight: 700;
  font-size: 40px;
  color: #ffffff;
}

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

.oldPriceAndLabelForLandingInfoApi {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  color: #999999;
  text-transform: uppercase;
  display: block;
  text-decoration: line-through;
  margin-top: 10px;
}

.priceAndLabelForLandingInfoApi {
  font-weight: 900;
  font-size: 36px;
  text-transform: uppercase;
  color: #008bce;
  position: relative;
  line-height: 1.2;
}

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

.forma label {
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  display: inline-block;
}

.forma input {
  width: 90%;
  height: 43px;
  background: #ffffff;
  border: 2px solid #008bce;
  border-radius: 50px;
  /* padding: 3px 20px; */
  margin-top: 10px;
  margin-left: 0px;
}

.inp__text {
  margin-bottom: 15px;
}

.btn__ch__form {
  margin-top: 15px;
  width: 90%;
  height: 60px;
  background: linear-gradient(180deg, #e2ff00 0%, #ff8a00 100%);
  border-radius: 50px !important;
  font-weight: 500;
  font-size: 24px;
  color: #ffffff !important;
  border: none;
}

@media screen and (max-width: 630px) {
  .form {
    height: unset !important;
    flex-direction: column;
    align-items: center;
  }

  .form__img {
    width: 100%;
  }

  .prod__img {
    max-width: 230px;
    width: 100%;
    margin: 10px auto;
  }

  /* .forma input {
      width: 100%;
    } */

  .block__right {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media screen and (max-width: 480px) {
  .priceAndLabelForLandingInfoApi {
    font-size: 30px;
  }

  /* .btn__ch__form {
      width: 100%;
    }
   */

  .block__right {
    margin-left: unset !important;
  }

  .form__img img {
    width: 100%;
  }
}

/*Форма*/

.comments {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media (max-width: 600px) {
  .comments {
    flex-direction: column;
  }
}

input.inp__text,select.inp__text {
  width: calc(100% - 60px); /* уменьшение ширины для большего отступа */
  height:60px;
  padding: 0 10px;
  border: 2px solid #ff9900;
  border-radius: 25px;
  outline: none;
  font-size: 16px;
  background-color: #333;
  color: #fff;
  box-shadow: 0 0 10px rgba(255, 153, 0, 0.5);
  margin: 10px 30px;
  box-sizing: border-box;
}



input[type="text"]::placeholder, input[type="tel"]::placeholder {
  color: #aaa; /* светло-серый цвет для текста подсказки */
}

input[type="text"]:focus, input[type="tel"]:focus {
  border-color: #ff9900; /* при фокусе выделить оранжевым */
  box-shadow: 0 0 15px rgba(255, 153, 0, 0.7);
}

.submit-btn {
  width: calc(100% - 60px);
  padding: 20px;
  background-color: #ff9900;
  background-image: linear-gradient(to bottom, #ff9900, #cc6600);
  border: none;
  border-radius: 25px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition: background 0.3s, transform 0.2s;
  margin: 30px 30px; /* увеличенные отступы и дополнительный отступ сверху */
}

.submit-btn:hover {
  background-image: linear-gradient(to bottom, #cc6600, #ff9900);
  transform: scale(1.05);
}

.submit-btn:active {
  transform: scale(0.95);
}

