html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*::after,
*::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
ul[class],
ol[class] {
  padding: 0;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}
ul[class] {
  list-style: none;
}
img {
  max-width: 100%;
  display: block;
}
input,
button,
textarea,
select {
  font: inherit;
}
a {
  text-decoration: none;
}
@font-face {
  font-family: '"Montserrat"';
  src: url("../fonts/Montserrat-Italic.woff2") format("woff2"),
    url("../fonts/Montserrat-Italic.woff") format("woff"),
    url("../fonts/Montserrat-Italic.ttf") format("woff");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2"),
    url("../fonts/Montserrat-Medium.woff") format("woff"),
    url("../fonts/Montserrat-Medium.ttf") format("ttf");
  font-weight: 500;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2"),
    url("../fonts.html") format("woff"),
    url("../fonts/Montserrat-Regular.ttf") format("ttf");
  font-weight: 400;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"),
    url("../fonts/Montserrat-SemiBold.woff") format("woff"),
    url("../fonts/Montserrat-SemiBold.ttf") format("ttf");
  font-weight: 600;
}
@font-face {
  font-family: "Druk";
  src: url("../fonts/DrukTextWideMedium.woff2") format("woff2"),
    url("../fonts/DrukTextWideMedium.woff") format("woff"),
    url("../fonts/DrukTextWideMedium.ttf") format("ttf");
  font-weight: 500;
}
.subtitle,
.btn {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
.faq__quest,
.title {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
body {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  background-color: #272727;
  line-height: 120%;
}
a {
  color: #fff;
}
.container {
  max-width: 1220px;
  padding: 0 10px;
  margin: 0 auto;
}
.btn {
  font-size: 17px;
  border-radius: 10px;
  color: #f0f8ff;
  text-transform: uppercase;
  border: 2px solid #fae45f;
  padding: 13px 30px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.btn:hover {
  background-color: #fae45f;
  color: #000;
}
.title {
  margin-bottom: 10px;
  color: #fff;
  text-transform: uppercase;
  font-size: 37px;
  line-height: 120%;
}
.subtitle {
  margin-bottom: 100px;
  font-size: 22px;
  color: #ccc;
  line-height: 125%;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
.title,
.subtitle {
  padding-left: 30px;
  padding-right: 150px;
}
.prev,
.about,
.item,
.enter,
.faq,
.reviews {
  margin-bottom: 150px;
}
.faq__item.faq__item--active {
  background-color: #414141;
}
.faq__item.faq__item--active .faq__answer {
  display: block;
}
.faq__item.faq__item--active .faq__quest {
  color: #fae45f;
}
.faq__item.faq__item--active .faq__quest::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.header {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: fixed;
  left: 0;
  right: 0;
  background-color: #272727;
  z-index: 1000;
}
.header__inner {
  padding: 30px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__menu {
  background-color: #2e2e2e;
  padding: 20px 0;
  -webkit-box-shadow: 1px 5px 7px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 5px 7px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1;
  border-radius: 0 0 15px 0;
}
.header__menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 80px;
  text-transform: uppercase;
}
.header__menu-link {
  font-size: 17px;
  color: #fcfcfc;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.header__menu-link:hover {
  color: #fae45f;
}
.header__menu-link:active {
  color: #fae45f;
}
.header__menu-itembtn {
  display: none;
}
.header__menu-itemtor {
  display: none;
}
.header__burger {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  display: none;
  position: relative;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.header__burger span {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  height: 2px;
  width: 30px;
  background-color: #fff;
  position: absolute;
}
.header__burger span:nth-child(1) {
  -webkit-transform: translateY(-7px);
  -ms-transform: translateY(-7px);
  transform: translateY(-7px);
}
.header__burger span:nth-child(3) {
  -webkit-transform: translateY(7px);
  -ms-transform: translateY(7px);
  transform: translateY(7px);
}
.prev {
  padding-top: 170px;
}
.prev__inner {
  color: #fff;
  height: 600px;
  overflow: hidden;
  background-image: url(../images/gori.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: bottom bottom;
  border-radius: 0 0 30px 30px;
}
.prev__window {
  padding: 100px 20px 150px 60px;
  max-width: 60%;
  background: rgba(252, 252, 252, 0.15);
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 20px 20px;
  overflow: hidden;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.prev__textbox {
  max-width: 500px;
}
.prev__title {
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.prev__descr {
  font-size: 18px;
  line-height: 135%;
  letter-spacing: 2px;
  opacity: 0.8;
  margin-bottom: 60px;
}
.about__inner {
  padding: 0 0px;
  margin: 0 auto;
  text-align: start;
}
.about__content {
  background-color: #2e2e2e;
  border: 2px solid rgba(204, 204, 204, 0.05);
  border-radius: 20px;
  color: #fff;
  padding: 100px 70px;
  position: relative;
  overflow: hidden;
}
.about__content::after {
  content: url(../images/logomini.svg);
  position: absolute;
  opacity: 0.02;
  top: 40px;
  right: 30px;
}
.about__title {
  font-size: 27px;
  text-transform: uppercase;
  margin-bottom: 50px;
  line-height: 120%;
  display: inline-block;
  position: relative;
}
.about__title::before {
  content: "";
  width: 80%;
  height: 3px;
  background-color: #fae45f;
  position: absolute;
  bottom: -25px;
  left: 0;
}
.about__text {
  font-size: 17px;
  letter-spacing: 1.3px;
}
.item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}
.item__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid rgba(204, 204, 204, 0.05);
  max-width: 49%;
  padding: 30px 30px 30px 30px;
  border-radius: 30px;
  color: #fff;
  background-color: #2e2e2e;
}
.item__img {
  width: 30px;
  height: 40px;
  margin-right: 30px;
  background-color: #272727;
  width: 100px;
  height: 90px;
  border-radius: 15px;
  padding: 20px 25px;
}
.item__text-title {
  font-size: 18px;
  line-height: 130%;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.item__text-descr {
  font-size: 15px;
}
.enter {
  color: #fff;
}
.enter__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
.enter__subtitle {
  margin-bottom: 140px;
}
.enter__item {
  border: 2px solid rgba(204, 204, 204, 0.05);
  border-radius: 32px;
  background-color: #2e2e2e;
  max-width: 33%;
  padding: 70px 30px 70px 25px;
  min-height: 350px;
  position: relative;
}
.enter__item:nth-child(1)::before {
  content: "1";
}
.enter__item:nth-child(2)::before {
  content: "2";
}
.enter__item:nth-child(3)::before {
  content: "3";
}
.enter__item::before {
  position: absolute;
  font-size: 60px;
  width: 95px;
  height: 95px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  padding-bottom: 10px;
  background-color: #272727;
  top: -55px;
  left: 40px;
}
.enter__item-title {
  color: #fae45f;
  font-size: 22px;
  margin-bottom: 22px;
  text-transform: uppercase;
  line-height: 130%;
}
.enter__item-descr {
  font-size: 15px;
  letter-spacing: 1.7px;
  color: #ccc;
}
.oniontor__subtitle {
  margin-bottom: 40px;
}
.oniontor__box {
  margin-bottom: 100px;
}
.oniontor__link {
  display: block;
  text-transform: uppercase;
  margin-bottom: 10px;
  border: 2px solid rgba(204, 204, 204, 0.05);
  background-color: #2e2e2e;
  padding: 20px 15px;
  position: relative;
  border-radius: 10px;
  padding-left: 30px;
}
.oniontor__link::after {
  content: "";
  position: absolute;
  background-color: #00ff00;
  width: 20px;
  height: 20px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}
.faq {
  color: #fff;
}
.faq__item {
  background-color: rgba(65, 65, 65, 0.3);
  padding: 40px 10px 40px 30px;
  border-radius: 10px;
  margin-bottom: 10px;
  max-width: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.faq__quest {
  font-size: 20px;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.faq__quest::after {
  content: url(../images/arrow.svg);
  position: absolute;
  right: 40px;
  top: 0;
  opacity: 0.3;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.faq__answer {
  font-size: 17px;
  display: none;
  letter-spacing: 1.5px;
  color: #ccc;
  padding-right: 200px;
  margin-top: 20px;
}
.faq__answer li {
  padding-right: 150px;
}
.reviews__caro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.reviews__img {
  display: inline-block;
  width: 69px;
  height: 69px;
}
.reviews__item {
  max-width: 33%;
  min-height: 320px;
  padding: 40px 30px 40px 30px;
  border: 2px solid rgba(204, 204, 204, 0.05);
  background-color: #2e2e2e;
  border-radius: 20px;
  color: #fff;
}
.reviews__item-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 40px;
}
.reviews__author {
  font-size: 20px;
  word-break: break-all;
  line-height: 120%;
  margin-bottom: 10px;
}
.footer {
  padding: 30px 0;
  border-top: 2px solid rgba(204, 204, 204, 0.05);
  background-color: #272727;
  color: #fff;
  opacity: 0.5;
  text-align: center;
  font-size: 12px;
}
@media (max-width: 1100px) {
  .title,
  .subtitle {
    padding-right: 250px;
  }
  .header__menu-list {
    gap: 50px;
  }
  .item__item {
    max-width: 80%;
    margin: 0 auto;
  }
  .enter__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .enter__item {
    max-width: 60%;
    margin: 0 auto 80px auto;
  }
  .faq__item {
    margin: 0 auto 10px auto;
  }
  .faq__quest {
    font-size: 18px;
  }
  .faq__quest::after {
    right: 20px;
  }
  .faq__answer {
    font-size: 15px;
  }
  .reviews__caro {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .reviews__item {
    max-width: 50%;
  }
  .reviews__item-box {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media (max-width: 900px) {
  .title {
    font-size: 30px;
  }
  .subtitle {
    font-size: 19px;
  }
  .header__logo-img {
    max-width: 90%;
  }
  .header__menu {
    display: none;
  }
  .prev {
    padding-top: 110px;
  }
  .prev__window {
    padding: 100px 30px 150px 30px;
    max-width: 80%;
  }
  .prev__title {
    font-size: 35px;
  }
  .prev__descr {
    font-size: 17px;
  }
  .about__inner {
    padding: 0 25px;
  }
  .faq__item {
    max-width: 90%;
  }
  .faq__quest {
    font-size: 17px;
    padding-right: 100px;
    line-height: 130%;
  }
  .faq__answer {
    padding-right: 80px;
  }
}
@media (max-width: 720px) {
  .prev,
  .about,
  .item,
  .enter,
  .faq,
  .reviews {
    margin-bottom: 70px;
  }
  .title,
  .subtitle {
    padding: 0 50px 0 10px;
  }
  .subtitle {
    margin-bottom: 50px;
    font-size: 16px;
  }
  .header {
    -webkit-box-shadow: 1px 5px 7px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 5px 7px rgba(0, 0, 0, 0.2);
  }
  .header__inner {
    padding-right: 25px;
  }
  .header__btn {
    display: none;
  }
  .header__burger {
    display: block;
  }
  .header__menu {
    display: block;
    position: absolute;
    padding: 70px 0 120px 30px;
    width: 100%;
    left: -100%;
    right: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background-color: rgba(46, 46, 46, 0.96);
    height: 100vh;
  }
  .header__menu-itembtn {
    display: block;
    margin-bottom: 20px;
  }
  .header__menu-item:nth-child(4) {
    margin-bottom: 20px;
  }
  .header__menu-itemtor {
    display: block;
  }
  .header__menu-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 35px;
  }
  .header__menu-link {
    font-size: 25px;
  }
  .header__menu-linktor {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .header__menutor {
    display: none;
  }
  .header.header--active .header__menu {
    left: 0;
  }
  .header.header--active {
    background-color: rgba(46, 46, 46, 0.96);
  }
  .header.header--active .header__burger span {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    background-color: #fae45f;
  }
  .header.header--active .header__burger span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .header.header--active .header__burger span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .header.header--active .header__burger span:nth-child(2) {
    opacity: 0;
  }
  .prev__window {
    max-width: 95%;
  }
  .prev__title {
    font-size: 27px;
  }
  .prev__descr {
    font-size: 15px;
  }
  .about__inner {
    padding: 0 10px;
  }
  .about__content {
    padding: 70px 35px;
  }
  .about__title {
    font-size: 21px;
  }
  .about__title::before {
    width: 60%;
  }
  .about__text {
    font-size: 14px;
  }
  .item__item {
    max-width: 100%;
  }
  .item__text-title {
    font-size: 15px;
  }
  .item__text-descr {
    font-size: 13px;
    letter-spacing: 1.2px;
  }
  .enter__subtitle {
    margin-bottom: 100px;
  }
  .enter__item {
    max-width: 100%;
    min-height: 300px;
  }
  .faq__item {
    max-width: 100%;
    padding: 25px 10px 25px 25px;
  }
  .faq__quest {
    font-size: 15px;
    padding-right: 60px;
  }
  .faq__quest::after {
    top: 3px;
    right: 10px;
  }
  .faq__answer li {
    padding-right: 50px;
  }
  .reviews__item {
    max-width: 100%;
  }
}
@media (max-width: 450px) {
  .title {
    font-size: 19px;
  }
  .subtitle {
    font-size: 15px;
  }
  .prev__inner {
    height: 500px;
  }
  .prev__window {
    padding: 60px 20px 130px 20px;
  }
  .prev__btn {
    font-size: 14px;
    padding: 13px 20px;
  }
  .prev__title{
    margin-bottom: 25px;
  }
  .prev__descr{
    font-size: 13px;
    margin-bottom: 40px;
  }
  .about__inner {
    padding: 0;
  }
  .about__content {
    padding: 40px 10px 40px 20px;
  }
  .about__content::after {
    right: -20px;
    top: 20px;
  }
  .about__title {
    font-size: 17px;
  }
  .about__text {
    font-size: 13px;
  }
  .item__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    padding: 50px 20px;
  }
  .item__img {
    padding: 21px 25px;
    display: inline-block;
    width: 100px;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .enter__item {
    padding-right: 20px;
  }
  .enter__item-title {
    font-size: 18px;
  }
  .enter__item-descr {
    font-size: 14px;
  }
  .faq__quest::after {
    top: 10px;
  }
  .faq__answer {
    padding-right: 30px;
  }
}
@media (max-width: 350px) {
  .faq__answer {
    font-size: 12px;
  }
  .reviews__author {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .reviews__date {
    font-size: 14px;
  }
  .reviews__review {
    font-size: 16px;
  }
}
@media (max-width: 340px) {
  .prev__title{
    font-size: 22px;
    margin-bottom: 20px;
  }
  .prev__descr{
    font-size: 12px;
  }
  .prev__window {
    padding: 50px 20px;
  }
  .prev__btn {
    font-size: 12px;
    padding: 11px 17px;
  }
}
@media (max-height: 580px) {
  .header__menu {
    padding: 50px 0 80px 30px;
  }
}
@media (max-height: 650px) {
  .header__menu-item:nth-child(4) {
    margin-bottom: 0;
  }
}
