.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: 15px;
}

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

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgb(52, 143, 190);
  border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgb(50, 135, 180);
}

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

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;
  margin: 20px 0px;
}

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

.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;
}

.form {
  background: white;
  width: 100%;
}
@media (max-width: 700px) {
  .form {
    width: 100%;
    margin: 0 auto;
  }
}
.form-title {
  color: #ff5050;
}
.form__price {
  color: #00c780;
}
.form__price--old {
  color: #ff5050;
  text-decoration: line-through;
}
.form__button {
  width: 100%;
  padding: 10px 0;
  text-align: center;
  background: #296B97;
  background: linear-gradient(140deg, rgb(52, 143, 190) 0%, rgb(40, 106, 150) 100%);
  border: unset;
  cursor: pointer;
  border-radius: 91px;
  color: white;
  box-shadow: 0 0 10px rgba(51, 141, 187, 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 {
  color: black;
  border: 3px solid #296B97;
  background: white;
  padding: 10px;
  column-gap: 10px;
  width: 100% !important;
  border-radius: 78px;
  box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.25);
}
.input-wrap input {
  border: unset;
  background: none;
  color: black;
  outline: unset;
  width: 100%;
}

.border-gradient {
  border: 10px solid transparent;
  border-image-slice: 1;
  border-width: 5px;
  padding: 16px;
  border-radius: 28px;
}

.border-gradient-purple {
  background: linear-gradient(to bottom, white, white), linear-gradient(to bottom, #348FBE, #296B97);
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
}

.timer {
  color: #296B97;
  justify-content: center;
  align-items: center;
  gap: 1%;
  display: flex;
}
.timer-bg {
  background: #292929;
  border-radius: 50%;
  border: 2px solid #296B97;
  color: white;
  padding: 20px 24px;
}

.red-button {
  background: #E20000;
  background: linear-gradient(140deg, rgb(226, 0, 0) 0%, rgb(195, 0, 0) 100%);
  box-shadow: 0 0px 10px 4px rgba(226, 0, 0, 0.17);
}

@media (max-width: 700px) {
  .border-gradient {
    border: unset;
    padding: 0;
  }
  .border-gradient-purple {
    background: unset;
  }
  .border-gradient-mob {
    border: 10px solid transparent;
    border-image-slice: 1;
    border-width: 5px;
    padding: 16px;
    border-radius: 28px;
  }
  .border-gradient-purple-mob {
    background: linear-gradient(to bottom, white, white), linear-gradient(to bottom, #348FBE, #296B97);
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
  }
}
.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;
  width: 100%;
}
.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;
}

.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;
}

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

.header {
  background: rgb(52, 143, 190);
  background: linear-gradient(0deg, rgb(52, 143, 190) 0%, rgb(40, 106, 150) 100%);
  color: white;
}
@media (max-width: 560px) {
  .header {
    background: white;
    padding: 20px 0;
    display: flex;
    justify-content: center;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  }
  .header img {
    width: 80%;
  }
}
.header-wrap {
  justify-content: center;
  column-gap: 20px;
}
.header__item {
  align-items: center;
  width: 25%;
  column-gap: 10px;
}

.section1 {
  padding: 100px 0;
  color: black;
  margin: 0 auto;
}
@media (max-width: 960px) {
  .section1 {
    color: white;
    padding: 30px 0;
  }
}
@media (max-width: 575px) {
  .section1 {
    padding: 0;
  }
}
.section1-wrap {
  justify-content: center;
  column-gap: 10%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .section1-wrap {
    flex-direction: column;
    row-gap: 20px;
  }
}
@media (max-width: 575px) {
  .section1-wrap {
    width: 100%;
  }
}
.section1__content {
  position: relative;
  row-gap: 20px;
  margin: 0 auto;
}
.section1__content p:first-of-type {
  text-transform: uppercase;
  color: black;
}
.section1__content--list {
  padding: 10px;
  background: rgb(52, 143, 190);
  background: linear-gradient(90deg, rgb(52, 143, 190) 0%, rgb(40, 106, 150) 100%);
  border-radius: 30px;
  row-gap: 20px;
  justify-content: flex-start;
  color: white;
  position: relative;
}
@media (max-width: 1190px) {
  .section1__content--list {
    background: rgb(52, 143, 190);
    background: linear-gradient(90deg, rgb(52, 143, 190) 0%, rgba(40, 106, 150, 0) 100%);
  }
}
@media (max-width: 576px) {
  .section1__content--list {
    background: unset;
  }
}
@media (max-width: 960px) {
  .section1__content--list {
    width: 100%;
  }
}
.section1__content--list div {
  text-transform: uppercase;
  align-items: center;
}
.section1__content--list div img {
  width: 50px;
}
@media (max-width: 960px) {
  .section1__content--list div img {
    width: 50px;
  }
}
.section1__content--list-prod {
  position: absolute;
  top: -15%;
  right: -35%;
  width: 300px;
}
@media (max-width: 1190px) {
  .section1__content--list-prod {
    top: -13%;
    right: -36%;
    z-index: -1;
  }
}
@media (max-width: 1080px) {
  .section1__content--list-prod {
    top: 0;
    right: -36%;
    z-index: -1;
  }
}
@media (max-width: 786px) {
  .section1__content--list-prod {
    top: -8%;
    right: -29%;
    z-index: -1;
  }
}
@media (max-width: 765px) {
  .section1__content--list-prod {
    width: 200px;
    top: -13%;
    right: 0;
    z-index: -1;
  }
}
@media (max-width: 700px) {
  .section1__form {
    margin: 0 auto;
  }
}

.logo {
  width: 80%;
}

.guaranty {
  width: 30%;
  padding-left: 20px;
}

.section1-mob-bg {
  width: 100%;
  padding: 20px;
  background: rgb(52, 143, 190);
  background: linear-gradient(90deg, rgb(52, 143, 190) 0%, rgb(40, 106, 150) 100%);
  border-radius: 0 0 30px 30px;
}

.prod-mob {
  width: 200px;
}

.section2 {
  background-image: url("../img/section2-bg.png");
  color: white;
  clip-path: polygon(50% 15%, 100% 0, 100% 100%, 0 100%, 0 0);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 100px 0;
}
@media (max-width: 1200px) {
  .section2 {
    clip-path: polygon(50% 10%, 100% 0, 100% 100%, 0 100%, 0 0);
  }
}
@media (max-width: 700px) {
  .section2 {
    clip-path: unset;
    padding: 20px 0;
    background-image: url("../img/section2-bg-mob.png");
  }
}
.section2-wrap {
  margin: 0 auto;
}
.section2-title {
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 700px) {
  .section2-title {
    width: 100%;
  }
}
.section2__list {
  align-items: center;
  gap: 20px;
  margin: 0 auto;
}
.section2__list div {
  align-items: center;
  column-gap: 15px;
}
@media (max-width: 700px) {
  .section2__list div {
    width: 100%;
  }
}

.section3 {
  background-image: url("../img/section3-bg.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  font-family: Geologica, sans-serif;
}
@media (max-width: 700px) {
  .section3 {
    background-image: url("../img/section4-bg-mob.png");
  }
}
.section3-wrap {
  width: 70%;
  margin: 0 auto;
  color: white;
  padding: 90px 0;
}
@media (max-width: 700px) {
  .section3-wrap {
    width: 95%;
    margin: 0 auto;
  }
}
.section3-title {
  margin: 0 auto;
}
.section3__list {
  row-gap: 20px;
}
.section3__list--item {
  width: 60%;
  align-items: center;
  column-gap: 20px;
}
@media (max-width: 1070px) {
  .section3__list--item {
    width: 80%;
  }
}
@media (max-width: 700px) {
  .section3__list--item {
    flex-direction: column;
    align-items: center;
    width: 100%;
    text-align: center;
    row-gap: 20px;
  }
}

.title-blue {
  color: #296B97;
}

.section4 {
  background: rgb(52, 143, 190);
  background: linear-gradient(140deg, rgb(52, 143, 190) 0%, rgb(40, 106, 150) 100%);
  font-family: Geologica, sans-serif;
  color: white;
  padding: 100px 0;
}
@media (max-width: 700px) {
  .section4 {
    padding: 20px 0;
  }
}
.section4__content {
  justify-content: space-between;
  margin: 0 auto;
}
.section4__content--title {
  font-size: 3.5rem;
}
@media (max-width: 700px) {
  .section4__content--title {
    font-size: 20px;
  }
}
@media (max-width: 700px) {
  .section4__content--items {
    flex-direction: column;
    gap: 20px;
  }
}
.section4__content--item {
  width: 20%;
  justify-content: space-between;
  padding: 16px;
  align-items: center;
  gap: 30px;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.1);
}
@media (max-width: 700px) {
  .section4__content--item {
    width: 50%;
    margin: 0 auto;
  }
}
.section4__content--item img {
  width: 80%;
}
.section4__content--item p {
  text-align: center;
}

.section5 {
  font-family: Geologica, sans-serif;
  padding: 80px 60px 80px 20px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .section5 {
    padding: 30px 16px;
  }
}
.section5__form {
  margin: 0 auto;
  border: 4px solid #296B97;
  border-radius: 30px;
  padding: 50px 60px;
  column-gap: 30px;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1160px) {
  .section5__form {
    padding: 16px;
  }
}
@media (max-width: 1000px) {
  .section5__form {
    border: none;
    padding: 0;
  }
}
.section5__form img:first-child {
  width: 50%;
}

.title-color {
  color: #cb457a;
}

.section6 {
  color: white;
  background: rgb(52, 143, 190);
  background: linear-gradient(140deg, rgb(52, 143, 190) 0%, rgb(40, 106, 150) 100%);
  font-family: Geologica, sans-serif;
}
@media (max-width: 700px) {
  .section6 {
    box-shadow: unset;
    color: white;
  }
}
.section6__item {
  column-gap: 20px;
  width: 30%;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 700px) {
  .section6__item {
    width: 90%;
  }
}
.section6-wrap {
  width: 70%;
  margin: 0 auto;
  align-items: center;
}
@media (max-width: 700px) {
  .section6-wrap {
    flex-direction: column;
    width: 100%;
    row-gap: 20px;
  }
}

.section7 {
  color: black;
  font-family: Geologica, sans-serif;
  background-image: url("../img/section6-bg.png");
  background-position: top;
  padding: 25px 0;
  background-repeat: no-repeat;
}
@media (max-width: 450px) {
  .section7 {
    background-image: url("../img/section-6-mob.png");
    color: white;
    background-size: cover;
  }
}
.section7-wrap {
  width: 60%;
  align-items: flex-end;
}
@media (max-width: 700px) {
  .section7-wrap {
    width: 100%;
  }
}
.section7__content {
  row-gap: 20px;
}
.section7__button {
  width: 55%;
}
@media (max-width: 700px) {
  .section7__button {
    width: 80%;
    background: #E20000;
    background: linear-gradient(140deg, rgb(226, 0, 0) 0%, rgb(195, 0, 0) 100%);
    box-shadow: 0 0px 10px rgba(226, 0, 0, 0.17);
  }
}

.section8 {
  margin: 0 auto;
  row-gap: 60px;
}
@media (max-width: 700px) {
  .section8 {
    width: 100%;
  }
}
.section8__delivery {
  width: 80%;
  margin: 0 auto;
  justify-content: center;
  gap: 20px;
  color: #296C98;
}
.section8__delivery--item {
  width: 24%;
  align-items: center;
  gap: 10px;
}
@media (max-width: 700px) {
  .section8__delivery--item {
    width: 40%;
    line-height: 1;
  }
}

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