@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lora:wght@400..700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}


*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Inter", sans-serif;
  color: #212529;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 24px;
  margin: 0;
  line-height: 1.4;
  font-family: "Lora", serif;
}
@media (max-width: 768px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 18px;
  }
}

p {
  font-size: 18px;
  line-height: 1.5;
  margin: 0;
}
@media (max-width: 768px) {
  p {
    font-size: 14px;
  }
}

a,
button {
  text-decoration: none;
  cursor: pointer;
}

ul {
  padding: 0;
}

img {
  width: 100%;
  max-width: -moz-max-content;
  max-width: max-content;
  height: auto;
}

a:hover {
  filter: brightness(105%);
}

.container {
  max-width: 1114px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}

.flex {
  display: flex;
  flex-direction: column;
}

.flex-center {
  align-items: center;
}

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

.text-bold {
  font-weight: 700;
}

.text-red {
  color: #ff0000 !important;
}

.text-green {
  color: #0c9e11 !important;
}

.text-orange {
  color: #f7941d !important;
}

.header {
  display: flex;
  justify-content: center;
  width: 100%;
}
.header .header__logo {
  display: flex;
  justify-content: center;
  padding: 16px;
  background-color: #f6f4f5;
  min-width: 300px;
  width: 30%;
  max-width: 470px;
  border-radius: 0px 0px 100px 100px;
}

.main {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.main .main__title {
  font-size: 38px;
  font-weight: 400;
  text-align: center;
  margin-top: 64px;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .main .main__title {
    font-size: 25px;
  }
}
.main .main__title--subTitle {
  margin-top: 8px;
  font-size: 34px;
}
@media (max-width: 768px) {
  .main .main__title--subTitle {
    font-size: 21px;
  }
}
.main .paragraph {
  font-size: 16px;
  margin-top: 32px;
  text-align: center;
  color: rgba(0, 0, 0, 0.8509803922);
}
.main .paragraph--special {
  margin-top: 16px;
}
.main .videoPlayer {
  display: flex;
  padding: 32px;
  background-color: #f6f4f5;
  align-self: center;
  justify-self: center;
  margin: 32px auto 0;
  border-radius: 20px;
  max-width: -moz-max-content;
  max-width: max-content;
}
@media (max-width: 768px) {
  .main .videoPlayer {
    padding: 0;
    background: none;
  }
}
.main .videoPlayer div {
  position: relative;
}
.main .videoPlayer div .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  border: none;
  z-index: 2;
  outline-color: #ff0000;
  outline-width: 15px;
  outline-offset: 5px;
  border-radius: 10px;
}
.main .videoPlayer div .background img {
  transition: 200ms;
}
.main .videoPlayer div .background:hover img {
  transform: scale(1.3);
}
.main .videoPlayer div video {
  border-radius: 10px;
  width: 572px;
  height: 322px;
}
@media (max-width: 768px) {
  .main .videoPlayer div video {
    width: 330px;
    height: 185px;
  }
}
.main .main__productContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f6f4f5;
  border-radius: 20px;
  margin-top: 190px;
  padding: 20px 40px;
}
.main .main__productContainer .productContainer__img {
  margin-top: -150px;
}
.main .main__productContainer h2 {
  color: #0c9e11;
  margin-top: 30px;
  font-size: 26px;
  text-align: center;
}
.main .main__productContainer ul {
  max-width: 780px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px 60px;
}
@media (max-width: 768px) {
  .main .main__productContainer ul {
    grid-template-columns: 1fr;
  }
}
.main .main__productContainer ul .span2 {
  grid-row: span 2;
}
.main .main__productContainer ul li {
  line-height: 1.5;
}
.main .main__productContainer ul li::marker {
  font-size: 25px;
}
.main .main__counter {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 376px;
  width: 100%;
  background-color: #f7941d;
  gap: 6px;
  padding: 10px;
  border-radius: 20px;
  margin: 31px auto 0;
}
.main .main__counter p {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 43px;
  font-weight: 900;
  background-color: #fff;
  padding: 3px 8px;
  box-shadow: inset 0px 0px 12px rgba(0, 0, 0, 0.3019607843);
  border-radius: 10px;
  min-width: 46px;
}
.main .main__bottomSection {
  padding: 62px 0;
  margin-top: 63px;
  background-color: #f6f4f5;
}
.main .main__bottomSection .bottomSection__title {
  text-align: center;
  font-size: 26px;
}
.main .main__bottomSection .bottomSection__link {
  justify-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ff0000;
  color: #fff;
  padding: 16px 80px;
  margin-top: 54px;
  font-size: 30px;
  font-weight: 700;
  border-radius: 10px;
  animation-name: flying;
  animation: flying infinite 1s linear;
  border: none;
}
@media (max-width: 768px) {
  .main .main__bottomSection .bottomSection__link {
    padding: 10px 40px;
    font-size: 24px;
  }
}
@keyframes flying {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(3deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(-3deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.main .main__bottomSection .bottomSection__link--open {
  background-color: #fff;
  border: 2px solid green;
  color: green;
  animation: none;
  font-size: 55px;
}
@media (max-width: 768px) {
  .main .main__bottomSection .bottomSection__link--open {
    font-size: 30px;
  }
}
.main .main__bottomSection .bottomSection__comments {
  display: flex;
  flex-direction: column;
  font-family: "Roboto";
  gap: 30px;
  width: 100%;
  margin-top: 120px;
}
@media (max-width: 768px) {
  .main .main__bottomSection .bottomSection__comments {
    margin-top: 30px;
  }
}
.main .main__bottomSection .bottomSection__comments h2 {
  font-family: "Roboto";
  font-size: 25px;
}
.main .main__bottomSection .bottomSection__comments form .input {
  border: none;
  margin-top: 15px;
  padding: 10px;
  font-size: 16px;
  border-radius: 10px;
  width: 100%;
}
.main .main__bottomSection .bottomSection__comments form .input::-moz-placeholder {
  color: #8d8d8d;
}
.main .main__bottomSection .bottomSection__comments form .input::placeholder {
  color: #8d8d8d;
}
.main .main__bottomSection .bottomSection__comments form .input--textarea {
  resize: vertical;
  min-height: 100px;
  max-height: 300px;
  margin-top: 8px;
}
.main .main__bottomSection .bottomSection__comments form .comments__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 16px;
}
.main .main__bottomSection .bottomSection__comments form .comments__buttons button {
  color: #ffffff;
  background-color: #868e96;
  border: none;
  padding: 9px;
  border-radius: 3px;
}
.main .main__bottomSection .bottomSection__comments form .comments__buttons .errorMsg {
  color: red;
  display: none;
  font-size: 16px;
}
.main .main__bottomSection .bottomSection__comments .comment {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .main .main__bottomSection .bottomSection__comments .comment .avatar {
    width: 60px;
    height: 60px;
  }
}
.main .main__bottomSection .bottomSection__comments .comment .comment__content {
  display: flex;
  gap: 5px;
  flex-direction: column;
}
.main .main__bottomSection .bottomSection__comments .comment .comment__content img {
  max-width: 200px;
  margin-top: 10px;
}
.main .main__bottomSection .bottomSection__comments .comment .comment__content .content__name {
  font-weight: 700;
}
.main .main__bottomSection .bottomSection__comments .comment .comment__content .content__name span {
  font-weight: 400;
  font-size: 16px;
  color: rgba(127, 145, 158, 0.8509803922);
}
.main .main__bottomSection .bottomSection__comments .comment .comment__content .content__name span::before {
  content: "• ";
}
.main .main__bottomSection .bottomSection__comments .comment .comment__content .content__arrows {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 10px;
  color: #cdcccc;
}
.main .main__bottomSection .bottomSection__comments .comment .comment__content .content__arrows .arrow {
  display: flex;
  max-width: -moz-max-content;
  max-width: max-content;
  transform: rotate(90deg);
  content: ">";
  font-size: 16px;
  font-weight: 700;
  color: #cdcccc;
}
.main .main__bottomSection .bottomSection__comments .comment .comment__content .content__arrows .arrow:hover {
  filter: brightness(60%);
}
.main .main__bottomSection .bottomLink {
  display: block;
  text-align: center;
  align-self: center;
  justify-self: center;
  margin-top: 25px;
  font-size: 25px;
  color: #0000ff;
  font-weight: 700;
  text-decoration: underline;
}

.footer {
  width: 100%;
  padding: 20px 0 60px;
  text-align: center;
  margin-top: 44px;
}
.footer .footer__copyright {
  font-size: 12px;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
  max-width: 500px;
}
.footer .footer__linksBox {
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: center;
}
.footer .footer__linksBox .linksBox__link {
  text-decoration: underline;
  font-size: 12px;
  color: #000;
}/*# sourceMappingURL=styles.css.map */