.mb-1 {
  margin-bottom: 10px !important;
}

.mb-2 {
  margin-bottom: 20px !important;
}

.mb-3 {
  margin-bottom: 30px !important;
}

.mb-4 {
  margin-bottom: 40px !important;
}

.mb-5 {
  margin-bottom: 50px !important;
}

.mt-1 {
  margin-top: 10px !important;
}

.mt-2 {
  margin-top: 20px !important;
}

.mt-3 {
  margin-top: 30px !important;
}

.mt-4 {
  margin-top: 40px !important;
}

.mt-5 {
  margin-top: 50px !important;
}

.pb-1 {
  padding-bottom: 10px !important;
}

.pb-2 {
  padding-bottom: 20px !important;
}

.pb-3 {
  padding-bottom: 30px !important;
}

.pb-4 {
  padding-bottom: 40px !important;
}

.pb-5 {
  padding-bottom: 50px !important;
}

.pt-1 {
  padding-top: 10px !important;
}

.pt-2 {
  padding-top: 20px !important;
}

.pt-3 {
  padding-top: 30px !important;
}

.pt-4 {
  padding-top: 40px !important;
}

.pt-5 {
  padding-top: 50px !important;
}

/*
  1. Use a more-intuitive box-sizing model.
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

/*
  2. Remove default margin
*/
* {
  margin: 0;
}

/*
  3. Allow percentage-based heights in the application
*/
html,
body {
  height: 100%;
  scroll-behavior: smooth;
}

/*
  Typographic tweaks!
  4. Add accessible line-height
  5. Improve text rendering
*/
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

/*
  6. Improve media defaults
*/
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

/*
  7. Remove built-in form typography styles
*/
input,
button,
textarea,
select {
  font: inherit;
}

/*
  8. Avoid text overflows
*/
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

/*
  9. Create a root stacking context
*/
#root,
#__next {
  isolation: isolate;
}

::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(203, 69, 122, 0.71);
  border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgb(203, 69, 122);
}

html {
  font-family: "Inter", "Geologica", sans-serif;
  color: #000;
  scroll-behavior: smooth;
}

p {
  font-size: 16px;
  line-height: 1.2;
}

.text1 {
  font-size: 96px;
  line-height: 0.8;
}
@media screen and (min-width: 1024px) {
  .text1 {
    font-size: 128px;
    line-height: 0.8;
  }
}

.text2 {
  font-size: 36px;
  line-height: 1.2;
}
@media screen and (min-width: 1024px) {
  .text2 {
    font-size: 42px;
    line-height: 1.2;
  }
}

.text3 {
  font-size: 22px;
  line-height: 1.2;
}
@media screen and (min-width: 1024px) {
  .text3 {
    font-size: 26px;
    line-height: 1.2;
  }
}

.text4 {
  font-size: 20px;
  line-height: 1.2;
}
@media screen and (min-width: 1024px) {
  .text4 {
    font-size: 22px;
    line-height: 1.2;
  }
}

.text5 {
  font-size: 18px;
  line-height: 1.2;
}
@media screen and (min-width: 1024px) {
  .text5 {
    font-size: 20px;
    line-height: 1.2;
  }
}

.text6 {
  font-size: 16px;
  line-height: 1.2;
}
@media screen and (min-width: 1024px) {
  .text6 {
    font-size: 18px;
    line-height: 1.2;
  }
}

.text7 {
  font-size: 16px;
  line-height: 1.2;
}

p.medium {
  font-size: 14px;
  line-height: 16.8px;
}

p.small {
  font-size: 12px;
  line-height: 14.4px;
}

.bold {
  font-weight: 600;
}

.text-align--left {
  text-align: left;
}
.text-align--center {
  text-align: center;
}
.text-align--right {
  text-align: right;
}

.text-uppercase {
  text-transform: uppercase;
}

.main-title {
  text-align: center;
}
@media (min-width: 768px) {
  .main-title {
    text-align: left;
  }
}

.text-yellow {
  color: #FED011;
}

.highlight {
  color: #C90000;
}

.highlight-yellow {
  color: #FED011;
}

a {
  color: black;
  text-decoration: none;
}

.header {
  height: 80px;
}
.header-logo {
  column-gap: 15px;
}

.section1 {
  background-image: url("../img/main-bg-desctop.png");
  font-family: Geologica, sans-serif;
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 700px) {
  .section1 {
    background-image: url("../img/top-bg-mob.png");
    background-position: center;
  }
}
@media (max-width: 700px) {
  .section1-wrapp {
    width: 100%;
  }
}
.section1--title {
  color: white;
  margin: 0 auto;
}
.section1--content {
  justify-content: flex-end;
  align-items: center;
  column-gap: 20px;
}
@media (max-width: 700px) {
  .section1--content {
    flex-direction: column;
  }
}
.section1--content__form {
  margin: 0 auto;
}
@media (max-width: 700px) {
  .section1--content__form {
    padding-top: 30px;
  }
}
.section1--content__list {
  flex-grow: 0;
  color: white;
}
.section1--content__list p {
  align-items: center;
  column-gap: 10px;
}
.section1--content__list p span {
  display: block;
  width: 60px;
  height: 60px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/check-list.png");
}
.section1--content__img {
  flex-grow: 0;
}

.section2 {
  background: #FF5858;
  font-family: Geologica, sans-serif;
  color: white;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
@media (max-width: 770px) {
  .section2 {
    background: white;
    color: black;
    border-radius: 0 0 30px 30px;
    position: relative;
    z-index: 93939;
  }
}
.section2__content {
  width: 90%;
  margin: 0 auto;
  justify-content: center;
  column-gap: 10%;
  align-items: center;
  background: white;
  border-radius: 30px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
  padding: 46px 0;
  color: black;
}
@media (max-width: 770px) {
  .section2__content {
    width: 100%;
    padding: 0;
    background: white;
    color: black;
    box-shadow: unset;
  }
}
.section2__content p {
  align-items: center;
  gap: 20px;
}

.section3 {
  font-family: Geologica, sans-serif;
  color: black;
}
@media (max-width: 700px) {
  .section3 {
    margin-top: -50px;
    background: rgb(92, 18, 48);
    background: linear-gradient(90deg, rgb(92, 18, 48) 0%, rgb(194, 38, 100) 50%, rgb(92, 18, 48) 100%);
    color: white;
  }
}
.section3__content {
  width: 80%;
  margin: 0 auto;
  border-radius: 0 0 30px 30px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  row-gap: 20px;
}
@media (max-width: 700px) {
  .section3__content {
    box-shadow: unset;
  }
}
.section3__content--item {
  width: 80%;
  margin: 0 auto;
  align-items: center;
  column-gap: 10px;
}
@media (max-width: 700px) {
  .section3__content--item {
    flex-direction: column;
    color: white;
    text-align: center;
  }
}

.section4 {
  background: #FF5858;
  font-family: Geologica, sans-serif;
  color: white;
}
.section4__content {
  justify-content: space-between;
  margin: 0 auto;
  row-gap: 30px;
}
.section4__content--item {
  justify-content: start;
  align-items: center;
  row-gap: 30px;
  column-gap: 20px;
}
@media (max-width: 400px) {
  .section4__content--item {
    flex-direction: column !important;
  }
}
.section4__content--item img {
  width: 150px;
}

.section5 {
  font-family: Geologica, sans-serif;
}
.section5__content {
  margin: 0 auto;
  gap: 20px;
}
.section5__content--item {
  padding: 40px 20px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 0 0 10px 10px;
}
@media (max-width: 800px) {
  .section5__content--item {
    padding: 0;
    box-shadow: unset;
    border-radius: 0;
    align-items: center;
  }
}
.section5__form {
  margin: 0 auto;
  border: 4px solid #d82318;
  border-radius: 30px;
  padding-top: 50px;
  padding-bottom: 100px;
  column-gap: 20px;
}
@media (max-width: 800px) {
  .section5__form {
    border: unset;
    padding-top: 0;
  }
}

.title-color {
  color: #FF5858;
}

.section6 {
  color: black;
  background: #FF5858;
  font-family: Geologica, sans-serif;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
@media (max-width: 700px) {
  .section6 {
    box-shadow: unset;
    color: white;
  }
}
.section6-wrapp {
  width: 80%;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 700px) {
  .section6-wrapp {
    width: 100%;
  }
}
.section6__content {
  width: 70%;
  background: white;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
@media (max-width: 700px) {
  .section6__content {
    color: black;
    width: 100%;
    box-shadow: unset;
  }
}

.section7 {
  color: black;
  font-family: Geologica, sans-serif;
}
.section7__content {
  border-radius: 30px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  margin: 0 auto;
}
.section7__content--item {
  align-items: center;
  align-self: normal;
  margin: 0 auto;
}
.section7__content--item p {
  width: 70%;
}
.section7__form {
  width: 80%;
}

.line {
  width: 50px;
  height: 5px;
  background: #ffcaca;
  margin: 15px 0;
}
@media (max-width: 765px) {
  .line {
    transform: rotate(90deg);
  }
}

.form {
  background: white;
  border-radius: 28px;
  border: 3px solid #df2519;
  width: 100%;
  padding: 30px;
  align-items: center;
}
@media (max-width: 700px) {
  .form {
    width: 96%;
    margin: 0 auto;
  }
}
.form-title {
  color: #ff5050;
  margin-bottom: 0;
}
.form__price {
  color: #00c780;
  margin-bottom: 0;
}
.form__price--old {
  color: #ff5050;
  text-decoration: line-through;
  margin-bottom: 0;
}
.form__button {
  padding: 10px 0;
  text-align: center;
  background: rgb(223, 37, 25);
  background: linear-gradient(180deg, rgb(223, 37, 25) 0%, rgb(166, 25, 17) 100%);
  border: unset;
  cursor: pointer;
  border-radius: 91px;
  color: white;
  box-shadow: 0 0 10px rgba(217, 35, 24, 0.5);
}
.form__button:hover {
  scale: 1.08;
  transition: all 0.3s;
}
.form__badges {
  width: 100% !important;
  gap: 20px;
  justify-content: center;
}
.form__badges img {
  width: 30%;
}

.input-wrap {
  border: 3px solid #e2392f;
  background: white;
  padding: 10px;
  column-gap: 10px;
  width: 100% !important;
  border-radius: 78px;
}
.input-wrap input {
  border: unset;
  background: none;
  color: black;
  outline: unset;
}

.comments {
  width: 80%;
  margin: 0 auto;
  row-gap: 20px;
}
@media (max-width: 700px) {
  .comments {
    width: 98%;
    margin: 0 auto;
    row-gap: 10px;
  }
}

.comment {
  width: 100%;
  margin: 0 auto;
  column-gap: 20px;
  align-items: flex-start;
  justify-content: space-between;
}
.comment div:first-child {
  gap: 20px;
}
.comment img:first-of-type {
  border-radius: 50%;
  border: 2px solid #bebebe;
}
@media (max-width: 700px) {
  .comment {
    width: 98%;
    margin: 0 auto;
    column-gap: 10px;
  }
}
.comment img {
  width: 64px;
  height: 64px;
}
@media (max-width: 700px) {
  .comment img {
    width: 50px;
    height: 50px;
  }
}
.comment__content {
  background: #f5f7fa;
  padding: 10px 20px;
  align-items: flex-start;
  row-gap: 10px;
  width: 100%;
  border-radius: 14px;
}
.comment__content p:first-of-type {
  margin: 0 !important;
}
.comment__content--rating {
  color: #ff953e;
  column-gap: 5px;
}

.like {
  color: #1ca600;
  cursor: pointer;
}

.star,
.star-new {
  font-size: 16px;
  cursor: pointer;
  color: gray;
}

.one,
.orange {
  color: rgb(255, 192, 0);
}

.two {
  color: rgb(255, 192, 0);
}

.three {
  color: rgb(255, 192, 0);
}

.four {
  color: rgb(255, 192, 0);
}

.five {
  color: rgb(255, 192, 0);
}

.star-new.selected {
  color: gold;
}

.comment-time {
  display: none;
}

.footer {
  background: #FF5858;
  color: white;
}
.footer__content {
  color: white;
}
.footer__content a {
  color: white;
  cursor: pointer;
}

.form-comment {
  font-family: "Inter", sans-serif;
  margin: 40px auto;
  width: 100%;
}
.form-comment__top {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .form-comment__top {
    flex-direction: row;
    gap: 20px;
  }
}
.form-comment__top input {
  width: 100%;
  background: #f5f5f5;
  border: 1px solid #9a9da1;
  padding: 10px 20px;
}
@media (min-width: 768px) {
  .form-comment__top input {
    width: auto;
  }
}
.form-comment__top input::placeholder {
  color: #9a9da1;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.5;
}
.form-comment__top #formAvatar {
  display: none;
}
.form-comment__top #formImage {
  display: none;
}
.form-comment__top .file-label {
  width: 100%;
  padding: 14px 12px;
  font-size: 10px;
  line-height: 16px;
  background: #ffffff;
  border: 1px solid #9a9da1;
  border-radius: 15px;
  text-align: center;
  cursor: pointer;
}
@media (min-width: 768px) {
  .form-comment__top .file-label {
    width: auto;
    font-size: 15px;
    line-height: 24px;
    padding: 10px 20px;
    text-align: left;
  }
}
.form-comment__textarea {
  width: 100%;
}
.form-comment__textarea textarea {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  background: #f5f5f5;
  border: 1px solid #9a9da1;
  padding: 10px 20px;
}
.form-comment__textarea textarea::placeholder {
  color: #9a9da1;
  font-weight: 400;
  font-size: 13px;
  line-height: 150%;
}
.form-comment__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  .form-comment__footer {
    flex-direction: row;
  }
}
.form-comment__footer p {
  font-weight: 700;
  font-size: 9.2884px;
  line-height: 150%;
  text-transform: uppercase;
  color: #9a9da1;
  text-align: center;
}
@media (min-width: 768px) {
  .form-comment__footer p {
    text-align: left;
  }
}
.form-comment__footer button {
  padding: 10px 20px;
  background: #3e3e3e;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  border: none;
  text-transform: uppercase;
  color: #ffffff;
  cursor: pointer;
}

.form-comments__container {
  width: 95%;
  margin: 0 auto;
}

/*# sourceMappingURL=main.css.map */
