@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&family=Roboto:wght@300;400;500;700&display=swap");
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

html {
  max-width: 100vw;
  overflow-x: hidden;
}

body {
  font-family: "Montserrat";
  font-family-max-width: 100vw;
  overflow-x: hidden;
}

.rating-area {
  overflow: hidden;
  width: 265px;
  padding-right: 29px;
  margin: 0 auto;
}

.rating-area:not(:checked) > input {
  display: none;
}

.rating-area:not(:checked) > label {
  float: right;
  width: 42px;
  padding: 0;
  cursor: pointer;
  font-size: 32px;
  line-height: 32px;
  color: lightgrey;
  text-shadow: 1px 1px #bbb;
}

.rating-area:not(:checked) > label:before {
  content: '★';
}

.rating-area > input:checked ~ label {
  color: gold;
  text-shadow: 1px 1px #c60;
}

.rating-area:not(:checked) > label:hover,
.rating-area:not(:checked) > label:hover ~ label {
  color: gold;
}

.rating-area > input:checked + label:hover,
.rating-area > input:checked + label:hover ~ label,
.rating-area > input:checked ~ label:hover,
.rating-area > input:checked ~ label:hover ~ label,
.rating-area > label:hover ~ input:checked ~ label {
  color: gold;
  text-shadow: 1px 1px goldenrod;
}

.rate-area > label:active {
  position: relative;
}

.feedback {
  padding-top: 40px;
  padding-bottom: 40px;
}

.feedback p {
  margin-bottom: 20px;
}

.feedback__wrapper {
  max-width: 290px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 25px 25px 0 0;
  border-bottom: 0;
  padding: 5px;
  padding-top: 40px;
  padding-bottom: 70px;
  text-align: center;
}

.feedback textarea {
  width: 100%;
  height: 80px;
  border: 1px solid #2D2D2D;
  border-radius: 3px;
  margin-bottom: 10px;
  padding: 10px;
  resize: none;
}

.feedback__item {
  display: none;
}

.feedback__item.active {
  display: block;
}

.feedback__smile {
  text-align: center;
}

.feedback__smile img {
  display: inline-block;
  max-width: 40px;
}

.feedback .title {
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 10px;
}

.feedback .feedback__link {
  display: block;
  color: #383838;
  text-decoration: none;
  font-weight: 500;
  padding-top: 7px;
  padding-bottom: 6px;
  margin-bottom: 10px;
  border: 1px solid #ac730a;
  border-radius: 10px;
}

.feedback .feedback__link_gl {
  border-color: #0b0070;
}

.feedback .feedback__link_2g {
  border-color: #42b400;
}

.feedback__sale p {
  font-size: 12px;
  margin-top: 20px;
}

.feedback__progress {
  display: block;
  height: 6px;
  border: 1px solid #3b00634d;
  border-radius: 10px;
}

.feedback__progress div {
  height: 100%;
  background: #3b0063ad;
  width: 0;
}

.feedback__progress_1 div {
  width: 33%;
}

.feedback__progress_2 div {
  width: 66%;
}

.feedback__progress_3 div {
  width: 100%;
}

.feedback .sale__count {
  font-size: 12px;
  text-align: left;
  margin-top: 9px;
}

.feedback .btn {
  width: 100%;
  padding-top: 6px;
  padding-bottom: 6px;
  background: #0041bb;
  color: #fff;
  border-radius: 4px;
  display: block;
  text-decoration: none;
}

.contacts {

}

.contacts__link {
  display: block;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #2D2D2D;
  background: #fff !important;
  text-decoration: none;
  font-weight: 600;
  border-radius: 5px;
  position: relative;
  margin-bottom: 10px;
  min-width: 250px;
}

.contacts__link i {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.contacts__link_1 {
  background: #bd4545;
}

.contacts__link_2 {
  background: #49c22a;
}

.contacts__link_3 {
  background: #08c;
}

.contacts__link_4 {
  background: #665CAC;
}

.contacts__link_5 {
  background: #8d4589;
}

.contacts__link_6 {
  background: #b35c50;
}

.header {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.header img {
  display: inline-block;
  max-width: 140px;
}

.green-body {
  background-image: url("/q/images/background.JPG");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
      display: flex;
    justify-content: center; /* Горизонтальное центрирование */
    align-items: center;    /* Вертикальное центрирование */
    height: 100vh;         /* Высота экрана */
    margin: 0;             /* Убираем отступы */
}
/*# sourceMappingURL=main.css.map */