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

a {
  text-decoration: none;
}

li {
  list-style-type: none;
}

@font-face {
  font-family: "BebasNeueBold";
  src: url("../fonts/BebasNeueBold.woff") format("woff"), url("../fonts/Montserrat-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-ExtraBold";
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat-SemiBold";
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat-Medium";
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: medium;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat-Regular";
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "CeraPro400";
  src: url("../fonts/CeraPro-Regular.woff2") format("woff2"), url("../fonts/CeraPro-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Montserrat-Regular", sans-serif;
  font-size: 12px;
  color: #FFFFFF;
  background: #000000;
}

main.container {
  padding: 0 0px;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}

.section__title {
  font-family: "Montserrat-SemiBold";
  font-size: 14px;
  line-height: 21px;
  color: #FFFFFF;
}

.btn-main {
  display: inline-block;
  width: 100%;
  padding: 16px 14px;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  background: #5600E1;
}

@media only screen and (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media only screen and (min-width: 992px) {
  .container {
    max-width: 960px;
  }
  main.container {
    padding: 0 10px;
  }
  .main {
    display: grid;
    grid-template-columns: 1fr minmax(auto, 420px);
    grid-template-areas: "banners comment" "banner-special-offer comment" "advantages comment";
    gap: 7px 20px;
    margin-top: 60px;
  }
  .banners {
    grid-area: banners;
  }
  .banner-special-offer {
    grid-area: banner-special-offer;
  }
  .advantages {
    grid-area: advantages;
  }
  .comment {
    grid-area: comment;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media only screen and (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
  .main {
    grid-template-columns: 1fr minmax(auto, 520px);
  }
  .section__title {
    font-size: 24px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 1600px) {
  .container {
    max-width: 1495px;
  }
}
.banners-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banners .video-container {
  position: relative;
  width: 100%;
  height: auto;
}
.banners .video-container__wrapper {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.banners .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
}
.banners .video-container__play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.7);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 24px;
  z-index: 2;
}
.banners .video-container__play-button:hover {
  background-color: rgba(0, 0, 0, 0.9);
}
.banners .video-container.hide-image .video-container__img {
  display: none;
}
.banners .video-container .hidden {
  display: none;
}

.banner-special-offer {
  margin-top: 10px;
}
.banner-special-offer .section__title {
  max-width: 300px;
}
.banner-special-offer .banner-offer {
  position: relative;
  margin-top: 10px;
  padding: 21px 10px 26px 10px;
  background: #272727;
  z-index: 1;
  overflow: hidden;
}
.banner-special-offer .banner-offer__text {
  font-family: "Montserrat-SemiBold";
  font-size: 12px;
}
.banner-special-offer .banner-offer__title {
  max-width: 200px;
  margin-top: 5px;
  font-family: "BebasNeueBold";
  font-size: 30px;
  text-transform: uppercase;
  color: #5600E1;
}
.banner-special-offer .banner-offer__info-text {
  max-width: 221px;
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
}
.banner-special-offer .banner-offer__description {
  max-width: 180px;
  margin: 15px 0px;
  padding: 8px;
  border: 1px solid #5600E1;
  box-shadow: 4px 4px 30px 1px rgba(86, 0, 225, 0.7);
  font-family: "Montserrat-SemiBold";
  font-size: 10px;
}
.banner-special-offer .banner-offer__description:nth-child(2) {
  display: none;
}
.banner-special-offer .banner-offer__description .text-part {
  color: #5600E1;
}
.banner-special-offer .banner-offer__wrapper {
  position: absolute;
  right: 0;
  bottom: 24px;
  z-index: -1;
}
.banner-special-offer .banner-offer__image {
  width: 216px;
  height: 186px;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner-special-offer .banner-offer .btn-main {
  text-transform: uppercase;
}

@media only screen and (min-width: 992px) {
  .banner-special-offer .section__title {
    max-width: 100%;
    margin-bottom: 25px;
  }
  .banner-special-offer .banner-offer {
    display: flex;
    align-items: flex-end;
  }
  .banner-special-offer .banner-offer__text {
    position: relative;
    margin-left: 20px;
  }
  .banner-special-offer .banner-offer__text::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    z-index: 1;
    animation: blink 2s infinite;
  }
  @keyframes blink {
    0% {
      background-color: #5600E1;
    }
    50% {
      background-color: white;
    }
    100% {
      background-color: #5600E1;
    }
  }
  .banner-special-offer .banner-offer__title {
    margin: 10px 0px;
    text-shadow: 4px 4px 20px rgba(86, 0, 225, 0.2);
  }
  .banner-special-offer .banner-offer__description {
    max-width: 220px;
    padding: 8px 0px;
    font-weight: 500;
    font-size: 13px;
    border: 0px;
    box-shadow: none;
  }
  .banner-special-offer .banner-offer__description .text-part {
    font-weight: 700;
  }
  .banner-special-offer .banner-offer__description:nth-child(1) {
    display: none;
  }
  .banner-special-offer .banner-offer__description:nth-child(2) {
    display: block;
  }
  .banner-special-offer .banner-offer__wrapper {
    bottom: -33px;
  }
  .banner-special-offer .banner-offer__wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(86, 0, 225, 0.3);
    filter: blur(50px);
    z-index: -1;
  }
  .banner-special-offer .banner-offer .btn-main {
    width: -moz-max-content;
    width: max-content;
    font-size: 10px;
    font-weight: 700;
  }
}
@media only screen and (min-width: 1200px) {
  .banner-special-offer .banner-offer__description {
    max-width: 417px;
  }
}
@media only screen and (min-width: 1440px) {
  .banner-special-offer .banner-offer {
    gap: 6px;
  }
  .banner-special-offer .banner-offer__text {
    font-size: 15px;
  }
  .banner-special-offer .banner-offer__title {
    max-width: 240px;
    font-size: 35px;
  }
  .banner-special-offer .banner-offer__info-text {
    max-width: 300px;
    font-size: 15px;
    line-height: 21px;
  }
  .banner-special-offer .banner-offer__description:nth-child(1) {
    display: none;
  }
  .banner-special-offer .banner-offer__description:nth-child(2) {
    display: block;
    max-width: 514px;
    font-size: 13px;
    line-height: 21px;
  }
  .banner-special-offer .banner-offer .btn-main {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1600px) {
  .banner-special-offer .banner-offer {
    padding: 12px 15px;
    gap: 40px;
  }
  .banner-special-offer .banner-offer__title {
    max-width: 340px;
    margin-bottom: 10px;
    font-size: 40px;
  }
  .banner-special-offer .banner-offer__wrapper {
    bottom: -32px;
  }
}
.advantages {
  margin-top: 40px;
}
.advantages .section__title {
  text-align: center;
}
.advantages-main {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  gap: 20px;
}
.advantages-main__item {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 80px;
  margin-right: 24px;
  padding: 0px 11px;
  background: #272727;
}
.advantages-main__text {
  max-width: 230px;
  font-weight: 500;
  font-size: 12px;
  line-height: 14.63px;
}
.advantages-main__check-mark {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 1;
}
.advantages-main__check-mark .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
  height: 20px;
  fill: #5600E1;
}
.advantages-main__wrapper-bg {
  display: block;
}
.advantages-main__wrapper-bg .icon {
  width: 50px;
  height: 50px;
  fill: #FFFFFF;
}

@media only screen and (min-width: 992px) {
  .advantages {
    margin-top: 60px;
  }
  .advantages-main {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: center;
    gap: 40px 20px;
  }
  .advantages-main__check-mark .icon {
    fill: #FFFFFF;
  }
  .advantages-main__wrapper-bg .icon {
    fill: #5600E1;
  }
  .advantages-main__item {
    max-width: 350px;
    width: 100%;
    padding: 0px 16px;
  }
  .advantages-main__text {
    max-width: 175px;
    font-size: 9px;
  }
}
@media only screen and (min-width: 1440px) {
  .advantages-main {
    margin-top: 40px;
  }
  .advantages-main__text {
    max-width: 263px;
    font-size: 14px;
    line-height: 18.29px;
  }
}
@media only screen and (min-width: 1600px) {
  .advantages-main__item {
    padding: 0px 28px 0px 16px;
  }
  .advantages-main__text {
    max-width: 282px;
    font-size: 15px;
  }
}
.comment {
  margin-top: 40px;
}
.comment-block {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 40px 10px 60px 10px;
  background: #272727;
  overflow: hidden;
}
.comment-people-main {
  height: -moz-max-content;
  height: max-content;
  max-height: 362px;
  margin-top: 35px;
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: #5600E1 #272727;
}
.comment-people-main::-webkit-scrollbar {
  width: 2px;
}
.comment-people-main::-webkit-scrollbar-track {
  background-color: #272727;
}
.comment-people-main::-webkit-scrollbar-thumb {
  background-color: #5600E1;
  border-radius: 10px;
}
.comment-people-main::-webkit-scrollbar-button {
  display: none;
}
.comment-form {
  display: flex;
  flex-direction: column;
}
.comment-form__textarea {
  padding: 20px 20px 81px 20px;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: -0.015em;
  border: 0px solid transparent;
  background: rgba(170, 170, 170, 0.1);
  color: rgba(255, 255, 255, 0.7);
}
.comment-form__wrapper {
  display: grid;
  grid-template-rows: auto auto;
  gap: 18px;
  margin-bottom: 15px;
}
.comment-form__wrapper .icon {
  display: none;
}
.comment-form__input {
  width: 100%;
  padding: 16px 20px;
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  border: 0px solid transparent;
  background: rgba(170, 170, 170, 0.1);
}
.comment-form__input:focus-visible {
  outline: 0px;
}
.comment-form__button {
  font-size: 18px;
  border: 0px solid;
}
.comment-form .social-networks-main {
  margin: 30px 0px;
}
.comment-form .social-networks-main__title {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: -0.01em;
}
.comment-form .social-networks-main__list {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 18px;
}
.comment-form .social-networks-main__link .icon {
  width: 27px;
  height: 27px;
  fill: #ffffff;
}
.comment-people {
  display: flex;
  flex-direction: column;
  gap: 30px;
  height: 100%;
  overflow: auto;
}
.comment-people__block {
  display: grid;
  grid-template-columns: 40px auto;
  gap: 10px;
}
.comment-people__img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.comment-people__username {
  margin-bottom: 8px;
  font-size: 16px;
  letter-spacing: -0.01em;
  color: #ffffff;
}
.comment-people__time-message {
  margin-bottom: 17px;
  font-size: 12px;
  letter-spacing: -0.01em;
  color: rgba(255, 255, 255, 0.5);
}
.comment-people__message {
  font-size: 16px;
  line-height: 19.5px;
  letter-spacing: -0.01em;
}
.comment-people__dop-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 21px;
}
.comment-people__answer {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  letter-spacing: -0.01em;
  color: rgba(255, 255, 255, 0.5);
}
.comment-people__answer .icon {
  width: 18px;
  height: 14px;
}
.comment-people__dop-wrapper {
  display: flex;
  align-items: center;
}
.comment-people__comment-vote {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-right: 20px;
}
.comment-people__comment-vote .vote {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 0px solid;
  background: transparent;
}
.comment-people__comment-vote .vote .icon {
  width: 14.67px;
  height: 13.57px;
}
.comment-people__comment-vote .vote:nth-child(1) .icon {
  margin-top: -3px;
}
.comment-people__comment-vote .vote:nth-child(2) .icon {
  margin-bottom: -1px;
}
.comment-people__comment-vote .vote:nth-child(2) .count {
  margin-top: -2px;
}
.comment-people__comment-vote .vote .count {
  font-size: 14px;
  letter-spacing: -0.01em;
  color: #ffffff;
}
.comment .dropdown {
  position: relative;
  margin-top: -7px;
}
.comment .dropdown-btn {
  position: relative;
  border: 0px solid;
  background: transparent;
}
.comment .dropdown-btn .icon {
  width: 16px;
  height: 4px;
}
.comment .dropdown-content {
  display: none;
  position: absolute;
  bottom: 100%;
  right: 0;
  z-index: 2;
  padding: 8px;
  border-radius: 5px;
  background: rgba(170, 170, 170, 0.1);
}
.comment .dropdown-content.show {
  display: block;
}
.comment .dropdown__item {
  width: -moz-max-content;
  width: max-content;
}
.comment .dropdown__link {
  display: flex;
}

@media only screen and (min-width: 768px) {
  .comment-people__block {
    max-width: 300px;
  }
}
@media only screen and (min-width: 992px) {
  .comment {
    margin-top: 0px;
  }
  .comment-block {
    grid-template-columns: 50px auto;
    padding: 30px 20px 25px 20px;
  }
  .comment-form__wrapper {
    grid-template-columns: auto 50px;
    gap: 15px;
    align-items: center;
  }
  .comment-form__wrapper .icon {
    display: block;
    width: 36px;
    height: 36px;
  }
  .comment-form__label {
    grid-area: 1/1/2/2;
  }
  .comment-form__input {
    grid-area: 2/1/2/2;
  }
  .comment-form__link {
    grid-area: 2/2/2/2;
  }
  .comment-form .social-networks-main__title {
    font-size: 16px;
  }
  .comment-form .social-networks-main__link .icon {
    width: 29px;
    height: 29px;
  }
  .comment-form__input {
    font-size: 16px;
  }
  .comment-people__answer {
    margin-right: 30px;
  }
  .comment-people__dop-wrapper {
    gap: 33px;
  }
  .comment-people__block {
    max-width: 100%;
    grid-template-columns: 50px auto;
  }
}
@media only screen and (min-width: 1200px) {
  .comment-people-main {
    max-height: 430px;
  }
}
@media only screen and (min-width: 1400px) {
  .comment-people-main {
    max-height: 533px;
  }
}
@media only screen and (min-width: 1440px) {
  .comment-people-main {
    max-height: 524px;
  }
}
@media only screen and (min-width: 1600px) {
  .comment-people-main {
    max-height: 599px;
  }
}
.footer {
  position: relative;
  margin-top: 50px;
  padding: 40px 0px;
  background: #0C0C0C;
}
.footer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border: 1px solid #454545;
  filter: brightness(75%);
}
.footer-block {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.footer-item__list {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  gap: 40px 0px;
  justify-content: space-between;
  align-items: center;
}
.footer-item__part {
  width: -moz-max-content;
  width: max-content;
}
.footer-item__part:nth-child(1) .footer-item__link, .footer-item__part:nth-child(2) .footer-item__link {
  display: flex;
  flex-direction: column;
  font-size: 14px;
}
.footer-item__part:nth-child(3) .footer-item__link, .footer-item__part:nth-child(4) .footer-item__link {
  display: flex;
  align-items: center;
}
.footer-item__part:nth-child(3) .footer-item__link {
  font-weight: 400;
  font-size: 10px;
}
.footer-item__part:nth-child(4) .footer-item__link {
  padding: 10px 28px;
  font-size: 12px;
  border: 1px solid #FFFFFF;
  border-radius: 5px;
}
.footer-item__part:nth-child(3) .footer-item__link .icon {
  width: 16px;
  height: 16px;
}
.footer-item__part:nth-child(4) .footer-item__link .icon {
  width: 20px;
  height: 20px;
}
.footer-item__link {
  gap: 10px;
  font-weight: 500;
  color: #FFFFFF;
}
.footer-item__title {
  font-weight: 500;
  font-size: 10px;
  filter: brightness(50%);
  color: #A3A3A3;
}
.footer-item:nth-child(2) {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.footer-item__info {
  font-weight: 400;
  font-size: 10px;
  text-align: center;
  color: #FFFFFF;
}

@media only screen and (min-width: 992px) {
  .footer {
    margin-top: 101px;
  }
  .footer-block {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .footer-item__title {
    font-size: 14px;
  }
  .footer-item__list {
    gap: 40px 65px;
  }
  .footer-item__part:nth-child(1) {
    grid-area: 1/1/2/2;
  }
  .footer-item__part:nth-child(2) {
    grid-area: 1/2/2/3;
  }
  .footer-item__part:nth-child(3) {
    grid-area: 2/2/2/3;
  }
  .footer-item__part:nth-child(4) {
    grid-area: 2/1/2/2;
  }
  .footer-item__part:nth-child(1) .footer-item__link, .footer-item__part:nth-child(2) .footer-item__link {
    font-size: 20px;
  }
  .footer-item__part:nth-child(3) .footer-item__link {
    font-size: 20px;
  }
  .footer-item__part:nth-child(4) .footer-item__link {
    padding: 12px 40px;
    font-size: 14px;
  }
  .footer-item__part:nth-child(3) .footer-item__link .icon {
    width: 16px;
    height: 13px;
  }
  .footer-item:nth-child(2) {
    align-items: flex-end;
    gap: 20px;
    margin-top: 13px;
  }
  .footer-item__info {
    font-size: 17px;
  }
}
@media only screen and (min-width: 1440px) {
  .footer-item__info {
    font-size: 20px;
  }
}/*# sourceMappingURL=style.css.map */